@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&display=swap');
video{ display:block}
html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  color: #222;
  line-height: 1.4;
  /* font-family: "Overpass", sans-serif;
  font-family: 'GFS Didot', serif; */
  /* font-family: 'Fira Sans', sans-serif; */
  font-family: 'Poppins'; background:url(../photos/bg.jpg) repeat;
}
*{ box-sizing: border-box;}

.whatsapp{ cursor:pointer; width:50px; position:fixed; z-index:5; bottom:50px; right:50px}

.overview.relative.pp{ padding-top:120px}

a,
button,
input[type="submit"] {
  text-decoration: none;
  outline: none;
  border: 0;
  transition: 0.2s ease;
}
b,
strong {
  font-weight: 700;
}
header.darkHeader{ background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 120%);}

.closeBtn:link, .closeBtn:visited{ float:right;width:30px; height:30px; background:url(../photos/close.svg) center center no-repeat #0162a7; background-size:15px; border-radius:50px;  z-index:2; margin:-70px -20px 0 0}
.closeBtn:hover{ background:url(../photos/close.svg) center center no-repeat #f18711; background-size:15px;}

.outerPopUp{position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.8); display:none}
.innerPopUp{display:flex;height: 100%;}
.innerForm{background:#fff; border-radius:10px; padding:30px; min-width:280px; max-width:360px; width:100%; align-self: center; margin:0 auto}


.formBox input,.formBox textarea{ border:0; background:#fff; padding:15px 15px; width:100%; border-radius:10px; font-size:18px; font-weight:300}
.formBox textarea{ height:80px}
.formBox input[type="submit"]{ max-width:120px; background:#0162a7; color:#fff; cursor:pointer; -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.formBox input[type="submit"]:hover{ background:#f18711; -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.innerForm h2{ font-size:26px; margin-bottom:20px}
.innerForm input,.innerForm textarea{ border:1px solid #f1f1f1; border-radius:10px; margin-bottom:15px; padding:10px; width:100%; font-size:16px; font-weight:300}

.closeBtn:link, .closeBtn:visited{ float:right;width:30px; height:30px; background:url(../photos/close.svg) center center no-repeat #0162a7; background-size:15px; border-radius:50px;  z-index:2; margin:-70px -20px 0 0}
.closeBtn:hover{ background:url(../photos/close.svg) center center no-repeat #f18711; background-size:15px;}

.outerPopUp{position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.8); display:none; z-index:999999}
.innerPopUp{display:flex;height: 100%;}
.innerForm{background:#fff; border-radius:10px; padding:30px; min-width:280px; max-width:360px; width:100%; align-self: center; margin:0 auto}

#location{ margin-top:50px}
.formBox input,.formBox textarea{ width:100%; margin-bottom:20px; padding:10px; border-radius:10px; border:0; font-size:16px; font-weight:300}
.formBox input[type="submit"]{ cursor:pointer; background:#666; color:#fff}

a{cursor: pointer;}
a:focus,
a:hover {
  text-decoration: none !important;
}
p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
dt,
dd {
  padding: 0;
  margin: 0;
}

h1,h2,h3,h5
{
  font-family: 'Cinzel', serif;;
}

p
{
  font-family: 'Poppins';font-size: 1vw;
}
input,
textarea,
select,
button {
  font-family: 'Poppins';
}

.specification-list .inner-item img{ width:60px;}


.container-fluid {
  max-width: 100%;
  margin: 0px auto;
  padding: 0 0px;
}
.container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 20px;
}
.container.small {
  max-width: 850px;
  padding: 0 20px;
}
.container.medium {
  max-width: 1000px;
  padding: 0 20px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-italic {
  font-style: italic;
}
.text-light {
  font-weight: 300;
}
.text-medium {
  font-weight: 400;
}
.text-bold {
  font-weight: 500;
}
.text-bolder {
  font-weight: 800;
}
.text-black {
  color: #000;
}
.text-gray {
  color: #555;
}
.text-white {
  color: #fff !important;
}
.text-blue {
  color: #35ace3;
}
.relative {
  position: relative;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-full {
  width: 100%;
  height: auto;
}
.center-block {
  margin: 0 auto;
}
.bg-white {
  background-color: #fff;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.col-1 {
  width: 8.333333333333333%;
}
.col-2 {
  width: 16.66666666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333333333%;
}
.col-8 {
  width: 66.66666666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333333%;
}
.col-11 {
  width: 91.66666666666667%;
}
.col-12 {
  width: 100%;
}
.col-12-5 {
  width: 20%;
}
.w70 {
  width: 70%;
}
.w30 {
  width: 30%;
}
.margintop-30 {
  margin-top: 30px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70 {
  float: left;
}
.col-md-offset-2 {
  margin-left: 16.66666666666667%;
}
.col-md-offset-1 {
  margin-left: 8.333333333333333%;
}
section {
  float: left;
  width: 100%;
}
section.padding {
  padding: 50px 0px;
}
section.padding-top {
  padding: 120px 0 70px 0;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-fix {
  position: fixed;
}
.bottom {
  bottom: 0;
}
.top {
  top: 0;
}
.left {
  left: 0;
}
.right {
  right: 0;
}
.visible-mobile,.visible-xs ,.visible-ipad,.visible-mobile{
  display: none;
}

.visible-sm {
  display: none;
}
.hidden-xs {
  display: block;
}
.hidden-portrait{display:block !important;}
.visible-portrait{display:none !important;}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after,
.clearfix {
  clear: both;
}
.parallaxbg {
  background-attachment: fixed;
}
.disptable {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.visible-xs {
  display: none;
}
.hidden-lg {
  display: none;
}
.hidden-portrait {
  display: block !important;
}
.visible-portrait {
  display: none !important;
}
.vert-middle {
  vertical-align: middle;
}
.disp-block {
  display: block;
}
#banner{ height:auto !important}

.highlights-item img{ width:70px}


header {
  z-index: 99999;
  padding: 0px ;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
header .header-inner{
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-links a {
  color: #fff;
  cursor: pointer;
  margin-right: 18px;
  font-size: 1.5vw;
  line-height: 30px;
  position: relative;
  text-transform: capitalize;
  font-family: 'Fira Sans', sans-serif;
}

.nav-links a.active {
  color: #bf9b30;
  font-weight: bold;
}

header .nav-links a.active:after {
  background-color: #bf9b30;
  content: '';
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: -6px;
  position: absolute;
}

.pull-left {
  float: right !important;
  margin-top: 9px;
  right: 27%;
  position: relative;
}

.pull-left.icons a i {
  color: #000;
  padding-left: 11px;
  border-left: 2px solid #808080d4;
  border-radius: inherit;
}

.contactDiv span {
  color: #fff;
  font-size: 16px;
  /* display: none; */
}
img.sidelogo {
  position: relative;
  top: 50px;
  transform: translateY(-45px);width: 250px;
}
.burger-menu {
  display: none;
  padding: 7px 8px;
  background-color: #e4ba69;
  margin-top: 25px;
}
.bar1,
.bar2,
.bar3 {
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}
.visible-xs {
  display: none;
}
a.enquire.hidden-xs {
  width: 20%;
  margin: auto;
  border: 2px solid white;
}
.col-12.nav-links a:last-child {
  padding-right: 0;
}
.floating-enquire-wrapper {
  position: fixed;
  right: 19.5%;
  top: 11%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 25px 5px 5px;
  display: none;
  z-index: 199;
  width: 300px;
  min-height: auto;
}
i.fa.fa-phone.green {
  color: #bf9b30;
  padding-top: 7px;
  margin-right: 7px;
}
.enquire-toggle-button {
  cursor: pointer;
  color: #fff;
  background-color: #bf9b30;
  padding: 10px 20px;
  font-size: 18.4px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  margin-left: 20px;
  margin-top: -5px;
}
.col-12.header-upper {
  text-align: right;
}
i.fa.fa-phone-square {
  border: none;
  color: #e4ba69;
  font-size: 24px;
  transform: translateY(3px);
}
.col-12.footer-call-enquire {
  display: none;
}
.floating-enquire-wrapper {
  position: fixed;
  right: 19.5%;
  top: 11%;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  padding: 25px 5px 5px;
  display: none;
  z-index: 199;
  width: 300px;
  min-height: auto;
}

.selldo-intl-tel-input .country-list .flag-box, .selldo-intl-tel-input .country-list .country-name {
  margin-right: 6px;
  color: #000;
}

.sell_do_verify_btn {
  margin-left: 5px;
  padding: 6px !important;
}

.sell_do_verify_resend_link {
  margin-left: 4px;
  color: #fff !important;
}

/*banner section*/

#banner .home-slider {
  padding: 30px 63px;
  padding-bottom: 0px;
  /*background-color: #0f173b;*/

}

#banner .col-12.banner-text {
  top: 70%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
}


#banner .banner-caption h1 {
  text-align: center;
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 50px;
  text-align: center;
}
/* #banner .bx-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: -23px;
  left: 0;
  } */

  #banner .banner-slider:before {
    content: "";
    position: absolute;
    width: 90%;
    margin: 0 auto;
    height: 2px;
    background-color: #fff;
    top: 0px;
    left: 5%;
  }

  #banner .banner-caption p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 31px;
    padding: 20px 0px 30px;
    font-family: FiraSans !important;
  }

  .slider{
    height:80vh;
    background-position: center center;
    background-size: cover;
  }
  .slider1{
    background-image:  url("../images/banner-2.jpg");
  }
  .slider2{
   background-color: #43cab6; 
 }
/*.slider3{
 background-color: #10143c; 
 }*/

.banner-img {
  padding: 0 15px;
}
.banner-content {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;

}
.banner-content img{
  width: 100%;
  margin: auto;
}
.home-slide-left-content h1{
  color: #fff;
  font-size: 35px;
  font-stretch: normal;
  font-style: normal;
  line-height: 37px;
  letter-spacing: normal;
  text-transform: capitalize;;
  font-weight: 600;
  margin-bottom: 15px;
  text-shadow: 0px 2px 2px #000;
  letter-spacing: 1px !important;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'GFS Didot', serif;
}
.slider3 .home-slide-left-content h1 span {
  color: #b29157;
}
.banner_subtitle {
  font-size: 36px;
  font-weight: 700;
}
.banner-caption-text {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.first_offer{font-size:21px;line-height:38px;margin-bottom: 2px;list-style:none;font-family: 'Montserrat', sans-serif;font-weight: 600;}
.first_offer:before {
  content: "\2022";
  margin-left: -20px;
  position: absolute;

}
img.project-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
}
.banner-btn a.project-launches {
  display: inline-block;
  border: 2px solid;
  color: #000;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  position: absolute;
  z-index: 99;
  right: 5%;
  font-family: 'Montserrat', sans-serif;
}
p.home-slide-text {
  position: absolute;
  bottom: 0;
  background-color: #43cab6;
  left: 20%;
  padding: 10px 25px 22px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
p.home-slide-text span {
  font-size: 16px;
}

/*Overview section*/

section#overview {

  padding-bottom: 100px;

}

#overview .overview-text h2 {
  font-size: 38px;
  line-height: 50px;
  text-align: left;
  text-transform: none;
  color: #a67c00;
  padding-bottom: 35px;
  font-weight: normal;
}

#overview .overview-text p {
  color: #000;
  font-size: 1.0vw;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.32px;
  padding-bottom: 25px;
}

#overview a.downloadbrochure {
  font-size: 14px;
  line-height: 33px;
  letter-spacing: 0.56px;
  font-weight: bold;
  padding: 5px 15px;
  float: left;
  margin: unset;
  margin-top: 30px;
}

.highlights-item h5 {
 font-size: 2.2vw;
  color: #a67c00;
  line-height: 50px;
  text-align: left;
  padding: 0px 0px 25px;
  font-weight: normal;
  text-transform: none;
}

.highlights-item {
  padding: 40px 40px 100px;
  position: absolute;
  right: 10%;
  /*top: -8%;*/
  width: 37%;
  background-color: #fff;
  
}

.overview-text {
  padding: 40px 20px 30px 100px;
}

#overview .col-4.items {
  width: 100%;
  margin: 8px 0px;
  height: 70px;
  position: relative;
}

#overview .col-4.items .inner-items {
  display: flex;
}
/* #overview .items .inner-items img {
  width: 20%;
  } */

  #overview .items p {
    color: #000;
    font-size: 1.5vw;
    line-height: 33px;
    letter-spacing: 0.48px;
  }

  #overview .overview-item {
    position: absolute;
    top: 33%;
    width: 80%;
    left: 14%;
    padding-top: 20px;
  }

  #overview .items p {
   position: absolute;
   left: 22%;
   top: 42%;
   transform: translateY(-50%);
 }

 #overview .col-4.items .inner-items:nth-child(1):after,#overview .col-4.items .inner-items:nth-child(2):after,#overview .col-4.items .inner-items:nth-child(3):after {
  content: '';
  background: #000;
  position: absolute;
  width: 21%;
  height: 1px;
  left: 23%;
  top: 100%;
}

/* specification  */
#specifications{
  
}


.specifications-slider{
  margin-top: -13%;
}
.spec-slider{
  height: 80vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.spec-slider-1{
  background-image: url("../photos/specification.jpeg");
}
.bx-wrapper img{ width:100%}

#gallery { max-width:800px; margin-left:auto; margin-right:auto;float: none;}

#specifications .bx-wrapper {
  margin-top: -15%;
}
#specifications .bx-controls-direction {
  position: relative;
  width: 100px;
  bottom: 30px;
  left: -10px;
}
#specifications .bx-controls-direction a{
  background: none;
  background-color: #fff;
  width: 50px;
  height: 50px;
}

#specifications .specification-title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4px;
  text-align: center;
  color: rgba(15, 18, 59, 0.25);
  transform: rotate(-90deg);
  font-size: 10px;
  margin-top: 25%;
  margin-left: 20px;
  font-family: 'Poppins';
  text-transform: uppercase;
}
#specifications .specification-title:before {
  content: "";
  position: absolute;
  background-color: rgba(15, 18, 59, 0.25);
  width: 43%;
  height: 1px;
  left: -41%;
  top: 7px;
}

#specifications a.bx-next img {
  width: 18px;
  margin-left: 18px;
  margin-top: 16px;
}

#specifications a.bx-prev img {
  width: 22px;
  margin-left: 11px;
  margin-top: 14px;
}

.section-heading h2 {
  font-size: 2vw;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 1.68px;
  text-align: center;
  color: #a67c00;
  padding: 35px 0;
  font-family: 'Cinzel';
}
.section-heading p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.32px;
  text-align: center;
  color: #000000;
  width: 53%;
  margin: 0 auto;
}
.specificationBoxx{ margin: 0 auto; width:100%; max-width:1140px}
#specifications .specification-list p{ font-size:14px}
#specifications .specification-list
{
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 30px 0 60px 0;max-width: 1140px;
}

#specifications .item-div .inner-item {
  text-align: center;
  padding: 50px 10px;

}

#specifications .item-div {
  position: relative;
  width: 266px;
  height: 200px;
  border:1px solid rgba(255,255,255,0.5);
}

/* Plans section*/

#plans a.active-btn.active{
  background-color: #bf9b30;
  color: #fff;
  line-height: 33px;
  font-size: 14px;
  letter-spacing: 0.56px;
  padding: 10px;
  
}

#plans a.floor {
 background-color: #fff;
 color: #bf9b30;
 line-height: 33px;
 font-size: 14px;
 letter-spacing: 0.56px;
 padding: 10px;
 border: 1px solid #bf9b30;
 margin-right: 10px;
}

#plans a.master {
  background-color: #fff;
  color: #af6526;
  line-height: 33px;
  font-size: 14px;
  letter-spacing: 0.56px;
  padding: 10px;
  border: 1px solid #af6526;
}

.planssection {
  padding-top: 30px;
} 

/*location section*/

section .location {
 background-image: url("../photos/location-backimg.png");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 color: #fff;

}

.location-content h2 {
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 1.68px;
  text-align: center;
  color: #fff;
  padding-bottom: 35px;
  font-family: 'Cinzel';
}
#location .location-content p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.32px;
  text-align: center;
  color: #fff;
  width: 50%;
  margin: 0 auto;
}

#location .loc-section {
  height: 195px;
  position: relative;
}

#location .loc-section p {
  width: 100%;
}
#location .loc-inner-div{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
/* #location .relative .col-8 {
  position: absolute;
  transform: translate(25%);
  margin-top: -50px;
  } */

  #location img.lazy.map {
    width: 100%;
  }


  #location .item-list {
    padding-top: 20px;
  }

  #location .list {
    display: flex;
    padding: 10px 0px;
  }

  #location .list span {
    margin-left: 13px;
    margin-top: 7px;
    font-size: 18px;
    line-height: 25px;
    color: #000;
  }

  #location h5.location-para {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.36px;
    text-align: center;
    color: var(--white);
    padding-top: 37px;
  }
  #location .inner-highlight-item {
    height: 150px;
    border: 1px solid;
    padding: 20px;
    text-align: center;
    width: 20%;
    cursor: pointer;
  }
  #location .location-highlight-slide {
    display: flex;
    
  }
  #location .loc-icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center center;
    margin: auto;
    margin-bottom: 15px;
  }
  #location .item-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
  }
  #location div.college-icon{
    background-image: url("../photos/colleges-icon.png");
  }
  #location .inner-highlight-item.active div.college-icon{
    background-image: url("../photos/colleges-active-icon.png");
  }
  #location div.hospital-icon{
    background-image: url("../photos/hospitals-icon.png");
  }
  #location .inner-highlight-item.active div.hospital-icon{
    background-image: url("../photos/hospitals-active-icon.png");
  }
  #location div.hotel-icon{
    background-image: url("../photos/hotels-icon.png");
  }
  #location .inner-highlight-item.active div.hotel-icon{
    background-image: url("../photos/hotels-active-icon.png");
  }
  #location div.essential-icon{
    background-image: url("../photos/essentials-icon.png");
  }
  #location .inner-highlight-item.active div.essential-icon{
    background-image: url("../photos/essentials-active-icon.png");
  }
  #location div.infra-icon{
    background-image: url("../photos/building-icon.png");
  }
  #location .inner-highlight-item.active div.infra-icon{
    background-image: url("../photos/building-active-icon.png");
  }
  #location .inner-highlight-item.active {
    background-color: #153333;
  }
  #location .inner-highlight-item.active h4 {
    color: #fff;
  }
  #location .highlight-tab h3 {
    font-size: 74px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #133260;
    margin: 0;
  }
  .highlight-tab ul {
    margin-left: 30px;
    list-style-type: none;
  }
  .highlight-tab ul li:before {
    content: "\2299";
    position: absolute;
    margin-left: -20px;
  }
  .highlight-tab ul li {
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: #5f5f5f;
  }
  #location .highlight-tab ul li span{
    float: right;
  }
  #location .highlight-tab .col-6{
    padding: 20px;
  }

  /* Gallery section */

  section#outer-section {
   background-image: url("../photos/galley-backimg.png");
   background-position: 100% 100%;
   background-repeat: no-repeat;
   background-size: 100%;
   height: 1657px;

 }
 section#gallery{
  padding-bottom: 0px;
}


#gallery .bx-controls-direction,
#construction .bx-controls-direction {
  position: relative;
  width: 128px;
  bottom: -33px;
  left: 45%;
}

#gallery .bx-wrapper .bx-prev ,
#construction .bx-wrapper .bx-prev {
  left: 10px;
  background: unset;
}

#gallery .bx-wrapper .bx-next ,
#construction .bx-wrapper .bx-next {
  left: 62px;
  background: unset;
}

#gallery a.bx-prev img,
#construction a.bx-prev img {
  width: 20px;
}

#gallery a.bx-next img,
#construction a.bx-next img {
  width: 20px;
}
/* About us section*/



div#about-us
{
  padding-bottom: 60px;
}


#about-us .col-12.about-content {
  padding-bottom: 40px;
}

.col-12.overview-item
{
  position: relative;
  left: 20%;
  width: 85%;
}
.overview-item .col-4.items {
  width: 17%;
  height: 104px;
  text-align: center;
}

.overview-item .col-4.items:nth-child(1),.overview-item .col-4.items:nth-child(2),.overview-item .col-4.items:nth-child(3) {
  border-right: 1px solid #0f123b;
}

.overview-item .col-4.items h2 {
  font-family: Didot;
  font-size: 56px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: #0f123b;
}

.overview-item .col-4.items p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.32px;
  text-align: center;
  color: #000000;
  padding-top: 10px;
}


/*Footer Section*/

section#foot-bottom {
  color: #fff;
  background-color: #000;
  padding: 20px 0px 10px;

}

.copy p {
  font-size: 12px;
}

.rera p {
  text-align: left;
  font-size: 10px;
  line-height: 15px;
}

#foot-bottom .col-6.copy p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.57;
  letter-spacing: 0.56px;
  text-align: left;
}

#foot-bottom .foot-right p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.56px;
  text-align: right;
  color: #fff;
}

#foot-bottom .foot-right p a
{
  color: #fff;
}

section#banner {

  margin-top: 70px;
  /*background-color: #0f173b;*/
}

.visible-xs {
  cursor: pointer;
  display: block;
  top: -19px;
  width: 30px;
  float: right;
  padding: 2px 9px;
  position: relative;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50px;
}

.selldof .btn, .sell_do_ctc_btn, .selldof .btn, .sell_do_verify_btn {
  text-transform: uppercase !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 16px !important;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff !important;
  background-color: #af6526 !important;
  border-color: #ccc;
  margin-top: 0;
}

.selldof .title
{
  display: none;
}

.selldof label {

  margin-bottom: 5px;
  font-weight: bold;
  display: none !important;
}

.sell_do_form_container {
  margin-top: 22px;
}

.selldof textarea.form-control {
  height: auto;
  resize: none;
}

form{
  padding:0px 10px;
}
form .form-group {
  margin-bottom: 15px;
}
form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  user-select: none;
}
label.error {
  position: absolute;
  color: red;
  font-size: 11px;
  padding-top: 2px;
}
.thankyou {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 20px;
}
a.download-brochure {
  color: #fff;
  font-weight: bold;
  background-color: #49a640;
  padding: 9px;
  border-radius: 10px;
  font-size: 14px;
}

a.header-call-btn {
  color: #b0640b;
  font-size: 18px;
}

.bx-wrapper {

  box-shadow: unset;
  border: unset;
  background: unset;
}

#banner .bx-wrapper .bx-next
{
  background: unset;
}
#banner .bx-wrapper .bx-prev {
  background: unset;
}

.bx-wrapper .bx-pager.bx-default-pager a{
  background-color: #fff;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
  position: absolute;
  transform: rotate(90deg);
  left: -70%;
  top: -8%;
}
.bx-wrapper .bx-pager.bx-default-pager a
{
  margin: 0 3px;
}

.show-desktop
{
  display: block;
}

.show-phone
{
  display: none;
}
.location-image-caption {
  width: 70%;
  margin: -55px auto;
}
p.artistic-impression {
  position: absolute;
  bottom: 5px;
  left: 18px;
  color: #ffffff9c;
  z-index:1;
  font-size:12px;
}
p.tc {
  position: absolute;
  bottom: 45px;
  right: -20px;
  color: #fff;
  transform: rotate(-90deg);
  font-size:12px;
}
#privacy-policy p{
  margin-bottom:15px;
}
#privacy-policy ul{
  margin-left:30px;
  margin-bottom:15px;
}
#privacy-policy ul li{
  line-height:1.5;
}
#foot-bottom a{
  color:#fff;
}


@media only screen and (max-width: 1440px) {

  .floating-enquire-wrapper {
    right: 63px;
    top: 70px;
  }
}


@media only screen and (max-width: 992px) {


  .header-call-btn{
    display: none;
  }
  header .header-inner {
    margin-top: 1px;
  }

  .visible-xs{
    display:block;
  }
  .burger-menu {
    display: block;
    padding: 10px 10px;
    background-color: #af6526;
    margin-top: 10px;
  }
  .nav-links {
    height: auto;
    display: none;
    position: fixed;
    top: 100px;
    left: 0px;
    right: 0px;
    z-index: -1;
    border-bottom: 1px solid #ccc;
    padding: 0px;
    background-color: #fff;
  }
  .nav-links a {
    text-align: center;
    font-size: 18px;
    padding: 10px 0px;
    border-right: 0px;
    margin: 0px;
    color: #000;
    display: block;
  }
  .nav-links a.active:before {
    top: 35px;
    left: 48%;
  }
  .nav-links a.active {
    color: #af6526;
  }

  header .nav-links a.active:after {
    background-color: unset;
    content: '';
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: -6px;
    position: absolute;
  }
  .contactDiv {
    display: none;
  }
  .col-12.footer-call-enquire {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
  .enquire-toggle-button.mobile {
    cursor: pointer;
    color: #fff;

    border: none;
    border-radius: unset;
    padding: 0;
    float: unset;

    line-height: unset;
    text-transform: uppercase;
    margin-left: 0;
    letter-spacing: 1px;
    position: absolute;
    height: 36px;
    right: 0px;
    bottom: 0px;
    width: 50%;
    text-align: center;
    padding: 10px;font-family:'Poppins'; color:#fff !important; text-transform:uppercase; font-weight:600
  }
  .sell_do_virtual_numbers{font-family:'Poppins'; color:#fff !important; text-transform:uppercase; font-weight:600;font-size: 18.4px;
    padding: 10px !important;}
  
  .floating-enquire-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .pull-left {
    float: right !important;
    margin-top: -10%;
    right: 16%;
    position: relative;
  }

  .pull-left.icons a i {
    color: #000;
    font-size: 19px;
    padding: 7px;
    border-radius: 43px;
    background-color: #e8c053;
    border-left: unset;

  }
  section#foot-bottom {
    position: relative;
    padding-bottom:35px !important;
  }

  section#foot-bottom .col-6 {
    width: 100%;
  }

  section#foot-bottom p {
    font-size: 12px;
    padding-bottom: 5px;
    text-align: center;
  }

  section#overview {
    background-image: url("../photos/overview.png");

  }

  #overview .col-12.overview-item {
    top: 47%;
    width: 80%;
    left: 13%;
  }

  #overview .col-4.items {
    width: 33%;
  }

  #overview .col-12.overview-content p, #amenities .col-12.amenities-content p
  {
    width: 90%;
  }

  .pull-left.icons a i{
    display: none;
  }
  span.sell_do_virtual_numbers {
    color: #000;
    background-color: #fff;
    padding: 10px 121px;
    position: absolute;
    width: 50%;
    left: 0;
    height: 36px;
    bottom: 0;
    margin: 0;
  }
  a.form-bro {
    color: #fff;
    font-weight: bold;
    padding: 5px;
    background-color: #deb034;
  }

  .sell_do_virtual_number_mobile {
    color: #000 !important;
  }

  div#contact-form {
    padding-bottom: 65px;
  }


  .col-3.footet-content {
    margin-bottom: 20px;
    padding: 10px;
  }

  section#foot-bottom {
    border-bottom: 1px solid #808080ab;
  }

  #foot-bottom .foot-right p, #foot-bottom .copy p
  {
    text-align: center;
    padding: 10px 0px 10px;
    line-height: 9px;
    color: #fff;
  }
  .location-image-caption {
    width: 90%;
    margin: auto;
  }
  #location .inner-highlight-item {
    padding: 20px 72px;
  }
  .home-slide-left-content{height: 50%; width: 100%;}
  .home-slide-right-content{height: 50%;width: 100%;}
  .banner-content img {
    width: 43%;
    margin: auto;
  }
  .home-slide-left-content h1{
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 8px;
  }
  .banner_subtitle{
    font-size: 25px;
  }
  .first_offer{
    font-size: 15px;
    line-height: 33px;
  }
  p.home-slide-text{padding: 10px 25px 45px;}
  #banner .banner-slider:before{display: none;}
  .slider3 .home-slide-right-content{
    background-position: 100% 68%;
  }
  p.artistic-impression{
    bottom:unset;
    top:45%;
  }
  .banner-caption-text {
    font-size: 19px;
  }
}

@media only screen and (max-width: 768px){
  .visible-ipad{
    display: block;
  }
  .hidden-mobile{
    display: none;
  }
  .first_offer:before{
    margin-left: -14px;
  }
  img.sidelogo {

    top:10px;
    left: 0px;
    
  }
  /* banner */

  #banner .home-slider {
    padding: 30px 25px 0;
  }
  #banner .slider1{
    background-image:  url("../photos/banner-2-mob.jpg");
  }

  section#banner {
    margin-top: 69px;
  }
  #banner .bx-wrapper .bx-pager.bx-default-pager a
  {
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }

  #banner .bx-wrapper .bx-pager
  {
    transform: rotate(0deg);
    left: 0%;
    top: 85%;
  }

  #location .show-phone .bx-wrapper .bx-pager
  {
    transform: rotate(0deg);
    left: 0%;
    top: 85%;
  }
  #banner .banner-caption h1
  {
    font-size: 45px;
  }

  #banner .banner-caption h1:after {
    top: 45px;
    left: 14.5%;
    width: 71.5%;
  }

  /* overview */

  #overview .items p {
    position: absolute;
    left: 26%;
    top: 45%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 22px;
  }
  #overview .col-12.overview-item {
    top: 37%;
    width: 80%;
    left: 8%;
  }



  #overview .col-4.items .inner-items:nth-child(1):after, #overview .col-4.items .inner-items:nth-child(2):after
  {
    left: 34%;
    top: 99%;
  }


  #overview .col-4.items {
    width: 100%;
    margin: 10px 0px;
    display: flex;
  }

  #overview .highlights-item {
    padding: 40px;
    position: absolute;
    right: 6%;
    top: 0%;
    width: 45%;
  }

  .overview-text {
    padding: 30px 20px 30px 20px;
  }

  #overview .overview-text h2 {
    font-size: 32px;
    padding-right: 35px;
    line-height: 39px;

  }
  
  /* specification */

  .spec-slider {
    height: 35vh;
    background-size: contain;
  }

  #specifications .bx-wrapper {
    margin-top: -22%;
  }

  #specifications .specification-title
  {
    font-size: 17px;

  }

  #specifications .specification-title:before
  {
    left: -51%;
  }

  .section-heading p
  {
    width: 80%;
  }

  #specifications .item-div {
    position: relative;
    width: 161px;
    height: 185px;
  }

  #specifications .item-div .inner-item {
    text-align: center;
    padding: 50px 5px;
  }

  #specifications .item-div .inner-item p{
    font-size: 14px;
  }

  

  

  /* location */

  #location .location-content p {
    width: 82%;
  }

  #location .relative .col-8 {
    transform: translate(6%);
    width: 90%;
  }

  /* Gallery */


  #gallery .bx-controls-direction
  {
    left: 43%;

  }


  #about-us .col-12.overview-item {
    position: relative;
    left: 9%;
    width: 80%;
  }

  #about-us .overview-item .col-4.items {
    width: 25%;
  }

  #about-us .col-12.about-content p
  {
    width: 90%;
  }
  #about-us .col-4.items p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
  }
  
  #about-us .col-4.items.hide-div {
    visibility: hidden;
  }
  #banner .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #af6526;
  }
  section#foot-bottom {
    padding: 15px 0px;
  }

  .show-desktop
  {
    display: block;
  }

  .show-phone
  {
    display: none;
  }

  section#outer-section
  {
    height: 1400px;
    
  }

  .col-4{
    width: 100%;
  }

  .iti-mobile .selldo-intl-tel-input.iti-container {
    top: 43px;
    bottom: 30px;
    left: 0px;
    right: 30px;
    position: fixed;
    z-index: 999999;
  }

  #gallery .bx-viewport{
    height: auto !important;
  }

  .sell_do_verify_btn {
    margin-left: 5px;
    padding: 6px !important;
  }

  .sell_do_verify_resend_link {
    margin-left: 4px;
    color: #fff !important;
  }
}

@media only screen and (max-width: 767px){
  section#banner {
    height: 100%!important;
    padding-bottom:0px;
  }
  .banner-img {
    padding: 0;
  }
  .slider {
    height: auto;
  }
  .visible-ipad{
    display: none;
  }
  .visible-mobile{
    display: block;
  }
  .hidden-xs {
    display: none;
  }
  .banner-content img {
    width: 65%;
    margin: auto;
  }
  .col-6 {
    width: 100%;
  }

  section#home {
    background-image: url("../photos/mobile-banner.png");
    height: 560px;

  }


  #banner .col-12.banner-text {
    top: 25%;
  }

  #banner .banner-caption h1 {
    font-family: 'Cinzel';
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.96px;
    text-align: center;
    color: #000;
    padding: 5px 57px;
  }

  #banner .banner-caption p {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    height: 55px;
    padding: 10px 35px;
  }

  #banner .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
  .location-content h2 {
    font-family: 'Cinzel';
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.88px;
    text-align: center;
  }
  #overview .overview-text p {
    padding-bottom: 25px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
  }

  #overview a.downloadbrochure
  {
    margin-top: 0;
  }

  #overview .col-6.show-phone h5 {
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.88px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }

  #overview .col-6.show-phone
  {
    padding: 30px;
    text-align: center;
  }

  #overview .highlight-sec{
    background-color: #fff;
    padding: 30px;
  }

  #overview .highlights-item{
    padding: 0px;
    position: unset;
    right: 6%;
    top: -19%;
    width: 100%;
  }

  #overview .col-4.items .inner-items:nth-child(1):after, #overview .col-4.items .inner-items:nth-child(2):after
  {
    left: 27%;
    top: 108%;
  }

  #overview .col-4.items{
    height: 60px;
  }


  /* #overview .col-4.items-mob {
    width: 50%;
    height: 200px;
    padding-top: 40px;
  }

  #overview .inner-items-mob p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding-top: 10px;
  }

  #overview .col-4.items-mob:nth-child(2):after {
    content: '';
    background: #fff;
    width: 74px;
    height: 1px;
    position: absolute;
    margin-top: 32px;
    margin-left: -37px;
  }
  #overview .col-4.items-mob:nth-child(3):after
  {
    content: '';
    background: #fff;
    width: 74px;
    height: 1px;
    position: absolute;
    margin-top: 53px;
    margin-left: -40px;
    } */



    section.padding {
      padding: 40px 0px 10px;
    }

    #specifications .specification-title {
      width: 225px;
      height: 14px;
      font-family: 'Poppins';
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.61;
      letter-spacing: 6.12px;
      text-align: center !important;
      color: #0f123b;
      margin-left: 69px;
      text-transform: uppercase;
    }
    .col-9
    {width: 100%;}

    #specifications {
      padding-top: 0;
    }

    #specifications .bx-wrapper {
      margin-top: unset;
      margin-bottom: unset;
    }

    #specifications .specification-title {
      width: 225px;
      height: 14px;
      font-family: 'Poppins';
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 47px;
      letter-spacing: 6.12px;
      text-align: center !important;
      color: rgba(15, 18, 59, 0.25);
      margin-left: 69px;
      margin-top: 11px;
      margin-bottom: 25px;
      text-transform: uppercase;
      padding-bottom: 25px;
      transform: rotate(0deg);
    }

    #specifications .specification-title:before
    {
      content: unset;
    } 

    #specifications-slider-mob {
      padding: 30px 0 60px;
    }


    #specifications-slider-mob .item-div p{
      font-size: 16px !important;
      line-height: 26px;
      padding: 10px 0 0;
    }

    #specifications-slider-mob .item-div {
      position: relative;
      width: 161px;
      height: 185px;
      border: unset;
    }
    #specifications-slider-mob .item-div .inner-item img {
      display: inline-block;
    }

    #specifications-slider-mob .bx-viewport{
      height: auto !important;
    }

    #specifications-slider-mob .bx-controls-direction{
      position: relative;
      width: 100px;
      bottom: -7px;
      left: 36%;
    }

    #specifications-slider-mob a.bx-prev img {
      width: 19px;
      margin-left: 11px;
      margin-top: 14px;
    }

    #specifications-slider-mob .bx-controls-direction a{
      background-color: transparent;
    }

    #specifications-slider-mob .inner-item {
      text-align: center;
      padding: 33px 10px;
      border: 1px solid;
      width: 65%;
      margin: 0 auto;
    }

    #location .location-highlight-slide{
      overflow: scroll;
    }

  /* #specifications .bx-controls-direction a
  {
    background-color: unset;
    } */

    .spec-mob-slider-1 img, .spec-mob-slider-2 img{
      width: 100%;
    }
    .gal-mob-slider-1 img,.gal-mob-slider-2 img {
      width: 100%;
      margin: unset !important;
    }

    #gallery .bx-wrapper .bx-next ,
    #construction .bx-wrapper .bx-next {
      right: 0px !important;
      background: unset;
      margin-top: -32px;
      left: unset;
    }

    #gallery .bx-wrapper .bx-prev ,
    #construction .bx-wrapper .bx-prev {
      left: 7px;
      background: unset;
      margin-top: -32px;
    }

    #gallery .bx-controls-direction ,
    #construction .bx-controls-direction {
      position: relative;
      width: 100%;
      width: 100px;
      bottom: -42px;
      left: 35%;

    }

    .specifications-content a.bx-prev img,.specifications-content a.bx-next img {
      display: none;
    }

    .section-heading h2 {
      line-height:35px;
      
      font-family: 'Cinzel';
      font-size: 30px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: 0.88px;
      text-align: center;
 
      padding: 0 0 25px;
    }

    .section-heading p,.about-content p {
      width: 89%;
      font-family: 'Poppins';
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 26px;
      letter-spacing: normal;
      text-align: center;
      color: #000000;
    }



  /* #specifications a.bx-prev img {
    width: 22px;
    margin-left: 0px;
    margin-top: -20px;
  }

  #specifications a.bx-next img {
    width: 18px;
    margin-left: 28px;
    margin-top: -14px;
  }
  */
  #specifications .specification-list {
    padding: 20px 0 40px;
  }

  #specifications .item-div {
    width: 155px;
    height: 155px;
  }
  #specifications .item-div
  {
    width: 100%;
    height: auto;
  }
  
  .show-desktop
  {
    display: none;
  }

  .show-phone
  {
    display: block;
  }

  #location .col-4.items-mob {
    width: 100%;
    height: auto;
    bottom: 0px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
  }

  #location .inner-items-mob {

    width: 100%;
    height: auto;
  }

  #location .bx-wrapper .bx-next, #location .bx-wrapper .bx-prev{
    background: unset;
  }

  #location .bx-controls.bx-has-controls-direction {
    position: relative;
    width: 100px;
    left: 35%;
    bottom: 10px;
  }

  #location .bx-controls-direction .bx-prev img, #location .bx-controls-direction .bx-next img {
    width: 20px;
  }

  #location .inner-items-mob img
  {
    margin: auto;
  }
  #location .bx-viewport {
    height: auto !important;
  }

  #location .img-div {
    height: auto;
    position: relative;
    width: 70%;
    margin: auto;
  }
  #location .img-div img
  {

    width: 100%;
    padding: 0 25%;

  }

  #location .inner-items-mob p {
    margin: 0 !important;
    margin-top: 10px !important;
    width: 100% !important;
  }

  #location .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #af6526;
  }
  
  section#about-us {
    padding: 70px 0px 100px;

  }
  #about-us .col-12.overview-item {
    position: relative;
    left: 0;
    width: 100%;
  }
  #about-us .col-4.items:nth-child(1), #about-us .col-4.items:nth-child(3){
   border: unset;
 }
 #about-us .col-4.items:nth-child(1):before {
  content: '';
  position: absolute;
  background-color: #272b4f;
  width: 1px;
  height: 34%;
  right: 50%;
}

#about-us .col-4.items:nth-child(2)
{
  border-right: none;
}
#about-us .col-4.items:nth-child(3):before {
  content: '';
  position: absolute;
  background-color: #272b4f;
  width: 1px;
  height: 34%;
  right: 50%;
}
#about-us .overview-item .col-4.items {
  width: 50%;
  padding: 10px 0px;
  height: 136px;
  text-align: center;
}

section#about-us {
 background-image: url("../photos/mob-gallery-backimg.png");
 background-position: 100% 100%;
 background-repeat: no-repeat;
 background-size: cover;
 height: 985px;
 padding: 30px 0px 100px;
}
#about-us .col-12.about-content {
  padding-bottom: 25px;
}
section#outer-section {
 background: unset;

}

section#gallery
{
  background-color: #f6fafe; clear:both
  
}

#foot-bottom .foot-right p, #foot-bottom .copy p {
  text-align: center;
  line-height: 22px;
  padding: 11px 0px 5px;
  color: #fff;
}
span.sell_do_virtual_numbers {
  color: #000;
  background-color: #bf9b30;
  border: 0px solid #af6526;
  padding: 6px 10px 11px;
}

#location .show-phone .bx-wrapper .bx-pager
{
  top:88%;
}
section#foot-bottom {
  padding: 0px 0px;
}

.highlight-tab ul {
  margin-left: 0px;
  list-style-type: none;
}
.highlight-tab ul li {
  font-size: 14px;
}

#location .highlight-tab h3{
  font-size: 32px;
}

#banner .banner-slider:before {
  content: "";
  position: absolute;
  width: 90%;
  margin: 0 auto;
  height: 2px;
  background-color: #fff;
  top: 15px;
  left: 5%;
}

.iti-mobile .selldo-intl-tel-input.iti-container {
  top: 43px !important;
  bottom: 30px;
  left: 0px !important;
  right: 30px;
  position: fixed;
  z-index: 999999;
}

#gallery .bx-viewport{
  height: auto !important;
}
.sell_do_verify_btn {
  margin-left: 5px;
  padding: 6px !important;
}

.sell_do_verify_resend_link {
  margin-left: 4px;
  color: #fff !important;
}
.spec-slide-2 p{
  font-size: 14px;
}

/*.bx-clone{
  display: none !important;
  }*/
  p.home-slide-text{
    font-size: 16px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .home-slide-left-content h1{
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .banner_subtitle {
    font-size: 17px;
  }
  .first_offer {
    font-size: 13px;
    line-height: 26px;
  }
  .banner-btn a.project-launches{
    padding: 4px 10px;
    font-size: 13px;
    right: 2%;
  }
  img.project-logo{    width: 25%;}
  #banner .bx-wrapper .bx-pager{top: 89%;}
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 
  #overview a.downloadbrochure {
    margin-left: 75px;
  }
  .col-4.items-mob:nth-child(3):after
  {
    margin-top: 33px;
  }
  #specifications .specification-title{
    margin-left: 95px;
  }
  #specifications .item-div {
    border: unset;
    width: 50%;

  }
  section#about-us {
    background-image: url(../photos/mob-gallery-backimg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 993px;
  }
  #about-us .col-12.overview-item {
    position: relative;
    left: 0;
    width: 100%;
    top: -24px;
  }
  section#outer-section {
   background: unset;

 }
 #about-us .col-12.about-content h3:after {

  left: 5%;
  top: 13%;
}
section#gallery
{
  background-color:#e2edf9;
}


}



@media only screen and (max-width: 320px){
  .desktop
  {
    display: none;
  }

  .show-phone
  {
    display: block;
  }

  #banner .col-12.banner-text {
    top: 63%;
  }
  #banner .banner-caption h1 {
    font-size: 21px;
  }

  #banner .banner-caption p
  {
    padding: 10px 62px;
  }
  #overview a.downloadbrochure
  {
    margin: 5px 0px 0px 17px;margin-left: 27px;
  }
  #specifications .specification-title
  {
    margin-left: 45px;
  }

  #specifications .item-div {
    border: unset;
    width: 50%;
  }
  #location .col-6.location-content h3:after {
    top: 14%;
  }

  #location a.enquire-toggle-button.direction-btn {
    left: 20%;
  }
  #about-us .col-12.about-content h3:after
  {
    top: 11%;
    left: 6%;
  }
  #about-us .col-4.items {
    width: 50%;
    padding: 20px 0px;
    height: 128px;
  }
  #about-us .col-4.items p {
    color: #000;
    font-size: 13px;
    line-height: 18px;
  }
  section#gallery
  {
    background-color: #f6fafe;
  }

  
  section#outer-section {
   background: unset;

 }
 #about-us .col-4.items.hide-div {
  display: none;
}
section#about-us {

  height: 1041px;
  padding: 40px 0 0;
}
#about-us .col-12.about-content {
  padding-bottom: 25px;
}


#overview .col-4.items img {
  width: 27%;
}


#location .show-phone .bx-wrapper .bx-pager
{
  top:88%;
}
.home-slide-left-content h1 {
  font-size: 16px;
}
.banner-caption-text{
  font-size:14px;
}
.banner-content{
  top:45%;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

  #banner .banner-slider:before {
    content: "";
    position: absolute;
    width: 94%;
    margin: 0 auto;
    height: 2px;
    background-color: #fff;
    top: 9px;
    left: 3%;
  }

  #banner .col-12.banner-text{
    top: 25%;
  }
  #banner .banner-caption h1{
    color: #000;
  }
  #banner .banner-caption p{
    color: #000;
  }

  #banner .slider {
    height: 80vh;
    background-position: center center;
    background-size: 100% 100%;
  }
  #overview .highlights-item{
    padding: 30px;
  }
  #overview .col-4.items .inner-items:nth-child(1):after, #overview .col-4.items .inner-items:nth-child(2):after{
    left: 26%;
  }
  #location .highlight-tab h3{
    font-size: 50px;
  }

  section#outer-section
  {
    height: 1301px;
    margin-bottom: 34px;
  }

  #specifications .specification-title
  {
    font-size: 17px;
    margin-top: 40%;
  }


  .location-image-caption {
    width: 90%;
    margin: -55px auto;
  }

}


@media screen and (max-width:700px) {
	#banner.home-banner{ margin-top:120px !important}
	#overview .overview-text p{ font-weight:300}
	img.sidelogo{position: relative;
  top: 10px;
  transform: none;
  width: 180px;}
	
	section#plans{ padding-bottom:50px}
	.formBox{ padding-bottom:30px}
	.col-8{ width:100%}
	.specification-title.show-phone{ display:none}
	
	.highlights-item h5 {  font-size: 28px;}
	#overview .items p,   #overview .col-4.items .inner-items:nth-child(1)::after, #overview .col-4.items .inner-items:nth-child(2)::after{left: 30%;}
	.highlights-item img {
  width: 70px !important;
}

#specifications .section-heading h2{ font-size:20px; padding-left:10px ; padding-right:10px}
#overview .highlight-sec{ padding:20px}

.overview.relative.pp{ padding-top:00px}
	iframe{ width:100% !important}
}