.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row /* works with row or column */
   flex-direction: row;

}
.wrap    { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}  
a
{
text-decoration:none;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
.mobile{ WIDTH: 100%;}
.mob2 {display:none;}
.mob3 {WIDTH: 100%;}
.mob4 {HEIGHT: 21px; WIDTH: 100%;}
.flex-container {
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.center-ali {text-align:center;}
.social p{text-align: center;}
.mobfr{position: relative;text-align: right;}
}
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px)
{
.mobile{ WIDTH: 100%;}
.mob2 { display:none;}
.mob3 {WIDTH: 100%;}
.mob4 {HEIGHT: 21px; WIDTH: 100%;}
.flex-container {
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.center-ali {text-align:center;}
.social p{text-align: center;}
.mobfr{position: relative;text-align: right;}
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
.mobile{ WIDTH: 100%;}
.mob2 { display:none;}
.mob3 {WIDTH: 100%;}
.mob4 {HEIGHT: 21px; WIDTH: 100%;}
.flex-container {
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.center-ali {text-align:center;}
.social p{text-align: center;}
.mobfr{position: relative;text-align: right;}
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.mobile{ WIDTH: 100%;}
.mob2 {display: inline; }
.mob3 {WIDTH: 100%;}
.mob4 {HEIGHT: 53px; WIDTH: 118px;}
.flex-container {
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
}
.left-ali{text-align:left;}
.social p{text-align: center;}
.mobfr{position: relative;text-align: right;}
}
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.mobile{ WIDTH: 100%;}
.mob2 {display: inline; }
.mob3 {WIDTH: 100%;}
.mob4 {HEIGHT: 53px; WIDTH: 118px;}
.flex-container {
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
}
.left-ali{text-align:left;}
.social p{text-align: center;}
.mobfr{position: relative;text-align: right;}
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.mobile{ WIDTH: 100%;}
.mob2 {display: inline; }
.mob3 {WIDTH: 100%;}
.mob4 {HEIGHT: 53px; WIDTH: 118px;}
.flex-container {
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
}
.left-ali{text-align:left;}
.social p{text-align: center;}
.mobfr{position: relative;text-align: right;}
}
.mobfr{align: center;}
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
.mobile{ WIDTH: 75%;}
.mob2 {display: inline; }
.mob3 {WIDTH: 48vw;}
.mob4 {HEIGHT: 53px;WIDTH: 5vw;}
.flex-container {
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
}
.left-ali{text-align:left;}
.social p{text-align: center;}
.mobfr{display:none;}
}
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
.mobile{ WIDTH: 55%;}
.mob2 {display: inline; }
.mob3 {WIDTH: 48vw;}
.mob4 {HEIGHT: 53px;WIDTH: 5vw;}
.flex-container {
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
}
.left-ali{text-align:left;}
.social p{text-align: center;}
.mobfr{display:none;}
}
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
.mobile{ WIDTH: 100%;}
.mob2 { display:none;}
.mob3 {WIDTH: 100%;}
.mob4 {HEIGHT: 21px; WIDTH: 118px;}
.flex-container {
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.center-ali {text-align:center;}
.social p{text-align: center;}
.mobfr{align: center;}
}
/****************************************/
/********* For Seo Purpose Only *********/
/****************************************/
@media print {
/* your print styles go here */
#header, #footer, #menu,{ display: none; }
body { font: 10pt Arial; }
h1 { font-size: 14pt; }
h2 { font-size: 12pt; color: #000; }
}