@font-face {
    font-family: "Cinzel";
    src: url("../fonts/Cinzel-Black.eot");
    src: url("../fonts/Cinzel-Blackd41d.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Cinzel-Black.woff2") format("woff2"),
      url("../fonts/Cinzel-Black.woff") format("woff"),
      url("../fonts/Cinzel-Black.ttf") format("truetype"),
      url("../fonts/Cinzel-Black.svg#Cinzel-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  } 
  
  @font-face {
    font-family: "Cinzel";
    src: url("../fonts/Cinzel-Bold.eot");
    src: url("../fonts/Cinzel-Boldd41d.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Cinzel-Bold.woff2") format("woff2"),
      url("../fonts/Cinzel-Bold.woff") format("woff"),
      url("../fonts/Cinzel-Bold.ttf") format("truetype"),
      url("../fonts/Cinzel-Bold.svg#Cinzel-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cinzel";
    src: url("../fonts/Cinzel-ExtraBold.eot");
    src: url("../fonts/Cinzel-ExtraBoldd41d.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Cinzel-ExtraBold.woff2") format("woff2"),
      url("../fonts/Cinzel-ExtraBold.woff") format("woff"),
      url("../fonts/Cinzel-ExtraBold.ttf") format("truetype"),
      url("../fonts/Cinzel-ExtraBold.svg#Cinzel-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cinzel";
    src: url("../fonts/Cinzel-Regular.eot");
    src: url("../fonts/Cinzel-Regulard41d.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Cinzel-Regular.woff2") format("woff2"),
      url("../fonts/Cinzel-Regular.woff") format("woff"),
      url("../fonts/Cinzel-Regular.ttf") format("truetype"),
      url("../fonts/Cinzel-Regular.svg#Cinzel-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cinzel";
    src: url("../fonts/Cinzel-Medium.eot");
    src: url("../fonts/Cinzel-Mediumd41d.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Cinzel-Medium.woff2") format("woff2"),
      url("../fonts/Cinzel-Medium.woff") format("woff"),
      url("../fonts/Cinzel-Medium.ttf") format("truetype"),
      url("../fonts/Cinzel-Medium.svg#Cinzel-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cinzel";
    src: url("../fonts/Cinzel-SemiBold.eot");
    src: url("../fonts/Cinzel-SemiBoldd41d.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Cinzel-SemiBold.woff2") format("woff2"),
      url("../fonts/Cinzel-SemiBold.woff") format("woff"),
      url("../fonts/Cinzel-SemiBold.ttf") format("truetype"),
      url("../fonts/Cinzel-SemiBold.svg#Cinzel-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "brother_1816regular";
    src: url("../fonts/07-brother1816-regular-webfont.woff2") format("woff2"),
      url("../fonts/07-brother1816-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  .formflag {
    display: none;
  }
  body {
    box-sizing: border-box;
    font-family: "brother_1816regular";
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #262a29;
  }
  .error-msg{
    color:red;
    text-align: left;
    display:block
  }

 #loader{
  display: none ;
 }

  .input-error{
    padding-bottom: 11px;
  }
  .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: transparent;
    padding: 12px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .newClass {
    background-color: #262a29;
    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: 152px;
  }
  .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: 32px;
    font-weight: 600;
    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;
    font-family: "brother_1816regular";
  }
  .contact-number a img {
    margin: 0 10px 0 0;
  }
  .banner-div {
    background-image: url("../images/banner.jpg");
    width: 100%;
    background-position: center;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .border-right {
    border-right: 1px solid #dee2e6;
  }
  .banner-section {
    position: relative;
    margin-top: 79px;
    height: calc(100vh - 79px);
  }
  .banner-txt {
    position: absolute;
    width: 100%;
    bottom: 50px;
    text-align: left;
    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: "Cinzel";
    font-weight: 700;
  }
  .banner-text-div p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 12px 0;
    line-height: 30px;
    font-family: "Cinzel";
    font-weight: 600;
  }
  .banner-text-div h6 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    font-family: "Cinzel";
    font-weight: 600;
  }
  .starting-price {
    display: flex;
    justify-content: flex-start;
    color: #fff;
    align-items: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: "Cinzel";
    font-weight: 800;
  }
  .starting-price img {
    max-width: 30px;
  }
  .btn {
    background-color: #fff;
    color: #262a29;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    font-size: 20px;
    font-family: "Cinzel";
    font-weight: 800;
    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;
  }
  .price-section .btn {
    background-color: #262a29;
    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: "Cinzel";
    font-weight: 800;
  }
  .project-info-item {
    padding: 0;
    margin-bottom: 30px;
    height: 85%;
  }
  .project-info-inner-div {
    border: 2px solid #fff;
    padding: 10px;
    text-align: center;
    height: 100%;
  }
  .project-info-inner-div h4 {
    margin: 5px 0 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "brother_1816regular";
    font-weight: normal;
    font-style: normal;
    color: #fff;
  }
  .project-info-inner-div p {
    font-size: 18px;
    margin: 0;
    font-family: "brother_1816regular";
    font-weight: 700;
    font-style: normal;
    color: #fff;
  }
  .gallery-item {
    margin-bottom: 30px;
  }
  .floor-plan-item {
    margin-bottom: 30px;
  }
  .floor-plan-item img {
    filter: blur(3px);
  }
  .floor-plan-item .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #262a29;
    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: #262a29;
    font-size: 22px;
  }
  .location-advantage-text-itm-right p {
    margin: 5px 0 10px 0;
    color: #000;
    font-family: "brother_1816regular";
    font-weight: normal;
    font-style: normal;
  }
  .location-advantage-text-itm-left {
    background-color: #d37e58;
    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 #262a29;
    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: 26px;
  }
  .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: 10px;
  }
  .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.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; */
  }
  .amenities-item p {
    color: #fff;
    font-size: 18px;
  }
  .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;
  }
  .col-highlights:nth-child(9),
  .col-highlights:nth-child(8),
  .col-highlights:nth-child(7) {
    border-bottom: 0;
  }
  .white-bg-section {
    background-color: #fff;
  }
  .white-bg-section .title h1 {
    color: #262a29;
  }
  .price-section tr th,
  .price-section tr td {
    color: #000;
  }
  .countryCode option {
    color: #000;
  }
  .highlights-content p {
    margin: 15px 0 0 0;
    color: #000;
    font-size: 18px;
  }
  .highlights-content p b {
    color: #262a29;
  }
  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 #262a29;
    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: #262a29;
    font-size: 18px;
    width: 130px;
  }
  .enquire-div .input-group .countryCode ~ .form-control {
    padding: 15px 0 15px 200px;
  }
  .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: 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: #262a29;
  }
  .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: #d37e58;
    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: #262a29;
    color: #fff;
  }
  .enquire-div .input-group .form-control::placeholder {
    color: #262a29;
    opacity: 1;
  }
  .enquire-div .input-group .form-control::-ms-input-placeholder {
    color: #262a29;
  }
  .btn:hover {
    background-color: #d37e58;
  }
  .floor-plan-item .btn:hover {
    background-color: #d37e58;
  }
  .project-video-section {
    background-image: url("../images/project-video.jpg");
    background-size: cover;
    background-position: center center;
  }
  .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: #262a29;
  }
  .enquire-section .btn {
    background-color: #262a29;
    color: #fff;
  }
  .side-enquire-now {
    position: fixed;
    right: -64px;
    top: 53%;
    transform: rotate(90deg);
  }
  .side-enquire-now .btn {
    background-color: #d37e58;     
    color: #fff;   
  }
  .contact-buttons ul li a span {     
    display: none;
  } 
  .align-items-center {
    align-items: center;
  }
  .location-advantage-text ul li {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .location-advantage-text ul li:last-child {
    margin-bottom: 0;
  }
  .location-advantage-text ul {
    padding-left: 15px;
  }  
  @media only screen and (max-width: 1400px) { 
    .menu ul li a {
      font-size: 16px;
      padding: 10px 10px;
    }
    .contact-number a {
      font-size: 30px;
    }
  }
  @media only screen and (max-width: 1250px) {
    .menu ul li a {
      font-size: 15px;
      padding: 10px 10px;
    }
    .contact-number a {
      font-size: 28px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .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: 160px;
    }
    .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;
    }
  }
  @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: 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;
    }
    .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: block;
    }
  }
  @media only screen and (max-width: 767px) {
    .table-bordered td,
    .table-bordered th {
      border: 1px solid;
      color: #fff;
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 575px) {
    .banner-div {
      background-size: cover;
    }
    .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: 22px;
    }
    .logo {
      max-width: 130px;
    }
    .contact-number a {
      font-size: 16px;
      right: 40px;
    }
    .highlights-content p {
      font-size: 14px;
    }
    .project-info-inner-div p {
      font-size: 14px;
    }
    .project-info-inner-div h4 {
      font-size: 14px;
    }
    .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;
    }
  }
  @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: 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%;
    }
    .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }

  }
  @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;
    }
  }
 
  .help-block{
    color: red;
    text-align: left;
    font-size: 14px;
    display: block;
  }
  .sec-padding{padding: 100px 0px; background-color: #fff;}
  header{
    background-color: #262a29;
  }
   @media only screen and (max-width: 767px) {
    .col-highlights{border-right: 0px;}
    .contact-number a {
      padding: 0;
      position: static;
      right: 50px;
      top: 50%;
      transform: none;
      background-color: transparent;
      color: #fff;
      font-size: 16px;
    }
    .inner-header{gap:20px;}
    .banner-section {
    position: relative;
    margin-top: 70px;
    height: auto;
}
.banner-text-div{
  text-align: center;
  margin-bottom: 30px;
}
.starting-price{
  justify-content: center;
}
.banner-txt{position: static; transform: none;}
  }

   @media only screen and (max-width: 575px) {
    .banner-section {
    position: relative;
    margin-top: 70px;
    height: auto;
}
  }
  .location_section{color: #fff;}
  .location_section .section_heading{
    font-size: 24px; margin-bottom: 15px;
  }
  .location_section p, .location_section ul li{
    font-size: 15px;
    margin-bottom: 10px;
  }