/*************** Import Css **************/
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@import "fonts.css";
/*font-family: "Geist", sans-serif;*/
/********************* Header Css ******************/
.header-area{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    background-color: #000000;
    padding:22.5px 0px;
    z-index: 999;
}
.header-area.fixed_header{
	position:fixed;
	top:-100%;
}
.header-area.fixed_header.stky{
	top:0px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/****** Menu Css ****/
.header-menu ul{
    list-style: none;
    margin:0px;
    padding:0px;
}
.header-menu > ul{
    display: flex;
    column-gap:45px;
}
.header-menu > ul > li > a{
    color: #FFF;
    font-family: "Bw Gradual DEMO";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    letter-spacing: -0.8px;
}
.header-menu > ul > li > a:hover{
    color:#F4D4DD
}
.header-right-content{
    gap:60px
}
.header-button-area {
    display: none;
}
/********************* End:Header Css ******************/
/********************* Footer Css ********************/
.footer-area{
    padding-top:120px;
    padding-bottom: 24px;
    border-radius: 24px 24px 0px 0px;
    background-color: #000;
}
.footer-logo{
    margin-bottom: 22.5px;
}
.footer-phone-and-mobile ul li a{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}
.footer-phone-and-mobile ul li a:hover{
    color:#F4D4DD
}
.footer-social ul{
    column-gap: 8px;
}
.footer-social ul li a{
    display: flex;
    width: 50px;
    height:50px;
    justify-content: center;
    align-items: center;
    font-size:25px;
    color:#fff;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.30);
}
.footer-social ul li a:hover{
    background-color:#F4D4DD
}
.footer-social ul li a  i{
    line-height: normal;
}
.footer-social{
    margin-top: 60px;
}
.footer-right-info{
    column-gap:90px;
}
.each-info h5{
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    margin-bottom: 15px;
}
.each-info ul{
    list-style: none;
    margin:0px;
    padding:0px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.each-info ul li a{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 175% */
}
.each-info ul li a:hover{
    color:#F4D4DD
}
.location-info p {
    margin-bottom:15px;
}
.location-info p a{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
}
.location-info p a:hover{
    color:#F4D4DD
}
.see-on-map a{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}
.see-on-map a img{
    margin-right: 9px;
}
.see-on-map a:hover{
    color:#F4D4DD
}
.footer-top-area{
    padding-bottom: 80px;
}
.footer-bottom--info-style ul li{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    position: relative;
}
.footer-bottom--info-style ul li:not(:last-child):after{
    width:1px;
    height:12px;
    background: #fff;
    content:'';
    display: inline-block;
    margin:0px 10px;
}
.footer-bottom--info-style ul li a{
    color:inherit
}
.footer-bottom--info-style ul li a:hover{
    color:#F4D4DD
}
.footer-bottom-area{
    padding-top: 24px;
    border-top: 1px solid rgba(82, 82, 90, 0.10);
}
/********************* End:Footer Css ********************/
/********************* Banner Css ******************/
.banner-area{
    min-height: 100vh;
    position: relative;
}
.banner-content-wrapper{
    max-width: 905px;
    position: relative;
    z-index: 1;
}
.banner-content-wrapper p{
    color:#fff
}
/********************* Brand Css ******************/
.brand-area{
    border-radius: 24px 24px 0px 0px;
    background: #fff;
    margin-top: -30px;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
.brand-slider-area .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
    align-items: center;
}
.brand-slider-area .swiper-slide {
    text-align: center;
    width: auto;
    padding: 0 40px;
}
.brand-area-heading h3{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/********************* Real State Real Solution******************/
.real-state-real-solution{
    padding:100px 0px;
    background:#000
}
.real-state-real-solution-heading h2{
    color: #fff;
    margin-bottom: 25px;
}
.real-state-real-solution-heading{
    max-width: 595px;
    margin-bottom: 50px;
}
.service-image-category-icon{
    position: absolute;
    width: 50px;
    height:50px;
    background-color: #F4D4DD;
    position: absolute;
    left:30px;
    bottom:-25px
}
.service-image-content{
    padding:45px 30px 20px;
    border-radius: 0px 0px 16px 16px;
    border: 2px solid #F4D4DD;
    border-top:0px;
    background-color: #fff;
}
.service-image-content h3{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 6px;
}
.service-image-content p{
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.learn-more-button{
    margin-top:28px;
}
.service-image-holder > img{
    border-radius: 16px 16px 0px 0px;
    height:272px;
    width:100%;
    object-fit: cover;
}
/********************* Excludive Property ******************/
.exclusive-property{
    margin:100px 0px;
}
.exclusive-property-image {
    height:340px;
    width:100%;
    border-radius: 16px;
    margin-bottom: 28px;
    overflow: hidden;
}
.exclusive-property-image img{
    height:100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.each-exclusive-property:hover .exclusive-property-image img{
    transform: scale(1.05);
    transition: all 0.5s;
}
.tag-line{
    border-radius: 10px;
    background: #F7F6F4;
    color: #0A0915;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    padding:3px 12px;
    display: inline-block;
    min-width: 85px;
    text-align: center;
    position: absolute;
    top:12px;
    left: 12px;
}
.each-exclusive-property-content h6{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}
.each-exclusive-property-content h3{
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height:64px;
    margin-bottom: 20px;
}
.each-exclusive-property-content h3 a{
    color:inherit
}
.facilities ul{
    gap:15px
}
.facilities ul li{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.facilities ul li span{
    margin-right:8px
}
.exclusive-property-block-wrapper{
    margin-bottom: 50px;
}
.explor-button a{
    padding: 20px 31.686px 20px 32px;
    letter-spacing: normal;
}
.explor-button a:hover{
    border-color: #F4D4DD;
}
/**************message-from-ceo **************/
.message-from-ceo{
    padding:100px 0px;
    background-color: #fff;
}
.message-from-ceo  .real-state-real-solution-heading{
    max-width: 840px;
    margin-bottom: 25px;
}
.message-from-ceo .real-state-real-solution-heading  h2{
    color:#000
}
.message-from-ceo .real-state-real-solution-heading  h2 strong{
    color:#000
}
.message-from-ceo .real-state-real-solution-heading p{
    color:#000
}
.video-box{
    max-width: 1096px;
    border-radius:16px;
    overflow: hidden;
}
/* .video-holder .video{
    display: none;
} */
.video-holder .video iframe{
	display:block
}
.video-content{
    position:absolute;
    bottom:65px;
    left:0px;
    padding:0px 35px;
    width:100%
}
.vdeo-content-left h5{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 33.6px; /* 140% */
    margin-bottom: 4px;
}
.vdeo-content-left h6{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}
.video-content-right{
    display: flex;
    width: 84px;
    height: 88px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    background: #F7F6F4;
    cursor: pointer;
}
/*.video-holder img{
	opacity:0px;
}*/
/*********** Review Area **************/
.reviews-area{
    margin:100px 0px;
}
.review-area-heading h2{
    margin:0px;
}
.review-area-heading h2 strong{
    display: block;
}
.review-area-heading a{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}
.review-area-heading a img{
    filter:invert(1) brightness(100)
}
.review-area-heading a:hover{
    color: #F4D4DD;
}
.review-area-heading a:hover img{
    filter: brightness(0) saturate(100%) invert(83%) sepia(15%) saturate(296%) hue-rotate(295deg) brightness(105%) contrast(91%);
}
.review-area-heading {
    margin-bottom: 50px;
}
.each-review{
    border-radius: 24px;
    background: #fff;
    padding: 32px;
}
.author-image{
    margin-bottom: 40px;
    width: 104px;
    height: 104px;
}
.each-review p{
    color: #52525A;
    min-height: 200px;
    margin-bottom: 45px;
}
.author-info h4{
    color: #0A0915;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
    letter-spacing: -0.5px;
}
.author-info h5{
    color: #52525A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px; /* 170% */
    letter-spacing: -0.4px;
}
.review-slider-controller {
    gap:30px
}
.review-slider-controller > .common-arrow{
    right: auto;
    left: auto;
    margin: 0px;
}
.review-slider-controller img{
    filter:invert(1) brightness(100)
}
.review-slider .swiper{
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.each-review{
    position: relative;
    top:0px;
    transition: all 0.5s;;
}
.each-review:hover{
    top:40px;
    transition: all 0.5s;;
}
.gradient-eclips{
    position: absolute;
    top:-200px;
    left:0px;
    z-index: -1;
    pointer-events: none;
}
.review-slider .swiper-slide{
    height: auto !important;
}
.review-slider .swiper-slide > div{
    height: 100%;
}
/************* Find Perfect Property ************/
.find-perfect-property{
    padding:120px 0px;
    border-radius: 24px 24px 0px 0px;
    background: #fff;
}
.find-perfect-property-left h2{
    color: #000;
    margin-bottom: 20px;
}
.find-perfect-property-left h2 strong{
    color:#000
}
.find-perfect-property-left{
    max-width: 510px;
}
.find-perfect-property-left p{
    color: rgba(0, 0, 0, 0.80);
    margin-bottom: 115px;
}
.email-area p{
    margin: 0px !important;
   color: rgba(0,0,0,0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}
.email-area a{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}
.email-area a:hover{
    color: #F4D4DD;
}
.find-perfect-email-call{
    column-gap: 60px;
}
.each-form-field p {
    margin-bottom: 0;
}
.each-form-field br {
    display: none;
}
.each-form-field label{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    display: block;
}
.each-form-field input, .each-form-field select, .each-form-field textarea{
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    background-color: transparent;
    border:0px;
    border-radius:0px;
    border-bottom:1px solid rgba(0,0,0,0.4);
    width: 100%;
    height:auto;
    padding:10px 0px;;
}
.each-form-field textarea{
height:120px !important
}
.each-form-field input:focus{
    outline:none;
}
.find-perfect-property-right form .row{
    row-gap:28px;
}
.form-button button{
    padding:23px 32px
}
.form-button button:hover {
    background-color: #000;
    color: #fff;
}
.form-button{
    margin-top: 25px;
}
/*************** Faq Area **********/
.faq-area{
    margin:100px 0px;
}
.faq-area h2{
    text-align: center;
}
.accordion {
    list-style: none;
    padding: 0px;
}
.accordion>li>span {
    display: block;
    padding: 0px 35px 0px 0px;
    background: url(../images/mob-plus.svg) #000 no-repeat 98% center;
    cursor: pointer;
    background-size: 15px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    border-radius: 0px;
    font-weight:700;
}
.accordion>li>div {
    list-style: none;
    padding: 0px;
    display: none;
    overflow: auto;
	font-weight:300;
	font-size:16px;
	line-height:25px;
	color: #fff;
    margin: 20px 0;
    padding: 0;
    padding-bottom: 0px;
}
.accordion li>span.active {
    background: url(../images/mob-minus.svg) #000 no-repeat 98% center;
}
.faq-area h2{
    margin-bottom: 50px;
}
.faq-button{
    background-color: #fff;
    border-radius:15px;
    line-height: 24px;
    color:#000;
    padding:6px 15px 6px 5px;
    column-gap: 14px;
    border-radius:30px;
    margin-bottom: 35px;
    font-weight:500
}
.faq--button-icon-holder{
    width:38px;
    height: 38px;
    background-color: #888888;
}
.faq-mob-heading p{
    color:#fff;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
}
.accordion>li{
    padding:32px 0px;
    border-bottom: 1.1px solid #FFFFFF;
    margin: 0px;
}
/*********** Ready To Move ************/
.ready-to-make-move{
    border-radius: 24px 24px 0px 0px;
    min-height: 730px;
    padding-top: 120px;
    margin-bottom: -20px;
}
.reday-to-move-content-wrapper{
    max-width: 850px;
}
.reday-to-move-content-wrapper h2{
    color: #FFF;
    font-family: "Bw Gradual DEMO";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 92px; /* 115% */
    letter-spacing: -3px;
    margin-bottom: 10px;
}
.reday-to-move-content-wrapper p{
    color:#fff
}
.reday-to-move-content-wrapper a.common-button{
    border-radius: 12px;
    background: #000;
    padding:18px 33px;
    border-color:#000;
    color:#fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: normal;
}
.reday-to-move-content-wrapper a.common-button:hover{
    background: #F4D4DD;
    border-color:#F4D4DD;
    color:#000
}
.real-state-real-solution-slider-controller {
    gap:30px;
    margin-top: 35px;
}
.real-state-real-solution-slider-controller > .common-arrow{
    right: auto;
    left: auto;
    margin: 0px;
}
/*=======================blog page start=======================*/
/***blog-banner***/
.blog-banner::after {
    content: "";
    height: 30%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(244, 212, 221, 0.00) 0%, #F4D4DD 100%);
    opacity: 0.5;
}
/***featured-article-sec***/
.featured-article-sec {
    margin: 100px 0;
    background-color: #000;
}
.featured-article-heading {
    max-width: 815px;
    width: 100%;
    margin: 0 auto 33px;
}
.featured-article-heading h2 {
    margin-bottom: 10px;
    color: #fff;
}
.featured-article-heading h2 strong {
    color: #F4D4DD;
}
.featured-article-heading p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}
.featured-article-main {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 600px;
}
.featured-article-main-img {
    height: 100%;
}
.featured-article-main-img img {
    height: 100%;
    object-fit: cover;
}
.featured-article-main > a::after {
    content: "";
    height: 79%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(10deg, rgba(10, 9, 21, 0.70) 28.3%, rgba(0, 0, 0, 0.00) 66.61%);
}
.featured-article-main a {
    position: relative;
}
.featured-article-main-text {
    padding: 44px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.featured-article-main-text-wrap {
    max-width: 690px;
    width: 100%;
}
.featured-article-main-text h2 {
    color: #fff;
    margin-bottom: 6px;
    font-weight: 400;
}
.featured-article-main-text h2 strong {
    color: #F4D4DD;
    font-weight: normal;
}
.featured-article-main-text p {
    max-width: 620px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featured-article-main-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 31px;
    flex-wrap: wrap;
}
.featured-article-main-text li {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}
.featured-article-main-text li a {
    color: #fff;
    pointer-events: all;
}
.featured-article-main-text li a:hover {
    color: #F4D4DD;
}
.featured-article-main-text li img {
    margin-right: 6px;
    margin-top: -2px;
}
/******latest-article-sec*******/
.latest-article-sec {
    margin: 100px 0;
    background-color: #000;
}
.latest-article-sec h2 {
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.latest-article-sec h2 strong {
    color: #F4D4DD;
}
.latest-article-sec .row {
    row-gap: 42px;
    margin: 0 -20px;
}
.latest-article-sec .col-lg-4 {
    padding: 0 20px;
}
.each-blog-img {
    overflow: hidden;
    height: 339px;
    border-radius: 16px;
    position: relative;
    margin-bottom: 27px;
}
.each-blog-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-blog-img:hover img {
    transform: scale(1.1);
}
.each-blog-text h3 {
    color: #fff;
	font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    max-width: 322px;
    width: 100%;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-blog-text h3 a {
    color: #fff;
}
.each-blog-text h3 a:hover {
    color: #F4D4DD;
}
.each-blog-text p {
    color: #999;
    font-size: 16px;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-blog-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 36px;
    row-gap: 15px;
    flex-wrap: wrap;
}
.each-blog-text li {
    color: #D2D2D2;
    font-size: 16px;
}
.each-blog-text li a {
    color: #D2D2D2;
}
.each-blog-text li a:hover {
    color: #F4D4DD;
}
.each-blog-text li img {
    margin-right: 6px;
    margin-top: -2px;
}
.blog-tag {
    color: #0A0915;
	font-family: "Geist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; 
    padding: 3px 12px;
    border-radius: 10px;
    background-color: #F4D4DD;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-block;
}
.load-more-blog .common-button{
    margin-top: 50px;
    padding: 18px 14px;
    font-family: "Geist", sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    border-radius: 8px;
}
.load-more-blog .common-button:hover {
    color: #F4D4DD;
    background-color: #000;
}
.blog-review-area .review-area-heading h2 strong {
    font-weight: 400;
    color: #fff;
}
/*=================================blog-post page start===============================*/
/*****blog-post-banner****/
.blog-post-banner {
    min-height: 623px;
}
/****blog-post-area*****/
.blog-post-area {
    margin-bottom: 100px;
}
.blog-post-wrap {
    border-radius: 16px;
    padding: 77px 99px;
    max-width: 1158px;
    margin: -170px auto 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.blog-post-info {
    margin-bottom: 9px;
}
.blog-post-info ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}
.blog-post-info li {
    /* color: #fff; */
	font-family: "Geist", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.blog-post-info li::after {
    content: "";
    height: 80%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #000;
    transform: translateY(-50%) rotate(20deg);
}
.blog-post-info li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.blog-post-info li:last-child::after {
    display: none;
}
.blog-post-info li a {
    color: #000;
}
.blog-post-info li a:hover {
    color: #F4D4DD;
}
.blog-post-wrap h2 {
    color: #000;
    margin-bottom: 18px;
    max-width: 730px;
}
.blog-post-wrap h2 strong {
    color: #000;
}
.blog-post-wrap p {
    color: #000;
}
.blog-post-wrap h3,
.blog-post-wrap h4,
.blog-post-wrap h5,
.blog-post-wrap h6 {
    font-family: "Geist", sans-serif;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-post-wrap li {
    font-family: "Geist", sans-serif;
    color: #000;
    font-size: 16px;
}
/****related-blog-sec****/
.related-blog-sec h2 {
    margin-bottom: 30px;
}
/***block-post-move-sec***/
.block-post-move-sec {
    margin-top: -20px;
}
/*=================================service page start===============================*/
/****service-banner*****/
.service-banner {
    padding: 150px 0 100px;
}
.service-banner::after {
    content: "";
    height: 480px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.service-banner .banner-content-wrapper {
    position: relative;
    z-index: 1;
    max-width: 667px;
}
.service-banner .banner-content-wrapper h1 {
    margin-bottom: 50px;
}
.service-banner .banner-content-wrapper p {
    margin-bottom: 54px;
}
.service-banner-other {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 66px;
    margin-top: 98px;
}
.service-banner-client ul {
    padding-left: 0;
    margin: 0 0 0 13px; 
    list-style: none;
    display:flex;
    align-items: center;
}
.service-banner-client li {
    height: 47px;
    width: 47px;
    border-radius: 100%;
    border: 3px solid #fff;
    margin-left: -13px;
    overflow: hidden;
}
.service-banner-client li img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.service-banner-client {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}
.service-banner-client h6 {
    color: #fff;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.service-banner-rating {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}
.service-banner-rating-wrap {
    position: relative;
    max-width: 180px;
}
.service-banner-rating-wrap > img {
    opacity: 0.3;
}
.banner-rating-main {
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
    position: absolute;
}
.banner-rating-main img {
    max-width: none;
}
.service-banner-rating h6 {
    color: #fff;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.banner-content-wrapper p {
    margin-bottom: 36px;
}
.service-banner .banner-content-wrapper .common-button {
    font-family: "Geist", sans-serif;
    border-radius: 8px;
    padding: 15px 32px;
    line-height: 28px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-size: 20px;
    font-weight: 400;
}
.service-banner .banner-content-wrapper .common-button::after {
    content: "";
    background-image: url(../images/btn-aro.svg);
    background-image: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 13px;
    width: 15px;
    display: block;
}
.service-banner .banner-content-wrapper .service-blk-btn::after {
    display: none;
}
.service-banner .banner-content-wrapper .service-blk-btn {
    color: #F4D4DD;
    background-color: #000;
    border-color: #000;
    margin-left: 28px;
    padding-left: 16px;
    padding-right: 16px;
}
.service-banner .banner-content-wrapper .service-blk-btn:hover {
    color: #000;
    background-color: #F4D4DD;
    border-color: #F4D4DD;
}
/*****property-management-sec******/
.property-management-sec {
    padding: 100px 0;
}
.property-management-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.property-management-info h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    line-height: 92px;
    letter-spacing: -3px;
    margin: 29px 0 20px;
}
.property-management-info h2 strong {
    font-weight: 400;
    color: #fff;
}
.property-management-info p {
    color: #fff;
    margin-bottom: 33px;
}
.property-management-info h6 {
    color: #0A0915;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #F4D4DD;
    display: inline-block;
    min-width: 210px;
    text-align: center;
}
.property-management-sec .common-button {
    font-family: "Geist", sans-serif;
    min-width: 400px;
    text-align: center;
    justify-content: center;
    padding-top: 21px;
    padding-bottom: 21px;
    border-radius: 8px;
}
.property-management-sec .common-button::after {
    filter: brightness(0);
}
.property-management-list {
    padding-left: 47px;
}
.property-management-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.property-management-list li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 50px;
    display: flex;
}
.property-management-list li:last-child {
    margin-bottom: 0;
}
.property-management-list img {
    margin-right: 25px;
    width: 30px;
    height: 30px;
}
/*****invesment-sec*****/
.invesment-sec {
    background-color: #fff;
}
.invesment-sec .property-management-info {
    max-width: 490px;
    width: 100%;
}
.invesment-sec .property-management-info h2 {
    color: #000;
}
.invesment-sec .property-management-info h2 strong {
    color: #000;
}
.invesment-sec .property-management-info p {
    color: #000;
}
.invesment-sec .common-button {
    font-size: 20px;
    min-width: 250px;
}
.invesment-sec .common-button:hover {
    background-color: #000;
    color: #F4D4DD;
}
.invesment-sec .common-button:hover::after {
    filter: brightness(0) saturate(100%) invert(97%) sepia(2%) saturate(6071%) hue-rotate(289deg) brightness(101%) contrast(89%);
}
.invesment-sec .property-management-list li {
    display: flex;
    align-items: center;
}
.invesment-sec .property-management-list li img {
    min-width: 35px;
    margin-right: 27px;
}
.invesment-sec .property-management-list li p {
    margin-bottom: 0;
    color: #000;
}
.invesment-sec .property-management-list li h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
}
/******rental-sec*******/
.rental-sec {
    background-color: #F4D4DD;
}
.rental-sec .property-management-info h2 {
    color: #000;
}
.rental-sec .property-management-info h2 strong {
    color: #000;
}
.rental-sec .property-management-info h6 {
    color: #fff;
    background-color: #000;
}
.rental-sec .common-button {
    background-color: #000;
    min-width: 250px;
    color: #fff;
    font-size: 20px;
}
.rental-sec .common-button::after {
    filter: brightness(10) invert(1);
}
.rental-sec .common-button:hover {
    background-color: #fff;
    color: #000;
}
.rental-sec .common-button:hover::after {
    filter: brightness(0);
}
.rental-sec .property-management-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    justify-content: end;
}
.rental-sec .property-management-list li {
    width: 47%;
    border-radius: 20px;
    border: 1px solid #020202;
    overflow: hidden;
    padding: 28px;
    margin-bottom: 0;
    cursor: default;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.rental-sec .property-management-list li:hover {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
}
.rental-sec .property-management-list li h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    margin: 19px 0 5px;
}
.rental-sec .property-management-list li p {
    color: #000;
    margin-bottom: 0;
}
.rental-sec .property-management-list img {
    margin-right: 0;
}
.rental-sec .property-management-list {
    padding-left: 35px;
}
.rental-sec .property-management-info p {
    color: #000;
}
/*****network-sec******/
.network-sec {
    margin: 100px 0;
}
.network-wrap {
    max-width: 1124px;
    width: 100%;
    margin: 0 auto;
}
.network-heading {
    max-width: 977px;
    width: 100%;
    margin: 0 auto 73px;
}
.network-heading h6 {
    color: #0A0915;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #F4D4DD;
    display: inline-block;
}
.network-heading h2 {
    margin: 30px 0 10px;
}
.network-sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    row-gap: 50px;
    column-gap: 20px;
    flex-wrap: wrap;
    /*justify-content: center;*/
}
.network-sec li {
    display: flex;
    align-items: center;
    width: 48%;
}
.network-sec li h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.network-sec li p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 6px;
}
.network-sec li img {
    margin-right: 27px;
}
.network-sec li:nth-child(even) {
    padding-left: 12%;
}
.network-sec .common-button {
    color: #F4D4DD;
    background-color: #000;
    border-color: #000;
    font-family: "Geist", sans-serif;
    padding: 10px 32px;
    line-height: 28px;
    margin-top: 50px;
    border-radius: 12px;
}
.with-icon-btn {
    display: flex;
    gap: 11px;
    position: relative;
    display: inline-flex;
    align-items: center;
    letter-spacing: normal;
}
.with-icon-btn::after {
    content: "";
    background-image: url(../images/btn-aro.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 13px;
    width: 15px;
    display: block;
    filter: brightness(0) saturate(100%) invert(86%) sepia(3%) saturate(2398%) hue-rotate(301deg) brightness(107%) contrast(91%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.network-sec .common-button:hover {
    background-color: #F4D4DD;
    border-color: #F4D4DD;
    color: #000;
}
.network-sec .common-button:hover::after {
    filter: brightness(0);
}
/*****solution-sec*****/
.solution-sec {
    padding: 100px 0;
    background-color: #fff;
}
.solution-heading {
    max-width: 840px;
    width: 100%;
    margin: 0 auto 50px;
}
.solution-heading h6 {
    color: #0A0915;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #F4D4DD;
    display: inline-block;
    min-width: 210px;
    text-align: center;
}
.solution-heading h2 {
    color: #000;
    font-weight: 500;
    margin: 28px 0 20px;
}
.solution-heading h2 strong {
    font-weight: 500;
    color: #000;
}
.solution-heading p {
    color: #000;
}
.solution-tab-btn {
    max-width: 888px;
    width: 100%;
    margin: 0 auto 61px;
}
.solution-tab-btn .nav-tabs {
    justify-content: space-between;
    border: 0;
    gap: 20px;
}
.solution-tab-btn .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 31%;
}
.solution-tab-btn .nav-tabs .nav-link {
    color: #000;
    background-color: transparent;
    font-size: 20px;
    line-height: 28px;
    border-radius: 12px;
    height: 100%;
    width: 100%;
    padding: 16px 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: #D2D2D2;
    text-align: center;
}
.solution-tab-btn .nav-tabs .nav-link.active, 
.solution-tab-btn .nav-tabs .nav-link:hover {
    background-color: #000;
    color: #fff;
}
.feature-content {
    border-radius: 16px;
    border: 1px solid #000;
    max-width: 839px;
    width: 100%;
    margin: 0 auto;
    padding: 55px;
}
.feature-content h3 {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 38px;
}
.feature-content h3 strong {
    font-weight: 700;
}
.feature-content .each-form-field {
    margin-bottom: 23px;
}
.feature-content .each-form-field input {
    color: #888;
}
.feature-content .each-form-field input::placeholder,
.feature-content .each-form-field textarea::placeholder {
    color: #888;
}
.feature-content .each-form-field input:placeholder,
.feature-content .each-form-field textarea:placeholder {
    color: #888;
}
.feature-content .each-form-field input::-moz-placeholder,
.feature-content .each-form-field textarea::-moz-placeholder {
    color: #888;
}
.feature-content .each-form-field textarea {
    width: 100%;
    resize: none;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.40);
    padding: 17px 20px;
    min-height: 105px;
    color: #999;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}
.feature-content .form-select-style {
    padding: 12px 0;
}
.feature-content .each-form-field textarea:focus {
    outline: none;
}
.feature-content .form-button .common-button {
    min-width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-family: "Geist", sans-serif;
    padding: 15px;
    border-radius: 8px;
}
/*=======================================contact page start=====================================*/
/****contact-banner*****/
.contact-banner {
    padding: 190px 0 100px;
}
.contact-banner .banner-content-wrapper {
    max-width: 1104px;
    width: 100%;
    margin: 0 auto;
}
.contact-banner-heading {
    max-width: 664px;
    width: 100%;
    margin: 0 auto 47px;
    text-align: center;
}
.contact-banner-info .row {
    margin: 0 -16px;
}
.contact-banner-info .col-lg-4 {
    padding: 0 16px;
}
.each-contact-info {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 48px 25px 41px;
    text-align: center;
    height: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.each-contact-info h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px; 
    margin: 35px 0 11px;
}
.each-contact-info p {
    color: #888;
    margin-bottom: 25px;
}
.each-contact-info h6 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; 
}
.each-contact-info h6 a {
    color: #000;
}
.each-contact-info h6 a:hover {
    color: #F4D4DD;
}
.each-contact-info-wrap {
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
}
/*******contact-pg-form-sec******/
.contact-pg-form-wrap {
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    padding: 67px;
}
.contact-pg-form-img {
    border-radius: 25px;
    overflow: hidden;
    max-width: 595px;
    width: 100%;
    margin-left: auto;
}
.contact-pg-form-text {
    max-width: 455px;
    width: 100%;
}
.contact-pg-form-text h2 {
    color: #000;
    margin-bottom: 24px;
}
.contact-pg-form-text h2 strong {
    color: #000;
}
.contact-pg-form-text p {
    color: #000;
    margin-bottom: 43px;
}
.contact-pg-form-text form p {
    margin-bottom: 0;
}
.contact-pg-form-text form br {
    display: none;
}
.contact-pg-form-sec .each-form-field label {
    font-weight: 700;
    margin-bottom: 8px;
}
.contact-pg-form-sec .each-form-field input {
    border-radius: 42px;
    border: 1px solid #040404;
    padding: 14px 19px;
}
.contact-pg-form-sec .each-form-field textarea {
    width: 100%;
    resize: none;
    border-radius: 16px;
    border: 1px solid #000;
    padding: 14px 19px;
    min-height: 127px;
    color: #888;
    font-size: 16px;
    line-height: 25px;
    max-height: 163px;
}
.contact-pg-form-sec .each-form-field textarea:focus {
    outline: none;
}
.contact-pg-form-sec .each-form-field {
    margin-bottom: 27px;
}
.contact-pg-form-sec .col-md-12 .each-form-field {
    margin-bottom: 0;
}
.contact-pg-form-sec .col-md-6,
.contact-pg-form-sec .col-md-12 {
    padding: 0 10px;
}
.contact-pg-form-sec .row {
    margin: 0 -10px;
}
.contact-pg-form-sec .common-button {
    border-color: #000;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    font-family: "Geist", sans-serif;
    padding-left: 32px;
    padding-right: 32px;
}
.contact-pg-form-sec .common-button:hover {
    background-color: #F4D4DD;
    color: #000;
    border-color: #F4D4DD;
}
/*****clients-area*****/
.clients-area-heading {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 50px;
}
.clients-area-heading h2 {
    margin-bottom: 26px;
}
.clients-area-heading h2 strong {
    color: #fff;
}
.clients-area .each-review {
    padding: 54px 42px;
}
.clients-area .each-review h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px; 
    margin-bottom: 14px;
}
.clients-area .each-review p {
    color: #888;
    min-height: 97px;
    margin-bottom: 15px;
}
.clients-area .author-image {
    margin-bottom: 15px;
    border-radius: 100%;
    overflow: hidden;
}
.clients-area .author-info h5 {
    color: #888;
}
/*****insta-sec*****/
.insta-sec {
    margin: 100px 0;
}
.insta-slider {
    position: relative;
}
.insta-heading {
    margin-bottom: 55px;
}
.insta-heading .common-button {
    background-color: #fff;
    border-color: #fff;
    border-radius: 48px;
    min-width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Geist", sans-serif;
    display: table;
    margin-left: auto;
}
.insta-heading .common-button:hover {
    background-color: #F4D4DD;
    border-color: #F4D4DD;
    color: #000;
}
.insta-heading p {
    max-width: 720px;
    width: 100%;
    margin-bottom: 0;
}
.each-insta {
    border-radius: 25px;
    overflow: hidden;
}
.insta-slider .common-arrow {
    display: none;
}
.contact-pg-form-sec {
    background-color: #fff;
}
/****white-faq-area****/
.white-faq-area {
    background-color: #fff;
    margin: 0;
    padding: 100px 0;
    margin-bottom: -20px;
}
.white-faq-area .faq-button {
    background-color: #D2D2D2;
}
.white-faq-area .faq-mob-heading p {
    font-size: 20px;
    color: #000;
    line-height: 28px
}
.white-faq-area .accordion>li>span {
    color: #000;
    background-color: #fff;
    background-image: url(../images/black-plus.svg);
}
.white-faq-area .accordion li>span.active{
    background-color: #fff;
    background-image: url(../images/black-minus.svg);
}
.white-faq-area .accordion>li>div {
    color: #000;
    font-weight: 400;
}
.white-faq-area .accordion>li {
    border-color: #000;
}
/*=========================tenant page start========================*/
/****tenant-banner***/
.tenant-banner {
    padding: 180px 0 100px;
}
.tenant-banner .banner-content-wrapper {
    max-width: 880px;
}
.tenant-banner .banner-content-wrapper p {
    max-width: 670px;
    font-size: 20px;
    line-height: 28px;
}
.tenant-banner .banner-content-wrapper h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 22px;
}
.tenant-banner .banner-content-wrapper h2 {
    margin-bottom: 9px;
}
/***tenant-exclusive-property***/
.tenant-exclusive-property {
    margin-bottom: 28px;
}
.tenant-exclusive-property .explor-button .common-button {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-family: "Geist", sans-serif;
    font-weight: 400;
    min-width: 250px;
}
/***tenant-resource-sec***/
.tenant-resource-sec {
    margin: 20px 0 100px;
}
.tenant-resource-sec h2 {
    margin-bottom: 67px;
    text-align: center;
}
.tenant-resource-slider {
    position: relative;
}
.tenant-resource-slider .common-arrow {
    display: none;
}
.tenant-resource-slider .swiper-slide {
    height: auto;
}
.each-tenant-resource {
    border-radius: 20px;
    border: 2px solid #F4D4DD;
    padding: 20px 30px 28px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
}
.each-tenant-resource h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px; 
}
.each-tenant-resource p {
    margin: 17px 0 16px;
}
.each-tenant-resource img {
    margin-bottom: 16px;
}
.each-tenant-resource:hover {
    box-shadow: inset 0px 0px 30px 0px rgba(255,255,255,0.5);
}
.each-tenant-resource .common-button {
    padding: 15px 16px;
    flex-direction: row-reverse;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    border-radius: 8px;
    gap: 8px;
    font-family: "Geist", sans-serif;
}
.each-tenant-resource .common-button::after {
    filter: none;
    background-image: url(../images/tena-download.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.each-tenant-resource .common-button:hover {
    background-color: #fff;
    border-color: #fff;
}
/****help-today-sec****/
.help-today-sec {
    padding: 100px 0 130px;
    background-color: #fff;
    border-radius: 24px 24px 0 0;
}
.help-today-info {
    max-width: 590px;
}
.help-today-info h2 {
    color: #000;
    margin-bottom: 25px;
}
.help-today-info h2 strong {
    color: #000;
}
.help-today-info p {
    color: #000;
}
.help-today-info table {
    width: 100%;
    margin-top: 52px;
}
.help-today-info tr {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}
.help-today-info tr:last-child {
    margin-bottom: 0;
}
.help-today-info td:first-child {
    min-width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F4D4DD;
}
.help-today-info td h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px; 
}
.help-today-info td p {
    color: rgba(0, 0, 0, 0.80);
    margin: 0;
}
.help-today-right {
    max-width: 568px;
    width: 100%;
    margin-left: auto;
}
.help-today-right h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px; 
}
.help-today-right h3 strong {
    font-weight: 700;
}
.help-today-right p {
    margin: 5px 0 0;
    color: #000;
}
.help-today-right form {
    margin-top: 60px;
}
.help-today-right .each-form-field {
    margin-bottom: 28px;
}
.form-select-style {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    padding: 10px 0;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/option-arrow.svg) #fff no-repeat 100% center / 12px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.40);
}
.form-select-style:focus {
    outline: none;
}
.help-today-right .each-form-field input {
    line-height: 25px;
}
.help-today-right .each-form-field input::placeholder {
    color: #888;
}
.help-today-right .each-form-field input:placeholder {
    color: #888;
}
.help-today-right .each-form-field input:-moz-placeholder {
    color: #888;
}
.help-today-right .form-button {
    margin-top: 37px;
}
.help-today-right .common-button {
	font-family: "Geist", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; 
    width: 100%;
    justify-content: center;
    padding: 15px;
    border-radius: 8px;
}
.help-today-right .common-button::after {
    filter: none;
}
.help-today-right .common-button:hover::after {
    filter: brightness(10) invert(1);
}
/****renting-process-sec*****/
.renting-process-sec {
    padding: 100px 0;
    border-radius: 24px 24px 0 0;
    margin-top: -30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #000;
}
.renting-process-sec h2 {
    margin-bottom: 72px;
    text-align: center;
}
.renting-process-main {
    display: flex;
    gap: 20px;
}
.each-renting-process {
    width: 25%;
    text-align: center;
    position: relative;
}
.each-renting-process h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 27px 0 22px;
}
.each-renting-process p {
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
}
.each-renting-process strong {
    max-width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #F4D4DD;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin: 0 auto;
    position: relative;
    font-weight: 400;
}
.each-renting-process::after {
    content: "";
    height: 2px;
    width: 75%;
    right: -128px;
    top: 30px;
    position: absolute;
    background-color: #fff;
}
.each-renting-process:last-child::after {
    opacity: 0;
}

/********about-us-property-sec**********/
.about-us-property-sec{
    background-color: #FFF;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.about-us-property-sec::after{
    position: absolute;
    bottom: -50px;
    left: 0;
    height:50px;
    width: 100%;
    content: "";
    background-color: #fff;
    z-index: -1 ;
}
.about-us-property-img img{
    border-radius: 16px;
}
.about-us-property-info-btn .common-button{
    color: #000;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; 
    border-radius: 12px;
    letter-spacing: 0;
    min-width: 230px;
    padding: 16px 15px;
    margin-top: 60px;
}
.about-us-property-info-btn .common-button:hover    {
    background-color: transparent;
    border-color:#000;
}
.about-us-property-info{
    padding-right: 6px;
}
.about-us-property-sec .col-lg-5{
    max-width: 48%;
    flex: none
}
.about-us-property-sec .col-lg-7{
    max-width: 52%;
    flex: none;
}
.about-us-property-img{
    /* max-width: 606px; */
    margin-left: auto;
}
/* ********about-us-team-sec********** */
.about-us-team-sec{
    background-color: #000;
    margin-top: 100px;
    /* margin-bottom: 200px; */
    padding-bottom: 150px;
    margin-bottom: 50px;
}
.about-us-team-heading h2{
    color: #fff;
    padding-bottom: 60px;
    font-family: "Geist", sans-serif;
}
.about-us-team-heading h2 strong{
    color: #F4D4DD;
}
.each-about-us-team-member-info h3{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    padding-top: 12px;
    padding-bottom: 3px;
}
.each-about-us-team-member-info  p{
    color: #F4D4DD;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #F4D4DD;
    padding-bottom: 7px;
}
.about-us-team-member .row{
    row-gap: 22px;
}
/* ****about-us-deliver-sec****** */
.about-us-deliver-sec {
    background-color: #000;
    padding-bottom: 52px;
    margin-bottom: 36px;
    margin-top: 68px;
}
.about-us-deliver-info h2{
    margin-bottom: 25px;
}
.about-us-deliver-info h3{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-top: 34px;
    padding-bottom: 27px;
}
.about-us-deliver-info h3 strong{
    color: #F4D4DD;
    font-weight: 700;
}
.about-us-deliver-info h6{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 23px;
    padding-top: 26px;
}
.about-us-deliver-info ul li{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
    position: relative;
    padding-bottom: 10px;
    display: flex;
    align-items: top;
}
.about-us-deliver-info ul li::before{
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    background-image: url(../images/circle-check-white.svg);
    padding-right: 30px;
    display: block;
    flex-shrink: 0;
    margin-top: 3px;
}
.about-us-deliver-info{
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
}
.about-us-deliver-info ul li:last-child{
    padding-bottom: 0;
}
.about-us-deliver-info ul{
    /* padding-left: 30px; */
    margin-bottom: 0;
    padding-left: 0;
}
.about-us-deliver-info p{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.about-us-deliver-info h5{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 23px;
}
.about-us-deliver-img::after{
    content: "";
    background-image: url(../images/img/deliver-img-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
}
.about-us-deliver-img{
    position: relative;
    text-align: center;
}
.about-us-deliver-img img{
    position: relative;
    z-index: 1;
}
/* *******about-us-our-values-sec******* */
.about-us-our-values-sec{
    background-color: #FFF;
    padding-top: 80px;
    padding-bottom: 52px;
    border-radius: 24px 24px 0 0;
}

.values-slider-text h3{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    transition: all 0.5s;

    
}
.about-us-our-values-sec-mobile .about-us-our-values-sec-mobile .values-slider-text p{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
}
.each-values-slider img{
    width: 50px;
}
.about-us-our-values-slider-area .swiper-button-prev::after {
    content: '';
}
.about-us-our-values-slider-area .swiper-button-prev{
    left: -4px;
    max-width: 26px;
}
.about-us-our-values-slider-area .swiper-button-next{
    right: -4px;
    max-width: 26px;
}
.about-us-our-values-slider-area .swiper-button-next::after{
    content: '';
}
.about-us-our-values-slider-area .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.about-us-our-values-slider-area .swiper-button-next.swiper-button-disabled{
    opacity: 1;
}
.about-us-our-values-heading h3 strong{
    color: #000;
    font-family: "Geist", sans-serif;
    font-weight: 700;
}
.about-us-our-values-heading h3{
    color: #000;
    text-align: center;
    font-family: "Geist", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.about-us-our-values-sec-mobile .about-us-our-values-heading p{
    color: #000;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    padding-top: 20px;
    margin-bottom: 20px;
}
.about-us-our-values-sec-mobile .about-us-our-values-sec{
    margin-top: 36px;
    margin-bottom: 36px;
}
.each-values-slider{
    background-color: #000;
    border-radius: 20px;
    padding: 32px;
    height: 270px;
    overflow: hidden;
    margin: auto;
}
.about-us-our-values-desktop .row{
    row-gap: 40px;
}
.about-us-our-values-desktop-heading h2{
    color: #000;
    padding-bottom: 16px;
}
.about-us-our-values-desktop-heading h2 strong{
    color: #000;
}
.about-us-our-values-desktop-heading p{
    color: #000;
    padding-bottom: 25px;
}
.values-slider-text p{
    margin-bottom: 0;
    transition: all 0.5s;
}
.each-values-icon{
    background-color:  #F4D4DD;
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.each-values-icon img{
    width: 35px;
}
.about-us-our-values-slider-area .swiper-wrapper > div {
    padding: 0px 20px;
}
/* ******about-us-mobile-team-sec******* */
.each-mobile-team-member-img img{
    border-radius: 86px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
}
.about-us-mobile-team-sec{
    margin-top: 36px;
    background-color: #000;
    padding-top: 93px;
    padding-bottom: 60px;
}
.each-mobile-team-member-img {
    max-width: 141px;
    margin-left: auto;
    margin-right: auto;
}
.each-mobile-team-member-info p{
    text-align: center;
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.each-mobile-team-member-info h3{
    color: #FFF;
    text-align: center;
    font-family: "Geist", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 12px;
}
.about-us-mobile-team-heading h3{
    color: #FFF;
    text-align: center;
    font-family: "Geist", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    padding-bottom: 32px;
}
.about-us-mobile-team-heading h3 strong{
    color: #F4D4DD;
    font-weight: 700;
}
.about-us-mobile-team-arrow-btn{
    background-color: #F4D4DD;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.about-us-mobile-team-arrow-btn img{
    width: 40px;
    height: 40px;
}
.about-us-team-member {
  overflow-x: clip;
}
.each-team-img {
    height: 224px;
    width: 224px;
    border-radius: 100%;
    overflow: hidden;
}
.each-team-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.each-team-text{
    margin-top: 44px;
    border-bottom: 1px solid  #F4D4DD;
}
.each-team-text p{
    padding-top: 4px;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #F4D4DD;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
}
.each-team-text h3{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px; 
}
/* ******about-us-property-info-mobile******* */
.nore-team{
    display: none;
}
.rotate-arrow{
    position: relative;
    transform: rotate(-180deg);
}
.about-us-property-info-mobile p{
    position: relative;
    color: #000;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: 28px;
    font-weight: 400;
    line-height: 28px; 
    list-style: none;
    margin-bottom: 0;
    padding-right: 5px;
    padding-top: 20px;
}
.about-us-property-info-mobile{
    padding-top: 50px;
    display: flex;
    max-width: 560px;
    margin-right: auto;
    flex-wrap: wrap;
    /* column-gap: 30px; */
    justify-content: space-between;
    row-gap: 34px;
}
.each-property-info-mobile-icon{
    width: 62px;
    height: 62px;
    background-color: #F4D4DD;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    flex-shrink: 0;
}
.each-property-info-mobile-icon img{
    width: 35px;
}
.each-property-info-mobile-text{
    width: 50%;
}
.about-us-property-heading h2{
    color: #000;
}
.about-us-property-heading h2 strong{
    color: #000;
}

/* ========landlord-page=========== */
/* ****.banner-overlay****** */
.banner-overlay h6{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    font-family: "Geist", sans-serif;
    padding-bottom: 15px;
}
.banner-overlay p{
    max-width: 670px;
}
.banner-overlay{
    position: relative;
}
.banner-overlay::after{
    content: "";
    position: absolute;
    bottom: -72px;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(244, 212, 221, 0.00) 0%, #F4D4DD 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 393px;
}
.banner-overlay .banner-content-wrapper{
    position: relative;
    z-index: 2;
}
/* ******about-us-our-story-sec****** */
.landlord-choose-us-info{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.landlord-choose-us-sec{
    padding-top: 100px;
    margin-bottom: 99px;
}
.landlord-choose-us-heading h2{
    font-family: "Geist", sans-serif;
    margin-bottom: 24px;
    letter-spacing: normal;
}
.landlord-choose-us-heading h2 strong{
    color: #F4D4DD;
    font-weight: 700;
}
.landlord-choose-us-heading p{
    color: #FFF;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 25px;
}
.landlord-choose-us-info td h3{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    padding-top: 11px;
    padding-bottom: 2px;
}
.landlord-choose-us-info td p{
    color: #FFF;
    font-size: 16px;
}
.landlord-choose-us-info td{
    border-right: 1px solid #F4D4DD;
    padding-left: 66px;
    padding-right: 67px;
    width: 33.33%;
    vertical-align: top;
}
.landlord-choose-us-info td:first-child{
    padding-left: 0;
}
.landlord-choose-us-info td:last-child{
    padding-right: 0;
    border-right: 0;
}
.landlord-choose-us-info table{
    width: 100%;
}
.landlord-choose-us-info td img{
    max-width: 35px;
}
/* ******from-sec******** */
.from-sec{
    margin-top: 99px;
    margin-bottom: 100px;
}
.form-right-img img{
    border-radius: 20px;
}
.from-heading h2{
    font-family: "Geist", sans-serif;
    margin-bottom: 15px;
    letter-spacing: normal;
}
.from-heading h2 strong{
    color: #F4D4DD;
    font-weight: 700;
}
.from-heading{
    padding-bottom: 21px;
}
.from-heading p{
    color: #FFF; 
    font-size: 16px;
}
/* ***form** ********/
.form-block label{
    color: #fff;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 9px; 
}
.form-block{
    padding-top: 6px;
}
.form-block label strong{
    color: #EE537F;
}
.form-block input{
    border-radius: 10px;
    border: 1.067px solid #F4D4DD;
    color: #000;
    padding: 21px 10px;
}
.form-block input:focus{
    box-shadow: none;
    border-color: #F4D4DD;
    color: #000;
}
.form-block .form-group{
    margin-bottom: 29px;
}
.form-block .common-button{
    font-weight: 400;
    font-family: "Geist", sans-serif;
    letter-spacing: 0;
    margin-top: 22px;
    min-width: 200px;
    padding: 15px 15px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
}
.form-right-img{
    max-width: 610px;
    /* padding-right: 26px; */
}
.form-right-img-area{
    position: relative;
}
.form-right-img-heading{
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0px 0px 12px 12px;
    background: #F4D4DD;
    width: 100%;
    max-width: 610PX;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.form-right-img-heading h4{
    color: #000;
    font-family: "Geist", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

/* ********next-move-tab-sec******* */
.next-move-tab-sec{
    border-radius: 24px 24px 0px 0px;
    background: #FFF;
    margin-top: -30px;
    padding-top: 52px;
    padding-bottom: 42px;
    position: relative;
}
.input-group-text{
    background-color: #fff;
    border: 1px solid #000;
    border-left: 0;
    border-radius: 0;
    border-radius: 0px 10px 10px 0px;
}
.search-area-wrap input:focus{
    box-shadow: none;
    border-color: #000;
}
.search-area-wrap input{
    border-radius: 10px 0 0 10px;
    border: 1px solid #000; 
    background: #FFF;
    border-right: 0;
    color: #ABB7C2;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    padding: 30px 20px;
}
.tab-content-wrap{
    padding-top: 25px;
}
.next-move-tab-area .nav-tabs .nav-link.active li {
    color: #000;
    background-color: transparent;
    border-color: none;

}
.next-move-tab-area .nav-tabs .nav-link {
    border: 0; 
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent;
    color: #000;
}
.next-move-tab-area button:focus {
    outline: none;
}
.Search-btn .common-button{
    min-width: 183px;
    padding: 22px 15px;
    letter-spacing: 0;
    font-family: "Geist", sans-serif;
    font-weight: 400;
}
.Search-btn .common-button:hover{
    background-color: #000;
    color: #FFF;
}
.filter-icon img{
    width: 100%;
}
.filter-icon{
    max-width: 40px;
    filter: brightness(0);
}
.next-move-heading h2{
    color: #0A0915;
    padding-bottom: 17px;
    letter-spacing: normal;
}
.next-move-heading h2 strong{
    font-weight: 700;
    color: #0A0915;
}
.next-move-heading P{
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.next-move-tab-area li{
    padding-bottom: 16px;
    cursor: pointer;
}
.next-move-tab-area ul{
    margin-bottom: 25px;
    border-bottom: 2px solid  rgba(0, 0, 0, 0.10);;
    justify-content: space-between;
}
.next-move-tab-area li{
    width: 20%;
    position: relative;
    color: #000;
    text-align: center;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: 28px;
    font-weight: 700;
    line-height: 33.6px;
}
.next-move-tab-area li::after{
    content: "";
    bottom: -1px;
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #F4D4DD;;
    width: 0;
    transition: all 0.5s;
}
.next-move-tab-area li.active::after{
    width: 100%;
}
/* **********landlord-perfect-property-sec********** */
.landlord-perfect-property-sec{
    background-color: #FFF;
    padding-top: 66px;
    padding-bottom: 100px;
}
.landlord-perfect-property-sec .swiper-button-next img{
    filter: invert(1);
}
.landlord-perfect-property-sec .swiper-button-prev img{
    filter: invert(1);
}
.each-landlord-perfect-property{
    background-color: #000;
    border-radius: 20px;
    padding: 30px 32px;
    min-height: 440px;
}
.landlord-perfect-property-slider .swiper-slide{
    height: auto;
}
.each-landlord-perfect-property-icon{
    width: 52px;
    height: 52px;
    background-color: #F4D4DD;
    border-radius: 100px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-landlord-perfect-property-icon img{
    width: 35px;
}
.each-landlord-perfect-property-btn{
    text-align: center;
}
.each-landlord-perfect-property-btn .common-button{
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding: 22px 15px;
    min-width: 245px;
    letter-spacing: normal;
}
.each-landlord-perfect-property-btn{
    position: absolute;
    left: 32px;
    bottom: 20px;
}
.each-landlord-perfect-property li{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; 
    font-family: "Geist", sans-serif;
    padding-bottom: 2px;
}
.each-landlord-perfect-property h3{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding-top: 29px;
    padding-bottom: 10px;
}
.each-landlord-perfect-property ul{
    padding-left: 26px;
    margin-bottom: 23px;
    margin-bottom: 87px;
}
.each-landlord-perfect-property-info  p{
    margin-bottom: 15px;
    /* max-width: 190px;
    margin-right: auto;
    margin-left: auto; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
}
.landlord-perfect-property-heading h3{
    color: #010101;
    text-align: center;
    font-family: "Geist", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; 
}
.landlord-perfect-property-heading h2{
    color: #000;
    font-family: "Geist", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    padding-bottom: 15px;
}
.landlord-perfect-property-heading p{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    max-width: 510px;
    margin-left: auto ;
    margin-right: auto;
    margin-bottom: 53px;
}
.menu-list{
    display: none;
}
.landlord-perfect-property-slider .swiper-slide > div {
    height: 100%;
    position: relative;
}

.team_slider_btn .swiper-button-next{
    top: 100px;
    right: 0;
    left: auto;
}
.team_slider_btn .swiper-button-prev{
    top: 107px  ;
    right: 60px;
    left: auto;
}
/* .more-content{
    display: none;
} */


.about-us-deliver-info {
    overflow: hidden;
    position: relative;
}
.defult-contents,
.more-contents {
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
}
.defult-contents {
    max-height: 1000px;
}
.more-contents {
    opacity: 0;
    pointer-events: none;
    position: relative;
    max-height: 0;
    overflow: hidden;
}
.about-arrow img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-us-deliver-info:hover .defult-contents {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}
.about-us-deliver-info:hover .more-contents {
    opacity: 1;
    pointer-events: all;
    max-height: 1000px;
    overflow: visible;
}
.about-us-deliver-info:hover .about-arrow img {
    transform: rotate(180deg);
}







.about-us-banner{
    position: relative;
}
.about-us-banner::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 49%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 1;
    bottom: 0;
}
.banner-content-wrapper{
    position: relative;
    z-index: 5;
}
.about-us-banner h2{
    margin-bottom: 22px;
}
.each-values-slider{
    transition: all 0.5s;
}
.each-values-slider:hover{
    background-color: #F4D4DD;
}
.each-values-slider:hover .each-values-icon{
    background-color: #fff;
}
.each-values-slider:hover .values-slider-text p,
.each-values-slider:hover .values-slider-text h3{
    color: #000;
}
.about-arrow{
    text-align: end !important;
    position: relative;
    /* right: -90px; */
}
.defult_ul ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.counter_wrap{
    /* background-color: #000; */
}
.buy-sell-top-sec{
    margin: 100px 0 60px;
    background-color: #000;
    padding-top: 102px;
}
.counter-icon{
    display: flex;
    width: 87px;
    height: 87px;
    padding: 19px 18px 18px 19px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 20px;
    background: #F4D4DD;
    margin: auto;
}
.counter-sec{
    max-width:calc(100% - 250px);
    margin: 0 auto;
}
.counter_wrap{
    display: flex;
    justify-content: space-between;
    padding-bottom: 68px;
    padding-top: 55px;
}
.each-counter{
    flex-basis: 165px;
    flex-shrink: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.counter-conent h6{
    color:  #FFF;
    font-family: "Geist", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -2.5px;
    margin-top: 16px;
}
.counter-conent p{
    color:#FFF;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    margin-bottom: 0;
}
.buy-sell-property-heading {
    text-align: center;
    max-width: 781px;
    margin: auto;
}
.buy-sell-property-heading strong{
    font-weight: 700;
}
.buy-sell-property-heading .common-button{ 
    min-width: 171px;
    padding: 10.5px 20px;
    text-align: center;
    font-family: "Geist", sans-serif;
    font-weight: 400;
    border-radius: 20px;
    letter-spacing: normal;
}
.buy-sell-property-heading .common-button:hover{
    color: #F4D4DD;
    background-color: #000;
}
.buy-sell-property-heading h2{
    color: #fff;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 24px;
    margin-top: 30px;
}
.buy-sell-property-heading p{
    max-width: 533px;
    margin: auto;
    color: #fff;
    line-height: 25px;
}
.buy-sell-all-property-btn{
    text-align: center;
}
.buy-sell-all-property-btn .common-button{
    margin-top: 50px;
    padding: 16px;
    line-height: 28.8px; 
    min-width: 211px;
    border: 2px solid #000;
    background-color: transparent;
    font-family: "Geist", sans-serif;
}
.buy-sell-all-property-btn .common-button:hover{
    background-color: #000;
    color: #fff;
}
.counter-top li .common-button{
    min-width: 220px;
    padding: 5px 20px;
    text-align: start;
    font-weight: 400;
    font-family: "Geist", sans-serif;
    line-height: 28px;
    letter-spacing: normal;
    border-radius: 12px;
}
.common_btn_after{
    display: flex;
    align-items: center;
    column-gap: 5px;
    width: max-content;
}
.common_btn_after::after{
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    content: "";
    background-image: url(../images/clarity_arrow-line.svg);
    background-size: 26px;
    background-position: center;
    background-repeat: no-repeat;
}
.white_btn{
    background: #fff;
    border-color: #fff;
}
.white_btn:hover{
    background: #F4D4DD;
    border-color: #F4D4DD;
}
.counter-top ul{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 19px;
    padding-top: 55px;
}
.form_style {
    resize: none;
    font-family: "Geist", sans-serif;
    color:  #ABB7C2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 10.667px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0px 4.267px 12.8px 0px rgba(13, 10, 44, 0.06);
    height: auto;
    min-height: 63px;
    border: 0;
}
.form_style:placeholder {
	 color:  #ABB7C2;
	opacity: 1;
}
.form_style:-ms-input-placeholder {
	 color:  #ABB7C2;
	opacity: 1;
}
.form_style::placeholder {
	color:  #ABB7C2;
	opacity: 1;
}
.form_style:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
	/* border: 1px solid rgba(246, 248, 230, 0.50); */
    border: 0;
	color: #000;
	background-color: #fff;
}
.form_style:focus::placeholder {
    color: #000;
}

.search-field label{
    font-family: "Geist", sans-serif;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 18px;
}
.search-field-bar{
    padding-left: 55px;
    background-image: url(../images/bx_map.svg);
    background-size: 25px;
    background-position: 15px center;
    background-repeat: no-repeat
}
.search-btn .common-button{
    font-family: "Geist", sans-serif;
    color:  #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 16px 25px; 
    padding-left: 55px;
    background-image: url(../images/ic_baseline-search.svg);
    background-size: 25px;
    background-position: 15px center;
    background-repeat: no-repeat;
    letter-spacing: normal;
}
.search-btn .common-button:focus{
   outline: 0;

}
.search-field .form-group{
    margin-bottom: 0;
}
.search-field .row {
    align-items: end;
    max-width: 1206px;
    margin: auto;
    padding: 30px 39px 48px 39px;
    border-radius: 30px;
    border: 1px solid #FFF;
}
.search-field .row > *{
    max-width: 100%;
    flex: auto;
}
.search-field .col-lg-5{
    width: 35%;
}
.search-field .col-lg-4{
    width: 22.6%;
}
.search-field .col-lg-3{
    width:13.2%;
}
select.form_style {
    appearance: none;
    padding-right: 55px;
    background-image: url(../images/drop-arrow.svg);
    background-size: 20px;
    background-position: 95% center;
    background-repeat: no-repeat
}
.buy-sell-heading {
    max-width: 840px;
    margin: 0 auto;
    text-align: center; 
}
.buy-sell-heading strong{
    color: #F4D4DD;
    font-weight: 700;
}
.buy-sell-heading  p{
    max-width: 708px;
    margin: 25px auto 36px;
    color: #fff;
    font-size: 16px;
}
.buy-sell-property-heading .search-field-bar{
    background-image: url(../images/white-seach.svg);
    margin-top: 32px;
}
.buy-sell-property-heading .form-group .common-button{
    background-color: #D2D2D2;
    padding: 4px 26.5px;
    min-width:max-content;
    color: var(--Black-Color, #000);
    text-align: center;
    font-family: "Geist", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    border-color:#D2D2D2 ;
    position: absolute;
    top: 9px;
    right:13px;
}
.buy-sell-property-heading .form-group .form_style{
    background-color: #fff;
    border: 1px solid #D2D2D2;
    padding: 8px 16px 8px 40px;
    min-height: 48px;
    border-radius: 9999px;
}
.form_style:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
	color: #000;
	background-color: #fff;
}
.buy-sell-property-heading .form-group{
    margin-bottom: 0;
    position: relative;
    display: none;
}
/* =====    buy-sell-from-part       =======  */
.buy-sell-from-part{
    background-color: #fff;
    border-radius: 24px 24px 0px 0px;
    padding-top: 94px;
    padding-bottom: 91px;
}
.buy-sell-from-lft h3{
    color: #000;
    font-family: "Geist", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; 
    letter-spacing: -1px;
    max-width: 376px;
    margin-bottom: 35px;
}
.buy-sell-from-lft p{
    color:#000;
    font-size: 16px;
    margin-bottom: 0;
}

.buy-sell-from-lft h3 strong{
    font-weight: 700;
}
.each-buy-sell-from-lft{
    display: flex;
    column-gap: 16px;
    margin-bottom: 37px;
}
.buy-sell-from-lft-heading{
    margin-bottom: 53px;
}
.buy-sell-from-part .img-part{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #F4D4DD;
    flex-shrink: 0;
}
.buy-sell-from-lft{
    color: #fff;
}
.content-part h4{
    font-family: "Geist", sans-serif;
    color:  #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
}
.content-part p{
    color:  #888;
    margin-bottom: 0;
   padding-right: 44px;
}
.buy-sell-from-right ul{
    background: #D2D2D2;
    border-radius: 12px;
}
.buy-sell-from-right li{
    width: 50%;
    border-radius: 12px;
    background: #D2D2D2;
    text-align: center;
    padding: 16px 10px; 
}
.buy-sell-from-right li a{
    color: #000;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    padding: 0;
}
.buy-sell-from-right li a.active{
    color: #fff;
}
.buy-sell-from-right .nav-item:has(.active){
    background-color: #000;
}
.input_field{
    color: #000;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    width: 100%;
    padding: 4px 0px 13px 0px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.40);
    background: transparent;
    outline: 0;
    box-shadow: none;
}
.input_field::placeholder{
   color: #888;
}
.buy-sell-from-right{
    padding-left:45px ;
}
.buy-sell-form-part label{
    color:  #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* margin-bottom: 22px; */
}
select.input_field {
    appearance: none;
    background-image: url(../images/weui_arrow-outlined.svg);
    background-repeat: no-repeat;
    background-position: 95% 10px;
    color:#888;
    padding-right: 20px;
    text-overflow: ellipsis;
} 
.col-md-12 select.input_field {
    background-position: 98% 10px;
}
.input_field select:focus{
    outline: 0;
    border-color:#000;
}
.buy-sell-from-right .tab-content{
    margin-top: 49px;
}
.buy-sell-form-part .common-button{
    color:  #000;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    margin-top: 45px;
    padding: 15px;
}
.buy-sell-form-part .common-button:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
/*============== view-detail ================*/
.property-dtl-banner {
    margin-top: 120px;
}
.listing-banner-img{
    margin: 40px 0;
    border-radius: 24px;
    position: relative;
}
.listing-banner-img::after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 47.14%);
    z-index: 1;
    border-radius: 24px;
}
.listing-banner-content{
    max-width: 886px;
    margin: auto;
    text-align: center;
    padding-top: 110px;
    position: relative;
    z-index: 5;
}
.listing-banner-content strong{
    display: block;
    color: #F4D4DD;
    font-style: normal;
    font-weight: 700;
}
.listing-searh-field .col-2{
    width: 20%;
    max-width: 20%;
}
.listing-searh-field ul li a{
    padding: 0;
    color: #000;
    text-align: center;
    font-family: "Geist", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
    padding: 1px 50px 5px;
    border-radius: 10px 10px 0 0;
    background: #F4D4DD;
}
.listing-searh-field ul li a.active,
.listing-searh-field ul li a:hover {
    background-color: #fff;
}
.listing-searh-field ul {
    column-gap: 2px;
}
.listing-form-style{
    color: #A4A4A4;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    width: 100%;
    border-radius: 6.4px;
    border: 1.067px solid #A4A4A4;
    padding: 2px 10.667px;
    background-image: url(../images/up-dwl-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-right: 20px;
    text-overflow: ellipsis;
    appearance: none;
}
.listing-form-style::placeholder{
   color: #A4A4A4;
}
.listing-form-style:focus{
    outline: none;
    box-shadow: none;
    border: 1.067px solid #A4A4A4;
}
.listing-searh-field-wrap{
    /* max-width: 1230px; */
    
    margin:  auto ;
    padding: 106px 0 110px;
    background-color: #fff ;
    padding: 25px;
    border-radius: 21.333px;
}
.listing-searh-field-wrap .row{
    align-items: end;
    margin-left: -5px;
    margin-right: -5px;
}
.listing-searh-field-wrap .row > *{
    flex-basis: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.listing-searh-field-wrap label{
    font-family: "Geist", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.listing-searh-field-wrap .common-button{
    width: 100%;
    min-width: 100%;
    border-radius: 6.4px;
    background: #000;
    border-color: #000;
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    padding: 2px 10px;
}
.listing-searh-field-wrap .common-button:hover {
    background-color: #F4D4DD;
    border-color: #F4D4DD;
    color: #000;
}
.big-search{
    color: #A4A4A4;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    width: 100%;
    padding: 12px 69px 12px 12px;
    border-radius: 40px;
    border: 1px solid  #DEDEDF;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
}
.big-search::placeholder{
   color: #A4A4A4;
}
.big-search:focus{
    outline: none;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
    border: 1.067px solid #DEDEDF;
}
.big-search-wrap{
    position: relative;
}
.big-search-wrap button{
    background: #000;
    outline: 0;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px;
}
.search-right label{
    color:  #fff;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    flex-shrink: 0;
}
.search-right select{
    appearance: none;
    color: #fff;
    background-color: #000;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    border-radius: 6.4px;
    border: 1.067px solid #D2D2D2;
    padding: 15px 10.667px;
    background-image: url(../images/searh-by-arrrow.svg);
    background-repeat: no-repeat;
    background-position: 92% center;
} 
.search-right select:focus{
    outline: 0;
    border-color:#A4A4A4;
}
.listing-mid-right {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.search-right{
    display: flex;
    /* width: 231px; */
    width: 48%;
    align-items: center;
    column-gap: 8px;
    flex-shrink: 0;
}
.listing-mid-sec{
    margin-top: 53px;
    margin-bottom: 18px;
    overflow: hidden;
}
.filter-btn button{
    border: 0;
    outline: 0;
    background-color: #fff;
    color: #000;
    font-family: "Geist", sans-serif;
    padding: 11px 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 43px;
    column-gap: 12px;
    min-width: 176px;
}
.filter-btn button::after{
    background-image: url(../images/Filter.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 35px;
    height: 35px;
    content: "";
    flex-shrink: 0;
}
.listing-filter ul{
    display: flex;
    column-gap: 19px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 53px;
}
.listing-filter li{
    padding: 2px 16px;
    color:  #fff;
    text-align: center;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 50px;
    border: 1px solid  #888;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.listing-filter li:hover,
.listing-filter .active-filter{
    background-color: #F4D4DD;
    border-color: #F4D4DD;
    color: #000;
}
.listing-mid-sec .row > *{
    flex-basis: auto;
    padding:0;
    
}
.listing-mid-sec .row {
    align-items: center;
    gap: 13px;
    padding:0  15px ;
    flex-wrap: nowrap;
}
.listing-mid-sec-top .col-8{
    /* max-width:65%; */
    max-width: 100%;
    flex: 0 0 auto;
    width: 65%;
}
 .listing-mid-sec-top .col-4 {
    /* max-width: 34%; */
    max-width: 100%;
    flex: 0 0 auto;
    width: 33%;
}
.listing-searh-field{
    padding-left: 100px;
    padding-right: 100px;
}
.listing-banner-img .listing-searh-field{
    padding-bottom: 93px;
    position: relative;
    z-index: 5;
}
.property-dtl-slider-image img{
    border-radius: 18px;
}
.property-dtl-slider-image .mySwiper2 {
    margin-bottom: 20px;
    height: 599px;
}
.property-dtl-slider-image .swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.back-to-search a{
    color: #fff;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    position: relative;
    padding-left: 20px;
    line-height: 25px;
    display: inline-block;
    margin-bottom: 29px;
}
.back-to-search a::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 15px;
    width: 15px;
    background-image: url(../images/back-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    transform: translateY(-50%);
}
.back-to-search a:hover {
    opacity: 0.5;
}
.property-dtl-slider-image .common-arrow{
    height: 50px;
    width: 50px;
    background-color: #D2D2D2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.property-dtl-slider-image .swiper-button-prev{
    left: 25px;
}
.property-dtl-slider-image .swiper-button-next{
    right: 25px;
}
.property-dtl-slider-sec{
    margin-top: 50px;
    margin-bottom: 40px;
}
.contacr-man-part{
    display: flex;
    align-items: center;
    column-gap: 22px;
    margin-top: 16px;
}
.property-dtl-slider-from{
    height: 100%;
}
.contact_man{
    width: 74px;
    height: 74px;
    border-radius: 100%;
    flex-shrink: 0;
    overflow: hidden;
}
.contact_man img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.contacr-man-part h6{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 0; 
}
.contacr-man-part p{
    color:  #FFF;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    margin-bottom: 0;
}
.property-dtl-slider-from{
    border-radius: 18px;
    border: 1px solid  #F4D4DD;
    padding: 21px 30px;
}
.property-dtl-slider-from-wrap ul{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 27px;
}
.property-dtl-slider-from-wrap .common-button{
    border-radius: 12px;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block;
}
.white_btn{
    background-color: #fff;
    color: #000;
}
.trans_btn{
    background-color: transparent;
    color: #fff;
}
textarea.contact_form_inputfield{
    min-height: 91px;
}
.contact_form_inputfield{
    resize: none;
    appearance: none;
    border-radius: 6px;
    border: 1px solid #F4D4DD;
    width: 100%;
    color: #888;
    font-family: "Geist", sans-serif;
    padding: 11px 13px 11px 13px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    outline: none;
    box-shadow: none;
    background-color: transparent;
}
.property-dtl-slider-from-wrap h5{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
    margin-bottom: 12px;
}
.form-heading{
    margin-top: 31px;
}
.property-dtl-slider-from-wrap .form-group{
    margin-bottom: 18px;
}
.property-dtl-heading h5{
    color:  #FFF;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.property-dtl-heading p{
    margin-bottom: 0;
}
.property-dtl-heading ul{
    display: flex;
    column-gap: 19px;
    margin: 53px 0 50px;
}
.property-dtl-heading ul li{
    color:  #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.property-dtl-heading li img{
    flex-shrink: 0;
}
.property-dtl-part{
    margin-top: 48px;
    margin-bottom: 100px;
}
.product_description ul{
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    max-width: 900px;
    padding-left: 25px;
    margin-bottom: 50px;
}
.product_description ul li{
    font-family: "Geist", sans-serif;
    width: 24%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
}
.product_description h5{
    color: #FFF;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; 
    margin-bottom: 10px;
}
.product_description p{
    margin-bottom: 10px;
}
.product_description p:not(:last-child){
    margin-bottom: 23px;
}
.buy-sell-listing ul{
    margin-bottom: 40px;
}
.each-exclusive-property .common-button{
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    padding: 15px;
    margin-top: 32px;
    font-weight: 400;
    line-height: 28px;
    font-size: 20px;
    font-family: "Geist", sans-serif;
}
.buy-sell-property-list .row{
    row-gap: 50px;
}
.buy-sell-property-list .trans_btn{
    margin-top: 50px;
    border-color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; 
    min-width: 250px;
    padding: 15px;
    font-family: "Geist", sans-serif;
}
.buy-sell-property-list{
    margin-bottom: 100px;
}
.buy-sell-property-list .each-exclusive-property-content h3 {
    font-weight: 700;
}
.btm-slider-heading h6{
    color:  #FFF;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
    margin-bottom: 50px;
}
.view-property-btn .trans_btn{
    border-color: #fff;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 50px;
}
.view-property-btn{
    text-align: center;
    display: none;
}
.dtl-product_slider{
    margin-bottom: 111px;
}


/******* Modal Area **********/
.modal-form-area{
    background-color: #000;
    padding:48px;
    gap:24px;
    min-width: 455px;
    max-width:455px
}
.switch-box input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}
.switch-box label {
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 20px;
	background:transparent;
	display: block;
	border-radius: 100px;
	position: relative;
    border:1px solid #fff
}
.switch-box label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 2px;
	width: 16px;
	height: 16px;
	background: #F4D4DD;
	border-radius: 90px;
	transition: 0.3s;
}
.switch-box input:checked + label {
	background: #fff;
}
input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}
.modal-dialog{
    max-width: 1070px;
}
.modal-content{
    border-radius: 12px;
    overflow: hidden;
}
.modal-form .each-form-field label{
    color: #FFF;
    font-size: 16px;
    margin-bottom: 8px;
}
.modal-form .each-form-field input{
    background-color: #fff;
    padding: 11px 8px 11px 16px;
    border-radius:6px;
    color:#000;
    border: 1px solid #F4D4DD
}
.modal-form .each-form-field {
    margin-bottom: 15px;
}
.switch-box span{
    color:#FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
}
.forget-password a{
    color: #F4D4DD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.modal-form .form-button button {
    width: 100%;
    padding: 21px 30px;
}
.google-sign-in a{
    border-radius: 6px;
    border: 1px solid #888;
    background: #000;
    padding:10px 15px;
    width: 100%;
    text-align:center;;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    display: inline-block;
}
.google-sign-in a img{
    margin-right: 8px;
}
.divider{
    background:  #E5E5E5;
    width: 100%;
    height: 1px;;
}
.sign-up-link{
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.sign-up-link a:hover{
    color:#fff
}
.sign-up-link p{
    margin:0px
}
.show-passwod{
    position: absolute;
    right:10px;
    top:44px
}
.close{
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 1;
    float: none;
    z-index: 9;
    color: #fff !important;
    cursor: pointer;
}
.modal-form .form-button{
    margin-top: 10px;
}
.modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-image img{
    height: 100%;
    object-fit: cover;
}
.modal-form-area  h3{
    font-size: 20px;
    line-height: 28px;
}
.modal-form .row{
    margin:0px -5px
}
.modal-form .row > div{
    padding:0px 5px
}
/************ filter Part ***********/
.filter-area{
    max-width:756px;
    width:100%;
    position: fixed;
    top:0px;
    left:-100%;
    background-color: #FFF;
    border-radius: 18px;;
    height: 100%;
    z-index: 999;
    opacity: 0;;
    transition: all 0.5s;;
    -webkit-transition: all 0.5s;;
}
.filter-area.active{
    left:0px;
    opacity: 1;;
    transition: all 0.5s;;
    -webkit-transition: all 0.5s;;
}
.filter-by-tab-list-wrapper {
    min-width: 215px;
    max-width: 215px;;
    background: #F4D4DD;
    padding:33px 23px;
}
.filter-by-tab-list-wrapper h6{
    text-align: center;
    color:  #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 12.782px; /* 79.889% */
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom:1px solid #000
}
.filter-list-items ul{
    display: flex;
    flex-direction: column;
    gap:11px
}
.filter-list-items ul li a{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.785px; /* 79.909% */
    min-width: 145px;
    display: inline-block;
    padding: 10px;
    border-radius:10px;
}

.filter-list-items ul li a span{
    margin-right: 6px;
}
.filter-list-items ul li a:hover, .filter-list-items ul li.active a{
    background-color: #000;
    color:#fff
}
.filter-list-items ul li a img{
    transition: all 0.5s;;
}
.filter-list-items ul li a:hover img, .filter-list-items ul li.active a img{
    filter:invert(1);
    transition: all 0.5s;;
}
.filter-tab-content-area{
    padding:30px 45px 25px;
    width: calc(100% - 215px)
}
.filter-heading{
    color:  #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 12.782px; /* 79.889% */
    padding-bottom: 30px;
}
.filter-heading span{
    margin-right: 8px;
}
.location-filter-search {
    margin-bottom: 35px;
}
.location-filter-search form{
    border-radius: 40px;
    border: 1px solid  #D2D2D2;
    background:  #FFf;
    padding:8px;
    gap:10px
}
.location-filter-search form button{
    min-width: 40px;
    max-width: 40px;
    height:40px;
    border:0px;
    border-radius:100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-filter-search input{
    width: 100%;
    border:0px;
    border-radius:0px;
    font-size: 16px;
}
.location-filter-search input:focus{
    outline:none
}
.filter-bottom-part{
    position: absolute;
    bottom:0px;
    left:0px;
    width: 100%;
    background-color: #fff;
}
.filter-bottom-part p{
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    margin-bottom: 10px;
}
.filter-button-apply a, .filter-button-apply a.apply:hover{
    color:#000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    min-width:215px;
    text-align: center;
    padding:16px;
    border-radius: 8px;
    border: 1px solid #888;
    background-color: #fff;
}
.filter-button-apply a.apply, .filter-button-apply a:hover{
    background-color: #000;
    color:#fff
}
.filter-button-apply{
    gap:15px;
}
.form-group {
    display: block;
    margin-bottom: 0px;
}
.location-listing .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.location-listing .form-group label {
    position: relative;
    cursor: pointer;
    color:#000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.783px; /* 79.894% */
}
.location-listing .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    border-radius:5px;
}
.location-listing .form-group input:checked + label:before {
    background-color: #000;
}
.location-listing .form-group input:checked + label:after{
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 7px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.location-listing form {
    display: flex;
    flex-direction: column;
    gap:30px;
    margin-bottom: 30px;
}
.location-listing a{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.703px; /* 148.143% */
}
.location-listing a:hover{
    color: #F4D4DD;
}
.button-fields .button {
    position: relative;
    width: calc(50% - 10px);
    height: 40px;
}
.button-fields .button label,
.button-fields .button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #888;
    border-radius: 8px;
    overflow: hidden;
}
.button-fields .button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}
.button-fields .button input[type="radio"]:checked + label {
    background: #F4D4DD;
    border-color: #F4D4DD;
}
.button-fields .button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 168.75% */
}
.button-fields {
    gap:15px
}
.noUi-horizontal .noUi-tooltip {
    display: none;
}
.price-range{
    margin-top:40px;
    margin-bottom: 35px;
    padding-left: 3px;
}
#slider{
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 20px !important;
}
.noUi-horizontal .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    right: -17px !important;
    top: -7px !important;
    border-radius: 100% !important;
    background: #F4D4DD !important;
    border-color:#F4D4DD !important;
    box-shadow: none!important;
}
.noUi-handle:after, .noUi-handle:before {
    display: none !important;
}
.noUi-horizontal {
    height: 6px !important;
    background: #D2D2D2 !important;
    border: 0px !important;
}
.noUi-connect {
    background: var(--base-blue) !important;
}
.price-button-area input, .price-button-area > div{
    width: max-content;
    border:0px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 168.75% */
}
.noUi-connect {
    background: #F4D4DD !important;
}
.price-quick-access ul {
    display: flex;
    flex-wrap:wrap;
    column-gap: 19px;
    row-gap:30px
}
.price-quick-access ul li a{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    border-radius: 50px;
    border: 1px solid #888;
    padding:8px 16px;
    display: inline-block;
    background-color: #fff;
}
.price-quick-access ul li.active a{
    border: 1px solid #F4D4DD;;
    background-color: #F4D4DD;
}
.property-type-heading{
    border-radius: 40px;
    background: #F4D4DD;
    padding: 11px 0px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.782px; /* 79.889% */
    margin-bottom: 25px;
}
.location-listing .form-group label strong{
    border-radius: 30px;
    border: 0.5px solid #D2D2D2;
    padding: 3px 10px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 12.783px;
    margin-left: 5px;
}
.location-listing.property-type-listing form{
    flex-direction: unset;
    flex-wrap:wrap;
    column-gap: 0;; 
}
.location-listing.property-type-listing form div{
    width: 50%;
}
.filter-middle-part{
    overflow: auto;
    visibility: hidden;
}
.filter-middle-part::-webkit-scrollbar-track{
	background-color: #F5F5F5;
}

.filter-middle-part::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}

.filter-middle-part::-webkit-scrollbar-thumb{
	background-color: #000000;
	border: 2px solid #555555;
}
.filter-middle-part,
.filter-middle-part:hover,
.filter-middle-part:focus {
  visibility: visible;
}

.scrollbox_delayed {
  transition: visibility 0.2s;
}
.scrollbox_delayed:hover {
  transition: visibility 0s 0.2s;
}
.each-filter-tab-info{
    display:none;
}
.each-filter-tab-info.active{
    display:block;
}
.filter-close{
	position:absolute;
	top:15px;
	right:15px;
}
.filter-close i{
	color:#000;
	font-size:25px;
}
/*=========================investor page start========================*/
/****investor-banner***/
.investor-banner {
    padding: 180px 0 100px;
    position: relative;
}
.investor-banner .banner-content-wrapper {
    max-width: 667px;
}
.investor-banner .banner-content-wrapper h1 {
    color: #000;
}
.investor-banner .banner-content-wrapper p {
    color: #000;
    max-width: 500px;
}
/****invesment-counter-sec***/
.invesment-counter-sec {
    margin: 66px 0;
}
.invesment-counter-wrap {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}
.invesment-counter-wrap .row {
    row-gap: 36px;
}
.each-invesment-counter {
    text-align: center;
}
.each-invesment-counter em {
    max-width: 87px;
    height: 87px;
    border-radius: 20px;
    background-color: #F4D4DD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    margin: 0 auto;
}
.each-invesment-counter h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px; 
    letter-spacing: -2.5px;
    margin-top: 16px;
}
.each-invesment-counter h3 strong {
    font-weight: normal;
}
.each-invesment-counter h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; 
}
/***invesment-solution-sec***/
.invesment-solution-sec {
    margin: 160px 0 154px;
}
.invesment-solution-heading {
    max-width: 835px;
    margin: 0 auto 86px;
}
.invesment-solution-heading h6 {
    color: #0A0915;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #F4D4DD;
    display: inline-block;
    min-width: 210px;
    text-align: center;
}
.invesment-solution-heading h2 {
    margin: 28px 0 25px;
}
.invesment-solution-heading p {
    margin-bottom: 0;
}
.invesment-solution-main .row {
    row-gap: 116px;
}
.each-invesment-solution {
    max-width: 346px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.each-invesment-solution h3 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 15px 0;
}
.each-invesment-solution p {
    margin-bottom: 0;
}
/****success-sec******/
.success-sec {
    padding: 104px 0 120px;
    background-color: #fff;
}
.success-heading {
    max-width: 841px;
    margin: 0 auto 50px;
}
.success-heading h6 {
    color: #0A0915;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #F4D4DD;
    display: inline-block;
    min-width: 210px;
    text-align: center;
}
.success-heading h2 {
    color: #000;
    margin: 30px 0 25px;
}
.success-heading h2 strong {
    color: #000;
}
.success-heading p {
    color: #000;
    margin-bottom: 0;
}
.success-main .row {
    row-gap: 20px;
    margin: 0 -10px;
}
.success-main .col-lg-4 {
    padding: 0 10px;
}
.each-success {
    height: 100%;
    border-radius: 16px;
    background-color: #000;
    padding: 34px 23px;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-success:hover {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.8);
}
.each-success em {
    font-style: normal;
    width: 83px;
    height: 83px;
    background-color: #F4D4DD;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}
.each-success h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; 
}
.each-success p {
    margin: 32px 0 20px;
    min-height: 3lh;
}
.each-success ul {
    padding-left: 20px;
    margin-bottom: 33px;
}
.each-success li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; 
    margin-bottom: 6px;
}
/****invesment-form-sec****/
.invesment-form-sec {
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    margin-top: -24px;
    background-color: #000;
    padding: 100px 0;
}
.invesment-form-heading {
    max-width: 533px;
    width: 100%;
    margin: 0 auto 56px;
}
.invesment-form-heading h2 {
    margin-bottom: 21px;
}
.invesment-form-heading p {
    margin-bottom: 0;
}
.invesment-form-sec .col-lg-6 {
    padding: 0 20px;
}
.invesment-form-sec .row {
    margin: 0 -20px;
}
.each-invesment-form {
    padding: 72px 40px 40px;
    border-radius: 16px;
    background-color: #fff;
    height: 100%;
}
.each-invesment-form h2 {
    color: #000;
    font-weight: 500;
}
.each-invesment-form p {
    margin: 22px 0 40px;
    color: #000;
}
.each-invesment-form .each-form-field {
    margin-bottom: 22px;
}
.each-invesment-form input::placeholder {
    color: #888;
}
.each-invesment-form input:placeholder {
    color: #888;
}
.each-invesment-form input:-moz-placeholder {
    color: #888;
}
.each-invesment-form textarea::placeholder {
    color: #888;
}
.each-invesment-form textarea:placeholder {
    color: #888;
}
.each-invesment-form textarea:-moz-placeholder {
    color: #888;
}
.each-invesment-form .form-select-style {
    color: #888;
}
.each-invesment-form .each-form-field textarea {
    width: 100%;
    resize: none;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.40);
    padding: 17px 20px;
    min-height: 105px;
    color: #999;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}
.each-invesment-form .each-form-field textarea:focus {
    outline: none;
}
.each-invesment-form .common-button {
    min-width: 100%;
    text-align: center;
	font-family: "Geist", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; 
    padding: 15px;
    border-radius: 8px;
}
.each-invesment-form .form-blk-btn {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.each-invesment-form .form-blk-btn:hover {
    color: #000;
    background-color: #F4D4DD;
    border-color: #F4D4DD;
}
.each-invesment-form .form-button {
    margin-top: 0;
}
.invesment-form-btn{
    margin-bottom: 30px;
}
.invesment-form-btn ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    background-color: #F4D4DD;
    border-radius: 8px;
    overflow: hidden;
}
.invesment-form-btn li {
    padding: 12px;
    height: 100%;
    cursor: pointer;
    border-radius: 8px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.invesment-form-btn li.inv-form-active {
    background-color: #fff;
}

@media (max-width: 991px) {
   .page-template-template-investor .banner-area::after {
        background: none;
    }
}

@media(min-width:1000px){
	.swiper-3d .swiper-slide-shadow-right {
		background-image: none;
	}
}






























