:root {
    --mainColor: #deb223;
    --secondColor: #000;
}

@font-face {
    font-family: 'georgiabold';
    src: url('../fonts/georgia_bold-webfont.woff2') format('woff2'),
         url('georgia_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}   
@font-face {
    font-family: 'georgiaitalic';
    src: url('georgia_italic-webfont.woff2') format('woff2'),
         url('georgia_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'georgiaregular';
    src: url('georgia_regular_font-webfont.woff2') format('woff2'),
         url('georgia_regular_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} 
body {
    font-family: 'Poppins', sans-serif;
    background: #eaeef0;
    color: #262a29;
} 
.banner-offers-mobile {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 9;
  width: 200px;
  transform: translateX(-50%);
}
.banner-offers {
  max-width: 280px;
  margin-bottom: 20px;
}  
.same-gap {
  margin-bottom: 50px;
}
.btn {
  background-color: var(--secondColor);
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
/* HEADER CSS STARTS */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0,0,0,0.4);
  padding: 15px 0; 
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newClass {
  background-color: rgba(0,0,0,0.9);
  box-shadow: 0 0 5px gray;
  padding: 15px 0;
}
.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.logo {
  max-width: 225px; 
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-number {
  display: flex;
}
.contact-number a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--mainColor);
  color: #fff;
  padding: 10px 30px;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px 0 20px 0;
}
/* HEADER CSS ENDS */
.banner {
  position: relative;
  height: 100vh;
}
.banner .swiper1 {
  height: 100%;
}
.banner-wrap-div {
  height: 100%;
}
.banner-img {
  height: 100%;
}
.banner-img .img-fluid {
  height: 100%;
}
/* banner */
.banner-cnt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  margin-top: 50px;
}
.banner-cnt-div h1 {
  color: #fff;
  font-size: 30px;
}
.banner-cnt-div p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 10px;
}
.banner-cnt-div .price {
    background: var(--secondColor);
    display: inline-block;
    padding: 15px 25px;
    font-size: 21px;
    border-radius: 20px 0 20px 0;
}
.swiper-button-prev, .swiper-button-next {
  display: none;
}
.banner-enquier-btn {
  position: fixed;
  background: #fff;
  transform: rotate(270deg);
  right: -61px;
  top: 50%;
  z-index: 1;
}
.banner-enquier-btn .btn {
  /* color: #000; */
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.project-usp {
  background-color: var(--secondColor);
}
.project-usp-item p {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.project-usp-item h2 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}
.project-usp-item {
  padding: 15px 0;
  text-align: center;
}
.project-title h3 {
  margin-bottom: 25px;
  color: #000;
  font-size: 35px;
   text-align: center; 
  font-weight: 600;
  text-transform: uppercase;
}
.project-title p {
  margin-bottom: 10;
  color: #000;
  font-size: 18px;
  /* text-align: center; */
}
.table-bordered td, .table-bordered th {
  border: 1px solid var(--secondColor);
  text-align: center;
}
.project-highlight .table td .value {
  font-size: 20px;
}
.project-highlight .table td .metric {
  font-size: 16px;
}
.highlight-cnt {
  background-color: var(--secondColor);
  text-align: center;
  padding: 20px 20px 4px 20px;
}
.highlight-cnt p {
  color: #fff;
  height: 50px;
}
.other-highlight-item {
  height: 100%;
  background-color: var(--secondColor);
}
.know-more {
  text-align: center;
  margin: 15px 0; 
}
.price_inner {
    /* border: 1px solid rgb(54,41,110,30%); */
    background-color: rgb(255 255 255 / 90%);
    position: relative;
    text-align: center;
    padding: 1rem;
    /* box-shadow: 0 0 5px gray; */
    margin-bottom: 30px;
}
.price_inner .rc_one {
  border-bottom: 1px solid rgb(54, 41,110,15%);
  line-height: 170%;
  padding-top: .9rem;
  padding-bottom: .9rem;
  text-transform: uppercase;
  font-size: .8rem;
  color: #262a29;
}
.price_inner .rc_one span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: none;
}
.portfolio-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 1;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 1;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #262a29;
  border-right: 1px solid #262a29;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #262a29;
  border-left: 1px solid #262a29;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-item:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #262a29;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  top: 0;
}
.portfolio-item .overlay-content {
  position: relative;
  z-index: 9;
}
.location-cnt ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.location-cnt ul li {
  font-size: 18px;
  margin-bottom: 15px;
} 
.location-cnt ul li span {
  list-style: none;
  text-align: right;
  float: right;
  font-weight: 700;
}
.accordion .fa {
  margin-right: 0.5rem;
}
.accordion button, .accordion button:hover, .accordion button:focus{
  text-decoration: none;
}
footer {
  text-align: center;
  background-color: #333;
  padding: 15px 0;
  width: 100%;
  display: inline-block;
}
footer p {
  color: #fff;
  font-size: 12px;
  margin: 0 0 10px 0; 
}
.floor-master-slider-div {
  position: relative;
  overflow: hidden;
}
.mySwiper .swiper-slide {
  opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.key-feature-div .table-bordered td, .key-feature-div .table-bordered th {
  width: 33.33%;
}
.project-highlight .table-bordered td, .project-highlight .table-bordered th {
  width: 30%;
}
.about-developer {
  background-color: #fff;
  padding: 40px 0;
}
.about-developer-cnt p {
  margin: 15px 0 0 0;
}
/* .about-developer-form {
  border: 2px solid var(--secondColor);
  padding: 20px;
  text-align: center;
} */ 
.about-developer-form {
  padding: 40px;
  text-align: center;
  background-color: var(--mainColor);
  border-radius: 30px 0 30px 0;
}
.about-developer-form h4 {
  color: #fff;
  font-size: 30px;
  /* text-transform: uppercase; */ 
  font-weight: 600;
  margin-bottom: 25px;
}
.form-control {
  border-radius: 0;
  border-color: #000;
  padding: 10px 15px;
  height: auto;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.countryCode {
  position: absolute;
  left: 1px;
  width: 140px;
  border-radius: 0;
  border: none;
  height: 96%;
  top: 1px;
}
.countryCode ~ .form-control {
  padding-left: 150px;
}
.about-developer-form .submit-btn {
  width: 100%;
  padding: 10px 15px;
  border-radius: 20px 0 20px 0;
}
.know-more .btn {
  background-color: #fff;
  color: var(--secondColor);
  border-radius: 20px 0 20px 0;
  padding: 10px 25px;
}
.price_inner .know-more {
  margin: 15px 0 0 0;
}
.price_inner .know-more .btn {
  background-color: var(--secondColor);
  color: #fff;
}
.floor-master-div .know-more .btn {
  margin-bottom: 0;
  background-color: var(--secondColor);
  color: #fff;
}
.modal-title {
  color: var(--secondColor);
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center; 
}
a.whatsapp_float {
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 9;
  background-color: #31c131;
  font-size: 25px;
  padding: 0 0;
  color: #fff;
  text-decoration: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.calltoactionresponsive {
  display: none;
}
.faq-div .card h2 .btn {
  width: 100%;
  text-align: left;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 15px 35px 15px 15px;
  white-space: normal;
}
.faq-div .card h2 .btn .fa {
  position: absolute;
  right: 12px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
} 
.floor-master .portfolio-item {
  margin-bottom: 20px;
}
.card-header {
  padding: 0;
}
.mySwiper2 {
  margin-bottom: 15px;
}
.about-developer-form .contact-number a {
  width: 100%;
  margin-top: 20px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  position: static;
  padding: 10px 15px;
  transform: translateY(0);
}
.modal-body .about-developer-form {
  background-color: transparent;
  padding: 0;
}
.project-video-inner-div {
  position: relative;
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}
.pad-tb {
  padding-top: 90px;
  padding-bottom: 90px; 
}
.cta-section-1 {
  background-image: url("../images/make-an-appointment.jpg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  /* background-size: cover; */
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  background-attachment: fixed;
}
.cta-section-1::before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
.itawacta {
  position: relative;
}
.cta-section-1 h3 {   
  color: #fff;
}
.itawacta p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  margin: 0;
}
.modal-header .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0;
  margin: 0;
}
.amenities-img-slide {
  text-align: center;
}
.amenities-img-slide p {
  font-size: 16px;
  margin: 10px 0 0 0;
}
/* banner */
/* auto popup desing */
.auto-popup-left {
  background-color: #fafafa;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}
.auto-popup-left h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
} 
.auto-popup-right { 
  text-align: center;
}
.auto-popup-logo {
  margin: 0 auto 15px;
  max-width: 147px;
}
.modal-dialog {
  max-width: 450px;  
}
.auto-popup-left ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.auto-popup-left ul li {
  margin-bottom: 10px;
}
.auto-popup-right .btn {
  width: 100%;
  border-radius: 20px 0 20px 0;
} 
a.popup-mobile-number {
  background-color: var(--mainColor);
  color: #fff !important;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  text-decoration: none;
}
button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  z-index: 9;
  font-weight: normal;
}
.modal-dialog .modal-content .modal-body {
  padding: 15px;
} 
.offer p {
  color: green;
  font-weight: 600;
}
.offer h6 {
  color: rgb(255, 127, 0);
  font-size: 25px;
  margin: 0;
}
.offer {
  background: var(--secondColor);
  padding: 10px;
  width: 42%;
  border: 2px solid #fff;
  margin-bottom: 25px;
}
.offer p.voucher {
  color: #fff;
}
/* auto popup desing */
.title-word {
  animation: color-animation 4s linear infinite;
}

.title-word-1 {
  --color-1: #DF8453;
  --color-2: #3D8DAE;
  --color-3: #E4A9A8;
}

.title-word-2 {
  --color-1: #DBAD4A;
  --color-2: #ACCFCB;
  --color-3: #17494D;
}

.title-word-3 {
  --color-1: #ACCFCB;
  --color-2: #E4A9A8;
  --color-3: #ACCFCB;
}

.title-word-4 {
  --color-1: #3D8DAE;
  --color-2: #DF8453;
  --color-3: #E4A9A8;
}

@keyframes color-animation {
  0%    {color: var(--color-1)}
  32%   {color: var(--color-1)}
  33%   {color: var(--color-2)}
  65%   {color: var(--color-2)}
  66%   {color: var(--color-3)}
  99%   {color: var(--color-3)}
  100%  {color: var(--color-1)}
}
p.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}
.project-title {
}
/* auto popup desing */
/* RESPONSIVE CSS STARTS HERE */
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }

}

@media only screen and (max-width: 1400px) {
  .logo {
    max-width: 170px;
  }
  .menu ul li a {
    font-size: 16px;
    padding: 10px 10px;
  }
  .contact-number a {
    font-size: 18px;
    padding: 10px 10px;
  }
  .banner-cnt-div h1 {
    font-size: 25px;
  }
  .project-usp-item p {
    font-size: 16px;
  }
  .project-usp-item h2 {
    font-size: 18px;
  }
  .project-title h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .project-title p {
    font-size: 16px;
  }
  .project-highlight .table-bordered td .img-fluid {
    width: 20px;
  }
  .project-highlight .table td .value {
    font-size: 16px;
  }
  .project-highlight .table td .metric {
    font-size: 15px;
  }
  .highlight-cnt p {
    font-size: 15px;
  }
  .btn {
    font-size: 16px;
  }
  .price_inner .rc_one span {
    font-size: 1rem;
  }
  .location-cnt ul li {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .modal-title {
    font-size: 20px;
  }
  .about-developer-form h4 {
    font-size: 25px;
  }





}

@media only screen and (max-width: 1199px) {
  .logo {
    max-width: 150px;
  }
  .menu ul li a {
    padding: 5px 7px;
    font-size: 15px;
  }  
  .contact-number a {
    font-size: 14px;
  }
  .banner-cnt-div h1 {
    font-size: 22px;
  }
  .banner-cnt-div p {
    font-size: 15px;
  }
  .project-usp-item p {
    font-size: 15px;
  }
  .project-usp-item h2 {
    font-size: 15px;
  }
  .project-title h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .location-cnt ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .about-developer-cnt p {
    font-size: 15px;
  }
  .same-gap {
    margin-bottom: 30px;
  }
  .offer {
    background: var(--secondColor);
    padding: 10px;
    width: 70%;
    border: 2px solid #fff;
    margin-bottom: 25px;
  }

}


@media only screen and (max-width: 991px) {
    .button_container {
      position: absolute;
      top: 50%;
      right: 0;
      height: 29px;
      width: 35px;
      cursor: pointer;
      z-index: 100;
      transition: opacity 0.25s ease;
      transform: translateY(-50%);
  }
  .button_container span {
      background: #fff;
      border: none;
      height: 5px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.35s ease;
      cursor: pointer;
  }
  .button_container span:nth-of-type(2) {
      top: 11px;
  }
  .button_container span:nth-of-type(3) {
      top: 22px;
  }
  .contact-number a {
    padding: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #fff;
    font-size: 18px;
  } 
  @-webkit-keyframes widgetPulse {
    0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
    100%{-webkit-transform:scale(1.8,1.8);transform:scale(1.8,1.8);opacity:0}
  }
  @keyframes widgetPulse2 {
    0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
    100%{-webkit-transform:scale(1.4,1.4);transform:scale(1.4,1.4);opacity:0}
  } 
  .contact-number a span {
    /* display: none; */
  }
  .overlay {
    position: fixed;
    background: #fff;
    top: 64px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
  }
  .overlay nav {
    text-align: center;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin: 0;
  }
  .overlay ul li a, .overlay ul li span {
    display: block; 
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
  }
  .overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
      animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
    opacity: 1;
    border-bottom: 1px solid gray;
  }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }
  .overlay.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }
  .calltoactionresponsive {
    display: flex;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .calltoactionresponsive a, .calltoactionresponsive span {
    width: 50%;
    text-align: center;
    background-color: var(--secondColor);
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
  }
  .calltoactionresponsive a.mobile-whatsaap-icon {
    background-color: #31c131;
  }
  .calltoactionresponsive a.mobile-whatsaap-icon .fa {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  a.whatsapp_float {
    display: none; 
  }
  .project-usp-item p {
    font-size: 14px;
  }
  .project-usp-item h2 {
    font-size: 14px;
  }
  .project-title h3 {
    font-size: 20px;
  }
  .highlight-cnt {
    padding: 15px 8px 4px 8px;
  }
  .price_inner {
    margin-bottom: 20px;
  }
  .about-developer-form h4 {
    font-size: 20px;
  }
  .about-developer-form {
    padding: 12px;
  }
  footer {
    padding-bottom: 45px;
  }
  .offer {
    background: var(--secondColor);
    padding: 10px;
    width: 100%;
    border: 2px solid #fff;
    margin-bottom: 25px;
}


}

@media(max-width:767px) {
  .border-right-size {
    border-bottom: 1px solid #fff;
  }
  .border-right-type {
    border-right: none !important;
    border-bottom: 1px solid #fff;
  }
  .project-usp .container {
    max-width: 100%;
  }
  .banner-enquier-btn {
    display: none;
  }
  .project-highlight .table-bordered td, .project-highlight .table-bordered th {
    width: auto;
    padding: 5px;
  }
  .project-highlight .table td .value {
    font-size: 14px;
  }
  .project-highlight .table td .metric {
    font-size: 13px;
    margin: 0;
  }
  .highlight-cnt {
    padding: 20px 20px 4px 20px;
  }
  .highlight-cnt p {
    height: auto;
  }
  .other-highlight-item {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .key-feature-div .table-bordered td p, .key-feature-div .table-bordered th p {
    font-size: 13px;
  }
  .location-cnt {
    margin-top: 20px;
  }
  .about-developer-cnt {
    text-align: center;
  }
  .about-developer-form {
    margin-top: 20px;
    border-radius: 0;
  }
  .faq-div .card h2 .btn {
    font-size: 14px;
  }
  .faq-div .card-body p {
    font-size: 14px;
  }
  .banner {
    height: auto;
  }
  .banner-cnt {
    display: none;
  }
  .mobile-form {
    padding: 20px 0 0;
  }
  .mobile-configuration-title {
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .mobile-configuration-title h1 {
    font-size: 30px;
    margin: 0;
  }
  .mobile-configuration-title p {
    margin: 0;
  }
  .mobile-configuration-type p span {
    font-size: 18px;
  }
  .mobile-configuration {
    text-align: center;
  }
  .mobile-configuration-type p {
    margin: 0;
  }
  .mobile-configuration-type {
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .mobile-configuration-type h6 {
    font-size: 20px;
    font-weight: bold;
  }
  .project-usp {
   
  }
  .usp-item {
    display: flex;    
    margin-bottom: 30px;
  }
  .usp-img {
    width: 45px;
  }
  .usp-cnt {
    width: 85%;
    padding: 0 0 0 10px;
  }
  .usp-cnt span {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
  }
  .usp-cnt p {
    font-size: 14px;
  }
  .mobile-usp-div-inner {
    border-bottom: 1px solid #153276;
    padding-top: 20px;
  }
  .highlight-content ul {
    padding: 0;
    list-style: none;
  }
  .google-location-map {
    margin-top: 20px;
  }
  .google-location-map iframe {
    max-width: 100%;
    height: 300px;
  } 
  .price_inner .know-more .btn {
    width: 100%;
  }
  .know-more .btn {
    width: 100%;
  } 
  #highlight .know-more {
    padding: 0 20px;
  }
  .offer {
    background: var(--secondColor);
    padding: 10px;
    width: 100%;
    border: 2px solid #fff;
    margin-bottom: 25px;
}
}

@media only screen and (max-width: 575px) {
  .amenities-img-slide p {
    font-size: 14px;
  }
  .calltoactionresponsive a, .calltoactionresponsive span {
    padding: 8px;
    font-size: 12px;
  }
  a.whatsapp_float {
    width: 35px;
    height: 34px;
  }
  .banner-cnt-div h1 {
    font-size: 20px;
  }
  .banner-cnt-div p {
    font-size: 14px;
  }
  .project-title h3 {
    font-size: 16px;
  }
  .project-title p {
    font-size: 14px;
  }
  .about-developer-cnt p {
    font-size: 13px;
  }
  .about-developer-form h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  footer p {
    font-size: 10px;
  }
  .about-developer {
    padding: 25px 0;
  }
  .same-gap {
    margin-bottom: 20px;
  }
  .logo {
    max-width: 130px;
  }
  .contact-number a {
    font-size: 16px;
  }
  .overlay {
    top: 64px;
  }
  .play-btn {
    width: 40px;
  } 
  .usp-cnt span {
    font-size: 16px;
  }
  .usp-cnt p {
    font-size: 13px;
  }
  .usp-item {
    margin-bottom: 10px;
  }
  .mobile-configuration-title h1 {
    font-size: 22px;
  }
  .pad-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .itawacta p {
    font-size: 14px;
    line-height: normal;
  }
  .faq-div .card h2 .btn {
    font-size: 13px;
    padding: 10px 25px 10px 10px;
  }
  .faq-div .card-body p {
    font-size: 13px;
    margin: 0;
  }
  .card .card-body {
    padding: 10px;
  }
  .offer {
    background: var(--secondColor);
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: none;
  }
}

.sec-padding{
  padding: 80px 0;
}
.white-bg{
  background: #fff;
}

img{
  max-width: 100%;
}

.highlight-box {
    padding: 20px 22px;
    background: var(--secondColor);
    font-size: 17px;
    color: #fff;
    height: 101px;
    text-align: center;
    line-height: 25px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 43px;
    border-radius: 20px 20px 0 0;
}

.highlight-box:before,
.highlight-box:after {
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: var(--secondColor) transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.highlight-box:after {
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}

.image-bg {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.image-bg .project-title h3{
  color: #fff;
}

.image-bg:before {
    content: '';
    background: rgba(00,00,00,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.image-bg .container {
    z-index: 9;
    position: relative;
}

@media(max-width:767px){
  .logo img {
    max-width: 34px;
}
.sec-padding {
    padding: 30px 0;
}
.highlight-box {
    height: auto;
    margin-bottom: 20px;
    font-size: 14px;
}
}