  .formflag {
    display: none;
  }
  body {
    box-sizing: border-box;
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; 
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: transparent;
  }
  .same-gap {
    padding: 30px 0;
  }
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .text-center {
    text-align: center;
  }
  img,
  svg {
    vertical-align: middle;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .table td,
  .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
  }
  table {
    border-collapse: collapse;
  }
  .table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
  }
  .table-bordered {
    border: 1px solid #dee2e6;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  *,
  ::after,
  ::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9; 
    background-color: #01353f;
    padding: 12px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .newClass {
    background-color: #01353f;
    box-shadow: 0 0 5px gray;
    padding: 12px 0;
  }
  .inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .logo {
    max-width: 170px;
    filter: brightness(0) invert(1);
  }
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  .error-msg{
    color:red;
    text-align: left;
  }
  .input-error{
    padding-bottom: 11px;
  }
 #loader{
  display: none ;
 }
  .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: 32px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .border-right {
    border-right: 1px solid #dee2e6;
  }
  .btn {
    background-color: #01353f;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    font-size: 20px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
  } 
  .title h1 {
    font-size: 40px;
    margin: 0 0 30px 0;
    color: #000;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  span.rupee {
    font-size: 16px; 
  }
  .price-section .size-detail {
    display: flex;
    justify-content: space-around;
    margin: 20px 30px 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dashed;
  }
  .price-major {
    font-size: 16px;
  }
  .white-bg-section {
    background-color: #fff;
  }
  .white-bg-section .title h1 {
    color: #01353f;
  }
  .price-section tr th, .price-section tr td {
    color: #000;
    text-align: center;
    background-color: #fff;
  }
  .price-section tr th {
    font-size: 22px;
  }
  .countryCode option {
    color: #000;
  }
  footer {
    text-align: center;
    padding: 15px 0;
    width: 100%;
    display: inline-block;
    background-color: #000;
  }
  footer p {
    color: #fff;
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  footer ul li {
    margin: 0 10px;
  }
  footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: "Lexend", serif;
  }
  .countryCode {
    position: absolute;
    left: 15px;
    height: 100%;
    border-radius: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #01353f;
    font-size: 16px;
    width: 130px;
    font-family: "Lexend", serif;
  }
  .countryCode ~ .form-control {
    padding-left: 150px;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    max-width: 500px;
    position: relative;
    border-radius: 5px;
  }
  .close {
    color: #aaa;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: -5px;
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .modal-form .countryCode {
    color: #000;
  }
  .modal-form {
    text-align: center;
  }
  .modal-form .countryCode ~ .form-control {
    padding: 15px 0 15px 135px;
  }
  .modal-form .countryCode {
    color: #000;
    left: 10px;
    width: 120px;
  }
  .modal-form .form-control {
    padding: 10px;
    font-size: 18px;
    color: #000;
    border-color: #01353f;
  }
  .modal-form h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
  }
  .modal-form .form-control:focus-visible {
    outline: 0;
  }
  .contact-buttons {
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 9;
  }
  .contact-buttons ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .contact-buttons ul li {
    margin: 0 0 15px 0;
  }
  .contact-buttons ul li a {
    text-decoration: none;
    background-color: #01353f;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-buttons ul li a.whatsapp-btn {
    background-color: #3ac24d;
    color: #fff;
  }
  .modal-form .form-control::placeholder {
    color: #000;
    opacity: 1;
  }
  .modal-form .form-control::-ms-input-placeholder {
    color: #000;
  }
  .modal-form .btn {
    background-color: #01353f;
    color: #fff;
  }
  .btn:hover {
    color: #fff;
  }
  .enquire-section {
    background-color: #01353f;
  }
  .side-enquire-now {
    position: fixed;
    right: -54px;
    top: 53%; 
    transform: rotate(90deg); 
  }
  .contact-buttons ul li a span {
    display: none;
  }
  .contact-buttons ul li:last-child {
    display: none;
  }
  .justify-content-center {
    justify-content: center;
  }
  .enquire-div {
    max-width: 550px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
  } 
  .enquire-div .btn {
    background-color: #01353f;
    color: #fff;
    margin: 0 auto;
    display: table;
    text-align: center;
  }
  .input-group {
    margin-bottom: 20px;
    position: relative;
  }
  .enquire-section .title h1 {
    color: #01353f;
  }
  .location-advantage-section {
    background-color: #f9f9f9;
  }
  .about-developer {
    background-color: #f9f9f9;
  }
  /* new css starts here */
  tr, td {
    vertical-align: middle;
  }
  .banner-section {
    padding-top: 90px;
    background-color: #f9f9f9;
    padding-bottom: 30px;
  }
  .banner-div {
    display: flex;
    justify-content: space-between;
  }
  .banner-desktop-img, .highlights-img, .img-fluid {
    border-radius: 10px;
  }
  .banner-desktop-img {
    width: 69%;
    background-size: 100% 100%;
  }
  .banner-desktop-img .img-fluid {
    display: none;
  }
  .banner-usp {
    width: 30%;
    border: 1px solid gainsboro;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
  }
  .banner-usp h1 {
    font-size: 40px;
    margin-bottom: 2px;
    text-align: center;
  }
  .banner-usp p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .banner-usp p img {
    max-width: 30px;
    height: auto;
    filter: brightness(1) invert(1);
  }
  .banner-usp ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner-usp ul li a {
    text-decoration: none;
    color: #000;
    padding: 8px 15px 10px;
    display: inline-block;
    width: auto;
  }
  .banner-usp ul li a img {
    max-width: 22px;
  }
  .banner-usp ul li a span {
    display: none;
  }
  .banner-usp ul li:nth-child(2) {
    background-color: #3ac24d;
  }
  /* .banner-usp ul li:nth-child(2) a img {
    filter: brightness(0) invert(1);
  } */
  .banner-usp ul li:nth-child(1) {
    width: 60%;
  }
  .banner-usp ul li:nth-child(1) a {
    display: block;
    text-align: center;
    background-color: #c10f0f;
    color: #fff;
  }
  .banner-usp ul li:nth-child(3) a {
    background-color: #000;
  }
  .project-info-section {
    padding-top: 0;
  }
  .rera-number p {
    text-align: left;
    justify-content: flex-start;
    margin: 5px 0 0 0;
    font-size: 12px;
  }
  .project-info-inner-div {
    display: flex;
    margin-top: 30px;
    align-items: center;
    border: 2px solid #01353f;
    border-radius: 8px;
  }
  .project-info-icon {
    background-color: #01353f;
    padding: 10px;
    margin-right: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .project-info-text p {
    margin-bottom: 5px;
  }
  .project-info-icon img {
    max-width: 60px;
    height: auto;
  }
  .highlights-item ul {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .highlights-item ul li {
    border-bottom: 1px solid gray;
    padding: 15px 15px;
    position: relative;
  }
  .highlights-div {
    position: relative;
  }
  .highlights-div::after {
    /* content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: gray;
    left: 50%;
    top: 0; */
  }
  .highlights-item ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
  }
  .gallery-item {
    margin-bottom: 20px;
  }
  .amenities-item {
    border: 1px dashed #01353f;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
  }
  .amenities-img {
    padding: 10px;
  }
  .amenities-item p {
    color: #000;
  }
  .location-advantage-text {
    background-color: #01353f;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 30px;
  }
  .white-bg-section .title h1 {
    color: #fff;
  }
  .location-advantage-text ul {
    padding: 0;
    margin: 0;
    color: #fff;
    list-style-position: inside;
  }
  .location-advantage-text ul li {
    margin-bottom: 15px;
  }
  .location-advantage-text ul li:last-child {
    margin-bottom: 0;
  }
  .floor-plan-item {
    text-align: center;
  }
  .floor-plan-item {
    border: 1px solid gainsboro;
  }
  .floor-plan-img {
    padding: 15px;
    border-bottom: 1px solid gainsboro;
  }
  .floor-plan-item .btn {
    background-color: #01353f;
    color: #fff;
    font-size: 16px;
    padding: 8px 30px;
    margin: 10px 0;
  }
  .submit-btn {
    padding: 8px 20px;
    border-radius: 4px;
    width: 100%;
  }
  .cta-buttons {
    margin-top: 50px;
  }
  .cta-buttons .btn img {
    max-width: 22px;
  }
  .cta-buttons .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 10px;
    font-size: 16px;
  }
  .download-brochure-btn .btn {
    background-color: #c10f0f;
    border: 1px solid #c10f0f;
  }
  .price-breakup-btn .btn {
    background-color: #01353f;
    border: 1px solid #01353f;
  }
  .schedule-site-visit-btn .btn {
    background-color: #34a853;
    border: 1px solid #34a853;
  }
  .call-sales-team-btn .btn {
    background-color: transparent;
    border: 1px solid #01353f;
    color: #01353f;
  }
  .call-sales-team-btn .btn img {
    /* filter: brightness(1) invert(1); */
  }
  .project-info-text h4 {
    margin: 0;
    font-size: 20px;
  }
  .highlights-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .highlights-text ul li {
    border-bottom: 1px solid gainsboro;
    padding: 12px 0 12px 45px;
    position: relative;
  }
  .highlights-text ul li:first-child {
    border-top: 1px solid gainsboro;
  }
  .highlights-text ul li::before {
    content: "";
    background-image: url("../images/home/highlight-icons.png");
    width: 25px;
    height: 23px;
    position: absolute;
    background-size: 100% 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .highlights-img {
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .highlights-section {
    background-color: #f9f9f9;
  }
  .price-section .table {
    border-collapse: collapse;
    border-radius: 4px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #666;
  }
  .price-section table tr th {
    background-color: #01353f;
    color: #fff;
    border-color: #01353f;
  }
  .price-section table tr th, .price-section table tr td, .price-section table tr {
    border-color: #01353f;
  }
  .price-section table .btn {
    position: relative;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
  }
  .price-section tr td .btn .img-fluid {
    max-width: 20px;
    margin-right: 5px;
  }
  .price-section {
    background-color: #f9f9f9;
  }
  .price-section table tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
  }
  .price-section table tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
  }
  .price-section table tr th:first-child {
    border-top-left-radius: 4px;
  }
  .price-section table tr th:last-child {
    border-top-right-radius: 4px;
  }
  .modal-form h3 .img-fluid {
    display: none;
  }
  .price-list-cta-btn {
    display: none;
  }
  .d-none {
    display: none !important;
  }
  .contact-number a img {
    display: none;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .location-advantage-div {
    box-shadow: 0 0px 10px 1px gray;
  }  
  .input-group .countryCode {
    width: 120px;
  }
  .countryCode {
    height: 90%;
  }
  .location-advantage-img .img-fluid {
    width: 100%;
    height: 450px !important;
  }
  .gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
  }
  .gallery-item img {
    transition: transform 0.5s ease;
    display: block;
    width: 100%;
    height: auto;
  }
  .gallery-item:hover img {
    transform: scale(1.1); /* Zoom in */
  }
  .gallery-item .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgb(1 53 63 / 59%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gallery-item:hover .overlay {
    opacity: 1;
  }
  .overlay-text {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
  }
  .floor-plan-img img.img-fluid:hover {
    max-width: 100% !important;
  }





  /* new css starts here */
  /* responsive */
  @media only screen and (max-width: 1400px) {
    .menu ul li a {
      font-size: 16px;
      padding: 10px 10px;
    }
    .contact-number a {
      font-size: 30px;
    }
    .banner-usp h1 {
      font-size: 35px;
    }
  }
  @media only screen and (max-width: 1250px) {
    .menu ul li a {
      font-size: 15px;
      padding: 10px 10px;
    }
    .contact-number a {
      font-size: 28px;
    }
    .banner-usp p {
      font-size: 15px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-section {
      padding-top: 80px;
    }
    .side-enquire-now {
      right: -40px;
    }
    .contact-number a {
      font-size: 20px;
    }
    .menu ul li a {
      font-size: 14px;
      padding: 10px 5px;
    }
    .contact-number a {
      font-size: 24px;
    }
    .logo {
      max-width: 150px;
    }
    .btn {
      padding: 10px 12px;
      font-size: 16px;
    }
    .title h1 {
      font-size: 30px;
    }
    .same-gap {
      padding: 20px 0;
    }
    .project-info-section {
      padding-top: 0;
    }
    .banner-usp h1 {
      font-size: 30px;
    }
    .banner-usp p {
      font-size: 14px;
    }
    .banner-usp p b br {
      display: none;
    }
    .project-info-text h4 {
      font-size: 18px;
    }
    .project-info-icon {
      margin-right: 10px;
    }
    .highlights-text ul li {
      padding: 10px 0 10px 35px;
      font-size: 15px;
    }
    .table-bordered td, .table-bordered th {
      font-size: 18px;
    }
    .price-section tr th {
      font-size: 20px;
    }
    .price-section table .btn {
      font-size: 13px;
    }
    .amenities-item p {
      font-size: 15px;
    }
    .location-advantage-text ul li {
      font-size: 15px;
    }


  }
  @media only screen and (max-width: 991px) {
    .contact-number a img {
      display: block;
      max-width: 20px;
    }
    .contact-buttons ul li:first-child {
      display: block;
    }
    .contact-buttons ul li:last-child {
      display: block;
    }
    .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: 0;
      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 {
      border: 1px solid #000;
      padding: 5px 10px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      background-color: #000;
    }
    .contact-number {
      margin-right: 50px;
      position: relative;
    }

    .contact-number a::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      border: 1px solid #000;
      border-radius: 100px;
      -webkit-animation: widgetPulse infinite 1.5s;
      animation: widgetPulse infinite 1.5s;
    }
    .contact-number a::after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      border: 1px solid #000;
      border-radius: 100px;
      -webkit-animation: widgetPulse2 infinite 1.5s;
      animation: widgetPulse2 infinite 1.5s;
    }

    @-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;
      }
    }
    .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 0.3s, -webkit-transform 0.3s;
      transition: max-height 0.3s, -webkit-transform 0.3s;
      -o-transition: max-height 0.3s, transform 0.3s;
      transition: max-height 0.3s, transform 0.3s;
      transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.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;
      margin-top: 10px;
    }
    .contact-buttons ul li a span {
      display: block;
    }
    .contact-buttons {
      left: 0;
      bottom: 0;
      width: 100%;
    }
    .contact-buttons ul {
      display: flex;
      background-color: #fff;
      padding: 15px 15px;
      gap: 0 20px;
      box-shadow: 0 2px 20px #0006;
    }
    .contact-buttons ul li {
      margin: 0;
      width: 50%;
    }
    .contact-buttons ul li a {
      height: 50px;
      padding: 0;
      border-radius: 4px;
      width: 100%;
    }
    .contact-buttons ul li a img {
      margin: 0 10px 0 0;
      max-width: 25px;
      height: auto;
    }
    footer {
      padding-bottom: 90px;
    }
    .title h1 {
      font-size: 25px;
      margin: 0 0 15px 0;
    }
    .side-enquire-now {
      display: none;
    }
    .banner-desktop-img {
      background-image: none !important;
      width: 100%;
    }
    .banner-usp {
      width: 100%;
      margin-top: 20px;
    }
    .banner-desktop-img .img-fluid {
      border-radius: 4px;
    }
    .cta-buttons {
      margin-top: 25px;
    }
    .highlights-img {
      /*background-image: none !important;*/
      height: 250px;
    }
    .table-bordered td, .table-bordered th {
      font-size: 16px;
    }
    .price-section tr th {
      font-size: 18px;
    }
    .banner-desktop-img .img-fluid {
      display: block;
    }
    .banner-div {
      display: block;
    }
    .contact-number a span {
      display: none;
    }
  }
  @media only screen and (max-width: 767px) {
    .amenities-slider-mobile {
      position: relative;
    }
    .location-advantage-img .img-fluid {
      height: 250px !important;
    }
    section.about-developer.same-gap {
      padding: 5% 5% !important;
      font-weight: 500;
    }
    .swiper-pagination {
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
    }
    .swiper-pagination .swiper-pagination-bullet {
      margin: 0 2px;
      border: 2px solid #fff;
      width: 13px;
      height: 13px;
    } 
    .amenities-item p {
      font-size: 16px;
    }
    #amenities .swiper-container .row {
      flex-wrap: nowrap;
      margin: 0;
    }
    #amenities .swiper-container .row .swiper-slide {
      padding: 0;
    }
    .table-bordered td,
    .table-bordered th {
      border: 1px solid;
      color: #fff;
      font-size: 14px;
    }
    .project-info-text h4 {
      font-size: 15px;
    }
    .banner-usp h1 {
      font-size: 25px;
    }
    .project-info-icon {
      padding: 5px 8px;
    }

  }
  @media only screen and (max-width: 575px) {
    .same-gap {
      padding: 15px 0;
    }
    .contact-buttons ul li a {
      height: 45px;
      padding: 0;
    }
    .contact-buttons ul li a img {
      max-width: 20px;
    }
    .contact-buttons ul li a span {
      font-size: 14px;
    }
    .btn {
      padding: 10px;
      font-size: 14px;
    }
    .logo {
      max-width: 100px;
    }
    .mobile-price {
      display: block;
    }
    .price-section .price-box {
      margin-bottom: 30px;
    }
    .overlay {
      top: 55px;
      margin: 0 !important;
    }
    .banner-section {
      padding-top: 70px;
    }
    .banner-usp h1 {
      font-size: 22px;
    }
    .banner-usp p {
      font-size: 13px;
      justify-content: center;
    }
    .input-group {
      margin-bottom: 10px;
    }
    .form-control {
      font-size: 14px;
    }
    .micro-btn {
      text-align: center;
      padding-top: 15px;
    }
    .title p {
      font-size: 13px;
    }
    .title h1 {
      font-size: 20px;
    }
    .project-info-inner-div {
      display: block;
    }
    .project-info-icon {
      padding: 5px 8px;
      background-color: transparent;
      filter: brightness(1) invert(1);
      margin: 0;
      text-align: center;
    }
    .project-info-text {
      text-align: center;
    }
    .project-info-text p {
      margin-bottom: 5px;
      font-size: 13px;
    }
    .project-info-text h4 {
      font-size: 12px;
      margin: 0 0 10px 0;
    }
    .project-info-text {
      text-align: center;
      padding: 0 2px;
    }
    .project-info-icon img {
      max-width: 30px;
    }
    .project-info-inner-div {
      border: 1px solid #01353f;
      margin-top: 15px;
    }
    .cta-buttons {
      display: none;
    }
    .price-breakup-btn {
      display: block;
    }
    .cta-buttons .btn {
      font-size: 14px;
    }
    .cta-buttons .btn img {
      max-width: 18px;
    }
    .project-info-section {
      padding-top: 0;
    }
    .highlights-text ul li {
      font-size: 14px;
    }
    .highlights-text ul li::before {
      width: 20px;
      height: 19px;
    }
    .table-bordered td, .table-bordered th {
      font-size: 12px;
      padding: 5px;
    }
    .price-section tr th {
      font-size: 12px;
    }
    .price-section table .btn {
      font-size: 10px;
    }
    .price-section tr td .btn .img-fluid {
      max-width: 0px;
      margin-right: 0;
    }
    .price-list-cta-btn {
      text-align: center;
    }
    .price-list-cta-btn {
      display: block;
    }
    .price-section table tr th:last-child {
      border-top-right-radius: 4px;
      display: none;
    }
    .price-section table tr td:last-child {
      border-top-right-radius: 4px;
      display: none;
    }
    .location-advantage-text {
      padding: 15px;
    }
    .location-advantage-text ul li {
      font-size: 14px;
    }
    .floor-plan-item .btn {
      font-size: 14px;
      padding: 8px 15px;
    }
    .amenities-item p {
      font-size: 14px;
    }


  }
  @media only screen and (max-width: 410px) {

  }
  @media only screen and (max-width: 400px) {
    .contact-buttons ul li a span {
      font-size: 12px;
    }
    .contact-buttons ul li a img {
      /* display: none; */
    }
  }
  @media (min-width: 576px) {
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .d-sm-block {
      display: block !important;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media only screen and (max-width: 1499px) {
    .container {
      max-width: 1400px;
    }
  }
  @media only screen and (min-width: 1500px) {
    .container {
      max-width: 1400px;
    }
  }
  

section.about-developer.same-gap {
    padding: 5% 15%;
}