@font-face {
    font-family: 'boxicons';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Box-icon/boxicons.eot);
    src: url(../fonts/Box-icon/boxicons.eot) format('embedded-opentype'), url(../fonts/Box-icon/boxicons.woff2) format('woff2'), url(../fonts/Box-icon/boxicons.woff) format('woff'), url(../fonts/Box-icon/boxicons.ttf) format('truetype'), url(../fonts/Box-icon/boxiconsd41d.svg?#boxicons) format('svg')
}

@font-face {
    font-family: 'Nunito';
    src: url(../fonts/Nunito/Nunito-Light.ttf) format('ttf'), url(../fonts/Nunito/Nunito-Light.woff) format('woff');
    font-display: swap;
    font-weight: 300;
}

@font-face {
    font-family: 'Nunito';
    src: url(../fonts/Nunito/Nunito-Regular.ttf), url(../fonts/Nunito/Nunito-Regular.woff) format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Nunito';
    src: url(../fonts/Nunito/Nunito-Medium.ttf), url(../fonts/Nunito/Nunito-Medium.woff) format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Nunito';
    src: url(../fonts/Nunito/Nunito-SemiBold.ttf), url(../fonts/Nunito/Nunito-SemiBold.woff) format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Nunito';
    src: url(../fonts/Nunito/Nunito-Bold.ttf), url(../fonts/Nunito/Nunito-Bold.woff) format('woff');
    font-weight: 700;
}

:root {
    --bg_color: #FFF9F5;
    --mini_title: #144b8e;
    --primary: #144b8e;
    --nunito_font: 'Nunito', sans-serif;
    --sub_text: #000;
}

.overlay.active {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 70%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

body {
    font-family: var(--nunito_font);
    font-size: 17px;
    line-height: 1.8;
    color: #000;
    overflow-x: hidden;
}

p {
    font-size: 18px;
    font-size: 16px;
}

.andy {
    display: flex !important;
    justify-content: center;
    align-content: center !important;
}

h1, h2, h3, h4, h5, h6, span {
    font-family: var(--nunito_font);
}

a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

button {
    margin: 0;
    padding: 0;
    outline: 0;
}

button:focus {
    outline: 0;
    border: 0;
}

img {
    max-width: 100%;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.bg-color {
    background-color: #fef9eb;
}

.btn-bg-2 {
    background-color: #144b8e;
}

.btn-bg-2::before {
    background-color: #144b8e;
}

.banerlogo {
    max-width: 150px;
}

.section-title span {
    line-height: 0;
    text-transform: capitalize;
    padding-bottom: 2px;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #144b8e;
}

.section-title h2 {
    font-size: 34px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.4;
    color: #000;
}

.section-title p {
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.location_vedio {
    width: 100%;
    margin: auto;
    height: 392px;
    display: flex;
    justify-content: center;
}

.main-nav nav .navbar-nav .nav-item a {
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 18px;
    padding: 0;
}

/* .sticky-nav .main-nav nav .navbar-nav .nav-item a {
color: #000;
} */
.main-nav nav .navbar-nav .nav-item a i {
    line-height: 0;
    position: relative;
    top: 3px;
    font-size: 18px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px solid #fff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    color: #000 !important;
    position: relative;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    font-weight: 400;
    padding: 10px;
    border-bottom: 1px dashed #ebebeb;
}

/* .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus {
color: #144b8e !important;
border-radius: 0;
background-color: #f3f3f3;
} */
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    margin-top: 18px !important;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-btn-area .nav-btn-color:hover {
    background-color: #144b8e;
    color: #fff;
}

.banner-content span {
    color: #144b8e;
}

.banner-content h1 {
    font-size: 60px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.banner-content span {
    color: #fff;
}

.slider-and-form {
    position: relative;
    /*margin-top: 48px;*/
    /*height: 100vh;*/
}

.formdiv .form_btn {
    margin-top: 18px;
}

.banner-content p.mini {
    font-size: 24px;
    margin-bottom: 0;
    /* text-transform: uppercase; */
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    margin: 0;
    padding: 0px 0;
}

.about-img {
    margin-bottom: 30px;
}

.about-content {
    margin-bottom: 30px;
    margin-left: 40px;
}

.about-content .about-btn {
    margin-top: 7px;
}

.about-img {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.about-img .about-shape {
    position: absolute;
    top: 53%;
    left: 44%;
}

.highlight-content {
    margin-bottom: 30px;
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.highlight-content span {
    font-weight: 700;
    color: #fff;
    position: relative;
    top: 10%;
    left: 5%;
}

.highlight-content h2 {
    font-size: 34px;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    top: 12%;
    left: 5%;
    color: #fff;
}

.highlight-content .list-content li.active {
    background: #144b8e;
    border-color: transparent;
}

.highlight .tabs-content.active {
    display: block;
    opacity: 1;
    position: relative;
}

.innovation-img p {
    position: absolute;
    z-index: 999;
    bottom: -19px;
    /*background: #ffffff;*/
    padding: 5px;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    right: 3px;
}

.highlight-content .list-content li img {
    padding-right: 10px;
    filter: brightness(0) invert(1);
}

.slide-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.highlight-list {
    position: absolute;
    right: 0;
    z-index: 93;
    margin: 0 auto;
    width: fit-content;
    margin-right: 0;
    left: inherit;
    list-style: none;
}

.highlight-list li {
    padding: 3px 46px 3px 8px;
    background: #ffffff57;
    display: flex;
    margin: 0 0 15px auto;
    align-items: center;
    border-radius: 4px;
    backdrop-filter: blur(24px);
    color: #fff;
    position: relative;
    width: fit-content;
}

.highlight-list li.active::after {
    background: #144b8e;
}

.highlight-list li::after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #000000;
    border-radius: 50%;
    right: 5%;
}

.highlight-list li p {
    margin-bottom: 0;
}

.highlight .tabs-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.highlight .tab-link {
    cursor: pointer;
}

div#home {
    overflow: hidden;
}

.amenities-item {
    background-color: #144b8e;
    padding: 20px 30px 30px;
    margin-bottom: 30px;
    border-radius: 15px;
    text-align: center;
}

.amenities-img {
    padding: 15px 0;
    /* filter: brightness(1.4); */
    width: 65px;
}

.amenities-item:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.amenities-item:hover i {
    color: #144b8e;
}

.amenities-item:hover .read-btn {
    color: #144b8e;
    letter-spacing: 0.25px;
}

.amenities-item:hover .read-btn i {
    color: #144b8e;
}

.amenities-item i {
    font-size: 50px;
    color: #000;
    margin-bottom: 10px;
}

.amenities-item h3 {
    margin-bottom: 10px;
    color: #ffd68f;
    font-size: 16px;
    font-weight: 700;
}

.amenities-item p {
    margin-bottom: 10px;
}

.amenities-item .read-btn {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
}

.amenities-item .read-btn i {
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    top: 5px;
    color: #000000;
}

.amenities-item:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.amenities-item:hover i {
    color: #144b8e;
}

.amenities-item:hover .read-btn {
    color: #144b8e;
    letter-spacing: 0.25px;
}

.amenities-item:hover .read-btn i {
    color: #144b8e;
}

.single-gallery {
    position: relative;
    margin-bottom: 30px;
}

.single-gallery:hover .gallery-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-gallery:hover img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.single-gallery .gallery-icon {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0 7px 0 7px;
    line-height: 45px;
    background-color: #8567fe;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.single-gallery .gallery-icon:hover {
    background-color: #144b8e;
    color: #fff;
}

.single-gallery .gallery-icon:hover::before {
    border-color: #144b8e;
}

.single-gallery .gallery-icon::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 7px 0 7px;
    left: 0;
    border: 1px solid #8567fe;
    -webkit-animation: scale 1s linear 2s infinite;
    animation: scale 1s linear 2s infinite;
}

.innovation-img {
    position: relative;
    z-index: 1;
    /* margin-top: 45px; */
    /* margin-bottom: 75px; */
    /* margin-left: 45px; */
    /* margin-right: 45px; */
}

.innovation-img .innovation-shape .shape1 {
    position: absolute;
    z-index: -1;
    bottom: -45px;
    left: -45px;
}

.innovation-img .innovation-shape .shape2 {
    position: absolute;
    z-index: -1;
    top: -45px;
    right: -45px;
}

.contact-area .section-title {
    margin-bottom: 40px;
}

.contact-area .section-title p {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.contact-form {
    max-width: 800px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.contact-form .form-group {
    margin-bottom: 25px;
    position: relative;
}

.contact-form .form-group.checkbox-option {
    position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
    position: absolute;
    top: 6px;
    left: 0;
}

.contact-form .form-group.checkbox-option p {
    padding-left: 25px;
    font-size: 15px;
}

.contact-form .form-group.checkbox-option p a {
    color: #144b8e;
}

.contact-form .form-group .form-control {
    height: 54px;
    color: #000000;
    border: 1px solid #ebebeb;
    background-color: #f8f9fb;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
}

.contact-form .form-group .form-control:focus {
    outline: none;
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form .with-errors {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: red;
    font-weight: 400;
    display: block;
}

.contact-form .text-danger {
    font-size: 18px;
    margin-top: 15px;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #000000;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
    color: #000000;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
    color: #000000;
}

.contact-form .form-group .form-control::placeholder {
    color: #000000;
}

.read-more-content {
    display: none;
}

.read-more-button {
    color: #000;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    background: none;
    padding: 0;
    text-transform: capitalize;
}

/* .footer-widget {margin-bottom: 30px;}
.footer-widget .footer-logo {margin-bottom: 20px;}
.footer-widget h3 {margin-top: 12px;font-size: 24px;color: #000;margin-bottom: 15px;font-weight: 600;}
.footer-widget p {margin-bottom: 20px;}
.footer-widget .social-link {margin: 0;padding: 0;list-style: none;}
.footer-widget .social-link li {display: inline-block;margin-right: 5px;}
.footer-widget .social-link li a {border-radius: 50px;width: 35px;height: 35px;line-height: 37px;text-align: center;color: #fff;}
.footer-widget .social-link li:nth-child(1) a {background-color: #3b5998;}
.footer-widget .social-link li:nth-child(1) a:hover {background-color: #000;-webkit-animation: tada 1s linear;animation: tada 1s linear;}
.footer-widget .social-link li:nth-child(2) a {background-color: #55acee;}
.footer-widget .social-link li:nth-child(2) a:hover {background-color: #000;-webkit-animation: tada 1s linear;animation: tada 1s linear;}
.footer-widget .social-link li:nth-child(3) a {background-color: #f00;}
.footer-widget .social-link li:nth-child(3) a:hover {background-color: #000;-webkit-animation: tada 1s linear;animation: tada 1s linear;}
.footer-widget .social-link li:nth-child(4) a {background-color: red;}
.footer-widget .social-link li:nth-child(4) a:hover {background-color: #000;-webkit-animation: tada 1s linear;animation: tada 1s linear;}
.footer-widget .social-link li:nth-child(5) a {background-color: #c80000;}
.footer-widget .social-link li:nth-child(5) a:hover {background-color: #000;-webkit-animation: tada 1s linear;animation: tada 1s linear;}
.footer-widget .footer-list {list-style: none;margin: 0;padding: 0;}
.footer-widget .footer-list li {display: block;margin-bottom: 10px;font-weight: 500;}
.footer-widget .footer-list li:last-child {margin-bottom: 0;}
.footer-widget .footer-list li a {color: #000000;font-weight: 500;}
.footer-widget .footer-list li a i {font-size: 18px;position: relative;top: 3px;margin-right: 5px;}
.footer-widget .footer-list li a:hover {color: #144b8e;}
.footer-widget .footer-list-two {list-style: none;margin: 0;padding: 0;}
.footer-widget .footer-list-two li {display: block;color: #c69669;margin-bottom: 10px;position: relative;padding-left: 30px;}
.footer-widget .footer-list-two li i {color: #c69669;margin-right: 5px;position: absolute;left: 0;top: 3px;font-size: 20px;}
.footer-widget .footer-list-two li a {color: #000000;}
.footer-widget .footer-list-two li:hover {color: #000;}
.footer-widget .footer-list-two li:hover i {color: #000000;}
.footer-widget .footer-list-two li:hover a {color: #000;}
.footer-widget .newsletter-form {position: relative;border-radius: 50px;}
.footer-widget .newsletter-form .form-control {background: #fff;color: #000;height: 52px;line-height: 52px;margin: 0;border-radius: 50px;border: none;padding: 0 25px;width: 90%;}
.footer-widget .newsletter-form .form-control:focus {outline: none;border: none;-webkit-box-shadow: none;box-shadow: none;}
.footer-widget .newsletter-form .validation-danger {font-size: 16px;margin-top: 15px;color: red;}
.footer-widget .newsletter-form .form-control::-webkit-input-placeholder {color: #000;}
.footer-widget .newsletter-form .form-control:-ms-input-placeholder {color: #000;}
.footer-widget .newsletter-form .form-control::-ms-input-placeholder {color: #000;}
.footer-widget .newsletter-form .form-control::placeholder {color: #000;} */
.copy-right-area {
    padding: 40px 15px;
    background-color: #000;
}

.copy-right-area .copy-right-text p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}

.copy-right-area .copy-right-text p a {
    color: #144b8e;
    border-bottom: 1px solid #144b8e;
}

.copy-right-area .copy-right-text p a:hover {
    color: #fff;
    border-color: #fff;
}

#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.testimonials-item p {
    min-height: 140px;
    height: 100%;
}

.footer-widget .footer-logo img {
    max-width: 200px;
}

.footer-widget .social-link li:nth-child(4) a {
    background-color: #0077b5;
}

.home_page .contact-area {
    position: relative;
}

.home_page .contact-area .container {
    position: relative;
    z-index: 99;
}

.form-group {
    position: relative;
    /* height: 70px; */
    overflow: hidden;
}

.form-group .form_input {
    width: 100%;
    height: 100%;
    color: rgb(253 137 128 / 80%);
    padding-top: 20px;
    border: none;
}

/* .form-group label {position: absolute;bottom: 0px;left: 0px;width: 100%;height: 100%;pointer-events: none;border-bottom: 1px solid #144b8e}
.form-group label::after {content: "";position: absolute;bottom: -1px;left: 0px;width: 100%;height: 100%;border-bottom: 3px solid #144b8e;transform: translateX(-100%);transition: all 0.3s ease;} */
.form-group .content-name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.form-group .form_input:focus {
    outline: none;
}

.form-group .form_input:focus+.label-name .content-name, .form-group .form_input:valid+.label-name .content-name {
    transform: translateY(-150%);
    font-size: 14px;
    left: 0px;
    color: #144b8e;
}

.form-group .form_input:focus+.label-name::after, .form-group .form_input:valid+.label-name::after {
    transform: translateX(0%);
}

.highlight-content .list-content li::marker {
    font-size: 20px;
    color: #c69669;
}

.gallery-section .section-title {
    padding-bottom: 30px;
}

.single-gallery img {
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    min-height: 260px;
}

/* price list */
.price_list {
    background: #fef9eb;
}

.pricingTable10 {
    text-align: center
}

.pricingTable10 .pricingTable-header {
    padding: 30px 0;
    background: #4d4d4d;
    position: relative;
    transition: all .3s ease 0s;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.pricingTable10:hover .pricingTable-header {
    background: #144b8e
}

.pricingTable10 .pricingTable-header:after, .pricingTable10 .pricingTable-header:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #d9d9d8;
    position: absolute;
    bottom: 12px
}

.pricingTable10 .pricingTable-header:before {
    left: 40px
}

.pricingTable10 .pricingTable-header:after {
    right: 40px
}

.pricingTable10 .heading {
    font-size: 20px;
    color: #144b8e;
    letter-spacing: 1px;
    margin-top: 0
}

.pricingTable10 .price-value {
    display: inline-block;
    position: relative;
    font-size: 44px;
    font-weight: 600;
    color: #144b8e;
    transition: all .3s ease 0s
}

.pricingTable10:hover .price-value {
    color: #fff
}

.pricingTable10 .currency {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 6px;
    left: -19px
}

.pricingTable10 .month {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -30px;
    text-transform: uppercase
}

.pricingTable10 .pricing-content {
    padding-top: 50px;
    background: #fff;
    position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 50px;
}

.pricingTable10 .pricing-content:after, .pricingTable10 .pricing-content:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #7c7c7c;
    position: absolute;
    top: 12px
}

.pricingTable10 .pricing-content:before {
    left: 40px
}

.pricingTable10 .pricing-content:after {
    right: 40px
}

.pricingTable10 .pricing-content ul {
    padding: 0 20px;
    margin: 0;
    list-style: none
}

.pricingTable10 .pricing-content ul:after, .pricingTable10 .pricing-content ul:before {
    content: "";
    width: 8px;
    height: 46px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #818282 50%, #727373 50%);
    position: absolute;
    top: -22px;
    z-index: 1;
    box-shadow: 0 0 5px #707070;
    transition: all .3s ease 0s
}

.pricingTable10:hover .pricing-content ul:after, .pricingTable10:hover .pricing-content ul:before {
    background: linear-gradient(to bottom, #144b8e 50%, #144b8e 50%)
}

.pricingTable10 .pricing-content ul:before {
    left: 44px
}

.pricingTable10 .pricing-content ul:after {
    right: 44px
}

.pricingTable10 .pricing-content ul li {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d8
}

.pricingTable10 .pricing-content ul li:last-child {
    border-bottom: none
}

.pricingTable10 .read {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #144b8e;
    padding: 8px 25px;
    margin: 30px 0;
    transition: all .3s ease 0s
}

.pricingTable10 .read:hover {
    text-decoration: none
}

.pricingTable10:hover .read {
    background: #144b8e
}

.section-title.text-center {
    margin: 0 0 30px 0;
}

.pricingTable10 .Onwards {
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #144b8e;
    font-weight: 400;
    margin-top: 5px;
}

.pricingTable10:hover .Onwards {
    color: #fff;
}

.pricingTable10:hover .heading {
    color: #fff;
}

.floor_plan .wrap {
    text-align: center;
}

.floor_plan .image_section {
    text-align: center;
    padding: 6px 6px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgb(0 0 0 / 0%);
    border: 1px solid #c2c2c2;
    border-bottom: none;
}

.floor_plan .wrap h3 {
    color: #FFF;
    margin: 0;
    width: 100%;
    padding: 15PX 20px;
    font-size: 18px;
    background: #144b8e;
    font-weight: 600;
    text-align: center;
}

.floor_plan .section-title.text-center {
    margin-bottom: 60px;
}

.location-section {
    /* background-image: url(/img/bg-map-footer.png); */
    background-image: url(../img/bg-map-footer.png);
}

.price_list .row {
    padding-top: 40px;
}

.highlight .row {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.rera_certificate {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
}

.rera_certificate .img-fluid {
    max-width: 100%;
}

.query-btn a:HOVER {
    background-color: #fff;
    color: #000;
}

.query-btn a {
    display: inline-block;
    padding: 7px 18px;
    border: 1px solid #fff;
    color: #000;
    border-radius: 50px;
    font-size: 16px;
    background: #fef9eb;
    font-weight: 500;
}

.query-btn {
    position: absolute;
    top: 30px;
    right: 30px;
}

.location-section .highlight-content.section-title {
    position: relative;
}

.location-section .highlight-content h2 {
    color: #000;
    position: unset;
}

.location-section .highlight-content span {
    position: unset;
    color: #000;
}

button {
    /* width: 100%; */
    /* height: 80px; */
    position: relative;
    background: rgba(255, 255, 255, .27);
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    border-radius: 5px !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 100px;
}

/* CSS */
.main_button {
    margin-top: 20px;
    padding: 9px 33px;
    /* height: 55px; */
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #144b8e;
    background-color: #144b8e;
}

.main_button:hover {
    background: #144b8e;
    border-color: #144b8e;
    color: #ffffff;
}

.inner .form-row {
    margin-bottom: 13px;
}

.inner h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

.form_btn .submit_button {
    text-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    transition: background-color .15s ease-out;
    letter-spacing: 1.5px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    display: inline-block;
    border: 1px solid;
}

.form_btn {
    text-align: center;
}

.form_btn .submit_button:hover {
    background: #144b8e;
}

.form-box input {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.8em;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background-image: none;
    border-bottom: 1px solid #d9d9d9;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

.home_page .contact-area .row {
    align-items: center;
}

.form-box .form_input:focus {
    outline: none !important;
}

input[type="password"]:focus, input[type="email"]:focus, input[type="text"]:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, textarea:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #fff;
    font-size: 17px;
}

.carousel-control-next, .carousel-control-prev {
    top: initial;
}

button.carousel-control-next {
    left: 3%;
}

.copy-right-area .copy-right-text p:last-child {
    margin-top: 6px;
}

.copy-right-area .copy-right-text p {
    font-size: 13px;
}

.top_footer {
    color: #000;
}

.home_page .contact-area .about_developer {
    padding-right: 80px;
}

.home_page .contact-area .contact-form {
    padding-left: 50px;
    padding-right: 50px;
}

.footer-area .address h6 {
    color: #000;
    margin-top: 12px;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.footer-area .address a {
    color: #000;
}

.footer-area .address {
    display: flex;
    color: #fff;
    padding-bottom: 20px;
}

.top_footer {
    color: #000;
    padding-bottom: 30px;
}

.mobile_form {
    display: none;
}

.highlight-content .list-content li b {
    padding-left: 5px;
    padding-right: 5px;
}

.price_list .section-title.text-center, .floor_plan .section-title, .amenities .section-title {
    max-width: 760px;
    margin: 0 auto;
}

.amenities .section-title {
    padding-bottom: 50px;
}

.carousel-control-prev {
    left: 1%;
    /* z-index: 99; */
}

button.carousel-control-next {
    left: 4%;
}

.home_page .contact-area .contact-form .form-box.col-lg-5 {
    position: relative;
    right: 0;
    bottom: 0;
    width: 450px;
    margin: 0 auto;
    border-radius: 15px
}

.home_page .contact-area .section-title.text-center {
    margin-bottom: 60px;
}

.mobile-nav {
    display: none
}

.mean-nav .dropdown-toggle::after {
    display: none
}

.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 9px 15px;
    margin: 0;
    display: block;
    color: #fff
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #fff;
    text-transform: capitalize
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color: #fff
}

.main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0
}

/* css start here */
.main-nav {
    top: 0;
    left: 0;
    padding: 0;
    height: auto;
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #fef9eb;
    border-bottom: 1px solid #FFFFFF17;
}

.navbar-brand img {
    /* filter: brightness(10.5); */
    max-width: 105px;
}

.navbar-expand-md .mean-menu {
    justify-content: end;
}

/* .navbar-area.fixed-header {
background: #fff;
} */
.fixed-header .main-nav {
    /* background: #fff; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.fixed-header .main-nav nav .navbar-nav .nav-item a {
    color: #333;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
    color: #144b8e;
}

.fixed-header .nav-btn-area .nav-btn-color {
    color: #333;
}

.fixed-header .navbar-brand img {
    filter: none;
}

.fixed-header .nav-btn-area .nav-btn-color:hover {
    background-color: #144b8e;
    color: #fff;
}

/* slider css start here */
/*.home_slider::before {position: absolute;content: '';height: 100%;width: 100%;left: 0;right: 0;bottom: 0;bottom: 0;/~background-image: linear-gradient(176deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0) 100%);~/z-index: 9;background: transparent;}*/
.slider-content {
    position: absolute;
    top: 24%;
    z-index: 10;
    color: #fff;
    width: 100%;
    left: 9%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
}

.slider-content .main_button.btn:hover {
    color: #fef9eb;
    border-color: #fef9eb;
}

.carousel-indicators {
    z-index: 99;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 9;
    bottom: 20px;
}

.form-box.col-lg-5 {
    width: 400px;
    padding: 35px;
    background: #49648bd9;
    outline: 1px solid rgb(255 255 255 / 30%);
    outline-offset: -10px;
}

.slider-conten p.mini {
    margin-bottom: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    display: block;
    border-radius: 50%;
    background-size: 50%;
}

.banner-content h3 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.banner-content ul {
    padding: 0;
    list-style: none;
}

.banner-content ul li {
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.banner-content ul li img {
    padding-right: 5px;
}

.banner-content .price {
    background: linear-gradient(-45deg, #144b8ed9, #144b8ed9, #fef9eb, #144b8ed9, #144b8ed9);
    background-size: 400% 400%;
    animation: Gradient 3s ease infinite,rocking 3s ease infinite;
    animation-delay: 2s;
    padding: 10px 20px;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 29px;
    display: inline-block;
    font-size: 28px;
}

.banner-content h3.ivr-number {
    display: flex;
    margin-top: 15px;
}

.banner-content h3.ivr-number a {
    background: linear-gradient(-45deg, #1d61a9, #1d61a9, #4a96ee, #1d61a9, #1d61a9);
    background-size: 400% 400%;
    animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    padding: 10px;
    color: #fff !important;
}

.banner-content h3.ivr-number img {
    padding-right: 10px;
    width: 15%;
}

.banner-content h3.ivr-number a {
    background: linear-gradient(-45deg, #144b8ed9, #144b8ed9, #fef9eb, #144b8ed9, #144b8ed9);
    background-size: 400% 400%;
    animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    padding: 10px 20px;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 29px;
    display: inline-block;
    display: block;
    font-size: 22px;
}

.big-image img {
    box-shadow: 0px 2px 70px 0px rgba(161.00000000000006, 161.00000000000006, 161.00000000000006, 0.44);
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 480px;
}

.about-section {
    background-image: url(../img/contact-bg.webp);
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}

.modal .modal-body {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.modal .left_col {
    background-color: #fef9eb;
    display: flex;
    align-items: center;
}

.modal .left_col, .modal .right_col {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 15px;
}

.modal .left_col .content {
    width: 100%;
    text-align: center;
}

.modal .left_col img {
    /* margin-bottom: 15px; */
    /* max-width: 220px; */
}

.modal .left_col .typo {
    font-size: 20px;
    margin-bottom: 10px;
}

.modal .left_col .price {
    font-size: 16px;
    background-color: var(--primary);
    padding: 7px 15px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
}

.modal .right_col .form_heading {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.modal .right_col .form-group {
    max-width: 100%;
    flex: 0 0 100%;
}

.modal .right_col .form-input {
    height: 46px;
}

.modal .modal-body .form-head {
    max-width: 100%;
}

.modal .modal-body .form-group {
    margin-bottom: 20px;
    position: relative;
}

.modal .modal-body .form-group input {
    position: relative;
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    transition: box-shadow 150ms ease-out;
    font-size: 18px;
}

.modal .modal-dialog {
    max-width: 800px;
}

.modal .modal-body .main_button {
    width: auto;
    margin-bottom: 20px;
}

.modal .modal-body .form-group input::placeholder {
    color: rgb(117, 117, 117);
    font-size: 18px;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.mobile-section .btn {
    font-size: 14px;
    padding: 14px 5px;
    height: auto;
}

.mobile-section .btn:last-child {
    border-right: 0;
}

.mobile-section .btn:not(:last-child):before {
    height: 15px;
}

.mobile-section .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
    color: #ffffff;
    font-weight: 600;
    border-right: 1px solid #ffffff;
}

.mobile-section {
    background: #144b8e;
    display: none;
}

.mobile-section .btn:not(:last-child):before {
    height: 15px;
}

footer {
    padding: 15px 0 50px;
}

div#gallery {
    background-color: #fef9eb;
    overflow: hidden;
}

.carousel-inner .carousel-item {
    height: 100vh;
}

.floor_plan {
    /* background-image: url(../img/section-bg01.webp); */
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home_page .contact-area .about_developer h4 {
    font-size: 30px;
}

.floor_plan span {
    color: #144b8e;
}

.phone_element {
    border-top: 1px solid #d9e1e6;
    padding: 20px 0;
    position: relative;
    line-height: 1.4;
}

.phone_element a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.phone_element a span {
    font-size: 22px;
    font-weight: 600;
    color: #144b8e;
    padding-left: 12px;
}

.phone_element a span em {
    color: #000;
    display: block;
    font-style: inherit;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 900;
}

.phone_element.no_borders {
    padding-top: 5px;
    border-top: none;
}

.banner-content p {
    max-width: 100%;
}

.main_page .banner-content p {
    max-width: 750px;
}

.property-area .section-title h2 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.property-slider {
    position: relative;
}

.property-item {
    margin-bottom: 30px;
    background-color: #fff;
}

.property-item a {
    display: block;
}

.property-item a img {
    border-radius: 5px 5px 0 0;
}

.property-item .content {
    position: relative;
    padding: 40px;
}

.property-item .content h4 {
    color: #144b8e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.property-item .content h3 {
    margin-bottom: 15px;
}

.property-item .content h3 a {
    color: #000;
}

.property-item .content p {
    margin-bottom: 10px;
}

.property-item .content p i {
    color: #144b8e;
    font-size: 18px;
}

.property-item .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.property-item .content ul li {
    display: inline-block;
    margin-right: 30px;
}

.property-item .content ul li:last-child {
    margin-right: 0;
}

.property-item .content .price {
    margin-top: 10px;
    font-size: 30px;
    color: #144b8e;
    margin-bottom: 0;
}

.property-item .content .property-btn .book-btn {
    display: inline-block;
    padding: 8px 24px;
    border: 1px solid #144b8e;
    color: #000;
    border-radius: 50px;
}

.property-item .content .property-btn .book-btn:hover {
    background-color: #144b8e;
    color: #fff;
}

.property-item-color .content {
    position: relative;
    padding: 30px;
}

.property-item-color .content h4 {
    color: #676767;
}

.property-item-color .content .price {
    color: #144b8e;
    font-weight: bold;
}

.property-item-color .content .property-btn .book-btn {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    background: var(--primary);
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
}

.property-item-color .content .property-btn .book-btn:hover {
    background-color: transparent;
    color: #144b8e;
}

.property-item-color .content .property-btn .know-more:hover {
    background-color: #144b8e;
    color: #fff;
}

.project_section .inner_content .col-lg-4 {
    padding: 0 15px;
}

.project_section .col-lg-4 {
    padding: 0 15px;
}



ul.slick-dots button {
    color: #000;
    height: 0;
    background: none;
    font-size: 0;
    background-color: rgb(0 0 0 / 0.3);
    position: relative;
}

ul.slick-dots li {
    list-style: none;
    padding-right: 10px;
}

button.slick-next.slick-arrow {
    display: none;
}

.project_section button.slick-prev.slick-arrow, .project_section button.slick-next.slick-arrow {
    font-size: 0;
}

.price_list .section-title span {
    position: unset;
    font-size: 20px;
}

.project_section button.slick-prev.slick-arrow {
    position: absolute;
    right: 10%;
    right: 7%;
    top: -7%;
}

.project_section button.slick-next.slick-arrow {
    position: absolute;
    right: 3%;
    top: -7%;
}

.project_section ul.slick-dots {
    display: none !important;
}

.testimonials-area {
    position: relative;
    margin-bottom: 20px;
}

.testimonials-area .section-title h2 {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-item {
    background-color: #fef9eb;
    padding: 30px;
    margin-bottom: 30px;
}

.testimonials-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.testimonials-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.testimonials-item ul li {
    padding-left: 95px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 30px;
}

.testimonials-item ul li img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.testimonials-item ul li .content h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.testimonials-item ul li .content span {
    margin-bottom: 0;
}

.testimonials-item p {
    max-width: 460px;
    margin-bottom: 0;
}

.testimonials-item p i {
    color: #144b8e;
}

.testimonials-area .col-lg-6 {
    padding: 10px;
}



.testimonials-area ul.slick-dots {
    display: none !important;
}

.testimonials-area button.slick-next.slick-arrow {
    display: none;
    left: 5%;
}

.testimonials-area button.slick-prev.slick-arrow, .testimonials-area button.slick-next.slick-arrow {
    font-size: 0;
}

.testimonials-area button.slick-prev.slick-arrow {
    left: 1%;
    position: absolute;
    bottom: 0;
}

.project_section .inner_content {
    padding-top: 50px;
}

.contact-btn {
    text-align: center;
}

.contact-area {
    background-image: url(../img/bg-map-footer.png);
}

.property-item {
    position: relative;
}

.inner-banner {
    position: relative;
    background-position: center center;
    background-size: cover;
}

.inner-banner::before {
    opacity: 0.7;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
}

.inner-banner .inner-title {
    padding-top: 250px;
    padding-bottom: 250px;
}

.inner-banner .inner-title h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.inner-banner .inner-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.inner-banner .inner-title ul li {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.inner-banner .inner-title ul li:last-child {
    margin-right: 0;
}

.inner-banner .inner-title ul li:last-child::before {
    display: none;
}

.inner-banner .inner-title ul li::before {
    content: "";
    position: absolute;
    top: 14px;
    right: -20px;
    background-color: #fff;
    width: 7px;
    height: 7px;
}

.inner-banner .inner-title ul li a {
    color: #fff;
}

.inner-banner .inner-title ul li a:hover {
    color: #144b8e;
}

.inner-bg1 {
    background-image: url(../img/inner-banner/banner-bg.jpg);
}

.inner-bg2 {
    background-image: url(../img/inner-banner/banner-bg.jpg);
}

.map-area iframe {
    display: block;
    width: 100%;
    height: 600px;
}

.contact_section .contact-area {
    background-image: url(../img/bg-map-footer.png);
}

.contact_section .section-title span {
    color: #144b8e;
}

.property-area-widget .section-title span {
    color: #144b8e;
}

.property-card {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgb(20 75 142 / 15%);
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 6px 6px;
    border: 3px solid #fef9eb;
    border-radius: 20px;
    margin-bottom: 30px;
}

.property-card .property-card-img {
    position: relative;
}

.property-card .property-card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0003;
    opacity: 0.5;
    border-radius: 15px 15px 0 0;
}

.property-card .property-card-img a {
    display: block;
}

.property-card .property-card-img a img {
    border-radius: 15px 15px 0 0;
    min-height: 227px;
    object-fit: cover;
}

.property-card .property-card-img .property-card-btn {
    position: absolute;
    top: 30px;
    right: 30px;
}

.property-card .property-card-img .property-card-btn .book-btn {
    display: inline-block;
    padding: 7px 18px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
}

.property-card .property-card-img .property-card-btn .book-btn:hover {
    background-color: #fff;
    color: #676767;
}

.property-card .property-card-img .property-list {
    position: absolute;
    bottom: 30px;
    left: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.property-card .property-card-img .property-list li {
    display: inline-block;
    margin-right: 5px;
}

.property-card .property-card-img .property-list li:last-child {
    margin-right: 0;
}

.property-card .property-card-img .property-list li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
}

.property-card .property-card-img .property-list li a:hover {
    background-color: #fff;
    color: #676767;
}

.property-card .property-card-img .pricing {
    position: absolute;
    bottom: 30px;
    right: 24px;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    margin-bottom: 0;
}

.property-card .content {
    padding: 20px 6px 10px;
    background: #fef9eb;
    margin-top: 10px;
    text-align: center;
}

.property-card .content h4 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-evenly;
}

.property-card .content h4 span {
    color: #000;
}

.property-card .content h4 span i {
    margin-right: 5px;
}

.property-card .content h3 {
    margin-bottom: 15px;
}

.property-card .content h3 a {
    color: #000;
}

.property-card .content p {
    margin-bottom: 10px;
    font-size: 19px;
}

.property-card .content ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.property-card .content ul li {
    display: inline-block;
    margin-right: 10px;
}

.property-card .content ul li:last-child {
    margin-right: 0;
}

.property-item .property-btn {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px;
}

.property-item-color .content .property-btn .know-more {
    background: transparent;
    color: #144b8e;
}

.project_page .property-area-widget {
    background-image: url(../img/bg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.project_page .property-area-widget .row {
    justify-content: center;
}

.home_page .property-card .content {
    background: #fff;
}

.checkbox-section input[type="checkbox"] {
    width: auto;
}

p.side-location {
    position: absolute;
    top: 55%;
    left: 0;
    z-index: 9;
    color: #b09677e3;
    transform: rotate(270deg);
    font-size: 22px;
}

p.side-location::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -105%;
    width: 90%;
    height: 1px;
    background-color: #b09677e3;
}

p.side-location::before {
    content: "";
    position: absolute;
    top: 20px;
    right: -100%;
    width: 84%;
    height: 1px;
    background-color: #b09677e3;
}

.inner .form-row:nth-child(6) {
    margin-bottom: 5px;
}

label.invalid-data.existingCheck {
    font-size: 14px;
    line-height: normal;
    padding: 5px 0;
}

.top_footer p {
    color: #000;
}

.modal-body {
    background-color: #fff;
    opacity: 1;
    /* align-items: center; */
    text-align: center;
    padding: 50px;
    padding-top: 10px;
}

.modal-body .form-group .form_input:focus+.label-name .content-name, .modal-body .form-group .form_input:valid+.label-name .content-name {
    transform: translateY(-100%);
    font-size: 14px;
    left: 0px;
    color: #144b8e;
}

.modal-header {
    border-bottom: 0;
}

.modal .btn-close {
    position: absolute;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 15px;
    top: -30px;
    right: -5px;
    z-index: 10;
    padding: 0;
    background-color: #3db0b1;
    filter: invert(1);
    padding: 10px;
    border-radius: 50%!important;
}

.btn-close:before, .btn-close:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0 0 0 / 10%);
    transform: scale(.2);
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    opacity: 0;
    transition: .2s all;
    -webkit-transition: .2s all;
    -ms-transition: .2s all;
}

.modal .btn-close {
    width: 20px;
    height: 20px;
}

.carousel-item img {
    /*object-fit: cover;*/
    /*object-position: 0px 8px;*/
    height: 100vh;
}

input[type="checkbox"] {
    width: auto;
}

.main_page .slider-content {
    top: 26%;
}

label.invalid-data.existingCheck {
    text-align: initial;
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.floor-div {
    position: relative;
}

.floor-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project_name {
    color: var(--mini_title);
    font-weight: 600;
}

.sticky-patch {
    position: absolute;
    z-index: 9999;
    width: 14%;
    left: 40%;
    top: 60%;
}

.home_page .contact-area .about_developer h6 {
    font-size: 20px;
    margin-bottom: 20px;
}

.banner-new {
    background: #144b8e;
    padding: 20px;
}

.banner-wrapper {
    padding: 20px;
    border: 1px solid #144b8e;
}

.header-new {
    background: #144b8e;
    position: fixed;
    width: 100%;
    z-index: 20;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 7px;
    opacity: 1;
    visibility: visible;
    /* top: -79px; */
    z-index: 99;
}

.header-new.active {
    position: fixed;
    top: 0px;
    z-index: 99;
    left: 0;
    right: 0;
    background: #144b8e;
    opacity: 1;
    visibility: visible;
}

.header-new .flexdiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
}

.banner-new .header-right {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.header-new .logo-left img {
    width: 230px;
    filter: invert(1) brightness(100);
}

.header-new .logo-right {
    padding-right: 30px;
}

.header-new .logo-right img {
    width: 159px;
}

.header-right {
    display: flex;
    align-items: center;
}

.hum-icon {
    margin-left: 10px;
}

.carousel-fade.home_slider {
    overflow: hidden;
}

.banner-content-new {
    padding: 25px 92px 0 92px;
}

.banner-content-new .heading-lg {
    color: var(--bg_color);
    text-transform: uppercase;
    font-size: 38px;
}

.banner-content-new .leftdiv {
    width: 70%;
}

.banner-content-new .banner-bottent-content .typoflex {
    text-transform: uppercase;
    color: var(--bg_color);
    font-size: 34px;
    margin-top: 15px;
}

.banner-content-new .banner-bottent-content .typoheading {
    border: 1px solid #144b8e;
    padding: 5px 15px 5px 25px;
    width: 50%;
    font-size: 30px;
}

.banner-content-new .banner-bottent-content .pricetext {
    background: var(--primary);
    padding: 5px 15px;
    width: 50%;
    text-align: center;
    font-size: 34px;
}

.banner-content-new .cont-flex {
    margin-top: 30px;
    color: var(--bg_color);
}

.banner-content-new .cont-flex {
    font-size: 25px;
}

.banner-content-new .cont-flex a {
    color: var(--bg_color);
}

.banner-content-new .formdiv {
    width: 26%;
    margin-top: 54px;
    padding: 19px 25px;
    background: #144b8e;
    height: fit-content;
}

.banner-content-new .formdiv .form-holder input {
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 7px 15px;
}

.menue-fixed {
    position: fixed;
    left: -200%;
    z-index: 991;
    transition: all 0.4s ease-in-out;
}

.menue-fixed.active {
    left: 0;
}

.menue-fixed .wrapper {
    background: #144b8e;
    z-index: 99;
    width: 348px;
    position: relative;
    height: 100vh;
}

.menue-fixed a {
    color: var(--bg_color);
    text-align: center;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: 100%;
}

.menue-fixed a:hover {
    color: var(--bg_color);
}

.menue-fixed .logo-fix img {
    width: 67%;
    padding: 10px;
}

.menue-fixed .closediv {
    position: absolute;
    right: -44px;
    cursor: pointer;
}

.menue-fixed .closediv img {
    width: 46px;
}

.aboutnew {
    padding: 45px 0 0 0;
    background: #fef9eb url(../img/bg-map-footer.png) no-repeat center;
}

.aboutnew .proheading {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin-bottom: 15px;
}

.aboutnew .proheading::after {
    position: absolute;
    content: '';
    width: 150px;
    background: #e1d3ac;
    right: -80%;
    height: 3px;
    bottom: 42%;
}

.aboutnew .heading {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 28px;
    color: #144b8e;
}

.footer-from-div {
    border-bottom: 1px solid #e1d3ac;
    margin-bottom: 40px;
    padding-bottom: 25px;
}

.footer-from-div .heading-lg {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 39px;
    color: #144b8e;
}

.footer-from-div .pera {
    font-size: 16px;
    text-transform: capitalize;
}

.footer-from-div input {
    border: 0;
    background: #fff;
    color: #000;
    padding: 6px 15px;
    border-radius: 5px;
    border: 1px solid #e7dec5;
}

.footer-from-div input::placeholder {
    color: #000;
}

.footer-from-div .inputbox {
    margin-bottom: 15px;
}

.footer-from-div .btn {
    border: 0;
    padding: 10px 15px;
    background: #144b8e;
    color: #fff;
    width: 53%;
    margin-top: 20px;
}

.footernew {
    border-top: 1px solid #e1d3ac;
    margin-top: 6px;
    padding-top: 24px;
    text-align: center;
    padding-bottom: 20px;
    font-size: 14px;
}

.footernew p {
    line-height: 25px;
    margin: 0;
    font-size: 14px;
}

.footernew p a {
    color: #000;
}

.slideingfooter {
    padding: 60px 0;
}

.slideingfooter .heading {
    font-size: 34px;
}

.slideingfooter .s-row {
    margin-top: 25px;
}

.marqueeed {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow-x: hidden;
    margin-top: 25px;
}

.tracked {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contented {
    margin: 0 30px;
    text-align: center;
}

.s__1144 h6 {
    color: #973842;
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.5px;
}

.contented img {
    width: 150px;
    height: 70px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.flexfooter {
    border-top: 1px solid #e1d3ac;
    margin-top: 10px;
    padding-top: 24px;
    text-align: center;
}

.flexfooter .heading {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: 700;
}

.flexfooter .cols {
    padding: 0 40px;
    border-right: 1px solid #e1d3ac;
}

.flexfooter .cols:last-child {
    border-right: 0;
}

.flexfooter .cols a {
    display: block;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
}

.vdo-arc-div {
    margin-top: 78px;
    margin-bottom: 30px;
}

.vdo-arc-div .flexbtn {
    gap: 0 20px;
}

.vdo-arc-div .flexbtn .main_button {
    width: 38%;
    padding: 11px 15px;
}

.br-arc-div {
    padding: 19px 0;
}

.br-arc-div .flexbtn {
    gap: 0 25px;
}

.br-arc-div .main_button, .vdo-arc-div .flexbtn .main_button {
    border-radius: 5px;
    background: transparent;
    border: 2px solid #144b8e;
    color: #144b8e;
}

.br-arc-div .main_button:hover, .vdo-arc-div .flexbtn .main_button:hover {
    background: #144b8e;
    color: var(--bg_color);
}

.br-arc-div .main_button:hover svg, .vdo-arc-div .flexbtn .main_button:hover svg {
    fill: #fff;
}

#exampleModal-yt iframe, #exampleModal-yt1 iframe {
    max-width: 730;
    height: 415px;
    width: 100%;
}

div#amenities {
    background-color: #fef9eb;
}

article {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
}

/*div#highlight {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/
div#highlight::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #0000007d;*/
    z-index: 1;
}

.price_list h1.typology {
    font-size: 38px;
    padding-bottom: 15px;
}

.price_list h5.pricelist_p {
    padding-top: 27px;
    font-size: 34px;
}

.price_list .all_custom_heading h1 {
    font-size: 65px;
    color: #071c35;
}

.price_list .all_custom_heading {
    margin-bottom: 60px
}

.price_list button.btn.btn-custom {
    margin-top: 30px;
    padding: 7px 30px;
    border-radius: 0;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    background-color: #fff;
}

.price_list span {
    position: absolute;
    bottom: -49px;
    right: -2px;
    font-size: 83px;
    /*font-weight: 600;*/
    color: #ab3a40;
}

.price_list .pricelist_box {
    overflow: hidden;
    position: relative;
    padding: 30px;
    color: #fff;
    background-color: #144b8e;
    border-radius: 5px;
    text-align: center;
    transition: auto;
}

.price_list span.span-2 {
    font-size: 28px;
    position: absolute;
    top: 44px;
    right: 10px;
    bottom: unset;
    z-index: 9;
    writing-mode: vertical-lr;
    transform: rotate(179deg)
}

.price_list span.span-2::before {
    content: "";
    position: absolute;
    top: -19px;
    left: 8px;
    width: 57%;
    height: 2px;
    background-color: #ab3a40;
    transform: rotate(90deg)
}

.price_list span.span-2::after {
    content: "";
    position: absolute;
    top: 167px;
    left: 4px;
    width: 57%;
    height: 2px;
    background-color: #ab3a40;
    transform: rotate(90deg)
}

div#carouselExampleFade {
    position: relative;
}


.formdiv {
    width: 17%;
    margin-top: 1px;
    padding: 19px 20px;
    background: #c79a56;
    height: fit-content;
    position: absolute;
    bottom: 14%;
    right: 51px;
    z-index: 9;
    border-radius: 10px;
    display: none;
}

.formdiv .form-holder input {
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 7px 15px;
    height: 40px;
}

.slider-content-2 {
    position: absolute;
    bottom: 15%;
    left: 3%;
    z-index: 9;
    color: #fff;
}

.slider-content-2 h4 {
    font-size: 27px;
}

.slider-and-form .welcome-slogan {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.typoflex {
    text-transform: uppercase;
    color: #fff;
    font-size: 34px;
    margin-top: 15px;
    border-radius: 14px;
    overflow: hidden;
}

.typoheading {
    /* border: 1px solid #144b8e; */
    padding: 12px 15px 11px 18px;
    font-size: 24px;
    background-color: #144b8e;
}

.pricetext {
    background: #ce9f59;
    padding: 12px 15px;
    text-align: center;
    font-size: 25px;
}

p.ivr-number {
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 0px 16px;
    width: fit-content;
    margin-top: 10px;
}

.vdo-playerdiv {
    position: absolute;
    bottom: 17px;
    width: calc(100% - 30px);
    background: black;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.play-pause-btn {
    cursor: pointer;
    padding: 0;
    background: #144b8e;
    color: #fff;
    font-size: 17px;
    height: 26px;
    width: 26px;
    color: #fff;
}

.seek-bar-input {
    width: 96%;
    cursor: pointer;
}

.payment-plan {
    display: flex;
    padding-left: 0px;
}

.payment-plan li {
    border: 1px solid #fff;
    list-style: none;
    padding: 10px;
    background: #d7d7d7bd;
    color: #144b8e;
}

.paymentplan-hdng {
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
}

#onload .left_col img {
    margin-bottom: unset;
    max-width: 100%;
    object-fit: cover;
}

#onload .modal-dialog {
    max-width: 910px;
}

a.logo-left {
    padding-left: 30px;
}

section#contactus p.paragraph-text {
    text-align: justify;
}

section#contactus .flexfooter {
    margin-top: 50px;
}

span.artistic-impression-heading {
    position: absolute;
    bottom: 49px;
    right: -21px;
    color: #fff;
    font-size: 8px;
    rotate: 90deg;
    letter-spacing: 0.5px;
}

.fixed-menu-bg-white.newClass .menubar-box p {
    border-top: 1px solid #a16e20;
    border-bottom: 1px solid #a16e20;
    color: #a16e20
}

.enquire_fixed_btn {
    position: fixed;
    right: -28px;
    top: 35%;
    z-index: 99;
    background: #144b8e;
    color: var(--white)!important;
    border-radius: 5px 0 0 5px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100px;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    display: none
}

.enquire_fixed_btn.show {
    opacity: 1;
    visibility: visible
}

.enquire_fixed_btn .side-b {
    text-align: center
}

.enquire_fixed_btn .side-b:not(:last-child) {
    border-bottom: 1px solid var(--white)25
}

.enquire_fixed_btn a {
    color: var(--white);
    text-decoration: none
}

.enquire_fixed_btn .side-b a {
    color: var(--white);
    font-size: 10px;
    letter-spacing: 0;
    line-height: initial;
    width: 100%;
    padding: 16px 0;
    display: block
}

.enquire_fixed_btn .side-b .icon {
    width: 20px;
    margin-bottom: 6px;
    filter: invert(1)
}

.enquire_fixed_btn .side-b p {
    margin-bottom: unset;
    color: var(--white);
    margin-top: 3px
}

.side-b.whatsapp-button {
    width: 75px
}

.side-b.down-load-brochure {
    width: 75px
}

.side-b.instant-call {
    width: 82px
}

.side-b.get-in-touch {
    width: 75px
}

.enquire_fixed_btn.showSidebar {
    display: block
}

.fixed-menu-bg-white.newClass .developer-logo-img {
    margin: unset;
    display: block;
    width: auto;
    height: 85px;
    margin-top: 0;
    position: relative;
    right: 5px
}

.sidebar-contact.active {
    display: none;
}

.sidebar-contact {
    display: none;
}

::-webkit-scrollbar {
    width: 0
}

.enquire_fixed_btn .side-b p {
    font-size: 10px;
    color: #fff;
    font-family: math;
    letter-spacing: 1px;
    font-weight: 300!important;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.menubar-box {
    border-top: 1px solid #dba552;
    border-bottom: 1px solid #dba552;
    color: #dba552;
}

.menubar-box p {
    margin-bottom: 0px;
}

.menubar-box p {
    display: inline;
    text-align: center;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.menue-fixed .wrapper {
    background: #fffffff5;
    z-index: 99;
    /* width: 100%; */
    position: relative;
    height: 100vh;
    /* display: flex; */
    flex-direction: column;
    /* justify-content: center; */
    padding-top: 10%;
}

.menue-fixed.active {
    width: 100%;
}

.menue-fixed .wrapper {
    width: 36%;
}

.menue-fixed .logo-fix img {
    width: auto;
    padding: 10px;
    height: 90px;
}

.hum-icon {
    margin-right: 30px;
}

.navbar-nav .nav-link {
    border: none!important;
    color: #000;
    letter-spacing: .5px;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
    text-decoration: underline;
}

li.nav-item {
    border: none;
}

.menue-fixed a {
    border: none!important;
    color: #000;
    padding: 10px;
}

.menue-fixed a:hover {
    color: #000;
}

.menue-fixed .closediv img {
    width: 15px;
}

.menue-fixed .closediv {
    position: absolute;
    top: 30px;
    right: 10%;
    cursor: pointer;
    background-color: #144b8e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

@media (max-width: 1480px) {
    .formdiv {
        bottom: 20%;
        bottom: 12%;
    }

    .banner-content-new {
        padding: 18px 45px 0 45px;
    }

    .banner-content-new .banner-bottent-content .pricetext, .banner-content-new .banner-bottent-content .typoheading {
        font-size: 24px;
    }

    .header-new .logo-left img {
        /* width: 99px; */
    }

    .banner-content-new .heading-lg {
        font-size: 24px;
    }

    .banner-content-new .formdiv {
        margin-top: 36px;
    }

    .form_btn .submit_button {
        padding: 5px 15px;
    }

    .banner-content-new .formdiv {
        padding: 10px 15px;
    }

    .banner-content-new .cont-flex .text {
        font-size: 24px;
    }

    .banner-content-new .cont-flex {
        margin-top: 16px;
    }

    .price_list h1.typology {
        font-size: 34px;
    }

    .price_list h5.pricelist_p {
        font-size: 28px;
    }

    .modal .btn-close {
        top: -9px;
        z-index: 9999;
        color: #000;
    }

    .vdo-arc-div .flexbtn .main_button {
        width: 46%;
    }

    .menue-fixed .logo-fix img {
        margin-bottom: 20px;
    }

    .navbar-nav .nav-link {
        padding: 12px;
        font-weight: 600;
        font-size: 16px;
    }
}

@media (max-width: 1380px) {
    .formdiv {
        bottom: 8%;
    }

    .banner-content-new .banner-bottent-content .pricetext, .banner-content-new .banner-bottent-content .typoheading {
        font-size: 21px;
    }

    .menue-fixed a {
        padding: 10px;
    }
}

@media (max-width: 1280px) {
    .formdiv {
        bottom: 4%;
    }

    .menue-fixed a {
        padding: 8px;
    }
}

@media (max-width: 768px) {
    .about-section {
        background-image: unset;
    }

    .slider-and-form {
        height: 500px;
    }

    .banner-form {
        display: block;
    }

    .modal .btn-close {
        color: #000;
        background-color: transparent;
        filter: unset;
        top: -10px;
        right: -10px;
        font-size: 15px;
    }

    .paymentplan-hdng {
        color: #000;
        text-align: center;
    }

    .payment-plan {
        justify-content: center;
    }

    .header-new {
        padding: 11px 12px;
        background: #144b8e;
    }

    .hum-icon img {
        width: 36px;
    }

    .header-new .logo-left img {
        width: 140px;
    }

    .header-new .logo-right img {
        width: 127px;
    }

    .slideingfooter .heading {
        font-size: 26px;
    }

    /* div#carouselExampleFade{min-height: 380px;} */
    div#carouselExampleFade::after {
        position: unset;
    }

    .home_slider::before {
        background: unset;
        position: unset;
    }

    /* .slider-content-2, .formdiv{position: unset;padding-top: 10px;} */
    .slider-content-2 {
        min-height: 184px;
    }

    .slider-content-2 h4 {
        color: #000;
        font-size: 17px;
        text-align: center;
    }

    .slider-content-2 .typoflex {
        flex-wrap: wrap;
        border-radius: 0;
    }

    .formdiv {
        width: 100%;
        margin-top: 10px;
        border-radius: 0;
        min-height: 381px;
    }

    p.ivr-number {
        display: none;
    }

    .slider-and-form {
        margin-top: 0px;
    }

    /* .slider-and-form .carousel-inner.div-for-mb{min-height: 250px;} */
    .slider-and-form .carousel-inner .carousel-item {
        height: 250px;
    }

    .slider-and-form .carousel-inner .carousel-item video {
        height: 100%;
        position: relative;
        object-fit: cover;
    }

    .slider-and-form .welcome-slogan {
        text-align: center;
        color: #000;
    }

    .typoheading {
        margin-bottom: 0;
    }

    .typoheading, .pricetext {
        font-size: 18px;
        text-align: center;
        width: 100%;
    }

    .about-section.ptb-70 {
        padding-bottom: 0;
    }

    .aboutnew {
        padding: 38px 0 0 0;
    }

    .aboutnew .heading {
        font-size: 26px;
    }

    .footernew {
        padding-bottom: 50px;
    }

    .flexfooter .cols {
        border-right: 0;
        border-bottom: 1px solid #e1d3ac;
        padding: 8px 15px;
    }

    .flexfooter .cols:last-child {
        border: 0;
    }

    .flexfooter {
        margin-top: 10px;
        padding-top: 0px;
    }

    .footer-from-div .heading-lg {
        font-size: 26px;
        line-height: 33px;
    }

    .footer-from-div .btn {
        width: 100%;
    }

    .banner-new {
        padding: 10px;
    }

    .banner-wrapper {
        padding: 10px;
    }

    .banner-content-new {
        padding: 33px 15px 15px 15px;
    }

    .banner-content-new {
        flex-wrap: wrap;
    }

    .banner-content-new .leftdiv, .banner-content-new .formdiv {
        width: 100%;
    }

    .banner-content-new .banner-bottent-content .typoflex {
        flex-wrap: wrap;
    }

    .banner-content-new .banner-bottent-content .pricetext, .banner-content-new .banner-bottent-content .typoheading {
        width: 100%;
        font-size: 16px;
        margin: 0;
    }

    .banner-content-new .banner-bottent-content .typoheading {
        border-width: 2px;
        border-color: var(--primary);
        padding: 5px;
    }

    .banner-content-new .heading-lg {
        font-size: 18px;
        text-align: center;
    }

    .banner-content-new .cont-flex .text {
        font-size: 17px;
    }

    .inner h2 {
        text-align: center;
    }

    .mb-hide {
        display: none;
    }

    .location-section .section-title {
        padding-bottom: 25px;
    }

    .price_list h1.typology {
        font-size: 26px;
    }

    .slide-img {
        height: 43vh;
    }

    .location-section .highlight-content span {
        display: block;
        margin-top: 15px;
        color: #ab3a40;
    }

    .banner-content-new .formdiv {
        margin-top: 12px;
    }

    .highlight-content span {
        margin-bottom: 12px;
    }

    .br-arc-div .flexbtn, .vdo-arc-div .flexbtn {
        gap: 0;
        flex-wrap: wrap;
    }

    .vdo-arc-div .flexbtn .main_button {
        width: 100%;
        font-size: 11px;
    }

    .vdo-arc-div {
        margin-top: 50px;
    }

    .br-arc-div {
        padding: 0;
    }

    .vdo-arc-div .flexbtn .main_button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 5px;
        gap: 0 6px;
    }

    div#highlight::after {
        position: unset;
    }

    .highlight-mb {
        padding: 15px 0;
    }

    .highlight-mb .imgbox {
        position: relative;
        margin-bottom: 15px;
        line-height: 0;
    }

    .highlight-mb .imgbox::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: #0003;
        z-index: 1;
    }

    .highlight-mb .imgbox img {
        min-height: 243px;
    }

    .highlight-mb .toptext {
        text-align: center;
    }

    .highlight-mb .toptext span {
        color: #144b8e;
        font-size: 20px;
    }

    .highlight-mb .toptext h2 {
        font-size: 24px;
    }

    .highlight-mb figcaption {
        position: absolute;
        bottom: 8%;
        right: 15px;
        color: #fff;
        z-index: 2;
        font-size: 18px;
    }

    .footer-from-div .inputbox {
        padding: 0;
    }

    .footerfomrdiv {
        padding: 18px 15px;
        width: calc(100% - 15px);
        margin: 0 auto;
    }

    .mobile-section {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        z-index: 99;
        /* display: none; */
        /* box-shadow: 0 -3px 15px rgb(0 0 0 / 10%); */
    }

    .hum-icon {
        margin-right: 5px;
    }

    .header-new .logo-right {
        padding-right: 0;
        position: relative;
        right: 11px!important;
    }
}

.slider-img-main {
    width: 100%;
    height: 100vh;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    z-index: 9;
}

.slider-img-main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38%;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0)); */
    z-index: 1;
}

.slide-img-box {
    width: 100%;
    height: 100vh;
    position: relative;
}

.slider-img-custom {
    width: 100%;
    height: 100vh;
}

.slide-content {
    position: absolute;
    bottom: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #000;
    z-index: 9;
    padding: 20px;
}

.slide-content .slogan-heading {
    font-style: normal;
    font-weight: 200;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.slide-content .price-heading {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #144b8e;
}

.slide-content .location-heading {
    font-size: 22px;
    margin-bottom: 20px;
}

.slide-content button.btn.btn-custom {
    border: none;
    /* border-radius: 0px!important; */
    color: #fff;
    padding: 9px 18px;
    background-color: #144b8e;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

video.d-block.w-100 {
    position: relative;
    z-index: 9;
    height: 100vh;
    object-fit: cover;
}

.slider-video-box {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.slider-video-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 63%;
    /* background: linear-gradient(0deg, rgb(0 0 0 / 62%), rgb(0 0 0 / 0%)), url(../img/banner/banner-new.jpg); */
    z-index: 9;
}

.floor_plan .image_section .floorplan-img {
    filter: blur(4px);
}

.sidebar-contact {
    position: fixed;
    top: 50%;
    z-index: 99;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-sizing: border-box;
    transition: .5s
}

.sidebar-contact.active {
    right: 0
}

.sidebar-contact input,.sidebar-contact textarea {
    width: 100%;
    height: 50px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: none;
    background-color: #f7f7f7;
    outline: none
}

.sidebar-contact input,.sidebar-contact textarea::placeholder {
    padding: 6px 15px;
    font-size: 15px;
}

.sidebar-contact h2 {
    font-family: var(--Montserrat-Regular);
    letter-spacing: 1px;
    padding: 0px;
    font-size: 25px;
    margin-bottom: 10px;
}

.sidebar-contact p {
    position: relative;
    margin-bottom: 50px
}

.sidebar-contact p:before {
    content: "";
    width: 50px;
    height: 4px;
    bottom: -25px;
    left: 0;
    background-color: #c99958;
    position: absolute
}

.sidebar-contact textarea {
    height: 50px;
    resize: none
}

.sidebar-contact .btn-all {
    background-color: var(--yellow);
    color: #fff;
    width: 100%;
    height: 50px;
    cursor: pointer;
    border: none;
    font-family: "BebasNeue-Regular";
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer
}

.sidebar-contact .toggle {
    position: absolute;
    height: 40px;
    width: 44px;
    text-align: center;
    cursor: pointer;
    background: #b9242b;
    top: 0;
    left: -43px;
    line-height: 44px;
    border-radius: 10px;
}

.sidebar-contact .toggle:before {
    content: "";
    background-image: url(../img/icons/mail.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 6px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 13px;
    filter: invert(1);
}

.sidebar-contact .toggle.active:before {
    content: "";
    background-image: url(../img/icons/close.png);
    width: 50px;
    height: 28px;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: -2px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    filter: invert(1);
}

.sidebar-contact .form-btn {
    display: block;
    background-color: #144b8e;
    color: #fff;
    border-radius: 0;
    font-size: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
}

.sidebar-contact input::placeholder {
    color: #040404!important;
    font-size: 15px;
}

.footer-from-div .container {
    max-width: 100%;
}

.carousel-inner::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000057;
    z-index: 9;
}
a.header_btn {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    background: var(--primary);
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
    width: 58%;
}

.navbar-nav{
    justify-self: unset;
    align-items: center;
}
@media(max-width: 1600px) {
    .menue-fixed .closediv {
        top: 60px;
    }

    .slide-content .slogan-heading {
        font-size: 33px;
    }

    .slide-content .price-heading {
        font-size: 24px;
    }

    .slide-content .location-heading {
        font-size: 22px;
    }

    .slide-content button.btn.btn-custom {
        font-size: 15px;
    }

    .slide-content {
        bottom: 18%;
    }

    .slide-content .location-heading {
        font-size: 18px;
    }

    .slide-content .price-heading {
        font-size: 26px;
    }

    .slide-content button.btn.btn-custom {
        font-size: 14px;
    }

    .sidebar-contact {
        width: 290px;
        padding: 23px;
        right: -290px;
    }

    .sidebar-contact input, .sidebar-contact textarea {
        height: 39px;
        padding: 5px;
        margin-bottom: 7px;
    }

    .sidebar-contact p {
        margin-bottom: 40px;
    }

    .sidebar-contact h2 {
        padding: 0px;
        font-size: 20px;
        margin-bottom: 4px;
    }

    .sidebar-contact p {
        position: relative;
        margin-bottom: 40px;
        font-size: 14px;
    }

    .sidebar-contact .form-btn {
        font-size: 16px;
        padding-top: 4px;
        padding-bottom: 5px;
        margin-top: 10px;
    }

    .footer-from-div .btn {
        border: 0;
        padding: 10px 15px;
        background: #144b8e;
        color: #fff;
        width: 63%;
        margin-top: 20px;
    }
}

@media(max-width: 1366px) {
    .slide-content {
        bottom: 15%;
    }
}

@media(max-width: 768px) {
    .slide-content .price-heading {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
        display: grid;
    }

    .slide-content .price-heading span {
        border-radius: 50px;
        padding: 5px;
        width: 100%;
        margin: 0px auto;
        margin-top: 1px;
        font-size: 19px;
    }

    .slide-content .location-heading {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .slide-content .slogan-heading {
        font-size: 22px;
        line-height: 36px;
        border-bottom: 1px solid #c7c7c7;
        padding-bottom: 10px;
        letter-spacing: 1px;
        margin-bottom: 13px;
    }

    .slider-video-box {
        height: 320px;
    }

    video.d-block.w-100 {
        height: 500px;
        object-fit: cover;
    }

    .carousel-inner {
        height: 500px;
    }

    .slide-content {
        position: absolute;
        bottom: -94%;
        left: 0;
        transform: unset;
    }

    .slide-content button.btn.btn-custom {
        padding: 10px 24px;
        font-size: 14px;
        border-radius: 10px!important;
    }

    .slider-video-box::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 102%;
        background: unset!important;
        z-index: 9;
    }

    .slider-and-form .carousel-inner .carousel-item {
        height: 500px;
    }

    .slider-img-main {
        height: 100%;
    }

    .slide-img-box {
        height: 100%;
    }

    .slider-img-custom {
        height: 100%;
    }

    .slider-img-main::after {
        background: unset;
    }

    .slider-and-form .carousel-item img {
        object-position: initial;
    }

    div#carouselExampleFade {
        position: relative;
        margin-top: 0px;
    }

    .header-new {
        position: relative;
    }

    p.payment-heading {
        margin-bottom: 0px;
        display: block;
        padding-top: 10px;
        border-top: 1px solid #000;
        margin-top: 10px;
    }

    div#exampleModal-yt iframe {
        max-width: 730;
        height: 200px;
        width: 100%;
    }

    h4.slogan-heading {
        display: grid;
    }

    h4.slogan-heading span {
        font-size: 19px;
    }

    .modal .modal-body .form-group input::placeholder {
        font-size: 15px;
    }

    .modal .modal-body .form-group {
        margin-bottom: 9px;
        position: relative;
    }

    .modal .modal-body .main_button {
        margin-top: 0;
        font-size: 15px;
        padding: 5px 30px;
    }

    .modal .right_col .form_heading {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .modal-dialog-centered {
        min-height: auto;
    }

    #onload .modal-dialog {
        max-width: 100%;
    }

    .header-new .logo-right {
        padding-right: 0;
        position: relative;
        right: -8px;
    }

    .footerfomrdiv {
        padding: 0;
        width: calc(100% - 15px);
        margin: 0 auto;
        margin-top: 20px;
    }

    .footer-from-div h5.heading-lg {
        padding: 0px;
    }

    .footer-from-div p.pera {
        padding: 0px;
    }

    a.logo-left {
        padding-left: 10px;
    }

    .enquire_fixed_btn.showSidebar {
        display: none;
    }

    .mobile-section-footer{
        display: block !important;
        background-color: #144b8e;
        color: white;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .mobile-section-footer a{
        color: white;
        width: 32.33%;
    }
    .single-gallery img {

    min-height: 190px;
}
.gallery-section .section-title {
    padding-bottom: 0px;
}
}



.enquiryBtn, .whatsaapBtn {
    position: fixed;
    left: 1.5rem;
    bottom: 1rem;
    z-index: 99999;
    display: block;
}

.whatsaapBtn span {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    background: #2d8b01;
    box-shadow: 0px 3px 3px 0 #000000bd;
}
