  .formflag {
    display: none;
  }
  body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1rem;    
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background: linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .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: #f1f1f1;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
  }
  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-list-section tr td .btn {
    /* font-size: 16px; */
  }
  .header-gradient {
    background: transparent linear-gradient(180deg,#00000096 0%,#0F0F0F7B 24%,#54545400 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9; 
    background-color: transparent;
    padding: 10px 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.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.1);
  }
  .inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .logo {
    max-width: 200px;
  }
  .menu ul {
    margin: 0 -15px 0 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: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
  }
  .contact-number {
    display: flex;
  }
  .contact-number a {
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    color: #f1f1f1;
    -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 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  } 
  .banner-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  .banner-info::after {
    /* content: "";
    background: transparent linear-gradient(180deg,#00000096 0%,#0F0F0F7B 24%,#54545400 100%) 0% 0% no-repeat padding-box;
    width: 500px;
    height: 110px;
    position: absolute;
    left: 50%;
    bottom: 140px;
    z-index: -1;
    transform: translateX(-50%); */
  }
  .mobile-banner {
    display: none;
  }
  .border-right {
    border-right: 1px solid #dee2e6;
  }
  .banner-section {
    position: relative;
  }
  .banner-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .banner-title h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .project-overview-img {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 10px;
  }
  .banner-title p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
  }
  .banner-usp {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #dddddd63;
    z-index: 99;
    background: #00000047;
    backdrop-filter: blur(20px);
    border-radius: 5px;
  }
  .banner-usp .banner-status, .banner-usp .banner-typology, .banner-usp .banner-price, .banner-usp .banner-plan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px 5px;
    position: relative;
    transition: 0.4s ease-in;
  }
  .banner-usp .banner-status, .banner-usp .banner-price, .banner-usp .banner-plan {
    flex: 1;
  }
  .banner-usp .banner-typology {
    flex: 1.8;
  }
  .banner-usp .banner-status h5, .banner-usp .banner-typology h5, .banner-usp .banner-price h5, .banner-usp .banner-plan h5 {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    display: none;
  }
  .banner-usp .banner-status h4, .banner-usp .banner-typology h4, .banner-usp .banner-price h4, .banner-usp .banner-plan h4 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
  }
  .banner-usp .banner-status h5::after, .banner-usp .banner-typology h5::after, .banner-usp .banner-price h5::after, .banner-usp .banner-plan h5::after {
    position: absolute;
    content: "";
    width: 170px;
    height: 1px;
    top: 50%;
    left: 50%;
    background: #dddddd;
    transform: translateX(-50%);
  }
  .banner-usp div:not(:last-child) {
    border-right: 1px solid #dddddd94;
  }
  .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 p {
    color: #f1f1f1;
    font-size: 18px;
    margin: 0 0 12px 0;
    line-height: 30px;
  }
  .banner-text-div h6 {
    color: #f1f1f1;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
  }
  .tab-banner {
    display: none;
  }
  .padding-top {
    padding-top: 30px;
  }
  .padding-bottom {
    padding-bottom: 30px;
  }
  .margin-bottom {
    margin-bottom: 50px;
  }
  .title-div h2 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 32px;
  }
  .title-div p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #1a1a1a;
  }
  .amenities-img {
    margin-bottom: 20px;
  }
  .amenities-slider .swiper-container {
    width: 950px;
  }
  .amenities-div {
    /* margin-top: 50px; */
  }
  .amenities-slider {
    position: relative;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    display: none;
  }
  .nopadding {
    padding: 0;
  }
  .highlight-section {
    background: linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);
  }
  .highlight-cnt .title-div h2 {
    color: #fff;
  }
  .highlight-cnt {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 20px 20px;
  }
  .highlight-cnt ul {
    padding-left: 15px;
    color: #f1f1f1;
  }
  .highlight-cnt ul li {
    margin-bottom: 15px;
  }
  .highlight-img .swiper-pagination {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .highlight-img .swiper-pagination .swiper-pagination-bullet {
    margin: 5px;
    background-color: #f1f1f1;
    width: 12px;
    height: 12px;
  }  
  .highlight-grid-main {
    grid-template-columns: repeat(2,minmax(0,1fr));
    display: grid;
    gap: 15px;
  }
  .highlight-item {
    background: linear-gradient(135deg,#1a1a1a,#2d2d2d);
    border: 1px solid rgba(139,69,19,.3);
    box-shadow: 0 4px 20px #0000004d,0 1px 3px #00000080,inset 0 1px #ffffff1a;
    padding: 15px;
    border-radius: 10px;
  }
  .highlight-item h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .highlight-item p {
    color: #fff;
    font-size: 16px;
  }
  .photo-gallery-img {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
  }
  .location-icon {
    max-width: 100px;
    margin: 0 auto 15px;
  }
  .swiper-button-prev1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
  }
  .swiper-button-next1 {
    position: absolute;
    top: 50%;
    right: 0; 
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
  }
  .swiper-button-prev2 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .swiper-button-next2 {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .floor-plan-img img {
    width: 100%;
    filter: blur(5px);
  }
  .floor-plan-section {
    background-color: #f1f1f1;
  }
  .floor-plan-section .title-div h2 {
    color: #000;
  }
  .floor-plan-img {
    border: 2px solid #2d2d2d;
    padding: 5px;
    position: relative;
  }
  .floor-plan-img .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .swiper-pagination-floor-plan {
    text-align: center;
  }
  .swiper-pagination-floor-plan .swiper-pagination-bullet {
    margin: 0 4px;
    width: 10px;
    height: 10px;
    background-color: #575151;
  }
  .input-group {
    margin-bottom: 20px;
    position: relative;
  }
  .form-control {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
    color: #f1f1f1;
    font-size: 20px;
  }
  .form-control:focus-visible {
    outline: 0;
  }
  .submit-btn {
    background-color: #000;
    border: 1px solid #cc9b31;
    color: #f1f1f1;
    width: 170px;
    cursor: pointer;
    font-size: 0.85rem;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 40px auto 0;
    display: table;
  }
  .form-control::-webkit-input-placeholder {
    color: #f1f1f1;
  }
  .form-control:-ms-input-placeholder {
    color: #f1f1f1;
  }
  .form-control::-moz-placeholder {
    color: #f1f1f1;
    opacity: 1;
  }
  .form-control:-moz-placeholder {
    color: #f1f1f1;
    opacity: 1;
  }
  /* other page css */
  .deliver-quality-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .deliver-quality-item {
    border-right: 1px solid #cc9b31;
    padding: 0px 40px;
    display: flex;
    align-items: center;
  }
  .deliver-quality-cnt h4 {
    font-size: 24px;
    color: #1a1a1a;
    margin: 0;
    font-weight: 700;
  }
  .deliver-quality-section .deliver-quality-cnt h4 {
    font-size: 40px;
  }
  .deliver-quality-cnt p {
    font-size: 20px;
    color: #231F20;
    margin: 0;
    font-weight: 500;
  }
  .deliver-quality-item:last-child {
    border-right: none;
  }
  .deliver-quality-section {
    background-color: #f1f1f1;
  }
  .deliver-quality-section .title-div p {
    color: #000;
  }
  .justify-content-align {
    align-items: center;
  }
  .project-overview-section {
    background-color: #f1f1f1;
  }
  .amenities-section {
    background-color: #f1f1f1;
    padding-bottom: 0;
  }
  .amenities-items {
    background-color: #fff; 
    padding: 50px 20px;
    text-align: center;
    transition: all 0.7s;
  }
  .downloads-section .amenities-items {
    border: 1px solid #fff;
    margin-bottom: 15px;
    cursor: pointer;
  } 
  .amenities-items:hover {
    background-color: #000;
  } 
  .amenities-items p {
    color: #000;
    font-size: 18px;
    padding: 20px 0;
    position: relative;
    font-weight: 500;
    transition: all 0.7s;
  }
  .amenities-items:hover p {
    color: #f1f1f1;
  }
  .amenities-items p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    background: #cc9b31;
    height: 2px;
    transform: translateX(-50%);
  }
  .location-advantages-div {
    display: flex;
    margin-left: -15px;
    margin-right: -15px; 
    align-items: center;
  }
  .location-advantages-cnt {
    width: 40%;
    padding: 0 15px;
  }
  .location-advantages-map {
    width: 60%;
    /* background-image: url("../images/location-map.webp");
    background-position: center;
    background-size: cover; */
  }
  .location-advantages-map iframe {
    width: 100%;
    height: 100%;
  }
  .location-advantages-cnt .title-div {
    text-align: left;
  }
  .location-advantages-cnt .title-div {
    text-align: left;
  }
  .location-advantages-cnt .title-div p {
    padding: 0;
    font-weight: 400;
  }
  .location-advantages-section { 
    background: linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);
  }
  .location-advantages-section .title-div h2 {
    color: #fff;
  }
  .photo-gallery-slider {
    position: relative;
  }
  .swiper-button-prev3 {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .swiper-button-next3 {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .photo-gallery-section {
    background-color: #f1f1f1;
  }
  .swiper-pagination-unit-plan .swiper-pagination-bullet {
    margin: 0 4px;
    width: 10px;
    height: 10px;
    background-color: #575151;
  }
  .swiper-pagination-unit-plan {
    text-align: center;
    margin-top: 30px;
  }  
  .downloads-section .amenities-items-icon img {
    width: 49px;
  }
  .read-more {
    text-align: center;
  }
  .btn {
    text-decoration: none;
    background-color: #cc9b31;
    padding: 10px 20px;
    color: #f1f1f1;
    font-weight: 600;
    display: inline-block;
    width: auto;
    outline: none;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Noto Sans", serif;
    border-radius: 4px;
  } 
  .downloads-section {
    background-color: #000;
  }  
  .downloads-section .title-div h2 {
    color: #fff;
  } 
  .project-overview-section .deliver-quality-item {
    padding: 0;
  }
  .project-overview-section .deliver-quality-item .deliver-quality-cnt {
    padding: 0;
  }
  .project-overview-section .deliver-quality-item .deliver-quality-cnt p {
    margin: 0;
    font-size: 16px;
  }
  .first-border-line {
    border-bottom: 1px dotted #000;
    padding-bottom: 15px;
    margin-top: 30px;
    border-right: 1px dotted #000;
  }
  .second-border-line {
    border-bottom: 1px dotted #000;
    padding-bottom: 15px;
    margin-top: 30px;
    border-right: 1px dotted #000;
  }
  .third-border-line {
    border-bottom: 1px dotted #000;
    padding-bottom: 15px;
    margin-top: 30px;
  }
  .four-border-line {
    padding-top: 15px;
    
    border-right: 1px dotted #000;
  }
  .five-border-line {
    padding-top: 15px;
    border-right: 1px dotted #000;
  }
  .six-border-line {
    padding-top: 15px;
  }
  .enquire-now-btn {
    margin-top: 20px; 
  }
  .enquire-now-btn a {
    border: 1px solid #cc9b31;
    background-color: #cc9b31;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    color: #f1f1f1;
    transition: all 0.5s;
  }
  .enquire-now-btn a:hover {
    background-color: transparent;
  }
  .project-item .enquire-now-btn a:hover {
    color: #cc9b31;
  }
  .enquire-now-btn a img {
    margin: 0 10px 0 0;
  }
  .modal {
    display:none;
    position:fixed;
    z-index:1;
    padding-top:100px;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgba(0,0,0,.4)
  }
  .modal-content {
    background-color:#000; 
    margin:auto;
    padding:20px;
    max-width:500px;
    position:relative;
    border: 2px solid #fff;
    border-radius: 10px;
  }
  .close {
    color: #000;
    font-size: 27px;
    font-weight: 700;
    position: absolute;
    right: -1px;
    top: -1px;
    background-color: #f1f1f1;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0 5px 0;
    border-top-right-radius: 10px;
  } 
  .close:focus,
  .close:hover {
    color:#000;
    text-decoration:none;
    cursor:pointer
  }
  .countryCode~.form-control {
    padding:15px 0 15px 135px
  }
  .countryCode {
    background-color: transparent;
    color: #fff;
    border: none;
    width: 125px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .countryCode option {
    color: #000;
  }
  .countryCode option {
    color: #000;
  }
  .countryCode optgroup {
    color: #000;
  }
  .modal-form h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #fff;
  }
  .modal-form .form-control:focus-visible {
    outline:0
  }
  .project-video-section {
    height: 589px;
    display: flex;
    align-items: center;
  }
  .project-video-section .title-div h2 {
    color: #f1f1f1;
  }
  .project-video-div {
    text-align: center;
    padding: 50px 0;
  }
  footer {
    text-align: center;
    padding: 15px 0;
    width: 100%;
  }
  footer p {
    color: #f1f1f1;
    font-size: 12px;
    margin: 0 0 10px;
  }
  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: #f1f1f1;
    text-decoration: none;
    font-size: 14px;
  }
  .swiper-button-prev, .swiper-button-next {
    z-index: 2;
  } 
  .mobile-price {
    display: none;
  }
  /* other page css */

  .side-enquire-now {
    position: fixed;
    right: -61px;
    top: 53%;
    transform: rotate(90deg);
    z-index: 9;
  }
  .side-enquire-now .btn {
    border: 1px solid #cc9b31;
    background-color: #000;
  }
  .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: #cc9b31;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .contact-buttons ul li a.whatsapp-btn {
    background-color: #3ac24d;
    color: #fff;
  }
  .contact-buttons ul li a span {
    display: none;
  }
  .contact-buttons ul li:first-child {
    display: none;
  }
  .contact-buttons ul li:last-child {
    display: none;
  }
  .deliver-quality-section .deliver-quality-item {
    text-align: center;
  }
  .project-overview-cnt img {
    filter: brightness(0) invert(0);
  }
  .read-more .btn {
    width: 100%;
  } 
  .price-list-section .title-div h2 {
    color: #fff;
  }
  .price-list-section {
    background: linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);
  } 
  .project-video-div a {
    border: 5px solid #cc9b31;
    width: auto;
    display: inline-block;
    border-radius: 100%;
  }
  .modal-form .title-div h2 {
    color: #fff;
    text-align: center;
  }
  .amenities-items:hover .amenities-items-icon img {
    filter: invert(1);
  }
  .banner-img {
    height: 100vh;
  }
  .tab-banner {
    display: none;
  }
  .mobile-banner {
    display: none;
  }
  #form-title-name img {
    display: none;
  } 
  .banner-div {
    height: 100vh;
    position: relative;
  } 
  .banner-div::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(4, 4, 4, 0.6));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .form-btn span {
    color: #fff;
    margin: 0 15px;
  }
  .btn.whatsapp-btn img {
    max-width: 18px;
    height: auto;
  }
  .btn.whatsapp-btn span {
    margin: 0 0 0 10px;
  }
  .btn.whatsapp-btn {
    background-color: #3ac24d;
  }
  .amenities-swiper > .row {
    width: auto;
  }  
.iti__selected-country{
  color: #fff;
}
.form-control::placeholder {
  color: #9d9696;
}

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

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

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

.project-item { 
  overflow: hidden;
  margin-bottom: 30px; 
  background: linear-gradient(135deg,#1a1a1a,#2d2d2d);
  border: 1px solid rgba(139,69,19,.3);
  box-shadow: 0 4px 20px #0000004d,0 1px 3px #00000080,inset 0 1px #ffffff1a;
  border-radius: 10px;
}
.project-img {
  position: relative;
}
.new-launch-icon.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 100px;
}
.project-cnt {
  padding: 15px;
}
.project-cnt h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.project-cnt ul {
  list-style: none;
}
.project-cnt ul li {
  margin-bottom: 10px;
  color: #fff;
}
  
  @media only screen and (max-width: 1558px) {
    .deliver-quality-cnt h4 {
      font-size: 20px;
    }
    .project-overview-section .deliver-quality-item .deliver-quality-cnt p {
      font-size: 15px;
    }
  }


  @media only screen and (max-width: 1400px) {
    .menu ul li a {
      font-size: 14px;
      padding: 10px 10px;
    }
    .contact-number a {
      font-size: 28px;
    }
    .deliver-quality-item {
      padding: 20px;
    }
    .deliver-quality-cnt {
      padding-left: 25px;
    }
    .deliver-quality-cnt h4 {
      font-size: 18px;
    }
    .location-advantages-cnt .title-div h2 {
      font-size: 36px;
    }
    .modal-form .input-group {
      margin-bottom: 15px;
    }
    .modal-form .title-div h2 {
      font-size: 35px;
      margin-bottom: 10px;
    } 
    .submit-btn {
      margin: 20px auto 0;
    }
    .form-control {
      font-size: 16px;
    }
    .countryCode {
      font-size: 16px;
    }
    .modal-content {
      max-width: 450px;
    }

  }
  /* @media only screen and (max-width: 1320px) {
    
  } */
  @media only screen and (max-width: 1373px) {
    .highlight-item h4 {
      font-size: 16px;
      margin-bottom: 8px;
    }
    .highlight-item {
      padding: 10px;
    }
  }
  @media only screen and (max-width: 1299px) {
    .title-div h2 {
      font-size: 35px;
      margin-bottom: 10px;
    }
    .highlight-item h4 {
      margin-bottom: 4px;
    }
    .table-bordered td, .table-bordered th {
      font-size: 18px;
    }


  }
  @media only screen and (max-width: 1250px) {
    .contact-number a {
      font-size: 24px;
    }
    .menu ul li a {
      font-size: 14px;
    }
    .deliver-quality-cnt h4 {
      font-size: 16px;
    }
    .location-advantages-cnt .title-div h2 {
      font-size: 30px;
    }
  }
  @media only screen and (max-width: 1199px) {
    /* menu toggle */
    .button_container, .contact-number a {
      position:absolute;
      transform:translateY(-50%)
    }
    .button_container {
      top:50%;
      right:0;
      height:29px;
      width:35px;
      cursor:pointer;
      z-index:100;
      transition:opacity .25s
    }
    .button_container span {
      background:#f1f1f1;
      border:0;
      height:5px;
      width:100%;
      position:absolute;
      top:0;
      left:0;
      transition:.35s;
      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;
      right:50px;
      top:50%;
      background-color:transparent;
      color:#f1f1f1;
      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
      }
    }
    .navOverlay {
      position:fixed;
      background:#f1f1f1;
      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,transform .3s,-webkit-transform .3s;
      -o-transition:max-height .3s,transform .3s;
      -webkit-transform-origin:top;
      -ms-transform-origin:top;
      transform-origin:top;
      overflow:auto
    }
    .navOverlay nav {
      text-align:center
    }
    .navOverlay ul {
      list-style:none;
      padding:0;
      margin:0 auto;
      display:inline-block;
      position:relative;
      width:100%
    }
    .navOverlay ul li {
      display:block;
      position:relative;
      opacity:0;
      margin:0
    }
    .navOverlay ul li a,
    .navOverlay ul li span {
      display:block;
      position:relative;
      color:#000;
      text-decoration:none;
      overflow:hidden;
      font-size:18px
    }
    .navOverlay.open li {
      -webkit-animation:.5s .35s forwards fadeInRight;
      animation:.5s .35s forwards fadeInRight;
      opacity:1;
      border-bottom:1px solid gray
    }
    .button_container.active .top {
      transform:translateY(11px) translateX(0) rotate(45deg);
      background:#f1f1f1
    }
    .button_container.active .middle {
      opacity:0;
      background:#f1f1f1
    }
    .button_container.active .bottom {
      transform:translateY(-11px) translateX(0) rotate(-45deg);
      background:#f1f1f1
    }
    .navOverlay.open {
      -webkit-transform:scaleY(1);
      -ms-transform:scaleY(1);
      transform:scaleY(1);
      max-height:100vh
    }
    .contact-number, .side-enquire-now {
      display: none;
    }
    /* menu toggle */
    .deliver-quality-item {
      padding: 25px;
      display: block;
    }
    .deliver-quality-cnt {
      padding-left: 0;
    }
    .deliver-quality-cnt h4 {
      font-size: 14px;
    }
    .project-overview-section .deliver-quality-item .deliver-quality-cnt p {
      font-size: 14px;
    }
    .deliver-quality-cnt p {
      font-size: 16px;
    }
    .title-div h2 {
      font-size: 30px;
    }
    .swiper-button-prev, .swiper-button-next {
      width: 35px;
      height: 35px;
    }
    .swiper-button-prev1, .swiper-button-next1, .swiper-button-prev2, .swiper-button-next2, .swiper-button-prev3, .swiper-button-next3 {
      width: 35px;
      height: 35px;
    }
    .amenities-img {
      margin-bottom: 10px;
    }
    .title-div p {
      padding: 0;
    }
    .enquire-now-btn {
      margin-top: 10px;
    }
    .highlight-cnt ul li {
      margin-bottom: 10px;
    }
    .amenities-items p {
      font-size: 16px;
    }
    .location-advantages-cnt .title-div h2 {
      margin-bottom: 10px;
    }
    .amenities-slider .swiper-container {
      width: 100%;
    }
    .padding-bottom {
      padding-bottom: 20px;
    }
    .padding-top {
      padding-top: 20px;
    }
    .banner-img {
      height: auto;
    }
    .banner-title h1 {
      font-size: 35px;
    }
    .banner-title p {
      font-size: 16px;
    }
    .banner-usp .banner-status, .banner-usp .banner-typology, .banner-usp .banner-price, .banner-usp .banner-plan {
      gap: 0;
      padding: 10px 5px;
    }
    .first-border-line {
      padding-bottom: 10px;
      margin-top: 15px;
    }
    .second-border-line {
      padding-bottom: 10px;
      margin-top: 15px;
    }
    .third-border-line {
      padding-bottom: 10px;
      margin-top: 15px;
    }
    .highlight-item h4 {
      font-size: 15px;
      margin-bottom: 5px;
    }
    .highlight-item p {
      font-size: 14px;
    }
    .highlight-grid-main {
      gap: 10px;
    }
    .highlight-cnt {
      padding: 10px 20px;
    }
    .btn {
      font-size: 14px;
      padding: 7px 10px;
    }
    .enquire-now-btn a {
      padding: 7px 10px;
    }
    .table-bordered td, .table-bordered th {
      font-size: 16px;
    } 
    .amenities-section {
      padding-bottom: 0;
    }
    .location-advantages-cnt .title-div h2 {
      font-size: 28px;
    }
    .location-advantages-cnt {
      width: 40%;
      padding: 20px 15px;
    }
    /* .amenities-items {
      padding: 20px;
    }
    .amenities-items-icon img {
      max-width: 60px;
    } */


  }
  @media only screen and (max-width: 991px) {
    .banner-title h1 {
      font-size: 30px;
    }
    .banner-title p {
      font-size: 15px;
    }
    .highlight-cnt {
      padding: 20px 0px;
    }
    .banner-usp .banner-status h4, .banner-usp .banner-typology h4, .banner-usp .banner-price h4, .banner-usp .banner-plan h4 {
      font-size: 13px;
      letter-spacing: 1px;
    }
    .tab-banner {
      display: block;
    }
    .desktop-banner {
      display: none;
    }
    .nopadding {
      padding-right: 15px;
      padding-left: 15px;
    }
    .project-video-div a .modal-button {
      max-width: 80px;
      height: auto;
    }
    .project-overview-cnt {
      margin-bottom: 30px;
      text-align: center;
    }
    .title-div h2 {
      font-size: 30px;
      margin-bottom: 20px;
    }
    .location-advantages-div {
      display: flex;
      flex-flow: column;
    }
    .location-advantages-cnt {
      width: 100%;
      padding: 30px 15px 30px 15px;
    } 
    .location-advantages-map {
      width: 100%;
    } 
    .table-bordered td, .table-bordered th {
      font-size: 16px;
    }
    .padding-bottom {
      padding-bottom: 30px;
    }
    .padding-top {
      padding-top: 30px;
    }
    .contact-buttons ul li a span {
      display: block;
      text-transform: initial;
      font-weight: 300;
      font-size: 16px;
    }
    .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 {
      border-radius: 0;
      width: 100%;
      display: block;
      text-align: center;
      padding: 5px 0;
      height: auto;
    }
    .contact-buttons ul li a img {
      max-width: 25px;
      height: auto;
    }
    .contact-buttons ul li:first-child {
      display: inline-flex;
    }
    .contact-buttons ul li:last-child {
      display: block;
    }
    .highlight-img {
      display: none;
    }
    footer {
      padding: 15px 0 60px 0;
      width: 100%;
    }
    .highlight-cnt .title-div h2 {
      text-align: center;
    }
    .enquire-now-btn {
      text-align: center;
    }
    .project-item .enquire-now-btn {
      text-align: left;
    }
    .amenities-section {
      padding-bottom: 0;
    }
    .location-advantages-cnt .title-div h2 {
      font-size: 28px;
      text-align: center;
    }
    .contact-buttons ul li:first-child a {
      border-top-left-radius: 10px;
    }
    .contact-buttons ul li:last-child a {
      border-top-right-radius: 10px;
    } 
    .contact-buttons ul li a.whatsapp-btn {
      background-color: #cc9b31;
      color: #fff;
      position: relative;
    }
    .contact-buttons ul li a.whatsapp-btn::before {
      content: "";
      width: 1px;
      height: 25px;
      position: absolute;
      left: 0;
      top: 50%;
      background-color: #fff;
      transform: translateY(-50%);
    }
    .contact-buttons ul li a.whatsapp-btn::after {
      content: "";
      width: 1px;
      height: 25px;
      position: absolute;
      right: 0;
      top: 50%;
      background-color: #fff;
      transform: translateY(-50%);
    }
  }
  @media only screen and (max-width: 767px) {
    .location-advantages-cnt {
      padding: 20px 15px;
    } 
    .banner-info {
      position: static;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .banner-usp {
      display: block;
      justify-content: space-between;
      padding: 10px;
      border: 1px solid #dddddd63;
      z-index: 99;
      background: #00000047;
      backdrop-filter: blur(20px);
      border-radius: 5px;
      max-width: 290px;
      margin: auto;
    }
    .banner-usp div:not(:last-child) {
      border-right: none;
    }
    .mobile-banner {
      display: block;
    }
    .tab-banner {
      display: none;
    }
    .deliver-quality-div {
      margin-top: 20px;
    }
    .deliver-quality-item {
      padding: 20px;
      display: block;
    }
    .title-div h2 {
      font-size: 25px;
    }
    .deliver-quality-item:last-child {
      border-bottom: none;
    }
    .first-border-line {
      border-bottom: 1px dotted #000;
      padding-bottom: 15px;
      margin-top: 15px;
    }
    .third-border-line {
      padding-bottom: 15px;
      margin-top: 0;
      border-right: 1px dotted #000;
      padding-top: 15px;
    }
    .deliver-quality-cnt {
      margin-top: 0;
    }
    .second-border-line {
      padding-bottom: 15px;
      margin-top: 15px;
      border-right: none;
    }
    .four-border-line {
      padding-top: 15px;
      border-right: none;
      border-bottom: 1px dotted #000;
      padding-bottom: 15px;
    }
    .five-border-line {
      padding-top: 15px;
      /* border-right: none; */
      border-bottom: none;
      padding-bottom: 15px;
    }
    .amenities-div {
      margin-top: 20px;
      position: relative;
    }
    .read-more {
      margin-bottom: 20px;
    }
    .downloads-section .amenities-items {
      margin-bottom: 10px;
    }
    .project-video-div a .modal-button {
      width: 50px;
      height: auto;
    }
    .padding-bottom {
      padding-bottom: 20px;
    }
    .padding-top {
      padding-top: 20px;
    }
    .form-control {
      font-size: 18px;
    }
    .location-advantages-cnt ul li h4 {
      font-size: 17px;
    }
    .location-advantages-cnt ul li p {
      font-size: 14px;
    }
    .amenities-div .amenities-swiper .row {
      flex-wrap: nowrap;
      margin: 0;
    }
    .amenities-div .amenities-swiper .row .swiper-slide {
      padding: 0;
    } 
    .amenities-div .swiper-pagination {
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      z-index: 2;
    }
    .amenities-div .swiper-pagination-bullet {
      margin: 0 4px;
      width: 10px;
      height: 10px;
      background-color: #575151;
    }
    .highlight-cnt .title-div {
      text-align: center;
    }
    .enquire-now-btn {
      margin-top: 15px;
      text-align: center;
    }
    .location-advantages-cnt .title-div {
      text-align: center;
    }
    /* .amenities-items {
      padding: 20px 10px;
    } */
    .deliver-quality-section .deliver-quality-cnt h4 {
      font-size: 30px;
    }
    .location-advantages-cnt .title-div h2 {
      font-size: 25px;
    }
    .photo-gallery-img {
      margin-bottom: 0;
    } 
  }
  @media only screen and (max-width: 575px) {
    .new-launch-icon.img-fluid {
      max-width: 70px;
    }
     .contact-buttons ul li a span {
      font-size: 13px;
    }
    .project-video-div {
      padding: 20px 0;
    }
    .logo {
      max-width: 150px;
    }
    .banner-title h1 {
      font-size: 25px;
    }
    .highlight-grid-main {
      grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .project-video-section {
      height: 400px;
    } 
    .deliver-quality-item {
      padding: 0 10px;
    }
    .deliver-quality-section .deliver-quality-cnt h4 {
      font-size: 20px;
    }

    .mobile-banner {
      display: block;
    }
    .desktop-banner {
      display: none;
    }
    .title-div p {
      font-size: 13px;
    }
    .title-div h2 {
      font-size: 20px;
    }
     .location-advantages-cnt .title-div h2 {
      font-size: 20px;
    }
    .highlight-cnt ul li {
      font-size: 13px;
    }
    .enquire-now-btn a {
      padding: 10px 10px;
      font-size: 13px;
    }
    .form-control {
      font-size: 14px;
    }
    .modal {
      padding-left: 10px;
      padding-right: 10px;
    }
    .deliver-quality-cnt h4 {
      font-size: 13px;
    }
    .project-overview-section .deliver-quality-item .deliver-quality-cnt p {
      font-size: 13px;
    }
    .deliver-quality-cnt p {
      font-size: 13px;
    } 
    .form-btn span {
      margin: 0 5px;
      font-size: 12px;
    }
    .project-overview-cnt p {
      font-size: 13px;
    } 
    .amenities-items p {
      font-size: 13px;
      padding: 10px 0;
    }
    .location-advantages-cnt ul li h4 {
      font-size: 15px;
    }
    .location-advantages-cnt ul li p {
      font-size: 13px;
    }
    .btn {
      font-size: 13px;
    }
    .mobile-price {
      display: block;
    }
    .price-list-section .table {
      display: none;
    }
    .project-overview-cnt .img-fluid {
      max-width: 250px;
    }

    .price-list-section .price-box {
      padding: 50px 15px;
      border-radius: 4px;
      background-color: #e0dacf;
      transition: .8s ease-in-out;
      margin-bottom: 25px;
    }
    .price-list-section .typology {
      border: 2px solid #cc9b31;
      width: fit-content;
      margin: auto;
      padding: 5px 35px;
      border-radius: 4px;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
    }
    .price-list-section .price-details {
      text-align: center;
      padding: 15px;
      font-size: 20px;
      font-weight: 600;
      border-bottom: 1px dotted #000;
    }
    .price-major {
      font-size: 16px;
    }
    .price-list-section .micro-btn {
      text-align: center;
      padding-top: 20px;
    }
    .price-list-section .btn {
      background-color: #cc9b31;
      color: #f1f1f1;
    }
    .price-list-section .price-details {
      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; */
    } 
    .amenities-items p {
      font-size: 12px;
    }
  }
  @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: 1170px;
    }
    .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; */
    }
  }
  