/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* fonts */
@font-face {
    font-family: font1;
    src: url('../fonts/sf-pro-display-bold.otf');
}
@font-face {
    font-family: font2;
    src: url('../fonts/sf-pro-display-regular.otf');
}
@font-face {
    font-family: font3;
    src: url('../fonts/sf-pro-display-semibold.otf');
}
@font-face {
    font-family: font4;
    src: url('../fonts/SFDisplay-Regular.ttf');
}

@font-face {
    font-family: font5;
    src: url('../fonts/optim.otf');
}

body {
    font-family: "Open Sans", sans-serif;
}
a {
    text-decoration: none;
    color: gray;
}
a:hover {
    color: gray;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}
.section-padding {
    padding: 60px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 3em;
}
.section-title h2 {
    font-size: 37px;
    font-weight: 700;
    color: #fff;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #AFD3AF;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 20px;
    color: #fff;
    line-height: 0;
}
/* .back-to-top:hover {
  background: #e1444d;
  color: #fff;
} */
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: transparent;
    transition: all 0.5s;
    z-index: 997;
    /* padding: 10px 0; */
    max-height: 100%;
    display: flex;
    justify-content: space-between;
}
#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    /* padding-bottom: 10px; */
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(30%);
}
#header.header-inner-pages {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo img {
    max-height: 90px;
    padding: 10px 0;
}

#header .logo2 img {
    max-height: 70px;
	margin-top: -20px; 
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar span a{
    padding: 0;
    padding-left: 30px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus{
  color: #d9232d;
}
.header-btn-wrapper a.callmenow,
a.enquireNow_btn {
    border: 1px solid #000;
    border-radius: 20px;
    color: #000;
    padding: 8px 15px;
    transition: 1s;
    text-transform: uppercase;
}
/* .header-btn-wrapper a.callmenow:hover,a.enquireNow_btn:hover {
  background-color: #ef4030;
  border-color: #ef4030;
  cursor: pointer;
  color: #fff;
} */
a.enquireNow_btn {
    /* margin-left: 15px; */
    cursor: pointer;
}
/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #556270;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(63, 73, 83, 0.9);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    height: 50%;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 20px;
    font-size: 15px;
    color: #556270;
}
/* .navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #d9232d;
} */
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    /* background-color: rgba(63, 73, 83, 0.8);
    overflow: hidden;
    position: relative; */
     /*background-image: url(../img/banner-blank-02.webp);*/
	background-image: url(../img/webbanner-new-desk.jpg);
    background-position: center;
    background-size: cover;
    /* position: relative; */
    /* display: flex; */
    /* align-items: center; */
    /* margin: auto; */
}
.hero-info {
    /* width: 50%; */
    /* font-size: 200px; */
    /* align-items: center; */
    /* vertical-align: middle; */
    /* margin: auto; */
}
.hero-info h1 {
    font-size: 9vw;
    font-family: font1 !important;
    line-height: 1;
    /* vertical-align: middle; */
}
.hero-info h1 span {
    font-size: 50px;
    line-height: 5px !important;
    /* font-weight:500; */
    font-family: font2 !important;
}
.hero-info h4 {
    font-family: font5!important;
    font-size: 24px;
    border: 2px solid white;
    /* width: 100%; */
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
}
.hero-info h4 span {
    font-weight: 700;
    font-family: font1;
}
.hero-info h1 #hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*#hero .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
}
*/
#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
}
#hero .container {
    text-align: left;
}
#hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}
#hero h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 65px;
    height: 2px;
    bottom: -13px;
    /* left: calc(50% - 45px); */
    background: #fff;
}
#hero p {
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}
#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    /* background: rgba(255, 255, 255, 0.2);
  border-radius: 50px; */
    transition: 0.3s;
    /* color: rgba(255, 255, 255, 0.5); */
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}
#hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}
/* #hero .carousel-indicators li.active {
  opacity: 1;
  background: #d9232d;
} */
#hero .enquire-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    /* border-radius: 4px; */
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    background: gray;
}
/* #hero .enquire-btn:hover {
  background: #df3740;
} */
@media (max-width: 992px) {
    #hero {
        /*height: 100vh;*/
		background-image: url(../img/webbanner-new-mob.jpg);
        background-size: 100% 100%;
    }
    #hero .carousel-container {
        top: 8px;
    }
    .form-wrapper {
        position: relative !important;
        right: 0 !important;
        width: 100% !important;
    }
    #hero h2 span {
        display: inline !important;
    }
    button#refresh_captcha {
        top: 0 !important;
    }
}
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 30px;
    }
    #hero h2 {
        font-size: 24px !important;
    }
    .form-wrapper {
        position: relative;
        right: 0;
        /*    width: 360px;*/
        width: 100%;
    }
    #about {
        height: 100% !important;
    }
    section#connectivity .connectivity-wrapper p {
        width: 100% !important;
    }
    ul.connectivity-list li {
        padding: 15px 0 !important;
        width: 100% !important;
    }
    section#gallery .section-title h2 {
        font-size: 30px;
    }
    #about .about-wrapper p {
        width: 100% !important;
    }
    #about .about-wrapper h2 {
        font-size: 30px !important;
    }
    #about .about-wrapper h2 span {
        font-size: 30px !important;
    }
    button#refresh_captcha {
        top: 26px !important;
    }
    .advantage-wrapper h5 {
        width: 85% !important;
    }
    section#connectivity .connectivity-wrapper h2 {
        font-size: 30px;
    }
    #about .about-wrapper {
        margin-top: 0 !important;
    }
}
@media (min-width: 1024px) {
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}
@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}
/*--------------------------------------------------------------
# Banner Form Section
--------------------------------------------------------------*/
.form-wrapper {
    position: absolute;
    top: 20%;
    right: 6em;
    z-index: 1;
    background-color: rgb(0 0 0 / 70%);
    padding: 1em;
    width: 350px;
    color: #fff;
}
.form-wrapper h4 {
    color: #fff;
    margin-bottom: 26px;
    font-size: 18px;
    text-align: center;
}
.form-wrapper .form-group {
    margin-bottom: 20px;
}
.form-wrapper .form-group .form-control {
    border-radius: 0;
    height: 35px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.form-wrapper .form-group .form-control::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #fff;
}
.form-wrapper .form-group .form-control::placeholder {
    color: #fff;
}
.form-wrapper .form-group .form-control>option {
    color: #000;
}
.form-wrapper .form-group label.form-check-label {
    color: #fff;
    font-size: 11px;
}
input.btn-frm-submit,
input.btn_pm_frm_submit {
    background-color: #0095c9;
    border: 0;
    color: #fff;
    padding: 10px 30px;
}
button#refresh_captcha,
button#pm_refresh_captcha {
    position: absolute;
    right: 1px;
    top: 2px;
    padding: 4px 7px;
    border: 0;
    background-color: #0095c9;
    color: #fff;
}
/*button#pm_refresh_captcha {
    position: absolute;
    right: 1px;
    top: 2px;
    padding: 6px 7px;
    border: 0;
    background-color: #0095c9;
    color: #fff;
}*/
select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.form-wrapper .form-group.captcha-wrapper label {
    color: #fff;
}
.form-wrapper input.form-control.captcha_lable {
    background-color: transparent !important;
    border-color: #fff !important;
    text-align: center;
    color: #fff !important;
}
label.error {
    display: none !important;
}
.form-control.error {
    border-color: #ff0000 !important;
}
.captcha_lable {
    font-size: 16px;
}
#exampleModal .modal-dialog {
    max-width: 350px;
}

.modal-content{
    background-color: #248CA6 !important;
    border: 0;
}
/*--------------------------------------------------------------
# Quick overview
--------------------------------------------------------------*/
#Quick-overview {
    background: #FEFEFE;
}
#Quick-overview ul {
    display: inline-block;
}
#Quick-overview h1 {
    color: #1D8CAB;
    font-size: 50px;
    font-family: font3;
}
#Quick-overview p {
    font-size: 15px;
    font-family: font4;
    font-weight: 100 !important;
    /* padding-right: 40px; */
}
section#Quick-overview .card {
    background: transparent;
    border: none;
    text-align: center;
    margin-bottom: 2em;
}
#Quick-overview .card-header {
    background: none;
    border: none;
}
#Quick-overview .card-header figure {
    background: #fff;
    padding: 14px 10px;
    width: 95px;
    height: 90px;
    margin: 0 auto;
}
section#Quick-overview .card-body {
    color: #fff;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#about {
    width: 100%;
    background-color: #D9E8ED;
}
#about .about-wrapper {
    /*  margin-top: 13em;*/
    text-align: left;
}
#about .about-wrapper h1 {
    color: #248CA6;
    font-family: font3;
    font-size: 50px;
    padding: 50px 0;
    /* font-weight: 700; */
}
.zoom-container {
    overflow: hidden;
    position: relative;
}
.zoom-container img {
    transition: transform 0.5s ease;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    /* padding: 10px 0; */
}
.zoom-container:hover img {
    transform: scale(1.1);
}

#about p{
    font-family: font3;
}


/* #about .about-wrapper h2 span {
    color: #000;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 1em;
}
#about .about-wrapper p {
    width: 85%;
    margin: 0 auto;
    font-size: 17px;
} */
/*--------------------------------------------------------------
# Bigger is a state of mind
--------------------------------------------------------------*/
.advantage {
    background: #AFD3AF;
}
.advantage-info {
    /* padding: 8em 0; */
    color: #454E43;
    margin: auto;
    width: 35%;
    /* align-items: center; */
}
.advantage-info h1 span {
    font-size: 30px;
}
.advantage-info p {
    font-size: 18px;
    font-family: font2;
}
.advantage-info h1 {
    font-family: font1 !important;
    font-size: 70px;
    /* line-height:60px; */
}
/* .advantage-wrapper {
    text-align: center;
    color: #fff;
    /* margin-bottom: 4em; */
/* } */
/* .advantage-wrapper h5 {
    font-weight: 600;
    font-size: 19px;
    width: 50%;
    margin: 0 auto;
} */
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
#gallery {
    padding: 160px 0
}
/* #gallery .col-md-2 {
    margin: 0 2px;
} */
/* .border-top {
    width: 10%;
} */
section#gallery h1 {
    color: #2a2a2a;
    text-align: center;
    font-size: 29px;
    font-family: font1;
}
#gallery p {
    font-size: 15px;
    font-family: font2;
}
/* .swiper-button-prev,
.swiper-button-next {
    font-size: 24px;
    color: #fff;
    background: gray;
    padding: 0px 22px;
} */
.swiper-navigation i.fa-solid.fa-arrow-right-long {
    margin-left: 20px;
}
.swiper-navigation i.fa-solid.fa-arrow-left-long {
    margin-left: 20px;
}
.swiper-button-prev::after {
    opacity: 0;
}
.swiper-button-next::after {
    opacity: 0;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 30px;
    right: auto;
}


/* highlights */
#Highlight{
    background-color: #D9E8ED;
}

#Highlight h1 {
    font-family: font3;
    font-size: 45px;
    color: #248CA6;
}

#Highlight ul{
    padding: 0 !important;
}

#Highlight ul li {
    list-style: none;
    font-family: font4;
    font-size: 15px;
    border-bottom: 2px solid rgb(176, 174, 174);
    line-height: 40px;
}

#Highlight ul li:last-child{
    border-bottom: none;
}

.highlight-padding{
    padding-right: 90px;
}

#Amenities{
    background: #1C8DAB;
}


#Amenities ul {
    padding-left: 0 !important;
}

#Amenities h1 {
    font-family: font3;
    font-size: 45px;
}

#Amenities ul li {
    list-style: none;
    font-family: font4;
    font-size: 15px;
    line-height: 55px;
    
}

#Amenities  img{
    width: 50px;
    margin: 0 20px;
}

#unitplan h1{
   font-family: font3;
   color: #1D8CAB;
   font-size: 50px;
}

#unitplan table, #unitplan table tr th, #unitplan table tr td{
    font-family: font4;
    color: #1C8DAB;
}

#unitplan table tr td a{
    color: #000;
    background-color: yellow;
}


.nav-pills .nav-link {
    color: #000; 
    margin: 5px;
    font-family: font2;
    font-size: 15px;
   
  }
  
  .nav-pills .nav-link.active {
    color: #000;
    background: none; 
    border-bottom: 2px solid #000; 
    border-radius: 0;
  }  
  
  .nav-pills .nav-link:hover {
    color: #2b2b2b;
  }
  
  /* Add black border to images */
  .tab-content img {
    border: 2px solid #000; 
    border-radius: 10px; 
    /* margin-top: 10px; */
    padding: 40px;
  }
  



/*--------------------------------------------------------------
# connectivity
--------------------------------------------------------------*/
#connectivity {
    /* background-image: url(../img/connectivity-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #EBEDEA;
    background-position: center;
    width: 100%;
    height: 100%;
    /* gap: 0px; */
}
#connectivity h5 {
    color: #2A88A2;
    font-family: font3;
    font-size: 50px;
    /*padding: 50px 0;*/
}
.connectivity {
    margin: auto;
}
#connectivity p {
    font-family: font4;
    line-height: 30px;
    font-weight: lighter;
    padding-left: 100px;
}
#connectivity p span {
    font-weight: bold;
}
/*--------------------------------------------------------------
# Key Distence
--------------------------------------------------------------*/
.live-better {
    background-color: #fff;
    padding: 150px 0;
}
.live-better h1 {
    font-family: font1;
    color: #248CA6;
    font-size: 7vw;
    line-height: 1;
    /* padding-left: 140px; */
}
/* .live-better img{
    padding-left: 140px;
} */
.g-map-location iframe {
    width: 100%;
    margin: auto;
    /* padding: 20px; */
}
/* footer form */
.footer-form {
    background: url('../img/form-bg-2.webp');
    background-size: cover;
    /* gap: 10px; */
}
.footer-form-body {
    /* width: 0%; */
    /* margin: 50px auto; */
    background: transparent;
    padding: 50px 50px 1px;
    min-height: 450px;
    background: rgba(128, 128, 128, 0.5);
    /* Gray with 10% opacity */
}
.form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.form-row input,
.form-row textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid white;
    border-radius: 4px;
    background: rgba(128, 128, 128, 00);
    color: #fff;
}
.form-row input::placeholder,
.form-row textarea::placeholder {
    color: #fff;
}
.form-row input:focus,
.form-row textarea:focus {
    /* border: none;  */
    outline: none;
}
.form-row.two-columns {
    /* flex-direction: row; */
    justify-content: space-between;
    /* gap: 30px; */
}
.form-row.two-columns input {
    width: 100%;
}
/* .checkbox-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */
/* .checkbox-row label {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 15px;
    color: #fff;
    padding: 3px 0;
} */
/* .checkbox-row input[type="checkbox"] {
    order: 1;
    margin-right: 18px;
    width: 30px;
    height: 30px;
    background: transparent;
} */
.submit-button {
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 40px;
    width: 40%;
    align-self: center;
    margin: 15px 0;
    text-transform: uppercase;
}
.submit-button:hover {
    background-color: #45a049;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding-bottom: 50px;
}
footer .col-md-2 {
    /* margin: 0 10px; */
}
footer .col-md-2:nth-child(2) {
    font-weight: bold;
    font-family: font3;
}
footer .col-md-2:nth-child(3) li {
    /* font-weight: bolder; */
    font-family: font4;
    list-style: none;
    line-height: 50px;
}
footer .col-md-2:nth-child(3) li:nth-child(1) {
    font-weight: 700;
    font-family: font3;
    list-style: none;
}
footer .col-md-2:nth-child(4) p {
    font-weight: bold;
    font-size: 20px;
    /* padding-bottom: 20px; */
    line-height: 20px;
    font-family: font3;
}
footer p>a {
    font-weight: bold;
    /* font-size: 20px; */
    color: #000;
    padding: 10px 0 0;
    line-height: 20px;
    font-family: font3;
}
.disclaimer p {
    font-family: font4;
    font-size: 15px !important;
}
.disclaimer li {
    list-style: none;
    font-family: font4;
    font-size: 15px !important;
}
/*
.social {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.social li {
    margin: 0 15px;
}
.social a {
    color: #333;
    font-size: 24px;
    text-decoration: none;
}
.social a:hover {
    color: #5A9D00;
} */
.m-50 {
    margin-top: 5em !important;
}
footer {
    color: #000;
}
footer h2.section-title {
    text-align: left !important;
    color: #5a5a5a;
    font-weight: 800;
}
.sticky-form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #248CA6;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    font-family: font4;
	z-index: 1;
    /* box-sizing: border-box; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.sticky-form input:focus,
.sticky-form textarea:focus {
    /* border: none;  */
    outline: none;
}
/* .sticky-form form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    max-width: 1200px;
    gap: 10px;
}
.input-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    gap: 20px;
    margin-bottom: 10px;
} */
.sticky-form .checkbox-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sticky-form .checkbox-row label {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
}
.sticky-form .checkbox-row input[type="checkbox"] {
    order: 1;
    margin-left: 8px;
    width: 15px;
    height: 15px;
    background: transparent;
}
.sticky-form input {
    border: 1px solid #ddd;
    border-radius: 20px;
}
.sticky-form input {
    flex: 1;
}
.sticky-form button {
    background-image: #454E43 !important;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
    display: block;

    
}
.sticky-form button:hover {
    background-position: right center;
}

.info-btn .enquireNow_btn {
    /* border: 1px solid #454E43; */
    border-radius: 20px;
    color: #fff;
    padding: 8px 15px;
    transition: 1s;
    text-transform: uppercase;
    background-color: #454E43 !important;
}

.modal-title{
    font-family: 'font1' !important;
    color: #fff !important;
}
.modal-content{
    background-color: #248CA6 !important;
    border: 0;
    color: white;
}
.modal-content .form-control {
    color: #fff !important;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
}
.modal-content .form-control::placeholder {
    color: #fff !important;
}
.modal-content .enquireNow_btn {
    border: 1px solid #454E43;
    border-radius: 20px;
    color: #fff;
    padding: 8px 15px;
    transition: 1s;
    text-transform: uppercase;
    background-color: #454E43 !important;
}
.form-check-input:checked {
    background-color: #454E43 !important;
    border-color: #454E43 !important;
}


.parsley-errors-list{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .parsley-errors-list li{
    font-size: .8rem;
  }
  .parsley-required{
    color: #B62B2B;
  }


@media(max-width: 1199px) {
    .sticky-form {
        display: none;
    }
    .live-better {
        background-color: #fff;
        padding: 50px 0;
        height: 100%;
    }
    .live-better h1 {
        font-family: font1;
        color: #248CA6;
        font-size: 50px;
        line-height: 50px;
        padding-left: 0px;
    }
    #connectivity {
        background-color: #EBEDEA;
        background-position: center;
        width: 100%;
        height: 100%;
    }
    #connectivity p {
        font-family: font4;
        line-height: 20px;
        font-weight: lighter;
        padding: 10px;
    }
    #connectivity p span {
        font-weight: bold;
    }
    .advantage-info {
        color: #454E43;
        margin: auto;
        width: 100%;
        padding: 10px;
        /* align-items: center; */
    }
    .advantage-info h1 span {
        font-size: 25px;
    }
    .advantage-info p {
        font-size: 18px;
        font-family: font2;
    }
    .advantage-info h1 {
        font-family: font1 !important;
        font-size: 70px;
        line-height: 70px;
    }
    #Quick-overview {
        padding: 20px 0 !important;
        margin: 0 !important;
    }
    #gallery {
        padding: 10px 0;
    }
    .footer-form-body {
        width: auto;
        margin: 20px 0;
        background: transparent;
        padding: 10px;
        background: rgba(128, 128, 128, 0.5);
        /* Gray with 10% opacity */
    }
    .checkbox-row {
        display: block;
        flex-direction: column;
        justify-content: space-between;
    }
    .checkbox-row label {
        font-size: 15px;
    }
    .section-padding {
        padding: 10px 0;
    }
    ul.call-list {
        display: flex;
        flex-direction: column;
    }
    img.mg-kohinoor-logo {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    img.life republic republic-realty-logo {
        width: 45%;
        margin-top: 3em;
    }
    ul.social-links {
        justify-content: center;
        margin-top: 3em;
        margin-bottom: 15px !important;
    }
    .qr-rera-wrapper {
        width: 30%;
        margin: 0 auto;
    }
    ul.connectivity-list li span {
        width: 100%;
        display: block;
    }
    ul.connectivity-list li span.seprator {
        padding: 0;
        width: 100%;
        display: block;
        height: 0;
        opacity: 0;
    }
    #hero .carousel-inner .carousel-item:after {
        content: "";
        background-color: rgb(0 0 0 / 33%);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: -1;
    }
    #hero p {
        font-size: 15px;
    }
    ul.list-unstyled.d-none.mobileNav {
        display: flex !important;
        position: fixed;
        bottom: 0;
        justify-content: space-between;
        left: 0;
        right: 0;
        z-index: 999;
        margin: 0;
    }
    ul.list-unstyled.d-none.mobileNav li {
        background-color: #000;
        width: 49%;
        padding: 11px 0;
        text-align: center;
    }
    ul.list-unstyled.d-none.mobileNav a {
        border: 0;
        color: #fff;
    }
}
@media(max-width: 992px) {
    .sticky-form {
        display: none;
    }
    .live-better {
        background-color: #fff;
        padding: 50px 0;
        height: 100%;
    }
    .live-better h1 {
        font-family: font1;
        color: #248CA6;
        font-size: 50px;
        line-height: 50px;
        padding-left: 0px;
    }
    #connectivity {
        background-color: #EBEDEA;
        background-position: center;
        width: 100%;
        height: 100%;
    }
    #connectivity p {
        font-family: font4;
        line-height: 20px;
        font-weight: lighter;
        padding: 10px;
    }
    #connectivity p span {
        font-weight: bold;
    }
    .advantage-info {
        color: #454E43;
        margin: auto;
        width: 100%;
        padding: 10px;
        /* align-items: center; */
    }
    .advantage-info h1 span {
        font-size: 30px;
    }
    .advantage-info p {
        font-size: 18px;
        font-family: font2;
    }
    .advantage-info h1 {
        font-family: font1 !important;
        font-size: 70px;
        /* line-height:60px; */
    }
    #Quick-overview {
        padding: 20px 0 !important;
        margin: 0 !important;
    }
    #gallery {
        padding: 10px 0;
    }
    .footer-form-body {
        width: auto;
        margin: 20px;
        background: transparent;
        padding: 10px;
        background: rgba(128, 128, 128, 0.5);
        /* Gray with 10% opacity */
    }
    .checkbox-row {
        display: block;
        flex-direction: column;
        justify-content: space-between;
    }
    .checkbox-row label {
        font-size: 15px;
    }
    .section-padding {
        padding: 10px 0;
    }
    ul.call-list {
        display: flex;
        flex-direction: column;
    }
    img.mg-kohinoor-logo {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    img.life republic republic-realty-logo {
        width: 45%;
        margin-top: 3em;
    }
    ul.social-links {
        justify-content: center;
        margin-top: 3em;
        margin-bottom: 15px !important;
    }
    .qr-rera-wrapper {
        width: 30%;
        margin: 0 auto;
    }
    ul.connectivity-list li span {
        width: 100%;
        display: block;
    }
    ul.connectivity-list li span.seprator {
        padding: 0;
        width: 100%;
        display: block;
        height: 0;
        opacity: 0;
    }
    #hero .carousel-inner .carousel-item:after {
        content: "";
        background-color: rgb(0 0 0 / 33%);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: -1;
    }
    #hero p {
        font-size: 15px;
    }
    ul.list-unstyled.d-none.mobileNav {
        display: flex !important;
        position: fixed;
        bottom: 0;
        justify-content: space-between;
        left: 0;
        right: 0;
        z-index: 999;
        margin: 0;
    }
    ul.list-unstyled.d-none.mobileNav li {
        background-color: #000;
        width: 49%;
        padding: 11px 0;
        text-align: center;
    }
    ul.list-unstyled.d-none.mobileNav a {
        border: 0;
        color: #fff;
    }
}
@media(max-width: 767px) {
    footer .col-md-2:last-child {
        /* width: 50%; */
        margin-top: 20px;
    }
    footer .col-md-2:nth-child(3) ul {
        /* width: 50%; */
        padding: 0;
    }
    .disclaimer ul {
        padding: 0;
    }
    footer .col-md-2:last-child img {
        width: 50%;
    }
    .hero-info h1 {
        font-size: 10vh;
        font-family: font1 !important;
        line-height: 70px;
    }
    .hero-info h1 span {
        font-size: 25px;
    }
    .sticky-form {
        display: none;
    }
    .live-better {
        background-color: #fff;
        padding: 50px 0;
        height: 100%;
    }
    .live-better h1 {
        font-family: font1;
        color: #248CA6;
        font-size: 50px;
        line-height: 50px;
        padding-left: 0px;
    }
    #connectivity {
        background-color: #EBEDEA;
        background-position: center;
        width: 100%;
        height: 100%;
    }
    #connectivity p {
        font-family: font4;
        line-height: 20px;
        font-weight: lighter;
        padding: 10px;
    }
    #connectivity p span {
        font-weight: bold;
    }
    .advantage-info {
        color: #454E43;
        margin: auto;
        width: 100%;
        padding: 10px;
        /* align-items: center; */
    }
    .advantage-info h1 span {
        font-size: 30px;
    }
    .advantage-info p {
        font-size: 18px;
        font-family: font2;
    }
    .advantage-info h1 {
        font-family: font1 !important;
        font-size: 70px;
        /* line-height:60px; */
    }
    #Quick-overview {
        padding: 20px 0 !important;
        margin: 0 !important;
    }
    #gallery {
        padding: 10px 0;
    }
    .footer-form-body {
        width: auto;
        margin: 20px 0;
        background: transparent;
        padding: 10px;
        background: rgba(128, 128, 128, 0.5);
        /* Gray with 10% opacity */
    }
    .checkbox-row {
        display: block;
        flex-direction: column;
        justify-content: space-between;
    }
    .checkbox-row label {
        font-size: 15px;
    }
    .section-padding {
        padding: 20px 0;
    }
    ul.call-list {
        display: flex;
        flex-direction: column;
    }
    img.mg-kohinoor-logo {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    img.life republic republic-realty-logo {
        width: 45%;
        margin-top: 3em;
    }
    ul.social-links {
        justify-content: center;
        margin-top: 3em;
        margin-bottom: 15px !important;
    }
    .qr-rera-wrapper {
        width: 30%;
        margin: 0 auto;
    }
    ul.connectivity-list li span {
        width: 100%;
        display: block;
    }
    ul.connectivity-list li span.seprator {
        padding: 0;
        width: 100%;
        display: block;
        height: 0;
        opacity: 0;
    }
    #hero .carousel-inner .carousel-item:after {
        content: "";
        background-color: rgb(0 0 0 / 33%);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: -1;
    }
    #hero p {
        font-size: 15px;
    }
    ul.list-unstyled.d-none.mobileNav {
        display: flex !important;
        position: fixed;
        bottom: 0;
        justify-content: space-between;
        left: 0;
        right: 0;
        z-index: 999;
        margin: 0;
    }
    ul.list-unstyled.d-none.mobileNav li {
        background-color: #000;
        width: 49%;
        padding: 11px 0;
        text-align: center;
    }
    ul.list-unstyled.d-none.mobileNav a {
        border: 0;
        color: #fff;
    }

    
#Amenities ul{
    /* display: inline-grid;
    text-align: center;
    line-height: 35px; */
	margin-bottom: 0 !important;
}


#header .logo img{
max-height: 60px;
/* margin: 10px 0 ; */
}

#header .logo2 img{
    margin-right: 10px;
	margin-top: 0;
}

.highlight-padding{
    padding: 0;
}

.info-btn .enquireNow_btn {
    /* border: 1px solid #454E43; */
    border-radius: 20px;
    color: #fff;
    padding: 8px 15px;
    transition: 1s;
    text-transform: uppercase;
    background-color: #454E43 !important;
}

.modal-title{
    font-family: 'font1' !important;
    color: #fff !important;
}
.modal-content{
    background-color: #248CA6 !important;
    border: 0;
    color: white;
}
.modal-content .form-control {
    color: #fff !important;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
}
.modal-content .form-control::placeholder {
    color: #fff !important;
}
.modal-content .enquireNow_btn {
    border: 1px solid #454E43;
    border-radius: 20px;
    color: #fff;
    padding: 8px 15px;
    transition: 1s;
    text-transform: uppercase;
    background-color: #454E43 !important;
}
.form-check-input:checked {
    background-color: #454E43 !important;
    border-color: #454E43 !important;
}


.parsley-errors-list{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .parsley-errors-list li{
    font-size: .8rem;
  }
  .parsley-required{
    color: #B62B2B;
  }
}

#bigger-slider{
    background: #D9E8ED;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    /* padding: 30px 0; */
    margin-top:20px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-color: transparent;
    color: #1C8DAB; 
    border: none;
    font-size: 24px; 
    cursor: pointer;
    margin: 0 20px; /
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    color: #454E43; 
    background: none;
}


/* thank You Page */
.thankyou-main{
    background-image: url(../img/banner-blank-02.webp);
    background-position: center;
    background-size: cover;
    
    }
    
    .thankyou-main h1{
        font-family: font1;
    }
    
    .thankyou-main p{
        font-family: font4;
    }
    
    .go-bck-button{
        border-radius: 20px;
        color: #fff;
        padding: 8px 15px;
        transition: 1s;
        text-transform: uppercase;
        background-color: #F0A08F !important;
        border: none;
    }