  .formflag {
    display: none;
  }
  
  .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

  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: #19407d;
    position: static !important;
  }


  /* ///// */
  .active-btn {
    pointer-events: none;
    opacity: 0.8;
  }

  .iti--allow-dropdown {
    width: 100%;
  }

  .phone::placeholder {
    color: #888888;
    /* Change to your desired color */
  }

  .footer-form .iti .iti__country-container phone {
    border: none;
  }

  .iti__search-input {
    padding: 13px !important;
    font-size: 14px !important;
  }

  .iti__search-input {
    color: #000 !important;
    background-color: #fff !important;
    font-size: 14px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* //// */



  .banner-div::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(4, 4, 4, 0.8));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .price-section tr td .btn {
    font-size: 16px;
  }

  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #19407d;
    padding: 12px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .newClass {
    background-color: #19407d;
    box-shadow: 0 0 5px gray;
    padding: 12px 0;
  }

  .inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .logo a {
    max-width: 170px;
  }

  .logo {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }

  .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;
  }

  .spain-class .menu ul li a {
    padding: 10px 10px;
    font-size: 16px;
  }

  .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;
  }

  .contact-number a img {
    margin: 0 10px 0 0;
  }

  .banner-div {
    /* background-image: url("../images/banner.webp");
    width: 100%;
    background-position: center; */
    height: calc(100vh - 84px);
    overflow: hidden;
  }

  .mobile-banner {
    display: none;
  }

  .border-right {
    border-right: 1px solid #dee2e6;
  }

  .banner-section {
    position: relative;
    padding-top: 84px;
  }

  .banner-txt {
    position: absolute;
    width: 100%;
    bottom: 50px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }

  .banner-text-div {
    position: relative;
    padding: 10px;
  }

  .banner-text-div h1 {
    color: #fff;
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 50px;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

  .offers-add {
    background-color: #fff;
    color: #19407d;
    padding: 10px 15px;
    font-size: 20px;
    width: auto;
    display: table;
    margin: 0 auto;
    border-radius: 4px;
  }

  .banner-text-div p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 12px 0;
    line-height: 30px;
  }

  .banner-text-div h6 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
  }

  .starting-price {
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .starting-price img {
    max-width: 30px;
    margin-right: 10px;
  }

  .btn {
    background-color: #fff;
    color: #19407d;
    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;
  }

  .price-section .btn {
    background-color: #19407d;
    color: #fff;
  }

  .project-info-inner-div img {
    max-width: 50px;
    height: auto;
  }

  .title h1 {
    font-size: 40px;
    margin: 0 0 30px 0;
    color: #fff;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

  .project-info-item {
    padding: 0;
    margin-bottom: 30px;
  }

  .project-info-inner-div {
    border: 2px solid #fff;
    padding: 10px;
    text-align: center;
  }

  .project-info-inner-div h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
  }

  .project-info-inner-div p {
    font-size: 18px;
    margin: 10px 0 0 0;
    color: #fff;
    font-weight: 600;
    word-break: break-all;
  }

  .gallery-item {
    margin-bottom: 30px;
  }

  .floor-plan-item {
    margin-bottom: 30px;
  }

  .floor-plan-item a {
    display: block;
    position: relative;
  }

  .floor-plan-item img {
    filter: blur(3px);
  }

  .floor-plan-item a .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #19407d;
    color: #fff;
    width: 250px;
    font-size: 16px;
  }

  .location-advantage-text-itm {
    display: flex;
    background-color: #fff;
    margin-bottom: 30px;
    height: 80%;
  }

  .location-advantage-text-itm-right h5 {
    margin: 5px 0 0 0;
    color: #19407d;
    font-size: 22px;
  }

  .location-advantage-text-itm-right p {
    /* margin: 5px 0 10px 0;
    color: #000; */
  }

  .location-advantage-text-itm-right h5 {
    margin: 5px 0 0 0;
    color: #19407d;
    font-size: 22px;
  }

  .location-advantage-text-itm-right h5 span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 10px 0 0 0;
  }

  .location-advantage-text-itm-left {
    background-color: #19407d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
  }

  .price-section .price-box {
    padding: 50px 15px;
    border-radius: 4px;
    background-color: #e0dacf;
    transition: 0.8s ease-in-out;
  }

  .price-section .typology {
    border: 2px solid #19407d;
    width: fit-content;
    margin: auto;
    padding: 5px 35px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
  }

  .price-section .price-details {
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
    font-weight: 600;
  }

  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;
  }

  .price-section .price-details {
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
  }

  .price-section .micro-btn {
    text-align: center;
    padding-top: 20px;
  }

  .amenities-item {
    border: 1px dashed #fff;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
  }

  .amenities-img {
    position: relative;
  }

  .amenities-img::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .amenities-item p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 100%;
    bottom: 10px;
  }

  .highlights-item {
    position: relative;
    text-align: center;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .col-highlights {
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }

  .col-highlights:nth-child(3n + 3) {
    border-right: 0;
  }

  .col-highlights:nth-child(10),
  .col-highlights:nth-child(11),
  .col-highlights:nth-child(12) {
    border-bottom: 0;
  }

  .white-bg-section {
    background-color: #fff;
  }

  .white-bg-section .title h1 {
    color: #19407d;
  }

  .price-section tr th,
  .price-section tr td {
    color: #000;
  }

  .countryCode option {
    color: #000;
  }

  .highlights-content p {
    margin: 0;
    color: #000;
    font-size: 18px;
  }

  .highlights-content p b {
    color: #19407d;
  }

  footer {
    text-align: center;
    padding: 15px 0;
    width: 100%;
    display: inline-block;
  }

  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;
  }

  .mobile-price {
    display: none;
  }

  .enquire-div {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    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: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .input-group {
    margin-bottom: 20px;
    position: relative;
  }

  .enquire-div .input-group .form-control {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #19407d;
    border-radius: 0;
    color: #000;
    padding: 15px 0;
    font-size: 18px;
  }

  .countryCode {
    position: absolute;
    left: 0;
    height: 100%;
    border-radius: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #19407d;
    font-size: 18px;
    width: 130px;
  }

  .enquire-div .input-group .countryCode~.form-control {
    padding: 15px 0 15px 150px;
  }

  .enquire-div .input-group .form-control:focus-visible {
    outline: 0;
  }

  .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: 10px 0 10px 135px;
  }

  .modal-form .countryCode {
    color: #000;
    left: 10px;
    width: 120px;
  }

  .modal-form .form-control {
    padding: 10px;
    font-size: 18px;
    color: #000;
    border-color: #19407d;
  }

  .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: #ff9c5d;
    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: grey;
    opacity: 1;
  }

  .modal-form .form-control::-ms-input-placeholder {
    color: #000;
  }

  .modal-form .btn {
    background-color: #19407d;
    color: #fff;
  }

  .enquire-div .input-group .form-control::placeholder {
    color: grey;
    opacity: 1;
  }

  .enquire-div .input-group .form-control::-ms-input-placeholder {
    color: grey;
  }

  .btn:hover {
    background-color: #ff9c5d;
  }

  .floor-plan-item a .btn:hover {
    background-color: #ff9c5d;
  }

  .project-video-section {
    background-size: cover;
    background-position: center center;
    position: relative;
  }

  .project-video-section::before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .project-video-section .container {
    position: relative;
  }

  .project-video-div {
    text-align: center;
    padding: 50px 0 50px 0;
  }

  .project-video-section .title h1 {
    color: #fff;
  }

  .enquire-section {
    background-color: #fff;
  }

  .enquire-section .title h1 {
    color: #19407d;
  }

  .enquire-section .btn {
    background-color: #19407d;
    color: #fff;
  }

  .side-enquire-now {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
  }

  .side-enquire-now .btn {
    background-color: #ff9c5d;
  }

  .contact-buttons ul li a span {
    display: none;
  }

  .contact-buttons ul li:first-child {
    display: none;
  }

  .contact-buttons ul li:last-child {
    display: none;
  }

  .tab-banner {
    display: none;
  }

  /* LANGUAGE TRANSLATOR CSS */
  /* HIDE Google Translate default UI */
  .goog-te-banner-frame,
  .goog-logo-link,
  .goog-te-gadget,
  #goog-gt-tt,
  .goog-te-balloon-frame,
  .goog-text-highlight {
    display: none !important;
  }

  .VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none !important;
  }

  iframe.skiptranslate {
    display: none !important;
  }

  .language-transletor .dropdown {
    position: relative;
  }

  .language-transletor .dropdown-toggle {
    color: #fff;
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .language-transletor .dropdown-toggle img {
    width: 24px;
    height: 16px;
    margin-right: 8px;
  }

  .language-transletor .dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 160px;
  }

  .language-transletor .dropdown-menu.active {
    display: block;
  }

  .language-transletor .dropdown-menu li {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
  }

  .language-transletor .dropdown-menu li a {
    text-decoration: none;
    color: #000;
  }

  .language-transletor .dropdown-menu li:hover {
    background-color: #f0f0f0;
  }

  .language-transletor .dropdown-menu img {
    width: 24px;
    height: 16px;
    margin-right: 8px;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }

  .language-transletor {
    display: none;
  }

  /* LANGUAGE TRANSLATOR CSS */

  .amenities-icons-section .amenities-item .amenities-img::after {
    display: none;
  }
  .amenities-icons-section .amenities-item p {
    position: static;
    padding: 10px 0;
  }
  .amenities-icons-section .amenities-item {
    border: none;
  }


  @media only screen and (max-width: 1600px) {
    .spain-class .menu ul li a {
      padding: 10px 8px;
      font-size: 15px;
    }

    .menu ul li a {
      font-size: 16px;
    }

    .contact-number a {
      font-size: 30px;
    }

    .german-class .menu ul li a {
      font-size: 15px;
    }

    .italy-class .menu ul li a {
      font-size: 15px;
      padding: 10px 10px;
    }

    .italy-class .contact-number a {
      font-size: 29px;
    }
  }

  @media only screen and (max-width: 1458px) {
    .russia-class .menu ul li a {
      font-size: 13px;
    }

    .france-class .menu ul li a {
      font-size: 13px;
    }

    .spain-class .menu ul li a {
      font-size: 13px;
    }

    .dutsch-class .menu ul li a {
      font-size: 13px;
    }
  }

  @media only screen and (max-width: 1366px) {
    .menu ul li a {
      font-size: 15px;
      padding: 10px 10px;
    }

    .contact-number a {
      font-size: 28px;
    }

    .spain-class .menu ul li a {
      font-size: 13px;
      padding: 10px 6px;
    }

    .italy-class .menu ul li a {
      font-size: 13px;
    }

    .german-class .contact-number a {
      font-size: 25px;
    }
  }

  @media only screen and (max-width: 1291px) {
    .spain-class .menu ul li a {
      font-size: 12px;
      padding: 10px 7px;
    }

    .russia-class .menu ul li a {
      font-size: 12px;
      padding: 10px 7px;
    }
  }

  @media only screen and (max-width: 1250px) {
    .france-class .menu ul li a {
      font-size: 13px;
    }

    .italy-class .menu ul li a {
      font-size: 13px;
      padding: 10px 8px;
    }

    .dutsch-class .menu ul li a {
      font-size: 13px;
    }

    .spain-class .contact-number a {
      font-size: 24px;
    }

    .language-transletor .dropdown-toggle {
      font-size: 14px;
    }

    .logo {
      gap: 0 5px;
    }

    .german-class .menu ul li a {
      font-size: 14px;
    }

    .contact-number a {
      font-size: 25px;
    }
  }

  @media only screen and (max-width: 1222px) {
    .menu ul li a {
      font-size: 14px;
      padding: 10px 10px;
    }

    .france-class .menu ul li a {
      font-size: 12px;
    }

    .spain-class .menu ul li a {
      font-size: 11px;
      padding: 10px 7px;
    }

    .spain-class .contact-number a {
      font-size: 23px;
    }

    .spain-class .contact-number a {
      font-size: 22px;
    }

  }

  @media only screen and (max-width: 1199px) {
    .banner-div {
      height: auto;
    }

    .desktop-banner {
      /* display: none; */
    }

    .tab-banner {
      /* display: block; */
    }

    .contact-number a {
      font-size: 20px;
    }

    .menu ul li a {
      /* font-size: 11px;
      padding: 10px 5px; */
    }

    .language-transletor .dropdown-toggle {
      font-size: 13px;
    }

    .language-transletor .dropdown-menu div {
      font-size: 14px;
    }

    .logo {
      gap: 0 10px;
    }

    .logo a {
      max-width: 150px;
    }

    .banner-section {
      padding-top: 70px;
    }

    .banner-text-div h1 {
      font-size: 30px;
      margin-bottom: 10px;
      line-height: 40px;
    }

    .banner-text-div h6 {
      font-size: 16px;
    }

    .starting-price {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .btn {
      padding: 10px 12px;
      font-size: 16px;
    }

    .highlights-item {
      padding: 15px;
    }

    .location-advantage-text-itm {
      height: 90%;
    }

    .location-advantage-text-itm-right h5 {
      margin: 0;
    }

    .price-section tr td .btn {
      font-size: 14px;
    }

    .title h1 {
      font-size: 30px;
    }

    .same-gap {
      padding: 20px 0;
    }

    .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 {
      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;
      }
    }

    .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;
    }
  }

  @media only screen and (max-width: 991px) {
    .contact-buttons ul li:first-child {
      display: block;
    }

    .contact-buttons ul li:last-child {
      display: block;
    }

    .location-advantage-img {
      margin-bottom: 30px;
    }

    .contact-buttons ul li a span {
      display: block;
    }

    .contact-buttons {
      left: 0;
      bottom: 0;
      width: 100%;
    }

    .contact-buttons ul {
      display: flex;
    }

    .contact-buttons ul li {
      margin: 0;
      width: 50%;
    }

    .contact-buttons ul li a {
      height: 50px;
      border-radius: 0;
      width: 100%;
    }

    .contact-buttons ul li a img {
      margin: 0 10px 0 0;
      max-width: 25px;
      height: auto;
    }

    footer {
      padding-bottom: 60px;
    }

    .title h1 {
      font-size: 25px;
    }

    .banner-text-div h1 {
      font-size: 25px;
      margin-bottom: 10px;
      line-height: 35px;
    }

    .starting-price {
      font-size: 20px;
    }

    .side-enquire-now {
      display: none;
    }

    .contact-number {
      display: none;
    }

    .banner-txt {
      bottom: 45px;
    }

  }

  @media only screen and (max-width: 767px) {
    .starting-price img {
      max-width: 20px;
    }

    .banner-div {
      height: auto;
    }

    .desktop-banner {
      display: none;
    }

    .mobile-banner {
      display: block;
    }

    .amenities-slider-mobile {
      position: relative;
    }

    .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;
    }

    .col-highlights:nth-child(3n+3) {
      border-right: 1px solid #d7d7d7;
    }

    .col-highlights:nth-child(10) {
      border-bottom: 1px solid #d7d7d7;
    }
  }

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

    /* dsfsadfdsaf */
    .location-advantage-text-itm-left {
      display: none;
    }

    .location-advantage-text-itm-right h5 {
      position: relative;
      padding-left: 35px;
      font-size: 14px;
    }

    .location-advantage-text-itm-right h5::before {
      content: "";
      background-image: url("../images/common-project-images/location-icon.webp");
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      top: 4px;
      background-color: #19407d;
      background-size: cover;
    }

    .location-advantage-text-itm {
      height: auto;
      margin-bottom: 5px;
    }

    .location-advantage-text-itm-right p br {
      display: none;
    }

    .location-advantage-text-itm-right h5 span {
      display: inline-block;
      font-size: 13px;
    }

    /* sdfsadfasdfd */
    .highlights-img .img-fluid {
      max-width: 80px;
    }

    .highlights-item {
      padding: 5px;
    }

    .project-info-item {
      margin-bottom: 15px;
    }

    .project-info-inner-div img {
      max-width: 40px;
    }

    .offers-add {
      font-size: 16px;
    }

    .contact-buttons ul li a {
      height: 35px;
      padding: 0;
    }

    .contact-buttons ul li a img {
      max-width: 20px;
    }

    .contact-buttons ul li a span {
      font-size: 14px;
    }

    .banner-text-div h1 br {
      /* display: none; */
    }

    .banner-text-div h1 {
      font-size: 20px;
      line-height: 25px;
    }

    .starting-price {
      font-size: 18px;
    }

    .btn {
      padding: 10px;
      font-size: 14px;
    }

    .starting-price img {
      max-width: 18px;
    }

    .logo a {
      max-width: 130px;
    }

    .contact-number a {
      font-size: 16px;
      right: 40px;
    }

    .banner-section {
      padding-top: 70px;
    }

    .highlights-content p {
      font-size: 13px;
    }

    .project-info-inner-div p {
      font-size: 13px;
    }

    .project-info-inner-div h4 {
      font-size: 13px;
    }

    .price-section .table {
      display: none;
    }

    .mobile-price {
      display: block;
    }

    .price-section .price-box {
      margin-bottom: 30px;
    }

    .price-section .price-details {
      font-size: 16px;
    }

    .price-section .typology {
      font-size: 16px;
    }

    .overlay {
      top: 58px;
    }

    .banner-txt {
      bottom: 20px;
    }

    .project-info-inner-div {
      padding: 5px;
    }
  }

  @media only screen and (max-width: 410px) {
    .project-info-inner-div {
      height: 100%;
    }

    .project-info-item {
      height: 130px;
    }
  }

  @media only screen and (max-width: 400px) {
    .highlights-content p {
      font-size: 12px;
    }

    .highlights-img .img-fluid {
      max-width: 60px;
    }

    .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%;
    }
  }

  @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 (min-width: 1500px) {
    .container {
      max-width: 1400px;
    }
  }