/*-
=====================================
body and general style
=====================================
-*/
/*-font-*/
@font-face {
    font-family: 'abdo';
    src: url('../fonts/Tajawal-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'abdobold';
    src: url('../fonts/Tajawal-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}
body{
    position: relative;
    font-size: 15.4px;
    background-color:white;
    font-family: 'abdo';
    overflow-x: hidden !important;
}
/*-
=====================================
side menu
=====================================
-*/
.sidemenu{
    width: 380px;
    min-height: 100vh;
    position: absolute;
    top: 0;
    z-index: 999;
    transition: all 0.7s ease;
    transform: translateX(380px);
    -webkit-transform: translateX(380px);
    right: 0;
}
.hideside{
    transform: translateX(380px) !important;  
    -webkit-transform: translateX(380px) !important;  
}
.pushbody{
  transform: translateX(-380px) !important;
  -webkit-transform: translateX(-380px) !important;
}
.sideul li{
  direction: rtl;
  text-align: right;
  position: relative;

}
.sideul > li > a{
    color: #333;
    text-decoration: none !important;
    font-size: 1.1em;
    width: 100%;
    display: block;
      padding:8px 23px 15px 8px;
}
.sideul li:not(:last-child){
  border-bottom: 1px solid #cecece;
}

.sublist{
  border-bottom: 1px solid transparent; 
}
.sublist > a{
  padding-bottom: 8px !important;
  display: flex !important;
  align-items: center !important;
}
.sublist > a span{
    position: absolute;
    left: 26px;
    transform: rotate(-90deg);  
    transition: all 0.5s ease;
}
.upRotate{
    transform: rotate(90deg) !important;  
}
.sublist ul{
  padding:0;
}
.sublist ul li{
    background: #ececec;
    border-bottom: 1px solid #b9b9b9;
}
.sublist ul li a{
    padding-right: 23px;
    min-height: 40px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333333;
}
.sublist ul li:last-child{
   border-bottom: 1px solid transparent !important;
}
/*-
=====================================
body hold
=====================================
-*/
.slideupparents{
 min-height: unset !important;
     margin-bottom: 20px;
}
.topbanner{
    max-width: 728px;
    width: 100%;
    height: 90px;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner300{
    max-width: 300px;
    width: 100%;
    height: 250px;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bodyhold{
    min-height: 100vh;
    width: 100%;
    transition: all 0.7s ease;
    box-shadow: 0px 0px 42px #d8d8d8;
    z-index: 99999;
    padding-top: 1px;
    position: relative;
}
.navbar_hold{
  width: 100%;
  min-height: 75px;
  border-bottom: 1px solid #cacaca;
  perspective: 800px;
  z-index: 9999999;
  background:white;
}
.navbar_hold > div > svg{
  font-size: 1.6em;
}
.search{
    display: inline-flex;
    position: absolute;
    left: 17px;
    top: 24px;
    cursor: pointer;
    color: #555;
}

.iconhold{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 12px;
    height: 48px;
    width: 115px;
    overflow: hidden;
}
.iconhold img{
  width: 100%;
}
.menuicon{
    display: inline-flex;
    position: absolute;
    right: 17px;
    top: 20px;
    cursor: pointer;
    color: #555;
}
.menuicon svg{
  font-size: 2.1em !important;
}

.searchform{
     display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row-reverse;
}
.searchbtn{
    width: 10%;
    height: 63px;
    border: none;
    background: #555555;
    color: white;
    outline: none !important;
}
.searchHold{
    width: 100%;
    border: 1px solid #cecece;
    height: 65px;
    position: absolute;
    bottom: -65px;
    left: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
    opacity: 0;
    transition: all 0.6s ease;
}
.research{
    transform: rotateX(0deg) !important;
    opacity: 1 !important; 
}
.searchHold input{
    width: 90%;
    height: 63px;
    border: none;
    direction: rtl;
    text-align: right;
    padding: 13px;
    outline: none;
}
.mainsections{
  border:none !important;
  margin-top: 60px;
}
.mainsections > li{
  width: 50%;
}
.mainsections > li.active{
  border-bottom: 2px solid #555;
  color:#555 !important;
}
.mainsections > li a{
  border:none !important;
  text-align: center;
  font-size: 1.5em;
  font-family: 'abdobold';
  color: #949494;
}
.mainsections > li a:hover,
.mainsections > li a:focus{
  background-color: transparent !important;
}
.tapHold{
  min-height: 100vh;
  padding-top: 35px;
}
.tapHold > div{
    float: right;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 177px;
    transform: scale(0);
    transition: all 0.7s ease;
    
}
.scaleMe{
  transform: scale(1) !important; 
}
.contentHome {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentHome a{
  color: #333 !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow:column;
  font-family: 'abdobold';
}
.contentHome  div{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ececec;
    box-shadow: 0px 4px 0px #c7c7c7;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contentHome div img{
    width: 53px;
}
.contentHome span{
    font-size: 12px;
}
.doupleimages img{
  width: 40px !important;
}
.showMore{
    width: 100%;
    max-width: 280px;
    margin: auto;
    min-height: 48px;
    background: transparent;
    border: 1px solid #d8d8d8;
    margin-bottom: 32px;
    direction: rtl;
    font-size: 1.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0px;
    outline: none;
}
.showMore svg{
    margin-right: 21px;
    margin-left: 21px;
    color: #fcdf31;  
}
.showMore span{
  color: #9a9a9a;
}
.sectionsHold{
  background-color: #ececec; 
  padding-top: 10px;
  padding-bottom: 33px; 
}
.otherSctions{
  width: 100%;
  position: relative;
}

.caro-content{
  border: 1px solid #b6b6b6;
  background-color: white;
  min-height: 300px;
  padding:12px;
}
.imageHold{
  width:100%;
  height: 280px;
  background-color: white;
}
.imageHold img{
  height: 100%;
  display: unset !important;
  width: auto !important;
}

.undertitle{
    width: 100%;
    direction: rtl;
    font-size: 1.6em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.undertitle svg{
  margin-left: 12px;
}
.undertitle span{
  color: #656363;
}
.detailsHold{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 1.2em;
}
.detailsHold img{
  width: 30px !important;
  margin-left: 21px;
}
.detailsHold > div{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.detailsHold > div:last-child{
   margin-left: 0;
}
.detailsHold > div *{
  margin-left: 8px;
}
.addbutton{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 32px;
  cursor: pointer;
}
.addbutton > div{
    width: 100px;
    background: #e40ae4;
    margin: auto;
    height: 34px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    color: white;
}
.addbutton > div svg{
  margin-right: 8px
}
.first-section-title{
  width: 100%;
  height: 50px;
  margin-bottom: 34px;
}
.first-section-title{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.first-section-title button{
     height: 42px;
    padding: 0 23px;
    background: white;
    border: 1px solid #a0a0a0;
    outline: none; 
      font-family: 'abdobold';
}
.first-section-title span{
    position: absolute;
    right: 18px;
    font-size: 1.6em;  
}
.secondSection{
   width: 100%;
}
.mailSize{
  font-size: 1.2em !important;
}
.phoneSize{
  font-size: 1.3em !important;
}
/*CHANGE IN FUTURE*/
.secondSection > div{
  float: right;
  min-height: 340px;
  margin-bottom: 20px;
}
.sooqimg{
  border: 1px solid #dadada;
  width:100%;
  height:233px;
  background-color: white;

}
.sooqimg img{
  height: 100%;
}
.sooqtitle{
  margin-top: 10px;
}
.sooqtitle > div{
  font-size: 1.3em;
  padding:0;
  font-family: 'abdobold';
}
.sooqtitle > div:first-child{
  text-align: left !important;
  direction: ltr;
  color: #de0707;
}
.sooqtitle > div:last-child{
  text-align: right !important;
  direction: rtl;
}
.sooqtitle > div:last-child svg{
  margin-left:8px;
}
.sooqtitle > div:last-child span{
  color: #9e9e9e;
}
.secondSection > div p{
    direction: rtl;
    text-align: right;
    margin-top: 10px;
}
.footer{
    width: 100%;
    display: unset !important;
    min-height: unset !important;
    padding-top: 45px;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
}
.footer > div{
  max-width: 765px;
  margin:auto;
}
.footercontent{
  margin-bottom: 25px;
}
.footercontent > div{
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: center;

}
.footercontent > div > div{
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.footercontent > div > div:last-child{
   align-items: unset !important; 
}
.footercontent > div > div:last-child h4{
  margin:0;
  color: #777777;
}
.footercontent > div > div:last-child p{
    font-size: 2em;
    margin-top: 5px;
    margin-bottom: 0;
}
.iconHoldFooter{
    border: 1px solid #bbbbbb;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;

}
.socialHold{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.socialHold a{
  text-decoration: none !important;
  color: #828282;
}
.socialHold a > div{
    border: 1px solid #bbbbbb;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.3em;
}
.copyrights {
    display: inline-flex;
    flex-flow: row-reverse;  
}
#year{
  margin-left: 5px;
  margin-right: 5px;
}
.newconnect{
    background: #eaeaea;
    border-radius: 8px;
    padding: 0 10px;
    margin-bottom: 8px !important;
    margin-top: 5px !important;  
    position: relative;
}
.newconnect img{
    top: 0;
    width: 28px;
    position: absolute;
    left: 6px;
    bottom: 0;
    margin: auto;  
}
@media (max-width: 990px){
 .showMore{
    width: 100%;
    max-width: 100%;
  } 
}
@media (max-width: 768px){
  .topbanner {
    width: 100% !important;
    max-width: 768px !important;
    transform: scale(0.5) !important;
  }
  .footercontent > div > div:last-child h4{
    margin:0;
    color: #777777;
  }
  .footercontent > div > div:last-child p{
      font-size: 1.7em;
      margin-top: 0;
      margin-bottom: 0;
  }
  .iconHoldFooter{
      border: 1px solid #bbbbbb;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4em;
  }
  .sidemenu{
      width: 298px;
      transform: translateX(298px);
  }
  .hideside{
      transform: translateX(298px) !important;  
  }
  .pushbody{
    transform: translateX(-298px) !important;
  }
  .loginHold > div {
      width: 100%;
      display: flex;
      flex-flow: column-reverse;
      justify-content: center;
      align-items: center;
  }
  .loginHold > div > div{
    margin-bottom: 15px;
  }
  /*.sooqtitle > div{
    font-size: 1em;
  }*/
  .footercontent{
    margin-bottom: 0;
  }
  .footercontent > div > div{
    min-height: 86px;
  }
  .socialHold {
      margin-top: 20px;
      margin-bottom: 31px;
  }
  .topbanner , .banner300{
    padding:2px 10px;
    border: none !important;
  }
}
@media (max-width: 700px){
  .sooqimg{
    height: 206px;
  }
}
@media (max-width: 670px){
  .sooqimg{
    height: 180px;
  }
}

@media (max-width: 580px){
  .sooqimg{
    height: 160px;
  }
}

@media (max-width: 500px){
  .sideul > li > a{
    font-size: 1em !important;
  }
 .mainsections > li a {
    font-size: 1.2em;
  } 

  .first-section-title span{
    font-size: 1.2em !important;
  }
    .sidemenu{
      width: 240px;
      transform: translateX(240px);
  }
  .hideside{
      transform: translateX(240px) !important;  
  }
  .pushbody{
    transform: translateX(-240px) !important;
  }
  .sooqimg {
    height: 125px;
  }
  .searchbtn {
      width: 20% !important;
  }
  .searchHold input {
      width: 80% !important;
  }
}
@media (max-width: 452px){
 .sooqtitle > div{
    font-size: 0.9em;
  } 
  .topbanner img{
    width: 100% !important;
    transform: scale(0.4) !important;
  }
}
@media (max-width: 400px){
.first-section-title {

  } 
  .first-section-title span{

  } 
  .first-section-title button{
    height: auto !important;
    margin-bottom: 9px;
    min-height: 40px;
    padding: 0 4px;
    font-size: 0.7em;
  }
  .footercontent > div > div {
    padding: 0;
  }
  .footercontent > div > div:last-child h4 {
    font-size: 1.1em;
  }
  .followUs > div{
    max-width: 289px !important;
  }
  .followUs > div img {
      width: 221px !important;
  }
  .smallCloser {
    position: absolute;
    left: 0;
    right: 0;
    top: -33px !important;
    margin: auto;
  }
  .titleWelcome{
    height: 54px !important;
  }
  .searchbtn {
      width: 20% !important;
  }
  .searchHold input {
      width: 80% !important;
  }
  .sooqimg {
    height: 105px;
  }
}
@media (max-width: 380px){
  .mailSize {
      font-size: 1em !important;
      margin-top: 5px;
  }
  .copyrights {
      font-size: 0.9em;
  }

}
@media (max-width: 340px){
  .sooqimg {
    height: 90px;
  }  
}
/*-
===========================
loader holder
===========================
-*/
.loaderholder{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100%;
  background-color: #f1f2f3;
  z-index: 999999999;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  align-items: center;
  justify-content: center;  
}
.lockscreen{
  overflow:hidden;
}
.ui-row {
  display: flex;
  flex: 1;
}
.ui-row .ui-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 4%;
}
.ui-row .ui-col.white {
  background: white;
}
.ui-row .ui-col.light {
  background: #f1f2f3;
}
.ui-row .ui-col.dark {
  background: #393A3D;
}
.ui-row .ui-col.color {
  background: #0097E6;
}

/*** END UI TEMPLATE CODE ***/
/*** START DEMO CODE ***/
.ui-col.dark .loader .path {
  stroke: #fff;
}
.ui-col.dark .loader .path-outline {
  stroke: rgba(255, 255, 255, 0.2);
}
.ui-col.color .loader .path {
  stroke: #fff;
}
.ui-col.color .loader .path-outline {
  stroke: rgba(0, 0, 0, 0.2);
}

.loader {
  position: relative;
  margin: 0 auto;
  width: 100px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  animation: rotate 1.33s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #0097E6;
}

.path-outline {
  stroke: rgba(0, 0, 0, 0.1);
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -21px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes growandshrink {
  0% {
    left: 0%;
    right: 100%;
    animation-timing-function: ease-in;
  }
  33% {
    left: 10%;
    right: 25%;
  }
  66% {
    left: 75%;
    right: 10%;
  }
  100% {
    left: 100%;
    right: 0%;
    animation-timing-function: ease-out;
  }
}

/*-
===========================
Follow Us
===========================
-*/
.followUs{
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background:#27272778;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.followUs > div{
    width: 100%;
    max-width: 339px;
    min-height: 421px;
    border: 2px solid #333333;
    background: white;
    border-radius: 5px;
    position: relative;
}
.titleWelcome{
    width: 100%;
    background: red;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    background-color: #333333;
    color: #fffc00;
}
.titleWelcome svg{
  margin-left: 12px;
}
.followUs > div img{
    margin: 9px auto;
    width: 250px;
}
.addmeSnap{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 14px;
    margin-bottom: 20px;
    background: #17a9ff;
    color: white !important;
    text-decoration: none !important;
    box-shadow: 0px 2px 0px #4c4c4c;
    transition: all 0.3s ease;
}
.addmeSnap:hover{
  box-shadow: 0px 0px 0px #4c4c4c;
}
.smallCloser{
    position: absolute;
    left: -14px;
    top: -18px;
    width: 45px;
    height: 45px;
    border: 2px solid white;
    border-radius: 50%;
    background: #f12424;
    color: white;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
@media only screen and (max-width: 520px)
{
    .xs-320
    {
        display: block; 
        float: none; 
        width: 100%;
font-size:22px;
    }
}
/**************  Car Number Plates ***********/
.carnumber-plate-A{background-image:url(http://souq.ma7room.com/images/carplate-A.gif);background-size: 100%;
background-repeat: no-repeat;display:table-cell;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;max-width:300px; max-height:67px; padding:5px 5px 0 0; margin:0 auto 5px auto; font:bold 45px Arial, Helvetica, sans-serif; text-align:right; color:#000;position:relative;background-size: 100%;
background-repeat: no-repeat;display:table-cell;vertical-align: middle;
background-position: center center; }


/************** Phone Number Plates ***********/
.etisalat-plate{background-image:url(http://souq.ma7room.com/images/etisalat-plate.gif) ; max-width:241px; max-height:38px; padding:10px 10px 0 0; margin:0 auto 5px auto; font:bold 23px Arial, Helvetica, sans-serif; text-align:right; color:#000;background-size: 100%;
background-repeat: no-repeat;display:table-cell;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}
.du-plate{background-image:url(http://souq.ma7room.com/images/du-plate.gif); max-width:241px; max-height:38px; padding:10px 10px 0 0; margin:0 auto 5px auto; font:bold 23px Arial, Helvetica, sans-serif; text-align:right; color:#000;background-size: 100%;
background-repeat: no-repeat;display:table-cell;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}
.etisalat-du-plate{background-image:url(http://souq.ma7room.com/images/du-etisala-plate.gif); max-width:241px; max-height:38px; padding:10px 10px 0 0; margin:0 auto 5px auto; font:bold 23px Arial, Helvetica, sans-serif; text-align:right; color:#000;
background-repeat: no-repeat;display:table-cell;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}
/********** Bike Numer Plate *************/
.dubai-bike-plate{background-image:url(http://souq.ma7room.com/images/dubai-bike-plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;max-height:63px;max-width:123px;padding:8px 0 30px; margin:0px auto;

background-repeat: no-repeat;display:table-cell;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}
.sharjah-bike-plate{background-image:url(http://souq.ma7room.com/images/shj_plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;max-height:63px;max-width:123px;padding:20px 0 3; margin:0px auto;

background-repeat: no-repeat;display:table-cell;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;
}
.ajman-bike-plate{background-image:url(http://souq.ma7room.com/images/ajman_plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;max-height:63px;max-width:123px;padding:8px 0 0; margin:0px auto;

background-repeat: no-repeat;display:table-cell;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;
}
.ad-bike-plate{background-image:url(http://souq.ma7room.com/images/abu-dhabi-plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;max-height:63px;max-width:123px;padding:32px 0 0; margin:0px auto;

background-repeat: no-repeat;display:table-cell;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}
.fujairah-bike-plate{background-image:url(http://souq.ma7room.com/images/fujairah_plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;max-height:63px;max-width:123px;padding:5px 0 0; margin:0px auto;

background-repeat: no-repeat;display:table-cell;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}
.umalquwain-bike-plate{background-image:url(http://souq.ma7room.com/images/umalquwain_plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;height:55px;width:123px;padding:8px 0 0; margin:0px auto;

background-repeat: no-repeat;display:table-cell;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;
}
.rak-bike-plate{background-image:url(http://souq.ma7room.com/images/rak_plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;max-height:63px;max-width:123px;padding:8px 0 30px; margin:0px auto;

background-repeat: no-repeat;display:table-cell;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}