body{
    font-family: 'Outfit', sans-serif !important;
}


h1, h2, h3,h4,h5 {
    font-family: 'Outfit', sans-serif !important;
}

:root {
    --Primary-color :   rgb(159,122,62);
  }
  
.bg-blue {
    background-color: rgb(159,122,62) !important;
}

a {
    text-decoration: none !important;
}


.navbar {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.721),
    rgba(0, 0, 0, 0)
  );
    z-index: 9977 !important;
    padding: 30px 0px !important;
}

.res-head-phn {
    margin: 0px 10px;
    color: #fff !important;
    font-size: 16px;
}

.res-head-phn i {
    margin-right: 5px;
    animation: shake 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
}

.main-header {
    width: 100%;
    padding: 10px 0px !important;
    transition: all .5s;
}

.navbar-brand {
    color: #eee;
    font-weight: 500;
    font-size: 30px !important;
}

.slide-bar {
    color: #fff !important;
    padding: 5px 20px;
}

.navbar-brand img {
    width: 100px;
}

.nav-link { 
    color: #fff !important;
    margin: 0px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}


.active-nav {
    background-color: var(--Primary-color) !important;
    border-bottom: 1px solid #fff;
    background: unset;
    z-index: 9999;
}
  

.navbar-nav {
    margin-left: auto;
}


.nav-call {
    font-size: 16px;
    background-color: var(--Primary-color);
    padding: 8px 15px !important;
    border-radius: 5px;
  }

  .nav-item {
    margin: auto !important;
  }


  .nav-call i {
    position: relative;
    animation: shake 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
  }

  /* New Banner */

  .new-banner {
    overflow: hidden;
    position: relative;
  }

  .new-banner-img img {}


.new-banner-content{
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.921),
    rgba(0, 0, 0, 0)
  );
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.new-banner-content h1{
    color: white;
    font-size: 32px;
    font-weight: 600;
    padding-top: 50px;
}

.new-banner-content p{
    background-color: #000;
    color: #eee;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 20px;
}

  /* New Banner End */

  /* New About */

  .new-about-bg {
    background: url('../img/about-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 10px;
  }

  .banner-options {
    text-align: center;
  }

  .banner-options i {
    color: var(--Primary-color);
    font-size: 28px;
    margin-bottom: 10px;
  }

  .banner-options span {
    color: #000;
    font-size: 16px;
    display: block;
    font-weight: 600;
    text-align: center;
  }

  
.new-about-cntnt {
    text-align: center;
}

.new-about-cntnt h2 {
    font-size: 42px;
    margin-bottom: 0px;
    color: var(--Primary-color);
    text-transform: uppercase;
    font-weight: 600;
}

.new-about-cntnt span {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    margin-bottom: 5px;
}

.new-about-span {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    background-color: var(--Primary-color);
    display: inline-block !important;
    padding: 5px 15px;
    border-radius: 10px;
}

.new-about-cntnt p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.9;
}

  /* New About End */

  .desk-enquiry-btn {
    position: fixed;
    bottom: 25%;
    left: 30px;
  }

  
.glow-on-hover {
    border: none;
    outline: none;
    color: #fff !important;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 100px;
    padding: 24px;
}

.glow-on-hover i {
    /* margin-right: 5px; */
    font-size: 22px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 100px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}


.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 100px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.banner-bg{
    background-image: url('../img/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    width: 100%;
}
.bg-layer{
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.621),
    rgba(0, 0, 0, 0)
  );
    height: 100%;
}
.banner-content{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.banner-content h1{
    color: white;
    font-size: 42px;
    font-weight: 600;
}

.banner-content p{
    background-color: #000;
    color: #eee;
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    padding: 5px 10px;
}

.form-details img {
    width: 30%;
    margin-bottom: 10px;
}

.form-details h3  {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0px;
}

.form-details h4  {
    color: var(--Primary-color);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600;
}


.form h2{
    font-size: 24px;
    
}
.estate{
    padding-top: 150px;
}

.form {
    padding: 20px 10px 0px 10px;
    text-align: center;
}

.inquiry p{
    color: white;
    background-color: var(--Primary-color);
    text-decoration: none;
    font-size: 16px;
    padding: 4px 7px;
    position: relative;
    top: -38px;
    width: fit-content;
    margin: 0;
}

.form-details a{
    padding: 10px !important;
    width: 100% !important;
    color: #555 !important;
    font-size: 24px;
    text-decoration: none;
}
.form-details input{
    width: 100%;
    padding: 8px;
    margin-bottom: 5px;
    border: none;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
}
.message{
    padding: 25px !important;
    margin-bottom: 5px;
}
.form-details button{
    color: white;
    background-color: var(--Primary-color);
    text-decoration: none;
    font-size: 14px;
    padding: 10px 8px;
    border: 1px solid var(--Primary-color);
    margin-top: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.form-details a i{
    font-size: 18px;
}
.background-image{
    background-image: url('../img/about-shape.png');
    background-repeat: no-repeat;
    overflow: hidden;
    
}
.sec-content h6{
    font-weight: 400;
    color: var(--Primary-color);
    font-size: 24px;
}
.sec-content h2{
    color: black;
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 15px;
}
.sec-content h2 span{
    font-weight: 500;
    color: var(--Primary-color);
}
.sec-content p{
    color:black;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: justify;
}
.image img{
    width: 100%;
}
.price-third{
    background-image: url('../img/price-list.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;

}
.background-layer2{
    background-color: rgba(0, 0, 0, 0.4);
}
.third{
    padding: 80px 35px;
    color: white;
}
.third button{
    color: white;
    background-color: var(--Primary-color);
    text-decoration: none;
    font-size: 14px;
    padding: 10px 11px;
    border: 1px solid var(--Primary-color);
   
}
.special-offer h2{
    font-size: 29px;
    font-weight: 500;
    padding-bottom: 0px;
}
.special-offer p{
    padding-bottom: 8px;
    
}

.a-button {
    background-color: var(--Primary-color);
    color: #fff;
    padding: 10px 15px;
    transition: all .5s ease-in-out;
}

.a-button:hover {
    background-color: var(--Primary-color);
    color: #fff;
    padding: 10px 20px;
}

.table table{
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0px 6px;
    
}



.table th{
    color: white;
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
    background-color: var(--Primary-color);
   
}

table td{
    background-color: rgba(0, 0, 0, 0.603);
    padding: 10px;
    color: #fff;
    border: 1px solid #111;
}

table td a{
    color: #fff !important;
    text-decoration: none !important;
}

.four {
    overflow: hidden;
}

.four a {
    padding: 25px;
    display: block;
}

.four img{
    width: 100%;
    transition: all .5s ease-in-out;
}

.four img:hover {
    transform: scale(1.1);
}

.two-img img{
    width: 100%;
}

.two-img h3{
    font-size: 18px;
    color: #eee;
    font-weight: 600;
    padding: 8px 6px;
    background-color: white;
    color: black;
    margin-top: 2%;
    text-align: center;
}
.two-img p{
    font-size: 15px;
    padding: 8px;
    background-color: white;
    background-color: var(--Primary-color);
}
.two-img p i{
    margin-right: 3%;
}



/* Location */

.location-ad {
}

.location-heading {
}

.location-heading h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Outfit', sans-serif !important;
    color: #fff;
}

.location-heading h2 span {
    font-weight: 400;
    color: var(--Primary-color);
}

.l-advantages {

}

.l-advantages ul {
    list-style: none;
    padding: 0;
}

.l-advantages li{
    padding: 10px 0px;
    font-size: 16px;
    color: #ccc;
}

.l-advantages li i {
    color: var(--Primary-color);
    margin-right: 10px;
}

.l-advantages  span{
    
}

.location-img  img {
    width: 100%;
}


.detail-form{
    background-image: url('../img/about-bg.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    /* background-color: var(--Primary-color); */
}
.p-form{
    padding: 80px 20px !important;
}
.form-personal h3{
    color: white;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 20px;
}
.form-personal input{
    width: 95%;
    padding: 9px ;
    margin-bottom: 1%;
    
    color: black;
    border: none;
  
}

.iti {
    display: block !important;
    margin-bottom: 8px !important;
}

.form-personal textarea{
    width: 95%;
    padding: 9px ;
    margin-bottom: 1%;
    color: black;
    border: none;
    height: 115px;
  
}

.form-personal button{
    background-color: var(--Primary-color);
    margin-top: 1%;
    color: white;
    border: none;
    padding: 7px 15px;
}
.contact-details {
    /* background-color: rgba(0, 0, 0, 0.575); */
    padding: 40px 30px;
}
.contact-details i{
    display: block;
}
.contact-details h3{
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 20px;
}
.contact-details p{
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 13px;
}
.contact-details i{
    color: white;
    font-size: 20px ;
    padding-bottom: 30px;
 
}
.contact-details a{
    color: white !important;
    font-size: 16px ;
    text-decoration: none;
    padding-left: 10px;
    font-weight: 200;
    font-family: 'Outfit', sans-serif !important;
}
.form-layer{
    background-color: rgba(0, 0, 0, 0.534);
}




.end p{
    color: #eee;
    text-align: center;
    padding: 15px;
    margin-bottom: 0%;
    font-size: 12px;
}
.bg-end {
    background-color: var(--Primary-color);
}

/* Modal */

.modal-content {
    background-color: #fff !important;
}

.modal-form {
    padding: 20px 10px;
    overflow: hidden;
    text-align: center;
}

.modal-form p {
    font-size: 14px;
    font-weight: 500;
}

.modal-form label {
    width: 49%;
    float: left;
}

.f-right {
    float: right !important;
}

.modal-form input, .modal-form textarea {
    width: 100%;
}

.modal-form input, .modal-form textarea {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 10px;
    border: 1px solid #ced4da;
}


.modal-form  button {
    width: 100%;
    color: #eee;
    border: 1px solid var(--Primary-color);
    background-color: var(--Primary-color);
    padding: 8px 5px;
    transition: all .4s;
}

.modal-form button:hover {
    background-color: transparent;
    color: var(--Primary-color);
}

.modal-form h3 {
    color: #000;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif !important;
    
}

.modal-form p {
    margin-bottom: 20px;
}

.res-footer {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
  }
  
  .res-footer-item {
    /* border-right: 2px solid #222; */
  }
  .res-footer p {
    font-size: 14px;
  }
  .res-footer a,
  .res-footer a:hover,
  .res-footer a:active {
    text-decoration: none;
    color: #fff;
  }

  .res-footer p i {
      margin-right: 5px;
      font-size: 16px;
  }


  @-webkit-keyframes shake {
    0% {
      -webkit-transform: none;
      transform: none;
    }
  
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
  
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
  
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
  
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
  
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
  
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes shake {
    0% {
      -webkit-transform: none;
      transform: none;
    }
  
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
  
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
  
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
  
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
  
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
  
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }


  .bg-schedule {
    background-color: var(--Primary-color);
  }

  .schedule {
    text-align: center;
  }

  .schedule h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 25px;
  }

  .schedule a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
  }

  .schedule a:hover {
    background-color: #fff;
    color: var(--Primary-color);
  }

  .desk-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9998;
  }

  .desk-whatsapp a {
    color: #000 !important;
  }

  .desk-whatsapp span {
    background-color: #fff;
    padding: 4px 15px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .desk-whatsapp a img {
    width: 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .heading h3 {
    font-weight: 700;
  }

  .bg-buttons {
    background: url('../img/virtual-tour.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }

  .download-btn {
    text-align: center;
    padding: 100px 0px;
  }

  .download-btn a {
    background-color: #fff;
    color: var(--Primary-color);
    padding: 10px 50px;
    border-radius: 6px;
    border: 1px solid var(--Primary-color);
    transition: all .5s ease-in-out;
    font-weight: 600;
    font-size: 22px;
  }

  .download-btn a:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
  }

  .amenities-img img {
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  }

  .amenities-text {
    padding-left: 15px;
  }

  .amenities-text-1 {
    padding-right: 15px;
  }

  
/* Amenities */


/* Services Item */

.service-heading {
    text-align: center;
}

.service-heading h2 {
    color: var(--Primary-color);
    font-size: 38px;
    margin-bottom: 30px;
}

.item-boxes {
    padding: 30px;
    border-radius: 4px;
    margin: 15px 0;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .item-boxes .icon {
    margin-bottom: 10px;
  }
  
  .item-boxes .icon i {
    font-size: 30px;
    color: #fff;
  }
  
  .item-boxes h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }

  
  .services-item {
    padding: 30px 15px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    /* box-shadow: 0px 0px 3px -1px; */
  }
  
  .services-item .icon {
    margin-bottom: 20px;
  }
  
  .services-item .icon i {
    width: 60px;
    height: 60px;
    background: var(--Primary-color);
    display: inline-block;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }

  
.services-item:hover .icon i {
    background: transparent;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .download-brochure {
    display: block;
    width: 300px;
    margin: auto;
    background-color: var(--Primary-color);
    margin-bottom: 40px;
    padding: 12px 10px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
  }

  .download-brochure i {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-delay: 0s;
    width: 20px;
    transition: all 0.5s;
    animation-iteration-count: infinite;
    margin-right: 8px;
  }
  
 


@media (max-width: 576px) {

    .navbar-brand img {
        width: 75px !important;
    }
    
    .navbar-nav {
        background-color: #000 !important;
    }

    .download-brochure {
        width: 250px;
        padding: 12px 8px;
        font-size: 12px;
    }

    .new-about-bg, .price-third {
        background-attachment: unset;
    }

    .item-boxes h4 {
        font-size: 14px;
    }

    .new-about-bg {
        padding: 20px 10px;
    }

    .banner-options {
        padding: 30px 0px;
    }

    .banner-options i {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .banner-options i {
        display: block;
    }
    

    .new-about-cntnt {
        padding-top: 10px;
    }

    .new-about-cntnt h2 {
        font-size: 32px;
    }

    .new-about-cntnt span {
        font-size: 14px;
    }

    .new-about-cntnt p {
        font-size: 14px;
        line-height: 1.5;
    }

    .download-btn {
        padding: 30px 0px;
    }



    .banner-content h1 {
        font-size: 38px
    }

    .banner-content p {
        font-size: 18px;
    }

    .banner-bg, .bg-layer {
        height: unset;
    }

    .banner-content {
        padding-top: 140px;
    }

    .estate {
        padding-top: 70px;
    }

    .sec-content h2, .special-offer h2, .location-heading h2 {
        font-size: 28px;
    }

    .sec-content h6 {
        font-size: 18px;
    }

    .sec-content p {
        font-size: 16px;
    }

    .image img {
        margin-bottom: 10px;
    }

    .a-button {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .modal-form label {
        width: 100%;
        float: unset;
    }

    .table td {
        font-size: 14px;
    }

    .table th {
        font-size: 14px;
        font-weight: 600;
    }

    .l-advantages li {
        font-size: 14px;
    }

    .form-personal button {
        margin-bottom: 10px;
    }

    .contact-details h3 {
        padding-bottom: 0px;
    }

    .contact-details a {
        font-size: 14px;
    }

    .contact-details i {
        font-size: 16px;
    }

    .four a {
        padding: 5px;
        display: block;
    }

    .download-btn a {
        display: block;
    }

    .form-personal button {
        width: 100%;
    }

    .form-personal input {
        width: 100%;
    }

    .form-personal textarea {
        width: 100%;
    }

    .amenities-img img {
        margin-bottom: 40px;
    }

}

@media (max-width: 992px) {

    .item-boxes h4 {
        font-size: 14px;
    }

    .new-about-bg {
        padding: 20px 10px;
    }

    .banner-options {
        padding: 30px 0px;
    }

    .banner-options i {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .banner-options i {
        display: block;
    }
    

    .new-about-cntnt {
        padding-top: 10px;
    }

    .new-about-cntnt h2 {
        font-size: 32px;
    }

    .new-about-cntnt span {
        font-size: 14px;
    }

    .new-about-cntnt p {
        font-size: 14px;
        line-height: 1.5;
    }

    .download-btn {
        padding: 30px 0px;
    }


    .banner-content h1 {
        font-size: 38px
    }

    .banner-content p {
        font-size: 18px;
    }

   
    .banner-content {
        padding-top: 140px;
    }

    .estate {
        padding-top: 70px;
    }

    .sec-content h2, .special-offer h2, .location-heading h2 {
        font-size: 28px;
    }

    .sec-content h6 {
        font-size: 18px;
    }

    .sec-content p {
        font-size: 16px;
    }

    .image img {
        margin-bottom: 10px;
    }

    .a-button {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .modal-form label {
        width: 100%;
        float: unset;
    }

    .table td {
        font-size: 14px;
    }

    .table th {
        font-size: 14px;
        font-weight: 600;
    }

    .l-advantages li {
        font-size: 14px;
    }

    .form-personal button {
        margin-bottom: 10px;
    }

    .contact-details h3 {
        padding-bottom: 0px;
    }

    .contact-details a {
        font-size: 14px;
    }

    .contact-details i {
        font-size: 16px;
    }

    .four a {
        padding: 5px;
        display: block;
    }

    .download-btn a {
        display: block;
    }
}