/* Bwlow code in style.css */


/* Common CSS for All components : Start */

:root {
    --Sky-Blue: #0CCAFA;
    --Green: #2CB24B;
    --black: #030c19;
    --white: #FFFFFF;
    --neutral_lightest: #EEEEEE;
    --neutral_lighter: #CCCCCC;
    --neutral_light: #AAAAAA;
    --neutral: #666666;
    --neutral_dark: #444444;
    --neutral_darker: #222222;
    --neutral_darkest: #111111;
    --success_green: #027A48;
    --success_green_light: #ecfdf3;
    --error_red: #b42318;
    --error_red_light: #fef3f2;
    --btn-hover: #E8E8E8;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    color: var(--black);
    font-weight: normal;
    font-family: 'League Spartan';
}

input,
select,
textarea,
button {
    outline: none;
    box-shadow: none;
    font-family: inherit;
}

input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-p,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

input[type=email]::-moz-placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

input[type=email]::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

input[type=email]::-ms-placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

a {
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

a:hover {
    text-decoration: none;
}

.flxrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flxcol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flxfix {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.flxflexi {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
}


/* Common CSS for All components : End */

@media (min-width:576px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding: 0 15px;
        ;
    }
    
}

@media (min-width: 992px) {
    .our-properties-loadmore {display: none !important;}
    .container {
        width: 970px;
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1620px;
        max-width: 1620px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'League Spartan';
    font-weight: bold;
}

h1 {
    font-size: 56px;
    line-height: 1.2;
}

h2 {
    font-size: 48px;
    line-height: 1.2;
}

h3 {
    font-size: 40px;
    line-height: 1.2;
}

h4 {
    font-size: 32px;
    line-height: 1.3;
}

h5 {
    font-size: 24px;
    line-height: 1.4;
}

h6 {
    font-size: 20px;
    line-height: 1.4;
}

p {
    margin: 0;
    padding: 0;
    color: var(--black);
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
}

p+p {
    padding-top: 24px;
    ;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}

.row {
    margin-left: -40px !important;
    margin-right: -40px !important;
}

.row>* {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.main-wapper {
    overflow: hidden;
    padding: 80px 0 0 0;
}

#header {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: var(--white);
}

.header-top {
    padding: 0 64px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

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

.header-top .logo a {
    display: flex;
    align-items: center;
}

.header-top .logo a img {
    height: 56px;
    width: auto;
    display: flex;
    align-items: center;
}

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

.main-nav>ul {
    padding: 0 32px 0 0;
    gap: 32px;
    display: flex;
    align-items: center;
}

.main-nav>ul>li {
    display: flex;
}

.main-nav>ul>li>a {
    font-size: 16px;
    color: var(--black);
    line-height: 1.5;
}

.main-nav>ul>li>a:hover {
    text-shadow: var(--black) 0 0px 1px;
}

.main-nav>ul>li.active>a, .main-nav>ul li.current-menu-item>a {
    text-shadow: var(--black) 0 0px 1px;
}

.black-btn {
    display: flex;
    align-items: center;
}

.black-btn a {
    height: auto;
    padding: 15px 20px;
    background: var(--black);
    color: var(--white);
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
}

.black-btn a:hover {
    background: var(--neutral_dark);
}

/* .header-top .black-btn a {
    padding-top: 0;
    height: 40px;
} */

.py-112 {
    padding-top: 112px;
    padding-bottom: 112px;
}

.pt-112 {
    padding-top: 112px;
}

.pb-112 {
    padding-bottom: 112px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.skybg {
    background: #E3F0F9;
}

.home-banner {
    width: 100%;
    display: block;
    position: relative;
}

.home-banner-wapper {
    width: 100%;
    display: block;
    position: relative;
}

.home-banner-wapper .banner-bg {
    height: 900px;
    width: 100%;
    display: block;
    position: relative;
    max-height: 90vh;
    overflow: hidden;
    ;
}

.home-banner-wapper .banner-bg img {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.home-banner-wapper .banner-bg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0.7;
    z-index: 3;
}

.banner-caption {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banner-text {
    width: 100%;
    max-width: 560px;
}

.banner-text h1 {
    color: var(--white);
    padding: 0 0 24px;
}

.banner-text p {
    color: var(--white);
}

.banner-button-set {
    gap: 16px;
    padding: 32px 0 0 0;
    display: flex;
    align-items: center;
}

.white-btn {
    display: flex;
    align-items: center;
}

.white-btn a {
    height: auto;
    padding: 15px 20px;
    background: var(--white);
    color: var(--black);
    font-size: 16px;
    display: inline-block;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    display: inline-block;

}

.white-btn a:hover {
    background: var(--btn-hover);
}

.white-border-btn {
    display: flex;
    align-items: center;
}

.white-border-btn a {
    height: auto;
    padding: 15px 20px;
    background: none;
    border: var(--white) solid 1px;
    color: var(--white);
    font-size: 16px;
    display: inline-block;
    align-items: center;
    font-weight: 500;
    display: inline-block;
   
}

.white-border-btn a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.about-block {
    gap: 80px;
    width: 100%;
    display: flex;
    align-items: center;
}

.about-block .about-image {
    min-width: 47.5%;
    width: 47.5%;
    display: flex;
    align-items: center;
}

.about-block .about-image img {
    height: auto;
    width: 100%;
    display: flex;
}

.about-block-data h2+p {
    padding-top: 24px;
}

.about-block-data .row {
    padding-top: 40px;
    margin: 0 -12px !important;
}

.about-block-data .row>* {
    padding: 0 12px !important;
}

.about-block-data h6 {
    padding: 0 0 16px;
}

.about-block-data .black-btn {
    padding-top: 40px;
}

.head-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contain-wapper {
    position: relative;
    z-index: 10;
}

.properties-slider-block .slick-slide {
    margin: 0 24px;
}

.properties-slider-block .slick-list {
    margin: 0 -24px;
}

.properties-box {
    width: 100%;
    display: block;
}

.properties-box .img {
    width: 100%;
    padding: 100% 0 0 0;
    position: relative;
    display: block;
}

.properties-box .img img {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.properties-box .name {
    padding: 24px 0 0 0;
}

.properties-box .name p {
    padding: 8px 0 0 0;
    font-size: 20px;
}

.icon-text-box {
    gap: 16px;
    padding: 16px 0 0 0;
    display: flex;
    align-items: center;
}

.icon-text-box .icon {
    font-size: 14px;
    gap: 4px;
    display: flex;
    align-items: center;
}

.icon-text-box .icon i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-text-box .icon i img {
    width: 24px;
}

.icon-text-box .icon span {
    position: relative;
    top: 2px;
}

.slick-arrow-design.slick-slider .slick-arrow {
    transition: all 0.3s ease-in-out;
    background: url(../images/left-arrow.svg) no-repeat center center;
    width: 48px;
    right: 64px;
    height: 48px;
    outline: none;
    position: absolute;
    bottom: 0;
    font-size: 0;
    border: 0;
}

.slick-arrow-design.slick-slider .slick-arrow.slick-next {
    background: url(../images/right-arrow.svg) no-repeat center center;
    right: 0;
}


/*.slick-arrow-design.slick-slider .slick-arrow.slick-disabled{ opacity: 0.3; }*/

.slick-arrow-design.slick-slider .slick-dots {
    gap: 8px;
    position: absolute;
    min-height: 48px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.slick-arrow-design.slick-slider .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    font-size: 00;
    border: 0;
    border-radius: 100px;
    background: var(--black);
    opacity: 0.1;
}

.slick-arrow-design.slick-slider .slick-dots .slick-active button {
    opacity: 1;
}

.slick-arrow-design.slick-slider {
    padding-bottom: calc(80px + 48px);
}

.slick-arrow-design.slick-slider .slick-arrow:hover {
    opacity: 0.7;
}

.section-title h2 {
    text-align: center;
}

.testi-slider-block .slick-slide,
.gallery-slider-block .slick-slide {
    margin: 0 16px;
}

.testi-slider-block .slick-list,
.gallery-slider-block .slick-list {
    margin: 0 -16px;
}

.gallery-slider-block .slider-img {
    width: 100%;
    display: block;
    padding: 100% 0 0 0;
    position: relative;
}

.gallery-slider-block .slider-img img {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.home-gallery-section {
    overflow: hidden;
}

.gallery-slider-block .slick-list {
    overflow: visible;
}

.graybg {
    background: #F8F8F8;
}

.testi-slider-block .slick-list {
    overflow: visible;
}

.testi-box {
    background: var(--white);
    padding: 32px;
    box-shadow: rgba(0, 0, 0, 0.08) 0 12px 16px;
}

.testi-box .rating {
    padding: 0 0 24px;
    gap: 4px;
    width: 100%;
    display: flex;
}

.testi-box .rating span {
    width: 20px;
    display: flex;
    align-items: center;
}

.testi-box .rating span img {
    width: 20px;
    height: auto;
}

.testi-box .text {
    padding: 0 0 24px;
}

.testi-box .name {
    gap: 16px;
    display: flex;
    align-items: center;
}

.testi-box .name i {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 48px;
    border-radius: 100px;
    overflow: hidden;
    height: 48px;
}

.testi-box .name i img {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.testi-box .name .sub-name {
    line-height: 1.5;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.testi-box .name .sub-name span {
    font-weight: 600;
}

.faq-block .accordion-item+.accordion-item {
    margin: 32px 0 0 0;
}

.faq-block .accordion-item {
    padding: 20px 24px 20px;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.08) 0 6px 16px;
    border: 0;
    border-radius: 0;
}

.faq-block .accordion-item .accordion-button {
    border: 0;
    box-shadow: none;
    background: none;
    color: var(--black);
    position: relative;
    line-height: 1.4;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
}

.faq-block .accordion-item .accordion-button::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -12px 0 0 0;
    width: 24px;
    height: 24px;
    background: url(../images/faq-arrow.svg) no-repeat center center;
    border: 0;
}

.faq-block .accordion-item .accordion-body {
    padding: 20px 0 4px;
}

.faq-block .accordion-item .accordion-body ol li,
.faq-block .accordion-item .accordion-body ul li,
.faq-block .accordion-item .accordion-body p {
    font-size: 16px;
}

.text p {
    margin: 0;
    padding: 0;
}

.text ul li strong,
.text ol li strong,
.text p strong {
    font-weight: bold;
}

.text p img {
    max-width: 100%;
    display: block;
    margin: 16px auto;
}

.text p+p {
    padding-top: 24px;
}

.text ul li a,
.text ol li a,
.text p a {
    margin: 0;
    padding: 0;
    color: var(--black);
    text-decoration: underline;
}

.text ol li a:hover,
.text ul li a:hover,
.text p a:hover {
    opacity: 0.5;
}

.text ul {
    margin: 0px;
    padding: 24px 0 0px 18px;
}

.text ul li {
    margin: 0;
    padding: 0;
    color: var(--black);
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
}

.text ul li+li {
    margin-top: 12px;
}

.text ol {
    margin: 0px;
    padding: 24px 0 0px 18px;
}

.text ol li {
    margin: 0;
    padding: 0;
    color: var(--black);
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    display: list-item;
    list-style-type: decimal;
    list-style-position: outside;
}

.text ol li+li {
    margin-top: 12px;
}

.text .heading-tag:first-child {
    padding-top: 0px;
    ;
}

.text ol+p,
.text ul+p,
.text p+ul,
.text p+ol,
.text ol+ul,
.text ul+ol {
    padding-top: 24px;
}

.text p+p {
    padding-top: 24px;
}

.cta-section {
    position: relative;
    overflow: hidden;
}

.cta-section .cat-bg {
    background: var(--black);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cta-section .cat-bg img {
    opacity: 0.5;
    z-index: 2;
    width: 102%;
    height: 102%;
    position: absolute;
    left: -1%;
    top: -1%;
    object-fit: cover;
}

.cta-section .cta-caption {
    position: relative;
    z-index: 2;
}

.cta-section .cta-caption .cta-data {
    max-width: 768px;
    width: 100%;
}

.cta-section .cta-caption .cta-data h2 {
    color: var(--white);
    padding: 0 0 24px;
}

.cta-section .cta-caption .cta-data p {
    color: var(--white);
}

.contact-block {
    gap: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact-block .contact-image {
    min-width: 47.5%;
    width: 47.5%;
    display: flex;
    align-items: center;
}

.contact-block .contact-image img {
    height: auto;
    width: 100%;
    display: flex;
}

.contact-form-block {
    width: 100%;
}

.about-block-data {
    width: 100%;
}

.contact-form-block .ct-top h2 {
    padding: 0 0 24px;
}

.contact-form-block .ct-top {
    padding: 0 0 8px;
}

.contact-form .input-box {
    padding: 24px 0 0 0;
}

.contact-form .input-box .input-title {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    padding: 0 0 8px;
}

.contact-form .input-box .input-text {
    height: 48px;
    font-weight: normal;
    resize: none;
    display: flex;
    padding: 8px 16px;
    width: 100%;
    border: var(--neutral) solid 1px;
    font-size: 16px;
    color: var(--black);
}

.contact-form .input-box textarea.input-text {
    padding-top: 16px;
    height: 180px;
}

.contact-form .input-box .nice-select {
    align-items: center;
    float: none;
    display: block;
    border-radius: 0;
    height: 48px;
    font-weight: normal;
    resize: none;
    display: flex;
    padding: 8px 16px;
    width: 100%;
    border: var(--neutral) solid 1px;
    line-height: normal;
    line-height: 1.5;
    font-size: 16px;
    color: var(--black);
}

.contact-form .input-box .nice-select:after {
    transform: none;
    transform-origin: center center;
    margin: -12px 0 0 0;
    border: 0;
    width: 24px;
    height: 24px;
    background: url(../images/faq-arrow.svg) no-repeat center center;
}

.contact-form .input-box .nice-select.open:after {
    transform: rotate(180deg);
}

.contact-form .input-box .nice-select .list {
    width: 100%;
    max-height: 240px;
    overflow: auto;
}

.checkmain {
    position: relative;
    display: flex;
}

.checkmain input {
    display: none;
}

.checkmain label,
form .wpcf7-list-item label {
    padding: 0 0 0 26px;
    line-height: 20px;
    position: relative;
    font-size: 14px;
    color: var(--black);
    margin: 0;
    cursor: pointer;
    display: flex;
}

.checkmain label input+span::after,
form .wpcf7-list-item label input+span::after {
    transition: all 0.3s ease-in-out;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--white);
    border: var(--neutral_light) solid 1px;
    content: '';
    z-index: 1;
}

.checkmain label a {
    text-decoration: underline;
    color: var(--black);
}

.checkmain label input+span::before,
form .wpcf7-list-item label input+span::before {
    transition: all 0.3s ease-in-out;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/round_icon.svg) no-repeat center center var(--black);
    opacity: 0;
    content: '';
    z-index: 2;
    background-size: 14px auto;
}

.checkmain label input:checked+span::after,
form .wpcf7-list-item label input:checked+span::after {
    opacity: 0;
}

.checkmain label input:checked+span::before,
form .wpcf7-list-item label input:checked+span::before {
    opacity: 1;
}

.submit-btn button,
form input[type="submit"] {
    height: 48px;
    padding: 4px 20px 0;
    background: var(--black);
    color: var(--white);
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    border: 0;
}

.submit-btn button:hover,
form input[type="submit"]:hover {
    background: var(--neutral_dark);
}

#header.fixed .header-wapper {
    box-shadow: 0 6px 32px rgba(0, 0, 0, .1);
}

#footer {
    background: var(--neutral_dark);
}

.footer-top {
    border-bottom: var(--white) solid 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top .f-logo {
    width: 30%;
}

.footer-top .f-logo a {
    display: flex;
    align-items: center;
}

.footer-top .f-logo a img {
    max-height: 57px;
}

.f-social {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.f-social ul {
    gap: 12px;
    display: flex;
    align-items: center;
}

.f-top-link {
    width: 30%;
}

.f-top-link ul {
    gap: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-top-link ul li a {
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
}

.f-top-link ul li a:hover {
    opacity: 0.5;
}

.f-social ul li a {
    display: flex;
    align-items: center;
}

.f-social ul li a {
    width: 24px;
    height: auto;
}

.f-social ul li a img {
    width: 24px;
    display: flex;
    transition: all 1s ease-in-out;
}

.f-social ul li a:hover img {
    transform: rotateY(360deg);
}

.footer-bottom {
    gap: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 33px;
}

.footer-bottom span {
    color: var(--white);
    font-size: 14px;
}

.footer-bottom span a {
    color: var(--white);
    text-decoration: underline;
}

.footer-bottom span a:hover {
    opacity: 0.5;
}

.home-banner-wapper.inner-banner-outer .banner-bg {
    height: 450px;
}

.home-banner-wapper.inner-banner-outer .banner-text {
    max-width: 768px;
}

.main-nav>ul>li {
    padding: 4px 0;
    position: relative;
}

.main-nav>ul>li.menu-item-has-children>a {
    position: relative;
    padding-right: 28px;
}

.main-nav>ul>li.menu-item-has-children>a::after {
    transition: all 0.3s ease-in-out;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/Chevron-Down.svg) no-repeat center center;
}

.main-nav>ul>li.menu-item-has-children .sub-menu {
    transition: all 0.3s ease-in-out;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    width: auto;
    display: flex;
    flex-direction: column;
    left: 0;
    top: 100%;
    border: var(--neutral_light) solid 1px;
    padding: 24px;
    background: var(--white);
    min-width: 170px;
}

.main-nav>ul>li.menu-item-has-children .sub-menu li a {
    font-size: 16px;
    color: var(--black);
    line-height: 1.5;
    display: flex;
}

.main-nav>ul>li.menu-item-has-children .sub-menu li+li {
    margin-top: 16px;
}

.main-nav>ul>li.menu-item-has-children .sub-menu li a:hover {
    opacity: 0.5;
}

.menu-icon {
    display: none;
}


/* Developer */

.w-100 {
    width: 100%;
}

.flexwrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.ac {
    align-items: center;
    -webkit-align-items: center;
}

.black-border-btn a {
    height: 48px;
    padding: 0 20px;
    border: var(--black) solid 1px;
    background: none;
    color: var(--black);
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.black-border-btn a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.heath-btn-blck-btn a:hover{
    background: rgba(0, 0, 0, 0.1);
}

.properties-left {
    width: calc(50% - 40px);
}

.properties-right {
    width: calc(50% - 40px);
}

.properties-row {
    gap: 80px;
}

.properties-left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 24px;
}

.properties-left ul li {
    width: calc(50% - 12px);
}

.properties-left ul li a h5 {
    color: #030C19;
    margin-bottom: 16px;
}

.properties-btnwrapper {
    gap: 16px;
    margin-top: 32px;
}

.properties-videoimg {
    cursor: pointer;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: inherit;
    min-height: 755px;
    position: relative;
    z-index: 1;
}

.propertiesplaybtn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.properties-videoimg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    z-index: -1;
    content: '';
}

.propertiespopupsec {
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.propertiespopupoverlay {
    cursor: pointer;
    position: fixed;
    content: '';
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}

.propertiespopupsec .container {
    height: 100%;
}

.propertiespopupinner {
   height:auto; position: relative; z-index: 222; display: flex ; flex-wrap: wrap; align-items: center; justify-content: center; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 800px;
}

.propertiespopupvideo {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 56.25%;
    height: auto;
}

.propertiespopupvideo video,
.propertiespopupvideo iframe {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.propertiesclose {
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background-color: #FFF;
    border-radius: 50%;
    z-index: 2;
}

.propertiesclose::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 24px;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(45deg);
}

.propertiesclose::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 24px;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(45deg);
}

.propertiespopupsec.show {
    display: flex;
}

.checkmain span {
    margin-left: 0 !important;
}

.checkmain label,
form .wpcf7-list-item label {
    padding: 0;
}

.checkmain label input+span,
form .wpcf7-list-item label input+span {
    padding: 0 0 0 26px;
    position: relative;
}

.contact-form .input-box .input-title p,
.rpstyle p,
.properties-text p {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.failed .wpcf7-response-output {
    border-color: #f00;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    color: #f00;
}

body .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    color: #46b450;
}

body .wpcf7-not-valid-tip {
    color: #f00;
    margin: 10px 0 0;
}

form .wpcf7-list-item {
    margin-left: 0;
}

form .wpcf7-list-item input {
    display: none !important;
}

form .wpcf7-list-item a {
    color: var(--black);
    text-decoration: underline;
}

.top-rating-text {
    font-size: 32px;
    line-height: 41.6px;
    font-weight: bold;
    color: var(--black);
    margin: 32px 0 0;
}

.top-rating-author {
    margin: 32px 0 0;
    font-size: 16px;
}

.top-rating-author-name {
    font-weight: 600;
}

.top-rating-author-designation {
    margin: 7px 0 0;
}

img {
    height: auto;
    outline: 0;
    border: 0;
}

.cs-tab-item {
    padding: 0 16px;
    margin: 32px 0 0;
    width: 33.33%;
}

.cs-tab-contenets {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -16px;
}

.cs-tab-menu {
    text-align: center;
}

.cs-tab-menu button {
    border: 0;
    padding: 8px 16px;
    background-color: transparent;
    outline: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
}

.cs-tab-menu button.is-checked {
    background-color: var(--black);
    color: var(--white);
}

.cs-tab-menu {
    margin: 0 0 48px;
}

.cs-header {
    text-align: center;
    margin: 0 0 80px;
}

.cs-tab-item .testi-box .text {
    max-width: 352px;
    width: 100%;
}

.cs-tab-contenets .testi-box {
    width: 100% !important;
}

.home-banner.short .banner-bg {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
}

.banner-caption {
    position: static !important;
    transform: none !important;
}

.home-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-banner:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.home-banner-wapper {
    position: relative;
    z-index: 1;
}

.cta-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.cta-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}

.home-banner.full {
    padding: 257px 0;
}

.slick-slide {
    height: auto !important;
}

.slick-slide>div {
    height: 100%;
}

.slick-track {
    display: flex;
}

.home-banner.chb {
    background-position: 100% 40%;
}

.our-properties-header {
    text-align: center;
}

.our-properties-intro {
    margin: 24px 0 0;
}

.our-properties-row {
    /* display: flex !important; */
    flex-flow: row wrap;
    background-color: var(--white);
    margin: 48px 0 0;
    box-shadow: 0px 4px 6px -2px #00000008;
    box-shadow: 0px 12px 16px -4px #00000014;
}

.our-properties-img {
    width: 47.5%;
}

.our-properties-contents {
    width: 52.5%;
    padding: 107px 30px 107px 80px;
}

.properties-tag {
    font-size: 20px;
    line-height: 1;
    margin: 5px 0 0;
}

.properties-text {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 24px;
}

.properties-view {
    margin: 32px 0 0;
}

.properties-view a {
    font-size: 16px;
    line-height: 24px;
    padding-right: 32px;
    color: var(--black);
    position: relative;
    display: inline-block;
}

.properties-view a:after {
    position: absolute;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 8px;
    left: auto;
    vertical-align: top;
    width: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 12px;
    transition: easeall .5s;
    border-color: var(--black);
}

.our-properties-outer {
    padding: 32px 0 0;
}

.our-properties-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 29.1%;
    position: relative;
}

.our-properties-wrap {
    max-width: 560px;
    width: 100%;
}

.our-properties-row h4 a {
    color: inherit;
}

.properties-view a:hover,
.properties-view a:hover:after,
.our-properties-row h4 a:hover {
    opacity: 0.7;
}

.coverlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.our-properties-section .slick-track {
    display: block;
}


/*.our-properties-section .slick-slide { width:100% !important; }*/

.our-properties-section .slick-slide>div {
    height: auto;
}

.our-properties-outer {
    position: relative;
    overflow: hidden;
}

.coming-soon-section h2 {
    text-align: center;
    margin: 0 0 32px;
}

.coming-soon-slider {
    display: flex;
    flex-flow: row wrap;
}

.coming-soon-slide:nth-child(2n) {
    margin-right: 0;
}

.coming-soon-slide {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 48px;
}

.coming-soon-feature-img {
    padding-bottom: 46.9%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.coming-soon-feature-contents {
    margin: 24px 0 0;
}

.scf-row {
    display: flex;
    flex-flow: row wrap;
}

.csf-left {
    width: 48%;
    margin-right: 4%;
}

.csf-right {
    width: 48%;
}

.csf-tag {
    margin: 8px 0 0;
    font-size: 20px;
    line-height: 30px;
}

.csf-year {
    font-size: 20px;
    line-height: 30px;
    color: var(--Green);
    font-weight: bold;
    margin: 8px 0 0;
}

.scf-btn {
    margin: 32px 0 0;
}

.scf-btn a {
    padding-left: 24px;
    padding-right: 24px;
}

.csf-icon-row {
    margin: 0 0 13px;
    display: flex;
    align-items: center;
}

.csf-icon-row img {
    width: 20px;
    object-fit: contain;
    min-width: 20px;
    margin-right: 10px;
}


.fancybox__toolbar__items--right .carousel__button:not(.fancybox__button--close) {
    display: none !important;
} 
.fancybox__toolbar__items--right button.carousel__button.fancybox__button--close svg, .fancybox__toolbar__items--right button.carousel__button.fancybox__button--close svg * { fill: #000 !important; stroke: #000 !important;width: 14px; }
.fancybox__toolbar__items--right button.carousel__button.fancybox__button--close { background-color: #fff; border-radius: 50px; width: 30px !important; height: 30px !important; padding: 0 !important;right: 20px !important;  position: relative !important;    top: 10px !important; }
.fancybox__nav button { background-color: #fff; border-radius: 50px; padding: 5px; width: 32px !important; height: 32px !important; }
.fancybox__nav button svg, .fancybox__nav button svg * { stroke: #000 !important; width: 20px !important; }
.fancybox__counter { color: #ccc; font-size: 13px; -webkit-font-smoothing: subpixel-antialiased; height: 44px; left: 0; line-height: 44px; min-width: 44px; mix-blend-mode: difference; padding: 0 10px; pointer-events: none; top: 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }



.main-wapper+.faq-section { background-color: #F8F8F8;}
.cs-tab-item .testi-box .text {
    min-height: 175px;
}
.overview-box-con p:last-child
 { margin-bottom: 0;}

.overview-box-con p {padding-top: 0;   margin: 0 0 16px;}
.overview-box-con {
    color: var(--black);
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    padding-top: 16px;
}
.overview-box-con ul, .overview-box-con ol {
    padding-left: 17px;
}
.overview-box-con ul, .overview-box-con ul li {
    list-style: disc;
}
.overview-box-con ol {
    padding-left: 20px;
}
.le-contact-icon .le-contact-link {
    margin: 16px 0 0;
    font-weight: 600;
}
.text, p, .top-rating-text, .properties-text {
    text-align: justify;
}
.top-rating-text {
    font-weight: normal;
}
.overview-box-con ul, .overview-box-con ul li {
    font-size: 18px;
}
@media (min-width: 1600px) and (max-width: 1800px) {
  .overview-box-con ul, .overview-box-con ul li {
        font-size: 15px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
   .overview-box-con ul, .overview-box-con ul li {
    font-size: 15px;
}
}
@media (min-width: 1260px) and (max-width: 1399px) {
     .overview-box-con ul, .overview-box-con ul li {
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1259px) {
    .overview-box-con ul, .overview-box-con ul li {
        font-size: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
      .overview-box-con ul, .overview-box-con ul li {
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1259px) {
 .cs-tab-item .testi-box .text {
    min-height: 214px;
}
}
@media(min-width:992px){
    
    .our-properties-outer { margin-left: -20px;  margin-right: -20px;}
    .our-properties-outer .slick-slide {margin: 0 20px;}
}
@media(max-width:991px){
    .cs-tab-item .testi-box .text {
    min-height: auto;
}
}
@media(max-width:767px){
    .white-btn a, .white-border-btn a {    padding: 15px 10px;    font-size: 14px;}
    .properties-section, .home-testi-section {
    overflow: hidden;
}
    .home-banner.short.banner-property {
    min-height: 220px;}
    .section-heath-inner {
    padding-top: 48px;
}
    .overview-box-con ul, .overview-box-con ul li {
    font-size: 16px;
}
}


/*Responsive*/

@media(min-width:992px) {
    .mob-display {
        display: none;
    }
    .home-banner.chb:before {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    }
    .our-properties-row {
        display: flex !important;}
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .top-rating-text {
        font-size: 23px;
        line-height: 33.6px;
    }
    .health-inn-img img { width: 18px; }
    .health-inn-txt { min-width: 133px;}
}

@media (min-width: 1260px) and (max-width: 1399px) {
    .top-rating-text {
        font-size: 23px;
        line-height: 33.6px;
    }
     .health-inn-img img { width: 18px; }
    .health-inn-txt { min-width: 133px;}
}

@media (min-width: 992px) and (max-width: 1259px) {
    .top-rating-text {
        font-size: 18px;
        line-height: 28.6px;
    }
    .our-properties-contents {
        padding-left: 30px;
    }
    body .health-inn-img img {
    width: 14px;}
    body  .health-inn-box {gap: 10px; width: 33.33%;}
    body .health-inn-txt p { font-size: 14px; }
    body .health-inn-icon { gap: 32px 0px;}

}

@media (min-width: 993px) {
    .header-right-main {
        display: block !important;
    }
    .main-nav>ul>li .icon {
        display: none;
    }
    .main-nav>ul>li.menu-item-has-children .sub-menu {
        padding: 24px !important;
        height: auto !important;
        display: block !important;
    }
    .main-nav>ul>li.menu-item-has-children:hover .sub-menu {
        transform: none;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    .main-nav>ul>li.menu-item-has-children:hover a::after {
        transform: rotate(180deg);
    }
}

@media (max-width: 991px) {
    .top-rating-text {
        font-size: 24px;
        line-height: 33.6px;
        margin: 24px 0 0;
    }
    .testimonials-about-section .about-block {
        gap: 48px;
    }
    .top-rating-author {
        margin: 24px 0 0;
    }
    .cs-tab-item {
        width: 100%;
        padding: 0;
    }
    .cs-tab-contenets {
        margin: 0;
        display: block;
    }
    .cs-tab-menu {
        margin: 0 0 16px;
    }
    .cs-header {
        margin: 0 0 48px;
    }
    .cs-tab-item .testi-box .text {
        max-width: 100%;
        width: 100%;
    }
    .cs-dropdown-mobile {
        border: 1px solid #AAAAAA;
        font-size: 16px;
        line-height: 24px;
        padding: 11px 52px 11px 12px;
        position: relative;
    }
    .cs-tab-menu {
        text-align: left;
        position: relative;
    }
    .cs-tab-menu .filters-button-group {
        border: 1px solid #AAAAAA;
        display: none;
    }
    .cs-tab-menu button {
        display: block;
        width: 100%;
        text-align: left;
    }
    .cs-dropdown-mobile:after {
        position: absolute;
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: '';
        display: inline-block;
        height: 8px;
        left: auto;
        vertical-align: top;
        width: 8px;
        top: 48%;
        transform: translateY(-50%) rotate(135deg);
        right: 12px;
        transition: easeall .5s;
        border-color: var(--black);
    }
    .open-mob-dropdown .filters-button-group {
        display: block !important;
    }
    .cs-tab-menu .filters-button-group {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1;
    }
    .home-banner:before {
        background: #00000080;
    }
    .testimonials-about-section .about-block {
        flex-direction: column;
    }
    .cta-section {
        background-position: 80% 100%;
    }
    .home-banner.full {
        padding: 240px 0;
        background-position: 56% 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-flow: column;
    }
    .our-properties-img {
        width: 100%;
        padding-bottom: 75.25%;
    }
    .our-properties-contents {
        width: 100%;
        padding: 24px;
    }
    .our-properties-wrap {
        max-width: 100%;
    }
    .our-properties-row h4 {
        font-size: 32px;
    }
    .our-properties-row {
        margin: 24px 0 0;
    }
    .our-properties-outer {
        padding: 24px 0 0;
    }
    .coming-soon-slide {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .coming-soon-slider {
        display: block;
    }
    .coming-soon-slider .slick-slide>div {
        height: auto;
    }
    .csf-left {
        width: 100%;
        margin-right: 0;
    }
    .csf-right {
        width: 100%;
        display: none;
    }
    .coming-soon-slide {
        text-align: center;
    }
    .scf-btn {
        justify-content: center;
        margin: 48px 0 0;
    }
    .coming-soon-section .container {
        padding: 0;
    }
    .coming-soon-section h2 {
        padding: 0 20px;
    }
    .coming-soon-feature-contents {
        padding: 0 20px;
    }
    .coming-soon-section .slick-arrow-design.slick-slider .slick-dots {
        left: 20px;
    }
    .coming-soon-section .slick-arrow-design.slick-slider .slick-arrow.slick-next {
        right: 20px;
    }
    .coming-soon-section .slick-arrow-design.slick-slider .slick-arrow {
        right: 84px;
    }
    .coming-soon-section {
        overflow: hidden;
    }
    .our-properties-row {
        display: none;
    }
    .our-properties-loadmore { justify-content: center; margin: 64px 0 0; }
    .our-properties-row:nth-child(1), .our-properties-row:nth-child(2), .our-properties-row:nth-child(3) { display: block; }
}

@media(max-width:767px) {
    .home-banner-wapper.inner-banner-outer .banner-bg {
        height: auto;
        min-height: auto;
    }
    .cs-header {
        max-width: 335px;
        margin-left: auto;
        margin-right: auto;
    }
    body .footer-bottom span {
        font-size: 14px;
    }
    .coming-soon-section .slick-arrow-design.slick-slider .slick-arrow {
        right: 84px;
    }
    .coming-soon-section .slick-list.draggable {
        padding: 0 40px 0 8px !important;
    }
    .coming-soon-slide {
        margin: 0 12px !important;
    }
    .coming-soon-feature-img {
        padding-bottom: 100%;
    }
}

.section-heath-inner {
    padding: 80px 0;
}

.section-heath-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.heath-btn-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 24px;
    align-items: center;
}
.heath-inner-title{
    max-width: 768px;
    width: 100%;
}
.heath-inner-left-column{
    max-width: calc(100% - (768px + 50px));
    width: 100%;
}

.home-banner.short.banner-property {
   min-height: 520px;
    width: 100%;
    background-size: cover;
}
.heath-btn-blck-btn a ,.black-border-btn a{
    height: auto;
    padding: 15px 20px;
    border: 1px solid black;
    background: none;
    color: var(--black);
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
}
.health-inn-icon{
    display: flex;
    gap: 32px;
    padding-top: 24px;
    flex-wrap: wrap;
}

.health-inn-box {
        display: flex;
        align-items: center;
        gap: 8px;
        width: calc(33.33% - 21.33px);
      
    }   
   .health-inn-img img{
    width: 24px;
    height: auto;
   }
.icon-btn-inn{
    padding-top: 24px;
}
.health-inn-txt {
    max-width: 133px;
    width: 100%;
}

@media(max-width: 1260px){
    .section-heath-inner{
        display: flex;
        gap: 50px;
    }
    .heath-inner-title{
        max-width: 565px;
        width: 100%;
    }
    .heath-inner-left-column{
        max-width: calc(100% - (565px + 50px));
        width: 100%;
    }  
}
@media(max-width: 992px){
    .section-heath-inner{
        display: flex;
        gap: 50px;
    }
    .heath-inner-title{
        max-width: 50%;
        width: 100%;
    }
    .heath-inner-left-column{
        max-width: calc(100% - (50% + 50px));
        width: 100%;
    }  
    .health-inn-icon {
        display: flex;
        gap: 14px;
    }
    .health-inn-box{
        max-width: calc(50% - 7px);
        width: 100%;
    }
    body .main-nav>ul>li.menu-item-has-children>a {    padding-right: 0;}
    .main-nav>ul>li.menu-item-has-children .sub-menu {display: none;}
    body .main-nav>ul>li .icon {width: 40px; height: 40px;left: 12px; top: -5px;        pointer-events: inherit;}
    body .main-nav>ul>li.menu-item-has-children.openchild>span.icon { transform: rotate(180deg); }
}
@media(max-width: 660px){
    .section-heath-inner{
       flex-direction: column;
        gap: 50px;
    }
    .heath-inner-title{
        max-width: 100%;
        width: 100%;
    }
    .heath-inner-left-column{
        max-width: 100%;
        width: 100%;
    }  
}
.property-overview{
    background-color: rgba(248, 248, 248, 1);
    padding: 112px 0px;
}
.property-inn{
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}
.property-overview-box{
    max-width: 498px;
    width: 100%;
}
.overview-box-con p{
    padding-top: 16px;
}
.overview-box-inn {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width : 1800px){
    .property-inn{
        display: flex;
        gap: 32px;
        flex-wrap: wrap;
    }
    .property-overview-box{
        max-width: calc(33.33%  -  21.33px);
        width: 100%;
    }
}
@media (max-width : 490px) ,  (max-width : 690px){
    .property-inn{
       display: flex;
        gap: 32px;
    }
    .property-overview-box{
        max-width: calc(50%  -  16px);
        width: 100%;
    }
}
@media (max-width : 490px) ,  (max-width : 320px){
    .property-inn{
      flex-direction: column;
         gap: 32px;
     }
     .property-overview-box{
         max-width : 100%;
         width: 100%;
     }
}
.property-video-inn{
    flex-direction: row-reverse;
}
.home-gallery-tl h2{
    text-align: left;
}


.gallery-model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999999;
    overflow-y: auto;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 100px;
    display: none;
}
.property-moddel-tl {
    padding-top: 24px;
}
.property_model-inn {
    padding: 24px 48px;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    background-color: #fff;
}
.property-model-con{
    padding: 20px 0px;
    display: flex;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid #AAAAAA;
}
.property-model-open {
    text-align: end;
}
.txt-model p{
    font-size: 20px;
    line-height: 30px;
}
.img-model{
    max-width: 24px;
    width: 100%;
}
.img-model img{
    width: 24px;
    height: auto;
    vertical-align: middle;
}
.txt-model p{
    max-width: 896px;
    width: 100%;
}
.active-feature .gallery-model {display: block;}
.active-feature #header {z-index: 1;}
.gallery-model::-webkit-scrollbar { width: 0px; } .gallery-model::-webkit-scrollbar-track { background: transparent; } .gallery-model::-webkit-scrollbar-thumb { background: transparent; } .gallery-model::-webkit-scrollbar-thumb:hover { background: transparent; }

/*Contacts Us*/
@media (max-width: 420px){
    .contacts-banner {
        background-position: left center;
    }
}
.contact-form-sec{
    background-color: rgba(255, 255, 255, 1);
}
.contact-form-inn{
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}
.left-contact-form{
    max-width: 755px;
    width: 100% ;
}
.right-contact-form{
    max-width: 755px;
    width: 100% ;   
}
.le-contact-icon{
    padding-top: 32px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.left-form-sec{
    max-width: 365px;
    width: 100%;
}
.le-contact-img img {
    width: 26px;
    min-height: 100%;
}
.le-contact-tl{
    padding-top: 16px;
}
.le-contact-txt{
    padding: 8px 0px;
}
.le-contact-link a{
    color: #030C19;
}
@media (max-width : 1800px){
    .contact-form-inn {
        display: flex;
        gap: 60px;
        flex-wrap: wrap;
    }
    .left-contact-form {
        max-width: 50%;
        width: 100%;
    }
    .right-contact-form{
        max-width: calc(50% - 60px);
        width: 100% ;   
    }
    .le-contact-icon{
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
    }
    .left-form-sec{
        max-width: calc(50% - 12px);
        width: 100%;
    }
}
@media (max-width : 768px){
    .contact-form-inn {
        flex-direction: column-reverse;
        gap: 48px;
        flex-wrap: wrap;
    }
    .left-contact-form {
        max-width: 100%;
        width: 100%;
    }
    .right-contact-form{
        max-width: 100%;
        width: 100% ;   
    }
    .privacy-text p {
        font-size: 15px;
    }
}
@media (max-width : 520px){
    .le-contact-icon{
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
    }
    .left-form-sec{
        max-width: 100%;
        width: 100%;
    }
    .white-btn a, .white-border-btn a, .black-btn a {padding: 15px 15px; font-size: 14px; }
}
.contacts-faq{
    background-color: #F8F8F8;
}
.privacy-services{
    background-color: #F8F8F8;
    text-align: center;
}
.privacy-policies-txt{
    padding-top: 24px;
}
.policies-heading-inn{
    max-width: 768px;
    width: 100%;
    margin: 0 auto
}
.privacy-tl{
    padding-top: 24px;
}
.privacy-txt ,.privacy-txts{
    padding-top: 24px;
}
.privacy-txt p{
    font-weight: 700;
}
.privacy-con{
    padding-top: 16px;
}
.privacy-text p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #030C19;
    padding: 36px 22px;
    font-style: italic;
    position: relative;
}
.privacy-text p::before{
    content: "";
    position: absolute;
    height: 60%;
    width: 2px;
    left: 0;
    background: #000;
   
}

.privacy-policies-txt , .privacy-policies-txt p { text-align: center; }
.home-testi-section .testi-box { padding-bottom: 80px; position: relative; }
.home-testi-section .testi-box .name { position: absolute; bottom: 32px; }

.gallery-slider-block { position: relative; }
.location__counter { position: absolute; left: 0; color: #000; font-weight: 600; bottom: 16px; font-size: 22px; }

@media (max-width : 446px)   {
    .privacy-text p{
        font-weight: 400;
        font-size: 15px;
    }
} 
button.fancybox-button.fancybox-button--zoom {
    display: none;
    opacity: 0 !important;
}
button.fancybox-button.fancybox-button--play {
    display: none;
    opacity: 0 !important;
}
button.fancybox-button.fancybox-button--thumbs{
    display: none;
    opacity: 0 !important;
}
.fancybox-button svg {
    background-color: #fff;
    border-radius: 50px;
    padding: 5px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 20px;
}
.fancybox-navigation .fancybox-button--arrow_left{
    left: 20px;
}
.fancybox-button svg path {
    fill: black;
    stroke-width: 0;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    /* height: 100px; */
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    /* width: 70px; */
}
.fancybox-button, .fancybox-toolbar ,.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25sease, visibility 0sease .25s;
    visibility: visible;
    z-index: 99997;
    opacity: 1 !important;
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited{
    right: 15px;
}
.fancybox-button {
    background: none;
    border: 0;
    border-radius: 50px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 7px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-navigation .fancybox-button div {
  padding: 1px !important;
}
.gallery-slider:before { position: absolute; content: ''; background: #E3F0F9; right: 100%; width: 1000%; height: 100%; z-index: 1; }
.testi-slider:before { position: absolute; content: ''; background: #F8F8F8; right: 100%; width: 1000%; height: 100%; z-index: 1; }
.main-wapper+.faq-section { background-color: #F8F8F8;}
.faq-block .accordion-item .accordion-button {padding-right: 30px;}
body .le-contact-img { min-height: 26px;}
.policies-heading-inn ul, .policies-heading-inn ul li { list-style: disc; margin: 2px 0;}
.policies-heading-inn ul { padding-left: 20px; margin: 24px 0; color: var(--black); font-weight: normal; font-size: 18px; line-height: 150%; }
.policies-heading-inn h3, .policies-heading-inn h4 { margin: 10px 0;}
@media(max-width: 1800px) {
    .policies-heading-inn ul {
        font-size: 15px;
    }
}
@media(min-width:992px){
    .properties-slider.nolengthfound .slick-dots {display: none !important;}
   /* body .row-accordion-inside .accordion-item { width: 47.5%; margin: 32px 5% 0 0 !important; }
    body .row-accordion-inside .accordion-item:nth-child(2n) { margin-right: 0 !important;}
    .row-accordion-inside { display: flex ; flex-flow: row wrap; justify-content: center; }*/
}
@media(max-width: 767px) {
    .policies-heading-inn ul {
        font-size: 16px;
    }
}

/* 404 page */
.error-404 { padding:5rem 0 7rem; }
.error-404 h1 { margin-bottom:1em; }
.error-404 p.error-page-text { text-align:center; margin-bottom:3em; }
.error-404 .black-btn { justify-content:center; }
.error-404 .black-btn a { border-radius:0; }