@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;531;600;700;800;900&amp;display=swap');
#project-page .popup-wrapper .custom-country select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
padding: 8px 8px 10px 8px;
height:41px;
/*-webkit-appearance: none;
-moz-appearance: none;
appearance: none; */
outline: none;
}

/*.wp-video .mejs-container .mejs-controls {
    opacity:0!important;
	display:none!important;
	
}

.wp-video .mejs-container .mejs-layers {
	opacity:0!important;
} */

a {
	color:#0066ff;
}

p:empty:before{display: none;}
#home-page #location select#project option.showproject {
  display: block;}
  #home-page #location select#project option.hideproject{display:none;}
body .mfp-bg {
  background: black;
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail{
  background-color: transparent!important;
}
.mCSB_scrollTools .mCSB_dragger {
  max-height: 65px!important;
}
.mCSB_scrollTools .mCSB_buttonUp{
  background: url(https://www.sobha.com/wp-content/themes/sobha/images/up-arrow.svg) no-repeat;
  background-size: 15px;
  width: 20px;
  opacity: 1;
}
.mCSB_scrollTools .mCSB_buttonDown{
  background: url(https://www.sobha.com/wp-content/themes/sobha/images/up-arrow.svg) no-repeat;
  background-size: 15px;
  width: 20px;
  opacity: 1;
  background-position: 5px 0;
  transform: rotate(180deg);
}
.mCSB_scrollTools {
  width: 15px;
}
.left-navigation ul{
  position: sticky;
  top: 74px;
}
header.header-sticky .search-modal .row {
  height: auto;
}
.owl-carousel .owl-dot ,.owl-carousel .owl-nav button{
  outline: none;
  box-shadow: 0 0!important;
}
.owl-carousel .owl-dot span{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: block;
  margin: 0 4px;
  transition: all 0.9s ease;
  border: 1px solid#707070;
}
.owl-carousel .owl-dot.active span{
  background: #BCBCBC;
  border: 1px solid #BCBCBC;
}
.owl-carousel .owl-dots{
  margin-top: 25px;
  text-align: center;
}
.tab-content a{
  color: inherit;
  text-decoration: none;
}
.tab-content a.black-btn{
  color: white;
}
.tab-content a:hover{
  color: inherit;
  text-decoration: none;
}
.tab-content a.transparent-btn:hover{
  color: white;
}
a.active .plusminus {
  display: inline-block;
  height: 10px;
  position: relative;
  width: 10px;
  right: -9px;
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(-45deg);
  background: transparent;
  transition: all 0.6s ease;
}
a.active .plusminus:before,
a.active .plusminus:after{
  background: transparent;
}
a .plusminus:before,
a .plusminus:after{
    content: "";
    position: absolute;
    background: #535456;
    transition: transform 0.25s ease-out;
}
.second-navigation a .plusminus:before,
.second-navigation a .plusminus:after{
  background: white;
}
.second-navigation a.active .plusminus::after{
  border-color: white;
  background: transparent;
}
.second-navigation a.active .plusminus::before{
  background-color: white;
}
.third-navigation a .plusminus:before,
.third-navigation a .plusminus:after{
  background: #7bbb4c;
}
.third-navigation a.active .plusminus::after{
  border-color: #7bbb4c;
  background: transparent;
}
.third-navigation a.active .plusminus::before{
  background-color: #7bbb4c;
}
.second-navigation a.back-btn{
  position: absolute;
  top: 40px;
  left: 40px;
}
.second-navigation a.back-btn span{
  right: 0px;
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(135deg);
}


/* Vertical line */
a .plusminus:before{
  top: -11px;
  left: 50%;
  width: 1.5px;
  height: 20px;
  margin-left: -2px;
}

/* horizontal line */
a .plusminus:after{
  top: 50%;
  left: -11px;
  width: 20px;
  height: 2px;
  margin-top: -2px;
}
a.active .plusminus::after {
  border-bottom-style: solid;
  border-bottom-width: 1.3px;
  border-right-style: solid;
  border-right-width: 1.3px;
  content: '';
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 12px;
}
a.active .plusminus::before {
  bottom: 1px;
  content: '';
  height: 24px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 1.3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -15px;
  margin-left: 4px;
}
a.active .plusminus::after{
  border-color: #535456;
}
a.active .plusminus::before{
  background-color: #535456;
}

body{
  font-family: 'Inter', sans-serif;
  color: rgb(52, 52, 52);
}

.white-btn{
  cursor: pointer;
  /* text-shadow: 2px 2px 2px #000; */
  font-size: 13px;
  line-height: 13px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 30px;
  transition: all 0.9s;
}
.white-btn:hover{
  background-color: #fff;
    color: #000;
    text-shadow: none;
}
.transparent-btn{
  border: 1px solid rgb(118, 118, 119);
  border-radius: 4px;
  margin: auto;
  font-size: 15px;
  padding: 12px 40px;
  font-weight: 300;
  box-shadow: 0 0!important;
  color: rgb(61, 61, 61);
  transition: all 0.9s;
}
.transparent-btn:hover{
  background: rgb(118, 118, 119);
  color: white;
}
.black-btn{
  border: 1px solid #313437;
  border-radius: 4px;
  background: #313437;
  margin: auto;
  font-size: 15px;
  padding: 8px 30px;
  font-weight: 300;
  box-shadow: 0 0!important;
  color: white;
  transition: all 0.9s;
}
.black-btn:hover{
  background: white;
  color: #313437;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

header{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right:0;
  z-index: 999;
  height: 124px;
  -moz-transition: height .7s ease;
  -webkit-transition: height .7s ease;
  -o-transition: height .7s ease;
  transition: height .7s ease;
  /* background-color: rgba(19, 36, 36, 0.68)!important; */
  padding-bottom: 8px;
}
/* header:after{
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
} */
.translate-header header {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity .2s,-webkit-transform 0s .2s;
  transition: opacity .2s,-webkit-transform 0s .2s;
  -o-transition: opacity .2s,-o-transform 0s .2s;
  transition: opacity .2s,transform 0s .2s;
  transition: opacity .2s,transform 0s .2s,-webkit-transform 0s .2s,-o-transform 0s .2s;
}
header.header-sticky {
  height: 70px;
  padding-bottom: 0;
  background-color: rgba(19, 36, 36, 0.68);
}
header.header-sticky::after{
  background: none;
}
header img.logo{
  -moz-transition: height .9s ease;
  -webkit-transition: height .9s ease;
  -o-transition: height .9s ease;
  transition: height .9s ease;
}
header img.sticky-logo{
  display: none;
}
header.header-sticky img.sticky-logo{
  display: inline;
}
header.header-sticky img.normal-logo{
  display: none;
}
header.header-sticky .row, header.header-sticky .container{
  height: 100%;
}
header.header-sticky img.logo{
  /* margin-top: -32px; */
  max-width: 65px;
}
header .menu-wrapper a{
  color: #faf5fa;
  text-decoration: none;
  font-size: 15px;
  max-width: 85px;
}
header .menu-bar {
  text-align: left;
  width: 30px;
}

header .menu-bar span {
  height: 2px;
  background: #faf5fa;
  display: block;
  margin-bottom: 6px;
}

header .menu-bar span:nth-child(1) {
  width: 17px;
}

header .menu-bar span:nth-child(2) {
  width: 30px;
}

header .menu-bar span:nth-child(3) {
  width: 15px;
  margin-left: auto;
  margin-bottom: 0;
}

header .menu-bar.active span:nth-child(1) {
  width: 30px;
  transform: rotate(50deg) translate(8px, 10px);
}
header img.search-btn{
  cursor: pointer;
}
header .menu-bar.active span:nth-child(2) {
  opacity: 0;
}

header .menu-bar.active span:nth-child(3) {
  width: 30px;
  transform: rotate(-50deg) translate(4px, -7px);
}
.menu-container ul li.submenu-list a {
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.menu-container{
  position: fixed;
  top: 0;
  min-width: 380px;
  height: 100%;
  max-width: 380px;
  left: -100%;
  transition: all 0.4s ease;
  z-index: 10;
  min-height: 100vh;
}
.menu-container .navigation{
  padding: 0px;
  width: 100%;
  height: 100%;
  background: white;
  overflow: hidden;
}
.menu-container .navigation .first-part{
  padding: 10px 0px 0px 40px;
  min-height: 40vh;
}
.menu-container .navigation .second-part{
  padding: 30px 0px 30px 40px;
  background: #eeeeee;
  min-height: 60vh;
}
.menu-container ul.padding-wrapper{
  padding-right: 40px;
}
.second-navigation{
  position: fixed;
  top: 0;
  min-width: 380px;
  height: 100%;
  max-width: 380px;
  left: -100%;
  transition: all 0.4s ease;
  z-index: -10;
}
.second-navigation .second-nav-wrapper{
  background: #000000;
  height: 100%;
  padding: 10px 40px 30px 40px;
  z-index: -10;
  overflow: auto;
}
.second-navigation.active{
  left: 380px;
  min-width: 265px;
}
.second-navigation .second-nav-wrapper ul li a{
  color: #cccbcb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 0;
  text-decoration: none;
  transition: 0.6s ease;
  padding-bottom: 20px;
}
.second-navigation .second-nav-wrapper ul li a:hover{
  color: white;
}
.background-wrap{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 58%);
  height: 100%;
  width: 100%;
  display: none;
  z-index: 9;
  min-height: 100vh;
}
.close-nav,.close-nav-second{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
}
.close-nav img,.close-nav-second img{
  width: 18px;
  height: 18px;
}
.second-navigation .second-nav-wrapper ul li a.third {
  color: #f3c033;
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 300;
}
.second-nav-wrapper ul li a {
  color: #676767;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-decoration: none;
}
.menu-container ul li a{
  color: #535456;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 35px;
  text-decoration: none;
}
span.plusminus {
  position: relative;
  margin:0;
}
.menu-container.active{
  left: 0;
}


.map_blibng {
  animation: bounce .9s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(.5,.05,1,.5);
  animation-iteration-count: infinite;
  display: inline-block;
  position: absolute;
  top: 33%;
  left: 69%;
  font-size: 32px;
  color: #d8221f;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.map_blibng i {
  display: inline-block;
  color: #d8221f;
}
@-webkit-keyframes bounce {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(0,20px,0);
  }
}
@keyframes bounce {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(0,20px,0);
  }
}
#home-page #banner{
  /* background: url(../images/banner.png) no-repeat;
  background-size: cover;
  background-position: center; */
  overflow: hidden;
  position: relative;
  /* min-height: 100vh; */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #faf5fa;
}
/* #home-page #location select#project option{
  display: none;
} */
/* #home-page #location select#project option[value=""] {
  display: block!important;
} */
#home-page #banner img.moving-banner {
  width: 100%;
  animation: move 20s ease;
  /* Add infinite to loop. */
  
  -ms-animation: move 20s ease;
  -webkit-animation: move 20s ease;
  /*-0-animation: move 20s ease;*/
  -moz-animation: move 20s ease;
  position: absolute;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
/* .owl-carousel .owl-item {
  overflow: hidden;
} */
#home-page #banner .container-fluid{
  z-index: 99;
}
.inner-item {
  position: relative;
  min-height: 100vh;
}
.inner-item .content{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  margin: auto;
  display: block;
}
#home-page #home-carousel .item.odd-img,#project-page #home-carousel .item.odd-img{
  position: relative;
  background-size: 100% 100%;
  background-position: center center;
  animation: shrinkodd 8s infinite alternate;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: all 300ms ease-in-out;
}
#home-page #home-carousel .item.even-img,#project-page #home-carousel .item.even-img{
  position: relative;
  background-size: 100% 100%;
  background-position: center center;
  animation: shrinkeven 8s infinite alternate;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: all 300ms ease-in-out;
}

#home-page #home-carousel .owl-item,#project-page #home-carousel .owl-item{
  overflow: hidden;
}

#project-page #banner{
  position: relative;
}
#project-page #banner .content{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  margin: auto;
  display: block;
}
/* #home-page #home-carousel .item.odd-img .content,#project-page #home-carousel .item.odd-img .content{
  animation: shrinkeven 8s infinite alternate;
}
#home-page #home-carousel .item.even-img .content,#project-page #home-carousel .item.even-img .content{
  animation: shrinkodd 8s infinite alternate;
} */

@keyframes shrinkodd {
  /* 0% {
    background-size: 104% 104%;
  }
  100% {
    background-size: 100% 100%;
  } */
  from {transform: scale(1.1, 1.1)}
  to {transform: scale(1, 1)}
}

@keyframes shrinkeven {
  /* 0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 104% 104%;
  } */
  from {transform: scale(1, 1)}
  to {transform: scale(1.1, 1.1)}
}
#home-page #home-carousel .item .content {
    position: relative;
    z-index: 999;
}
#home-page #home-carousel .item::after{
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
#banner .item{
  position: relative;
}
#banner .item .content{
  position: relative;
  z-index: 999;
}
body .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
}
#home-page #banner .item::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#banner .item::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 25%);
}
#contracting-page #banner .item::after{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 45%); 
}
.go-down{
  position: absolute;
  z-index: 99;
  left: 0;
  right: 32px;
  bottom: 30px;
  display: flex;
  align-items: center;
  color: #faf5fa;
  justify-content: center;
  font-size: 14px;
  font-weight: lighter;
}
.go-down:hover{
  text-decoration: none;
  color: #faf5fa;
}
.scroll-down {
  padding: 8px 6px;
  border: 2px solid #d3cecd;
  width: 11px;
  height: 12px;
  border-radius: 11px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.scroll-down span {
  background: #d3cecd;
  font-weight: 800;
  width: 2px;
  position: absolute;
  height: 7px;
  font-size: 18px;
  border-radius: 10px;
  display: inline-block;
  left: 5px;
  top: -5px;
  opacity: 1;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.go-down p{
  font-size: 15px;
  font-weight: 400;
  color: #d3cecd;
}
.scroll-down span::first-child {
  animation: move 3s ease-out 1s infinite;
}

@keyframes move {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(12px);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

#amenities img,#amenities1 img{
  max-width: 50px;
  margin: auto;
  display: block;
}
#amenities p,#amenities1 p{
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}
#hotel-carousel .item{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  color: white;
}
#hotel-carousel .owl-dots{
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.img-wrapper{
  position: relative;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    display: block;
}
.img-wrapper img{
  transition: 1.2s;
}
.img-wrapper:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#carousel{
  margin: 35px 0 0px 0;
  position: relative;
  /* border: 20px solid white; */
}
/* #carousel .spotlight-wrapper{
  position: absolute;
  top: 0;
  margin: 35px 0 0px 0;
  z-index: 9;
  background: #fafafa;
  height: 100%;
  max-height: 500px;
  left: 0;
  min-width: 20vw;
} */
#carousel .custom-width{
  flex: 0 0 250px;
  max-width: 250px;
}
#carousel .custom-width2{
  flex: 0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
}
#carousel .spotlight-wrapper{
  background: #fafafa;
  height: 100%;
  width: 100%;
  /* max-width: 300px;
  min-width: 300px; */
}
/* #hotel-carousel{
  margin-left: -53vw;
  width: 153vw;
} */
.spotlight-wrapper a{
  color:#3c4042;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  bottom: 75px;
  left: 42%;
}
/* #carousel .owl-item{
  width: 30vw!important;
} */
/* #carousel .owl-item.active{
  width: 70vw!important;
} */
#location{
  padding: 35px 0 0px 0;
}
#location select{
  border-radius: 0;
  height: auto;
  box-shadow: 0 0!important;
  outline: none;
  padding: 5px 18px;
  font-size: 14px;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #a6a6a6;
}
#location h6{
  font-size: 18px;
}
#location-carousel a,#we-do a{
  text-decoration: none;
  color: inherit;
}
#description .select-wrapper{
  position: relative;
}
#location .select-wrapper:after{
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-right: 1px solid #70777c;
  border-bottom: 1px solid #70777c;
  top: 9px;
  right: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#location .search-btn{
  background: rgb(166, 166, 166);
  padding: 3.5px 15px;
  border: 1px solid rgb(166, 166, 166);
  display: flex;
  align-items: center;
  height: 100%;
}
#location .search-btn img{
  max-width: 15px;
}
.owl-carousel .owl-nav{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  display: flex;
  align-items: center;
  visibility: hidden;
}
#carousel .owl-nav,#testimonial-wrapper .owl-carousel .owl-nav,#testimonial-carousel .owl-nav{
  height: calc(100% - 49px);
}
.owl-carousel .owl-prev{
  position: absolute;
  left: 15px;
  z-index: 99;
  box-shadow: 0 0!important;
  outline: none;
  visibility: visible;
}
.owl-carousel .owl-next{
  position: absolute;
  right: 15px;
  z-index: 99;
  box-shadow: 0 0!important;
  outline: none;
  visibility: visible;
}
.owl-carousel .owl-nav svg{
  stroke: white;
  width: 45px;
  height: 45px;
  background: rgba(19, 36, 36, 0.25);
  border-radius: 50%;
  padding: 10px;
}
.owl-carousel .owl-prev svg{
  transform: rotate(180deg);
}
#we-do{
  padding: 35px 0 0px 0;
}
h4,h5,h6{
  font-weight: 300;
}
#we-do h6{
  font-weight: 300;
}
#living{
  padding: 35px 0 0px 0;
}
#living h6{
  font-weight: 500;
}
#living .heading p{
  height: 2px;
  background: rgb(241, 241, 241);
}
#living .heading svg{
  width:20px;
  height:20px;
  fill: rgb(204, 201, 201);
  cursor: pointer;
}
#living .heading svg.active{
  fill:black;
}
#passion{
  padding: 35px 0 0px 0;
}
p{
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: #3c4042;
}

#more{
  background: rgb(248, 249, 252);
  padding: 45px 0;
}
#more p{
  min-height: 125px;
}
h3{
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #2b2e31;
  text-transform: uppercase;
}
h5{
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.card-block{
  background: white;
  height: 100%;
  /* box-shadow: 0 0 20px 2px rgba(181, 181, 181, 0.3); */
}
.card-content{
  padding: 40px 30px;
  color: #616161;
}
#more h6{
  font-size: 15px;
}
#more a svg{
  stroke: rgb(187, 187, 187);
  width: 13px;
  height: 20px;
  margin-right: 8px;
}
#more a{
  color: inherit;
  font-size: 15px;
  text-decoration: none;
  font-weight: 300;
}
.file-wrapper label{
  font-size: 12px;
  margin: 0;
}
.file-wrapper span{
  font-size: 13px;
}
#form-block{
  background: rgb(239, 239, 240);
  padding: 45px 0px;
}
#form-block input[type="text"],#form-block input[type="email"],#form-block input[type="file"],#form-block input[type="date"]{ 
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgb(194, 194, 195);
  box-shadow: 0 0!important;
  width: 100%;
  outline: none;
  padding: 10px 10px 10px 0;
  color: rgb(61, 61, 61);
  font-size: 14px;
  font-weight: 300;
}
#form-block.form-wrapper input::placeholder{
    color: rgb(61, 61, 61); 
}
#form-block select{
  max-width: 90px;
  background-color: transparent;
  color: #3c4042;
  font-size: 14px;
  font-weight: 300;
  border-right: none;
  border-top: none;
  border-left: none;
  border-color: rgb(194, 194, 195);
  outline: none;
}
#form-block .submit-btn{
  width: auto;
  background: transparent;
  transition: all 0.9s;
  border: 1px solid rgb(118, 118, 119);
  border-radius: 0;
  margin: auto;
  font-size: 15px;
  padding: 7px 85px;
  font-weight: 300;
  box-shadow: 0 0!important;
  color: rgb(61, 61, 61);
  
}
#form-block .submit-btn:hover{
  background: rgb(118, 118, 119);
  color: white;
}
.completed-projects ul{
  list-style: circle;
  padding-left: 15px;
}
.completed-projects ul{
  list-style: circle;
  padding-left: 15px;
}
.completed-projects ul li a{
  color: inherit;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
#description{
  padding: 45px 0;
}
#residential-page #description h2{
  font-size: 18px;
  font-weight: 300;
}
#residential-page #description{
  padding: 45px 0 0 0;
}
#description .right-section a{
  color: inherit;
  text-decoration: none;
}
#description .tab-content span{
  display: block;
  font-size: 13px;
  margin: 3px 0;
  /* text-transform: uppercase; */
}
#location-page #description h1{
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: #3c4042;
}
#location-page #description .main-content .tab-header h2 {
  font-size: 20px;
  letter-spacing: 0px;
}
#location-page #description .tab-content h3{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: inherit;
}
#location-page #description .tab-content .second-tabcontent h4{
  font-size: 13px;
  font-weight: 400;
}
span.ml-auto.units {
  text-align: right;
  position: absolute;
  bottom: 5px;
  z-index: 99;
  right: 10px;
  margin: 0;
  color: white;
}
#location-page #banner .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#location-page #description .tab-header ul li a.first-tablink{
  font-size: 20px;
}
#location-page #description .tab-header ul li.first-tablist:after{
  display: none;
}
#location-page #description .main-content h2{
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #2b2e31;
  text-transform: CAPITALIZE;
}
#description .tab-information .img-wrapper:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 10%);
}
#description .left-navigation li a{
  color: #747474;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
  transition: 0.4s ease;
  position: relative;
  transition: 0.6s ease;
}
#description .left-navigation li a:hover{
  color: #000;
}
#description .left-navigation li a:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #000;
  display: none;
  transition: 0.3s ease;
}
#description .left-navigation li a.active{
  color: #000;
}
#description .left-navigation li a.active::after{
  display: none;
}
.tab-header ul{
  display: flex;
  align-items: center;
}
#map .tab-header ul{
  justify-content: center;
}
.tab-header ul li a{
  color: #9A9A9A;
  display: inline-block;
  text-decoration: none;
  transition: 0.4s ease;
  position: relative;
  text-transform: uppercase;
  margin: 0 50px;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}
.tab-header ul li:first-child a{
  margin-left: 0;
}
.tab-header ul li:last-child:after{
  display: none;
}
.tab-header ul li a.active{
  color: #000;
  border-color: #000;
}
.tab-header ul li{
  position: relative;
}
.tab-information,.tab-mobile{
  display: none;
}
.tab-information.active{
  display: block;
}
.tab-header ul li::after{
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  height: 15px;
  width: 2px;
  background: #9A9A9A;
  display: block;
  transition: 0.3s ease;
}
#book-form p{
  margin: 0;
}
#map{
  padding: 45px 0;
}
#map .tab-information{
  height: 115px;
  /* text-align: center; */
}
#map .tab-information ul li,#map .tab-mobile ul li{
  position: relative;
  line-height: 20px;
  font-size: 14px;
  padding-left: 26px;
  width: 100%!important;
  padding-right: 26px;
  margin-bottom: 9px;
  background: url(https://www.sobha.com/wp-content/themes/sobha/images/right-chevron.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
}
.tab-wrapper{
  border: 1px solid #D1D1D1;
  padding: 18px 30px;
}
#map .tab-header ul li a{
  margin: 0 20px;
}
#map .tab-header ul li:first-child a{
  margin-left: 0;
}
#project-page #gallery h2,#project-page .resource-wrapper h2,#project-page #projects h2,#project-page #faq h2,#location-page #project-page #faq h2{
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
#project-page #faq .collapse-header{
  position: relative;
  font-size: 14px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  border: none;
  margin: 0;
  cursor: pointer;
}
#project-page #faq .collapse-content {
  display: none;
  padding: 0px 30px 0 30px;
  text-align: left;
}
#project-page #faq .collapse-header::after{
  content: "+";
  font-size: 22px;
}
#project-page #faq .collapse-header.active::after{
  content: "-";
}
#project-page #map .tab-wrapper h2{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
#project-page #banner p{
  color: white;
}
#project-page #banner h1{
  color: white;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#project-page #banner h2,#project-page #banner h3{
  color: white;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0px;
  text-transform: inherit;
}
#project-page #banner .white-btn{
  border: 2px solid white;
  margin: auto;
  font-size: 15px;
  padding: 12px 40px;
  font-weight: 300;
  box-shadow: 0 0!important;
}
#map .tab-wrapper{
  border: 1px solid #D1D1D1;
  padding: 15px 30px;
  height: calc(50% - 12px);
}
#resource-form .black-btn{
  color: white!important;
}
#resource-form .black-btn:hover{
  color: #313437!important;
}
#map .resource-wrapper{
  border: 1px solid #D1D1D1;
  padding: 15px 30px;
  height: calc(50% - 12px);
}
#map .resource-wrapper a{
  text-decoration: none;
}
#map .resource-wrapper img{
  /*max-width: 65px;*/
  max-width: 80px;
  margin-bottom: 10px;
}
#resource-form input[type="submit"],.virtualtour-form input[type="submit"]{
  display: none;
}
#resource-form .deat_form .input_box{
  text-align: center;
}
.mfp-bottom-bar .mfp-title{
  text-align: right!important;
  padding: 0!important;
  font-size: 15px;
  font-weight: 300;
  margin: 5px 0;
}
.mfp-bottom-bar .mfp-counter{
  display: none;
}
.iframe-popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.55);
  z-index: 999;
  display: none;
}
.iframe-popup .inner-popup{
  width: 100%;
  height: 100vh;
}
#projects .black-btn{
  position: absolute;
  z-index: 99;
  bottom: 25px;
  left: 0;
  right: 0;
  max-width: 130px;
}
#residential-page #description .col-md-6.pr-md-5:nth-child(even){
  padding-right: 15px!important;
  padding-left: 24px!important;
}
#residential-page #description .col-md-6.pr-md-5:nth-child(odd){
  padding-right: 24px!important;
  padding-left: 15px!important;
}
#residential-page #banner h3,#residential-page #banner p{
  color: white;
}
#residential-page #banner p{
  text-transform: uppercase;
}
#residential-page #banner .row div{
  text-align: center;
  position: relative;
}
#residential-page #banner .row div:after{
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  height: 60px;
  width: 1px;
  background: white;
  display: block;
  transition: 0.3s ease;
}
#residential-page #banner .row div:last-child:after{
  display: none;
}
#residential-page .title{
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
#residential-page .title::before{
  content: "";
  position: absolute;
  top: 42px;
  left: 0;
  width: 28%;
  height: 1px;
  background: #707070;
}
#residential-page .title::after{
  content: "";
  position: absolute;
  top: 42px;
  right: 0;
  width: 28%;
  height: 1px;
  background: #707070;
}
#story-page #content-list{
  padding: 45px 0;
}
#story-page #content-list .content{
  height: 170px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
}
#story-page #content-list .content.active{
  height: 100% ;
}
#story-page #content-list .content:before{
  content: '';
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0.83));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  height: 70px;
}
#story-page #content-list a{
  text-decoration: none;
  color: inherit;
}
#story-page #content-list .content.active:before{
  display: none;
}
#story-page #leadership{
  padding: 0 0 45px 0;
}
#story-page #leadership .info-wrapper{
  position: absolute;
  bottom: 0;
  max-width: 40%;
  background: white;
  padding: 35px 45px;
}

#story-page #leadership .info-wrapper h4{ 
  color: #2b2e31;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
}
#story-page #leadership .info-wrapper p{ 
  font-size: 14px;
  color: #3c404291;
  display: flex;
  align-items: center;
}
#story-page #leadership .info-wrapper span.line{ 
  width: 50px;
  height: 1px;
  display: inline-block;
  background: #3c404291;
}
#showcase-page #banner .item h3,#showcase-page #banner .item p{
  color: white;
} 
#tab-wrapper .tab-header ul li::after{
  display: none;
} 
#tab-wrapper{
  padding: 45px 0;
} 
#tab-wrapper .tab-header ul {
  justify-content: center;
}
#tab-wrapper .tab-header ul li a {
  margin: 0 40px;
}
#tab-wrapper .tab-header ul li:first-child a {
  margin-left: 0;
}
#tab-wrapper .tab-header ul li:last-child a {
  margin-right: 0;
}
#showcase-page .projects-block p {
  text-transform: uppercase;
}
#showcase-page #awards .content {
  height: 170px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
}
#showcase-page #awards .content.active {
  height: calc(100% - 170px);
}
#showcase-page #awards .content:before {
  content: '';
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0.83));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  height: 75px;
}
#showcase-page #awards .content.active:before{
  opacity: 0;
}
#awards-list p{
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
#city-carousel p{
  text-align: center;
}
#gallery-carousel.owl-carousel .owl-dots{
  text-align: center;
}
#showcase-page #awards a.read-more {
  /* position: absolute;
  top: 20%;
  right: 15px;
  box-shadow: 0 0!important; */
  color: #2b2e31;
  background: white;
  border: 1px solid #ebe6e6;
}
.collapse-header{
  border: 1px solid #B4B4B4;
  padding: 25px 30px;
  display: block;
  color: inherit;
  display: flex;
  text-decoration: none!important;
  font-weight: 300;
  font-size: 22px;
  color: #2b2e31!important;
}
.collapse-header span{
  width: 100%;
}
.collapse-header img{
  max-width: 18px;
  transition: all 0.6s ease;
}
.collapse-header.active img{
  transform: rotate(180deg);
}
.collapse-content{
  display: none;
  padding: 30px 15px 0 15px;
  text-align: left;
  /* transition: all 0.6s ease; */
}
.collapse-content.active{
  display: block;
}
#showcase-page #journey #journey-carousel p{
  display: none;
  width: 250%;
  left: -75%;
  position: relative;
}
#showcase-page #journey #journey-carousel .owl-item.center p{
  display: block;
}
.year-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    /* background: rgb(255 255 255 / 80%); */
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#journey-carousel .img-wrapper::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 15%);
}
#showcase-page #journey #journey-carousel .year-wrapper p{
  display: block;
  position: relative;
  width: 100%;
  left: 0;
  font-size: 20px;
  font-weight: 500;
}
#showcase-page #journey #journey-carousel .owl-item.center .year-wrapper {
  background: none;
}
#showcase-page #journey #journey-carousel .owl-item.center .year-wrapper p{
  color: white;
}
#showcase-page #journey #journey-carousel .year-wrapper div{
  transition: all 0.6s ease;
  opacity: 1 ;
  padding: 15px;
}
#showcase-page #journey #journey-carousel .owl-item.center .year-wrapper div{
  opacity: 1;
  /* background: black; */
  color: #fff;
  padding: 15px;
  box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.2);
}

#csr .content{
  max-height: 330px;
}
#csr ul,#sustainability ul{
  list-style: circle;
  padding:0 15px;
}
#csr ul li,#sustainability ul li{
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: #3c4042;
  margin-bottom: 10px;
}
#showcase-page #museum .content{
  height: 170px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
}
#showcase-page #museum .content:before {
  content: '';
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0.83));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  height: 65px;
}
#showcase-page #museum .content.active:before {
  display: none;
}
#showcase-page #museum .content.active {
  height: calc(100% - 140px);
}
#testimonial-wrapper .owl-carousel .owl-item img {
  max-width: 75px;
  margin: auto;
}
#testimonial-wrapper .owl-carousel .owl-item h6 {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}
#testimonial-wrapper .owl-carousel .owl-item span {
  color: #9A9A9A;
  font-size: 15px;
}
#testimonial-wrapper .owl-carousel .owl-item p {
  width: 65%;
  margin: auto;
}

#sustainability-page #film #video-modal .modal-content{
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  max-height: 450px;
  margin: 22vh auto;
  background: none;
}
#sustainability-page #film #video-modal.modal-wrapper .close-popup {
  position: absolute;
  right: 0;
  top: -40px;
  background: white;
  padding: 7px;
}
#sustainability-page #film #video-modal{
  background: #000000b3;
}
#philosophy-page #banner p,#philosophy-page #banner h3{
  color: white;
}
#philosophy-page #passions .content,#philosophy-page #way .content{
  max-height: 400px;
}
a.read-more, a.read-more-2 {
  text-transform: uppercase;
  color: #306490;
  text-decoration: none;
  font-size: 15px;
}
#philosophy-page #logo img{
  max-width: 45px;
}
#philosophy-page #vision .banner-wrapper{
  background: url(https://www.sobha.com/wp-content/uploads/2020/10/vision-1.jpg) no-repeat;
  background-size: cover;
  background-position: left;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 150px);
  max-height: calc(100vh - 150px);
}
#philosophy-page #vision h5{
    color: #B8B8B8;
    text-transform: uppercase;
}
#philosophy-page #vision .banner-wrapper h3{
    color: white;
}
#philosophy-page #logo .content{
  height: 170px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
}
#philosophy-page #logo .content:before {
  content: '';
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0.83));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  height: 70px;
}
#philosophy-page #logo .content.active:before {
  display: none;
}
#philosophy-page #logo .content.active {
  height: 100%;
}
#sustainability-page #banner h3{
  color: white;
}
#sustainability-page #quality-carousel a{
  display: none;
  text-align: center;
  transition: 0.6s ease;
}
#sustainability-page #quality-carousel .owl-item.center a{
  display: block;
}
#sustainability-page #tab-wrapper .tab-header ul li a {
  margin: 0 12px;
}
#sustainability-page #sustainability .content{
  height: 170px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
}
#sustainability-page #sustainability .content:before {
  content: '';
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0.83));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  height: 65px;
}
#sustainability-page #sustainability .content.active:before {
  display: none;
}
#sustainability-page #sustainability .content.active {
  height: calc(100% - 140px);
}
#sustainability-page #report .report-img {
  width: 75%;
}
.video-wrapper{
  position: relative;
}
 .video-wrapper .play-button{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  width: 100%;
  height: 100%;
}
 .video-wrapper .play-button img{
  max-width: 140px;
  cursor: pointer;
}
#contracting-page #testimonial-carousel .testimonial-content p .more-text{
  display: none!important;
  width: 100%!important;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: #3c4042!important;
  transition: 0.6s ease;
}
#contracting-page #testimonial-carousel .testimonial-content p .more-text.active{
  display: inline!important;
}
#contracting-page #banner h3,#contracting-page #banner p{
  color: white;
}
#contracting-page #testimonial-carousel .owl-item img {
  max-width: 150px;
  margin: auto;
  border-radius: 50%;
}
#contracting-page #testimonial-carousel .owl-item h6 {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}
#contracting-page #testimonial-carousel .owl-item span {
  color: #9A9A9A;
  font-size: 15px;
}
#contracting-page #testimonial-carousel .owl-item p {
  width: 75%;
  margin: auto;
  display: inline-block!important;
}
#contracting-page #tab-wrapper .tab-header ul {
  flex-wrap: wrap;
}
#contracting-page #tab-wrapper .tab-header ul li a {
  margin: 0 40px 20px 40px;
}
#leadership-page #banner h3,#leadership-page #banner p{
  color: white;
}
#leadership-page #message .content, #leadership-page #formermessage .content {
  height: 500px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
}
#leadership-page #message  .content.active, #leadership-page #formermessage .content.active {
  height: calc(100% - 100px);
}
#leadership-page #message .content:before, #leadership-page #formermessage .content:before {
  content: '';
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0.83));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  height: 70px;
}
#leadership-page #leader h6{
  color: black;
  font-weight: 500;
}
#leadership-page #leader p{
  color: #999999;
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
  text-align: center!important;
}
#privacy-page #banner h3{
  color: white;
}
#privacy-page #content-wrapper{
  padding: 45px 0;
}
#privacy-page h5{
  text-transform: uppercase;
  color: black;
}
#privacy-page ul {
  list-style: circle;
  padding-left: 15px;
  margin-bottom: 30px;
}
#privacy-page ul li{
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: #3c4042;
  margin-bottom: 10px;
}

#privacy-page #content-wrapper h3{
  letter-spacing: 0;
  color: black;
}
#privacy-page ul.nav-list{
    list-style: none;
    padding: 0;
}
#privacy-page ul.nav-list li{
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  color: #3c4042;
  margin-bottom: 10px;
}
#privacy-page ul.nav-list li a{
  text-decoration: none;
  color: inherit;
}
#contact-page address{
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}
#contact-page #banner h3{
  color: white;
}
#contact-page h6{
  text-transform: uppercase;
}
#contact-page #content-wrapper{
  padding: 45px 0 21px 0;
}
#contact-page #content-wrapper a{
  color: inherit;
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#contact-page #content-wrapper a.view-link,.view-link{
    color: #306490!important;
}
#contact-page #content-wrapper h3{
  color: black;
  line-height: 1.8;
}
#contact-page #content-wrapper h3 a{
  color: #306490;
  display: inline-block;
  font-weight: 300;
  font-size: 22px;
}
#contact-page #content-wrapper a img{
  max-width: 7px;
  margin-left: 15px;
}
#contact-page #content-wrapper h6,#contact-page #content-wrapper h5{
  text-transform: uppercase;
  color: black;
  letter-spacing: 0;
  font-weight: 400;
}
#contact-page #content-wrapper select{
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url(https://www.sobha.com/wp-content/themes/sobha/images/chevron-down.svg) no-repeat;
  background-size: 12px;
  background-position: 98% center;
  border: none;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid rgb(194, 194, 195);
  text-transform: uppercase;
  color: #3c4042;
  font-size: 15px;
  min-width: 50%;
  outline: none;
  box-shadow: 0 0!important;
}
#contact-wrapper h4{
  text-transform: uppercase;
    font-size: 19px;
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 10px;
}
#contact-page #form-block{
  background: transparent;
  padding: 0;
}
#contact-page label,#contact-page span{
  display: block;
  font-weight: 300;
  font-size: 15px;
}
#contact-page ul{
  list-style: inherit;
  padding: 0 15px;
}
#contact-page ul li{
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: #3c4042;
}
#contact-page #form-block input[type="text"],#contact-page #form-block input[type="email"],#contact-page #form-block input[type="file"],#contact-page #form-block input[type="date"]{
  padding: 14px 10px 14px 0;
  color: #3c4042;
  font-size: 14px;
  font-weight: 300;
  height: auto;
}
#contact-page #form-block input::placeholder,#contact-page #form-block textarea::placeholder{
    color: #0000004f!important;
}
#contact-page #form-block textarea{
  width: 100%;
  padding: 0px;
  border: 1px solid rgb(194, 194, 195);
  color: #3c4042;
  font-size: 15px;
  border-radius: 0;
    border: none;
    border-bottom: 1px solid rgb(194, 194, 195);
    box-shadow: 0 0!important;
}
#book-form .input_box:last-child {
  margin: 19px 0 0 0;
}
div.wpcf7 .ajax-loader {
  display: none;
}
div.wpcf7 .ajax-loader.is-active{
  display: block;
}
#book-form img{
  max-width: 120px;
  /*max-width: 165px;*/
  border-radius: 50%;
  margin: auto;
  display: block;
  margin-bottom: 5px;
}
#project-page #faq .collapse-wrap{
  display: none;
}
#project-page .popup-wrapper .custom-country select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#project-page .popup-wrapper .custom-phone input.wpcf7-form-control.wpcf7-text.wpcf7-tel{
  border-top-left-radius: 0;
  height:41px;
  border-bottom-left-radius: 0;
  border-left: 0;
}
#wpcf7-f3553-o3 input.wpcf7-form-control.wpcf7-text.wpcf7-tel{  height:100%;}
#careers-page #banner h3{
  color: white;
}
#careers-page #tab-wrapper .content{
  height: 170px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
}
#careers-page #tab-wrapper .content:before {
  content: '';
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0.83));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  height: 70px;
}
#careers-page #tab-wrapper .content.active:before {
  display: none;
}
#careers-page #tab-wrapper .content.active {
  height: calc(100% - 120px);
}
#careers-page .collapse-header {
  border: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 19px;
}
#careers-page .collapse-item {
  border-top: 1px solid #B4B4B4;
}
#careers-page .collapse-content {
  padding: 0px 30px 25px 30px;
}
#careers-page .collapse-content img {
  max-width: 20px;
}
#careers-page .collapse-content p {
  font-size: 14px;
}
#careers-page .collapse-content a:not(.btn){
  text-decoration: underline;
  text-transform: uppercase;
}
#careers-page .collapse-content .row span {
  color: #3c4042;
  font-size: 14px;
}
#careers-page #banner form input[type="text"]{
  font-size: 13px;
  border-radius: 0;
  height: auto;
  padding: 12px 15px;
  outline: none!important;
  box-shadow: 0 0!important;
}
#careers-page #banner form{
  padding-bottom: 48px;
}
#careers-page form .btn{
  border-radius: 0;
  padding: 11px 30px;
}
#careers-page form .btn:hover{
  background: #313437;
  color: white;
}
#careers-page .description p span{
min-width: 100px;
}
#careers-page .details ul li{
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  color: #3c4042;
  margin-bottom: 12px;
}
#careers-page .btn{
  border-radius: 0;
}
#careers-page .select-wrapper {
  position: relative;
}
#careers-page .select-wrapper select {
  border-radius: 0;
  height: auto;
  box-shadow: 0 0!important;
  outline: none;
  padding: 12px 0px;
  font-size: 15px;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #a6a6a6;
}
#careers-page #apply-wrapper{
  display: none;
}
#careers-page #apply-wrapper input[type="text"],#careers-page #apply-wrapper input[type="email"],#careers-page #apply-wrapper input[type="tel"] {
  border-radius: 0;
  height: auto;
  box-shadow: 0 0!important;
  outline: none;
  padding: 12px 5px;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #a6a6a6;
  font-size: 15px;
  color: #3c4042!important;
}
#careers-page #apply-wrapper textarea {
  border-radius: 0;
  height: auto;
  box-shadow: 0 0!important;
  outline: none;
  padding: 12px 5px;
  font-size: 14px;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #a6a6a6;
  font-size: 15px;
  width: 100%;
  color: #3c4042;
  border: none;
  border-bottom: 1px solid #a6a6a6;
}
#careers-page #apply-wrapper .form-group{
  margin-bottom: 30px;
}
#careers-page #apply-wrapper input::placeholder,#careers-page #apply-wrapper textarea::placeholder,textarea::placeholder,input::placeholder{
  color: #0000004f!important;
}
#careers-page #apply-wrapper label {
  color: #3c4042;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}
#careers-page .select-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #70777c;
  border-bottom: 1px solid #70777c;
  top: 15px;
  right: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.media-center .select-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #70777c;
  border-bottom: 1px solid #70777c;
  top: 15px;
  right: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.media-center .select-wrapper {
  position: relative;
}
.media-center .select-wrapper select {
  border-radius: 0;
  height: auto;
  box-shadow: 0 0!important;
  outline: none;
  padding: 12px 0px;
  font-size: 15px;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #a6a6a6;
}
.media-center label {
  color: rgb(198 198 198);
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}
.media-center .black-btn {
  border-radius: 0;
  padding: 10px 50px;
}
.media-center h6{
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
}
/* .media-center .release-item a{
  text-transform: uppercase;
  color: black;
  font-weight: 300;
} */
.media-center .release-item a img{
  max-width: 7px;
}
.media-center .release-item .gallery-press a img{
  max-width: 100%!important;
  height: auto!important;
}
.media-center .header-row{
  padding: 25px;
}
.media-center .release-item .release-list{
  border: 1px solid #B4B4B4;
  padding: 25px;
}
.media-center .release-item p {
  font-size: 14px;
}
.media-center .release-item .col-auto img {
  max-width: 20px;
}
.media-center .release-item span {
  color: rgb(153 153 153 / 64%);
  font-size: 14px;
}
.media-center .kit-wrapper {
  padding: 70px 40px;
}
.media-center .kit-wrapper img{
  margin: auto;
  max-width: 60px;
  margin-bottom: 40px;
}
.media-center .kit-wrapper p{
  color: black;
}
.media-center #videos .play-button img {
  max-width: 90px;
}
.media-center #feed .feed-wrapper{
  max-height: 500px;
  overflow: auto;
}
#investor-page select{
  text-transform: uppercase;
}
#investor-page span.wpcf7-list-item {
    display: flex;
    margin: 0 12px 0 0px;
    align-items: center;
}
#investor-page span.wpcf7-list-item.last {
    margin: 0px;
}

#investor-page #banner h3,#investor-page #banner p{
  color: white;
}
#investor-page .release-list{
  display: none;
}
#investor-page .collapse-item{
  display: none;
}
#investor-page input[type="text"],#investor-page input[type="email"],#investor-page input[type="number"]{
  border-radius: 0;
  height: auto;
  padding: 12px 0px;
  font-size: 15px;
  font-weight: 300;
  outline: none!important;
  box-shadow: 0 0!important;
  border: none;
  border-bottom: 1px solid #a6a6a6;
  text-transform: uppercase;
}
#investor-page input[type="text"]::placeholder,#investor-page input[type="email"]::placeholder,#investor-page input[type="number"]::placeholder,#investor-page  textarea::placeholder{
    color: #3c4042;
}
#investor-page  textarea {
  border-radius: 0;
  height: auto;
  box-shadow: 0 0!important;
  outline: none;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 0!important;
  border: none;
  border-bottom: 1px solid #a6a6a6;
  font-size: 17px;
  width: 100%;
  color: #3c4042;
}
#investor-page #tab-wrapper .tab-header ul li a {
  margin: 0 20px;
}
#investor-page .release-item img{
  max-width: 25px;
}
#investor-page .collapse-item {
  border: 1px solid #B4B4B4;
}
#investor-page .collapse-header {
  border: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 19px;
}
#investor-page .collapse-content {
  padding: 0px 30px 25px 30px;
}
#investor-page input[type="radio"] {
  min-width: 20px;
  max-width: 20px;
  outline: none!important;
  box-shadow: 0 0!important;
}
#investor-page #survey label{
  color: #3c4042;
}
#investor-page address,#philosophy-page address{
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: #3c4042;
}
#investor-page #details h5{
  line-height: 2;
  font-weight: 400;
}
#investor-page #details a{
  text-decoration: underline;
}
#release .release-item .release-list{
  display: none;
}
#coverage .release-item .release-list{
  display: none;
}
#amenities .row,.resource-wrapper .row{
  justify-content: center;
}



.gallery-press img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.gallery-press:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.gallery-press:hover .gallery-press-poster > img {
  opacity: 1;
}
.gallery-press .gallery-press-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.gallery-press .gallery-press-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.gallery-press:hover .gallery-press-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery-press .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.gallery-press .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.gallery-press .justified-gallery > a:hover .gallery-press-poster > img {
  opacity: 1;
}
.gallery-press .justified-gallery > a .gallery-press-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.gallery-press .justified-gallery > a .gallery-press-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.gallery-press .justified-gallery > a:hover .gallery-press-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery-press .video .gallery-press-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}





.modal-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 999;
  height: 100%;
  width: 100%;
  display: none;
}
.modal-wrapper .close-popup{
  position: absolute;
  right: 16px;
  top: 16px;
}
.modal-wrapper .modal-content{
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    z-index: 999;
    color: #000;
    background: #fff;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 20px #000;
    padding: 50px 23px 30px 30px;
    max-height: 100%;
    min-height: 100%;
    z-index: 999;
}

.modal-wrapper .modal-content .inner-content{
  padding: 0;
  overflow: auto;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.modal-wrapper .modal-content .inner-text{
  padding: 0 15px;
}
.modal-wrapper .modal-content .img-wrap img{
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 20px;
  width: 100%;
  background-size: cover;
  height: 156px;
  max-width: 125px;
}
.search-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(89,93,95,.95);
  overflow: hidden;
  z-index: 999;
  display: none;
}
.search-modal .row{
  margin-bottom: 50px;
}
.search-modal .close-btn,#iframe-modal .close-btn{
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  cursor: pointer;
  transform: scale(.6);
  padding: 20px;
}
.search-modal input:focus{
  background: transparent;
  border-color: #9a9a9a;
  color: white;
}
.search-modal input{
  background: 0 0;
  font-size: 36px;
  height: 60px;
  padding-left: 15px;
  border: 0;
  color: #fff;
  border-bottom: 1px solid #9a9a9a;
  border-radius: 0;
  box-shadow: 0 0!important;
}
.search-modal input::placeholder{
  color: #fff!important;
}

.popup-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.55);
  z-index: 999;
  display: none;
}
.regi_tp{
  background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    max-width: 600px;
    width: 100%;
    position: relative;
    /* transform: translateY(-104%); */
    transition: .5s all ease;
    /* top: 15px; */
}
.close_form {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 0;
    line-height: 18px;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.regi_tp h6 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  padding: 15px 5px 15px 15px;
  border-bottom: 1px solid #ccc;
  line-height: 18px;
}
.regi_tp h6 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  padding: 15px 5px 15px 15px;
  border-bottom: 1px solid #ccc;
  line-height: 18px;
}
.deat_form {
  padding: 17px 15px 20px;
}
.deat_form .input_box {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 19px;
}
label.error{
  font-size: 14px;
  color: red;
  margin: 0;
}
.deat_form .input_box input.form_control{
  width: 100%;
  height: 42px;
  border: 1px solid #ccc;
  /* margin-bottom: 18px; */
  border-radius: 3px;
  box-sizing: border-box;
  padding: 4px 10px;
  line-height: 42px;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  background: #fff;
  height: 38px;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
}
/* .sel_pn {
  display: flex;
} */
.sel_pn .select-wrappers {
  background: 0 0;
  width: 32%;
  width: 120px;
  position: relative;
  float: left;
}
.sel_pn select.sel_pn_s {
  width: 100%;
  height: 38px;
  padding: 0 5px;
  border: 1px solid #000;
  border-radius: 3px 0 0 3px;
  font-size: 13px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #4d4d4d;
}
.select-wrappers:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 5px;
  border: 6px solid transparent;
  border-color: #656565 transparent transparent transparent;
  z-index: 9;
  pointer-events: none;
}
.sel_pn input.form_control {
  border-left: 0!important;
  width: 74%;
  border-radius: 0 3px 3px 0;
  /* margin-bottom: 19px; */
  height: 38px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  width: calc(100% - 120px)!important;
  display: inline-block;
}
.resource-mbl {
    border: 1px solid #000;
    border-radius: 3px;
    padding: 5px 10px;
}
#login-popup .custom-country,#project-page .popup-wrapper .custom-country,#form-block .footer-custom-country,#contact-page .custom-country,.chat-body .footer-custom-country, #popup-download .custom-country{
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
#login-popup .custom-phone,#project-page .popup-wrapper .custom-phone,#form-block .footer-custom-phone,#contact-page .custom-phone,.chat-body .footer-custom-phone{
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
#login-popup {
  min-height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.6s ease;
  background: rgba(0, 0, 0, 0.7);
}
#login-popup .popup-wrap{
  background: url(https://www.sobha.com/wp-content/uploads/2020/08/Web-1920-â-5-min-1.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  animation: shrinkeven1 2s infinite alternate;
  padding: 45px 60px;
  max-width: 500px;
  margin: auto;
  position: relative;
  min-height: 600px;
}
@keyframes shrinkeven1 {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 104% 104%;
  }
}
#login-popup .popup-wrap::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgb(0 0 0 / 41%);

}
#login-popup .popup-wrap .popup-content {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 999;
}
#login-popup a{
  color: #eab91d !important;
  text-decoration: none;
}
#login-popup input.form-control{
  padding: 0 12px !important;
  width: 100%;
  display: block !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none !important;
  cursor: text !important;
  font-size: 15px !important;
  height: 40px !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  margin: 0 !important;
  position: static;
  outline: none !important
}
#login-popup .popup-wrap .popup-content h6 {
  font-size: 14px;
  /* color: rgb(171 176 191)!important; */
  color: white!important;
  font-weight: 300;
  text-transform: inherit;
}
#login-popup .popup-wrap .popup-content h4 {
  font-weight: 300;
  /* color: rgb(0 0 0); */
  color: white;
}
#login-popup input[type="submit"]{
  width: 100% !important;
}
#login-popup .close-btn{
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  cursor: pointer;
  transform: scale(.6);
  padding: 20px;
  z-index: 999;
}
div.wpcf7 .ajax-loader {
    background-image: url(https://www.sobha.com/wp-content/themes/sobha/images/loader.gif)!important;
    background-repeat: no-repeat;
    background-size: 40px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    display: block;
    position: absolute;
    left: 0;
    background-position: center;
    filter: grayscale(100%) contrast(0);
}
.wpcf7 .ajax-loader::before{
  display: none;
}
.deat_form .input_box.pt-3 p{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}
#resource-form .deat_form .input_box p {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 100%;
    justify-content: center;
	flex-direction:column;
}
.footer-chat .chat-body div.wpcf7 .ajax-loader
{
      top: -5px;
    margin: 0;
}
form.wpcf7-form.submitting .input_box .wpcf7-submit, .chat-body form.wpcf7-form.submitting .wpcf7-submit
{
  pointer-events: none;
}

.section-container input:not([type="submit"]),.section-container select,.section-container textarea{
  color: black!important;
  font-weight: 400!important;
}
.section-container input::placeholder,.section-container textarea::placeholder{
  color: #0000004f!important;
}
#contact-page #form-block input[type="file"]{
  padding: 0!important;
}

footer{
  background: rgb(64, 64, 64);
  color: rgb(157, 157, 157);
  padding: 20px 0px;
}
footer .location-links a, footer .mobile-nav a{
  text-transform: uppercase;
}
footer h6{
  font-size: 14px;
  font-weight: 400;
  color: rgb(211, 211, 211);
  letter-spacing: 1.5px;
}
footer ul{
      line-height: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer p{
  font-size: 14px;
  color:rgb(211, 211, 211);
}
footer .navigation ul li a{
  margin: 0 0 15px 0;
  display: block;
}
footer a{
  color: rgb(211, 211, 211);
  text-decoration: none;
  font-size: 13px;
  transition: 0.6s ease;
}
footer a:hover{
  color: rgb(157, 157, 157);
  opacity:0.8;
  text-decoration: none;
}
footer .social-wrapper a{
  margin: 0 8px;
  display: inline-block;
}
footer .navigation .pl-md-5{
  padding-left: 13% !important;
}
footer .social-wrapper a img{
  max-width: 23px;
}
footer .social-wrapper a:nth-child(2) img{
  max-width: 30px;
}
footer .social-wrapper a:nth-child(3) img{
  max-width: 25px;
}
footer .social-wrapper a:nth-child(5) img{
  max-width: 24px;
}
.footer-chat{
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 250px;
  transition: 0.6s;
  z-index: 999;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
  transform: translate(105%, 105%);
}
.footer-chat #close-btn{
  display: none;
}
.footer-chat.selected{
  transform: translate(0%, 0%);
}
.footer-chat .chat-header{
  background: white;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
  width: 100%;
  text-decoration: none;
  color: black;
  padding: 7px 10px;
  font-size: 15px;
  align-items: center;
}
.footer-chat .chat-header #remove{
  width: 20px;
  height: 16px;
  cursor: pointer;
  position: relative;
}
.footer-chat .chat-header #remove::after{
  content: '';
  position: absolute;
  margin-left: auto;
  top: 42%;
  right: 0;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 2px;
  background: black;
}
.footer-chat .chat-body{
  background: #ededed;
  padding: 20px;
}
.footer-chat .black-btn {
  margin: auto;
  font-size: 14px;
  padding: 4px 30px;
}
.footer-chat .chat-body input[type="text"],.footer-chat .chat-body input[type="email"]{
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgb(194, 194, 195);
  box-shadow: 0 0!important;
  outline: none;
  padding: 7px 10px 7px 0;
  color: rgb(61, 61, 61);
  font-weight: 300;
}
.footer-chat select{
  max-width: 65px;
  height: 100%;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgb(194, 194, 195);
  box-shadow: 0 0!important;
  width: 100%;
  outline: none;
  padding: 8px 3px 8px 0;
  font-size: 14px;
  font-weight: 300;
  color: rgb(61, 61, 61);
  font-family: 'Inter', sans-serif;
}
.bottom-wrapper{
  position: relative;
}
.bottom-wrapper button{
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: rgba(249, 250, 252, 0.94);
  z-index: 99;
  -webkit-box-align: center;
  align-items: center;
  height: 34px;
  display: flex;
  box-shadow: rgba(34, 45, 57, 0.08) 0px 0px 0px 1px!important;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  -webkit-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0px;
  padding: 0px 16px;
  border-radius: 4px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  box-shadow: 0 0 24px 4px rgba(0, 0, 0, 0.7)!important;
}
.bottom-wrapper button:hover{
  background-color: rgb(255, 255, 255);
  color: inherit;
  transform: translate3d(0px, -1px, 0px);
}
.bottom-wrapper button svg{
  width:45px;
  height:45px;
  /* fill: none;
  stroke: #000000; */
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#home-page #home-carousel1{
  display:none;
}
a#live-button {
  width: auto;
  max-width: 55px;
}
.live-button, .livprop_overlay{
  z-index: 99!important;
}
/* .mfp-arrow {
  display:inline-block;
  width: .5em;
  height: .8em;
  width:.4em;
}
.mfp-arrow:before,
.mfp-arrow:after {
  display:block;
  content:"";
  width:0;
  height:0em;
  border-style:solid;
  position:absolute;
  border: none;
}
.mfp-arrow:before {
  right:0;
  border-width:.4em 0 .4em .4em;
  border-color:transparent transparent transparent red;    
}
.mfp-arrow:after {
  left:0;
  border-width:.4em 0 .4em .4em;
  border-color:transparent transparent transparent #fff;    
} */
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    position: fixed;
    top: 10px!important;
    right: 0;
    padding: 0;
    margin: 0;
    line-height: 0!important;
    height: auto!important;
    padding: 15px!important;
    font-style: normal;
    font-size: 37px!important;
    margin-bottom: 20px;
    max-width: 45px;
    color: transparent;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close::after{
  content: '';
  background: url(https://www.sobha.com/wp-content/themes/sobha/images/close.png) no-repeat;
  background-size: 18px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  top: 5px;
}
.mfp-zoom-out-cur{
    overflow: hidden;
}
.mfp-bottom-bar {
    margin-top: 0px!important;
}
img.mfp-img{
    padding: 0!important;
}
.bg-patch{
  background: #f1f1f1;
  padding: 20px;
  margin-bottom: 25px;
}
.bg-patch select,.bg-patch input[type="text"]{
  background: transparent!important;
}
#investor-page #updates .release-list,#philosophy-page #release .release-list{
  border: none;
  padding: 25px 0;
  border-bottom: 1px solid #B4B4B4;
}
#philosophy-page #release span,#philosophy-page #release .col-md-3 a{
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
}
/*kartik 10-17-2020 -start*/
.grecaptcha-badge {
    visibility: hidden !important;
}
.custom-country select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 8px;
    background-color: #fff !important;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 300;
}
.custom-phone input.wpcf7-form-control.wpcf7-text.wpcf7-tel {
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
    padding: 8px 8px;
    border: 1px solid #000;
}
.popup-content .custom-phone .wpcf7-tel, .popup-content .custom-country select {
    border: 1px solid #ced4da !important;
}
.footer-custom-phone .wpcf7-tel {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid rgb(194, 194, 195) !important;
    background: transparent;
    outline: none !important;
    font-size: 16px;
    padding: 8px 12px 10px 12px;
}
.footer-custom-country .wpcf7-select {
    max-width: 100% !important;
    width: 100% !important;
    padding: 10px 1px;
    font-size: 16px !important;
}
.project-hide .wpcf7 form .wpcf7-response-output {
    text-align: center;
}
#enquiry-form .wpcf7 form .wpcf7-response-output, #book-form .wpcf7 form .wpcf7-response-output, #login-popup #login-wrapper .wpcf7-response-output  {
    line-height: 28px;
    text-align: center;
}
#login-popup #login-wrapper .wpcf7-response-output {
    color: #fff !important;
}
.project-hide #close-btn, #enquiry-form #close-btn, #book-form #close-btn, #login-popup #close-btn{
    display: none;
}
#enquiry-form .regi_tp{
    min-height: 250px;
}
#contact-page #content-wrapper .custom-country select {
    padding: 7px 0px !important;
    min-width: 100% !important;
    font-size: 14px;
    border-radius: 0;
}
#contact-page #content-wrapper .custom-phone .wpcf7-tel {
    border: none;
    outline: none;
    border-bottom: 1px solid #c2c2c3;
    border-radius: 0;
}
#contact-page #content-wrapper .button-wrapper a {
    color: #fff;
}

#investor-page #details iframe {
    width: 100%;
}
.ongoing-general h4, .completed-general h4 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

.book-site-otp{
	font-size:16px;
}
.translate-headerhide.translate-header header {
  opacity: 1;
  transform: unset;
}
@media only screen and (max-width: 769px) {
/* #contact-page .custom-country, #contact-page .custom-phone{
  padding-right: 10px !important;
} */
/* .footer-custom-country .wpcf7-select, #contact-page #content-wrapper .custom-country select {
    margin: 0px 12px 0px 0px;
    padding: 6px 0px !important;
    max-width: 100% !important;
} */
/* .footer-custom-phone .wpcf7-tel, #contact-page #content-wrapper .custom-phone .wpcf7-tel{
  margin-top: 12px;
  margin-left: 15px;
  padding-left: 4px;
} */
#book-form .button-wrapper{
  margin-bottom: 20px;
}
#book-form .custom-country select.wpcf7-form-control.wpcf7-select {
   /* font-size: 12px!important;
    padding: 6px!important; */
}
}

@media only screen and (min-width: 990px) {
/*#book-form .button-wrapper { 
    min-height: 134px;  
}*/ 
#contact-page #vendor .custom-country, #contact-page #vendor .custom-phone, #contact-page #partner .custom-country,
#contact-page #partner .custom-phone{
  margin-top: 12px;
}
.col-md-4.BOOKASITEVISIT_img {
    margin-bottom: 20px;
}  
#book-form .custom-country select {
    font-size: 14px !important;
    padding: 5.5px !important;
}
}

/*kartik 10-17-2020 -end*/

@media (max-width: 767px){
  #book-form{
    /*background: transparent;
    position: absolute;*/
  }
  #book-form .regi_tp{
    border: 1px solid #dee2e6!important;
  }
  .modal-wrapper .modal-content .inner-content {
    display: block;
  }
  .hidden{
    display: none!important;
  }
  .block{
    display: block!important;
  }
  #location .select-wrapper:after{
    top: 13.5px;
  }
  #passion {
    padding: 24px 0 0px 0;
  }
  .mb-9px{
    margin-bottom: 14px!important;
  }
  #philosophy-page #tab-wrapper{
    padding: 24px 0  0 0;
  }
  #contracting-page #tab-wrapper h6{
    margin: 0;
  }
    #we-do,#more{
        padding: 24px 0;
    }
    #project-page #banner .mobile{
        min-height: 360px;
    }
    #project-page .tab-mobile p {
        margin: 0;
    }
    #contact-page #land .call-wrapper .col-md-5,#contact-page #buying .call-wrapper .col-md-5,#contact-page #enquiries .call-wrapper .col-md-5,#contact-page #investor .call-wrapper .col-md-5,#contact-page #alerts .call-wrapper .col-md-5 {
        padding: 0;
    }
    .second-navigation a.back-btn {
        position: static;
        top: 0px;
        left: 0px;
        padding: 0;
        min-width: 25px;
        display: inline-block;
    }
    .second-navigation .subheading h3{
        font-size: 14px;
        color: #cccbcb;
    }
    .second-nav-wrapper .padding-wrapper li{
        padding: 0;
    }
    .menu-container ul.padding-wrapper {
        padding-right: 25px;
    }
    a.active .plusminus::before {
      bottom: 1px;
      content: '';
      height: 15px;
      position: absolute;
      right: 0;
      transform-origin: bottom;
      width: 1.3px;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: -10px;
      margin-left: 2px;
    }
    a.active .plusminus::after {
      border-bottom-style: solid;
      border-bottom-width: 1.3px;
      border-right-style: solid;
      border-right-width: 1.3px;
      content: '';
      display: inline-block;
      height: 8px;
      left: 0;
      position: absolute;
      top: 0px;
      width: 8px;
    }
    .mb-30{
        margin-bottom: 30px!important;
    }
    .media-center .select-wrapper select {
        border-radius: 0;
        height: auto;
        box-shadow: 0 0!important;
        outline: none;
        padding: 12px 35px 12px 0;
    }
    .video-wrapper .play-button img {
        max-width: 85px;
    }
    #sustainability-page .collapse-header{
        font-size: 15px;
        padding: 15px;
    }
    #investor-page .collapse-header,#careers-page .collapse-header,.collapse-header{
        padding: 15px;
    }
    #investor-page .collapse-header span{
        max-width: 90%;
        font-size:15px;
    }
    #sustainability-page .collapse-header img,#investor-page .collapse-header img {
        max-width: 15px;
    }    
    #csr .content {
        max-height: 100%;
    }
    #alerts .call-wrapper{
        margin-bottom: 0!important;
        border-bottom: none!important;
    }
    #careers-page .collapse-content {
        padding: 0px 15px 25px 15px;
    }
    #careers-page #tab-wrapper .content:before {
        background: none;
    }
    #showcase-page #awards .content.active {
        height: calc(100% - 60px);
    }
    #showcase-page #awards .content:before {
        height: 20px;
    }    
    #contracting-page .manufactures-gallery,#museum .carousel-section{
        margin:0;
    }
    #contracting-page #tab-wrapper,#leadership-page #tab-wrapper,#showcase-page #tab-wrapper,#careers-page #tab-wrapper,#sustainability-page #tab-wrapper,#investor-page #tab-wrapper{
        padding: 24px 0 0 0;
    }    
    #description {
        padding: 24px 0 0;
    }
    #description h6{
      margin: 0;
    }
    #gallery-carousel .owl-dots{
        margin-top: 16px;
    }
    #gallery-carousel .img-wrapper{
        min-height: 100px!important;
    }
    #residential-page .right-section h2,#residential-page .right-nav h2 {
        font-size: 16px;
        line-height: 40px;
        font-weight: 300;
    }
    header.header-sticky .search-modal .row {
        margin-bottom: 45px;
    }
  #contact-page .first-tabcontent #form-block {
    padding: 0 15px;
  }
  .menu-container a.third {
    padding-bottom: 15px!important;
  }
  .menu-container ul{
    margin: 0!important;
  }
  #more .card-content{
    min-height: 350px;
  }
  #form-block .footer-custom-country{
    padding-left: 15px!important;
  }
  #form-block .footer-custom-country select{
    margin: 0;
    padding: 10px 0px!important;
  }
  #form-block .footer-custom-phone .wpcf7-tel{
    margin: 0;
  }
  .menu-container .navigation .first-part,.second-navigation .second-nav-wrapper{
    border-left: none;
    width: 100%;
    padding: 70px 0 50px 20px;
  }
  .menu-container .navigation .first-part{
    min-height: 45vh;
  }
  .menu-container .navigation .second-part{
    border-left: none;
    min-height: 55vh;
    width: 100%;
    padding: 30px 0 50px 20px;
  }
  .menu-container ul li.submenu-list a{
    margin: 0;
    padding-bottom: 30px;
    font-size: 14px;
  }
  .menu-container ul li a{
    font-size: 14px;
  }
  .second-navigation .second-nav-wrapper ul li a.third{
    margin: 0;
    font-size: 14px;
  }
  .second-navigation .second-nav-wrapper ul li a{
    margin: 0;
    font-size: 14px;
  }
  #leadership-page #message .content,#contracting-page #client .content {
    height: 170px;
  }
  #contracting-page #client .content{
    height: 170px;
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease;
  }
  #contracting-page #client .content:before {
    content: '';
    background: linear-gradient(0deg, white, rgba(255, 255, 255, 0.83));
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 30px;
}
  #leadership-page #message .content:before{
    height: 30px;
  }
  #leadership-page #message .content.active,#contracting-page #client .content.active{
    height: 100%;
  }
  #leadership-page #message .content.active:before,#contracting-page #client .content.active:before{
    display: none;
  }
  .second-navigation .subheading{
    position: absolute;
    padding: 20px 0;
    left: 20px;
    background: black;
  }
  .close-nav,.menu-container ul li a.close-nav-second {
    position: fixed;
    top: 23px;
    right: 30px;
    z-index: 999;
    display: none;
}
.menu-container.active .close-nav,.menu-container.active .close-nav-second {
  display: block;
}
.menu-container ul li.submenu-list a{
  margin: 0%;
}
  #login-popup .popup-wrap {
    padding: 45px 25px;
  }
  #description .tab-information .img-wrapper:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 25%);
  }
  #banner .item::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
  }
  .media-center .release-item .release-list {
    padding: 15px 10px;
  }
  .media-center .header-row {
    padding: 15px 10px;
  }
  .media-center .release-item a img {
    max-width: 5px;
  }
  #contact-page #content-wrapper select{
    width: 100%;
  }
  .media-center #coverage .release-item a img {
    max-width: 100%!important;
    width: 100%!important;
    height: auto!important;
  }
  #description .carousel-wrapper .navigation{
    position: absolute;
    width: 100%;
    top :50%;
    display: flex;
    justify-content: space-between;
    z-index: 99;
  }
  #description .right-section a {
    background: white;
    border-radius: 50%;
  }
  .select-wrapper {
    position: relative;
  }
  .select-wrapper select {
    border-radius: 0;
    height: auto;
    box-shadow: 0 0!important;
    outline: none;
    padding: 5px 40px 5px 18px;
    font-size: 18px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #a6a6a6;
  }
  .select-wrapper:after{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #70777c;
    border-bottom: 1px solid #70777c;
    top: 12px;
    right: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #philosophy-page #vision .banner-wrapper {
    min-height: 75vh;
  }
  #philosophy-page #passions .content, #philosophy-page #way .content {
    max-height: inherit;
  } 
  header img.logo{
    max-width: 43px!important;
    min-width: 43px!important;
  }
  #home-page #home-carousel{
    display:none;
  }
  #home-page #home-carousel1{
      display:block;
  }
  #banner .item .content{
    z-index: 9;
    position: absolute;
    bottom: 20px;
  }
  #project-page #banner .white-btn,#home-page #banner .white-btn {
    border: 2px solid white;
    margin: auto;
    font-size: 12px;
    padding: 8px 22px;
    font-weight: 300;
    box-shadow: 0 0!important;
    }
  #project-page #banner h3 {
      font-size: 16px;
      margin: 0;
      line-height: 2;
  }

  #project-page #banner p {
    font-size: 13px;
  }
  #project-page #banner .item::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 5%, rgba(0, 0, 0, 0) 70%); 
  } 
  footer .navigation ul li a {
    margin: 0;
    padding: 20px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #4a4a4a;
  }
  footer a ,footer p{
    font-size: 12px;
  }
  footer .social-wrapper a img {
    max-width: 19px;
  }
  .search-modal .row {
    margin-bottom: 100px;
  }
  .search-modal input{
    font-size: 26px;
    width: 88%;
  }
  /* #description .tab-header ul,#tab-wrapper .tab-header ul{
    display: flex!important;
    flex-wrap: nowrap!important;
    overflow: auto!important;
  } */
  #description .carousel-wrapper{
    position: relative;
  }
  .tab-header ul::-webkit-scrollbar { 
    width: 0 !important;
  }
  .tab-header ul{
    overflow: -moz-scrollbars-none; 
    -ms-overflow-style: none;
  }  
  #description .left-navigation li,#description .tab-header ul li,#tab-wrapper .tab-header ul li{
    flex: 0 0 auto!important;
    max-width: auto!important;
    width: auto!important;
  }
  #description .left-navigation li a ,#tab-wrapper .tab-header ul li a{
    margin-right: 20px;
  }
  #map .tab-header ul{
    display: block;
  }
  #map .tab-header li.first a{
    display: flex;
    margin: 0 ;
    padding: 5px 0;
    align-items: center;
  }
  #map .tab-mobile ul{
    overflow-x: auto;
    overflow-y: hidden;
  }
  .map_blibng {
    top: 28%;
  }
  #map .tab-header li.first{
    border-top: 1px solid #D1D1D1;
  }
  #map .tab-header li.first:first-child{
    border: none;
  }
  #map .tab-header li.first a span{
    font-size: 25px;
    min-width: 17px;
  }
  .tab-mobile-wrapper{
    padding: 0px 15px;
    border: 1px solid #D1D1D1;
  }
  #map .tab-header ul li a.active{
    border: none;
  }
  .tab-mobile{
    display: none;
    margin-bottom: 10px;
    /* transition: all 0.2s ease; */
  }
  .tab-mobile.active{
      display: block;
  }
  #map .tab-content{
    display: none;
  }
  #form-block .submit-btn{
    padding: 7px 30px;
  }
  .second-navigation.active{
    left: 0;
    z-index: 99;
    max-width: 260px;
    min-width: 260px;
  }
  .menu-container,.second-navigation{
    min-width: 260px;
    max-width: 260px;
  }
  .third-navigation.active{
    left: 0;
    z-index: 999;
  }
  #home-page #home-carousel .item,#project-page #home-carousel .item  {
    animation: none!important;
  }
  #location select#project{
    border-top: 0!important;
  }
  #location select {
    border: 1px solid #a6a6a6!important;
    padding: 10px 18px;
  }
  #location .search-btn {
    padding: 9px 25px;
    display: flex!important;
    align-items: center;
    color: white;
    font-size: 15px;
  }
  #location .search-btn img {
    max-width: 14px;
  }
  #location .button-wrapper a{
    width: 100%;
  }
  #carousel .content{
    position: relative;
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  .spotlight-wrapper a {
    bottom: 26px;
    right: 10px;
    left: auto;
  }
  #hotel-carousel .item {
    min-height: auto!important;
    max-height: auto!important;
    background: none!important;
  }
  #hotel-carousel .owl-dots {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    width: 100%;
  }
  #carousel{
    margin: 0;
  }
  #location {
    padding: 24px 0 0 0;
  }
  #carousel .container{
    padding: 0;
  }
  .tab-header ul {
    flex-wrap: wrap;
  }
  .tab-header ul li a {
    margin: 0 8px;
    font-size: 15px;
  }
  .tab-wrapper {
    padding: 12px 15px;
    height: auto;
  }
  #map .resource-wrapper {
    padding: 12px 15px;
    height: auto;
  }
  #map .tab-header ul li::after {
    display: none;
  }
  #map iframe{
    width: 100%;
  }
  #story-page #leadership .info-wrapper{
    position: static;
    max-width: 100%;
    padding: 30px 10px;
  }
  #showcase-page #journey #journey-carousel p{
    display: none;
    width: 100%;
    left: 0%;
    position: relative;
  }
  #tab-wrapper .tab-header ul li {
    max-width: 50%;
    width: 50%;
  }
  #tab-wrapper .tab-header ul li a,#sustainability-page #tab-wrapper .tab-header ul li a,#contracting-page #tab-wrapper .tab-header ul li a {
    margin: 0 10px 10px 0px;
    font-size: 14px;
  }
  #showcase-page #testimonial-wrapper .owl-carousel .owl-item p ,#contracting-page #testimonial-carousel .owl-item p {
    width: 100%;
    margin: auto;
  }
  #tab-wrapper .tab-header ul {
    justify-content: flex-start;
  }
  #sustainability-page #report .report-img {
    width: 100%;
  }
  #we-do .row,#more .row,#projects .row{
    margin: 0;
  }
  #we-do .row a,#more .row .col-md-4,#projects .row .col-md-3{
    padding: 0;
  }
  #we-do .container,#more .container{
    padding-right: 0;
  }
  #we-do .owl-carousel .owl-dots,#more .owl-carousel .owl-dots{
    text-align: left;
  }
  #we-do .owl-carousel .owl-item,#more .owl-carousel .owl-item{
    width: 270px!important;
  }
  /* #projects .owl-carousel .owl-item{
    width: 200px!important;
  } */
  /* #gallery .owl-carousel .owl-item{
    width: 150px!important;
  } */
  #map .map-wrapper{
    padding: 0;
  }
  #map {
    padding: 24px 0 0 0;
    position: relative;
}
  #map .resource-wrapper img {
    max-width: 50px;
    /*max-width: 40px;*/
    margin-bottom: 10px;
    min-height: 50px;
  }
  #map .resource-wrapper a {
    text-decoration: none;
    padding: 0 4px;
  }
  #map .resource-wrapper p{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
  }
  #form-block {
    padding: 24px 0px 0;
  }
}
@media (min-width: 1024px){
  .menu-container .bg-wrapper {
    background: white;
    width: 100%;
    height: 50px;
  }
  .second-navigation .bg-wrapper {
    background: black;
    width: 100%;
    height: 50px;
  }
}
@media (min-width: 1366px){
  #passion .bottom-position{
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 768px){
  /* #map .map-item{
    position: relative;
    display: block;
    height: 500px;
    margin: auto;
    max-width: 500px;
  }
  #map  .map-item img{
    height: 100%;
  } */
  #banner{
    min-height: 100vh;
  }
  #investor-page #banner,#philosophy-page #banner,#careers-page #banner{
    min-height: 65vh;
  }
}
@media (max-width: 991px){
  #form-block .col-lg-3 .wpcf7-form-control-wrap{
    width: 100%;
  }
  #form-block .col-lg-3{
    margin-bottom: 24px!important;
  }
  .img-wrapper.about-hide img{display: none !important;}
}
@media (min-width: 1024px){
  .custom-container{
    max-width: 90%;
  }
  .custom-row5{
    flex: 0 0 20%;
    max-width: 20%;
  }
  .custom-row4{
    flex: 0 0 25%;
    max-width: 25%;
  }
}


.owl-carousel:not(.owl-loaded){ 
  opacity: 0; 
  visibility:hidden;
  height:0;
}
/* #formermessage {
  display: none!important;
} */

#book-form .input_box:last-child p {
   display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*
Added by PTK to reduce and test Mobile CLS issue due to Banner load delay
Dt: 2021/10/22
*/
#home-page #home-carousel1{
min-height: 100vw;	
}
@media (max-width: 767px){
	
	.corp_brochure {
	margin-bottom:1.5rem!important;
}
	#home-page #carousel{
min-height: 113vw;	
}
#home-page #carousel .owl-stage-outer, #home-page #carousel .owl-nav{
min-height: 100vw;	
}
	
#home-page #location-carousel{
min-height: 110vw;	
}	
#home-page #location-carousel .owl-stage-outer, #home-page #location-carousel .owl-nav{
min-height: 110vw;	
}	
.footer-wrapper .row.menu-row {
  padding-left: 15px !important;
}
}
/* END MODS BY PTK for MOBILE CLS */