@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat:wght@100;300;400;500;600;700;800;900&family=Poppins:wght@400;700&family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700&display=swap');
@import "bootstrap.min.css";
@import "swiper-bundle.min.css";
@import "scrollbar-style.css";
@import "lightslider.css";


/* Custom Reset */
body {
    font-family: 'Inter', sans-serif;

}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}


.wrapper {
    overflow: hidden;
}

.login-pges {
    padding: 103px 0 0 0;
}

.manage-login-pges {
    padding: 140px 0 0 0;
}

/**** HEADER *****/
header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.5s ease-in-out;
}

.black-logo {
    display: none;
}

/**** HEADER ACTIVE ****/
header.active {
    position: fixed;
}

header.active {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 9%);
    transition: all 0.5s ease-in-out;
}

header.active .navbar-toggler svg path {
    fill: #141414;
    stroke: #141414;
}

header.active .navbar-nav .nav-item .nav-link.Request-btn {
    background: #237BFD;
    border: 1px solid #237BFD;
    color: #fff;
}

header.active .navbar-nav .nav-item .nav-link {
    color: #141414;
}

header.active .header-bottom {
    border-top: 1px solid rgba(20, 20, 20, 0.1);
}

header.active .dropdown .dropdown-btn {
    color: #141414;
}

header.active .dropdown .dropdown-btn img {
    filter: brightness(10.5%);
}

header.active .black-logo {
    display: block;
}

header.active .white-logo {
    display: none;
}

/*******/
.navbar {
    padding: 10px 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    height: 60px;
}

.navbar-nav .nav-item {
    margin-left: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav .nav-item:first-child {
    margin: 0;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding: 0;
}

.navbar-nav .nav-item .nav-link.Request-btn {
    font-weight: 600;
    color: #141414;
    font-size: 18px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 48px;
    width: 190px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.navbar-nav .nav-item .nav-link.Request-btn:hover {
    background-color: #141414;
    color: #fff;
    border: 1px solid #141414;
}

.header-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0;
}

.header-bottom ol {
    display: flex;
    align-self: center;
    justify-content: space-around;
}

.header-bottom ol li {
    margin: 0 60px;
}

.dropdown .dropdown-btn {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown .dropdown-btn img {
    margin-left: 12px;
}

.dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.11);
    padding: 15px 16px;
    min-width: 260px;
    width: 100%;
    border-radius: 0;
    border: none;
}

.dropdown .dropdown-menu li {
    margin: 0;
}

.dropdown .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

.dropdown-menu .dropdown-item {
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    padding: 14px 0;
    border-bottom: 1px solid rgba(202, 200, 218, 0.202387);
}

.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #0D6EFD;
}

/****** HEADER SECOND *****/
.second-header {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
    position: fixed;
    z-index: 100;
}

.second-header .navbar-nav .nav-item .nav-link {
    color: #141414;
}

.second-header .navbar-nav .nav-item .nav-link.Request-btn {
    background: #237BFD;
    border: 1px solid #237BFD;
    color: #fff;
    margin: 0;
}

.second-header .navbar-nav .nav-item .nav-link.Request-btn:hover {
    background-color: #141414;
    border: 1px solid #141414;
}

.second-header .header-bottom {
    border-top: 1px solid rgba(20, 20, 20, 0.1);
    padding: 17px 0;
}

.second-header .dropdown .dropdown-btn {
    color: #141414;

}

.second-header .dropdown .dropdown-btn svg {
    margin-left: 12px;
}

.second-header .dropdown .dropdown-btn svg path {
    stroke: #141414;
}

.second-header .dropdown .dropdown-btn.show {
    color: #0D6EFD;
}

.second-header .dropdown .dropdown-btn.show svg path {
    stroke: #0D6EFD;
}

/****** BANNER SEC *****/
.banner-sec {
    background: url(../images/banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 625px;
    margin: 0;
    padding: 165px 0 0 0;
    position: relative;
}

.banner-sec::after {
    position: absolute;
    content: "";
    left: -120px;
    bottom: -85px;
    width: 117%;
    background: #FFFFFF;
    filter: blur(35px);
    height: 188px;
}

.banner-sec .text-box {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.banner-sec .text-box h3 {
    font-size: 94px;
    line-height: 100px;
    font-family: 'Playfair Display', serif;
    color: #FFFFFF;
}

.banner-sec .text-box p {
    font-weight: 400;
    font-size: 26px;
    margin: 15px 0;
    color: rgb(255, 255, 255, 0.8);
}

.banner-sec .text-box .btn-default:hover {
    background-color: #fff;
    color: #141414;
    border: 1px solid #fff;
}

.btn-default {
    font-weight: 600;
    font-size: 22px;
    background: #141414;
    border: 1px solid #141414;
    color: #fff;
    width: 230px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.btn-default:hover {
    background-color: transparent;
    color: #141414;
}

.banner-sec .image-holder {
    float: none;
    margin: 0;
    margin-left: auto;
    max-width: 604px;
}

.banner-sec .image-holder img {
    max-width: 100%;
}

/***** BUY RENTING *****/
.buying-renting-sec {
    padding: 100px 0 60px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.title {
    position: relative;
}

.title h1 {
    color: #141414;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    font-weight: 600;
    font-size: 64px;
    line-height: 100px;
}

.title h1 span {
    border-bottom: 2px solid #EA4137;
    display: inline-block;
}

.title h2 {
    color: #141414;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    font-weight: 600;
    font-size: 64px;
    line-height: 100px;
}

.title h2 span, .title h3 span {
    border-bottom: 2px solid #EA4137;
    display: inline-block;
}

.buying-renting-inner {
    margin: 50px 0 0 0;
}

.buying-renting-box {
    background: #FFFFFF;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    text-align: center;
    padding: 89px 0 82px;
    margin: 15px 0;
}

.buying-renting-box h3 {
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    font-family: 'Playfair Display', serif;
    margin: 40px 0px 0 0;
}

.buying-renting-box p {
    font-weight: 400;
    font-size: 30px;
    line-height: 149.02%;
    color: #000000;
    max-width: 605px;
    width: 100%;
    margin: 60px auto 50px;
}

.buying-renting-shape {
    position: absolute;
    left: 0;
    bottom: -135px;
    width: 100%;
}

/***** RENTAL JOURNEY SEC ******/
.rental-journey-sec {
    background-color: #F5F5F5;
    padding: 405px 0 105px;
}

.rental-journey-inner {
    background: url(../images/rental-journey-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0 0 30px 0;
}

.rental-journey-inner .image-holder {
    padding: 0 0 0 100px;
    margin: -156px 0 0 0;
}

.rental-journey-inner .text-box {
    padding: 70px 0 0 0;
}

.rental-journey-inner .text-box h3 {
    font-weight: 600;
    font-size: 44px;
    line-height: 143%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #FFFFFF;
    margin-bottom: 70px;
}

.rental-journey-inner .text-box ul {
    display: flex;
    align-items: center;
    margin: 0 -12px;
}

.rental-journey-inner .text-box ul li {
    padding: 0 12px;
}

/***** POPULAR SEARCH ******/
.popular-search-sec {
    background-color: #F5F5F5;
}

.popular-search-inner {
    margin: 85px 0 0 0;
}

.popular-search-box {
    margin: 0 0 45px 0;
}

.popular-search-box h4 {
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #141414;
    margin: 0 0 18px 0;
    font-weight: 600;
    font-size: 22px;
}

.popular-search-box ul li a {
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    color: #0D6EFD;
}

.popular-search-box ul li a:hover {
    color: #0D6EFD;
    text-decoration: underline;
}

.popular-search-box ul li:last-child {
    margin: 0;
}

.carousel-btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    margin: 0 -11px;
}

.carousel-control-next,
.carousel-control-prev {
    position: static;
    border: 1px solid #606770;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    margin: 0 11px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background: #FFFFFF;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.11);
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
}

.carousel-control-next:hover svg path,
.carousel-control-prev:hover svg path {
    stroke: #0D6EFD;
}

/***** FOOTER ******/
footer {
    background-color: #fff;
    padding: 100px 0;
}

.gry-bg {
    background: #F5F5F5;
}

.footer-logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.footer-link h4 {
    color: #141414;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 24px;
    font-family: 'Playfair Display', serif;
}

.footer-link ul li {
    margin-bottom: 15px;
}

.footer-link ul li:last-child {
    margin: 0;
}

.footer-link ul li a {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #141414;
    display: block;
}

.footer-link ul li a:hover {
    color: #0D6EFD;
}

.footer-social h4 {
    color: #141414;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 25px;
    font-family: 'Playfair Display', serif;
}

.footer-social ul {
    display: flex;
    align-items: center;
}

.footer-social ul li {
    margin-right: 21px;
}

.footer-social ul li:last-child {
    margin: 0;
}

.footer-social ul li a {
    background: rgba(20, 20, 20, 0.1);
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.footer-social ul li a:hover {
    background-color: rgba(20, 20, 20, 1);
    transition: all 0.5s ease-in-out;
}

.footer-social ul li a svg path {
    transition: all 0.5s ease-in-out;
}

.footer-social ul li a:hover svg path {
    fill: #fff;
    transition: all 0.5s ease-in-out;

}

.copyright {
    background: #141414;
    padding: 21px 0;
}

.copyright p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A1A1A1;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
}

.copyright p img {
    margin-right: 16px;
}

/****** LISTING HOUSE SELE PAGE ******/
.listing-house-sec {
    background: #F5F5F5;
    padding: 150px 0 5px;
    position: relative;
}

.listing-house-inner {
    margin: 60px 0 0 0;
}

.listing-house-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 10.7661px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 15px 0;
}

.listing-house-holder {
    position: relative;
}

.listing-house-holder::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 67px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.89%, #000000 100%);
    z-index: 10;
}

.view-btn {
    background: #FFFFFF;
    box-shadow: 0px 8.61284px 17.2257px 4.30642px rgba(0, 0, 0, 0.25);
    border-radius: 22.7542px;
    height: 38px;
    max-width: 83px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 21px;
    color: #484A4C;
    position: absolute;
    right: 17px;
    z-index: 10;
    top: 17px;
}

.view-btn img {
    margin-right: 5px;
}

.listing-house-holder .swiper {
    z-index: auto;
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(23.6853px);
    /* Note: backdrop-filter has minimal browser support */
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-size: 17px;
}

.swiper-pagination {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    z-index: 100;
}

.listing-house-box .text-box {
    padding: 22px 22px 0;
}

.listing-house-box .text-box .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0px;
}

.listing-house-box .text-box .media h4 {
    font-weight: 500;
    font-size: 22px;
    color: #001533;
}

.tag {
    background: rgba(255, 185, 0, 0.1);
    border-radius: 5px;
    width: 102px;
    height: 34px;
    font-weight: 600;
    color: #FFB900;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag.red-bg {
    color: #EA352B;
    background: rgba(234, 53, 43, 0.1);
    width: 119px;
}

.listing-house-box .text-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.listing-house-box .text-box ul li {
    width: 50%;
    font-weight: 400;
    font-size: 20px;
    color: #484A4C;
    display: flex;
    margin: 0 0 18px 0;
    align-items: center;
}

.listing-house-box .text-box ul li img {
    margin-right: 11px;
}

.listing-house-box .text-box ul li.amount {
    font-weight: 600;
    color: #00B22D;
    width: 100%;
    font-size: 22px;
}

.listing-house-box .text-box p {
    font-weight: 400;
    font-size: 20px;
    color: rgba(72, 74, 76, 0.7);
    margin: 0 0 20px 0;
}

.listing-house-box .text-box ol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 17px 0;
}

.listing-house-box .text-box ol li {
    font-weight: 400;
    font-size: 16px;
    color: #484A4C;
    display: flex;
    align-items: center;
}

.listing-house-box .text-box ol li span {
    width: 50px;
    height: 50px;
    background: #F5F5F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
}

.load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 85px 0 0 0;
}

.load-more a {
    font-weight: 500;
    color: #0D6EFD;
    font-size: 27px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.load-more a span {
    background: #FFFFFF;
    border: 1px solid #AAAEB2;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    margin: 0 auto 10px;
    height: 72px;
}

.load-more a span img {
    margin: 0 0 40px 0;
}


/**** FAQ SEC *****/
.faq-sec {
    position: relative;
    padding: 210px 0 80px 0;
}

.faq-inner {
    margin: 70px 0 0 0;
}

.accordion-item {
    margin-bottom: 30px;
    background: #F5F5F5;
    border: none;
    border-radius: 0;
    padding: 51px 58px 51px 38px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button {
    background-color: transparent;
    font-weight: 500;
    color: #141414;
    line-height: 30px;
    font-size: 22px;
    padding: 0 70px 0 0px;
    position: relative;
}

.accordion-button[aria-expanded="true"] span {
    background: #0D6EFD;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}

.accordion-button[aria-expanded="true"] span svg {
    transform: rotate(-90deg);
    transition: all 0.5s ease-in-out;
}

.accordion-button[aria-expanded="true"] span svg path {
    stroke: #fff;
    transition: all 0.5s ease-in-out;
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-button:not(.collapsed) {
    color: #141414;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button.accordion-button::after {
    display: none;
}

.accordion-button span {
    background: #FFFFFF;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    transition: all 0.5s ease-in-out;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

.accordion-button[aria-expanded="false"] span svg {
    transform: rotate(0deg) !important;
    transition: all 0.5s ease-in-out;
}

.accordion-button span svg path {
    stroke: #0D6EFD;
}

.accordion-body {
    padding: 25px 0 0 0;
}

.accordion-body p {
    font-weight: 400;
    font-size: 18px;
    max-width: 1213px;
    width: 100%;
    line-height: 30px;
    color: #606770;
}


/***** LISTING RENT HOUSE ******/
.filter-search {
    padding-top: 70px;
}

.filter-search form {
    margin: 0 -17px;
}

.filter-search form ul {
    display: flex;
    margin: 0;
}

.filter-search form ul li {
    margin: 0 17px;
}

.filter-search form ul li.location-field {
    width: 308px;
}

.filter-search form ul li.type-field {
    width: 182px;
}

.filter-search form ul li.features-field {
    width: 215px;
}

.filter-search form ul li.Amenities-field {
    width: 188px;
}

.filter-search form select.form-control {
    border: 1px solid #636363;
    background-color: #FFFFFF;
    height: 55px;
    color: #484A4C;
    font-weight: 400;
    padding-left: 18px;
    font-size: 18px;
    border-radius: 0;
    box-shadow: none;
}

.filter-search form .form-group {
    position: relative;
}

.filter-search form .form-group span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 17px;
}

/****** FURNISHED HOUSE PAGE *****/
.furnished-house-sec {
    padding: 55px 55px 0 55px;
}

.furnished-house-sec .furnished-media {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.furnished-house-title h3 {
    font-weight: 700;
    font-size: 30px;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 25px 0;
}

.furnished-house-title h1 {
    font-weight: 700;
    font-size: 30px;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 25px 0;
}

furnished-house-title h1 span {
    color: #237BFD;
}

.furnished-house-title h3 span {
    color: #237BFD;
}

.furnished-house-left {
    max-width: 1265px;
    width: 100%;
    margin-right: 15px;
}

.furnished-house-left h3 {
    font-weight: 700;
    font-size: 30px;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 25px 0;
}

.furnished-house-left h3 span {
    color: #237BFD;
}

.furnished-house-top {
    background: #F5F5F5;
    border-radius: 10px;
}

.furnished-house-text {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 30px 26px 50px;
}

.furnished-house-text .media {
    display: flex;
    justify-content: space-between;
    margin: 0 0 26px 0;
}

.furnished-house-text .media ul li {
    font-weight: 600;
    font-size: 24px;
    color: #00B22D;
    margin: 0 0 7px 0px;
}

.furnished-house-text .media ul li:nth-child(2) {
    font-size: 21px;
    margin: 0 0 3px 0;
}

.furnished-house-text .media ul li:nth-child(3) {
    font-size: 17px;
    margin: 0;
}

.media-tag {
    display: flex;
}

.media-tag span {
    background: rgba(13, 110, 253, 0.1);
    border-radius: 5px;
    padding: 6px 14px;
    font-weight: 600;
    font-size: 18px;
    color: #0D6EFD;
    display: flex;
    align-items: center;
    height: 34px;
    justify-content: center;
}

.media-tag span.tag {
    color: #FFB900;
    background: rgba(255, 185, 0, 0.1);
    margin-left: 10px;
}

.furnished-list ul {
    display: flex;
    align-items: center;
}

.furnished-list ul li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    color: #484A4C;
    margin-right: 44px;
}

.furnished-list ul li:last-child {
    margin: 0;
}

.furnished-list ul li img {
    margin-right: 15px;
}

.furnished-house-discription {
    padding: 30px 30px 55px 50px;
}

.furnished-house-discription .nav-pills .nav-item .nav-link {
    font-weight: 400;
    font-size: 20px;
    color: #606770;
    padding: 0px 57px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1.5px solid transparent;
    border-radius: 0;
}

.furnished-house-discription .nav-pills .nav-item .nav-link.active {
    background-color: transparent;
    color: #111111;
    font-weight: 600;
    border-bottom: 1px solid #000000;
}

.discription-text {
    padding: 30px 0 0 0;
}

.discription-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #606770;
}

.discription-text h4 {
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    margin: 32px 0 20px 0;
}

.discription-text ul li {
    font-weight: 400;
    font-size: 18px;
    color: #141414;
    list-style: inside;
    position: relative;
    margin: 0 0 15px 0;
}

.discription-text ul li:last-child {
    margin: 0;
}

.furnished-comment {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 0 8px;
    margin-top: 12px;
}

.top-comment ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 29px 45px 16px;
}

.top-comment ul.top-comment-second {
    padding-top: 15px;
    padding-bottom: 11px;
}

.top-comment ul li {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #606770;
}

.top-comment ul li a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #606770;
}

.top-comment ul li img {
    margin-right: 11px;
}

.top-comment .top-comment-second li {
    font-weight: 400;
    color: #111111;
}

.most-recent {
    padding: 34px 70px 10px 43px;
}

.most-recent h2 {
    font-weight: 400;
    font-size: 24px;
    color: #606770;
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 47px;
}

.most-recent h2 svg {
    margin-left: 15px;
}

.most-recent h2 svg path {
    stroke: #8C8C8C;
}

.recent-comment {
    display: flex;
    margin: 0 0 30px 0;
    position: relative;
}

.recent-comment::after {
    position: absolute;
    content: "";
    left: 30px;
    top: 46px;
    width: 1.6px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.recent-comment .image-holder {
    position: relative;
    z-index: 10;
    ;
}

.recent-comment .text-box {
    flex: 1;
    padding-left: 40px;
    width: 100%;
}

.recent-comment .text-box h4 {
    font-weight: 600;
    font-size: 20px;
    color: #111111;
}

.recent-comment .text-box p {
    font-weight: 400;
    font-size: 18px;
    color: #606770;
    line-height: 30px;
    margin: 9px 0 15px 0;
}

.recent-comment .text-box .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recent-comment .text-box .media ul {
    display: flex;
    align-items: center;
}

.recent-comment .text-box .media ul li {
    font-weight: 400;
    font-size: 16px;
    color: #606770;
    display: flex;
    margin-right: 39px;
    align-items: center;
}

.recent-comment .text-box .media ul li:last-child {
    margin: 0;
}

.recent-comment .text-box .media ul li img {
    margin-left: 17px;
}

.recent-comment .text-box .media ul li.red-color {
    color: #EA4137;
}

.recent-comment .text-box .media ul li.black-color {
    color: #000000;
}

.recent-comment .text-box .media a {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #0D6EFD;
    font-size: 20px;
}

.recent-comment .text-box .media a img {
    margin-right: 3px;
}

.recent-comment .text-box .form-control {
    font-weight: 400;
    font-size: 18px;
    color: #696969;
    background: #FFFFFF;
    border: 1px solid rgba(228, 228, 228, 0.6);
    border-radius: 10px;
    height: 55px;
    box-shadow: none;
}

.recent-comment-inner {
    padding: 0 0 0 75px;
    position: relative;
}

.recent-comment-inner::after {
    position: absolute;
    content: "";
    left: 31px;
    top: 15px;
    width: 50px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
}

.recent-comment-inner .recent-comment::after {
    left: 22px;
}

.recent-comment-inner .recent-comment:last-child::after {
    display: none;
}

.recent-comment-reply {
    border-top: 1.6px solid rgba(0, 0, 0, 0.1);
    padding-top: 45px;
}

.recent-comment-reply .recent-comment::after {
    display: none;
}

/***** FURNISHED HOUSE RIGHT ****/
.furnished-house-right {
    background: #F5F5F5;
    position: relative;
    padding: 50px 10px 20px;
    /* margin: 60px 0 0 0px; */
    /* flex: 1;
    width: 100%; */
    /* right: 0; */
    width: 100%;
    max-width: 417px;
}

.bottom-div {
    width: 100%;
    height: 100px;
    margin: -40px 0 0 0;
}

.furnished-house-right .text-inner {
    position: absolute;
    right: 34px;
    top: 34px;
}

.furnished-house-right .text-inner ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.furnished-house-right .text-inner ul li {
    margin-left: 21px;
}

.furnished-house-right .text-inner ul li:first-child {
    margin-left: 0;
}

.furnished-house-right .image-holder {
    background: #41529F;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    justify-content: center;
}

.furnished-house-right .image-holder span {
    background: #00B22D;
    border: 2.43243px solid #FAFAFA;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 4px;
    right: 9px;
}

.furnished-house-right .text-box {
    text-align: center;
    padding: 20px 0 0 0;
}

.furnished-house-right .text-box h4 {
    font-weight: 700;
    font-size: 26.7568px;
    color: #141414;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 7px 0;
}

.furnished-house-right .text-box p {
    font-weight: 400;
    font-size: 24.3243px;
    line-height: 1;
    color: #484A4D;
}

.furnished-house-right .text-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 47px -8px 15px;
}

.furnished-house-right .text-box ul li {
    padding: 0 8px;
}

.furnished-house-right .text-box ul li a {
    background: #FFFFFF;
    border: 1.21622px solid #0D6EFD;
    border-radius: 12.1622px;
    height: 60px;
    font-weight: 500;
    font-size: 22px;
    color: #0D6EFD;
    display: flex;
    align-items: center;
    width: 185px;
    justify-content: center;
}

.furnished-house-right .text-box ul li a img {
    margin-right: 6px;
}

.furnished-house-right .text-box a {
    display: block;
    font-weight: 400;
    font-size: 21px;
    color: #0D6EFD;
}

.furnished-house-right .text-box span {
    font-weight: 400;
    color: #606770;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin: 25px 0 0 0;
}

.furnished-house-right .text-box span img {
    margin-right: 5px;
}

/***** SIGN UP MODAL ******/
.signup-modal .modal-dialog {
    max-width: 562px;
}

.signup-modal .modal-content {
    background: #FFFFFF;
    border-radius: 15px;
}

.signup-modal .modal-body {
    position: relative;
    padding: 50px 68px 30px;
}

.close-modal {
    position: absolute;
    top: 17px;
    right: 19px;
}

.signup-modal .modal-body .title {
    margin-bottom: 45px;
}

.signup-modal .modal-body .title h3 {
    font-size: 30px;
    line-height: 36px;
}

.label-text {
    font-weight: 500;
    font-size: 22px;
    display: block;
    margin: 0 0 2px 0;
    color: #001533;
}

.login-form .form-group {
    margin-bottom: 22px;
}

.login-form .form-group .form-control {
    background: rgba(153, 153, 153, 0.05);
    box-shadow: none;
    border: 1px solid rgba(228, 228, 228, 0.6);
    font-weight: 500;
    font-size: 18px;
    color: #444444;
    border-radius: 10px;
    height: 50px;
}

.login-form .form-group .form-control::placeholder {
    color: #444444;
}

.login-form .form-group .relative {
    position: relative;
}

.login-form .form-group .relative .eyes-icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 18px;
}

.Forgot-btn {
    display: block;
    text-align: right;
    font-weight: 500;
    font-size: 16px;
    color: #0D6EFD;
}

.login-form .form-group .btn-default {
    width: 100%;
    background: #141414;
    border-radius: 10px;
    font-weight: 500;
    font-size: 22px;
    margin: 46px 0 15px 0;
}

.login-form .form-group .btn-default:hover {
    background-color: transparent;
    color: #141414;
}

.login-form .form-group p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.login-form .form-group p a {
    color: #0D6EFD;
}




/* The check */
.check {
    display: block;
    position: relative;
    padding-left: 34px;
    margin-bottom: 0;
    margin-top: 12px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #001533;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 5px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked~.checkmark {
    background-color: #fff;
    border: 1px solid transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/check-fill-icon.svg) no-repeat;
    background-size: 25px;
    background-position: center center;
}

.joining-text {
    background: #E8F0FF;
    color: #001533;
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 7px 30px;
    margin-bottom: 44px;
}

/***** CONTACT MPDAL ******/
.contact-modal .modal-dialog {
    max-width: 431px;
    width: 100%;
}

.contact-modal .modal-body {
    position: relative;
    padding: 45px 30px;
}

.paul-user .image-holder {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #41529F;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 20px;
}

.paul-user .image-holder img {
    height: 39px;
}

.paul-user .image-holder span {
    background: #00B22D;
    border: 2px solid #FAFAFA;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 4px;
    right: 6px;
    justify-content: center;
}

.paul-user .text-box {
    text-align: center;
}

.paul-user .text-box h4 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #141414;
    line-height: 1;
    margin: 0 0 8px 0;
    font-size: 24px;
}

.paul-user .text-box p {
    font-weight: 400;
    line-height: 1;
    font-size: 20px;
    color: #484A4D;

}

.contact-modal-inner .text-inner p {
    font-weight: 400;
    font-size: 18px;
    color: #141414;
    text-align: center;
    line-height: 30px;
    margin: 45px 0;
}

.proceed-btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -7.5px 30px;
}

.proceed-btn ul li {
    padding: 0 7.5px;
}

.proceed-btn ul li a {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 10px;
    font-weight: 500;
    font-size: 22px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    width: 178px;
}

.proceed-btn ul li.proceed-btn a {
    background: #0D6EFD;
    border: 1px solid #0D6EFD;
    color: #FFFFFF;
}

.update-link {
    font-weight: 400;
    font-size: 18px;
    text-decoration-line: underline;
    display: block;
    text-align: center;
    color: #0D6EFD;
}

/***** SAFETY MODAL ****/
.safety-modal-inner .image-holder {
    text-align: center;
}

.safety-modal-inner .image-holder span {
    background: #0D6EFD;
    border-radius: 11.6667px;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.safety-modal-inner .image-holder h4 {
    font-weight: 700;
    font-size: 24px;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    margin: 15px 0 0 0;
}

.safety-modal-inner .text-box {
    padding: 45px 0;
}

.safety-modal-inner .text-box ul li {
    font-weight: 400;
    font-size: 18px;
    color: #484A4D;
    display: flex;
    margin: 0 0 25px 0;
    align-items: center;
    white-space: nowrap;
}

.safety-modal-inner .text-box ul li img {
    margin-right: 15px;
}

.safety-modal-inner .text-box ul li:last-child {
    margin: 0;
}

.safety-modal-bottom .text-inner {
    display: flex;
    align-items: center;
    padding: 40px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.safety-modal-bottom .text-inner .icon-holder {
    max-width: 50px;
    width: 100%;
}

.safety-modal-bottom .text-inner .safety-modal-text {
    flex: 1;
    padding-left: 15px;
    width: 100%;
}

.safety-modal-bottom .text-inner .safety-modal-text h4 {
    font-weight: 700;
    font-size: 17px;
    color: #141414;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.safety-modal-bottom .text-inner .safety-modal-text p {
    font-weight: 400;
    font-size: 17px;
    color: #484A4D;
    line-height: 1;
    margin-top: 10px;
}

.safety-call {
    background: rgba(13, 110, 253, 0.1);
    border: 1px solid #0D6EFD;
    border-radius: 10px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 22px;
    color: #0D6EFD;
}

.safety-call img {
    margin-right: 15px;
}

/**** REPORT MODAL *****/
.report-modal-inner h3 {
    font-weight: 700;
    font-size: 24px;
    color: #141414;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.report-modal-inner .text-box h4 {
    font-weight: 600;
    color: #141414;
    padding: 45px 0 30px 0;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.report-list {
    margin: 0 0 40px 0;
}

.report-list ul li {
    margin-bottom: 23px;
}

.report-list ul li .check {
    font-weight: 400;
    color: #484A4D;
    font-size: 18px;
    padding-left: 40px;
    margin: 0;
}

.report-modal-inner .text-box p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
    line-height: 20px;
}

.report-modal-inner .text-box p a {
    color: #0D6EFD;
    text-decoration: underline;
}

.report-thanks {
    margin: 50px 0 0 0;
}

.report-thanks h4 {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #141414;
    text-align: center;
}

.report-thanks p {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #484A4D;
    margin: 45px 0;
}

.report-thanks a {
    background: #0D6EFD;
    border: 1px solid #0D6EFD;
    border-radius: 10px;
    height: 65px;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}


/**** REPORT OPTION *****/
.report-option h4 {
    font-weight: 600;
    font-size: 18px;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 60px;
}

.report-option ul {
    display: flex;
    margin: 0 -7.4px;
}

.report-option ul li {
    width: 50%;
    padding: 45px 7.5px;
}

.report-option ul li a {
    background: #FFFFFF;
    border: 1px solid #0D6EFD;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 34px 15px;
}

.report-option ul li a p {
    font-weight: 400;
    color: #484A4D;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
}

.report-option ul li a span {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.continue-btn {
    background: #0D6EFD;
    border: 1px solid #0D6EFD;
    border-radius: 10px;
    height: 65px;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.continue-btn:hover {
    background-color: transparent;
    color: #0D6EFD;
}

/****** LOGIN HEADER ****/
.login-header .navbar-nav .nav-item {
    margin-left: 46px;
}

.login-header .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    color: #707076;
}

.login-header .navbar-nav .nav-item .nav-link span {
    display: flex;
    align-items: center;
    position: relative;
}

.login-header .navbar-nav .nav-item .nav-link span strong {
    background: #FF3838;
    border: 1px solid #FFFFFF;
    width: 15px;
    height: 15px;
    display: flex;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 8px;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    padding: 2.5px 0 0 0;
    right: -6px;

}


.profile-btn .dropdown .profile {
    display: flex;
    align-items: center;
}

.profile-btn .dropdown .profile svg {
    margin-left: 15px;
}

.profile-btn .dropdown .profile svg path {
    stroke: #237BFD;
}

/******* MANAGE REQUEST ******/
.manage-request-sec {
    padding: 70px 0;
}

.manage-request-top .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.manage-request-top .media h3 {
    font-weight: 700;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #141414;
}

.manage-request-top .media ul {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.manage-request-top .media ul li {
    padding: 0 15px;
}

.manage-request-top .media ul li a {
    background: #FFFFFF;
    box-shadow: 0px 9.83333px 39.3333px rgba(0, 0, 0, 0.11);
    border-radius: 8.19444px;
    border: 1.63889px solid transparent;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 13px 20px 9px;
}

.manage-request-top .media ul li a:hover,
.manage-request-top .media ul li a.active {
    border: 1.63889px solid #000000;
}

.manage-request-top .media ul li a p {
    font-weight: 300;
    color: #484A4C;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 15px 0;
}

.manage-request-top .media ul li a strong {
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    display: block;
    line-height: 1;
}

.manage-request-top form {
    position: relative;
    max-width: 588px;
    width: 100%;
}

.manage-request-top form .form-control {
    background: #F5F5F5;
    height: 54px;
    font-weight: 400;
    font-size: 16px;
    color: #484A4C;
    padding-left: 51px;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.manage-request-top form a {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0, -50%);
}

/**** MANAGE REQUESR *****/
.manage-request-inner {
    padding: 50px 0 0 0;
}

.manage-request-box {
    background: #FFFFFF;
    border: 2.43136px solid rgba(228, 228, 228, 0.6);
    border-radius: 12px;
    padding: 30px 36px;
    margin: 0 0 30px 0;
}

.manage-request-box.active {
    border: 2.43136px solid #0D6EFD;
}

.manage-request-box-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 31px;
}

.manage-request-box-top .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manage-request-box-top .media h4 {
    font-weight: 700;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    color: #141414;
}

.manage-request-box-top .media h4 span {
    color: #237BFD;
}

.manage-request-box-top .media strong {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    background: rgba(13, 110, 253, 0.2);
    backdrop-filter: blur(9.28748px);
    border-radius: 39.2138px;
    height: 50px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato', sans-serif;
}

.manage-request-box-top p {
    font-weight: 400;
    font-size: 20px;
    color: rgba(72, 74, 76, 0.7);
    margin: 0 0 10px 0;
}

.manage-request-box-top ul {
    display: flex;
    align-items: center;
}

.manage-request-box-top ul li {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #484A4C;
    font-size: 18px;
    margin-right: 45px;
}

.manage-request-box-top ul li:last-child {
    margin: 0;
}

.manage-request-box-top ul li span {
    display: flex;
    align-items: center;
}

.manage-request-box-top ul li span img {
    margin-left: 25px;
    margin-right: 20px;
}

.manage-request-box-top ul li img {
    margin-right: 17px;
}

.manage-request-box-top ul li.green-bg {
    color: #00B22D;
    font-weight: 600;
}

.manage-request-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 37px 0 0 0;
}

.view-houses-btn {
    background: #FFFFFF;
    border: 1px solid #237BFD;
    border-radius: 10px;
    height: 65px;
    width: 229px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D6EFD;
    font-weight: 500;
    font-size: 20px;
}

.view-houses-btn.active {
    background-color: #237BFD;
    color: #fff;
}

.view-houses-btn.active svg path {
    fill: #fff;
}

.view-houses-btn svg {
    width: 27px;
    height: 23px;
    margin-right: 13px;
}

.view-houses-btn svg path {
    fill: #0D6EFD;
}

.view-houses-btn:hover {
    background-color: #237BFD;
    color: #fff;
}

.view-houses-btn:hover svg path {
    fill: #fff;
}

.close-request-btn {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 10px;
    height: 65px;
    width: 229px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.close-request-btn svg {
    margin-right: 10px;
}

.close-request-btn svg path {
    stroke: #000
}

.close-request-btn:hover {
    background-color: #000;
    color: #fff;
}

.close-request-btn:hover svg path {
    stroke: #fff;
}

/***** REQUEST HOUSE ******/
.request-house-inner {
    background: #FFFFFF;
    border: 2.43136px solid rgba(228, 228, 228, 0.6);
    border-radius: 12px;
    position: relative;
    padding: 96px 91px 54px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.request-house-inner form ul {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.request-house-inner form ul::after {
    position: absolute;
    content: "";
    left: 50%;
    width: 95%;
    height: 1px;
    top: 25px;
    background-color: #D8D8D8;
    transform: translate(-50%, 0);
}

.request-house-inner form ul li {
    position: relative;
}

.request-house-inner form ul li a span {
    background: #FFFFFF;
    border: 3px solid #D8D8D8;
    width: 50px;
    height: 50px;
    font-weight: 600;
    color: #707076;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    border-radius: 50%;
}

.request-house-inner form ul li a span strong {
    font-weight: 600;
}

.request-house-inner form ul li a span img {
    display: none;
}

.request-house-inner form ul li a p {
    font-weight: 500;
    font-size: 20px;
    color: #707076;
    line-height: 1;
    margin: 10px 0 0 0;
}

.request-house-inner form ul li.active a span {
    border-color: #237BFD;
    color: #237BFD;
}

.request-house-inner form ul li.active a p {
    color: #237BFD;
}

.request-house-inner form ul li.complete a span {
    border-color: #237BFD;
    background-color: #237BFD;
    color: #fff;
}

.request-house-inner form ul li.complete a p {
    color: #237BFD;
}

.request-house-inner form ul li.complete a span strong {
    display: none;
}

.request-house-inner form ul li.complete a span img {
    display: block;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

fieldset {
    margin: 26px 0 0 0;
}

.fieldset-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 29px;
    width: 100%;
    padding: 0 91px;
}

.fieldset-title h3 {
    font-weight: 700;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

.fieldset-title a {
    background: #F64740;
    width: 69px;
    height: 37px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}

.house-detail-step .form-group {
    margin-bottom: 26px;
}

.house-detail-step .form-group label {
    font-weight: 500;
    font-size: 20px;
    color: #001533;
    display: block;
    margin: 0 0 7px 0;
}

.house-detail-step .form-group label span {
    font-weight: 400;
    font-size: 17px;
    display: inline-block;
    margin-left: 10px;
    color: #707076;

}

.house-detail-step .form-group .form-control {
    background: rgba(153, 153, 153, 0.05);
    border: 1px solid rgba(228, 228, 228, 0.6);
    border-radius: 10px;
    font-weight: 500;
    color: #8A8D99;
    font-size: 20px;
    height: 50px;
    box-shadow: none;
}

.house-detail-step .form-group select.form-control {
    background: rgba(153, 153, 153, 0.05) url(../images/down-arrow-black.svg) no-repeat;
    background-position: 98% center;
    background-size: 15px;
}

.house-detail-step .form-group ol {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.house-detail-step .form-group ol li .form-control {
    width: 215px;
}

.house-detail-step .form-group ol li select.form-control {
    background-position: 90% center;
}

.house-detail-step .btn-default {
    background: #0D6EFD;
    border-radius: 10px;
    max-width: 426px;
    width: 100%;
    margin: 50px auto 0;
    border: 1px solid #0D6EFD;
}

.house-detail-step .btn-default:hover {
    background-color: transparent;
    color: #0D6EFD;
}

.location-step .form-group {
    margin-bottom: 26px;
}

.location-step .form-group label {
    font-weight: 500;
    font-size: 20px;
    color: #001533;
    display: block;
    margin: 0 0 7px 0;
}

.location-step .form-group .relative {
    position: relative;
}

.location-step .form-group .form-control {
    box-shadow: none;
    background: rgba(153, 153, 153, 0.05);
    border: 1px solid rgba(228, 228, 228, 0.6);
    border-radius: 10px;
    height: 50px;
    font-weight: 400;
    font-size: 20px;
    color: #484A4D;
    padding-left: 59px;
}

.location-step .form-group span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 23px;
    display: flex;
    align-items: center;
}


/****** STEP PRICE SLIDER *****/
.range {
    position: relative;
    width: 100%;
    height: 3px;
    margin: 18px 0 0 0;
}

.range input {
    width: 100%;
    position: absolute;
    top: 2px;
    height: 0;
    -webkit-appearance: none;

}

.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 27px;
    height: 27px;
    margin: -13px 0 0;
    border-radius: 50%;
    background: #0D6EFD;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 122, 255, 0.22);
    cursor: pointer;
    z-index: 1000;
}

.range input::-moz-range-thumb {
    width: 27px;
    height: 27px;
    margin: -13px 0 0;
    border-radius: 50%;
    background: #0D6EFD;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 122, 255, 0.22);
    cursor: pointer;
    z-index: 1000;
}

.range input::-ms-thumb {
    width: 27px;
    height: 27px;
    margin: -13px 0 0;
    border-radius: 50%;
    background: #0D6EFD;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 122, 255, 0.22);
    cursor: pointer;
    z-index: 1000;
}

.range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #D8D8D8;
}

.range input::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #D8D8D8;
}

.range input::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #D8D8D8;
}

.range input:focus {
    background: none;
    outline: none;
}

.range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-labels {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.range-labels li {
    position: relative;
    color: #8A8D99;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}

.range-labels li::before {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    content: "";
    margin: 0;
    width: 9px;
    height: 9px;
    background: #b2b2b2;
    border-radius: 50%;
    display: none;
}

.selected-first::after {
    position: absolute;
    top: -33px;
    right: 0;
    left: 0;
    content: "";
    margin: 0;
    width: 27px;
    height: 27px;
    background: #0D6EFD;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 122, 255, 0.22);
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.selected-first.selected::after {
    opacity: 1;
    visibility: visible;
}

.range-labels .active {
    color: #0D6EFD;
}

.range-labels .selected::before {
    color: #0D6EFD;
}

.range-labels .active.selected::before {
    display: none;
}

.location-step .form-group .image-holder {
    margin-top: 30px;
}

.location-step .form-group h4 {
    font-weight: 700;
    color: #00B22D;
    text-align: center;
    font-size: 24px;
}

.location-step .form-group .btn-default {
    max-width: 426px;
    width: 100%;
    background: #0D6EFD;
    border-color: #0D6EFD;
    border-radius: 10px;
    margin: 14px auto 4px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.location-step .form-group a.edit-btn {
    font-weight: 500;
    font-size: 20px;
    color: #0D6EFD;
    display: block;
    text-align: center;
}

/***** NOTIFCATION SEC *****/
.notification-inner {
    background: #FFFFFF;
    border: 2.43136px solid rgba(228, 228, 228, 0.6);
    border-radius: 12px;
    width: 100%;
    max-width: 1136px;
    margin: 0 auto;
    padding: 45px 90px 60px;
}

.notification-inner h4 {
    font-weight: 700;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 60px 0;
}

.notification-inner h4 a {
    display: flex;
    align-items: center;
    margin-right: 32px;
    position: absolute;
    left: -52px;
    top: 50%;
    transform: translate(0, -50%);
}

.notification-inner ul {
    background: #FFFFFF;
    border: 1px solid rgba(228, 228, 228, 0.6);
    border-radius: 10px;
    max-width: 954px;
    width: 100%;
    margin: 0 auto 60px;
}

.notification-inner ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 28px 30px;
}

.notification-inner ul li:last-child {
    border-bottom: none;
}

.notification-inner ul li p {
    font-weight: 500;
    font-size: 20px;
    color: #141414;

}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 39px;
    height: 24px;
    position: relative;
}

/* Style Wired */
.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background: #8E8E8E;
    cursor: pointer;
    border: 0 solid transparent;
    overflow: hidden;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 30px;
    transform: translateX(2px) translate(0, -50%);
    transition: .4s;
    top: 50%;
}

input:checked+.slider:before {
    transform: translateX(17px) translate(0, -50%);
    background: #fff;
}

input:checked+.slider {
    background: #016FFC;
}

.btn-secondary {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0D6EFD;
    border: 1px solid #0D6EFD;
    border-radius: 10px;
    max-width: 426px;
    width: 100%;
    margin: 0 auto;
}

.btn-secondary:hover {
    background-color: transparent;
    color: #0D6EFD;
    border: 1px solid #0D6EFD;
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #0D6EFD;
    background-color: transparent;
    border-color: #0D6EFD;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #0D6EFD;
    background-color: transparent;
    border-color: #0D6EFD;
    box-shadow: none
}

/***** CLIENT PROFILE VIEW  *****/
.client-profile-inner {
    background: #FFFFFF;
    border: 2.43136px solid rgba(228, 228, 228, 0.6);
    border-radius: 12px;
    padding: 30px 0;
}

.client-profile-box {
    max-width: 954px;
    width: 100%;
    margin: 0 auto;
}

.client-profile-box h4 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #141414;
    font-size: 30px;
    margin: 0 0 40px 0;
}

.profile-user {
    text-align: center;
}

.profile-user .image-holder {
    position: relative;
    max-width: 121px;
    width: 100%;
    margin: 0 auto;
}

.profile-user .image-holder span {
    background: #00B22D;
    border: 2px solid #FAFAFA;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    bottom: 4px;
    right: 12px;
}

.profile-user h5 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #1F1F24;
    margin: 20px 0 0 0;
}

.client-profile-box form {
    background: #FFFFFF;
    border: 1px solid rgba(228, 228, 228, 0.6);
    border-radius: 10px;
    margin: 30px 0 50px;
}

.client-profile-box form .form-group {
    border-bottom: 1px solid rgba(228, 228, 228, 0.6);
    position: relative;
}

.client-profile-box form .form-group span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 30px;
}

.client-profile-box form .form-group:last-child {
    border: none;
}

.client-profile-box form .form-control {
    font-size: 20px;
    color: #141414;
    padding: 27px 30px 27px 83px;
    font-weight: 500;
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.client-profile-box form .form-control::placeholder {
    color: #141414;
}

.client-profile-box .btn-secondary {
    background: #0D6EFD url(../images/edit-icon.svg) no-repeat;
    background-position: 120px center;
    background-size: 28px;
}

.client-profile-box .btn-secondary img {
    margin-right: 12px;
}

.client-profile-box .btn-secondary:hover {
    color: #fff !important;
    border: 1px solid #0D6EFD;
}

.client-profile-box .btn-secondary:active,
.client-profile-box .btn-secondary:focus {
    color: #fff !important;
}

/***** VIEW NOTIFICATION *****/
.view-notification-inner {
    background: #FFFFFF;
    border: 2.43136px solid rgba(228, 228, 228, 0.6);
    border-radius: 12px;
    padding: 36px 36px;
}

.view-notification-inner .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view-notification-inner .media h3 {
    font-weight: 700;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #141414;
}

.view-notification-inner .media ul {
    display: flex;
    align-items: center;
}

.view-notification-inner .media ul li {
    margin-left: 20px;
}

.view-notification-inner .media ul li a.read-btn {
    width: 119px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #0D6EFD;
    border-radius: 10px;
    color: #0D6EFD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
}

.view-notification-inner .media ul li a.read-btn:hover {
    background-color: #0D6EFD;
    color: #fff;
}

.view-notification-inner .media ul li a.read-btn.unread-btn {
    background-color: #0D6EFD;
    color: #fff;
}

.view-notification-inner .media ul li a.read-btn.unread-btn:hover {
    background-color: transparent;
    color: #0D6EFD;
}

.view-notification-inner h4 {
    font-weight: 600;
    font-size: 24px;
    color: #141414;
    margin-top: 30px;
}

.view-notification-box {
    display: flex;
    align-items: flex-start;
    padding: 25px 0 0 0;
}

.view-notification-box .image-holder {
    max-width: 65px;
    width: 100%;
    position: relative;
}

.view-notification-box .image-holder span {
    position: absolute;
    bottom: -2px;
    right: 7px;
}

.view-notification-box .text-box {
    flex: 1;
    width: 100%;
    margin-left: 30px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 18px;
}

.view-notification-box .text-box .text-innner {
    padding-right: 48px;
}

.view-notification-box .text-box .text-innner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 135.7%;
    color: #000000;
    margin: 0 0 8px 0;
}

.view-notification-box .text-box .text-innner span {
    font-weight: 400;
    font-size: 18px;
    color: #868B90;
    display: block;
}

.view-notification-box .text-box .text-box-holder {
    max-width: 92px;
    width: 100%;
}

/******* CHAT INBOX ******/
.chat-inbox-inner {
    background: #FFFFFF;
    border: 2.43136px solid rgba(228, 228, 228, 0.6);
    border-radius: 12px;
    display: flex;
}

.chat-inbox-left {
    border-right: 2.43136px solid rgba(228, 228, 228, 0.6);
    max-width: 543px;
    width: 100%;
    max-height: 825px;
}

.conversation-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 28px 20px;
}

.conversations-dropdown {
    font-weight: 400;
    font-size: 20px;
    color: #484A4D;
    display: flex;
    align-items: center;
}

.conversations-dropdown img {
    margin-left: 9px;
}

.search-btn svg path {
    stroke: #484A4D;
}

.conversation-bottom {
    height: calc(100% - 87px);
    overflow: auto;
}

.conversation-bottom::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

.chat-inbox-box {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 0 0 20px;
}

.chat-inbox-box.active {
    background: rgba(231, 241, 255, 0.8);
}

.chat-inbox-box .image-holder {
    max-width: 55px;
    width: 100%;
    position: relative;
}

.status {
    background: #00B22D;
    border: 2px solid #FAFAFA;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: flex;
    position: absolute;
    bottom: 3px;
    right: 2px;
}

.chat-inbox-box .text-box {
    flex: 1;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-left: 6px;
    padding: 30px 20px 30px 0px;
}

.chat-inbox-box .text-box h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #1F1F24;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 4px;
}

.chat-inbox-box .text-box h4 span {
    color: #868B90;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;

}

.chat-inbox-box .text-box p {
    font-weight: 400;
    color: #606770;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.chat-inbox-right {
    border-left: 2.43136px solid rgba(228, 228, 228, 0.6);
    flex: 1;
    width: 100%;
}

.select-conversation {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 85px 0;
}

.select-conversation .image-holder {
    margin-bottom: 40px;
}

.select-conversation .text-box h4 {
    font-weight: 700;
    font-size: 30px;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 10px 0;
}


.select-conversation .text-box p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #868B90;
    max-width: 370px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

/****** INBOX CONVERSATION *****/
.inbox-conversation {
    display: none;
}

.support-team-sec .inbox-conversation {
    display: block;
}

.inbox-conversation-top {
    border-bottom: 2.43px solid rgba(0, 0, 0, 0.06);
    display: flex;
    padding: 24px 30px 14px;
}

.inbox-conversation-top .image-holder {
    max-width: 53px;
    width: 100%;
}

.inbox-conversation-top .text-box {
    flex: 1;
    width: 100%;
    padding-left: 15px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.inbox-conversation-top .text-box .text-inner h4 {
    font-weight: 600;
    color: #141414;
    line-height: 1;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.inbox-conversation-top .text-box .text-inner p {
    font-weight: 400;
    color: #484A4D;
    line-height: 1;
    font-size: 18px;
    margin: 8px 0 12px 0;
}

.inbox-conversation-top .text-box .text-inner span {
    font-weight: 400;
    font-size: 17px;
    color: #00B22D;
    line-height: 1;
    position: relative;
    display: block;
    padding: 0 0 0 17px;
}

.inbox-conversation-top .text-box .text-inner span::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #00B22D;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.inbox-conversation-top .text-box ul {
    display: flex;
    align-items: center;
}

.inbox-conversation-top .text-box ul li {
    margin-left: 30px;
}

.inbox-conversation-top .text-box ul li:first-child {
    margin: 0;
}

.inbox-conversation-bottom {
    padding: 15px 30px 0 30px;
    position: relative;
}

.chat-date {
    padding: 0 0 20px 0;
}

.chat-date span {
    font-weight: 500;
    font-size: 17px;
    color: #141414;
    background: #FFFFFF;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.11);
    border-radius: 44px;
    max-width: 130px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.conversation-user-chat {
    display: flex;
    align-items: flex-start;
    margin: 0 0 22px 0;
}

.conversation-user-chat .image-holder {
    max-width: 45px;
    width: 100%;
    position: relative;
}

.conversation-user-chat .text-box {
    flex: 1;
    width: 100%;
    padding-left: 15px;
}

.conversation-user-chat .text-box .text-inner h4 {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #141414;
    margin: 0 0 17px 0;
    line-height: 1;
}

.conversation-user-chat .text-box .text-inner h4 span {
    font-weight: 400;
    font-size: 18px;
    color: rgba(72, 74, 76, 0.5);
}

.conversation-user-chat .text-box .text-inner p {
    font-weight: 400;
    line-height: 1;
    font-size: 19px;
    line-height: 25px;
    color: #484A4D;
}

.conversation-user-chat .text-box .text-inner a {
    font-weight: 700;
    font-size: 19px;
    color: #0D6EFD;
    display: block;
    margin: 20px 0;
}

.conversation-user-chat .text-box .text-inner ul {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.conversation-user-chat .text-box .text-inner ul li {
    position: relative;
    margin-right: 4px;
}

.conversation-user-chat .text-box .text-inner ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
}

.user-chat-detail {
    background: #FFFFFF;
    border: 1px solid rgba(228, 228, 228, 0.6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 13px;
    max-width: 505px;
    width: 100%;
}

.user-chat-detail-img {
    max-width: 128px;
    width: 100%;
}

.user-chat-detail-text {
    flex: 1;
    padding-left: 20px;
    width: 100%;
}

.user-chat-detail-text h4 {
    font-weight: 600;
    font-size: 20px;
    color: #141414;
    line-height: 1;
}

.user-chat-detail-text strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #00B22D;
    display: block;
    margin: 18px 0 8px 0;
}

.user-chat-detail-text ul {
    display: flex;
    margin: 14px 0 0 0;
}

.user-chat-detail-text ul li {
    display: flex;
    font-weight: 400;
    color: #484A4C;
    font-size: 20px;
    align-items: center;
    margin-right: 65px;
}

.user-chat-detail-text ul li:last-child {
    margin: 0;
}

.user-chat-detail-text ul li img {
    margin-right: 10px;
}

.down-btn {
    background: #1F1F24;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.down-btn svg path {
    stroke: #fff;
}

/****** INBOX CONVERAATION WRITE *******/
.inbox-conversation-write {
    border-top: 2.43px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    padding: 25px 30px
}

.inbox-conversation-write .relative {
    position: relative;
    flex: 1;
    width: 100%;
    margin-right: 30px;
}

.inbox-conversation-write .relative .form-control {
    background: rgba(153, 153, 153, 0.05);
    border: 1px solid rgba(228, 228, 228, 0.6);
    border-radius: 10px;
    height: 52px;
    font-weight: 400;
    font-size: 20px;
    color: #696969;
    font-family: 'Poppins', sans-serif;
    padding-left: 68px;
    box-shadow: none;

}

.attachment-btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 27px;
}

.send-btn {
    background: #0D6EFD;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/***** SUPPORT TEAM SEC *****/
.support-team-sec .chat-inbox-inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.support-team-sec .chat-inbox-right {
    border: none;
}

.stay-safe {
    max-width: 430px;
    width: 100%;
    margin: 86px auto 20px;
}

.stay-safe h4 {
    font-weight: 400;
    font-size: 17px;
    color: rgba(72, 74, 76, 0.5);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;

}

.stay-safe h4 span {
    display: inline-block;
    background-color: #fff;
    padding: 0 15px;
    z-index: 10;

}

.stay-safe h4::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.06);
}

.stay-safe h4 img {
    margin-right: 6px;
}

.stay-safe p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    max-width: 404px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: rgba(72, 74, 76, 0.5);
}

/*** TIPS REQUEST HOUSE ****/
.tips-request-house-sec .house-detail-step h4 {
    font-weight: 700;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

.house-alert {
    color: #00B22D;
    border-radius: 7px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    background-color: rgba(0, 178, 45, 0.05);
    padding: 10px 15px;
    margin: 33px 0;
}

.tips-request-house-sec .house-detail-step .form-group .relative {
    position: relative;
}

.tips-request-house-sec .house-detail-step .form-group .relative .form-control {
    padding-left: 60px;
}

.tips-request-house-sec .house-detail-step .form-group .relative .location-iocn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 23px;
}

.tips-request-house-sec .house-detail-step .form-group .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tips-request-house-sec .house-detail-step .form-group .media p {
    font-weight: 700;
    color: #0D6EFD;
    font-size: 19px;
}

.range-slider {
    margin: 40px 0 0 0;
    position: relative;
}

.graph-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.tips-btn {
    margin: 40px 0 0 0;
}

.tips-btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tips-btn ul li {
    padding: 0 25px;
}

.tips-btn ul li a {
    width: 205px;
    background: #FFFFFF;
    border: 1px solid #0D6EFD;
    border-radius: 10px;
    height: 65px;
    font-weight: 500;
    font-size: 20px;
    color: #0D6EFD;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tips-btn ul li a:hover {
    background-color: #0D6EFD;
    color: #fff;
}

.tips-btn ul li a.submit-btn {
    background-color: #0D6EFD;
    color: #fff;
}

.tips-btn ul li a.submit-btn:hover {
    background-color: transparent;
    color: #0D6EFD;
}

/**** TIPS CHAT *****/
/* .tips-chat {
   
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
} */

.questions-tips {
    background: #237BFD;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    position: fixed;
    right: 120px;
    bottom: 65px;
}

.tips-chat-detail {
    background-color: #fff;
    max-width: 473px;
    width: 100%;
    border: 2px solid #E4E4E4;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;

    position: fixed;
    right: 120px;
    bottom: 160px;
    z-index: 100;
}

.tips-chat-detail.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.tips-chat-detail .nav-pills {
    background: #F0F0F0;
    border-radius: 15px 15px 0px 0px;
    margin: -2px -2px 0 -2px;
}

.tips-chat-detail .nav-pills .nav-item {
    width: 50%;
}

.tips-chat-detail .nav-pills .nav-item .nav-link {
    padding: 14px 0;
    width: 100%;
    font-weight: 600;
    color: #141414;
    border-radius: 15px 15px 0px 0px;
    font-size: 22px;
}

.tips-chat-detail .nav-pills .nav-item .nav-link.active {
    background: #237BFD;
    color: #fff;
}

.tips-detail {
    padding: 30px;
}

.tips-detail h4 {
    font-weight: 600;
    font-size: 20px;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px 0;
}

.tips-detail p {
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 25px 0;
}

.tips-detail p strong {
    font-weight: 600;
}

.tips-video {
    padding: 25px 30px;
}

.tips-video h4 {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #141414;
    margin: 0 0 15px 0;
}

.tips-video .media {
    display: flex;
    align-items: center;
}

.tips-video .media .image-holder {
    width: 197px;
    position: relative;
}

.tips-video .media .image-holder a {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.tips-video .media .text-box {
    flex: 1;
    width: 100%;
    padding-left: 10px;
}

.tips-video .media .text-box p {
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #484A4C;
    margin: 0 0 5px 0;
}

.tips-video .media .text-box a {
    font-weight: 500;
    font-size: 15px;
    color: #237BFD;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
}

/***** TAB2 ****/
.inbox-conversation-tips .stay-safe {
    max-width: 335px;
    width: 100%;
    margin: 86px auto 20px;
}

/***** PROFILE MODAL *****/
.profile-modal .modal-dialog {
    max-width: 733px;
}

.profile-modal .modal-content {
    background: #FFFFFF;
    border: 2.43136px solid rgba(228, 228, 228, 0.6);
    border-radius: 12px;
}

.profile-modal .modal-body {
    padding: 55px 68px 26px;
}

.profile-modal-user {
    text-align: center;
    margin: 0 0 55px 0;
}

.profile-modal-user h4 {
    font-weight: 600;
    font-size: 30px;
    color: #141414;
}

.profile-modal-user .image-holder {
    position: relative;
    margin: 47px 0 15px 0;
}

.profile-modal-user h5 {
    font-weight: 600;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #1F1F24;
    display: block;
}

.profile-modal-box {
    margin: 0 0 50px 0;
}

.profile-modal-box h4 {
    font-weight: 600;
    font-size: 24px;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px 0;
}

.profile-modal-box ul {
    background: #FFFFFF;
    /* Divider/Light/1px - 60% */
    border: 1px solid rgba(228, 228, 228, 0.6);
    border-radius: 10px;
}

.profile-modal-box ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    padding: 27px 25px;
}

.profile-modal-box ul li p {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #484A4C;
    max-width: 300px;
    width: 100%;
}

.profile-modal-box ul li p img {
    margin-right: 25px;
}

.profile-modal-box ul li span {
    font-weight: 500;
    color: #141414;
    display: inline-block;
    font-size: 20px;
}

.profile-modal-box ul li:last-child {
    border-bottom: none;
}


/**** HOUSE DETAIL MODAL *****/
.house-request-modal .modal-dialog {
    max-width: 1440px;
}

.house-request-modal .modal-content {
    background: #FFFFFF;
    border-radius: 12px;
}

.house-request-modal .modal-body {
    padding: 0;
    display: flex;
}

.house-request-left {
    max-width: 832px;
    width: 100%;
}

.house-request-left .topSwiper {
    margin-bottom: 3px;
}

.house-request-left .topSwiper .image-holder {
    position: relative;
}

.house-request-left .topSwiper .image-holder::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 21.27%, rgba(20, 20, 20, 0.81) 100%);
    width: 100%;
    height: 115px;
}

.house-request-left .topSwiper .swiper-pagination {
    text-align: right;
    padding: 20px 32px;
    max-width: 200px;
    left: auto;
    right: 0;
}

.house-request-left .view-btn {
    left: 31px;
    bottom: 28px;
    right: auto;
    z-index: 100;
    top: auto;
}

.thumbsSwiper .image-holder {
    position: relative;
    cursor: pointer;
}

.thumbsSwiper .image-holder::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.thumbsSwiper .swiper-slide-thumb-active .image-holder::after {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.house-request-right {
    flex: 1;
    width: 100%;
}

.house-request-top {
    padding: 44px 38px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.house-request-top h4 {
    font-weight: 700;
    font-size: 30px;
    color: #141414;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
}

.house-request-top h4 span {
    color: #237BFD;
}

.house-request-top ul {
    display: flex;
    align-items: center;
    margin: 20px 0 20px;
}

.house-request-top ul li {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #484A4C;
    font-size: 24px;
    margin-right: 71px;
}

.house-request-top ul li:last-child {
    margin: 0;
}

.house-request-top ul li img {
    margin-right: 11px;
}

.house-request-top .media {
    display: flex;
    align-items: flex-start;
}

.house-request-top .media span {
    max-width: 28px;
    width: 100%;
}

.house-request-top .media h5 {
    font-weight: 600;
    font-size: 24px;
    color: #00B22D;
    padding-left: 11px;
    line-height: 1;
}

.house-request-top .media h5 strong {
    font-weight: 600;
    font-size: 21px;
    display: block;
    line-height: 1;
    margin: 12px 0 15px;
}

.house-request-top .media h5 small {
    font-weight: 600;
    font-size: 17px;
    display: block;
    line-height: 1;
}

.house-request-discription {
    padding: 28px 36px 20px;
}

.house-request-discription .nav-pills {
    margin-bottom: 20px;
}

.house-request-discription .nav-pills .nav-item .nav-link {
    font-weight: 400;
    font-size: 20px;
    color: #606770;
    padding: 0 10px 11px 10px;
    display: flex;
    align-items: center;
    border-bottom: 1.5px solid transparent;
    border-radius: 0;
}

.house-request-discription .nav-pills .nav-item .nav-link.active {
    background-color: transparent;
    color: #111111;
    font-weight: 600;
    border-bottom: 1.5px solid #000000;
}

.request-discription-box {
    background: #FFFFFF;
    border: 1.5px solid rgba(228, 228, 228, 0.6);
    border-radius: 12px;
    padding: 15px;
}

.request-discription-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #606770;
}

.house-request-right .top-comment ul {
    padding: 10px 34px;
}

.house-request-company {
    display: flex;
    background: #F5F5F5;
    border-radius: 5px;
    align-items: flex-start;
    padding: 14px 26px 18px;
    margin: 37px 36px 0;
}

.house-request-company .image-holder {
    position: relative;
    max-width: 55px;
    width: 100%;
}

.house-request-company .text-box {
    flex: 1;
    width: 100%;
    padding-left: 27px;
}

.house-request-company .text-box h4 {
    font-weight: 700;
    font-size: 22px;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}

.house-request-company .text-box p {
    font-weight: 400;
    font-size: 20px;
    color: #484A4D;
    line-height: 1;
    margin: 8px 0 18px 0;
}

.house-request-company .text-box ul {
    display: flex;
    margin: 0 -9px;
}

.house-request-company .text-box ul li {
    padding: 0 9px;
}

.house-request-company .text-box ul li a {
    background: #FFFFFF;
    border: 1px solid #0D6EFD;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    color: #0D6EFD;
    height: 50px;
    width: 160px;
}

.house-request-company .text-box ul li a img {
    margin-right: 5px;
}


/****** MANAGE REQUEST VIEW HOUSE *******/
.manage-request-view-house {
    margin: 50px 0 0 0;
    display: none;
}

.view-house-sort {
    margin: 0 0 22px 0;
}

.view-house-sort h4 {
    font-weight: 500;
    font-size: 24px;
    color: #001533;
    line-height: 1;
    margin: 0 0 20px 0;
}

.view-house-sort span {
    font-weight: 400;
    font-size: 20px;
    color: #0D6EFD;
    list-style: 1;
    display: block;
}


.manage-request-view-house .nav-pills .nav-item {
    padding: 0 12px;
}

.manage-request-view-house .nav-pills .nav-item .nav-link {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid rgba(228, 228, 228, 0.6);
    border-radius: 5px;
    height: 50px;
    padding: 0 25px;
}

.manage-request-view-house .nav-pills .nav-item .nav-link svg {
    margin-right: 8px;
}

.manage-request-view-house .nav-pills .nav-item .nav-link.active {
    background: #000000;
    color: #fff;
}

.manage-request-view-house .nav-pills .nav-item .nav-link.active svg line {
    stroke: #fff;
}

.apartments-categories-list {
    padding: 20px 0 18px 0;
}

.apartments-categories-list ul {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.apartments-categories-list ul li {
    padding: 0 15px;
}

.apartments-categories-list ul li a {
    background: #FFFFFF;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    height: 80px;
    font-weight: 300;
    font-size: 20px;
    color: #484A4C;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 203px;
    padding: 0 33px;
}

.apartments-categories-list ul li a strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    color: #000000;
    margin-right: 15px;
}




/****** FURNISHED MOBILE *****/
.furnished-house-mobile {
    display: flex;
    padding: 20px 30px 20px 15px;
}

.furnished-house-mobile .image-holder {
    max-width: 52px;
    width: 100%;
}

.furnished-house-mobile .image-holder img {
    width: 100%;
}

.furnished-house-mobile .text-box {
    flex: 1;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
}

.furnished-house-mobile .text-box .text-inner h4 {
    font-weight: 700;
    font-size: 17px;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    margin: 0 0 4px 0px;
}

.furnished-house-mobile .text-box .text-inner p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #484A4D;
    margin: 0 0 9px 0px;
}

.furnished-house-mobile .text-box .text-inner span {
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #484A4D;
    display: block;
}

.furnished-house-mobile .text-box .text-box-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 13px;
}

.furnished-house-mobile .text-box .text-box-right ul li {
    margin-left: 10px;
}

.furnished-house-mobile .text-box .text-box-right ul li img {
    height: 16px;
}

.furnished-house-mobile .text-box .text-box-right .report-btn {
    font-weight: 600;
    color: #0D6EFD;
    background: rgba(13, 110, 253, 0.1);
    border-radius: 5px;
    font-size: 12px;
    height: 26px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/***** PROFIEL MOBILE NAV ****/
.mobile-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    border-top: 1px solid rgba(228, 228, 228, 0.6);
    z-index: 10;
    width: 100%;
    padding: 19px 16px;
}

.mobile-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-nav ul li a {
    font-weight: 400;
    font-size: 11px;
    color: #707076;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    flex-direction: column;
}

.mobile-nav ul li a.active {
    color: #0D6EFD;
}

.mobile-nav ul li a.active svg path {
    stroke: #0D6EFD;
}

.mobile-nav ul li a span {
    display: inline-block;
    margin-bottom: 6px;
    position: relative;
}

.mobile-nav ul li a.pluse-icon {
    background: #0D6EFD;
    border: 1.5px solid #0D6EFD;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;

}

.mobile-nav ul li a strong {
    font-weight: 600;
    color: #FFFFFF;
    line-height: 9px;
    font-size: 8px;
    background: #FF3838;
    border: 1px solid #FFFFFF;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: -6px;
    padding-bottom: 0px;
}

.mobile-nav ul li a.pluse-icon span {
    margin: 0;
}

/***** MOBILE RIGHT MENU *****/
.mobile-rigth-menu {
    background: #FFFFFF;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.11);
    max-width: 315px;
    width: 100%;
    position: fixed;
    height: 100%;
    right: -100%;
    top: 0;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
}

.mobile-rigth-menu.active {
    right: 0;
    transition: all 0.5s ease-in-out
}

.menu-close {
    background: #111111;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
}

.request-btn {
    width: 176px;
    height: 50px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    background: #237BFD;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn {
    display: flex;
    align-items: center;
}

.mobile-rigth-menu .media {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 18px 0 18px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 15px 37px 0 0px;
}

.mobile-rigth-menu .media a {
    font-weight: 500;
    font-size: 16px;
    color: #141414;
    display: flex;
    align-items: center;
}

.mobile-rigth-menu .media a.login {
    color: #EA352B;
}

.mobile-rigth-menu ul {
    margin-right: 37px;
}

.mobile-rigth-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 18px 0;
}

.mobile-rigth-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    color: #141414;
    padding: 0 5px 0 25px;

}

.mobile-rigth-menu ul li a.active {
    color: #0D6EFD;
}

.mobile-rigth-menu ul li a.active svg path {
    stroke: #0D6EFD;
}

.mobile-rigth-menu ul li a svg path {
    stroke: #141414;
}

.submenu {
    display: none;
}

.submenu ol {
    padding: 15px 0 0 32px;
}

.submenu ol li {
    border: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.submenu ol li:last-child {
    margin: 0;
}

.submenu ol li a {
    font-weight: 400;
    font-size: 13px;
    color: #484A4C;
    display: block;
    border: none;
    padding: 0;
}


/*****  MOBILE CA ******/
.mobile-sale-call {
    padding: 10px 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
}

.mobile-sale-call ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-sale-call ul li {
    padding: 0 6px;
}

.mobile-sale-call ul li a {
    width: 140px;
    height: 50px;
    font-weight: 500;
    color: #0D6EFD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #FFFFFF;
    border: 1px solid #0D6EFD;
    border-radius: 10px;
}

.mobile-sale-call ul li:first-child img {
    height: 16px;
}

.mobile-sale-call ul li a img {
    height: 28px;
    margin-right: 7px;
}

.mobile-sale-call p {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    justify-content: center;
    margin-top: 7px;
    color: #606770;
}

.mobile-sale-call p img {
    margin-right: 6px;
}


.furnished-banner-inner .w-100 {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}

.lSGallery {
    margin: 0 !important;
}

.lSAction>a {
    opacity: 1;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    bottom: auto;
    top: 50%;
    left: 40px;
    transform: translate(0, -50%);
    background: rgba(255, 255, 255, 0.2) url(../images/slider-left-arrow.svg) no-repeat;
    background-size: 11px;
    background-position: center center;
    backdrop-filter: blur(23.6853px);
    border-radius: 50%;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
    right: 40px;
    left: auto;
    background: rgba(255, 255, 255, 0.2) url(../images/slider-right-arrow.svg) no-repeat;
    background-size: 11px;
    background-position: center center;
    backdrop-filter: blur(23.6853px);
    border-radius: 50%;
}

/***** BREADCRUMB *****/
.BreadcrumbList {
    display: flex;
    align-items: center;
    margin: 0 0 23px 0;
}

.BreadcrumbList li {
    padding: 0 8px;
}

.BreadcrumbList li:first-child {
    padding-left: 0;
}

.BreadcrumbList li {
    font-weight: 400;
    color: #141414;
    font-size: 16px;
}

.BreadcrumbList li a {
    color: #237BFD;
    font-weight: 400;
    font-size: 16px;
}

.BreadcrumbList li a:hover {
    color: #237BFD;
    text-decoration: underline;
}

.houses-modal {
    padding: 20px 0 0 0;
}

.houses-modal a {
    display: flex;
    align-items: center;
    color: #237BFD;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    justify-content: center;
}

.houses-modal a svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.houses-modal a svg path {
    fill: #FFF;
}

.video-modal .modal-dialog {
    max-width: 600px;
}

.video-modal .modal-body {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.video-modal .modal-content {
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.video-modal video {
    width: 100%;
    height: 100%;
}

.video-close {
    position: absolute;
    top: -30px;
    right: 0;
}

/******** NEW *********/
.request-house-sec {
    margin: 0 0 50px 0;
    background-color: #4d1627;
    padding: 40px;
    border-radius: 15px;
}

.title-second h1, .title-i h1 {
    color: #141414;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    font-weight: 600;
    font-size: 32px;
    line-height: 76px;
}

.title-second h1 span, .title-i h1 span {
    border-bottom: 2px solid #EA4137;
    display: inline-block;
}

.request-house-sec video {
    width: 100%;
    height: 100%;
}

.request-house-sec .text-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.request-house-sec .text-box h4 {
    color: #fff;
    text-align: left;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
}

.request-house-sec .text-box h4 span {
    color: #fe687f;
}

.request-house-sec .text-box p {
    font-weight: 400;
    font-size: 18px;
    max-width: 1213px;
    width: 100%;
    line-height: 24px;
    color: #fff;
    margin: 20px 0;
}

.request-house-sec .text-box ul {
    display: flex;
    align-items: center;
}

.request-house-sec .text-box ul li.houses-modal {
    padding: 0%;
}

.request-house-sec .text-box ul li {
    margin: 0 20px 0 0;
}

.request-house-sec .text-box ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    justify-content: center;
    border: 1px solid #fff;
    background-color: transparent;
    height: 55px;
    width: 210px;
}

.request-house-sec .text-box ul li a:hover {
    background-color: #fff;
    color: #141414;
}

.request-house-sec .text-box ul li.houses-modal a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    justify-content: center;
    border: none;
    background-color: transparent;
    height: 55px;
    width: 210px;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.request-house-sec .image-holder {
    display: flex;
    align-items: center;
}

/******* UPDATE 26 August 2022 *******/
.feature-sec {
    position: relative;
    background-color: #F5F5F5;
    padding: 200px 0 50px 0;
}

.feature-sec .title {
    margin-bottom: 50px;
}

.title p {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    margin: 26px 0 0 0;
    color: #000000;
}

.feature-inner {
    padding: 50px 0;
}

.feature-inner img {
    box-shadow: 0px 6px 24px rgb(0 0 0 / 11%);
    /* border-radius: 10px; */
}

.feature-inner .text-box {
    padding: 0 0 0 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-inner .text-box h3 {
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    font-family: 'Playfair Display', serif;
}

.feature-inner .text-box p {
    font-weight: 300;
    font-size: 100%;
    line-height: 24px;
    color: rgba(37, 40, 44, 1);
    margin: 20px 0;
    max-width: 570px;
    width: 100%;
}

.feature-inner .text-box ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 149.02%;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    color: #000000;
}

.feature-inner .text-box ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    background-color: #237BFD;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.testimonial-people-sec {
    padding: 100px 0;
    position: relative;
}

.testimonial-people-inner {
    margin-top: 50px;
}

.testimonial-inner {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}

/******* UPDATE 30 August 2022 *******/

.papersowl-service-sec {
    position: relative;
    padding: 50px 0;
}

.papersowl-service-inner .text-box {
    margin: 20px 0 0 0;
}

.papersowl-service-inner .text-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #606770;
    max-width: 1213px;
    width: 100%;
    text-align: left;
}

.papersowl-service-inner .text-box p a {
    text-decoration: underline;
    color: #237BFD;
    font-weight: 500;

}

.papersowl-service-bottom {
    margin-top: 20px;
    display: none;
}
.accordion-body .papersowl-service-bottom{
    display: block;
}
.papersowl-service-bottom .text-inner {
    margin: 0 0 30px 0;
}

.papersowl-service-bottom .text-inner:last-child {
    margin: 0;
}

.papersowl-service-bottom .text-inner h2 {
    color: #141414;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    font-weight: 600;
    font-size: 20px;
    line-height: inherit;
    margin: 0 0 10px 0;
}

.papersowl-service-bottom .text-inner p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #606770;
    margin-bottom: 20px;
}

.papersowl-service-bottom .text-inner p:last-child {
    margin: 0;
}

.papersowl-service-bottom .text-inner ul li strong {
    color: #141414;
    display: inline-block;
    margin-right: 3px;
}

.papersowl-service-bottom .text-inner ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #606770;
    padding: 0 0 0 25px;
    margin: 0 0 10px 0;
    position: relative;
}

.papersowl-service-bottom .text-inner ul li:last-child {
    margin: 0;
}

.papersowl-service-bottom .text-inner ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    background-color: #237BFD;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.text-listing {
    max-width: 1213px;
    width: 100%;
    margin-top: 30px;
}

.text-listing ol {
    border: 1px solid #606770;
    display: flex;
    flex-wrap: wrap;
    padding: 2px
}

.text-listing ol li {
    width: 25%;
    padding: 2px 2px;
}

.text-listing ol li span {
    border: 1px solid #000;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 10px;
    display: block;
}

.load-less a {
    text-decoration: underline;
    color: #237BFD;
    font-weight: 5600;
    font-size: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


/****** UPDATE 7 SEPTEMBER 2022 *****/
.learn-work {
    display: flex;
    align-items: center;
    color: #fffd01;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    justify-content: center;
    border: none;
    background-color: transparent;
    height: 55px;
    width: 210px;
}

.learn-work svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.learn-work svg path {
    fill: #fffd01;
}

.learn-work:hover svg path {
    fill: #000;
}

.learn-work:hover {
    color: #000;
}

iframe {
    width: 100%;
}

.feature-house {
    margin: 40px 0 0 0;
}

.feature-house ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 833px;
    width: 100%;
}

.feature-house ul li {
    font-weight: 400;
    font-size: 18px;
    color: #141414;
    display: flex;
    align-items: center;
}

.feature-house ul li img {
    margin-right: 12px;
}

.contact-agent {
    background: #F5F5F5;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.11);
    padding: 46px 22px 25px;
}

.contact-agent h4 {
    font-weight: 700;
    font-size: 26px;
    color: #141414;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.contact-agent ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -6px;
    padding: 70px 0 60px 0;
}

.contact-agent ul li {
    width: 50%;
    padding: 0 6px;
}

.contact-agent ul li a {
    height: 61px;
    background: #0D6EFD;
    border-radius: 12.1622px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.contact-agent ul li a:hover {
    background-color: #000;
}

.contact-agent ul li a.chat-btn {
    background: #4DCB5B;
}

.contact-agent ul li a.chat-btn:hover {
    background: #0D6EFD;
}

.contact-agent p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #606770;
    font-size: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0 0 0;
}

.contact-agent p img {
    margin-right: 6px;
}


/****** SIMILAR PROPERTY ******/
.single-listing-page .header-bottom ol li {
    margin: 0;
}

.single-listing-page .header-bottom ol {
    justify-content: space-around;
}

.similar-property-sec {
    padding: 40px 55px 0;
}

.similar-property-sec .title h2 {
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    line-height: 65px;
}

.similar-property-inner {
    margin: 35px 0 0 0;
    position: relative;
}

.similar-property-inner .tag {
    font-size: 13px;
    width: 92px;
    height: 30px;
}

.similar-property-inner .listing-house-box .text-box ul {
    margin: 0 0 15px 0;
}

.swiper-button-next.swiper-button-next2, .swiper-button-prev.swiper-button-prev2 {
    background: #FFFFFF;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.11);
    border-radius: 0;
    width: 60px;
    height: 60px;
}

.swiper-button-next2:after, .swiper-button-prev2:after {
    color: #0D6EFD;

}

.swiper-button-next2, .swiper-rtl .swiper-button-prev2 {
    right: -30px;
    left: auto;
}

.swiper-button-prev2, .swiper-rtl .swiper-button-next2 {
    left: -30px;
    right: auto;
}

.single-listing-page .title h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 160%;
    font-family: 'Lexend', sans-serif;
    text-align: left;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #141414;
}

.single-listing-page .popular-search-sec {
    padding: 105px 55px 55px;
}

.single-listing-page .popular-search-inner {
    margin: 42px 0 0 0;
    padding: 0 35px;
}

.single-listing-page footer {
    padding: 100px 55px;
}


/******* AGENT REGISTRATION ******/
.agent-registration-page .header-bottom ol li {
    margin: 0;
}

.agents-banner-sec {
    background: url(../images/banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 308px 0 260px;
}

.agents-banner-sec .text-box {
    padding: 10px 0 0 0;
}

.agents-banner-sec .text-box h3 {
    font-weight: 700;
    font-size: 100px;
    line-height: 133px;
    color: #FFFFFF;
    font-family: 'Playfair Display', serif;
}

.agents-banner-sec .text-box p {
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: rgb(255, 255, 255, 0.8);
    margin: 30px 0 53px;
}

.agents-banner-sec .image-holder {
    position: relative;
    width: 918px;
}

.agents-banner-sec .image-holder img {
    max-width: inherit;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/***** PARTNERS SEC ******/
.partners-sec {
    background-color: #F5F5F5;
    position: relative;
    padding: 50px 0 35px;
}

.partners-shape {
    position: absolute;
    top: -117px;
    left: 0;
    width: 100%;
}

.partners-sec .text-box {
    padding: 68px 0 0 0;
}

.partners-sec .text-box h3 {
    font-weight: 600;
    font-size: 44px;
    line-height: 143%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #141414;
    margin: 0 0 25px 0;
}

.partners-sec .text-box p {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #141414;
}

.partners-right ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.partners-right ul li {
    width: 33.3%;
    text-align: center;
    margin: 35px 0;
}

.partners-right ul li a {
    display: flex;
    height: 117px;
    align-items: center;
    justify-content: center;
}

.partners-right ul li a:hover {
    background-color: #fff;
}

/***** WHY papersowl SEC ******/
.why-papersowl-sec {
    padding: 70px 0;
}

.why-papersowl-sec .title {
    margin: 0 0 70px 0;
}

.why-papersowl-inner .text-box {
    padding: 15px 0 0 0;
}

.why-papersowl-inner .text-box h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    font-family: 'Montserrat', sans-serif;
    color: #141414;
}

.why-papersowl-inner .text-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #606770;
    margin: 43px 0 30px 0;
}

.why-papersowl-inner .text-box ul {
    margin: 0 0 50px 0;
}

.why-papersowl-inner .text-box ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #141414;
    margin-bottom: 15px;
}

.why-papersowl-inner .text-box ul li {
    margin-right: 15px;
}

.why-papersowl-inner .text-box ul li img {
    margin-right: 18px;
}

.why-papersowl-inner .text-box ul li:last-child {
    margin: 0;
}

.blue-bg {
    background-color: #237BFD;
    border-color: #237BFD;
}


/****** AGENT TESTIMONIAL SEC *******/
.agent-testimonial-sec {
    padding: 85px 0 70px;
}

.agent-testimonial-inner {
    margin: 57px -10px 0;
    position: relative;
}

.agent-testimonial-inner .agentSwiper {
    padding: 10px;
}

.agent-testimonial-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 10.7661px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px 18px 30px;
    border-bottom: 5px solid transparent;
}

.swiper-slide-active .agent-testimonial-box {
    border-color: #0D6EFD;
    border-radius: 10px 10px 0 0;
}

.agent-testimonial-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #606770;
    margin: 0 0 25px 0;
}

.agent-testimonial-box .media {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0 0 0;
}

.agent-testimonial-box .media .image-holder {
    max-width: 60px;
    width: 100%;
}

.agent-testimonial-box .media .text-box {
    flex: 1;
    padding-left: 18px;
}

.agent-testimonial-box .media .text-box h4 {
    font-weight: 500;
    font-size: 20px;
    color: #141414;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 5px 0;
}

.agent-testimonial-box .media .text-box h4 span {
    font-weight: 600;
    color: #0D6EFD;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.agent-testimonial-box .media .text-box h4 span img {
    margin-right: 11px;
}

.agent-testimonial-box .media .text-box p {
    font-weight: 400;
    color: #606770;
    font-size: 18px;
    margin: 0;
}

.agent-testimonial-inner .swiper-button-next, .agent-testimonial-inner .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 0;
    border: 1px solid #606770;
    background-color: transparent;
    transition: all 0.5s ease-in-out
}

.agent-testimonial-inner .swiper-button-next:hover, .agent-testimonial-inner .swiper-button-prev:hover {
    background: #FFFFFF;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.11);
    border-color: #FFFFFF;
    transition: all 0.5s ease-in-out;
}

.agent-testimonial-inner .swiper-button-next:hover::after, .agent-testimonial-inner .swiper-button-prev:hover::after {
    color: #0D6EFD;
}

.agent-testimonial-inner .swiper-button-next::after, .agent-testimonial-inner .swiper-button-prev::after {
    color: #000;
}

.agent-testimonial-inner .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -75px;
    right: auto;
}

.agent-testimonial-inner .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -75px;
    left: auto;
}

.quotes-left {
    position: absolute;
    left: -160px;
    top: -120px;
}

.quotes-right {
    position: absolute;
    right: -160px;
    top: -120px;
}

.agent-registration-page .popular-search-sec {
    padding: 125px 0 100px;
}

/****** REGISTER MODAL ******/
.register-modal .modal-body {
    padding: 50px 50px 30px;
}

.register-modal .title h2 {
    font-size: 30px;
    line-height: 45px;
}

.register-modal .label-text {
    font-size: 18px;
    margin: 0 0 3px 0;
}

.register-modal .login-form .form-group .form-control {
    font-size: 16px;
}

.register-modal .login-form .form-group .relative {
    position: relative;
}

.register-modal .login-form .form-group .relative span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
}

.registere-text {
    font-weight: 500;
    font-size: 18px;
    color: #001533;
    line-height: 28px;
    padding: 10px 0 0 0;
}

.register-modal .login-form .form-group ul {
    display: flex;
    align-items: center;
    margin: 17px 0 0 0;
}

.register-modal .login-form .form-group ul li {
    margin-right: 50px;
}

.register-modal .login-form .form-group ul li:last-child {
    margin: 0;
}

/* The radio */
.radio {
    display: block;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    color: #484A4D;
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {

    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #AEAEAE;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked~.checkround {
    background-color: #fff;
    border: 1px solid #AEAEAE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked~.checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #141414;


}

/****** REGISTER THANKS MODAL ******/
.register-thanks-modal .modal-dialog {
    max-width: 431px;
}

.register-thanks-modal .modal-body {
    padding: 81px 25px 45px;
}

.register-thanks-modal .text-box {
    text-align: center;
}

.register-thanks-modal .text-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #484A4D;
    margin: 30px 0 45px;
}

.register-thanks-modal .text-box a {
    height: 65px;
    background: #0D6EFD;
    border: 1px solid #0D6EFD;
    border-radius: 10px;
    width: 100%;
    background-color: #0D6EFD;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    justify-content: center;
}

/****** SHARE HOUSE MODAL ******/
.signup-modal.share-house-detail-modal .title h3 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #141414;
}

.signup-modal.share-house-detail-modal .title h3 span {
    border-bottom: 2px solid #EA4137;
    padding: 0 0 5px 0;
}

.signup-modal.share-house-detail-modal textarea.form-control {
    height: 150px;
}

.signup-modal.share-house-detail-modal .login-form .form-group p {
    margin: 30px 0 0 0;
}

.signup-modal.share-house-detail-modal .login-form .form-group p a {
    text-decoration: underline;
}


.house-detail-mobile {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 9%);
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 30px;
}

.house-detail-mobile h4 {
    font-weight: 600;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;

}

.house-detail-title {
    background: #F0F1F1;
    padding: 16px 18px;
}

.house-detail-title h4 {
    font-weight: 700;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}

.house-detail-title h4 span {
    color: #0D6EFD;
}

.mobile-share {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    padding: 14px 18px 43px;
    position: fixed;
    z-index: 1000;
    bottom: -100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.mobile-share.active {
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.mobile-share p {
    background: #B9BBBF;
    border-radius: 100px;
    width: 105px;
    height: 6px;
    margin: 0 auto 25px;
}

.mobile-share ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-share ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    text-align: center;
    display: block;
}

.mobile-share ul li a span {
    display: block;
    margin-bottom: 10px;
}

.overly {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    z-index: 1000;
}

.overly.active {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    visibility: visible;
}

 
.gallery-top .view-btn {
    top: auto;
    right: auto;
    left: 64px;
    bottom: 30px;
}



.single-listing-page .furnished-house-banner{
    padding: 139px 0 0 0
}


/***** furnished-banner-gallery ****/
.furnished-banner-gallery .swiper-container {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.furnished-banner-gallery .swiper-container-wrapper {
    display: flex;
    flex-flow: row nowrap;
    height: 73vh;
    width: 100vw;
}

 
.furnished-banner-gallery .gallery-top {
    position: relative;
    width: 75%;
    height: 100%;
    margin-right: 3px;
}


.furnished-banner-gallery .gallery-thumbs {
    width: 25%;
    height:  100%;
    padding: 0; 
}
 
.furnished-banner-gallery .gallery-top  .swiper-pagination { 
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 28px;
}
.furnished-banner-gallery .gallery-top .swiper-pagination span {
    display: block;
    margin: 0 5px;
}
.gallery-top::after{
    position: absolute;
    content: "";
    height: 120px;
    left: 0;
    z-index: 1;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 21.27%, rgba(20, 20, 20, 0.81) 100%);
}