@import "styleTheme.css";

.mt--15 {
    margin-top: -15px;
}

.af-in-err {
    color: var(--grey2);
    font-size: 13px;
    padding-top: 2px;
}

.modal-body {
    padding: 1.5rem;
}

.container-fluid {
    max-width: 100%;
}

.main-wrapper {
    /*display: flex;
    flex-grow: 1;*/
    width: 100%;
    height: 100%;
    background-color: var(--white);
}

.header-area {
    /* position: fixed; */
    width: 100%;
    z-index: 105;
    height: 64px;
}

.header-area > .container-fluid > .row {
    flex-grow: 1;
}

.right-menu .navbar-toggler {
    display: none;
}

.navbar-light .navbar-toggler {
    color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0.5);
}

header {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: var(--white);
}

.header-content {
    display: flex;
    padding-top: 18px;
    padding-bottom: 18px;
    align-items: center;
    justify-content: space-between;
}

.header-logo img {
    max-width: 130px;
    height: auto;
}

.navbar-toggler {
    display: none;
}

header nav.navbar {
    display: flex;
    padding: 1rem;
}

header nav.navbar ul {
    display: flex;
    gap: 15px;
}

header nav.navbar ul li {
    position: relative;
}

header nav.navbar ul li a {
    padding: 0 12px 0 12px;
    color: var(--black);
    display: inline-block;
    font-size: 14px;
}

header nav.navbar ul li a:focus {
    color: var(--black);
}

header nav.navbar ul li a:hover:not(.active) {
    background-color: transparent;
    border-radius: 4px;
    color: var(--orange);
}

header nav.navbar ul li.active a {
    color: var(--orange) !important;
}

header nav.navbar ul li a.nav-link {
    /* padding-right: 0.8rem !important;
    padding-left: 0.8rem !important; */
    padding-right: 0 !important;
    padding-left: 0 !important;
}

header nav.navbar ul li.item-work {
    display: none;
}

.mobile {
    display: none;
}

.changeLang {
    height: 100%;
}

.rightNavBtn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-lang .btn:hover {
    color: #fff;
}

.add-logins-btns {
    display: flex;
    gap: 10px;
}

.add-logins-btns-list {
    display: none;
}

.filter-search-btn {
    background: transparent;
    border: none;
}

.bootstrap-select .btn-default {
    background-color: var(--white);
    border: 1px solid var(--grey);
    color: var(--black);
}

.bootstrap-select .flag-icon-squared {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    border-radius: 50%;
}

.bootstrap-select .flag-icon-squared.flag-icon-au {
    background-size: 45px;
    background-position: top left -5px;
}

.dropdown-menu.open.show .dropdown-menu.inner.selectpicker {
    display: inline-block;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    display: flex !important;
    gap: 10px;
    align-items: center;
}

/* .bootstrap-select .btn-default:hover{
    color: #fff;
} */
.dropdown-menu.open.show .dropdown-menu.inner {
    display: block;
}

.dropdown-menu.open.show .dropdown-menu.inner li a .text {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.dropdown-menu.open.show .dropdown-menu.inner li {
    border-bottom: 1px solid #d5d5d5;
}

.dropdown-menu.open.show .dropdown-menu.inner li:last-child {
    border-bottom: none;
}

.dropdown-menu.open.show .dropdown-menu.inner li a {
    padding: 7px 10px 7px 10px;
    display: flex;
    color: var(--blue);
    font-family: var(--medium);
    text-decoration: none;
}

.dropdown-menu.open.show .dropdown-menu.inner li a:hover {
    background-color: #ddd;
}

.dropdown-toggle::after {
    display: none;
}

.select-lang button {
    padding: 10px 15px 10px 15px;
}

.btn.btn-default-lang {
    padding: 10px 14px 10px 14px !important;
    background-color: var(--white);
    border: 1px solid var(--grey);
    color: var(--black);
    position: relative;
    width: 100%;
    gap: 10px;
    min-width: auto;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: var(--regular);
}

.btn.btn-default-lang:hover {
    border: 1px solid var(--grey);
}

.direction-ltr .btn.btn-default-lang {
    justify-content: flex-end;
    font-family: var(--arRegular);
}

.flag-icons-lang {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    background-repeat: no-repeat;
}

.flag-icons-ksa {
    background-image: url(../images/icons/sa.svg);
}

.flag-icons-uk {
    background-image: url(../images/icons/au.svg);
    background-size: 44px;
    background-position: top left -5px;
}

.bs-caret {
    display: none;
}

.col-menu-left.hdr-d-board {
    display: flex;
    align-items: center;
}

.navbar-nav .dropdown-menu.dropdown-menu-links {
    position: absolute;
    width: 200px;
    padding: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.navbar-nav .dropdown-menu.dropdown-menu-links a.dropdown-item {
    border-bottom: 1px solid #eaeaea;
    font-size: 0.95rem;
    color: #80868b;
}

.navbar-toggler {
    padding: 0.25rem 0.55rem;
    border: 1px solid var(--border);
    /* background-color: var(--primaryText); */
    border-radius: 4px;
}

.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
}

.banner-area {
    background-image: url(../images/bannerBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 650px;
    position: relative;
}

header.sticky {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
    -moz-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
    background-color: var(--blue);
}

.navbar-collapse.collapse.show {
    display: block !important;
}

.res-login-dp {
    width: 43px;
    display: none;
}

.userNameRes {
    display: none;
}

.userNameRes span {
    padding-left: 20px;
    font-family: var(--medium);
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--greyLight);
    width: 100%;
}

.datepicker-dropdown {
    z-index: 70 !important;
}

/***************Filter Section***************/

.container-Filter {
    margin-top: 0;
    position: relative;
    z-index: 3;
    /* border-radius: 100px; */
    background-image: url(../images/filterMainBg2.png);
    background-size: 1440px 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 122px;
}

.filter-content {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    height: 112px;
    background-image: url(../images/filterBgLarge.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 27px 60px 0 70px;
}

.filter-label {
    font-size: 14px;
    color: var(--grey2);
    padding-bottom: 6px;
}

.sel-col {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.sel-col > .sel-icon {
    width: 15px;
    min-width: 15px;
}

.property-type-error {
    color: var(--error);
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 25px;
    display: none;
}

.property-type-error-m {
    top: 43px !important;
}

.filter-content-col {
    flex-grow: 1;
}

.filter-content-city {
    max-width: 180px;
    min-width: 150px;
    width: 180px;
}

.filter-content-type {
    max-width: 260px;
    min-width: 260px;
}

.filter-content-date {
    min-width: 570px;
    max-width: 615px;
}

.filter-button {
    background-color: transparent;
    background: transparent;
    border: none;
}

.start-end-row {
    display: flex;
    gap: 20px;
    padding-top: 3px;
}

.start-end-col {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    position: relative;
}

.calendar-picker-icon {
    width: 15px;
    min-width: 15px;
    display: flex;
}

.from-to {
    font-size: 14px;
    color: var(--black);
}

.startD,
.endD {
    font-size: 15px;
    color: var(--orange);
    white-space: nowrap;
}

.start-end-col span.error {
    color: var(--error);
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 25px;
    font-weight: normal;
}

.filter-button {
    max-width: 80px;
    min-width: 80px;
    padding: 0;
}

.filter-content-adv .filter-button {
    height: 40px;
}

.filter-content-adv .filter-button img {
    max-width: none;
    max-height: 100%;
}

.filter-content-adv {
    padding: 26px 50px 0 50px;
    gap: 10px;
}

.filter-content-icon {
    max-width: fit-content;
    min-width: fit-content;
}

.filter-content-icon button {
    padding: 0 !important;
    background: transparent;
    border: none;
}

.filter-content-adv .filter-content-city {
    max-width: 140px;
}

.filter-content-adv .filter-content-type {
    max-width: 230px;
    min-width: 230px;
    margin-left: auto;
}

.filter-content-adv .filter-content-date {
    margin-left: auto;
}

.filter-content-adv .filter-button {
    max-width: 46px;
    min-width: 46px;
    height: 40px;
}

.filter-content-adv .filter-button-adv {
    max-width: none;
    height: 40px;
    min-width: auto !important;
}

.filter-content-adv .filter-button-adv-short {
    display: none;
}

.filter-button-adv1 {
    display: block;
}

.filter-button-adv2 {
    display: none;
}

.filter-content-adv .filter-content-icon {
    margin-top: 10px;
}

.filter-content-adv .filter-content-icon-ss {
    margin-left: auto;
}

button.multiselect {
    justify-content: flex-start;
}

.btn-close {
    width: 1.4em;
    height: 1.4em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/0.8em auto no-repeat;
    position: absolute;
    top: 30px;
    right: 60px;
    z-index: 238;
    border: 1px solid var(--grey2);
}

.btn-close.btn-close-arr {
    top: 25px;
    right: 25px;
}

.pos-rel {
    position: relative;
}

#slider li {
    background-repeat: no-repeat;
    background-size: 100%;
}

/****************Default Heading Text****************/

.primary-small-heading {
    font-size: 28px;
    color: var(--orange);
    line-height: 38px;
}

.primary-text {
    font-size: 16px;
    line-height: 30px;
    color: var(--black);
    display: flex;
    width: 100%;
}

.col-white {
    color: var(--white);
}

.common-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.primary-heading {
    display: flex;
    width: 100%;
    font-size: 45px;
    color: var(--orange);
    line-height: 60px;
    margin-bottom: 35px;
}

.primary-text-tc {
    padding: 0 190px 0 190px;
}

/****************************************************/

.presence-wrapper {
    padding: 100px calc(var(--bs-gutter-x) * 0.5) 100px calc(var(--bs-gutter-x) * 0.5);
}

.presence-f-col {
    max-width: 35%;
}

.presence-f-col .primary-small-heading {
    margin-bottom: 20px;
}

.presence-f-col .primary-text {
    margin-bottom: 25px;
}

.best-offer-col {
    display: flex;
    width: 100%;
    position: relative;
    background-color: var(--orange);
    border-radius: 20px;
    padding: 70px 0 80px 0;
    justify-content: flex-end;
    background-image: url(../images/best-offer-bg.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right 100px top 0;
}

.best-offer-img {
    position: relative;
}

.best-offer-col img.best-offer-img {
    position: absolute;
    bottom: 0px;
    left: 50px;
    max-width: 530px;
}

.best-offer-content {
    max-width: 40%;
    padding-right: 40px;
    max-width: 50%;
    padding-right: 30px;
    padding-left: 50px;
}

.best-offer-heading {
    margin-bottom: 20px;
}

.text-best-offer {
    font-size: 14px;
    padding-right: 80px;
    margin-bottom: 30px;
}

/**********************************/

.wwd-points-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
}

.wwd-points-col {
    padding: 20px;
    border: 1px solid #e6e6e6;
    background-color: var(--white);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
}

.wwd-points-icon {
    margin-bottom: 15px;
    width: 100%;
}

.wwd-points-icon img {
    max-height: 40px;
}

.wwd-points-title {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: var(--black);
}

.wwd-points-wrapper {
    margin-top: 60px;
}

.wwd-points-col-1 {
    border-radius: 20px 20px 0 20px;
}

.wwd-points-col-2 {
    border-radius: 20px 20px 0 0px;
}

.wwd-points-col-3 {
    border-radius: 20px 20px 20px 0px;
}

.wwd-points-col-4 {
    border-radius: 20px 0px 20px 20px;
}

.wwd-points-col-5 {
    border-radius: 0px 0px 20px 20px;
}

.wwd-points-col-6 {
    border-radius: 0px 20px 20px 20px;
}

.wwd-gal-row {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 147px);
}

.wwd-gal-col {
    border-radius: 20px;
    overflow: hidden;
}

.wwd-gal-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item1 {
    border-radius: 20px 20px 20px 0px;
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}

.item2 {
    border-radius: 0px 20px 20px 20px;
    grid-column: 1 / 1;
    grid-row: 2 / 2;
}

.item3 {
    grid-column: 2 / 2;
    grid-row: 1 / 3;
}

/**************************************/

.popular-locations-col {
}

.popular-locations-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    background-color: var(--orange);
    border-radius: 20px;
    padding: 40px 45px 45px 45px;
    background-image: url(../images/locationsBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top 0 bottom 0;
}

.popular-locations-heading {
    width: 100%;
}

.cities-wrapper {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: var(--white);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 35px 0 0px 0;
}

.cities-wrapper .city-name {
    padding-left: 30px;
    padding-right: 20px;
    background-image: url(../images/icons/arrow_forward_white.svg);
    background-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 35px;
}

/************************************/

.footer-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
}

.footer-wrapper > .container {
    background-image: url(../images/icons/footer-bg.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 40px;
    background-size: 300px;
}

.contact-us-heading {
    font-size: 25px;
    line-height: 30px;
    color: var(--orange);
    margin-bottom: 25px;
}

.contact-us-row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-icon img {
    max-width: 20px;
}

.contact-detail {
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
}

.social-footer {
    display: flex;
    gap: 15px;
}

.social-footer a img {
    width: 35px;
}

.copyright {
    margin-top: 55px;
    font-size: 13px;
    line-height: 16px;
    color: var(--black);
}

.copyright a {
    color: var(--orange);
    text-decoration: none;
}

.copyright-2 {
    display: none;
}

.copyright-2-add-p {
    display: flex;
}

.copyright-2-add-p .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.footer-wrapper-add-p {
    border-top: 1px solid var(--border);
    padding-top: 0;
    margin-top: 50px;
}

.footer-wrapper-add-p > .container {
    background-image: none;
    padding-bottom: 30px;
}

ul.footer-links {
    padding: 0;
    margin: 0;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 27px;
}

ul.footer-links li {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.footer-links li a {
    font-size: 15px;
    line-height: 20px;
    color: var(--black);
    text-decoration: none;
}

ul.footer-links li a:hover {
    color: var(--blackHover);
}

.btn-footer {
    margin-top: 55px;
}

/************************************/

.book-your-home-wrapper {
    padding-bottom: 0;
}

/***********Login Process***********/

.modal-web .modal-body {
    padding: 60px;
}

.modal-logo img {
    max-width: 115px;
}

.modal-p-heading {
    font-size: 22px;
    color: var(--black);
    margin-top: 25px;
}

.modal-p-text {
    font-size: 14px;
    color: var(--grey2);
    margin-top: 10px;
    margin-bottom: 30px;
}

.col-mod-auth {
    padding-right: 60px;
    padding-top: 17px;
    position: relative;
}

.auth-ifon-text {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
    color: var(--grey2);
}

.auth-ifon-text span {
    color: var(--orange);
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.btnPrevious {
    width: 1.4em;
    height: 1.4em;
    position: absolute;
    top: 30px;
    left: 60px;
    z-index: 1;
    border: 1px solid var(--grey2);
    box-sizing: content-box;
    padding: 0.25em 0.25em;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.btnPrevious img {
    width: 16px;
}

.slide-mod-img {
    display: flex;
    align-items: center;
}

.modal-p-small-heading {
    font-size: 16px;
    color: var(--black);
    margin-top: 25px;
}

.otp-input-row {
    display: flex;
    gap: 10px;
}

.otp-input-row input.form-control-otp {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-family: var(--medium);
    font-size: 20px;
}

.auth-resend-row {
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
}

button.resend-code {
    font-size: 14px;
    color: var(--orange);
    background-color: transparent;
    border: 0;
    padding: 0;
}

.resend-arrow {
    margin: 0 15px 0 15px;
}

.resend-arrow img {
    width: 16px;
}

.resend-timer {
    display: flex;
    align-items: center;
    gap: 5px;
}

.resend-timer-box {
    width: 1.4em;
    height: 1.4em;
    z-index: 1;
    border: 1px solid var(--grey2);
    box-sizing: content-box;
    padding: 0.25em 0.25em;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 14px;
    color: var(--orange);
}

.auth-resend-row {
    margin-top: 15px;
}


/************************Radio***********************/

/* The container */
.container-radio {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
    cursor: pointer;
}

.container-radio label {
    cursor: pointer;
    padding-left: 8px;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

/* Create a custom radio button */
.container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid var(--orange);
    border-radius: 50%;
    z-index: 1;
}

.container-radio input.checkmark {
    z-index: 2;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    border: 2px solid var(--orange);
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    /*background-color: var(--orange);*/
    border: 2px solid var(--orange);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    background-color: var(--orange);
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/************************Checkbox***********************/

/* The container */
.container-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
    cursor: pointer;
}

.container-checkbox label {
    cursor: pointer;
    padding-left: 8px;
}

/* Hide the browser's default radio button */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

/* Create a custom radio button */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid var(--border);
    border-radius: 6px;
    z-index: 1;
}

.container-checkbox input.checkmark {
    z-index: 2;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    border: 1px solid var(--grey2);
}

/* When the radio button is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: var(--orange);
    border: 1px solid var(--orange);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-checkbox .checkmark:after {
    background-image: url(../images/icons/checkBox.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    top: 3px;
    left: 2px;
    width: 12px;
    height: 12px;
}

.filter-checks-row {
    display: grid;
    grid-template-columns: 1fr;
    padding: 15px;
    max-height: 270px;
}

.filter-checks-col {
    padding-left: 0;
    /* padding-right: 10px; */
    margin-bottom: 15px;
}

.filter-checks-col:last-child {
    margin-bottom: 0;
}

/* .filter-checks-col:nth-child(2n + 2){
    padding-left: 10px;
    padding-right: 0;
} */

/*******************Advance Filter*******************/

.adv-filter-row {
    display: flex;
    width: 100%;
    height: 46px;
}

#adv-search-modal .modal-body .adv-search-mobile {
    display: none;
}

.container-adv-filter {
    padding-top: 30px;
    padding-bottom: 30px;
}

.filter-number {
    color: var(--black);
    font-size: 16px;
    font-family: var(--medium);
}

.btn-filter {
    max-width: 154px;
    min-width: 154px;
    gap: 10px;
}

.adv-all-filters {
    display: flex;
    width: 100%;
    gap: 12px;
    margin-left: 20px;
    margin-right: 5px;

    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;

    /* overflow-x: hidden;
  overflow-y: auto; */
    overflow: hidden;
    height: 350px;
}

.pos-unset {
    position: unset;
}

.btn-group-filter-dropdown {
    height: 46px;
}

.adv-all-filters-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.btn-filter-dropdown {
    padding: 6px 6px 6px 15px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid var(--grey2);
    color: var(--grey2);
    display: flex;
    align-items: center;
    cursor: pointer;
    width: max-content;
    white-space: nowrap;
    gap: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn-filter-dropdown img.filter-id-icon {
    width: 20px;
}

.arrow-down-filter {
    width: 19px;
}

.dropdown-menu-t-arrow:before {
    content: "";
    position: absolute;
    border-color: rgba(194, 225, 245, 0);
    border: solid transparent;
    border-bottom-color: white;
    border-width: 11px;
    top: -21px;
    right: 0;
    z-index: 1;
    left: 0;
    margin: auto;
    width: 0;
}

.dropdown-menu-t-arrow:after {
    content: "";
    position: absolute;
    right: 0;
    top: -21px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: var(--grey2);
    z-index: 0;
    left: 0;
    margin: auto;
}

.dropdown-menu[data-bs-popper] {
    top: 130%;
}

ul.dropdown-menu {
    padding: 0;
}

.dropdown-menu-adv-filter {
    width: 200px;
    min-width: 100%;
    padding: 0;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdown-menu-adv-filter-choice {
    left: 57% !important;
    /* height: 300px; */
}

.dropdown-menu-adv-filter-last {
    right: 0;
    left: auto !important;
    transform: none;
}

.filter-checks-row .form-group label {
    font-size: 13px;
}

.dm-no-ul {
    padding: 12px;
}

.filter-scroll-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    border-radius: 6px;
    background-color: #f4f4f4;
    border: 0;
    margin-top: 9px;
    margin-left: 16px;
}

.filter-scroll-trigger img {
    width: 18px;
}

/******************Range Slider****************/
/* Slider*/

.slider-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px 10px 0 10px;
}

.ui-slider {
    background: #efefef;
    border: 1px solid #d2d2d2;
    height: 16px;
    position: relative;
    border-radius: 100px;
}

.ui-slider-range {
    background: var(--orange);
    height: 16px;
    position: absolute;
    border-top: 1px solid #d33d0b;
    border-bottom: 1px solid #d33d0b;
    transform: translateY(-1px);
}

.ui-slider-range:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.ui-slider-handle {
    background: #555;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    z-index: 10;
    background: linear-gradient(#555, var(--black));
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    box-shadow: inset -2px -2px 6px 2px rgba(0, 0, 0, 0.1);
    transition: width 0.1s;
}

.ui-slider-handle:focus {
    outline: none;
}

.ui-slider-handle:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.ui-state-active {
    width: 22px;
}

/* Range Indicator*/

.range-wrapper {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.range {
    background: #fff;
    white-space: nowrap;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #555;
    width: 150px;
    z-index: 10;
    position: relative;
}

.range:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 67px solid transparent;
    border-right: 67px solid transparent;
    border-top: 6px solid #d2d2d2;
}

.range-value {
    width: 74px;
    padding: 8px 0;
    text-align: center;
    display: inline-block;
    transition: background 0.1s;
}

.range-divider {
    width: 1px;
    display: inline-block;
}

.range-divider:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #d2d2d2;
    content: "";
}

.range-alert {
    color: var(--black);
    font-size: 14px;
    font-family: var(--medium);
    display: none;
}

.range-alert.active {
    display: block;
}

.min-max-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
}

.min-max-amount .min-max-title {
    font-size: 14px;
    color: var(--grey2);
}

.min-max-numbers {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: var(--black);
}

.max-amount .min-max-title {
    text-align: right;
}

.max-amount .min-max-numbers {
    text-align: right;
}

.max-number-w {
    display: flex;
    align-items: center;
    gap: 2px;
}

/******************Range Slider End*************/

/*************************Search**********************/

.property-result-detail {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 30px;
    align-items: flex-start;
}

.clear-f-col {
    padding-left: 230px;
    margin-top: -20px;
}

.clear-f {
    font-size: 14px;
    text-decoration: none;
    color: var(--grey2);
}

.clear-f:hover {
    color: var(--orangeHover);
}

.property-result-left {
    display: flex;
    flex-wrap: wrap;
}

.property-result-city {
    font-size: 35px;
    color: var(--orange);
    line-height: 35px;
    padding-bottom: 8px;
}

.property-result-others {
    width: 100%;
    font-size: 14px;
    color: var(--grey2);
}

.property-result-filter {
    border: 5px solid #f4f4f4;
    border-radius: 15px;
    padding: 5px;
}

.property-result-filter ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 5px;
}

.property-result-filter ul li {
    display: flex;
}

.property-result-filter ul li a {
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
    color: var(--grey2);
    text-decoration: none;
    padding: 8px 15px 8px 15px;
    background-color: var(--white);
    border-radius: 10px;
}

.property-result-filter ul li a:hover {
    background-color: var(--orange);
    color: var(--white);
}

.property-result-filter ul li.active a {
    background-color: var(--orange);
    color: var(--white);
}

.property-view-section {
    padding-top: 60px;
}

.property-view-col {
    position: relative;
    margin-bottom: 30px;
}

.property-detail-area {
    /* display: flex; */
    flex-wrap: wrap;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid var(--border);
    height: 100%;
}

.property-thumb-area {
    width: 100%;
    position: relative;
    height: 200px;
}

.rate-property-thumb-area {
    max-width: 285px;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
}

.favorite-property {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    cursor: pointer;
}

.favorite-property a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.favorite-property a img {
    width: 18px;
    margin-top: 1px;
}

.favorite-property .p-heart {
    display: flex;
}

.favorite-property .p-heart-o {
    display: none;
}

.favorite-property.active .p-heart {
    display: none;
}

.favorite-property.active .p-heart-o {
    display: flex;
}

.rating-property {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: var(--white);
    z-index: 5;
    gap: 5px;
}

.rating-property img {
    width: 15px;
}

.badge-property {
    position: absolute;
    top: 16px;
    left: 4px;
    width: 83px;
    height: 41px;
    background-repeat: no-repeat;
    background-size: 100%;
    color: var(--white);
    z-index: 5;
    font-size: 12px;
    padding: 15px 5px 9px 10px;
}

.badge-p-green {
    background-image: url(../images/icons/badgeGreen.svg);
}

.badge-l-green.badge-property {
    background-image: url(../images/icons/badgeGreenLarge.svg);
    width: 114px;
}

.badge-p-orange {
    background-image: url(../images/icons/badgeOrange.svg);
}

.property-content-area {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

a.property-title {
    font-size: 15px;
    color: var(--orange);
    text-decoration: none;
}

a.property-title:hover {
    color: var(--orangeHover);
}

.property-sub-gy {
    font-size: 12px;
    color: var(--grey2);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 3px 0 3px 0px;
}

.property-sub-gy img {
    width: 15px;
}

.property-price-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 13px;
    color: var(--blue);
}

.load-more {
    display: flex;
    width: 100%;
    justify-content: center;
}

.btn-load-more {
    border-radius: 10px;
    border: 1px solid var(--border);
    padding: 15px;
    color: var(--grey2);
    position: relative;
}

.btn-load-more:hover {
    color: var(--grey3);
    border: 1px solid var(--grey3);
}

.btn-map-grid {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    text-transform: none;
    font-family: var(--semiBold);
}

.grid-view {
    display: block;
}

.map-view {
    display: none;
}

.btn-grid-view {
    display: none;
}

.btn-grid-view img {
    margin-right: 5px;
}

.map-view {
    height: calc(-200px + 100vh);
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    padding-top: 30px;
}

.no-results-available {
    max-width: 32%;
    text-align: center;
    margin: 40px auto;
}

.no-results-available p {
    font-size: 16px;
}

.no-results-available i {
    font-size: 46px;
    margin-bottom: 10px;
    display: block;
}

#map-unit-container .no-results-available {
    max-width: 65%;
}

/*****************Map View Property****************/

.gm-style .gm-style-iw-c {
    width: 100%;
    max-width: 300px !important;
}

.map-property-detail {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.map-property-detail-map {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.map-property-title {
    font-size: 15px;
    color: var(--orange);
    text-decoration: none;
}

.map-property-sub-gy {
    font-size: 12px;
    color: var(--darkGrey);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 3px 0 3px 0px;
}

.map-property-sub-gy img {
    width: 15px;
}

.map-property-aminities-row {
    display: flex;
    width: 100%;
    gap: 7px;
}

.map-property-aminities-col {
    align-items: center;
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    gap: 6px;
    padding: 3px 7px 3px 7px;
    color: var(--darkGrey);
    font-size: 13px;
}

.map-property-aminities-col img {
    height: 15px;
}

/* .map-property .gm-style{
    width: 30px !important;
    height: 30px !important;
}
.map-property .gm-style img{
    width: 30px !important;
    height: 30px !important;
}
 */

.property {
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    /* height: 30px; */
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    /* width: 30px; */
}

.property::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #ffffff;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 95%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1;
}

.property .icon {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #ffffff;
}

.property .icon svg {
    height: 20px;
    width: auto;
}

.property .details {
    display: none;
    flex-direction: column;
    flex: 1;
}

.property .address {
    color: #9e9e9e;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.property .features {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.property .features > div {
    align-items: center;
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    font-size: 10px;
    gap: 5px;
    padding: 5px;
}

/*
   * Property styles in highlighted state.
   */
.property.highlight {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    height: 80px;
    padding: 8px 15px;
    width: auto;
}

.property.highlight::after {
    border-top: 9px solid #ffffff;
}

.property.highlight .details {
    display: flex;
}

.property.highlight .icon svg {
    width: 50px;
    height: 50px;
}

.property .bed {
    color: #ffa000;
}

.property .bath {
    color: #03a9f4;
}

.property .size {
    color: #388e3c;
}

/*
   * House icon colors.
   */
.property.highlight:has(.fa-house) .icon {
    color: var(--house-color);
}

.property:not(.highlight):has(.fa-house) {
    background-color: var(--house-color);
}

.property:not(.highlight):has(.fa-house)::after {
    border-top: 9px solid var(--house-color);
}

/*
   * Building icon colors.
   */
.property.highlight:has(.fa-building) .icon {
    color: var(--building-color);
}

.property:not(.highlight):has(.fa-building) {
    background-color: var(--building-color);
}

.property:not(.highlight):has(.fa-building)::after {
    border-top: 9px solid var(--building-color);
}

/*
   * Warehouse icon colors.
   */
.property.highlight:has(.fa-warehouse) .icon {
    color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse) {
    background-color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse)::after {
    border-top: 9px solid var(--warehouse-color);
}

/*
   * Shop icon colors.
   */
.property.highlight:has(.fa-shop) .icon {
    color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop) {
    background-color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop)::after {
    border-top: 9px solid var(--shop-color);
}

/**************************************************/

footer {
    /* display: none; */
}

.property-result-detail-m {
    padding-bottom: 20px;
    padding-top: 0;
}

.property-result-left-m {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.map-property {
    height: 100%;
}

.property-result-sec-m,
.property-result-sec-m > .container,
.property-result-sec-m > .container > .row {
    height: 100%;
}

.property-result-col-m {
    height: 100%;
}

.load-more-m {
    margin-bottom: 30px;
}

.property-result-col-m .mCSB_container {
    padding-left: 8px;
}

.filter-modal-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.btn-close.btn-close-corner {
    top: 27px;
    right: 13px;
    border: 0;
}

.filters-acc .accordion-button {
    padding: 15px;
    /* gap: 10px; */
    font-family: var(--medium);
    font-size: 0.8rem;
}

.filters-acc .accordion-button:not(.collapsed) {
    background-color: #fff5f1;
    color: var(--orange);
}

.filters-acc .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 81, 0, 0.15);
}

.filters-acc .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/arrow-accordion-active.svg);
}

.filter-checks-row-m {
    padding: 0;
}

.filter-checks-row-m .mCSB_container {
    display: flex;
    flex-wrap: wrap;
    /* gap: 15px; */
}

.filter-checks-row-m .mCSB_container .filter-checks-col {
    width: calc(50% + -8px);
}

.filters-acc .accordion-button img.filter-id-icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

/************************Swiper************************/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/************************Single Property************************/

.property-content-container > .container {
    padding-top: 40px;
    padding-bottom: 70px;
    border-top: 1px solid var(--border);
}

.content-main-heading {
    font-size: 35px;
    color: var(--orange);
}

.primary-grey-text {
    width: 100%;
    font-size: 14px;
    color: var(--grey2);
}

.about-property-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

.about-property-left,
.about-property-right {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.about-property-spec {
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}

.about-property-spec img {
    width: 20px;
    height: auto;
}

.about-property-spec i {
    font-size: 17px;
}

.about-property-spec span {
    font-size: 14px;
    color: var(--black);
    font-family: var(--medium);
}

.property-gallery-wrapper {
    position: relative;
}

.property-gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 160px);
    height: auto !important;
    margin-top: 30px;
    gap: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.property-gallery-container a {
    position: relative;
}

.property-gallery-container a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item5 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.item6 {
    grid-column: 3 / 3;
    grid-row: 1 / 2;
}

.item7 {
    grid-column: 4 / 4;
    grid-row: 1 / 1;
}

.item8 {
    grid-column: 3 / 3;
    grid-row: 2 / 3;
}

.item9 {
    grid-column: 4 / 4;
    grid-row: 2 / 3;
}

.item10 {
    grid-column: 1 / 1;
    grid-row: 3 / 3;
    height: 160px;
}

.item11 {
    grid-column: 2 / 3;
    grid-row: 3 / 3;
    height: 160px;
}

.item12 {
    grid-column: 3 / 4;
    grid-row: 3 / 3;
    height: 160px;
}

.item13 {
    grid-column: 4 / 4;
    grid-row: 3 / 3;
    height: 160px;
}

.more-photos {
    position: absolute;
    bottom: 0;
    right: calc(var(--bs-gutter-x) * 0.5);
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-bottom-right-radius: 20px;
    text-decoration: none;
}

.more-photo {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    align-content: center;
}

.more-photo span {
    font-weight: bold;
    color: white;
    font-size: 16px;
}

.more-photos:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.more-img {
    /* visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0; */
    position: absolute;
    left: -10000px;
}

.property-all-detail-wrapper {
    padding-top: 60px;
}

.col-property-feature-left {
    padding-right: 50px;
}

.content-medium-heading {
    font-size: 25px;
    color: var(--orange);
}

.primary-black-text {
    font-size: 14px;
    color: var(--black);
}

.property-special-badge {
    background-color: #fff9f6;
    padding: 20px;
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    border-radius: 10px;
}

.property-badge-heading {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: var(--orange);
    margin-bottom: 10px;
}

.property-badge-heading img {
    width: 22px;
    height: auto;
}

.property-tabs-wrapper {
}

.property-features-tab {
    border: 5px solid #f4f4f4;
    border-radius: 15px;
    padding: 5px;
}

.property-features-tab ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 5px;
}

.property-features-tab ul li {
    width: 100%;
}

.property-features-tab ul li button {
    width: 100%;
}

.btn-tab {
    white-space: nowrap;
    font-size: 14px;
    color: var(--white) !important;
    text-decoration: none;
    padding: 12px 15px 12px 15px;
    background-color: var(--orange) !important;
    border-radius: 10px !important;
    border: none !important;
}

#pfTab {
    border: none;
}

.spec-row {
    padding: 25px 0 25px 0;
    border-bottom: 1px solid var(--border);
}

.small-text-heading {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-family: var(--semiBold);
    color: var(--orange);
}

.small-text-heading img {
    width: 24px;
    height: auto;
}

.medium-text-heading {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-family: var(--semiBold);
    color: var(--orange);
}

.medium-text-heading img {
    width: 24px;
    height: auto;
}

.nav-link.btn-tab:not(.active) {
    background-color: transparent !important;
    color: var(--black) !important;
    font-family: var(--regular);
}

.nav-link.btn-tab:not(.active):hover {
    background-color: var(--orange) !important;
    color: var(--white) !important;
    font-family: var(--semiBold);
}

.specs-checks-wrapper {
    display: flex;
    width: 100%;
}

.specs-checks-row {
    width: 100%;
}

.specs-checks-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 29px;
}

.specs-checks-wrapper ul li {
    display: flex;
    width: 100%;
    gap: 2px;
    align-items: flex-start;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.specs-checks-wrapper ul li img {
    width: 20px;
    height: fit-content;
}

.specs-checks-wrapper ul.specs-half-list li {
    width: 50%;
    padding-right: 13px;
}

.spec-cols-small {
    min-width: 200px;
    padding-right: 50px;
}

.spec-row-wc {
    display: flex;
    width: 100%;
}

.specs-checks-wrapper ul.specs-3rd-list li {
    width: 33%;
}

#spec-tab-pane .spec-row:last-child {
    border-bottom: 0;
}

.primary-text-flex {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

img.icon-16 {
    width: 16px;
    height: auto;
}

.map-spec {
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.primary-text-small {
    font-size: 14px;
    color: var(--black);
    line-height: 24px;
    word-wrap: break-word;
    width: 100%;
}

.property-selection-wrapper {
    display: flex;
    width: 100%;
    border: 5px solid #f4f4f4;
    border-radius: 15px;
    outline: 1px solid var(--border);
    outline-offset: -6px;
    padding: 25px 30px 25px 30px;
    flex-wrap: wrap;
}

.property-price-heading {
    display: block;
    align-items: center;
    width: 100%;
}

.property-price-index {
    font-size: 28px;
    color: var(--orange);
    margin-right: 7px;
}

.per-night {
    font-size: 25px;
    color: var(--black);
    display: inline-block;
}

.check-in-check-out-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.check-in-check-out-row {
    display: flex;
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
    word-wrap: anywhere;
}

.check-in-check-out-col {
    width: 50%;
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
}

.check-in-check-out-col.check-out-date-div {
    border-right: none;
}

.check-in-check-out-col.check-in-time-div {
    border-right: 1px solid var(--border);
    border-bottom: none;
}

.check-in-check-out-col.check-out-time-div {
    border-right: none;
    border-bottom: none;
}

.check-in-check-out-title {
    font-size: 13px;
    color: var(--grey2);
    margin-bottom: 3px;
}

.check-in-check-out-dt {
    display: flex;
    width: 100%;
    gap: 7px;
    align-items: center;
}

.cico-calendar-picker-icon {
    float: left;
    width: 16px;
    height: auto;
}

.cico-calendar-picker-icon img {
    float: left;
}

.cico-start-end {
    font-size: 14px;
    color: var(--orange);
}

.cico-total-wrapper {
    display: flex;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
}

.cico-total-content-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cico-total-content-col {
    display: flex;
    align-items: center;
    line-height: 20px;
    gap: 5px;
}

.cico-total-content-col.text-align-cstm {
    text-align: right;
    justify-content: flex-end;
}

.font-xs {
    font-size: 8px;
}

.cico-total-content-row-total {
    border-top: 1px solid var(--border);
    padding-top: 17px;
}

.cico-total-content-row-total .cico-total-content-col {
    font-size: 16px;
}

.single-property-rating-review {
    display: flex;
    width: 100%;
}

.single-property-rating-review-col {
    border-top: 1px solid var(--border);
    padding-top: 50px;
}

.load-more-wrapper {
    border-bottom: 1px solid var(--border);
    padding-bottom: 70px;
}

.primary-text-icon-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.primary-text-icon {
    display: flex;
    align-items: center;
    gap: 7px;
}

.primary-text-icon img {
    width: 20px;
    height: auto;
}

.primary-text-icon span {
    font-size: 14px;
    color: var(--black);
}

.col-rating-review-main {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.rating-review-gain {
    max-width: 50px;
    min-width: 50px;
    display: flex;
    position: relative;
    /* margin-left: -3px; */
}

.rating-review-gain span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    color: #fff;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}

.rating-review-gain img {
    width: 60px;
    height: auto;
}

.rating-review-title {
    font-size: 14px;
    color: var(--grey2);
    margin-bottom: 3px;
}

.rating-review-stars {
    display: flex;
    align-items: center;
}

.rating-review-stars img {
    max-width: 17px;
    min-width: 17px;
}

.rating-review-stars span {
    font-size: 14px;
    padding-left: 5px;
}

.col-single-property-comments {
    padding-top: 30px;
}

.col-comments-review-main {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.col-comments-review-main:nth-child(even) {
    padding-left: 20px;
}

.col-comments-review-main:nth-child(odd) {
    padding-right: 20px;
}

.comments-user-main {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.comments-content-main {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.comments-about-user-main {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.comments-avatar {
    max-width: 50px;
    min-width: 50px;
}

.comments-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.comments-about-user {
    display: flex;
    flex-wrap: wrap;
}

.comments-username {
    font-size: 16px;
}

.comments-date {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 7px;
    margin-top: 3px;
}

.comments-date img {
    width: 15px;
    height: auto;
}

.comments-date span {
    font-size: 13px;
    color: var(--grey2);
}

.comments-text {
    margin-top: 15px;
    color: var(--black);
    font-size: 14px;
    line-height: 25px;
    word-wrap: anywhere;
}

.comments-reply-wrapper {
    display: flex;
    width: 100%;
    background-color: var(--backgroundC);
    padding: 15px;
    /* flex-wrap: wrap; */
    border-radius: 10px;
    margin-top: 15px;
    gap: 10px;
}

.comments-reply-about {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.reply-avatar {
    max-width: 35px;
    min-width: 35px;
}

.reply-avatar img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.comments-reply-user {
    width: 100%;
}

.reply-username {
    color: var(--black);
    font-size: 14px;
    line-height: 25px;
    padding-top: 3px;
}

.reply-text {
    margin-top: 5px;
    color: var(--black);
    font-size: 14px;
    line-height: 22px;
    word-wrap: anywhere;
}

.booking-terms-policy {
    padding-top: 20px;
    margin-top: 30px;
    padding-bottom: 10px;
    border-top: 1px solid var(--border);
}

.cancel-refund {
    padding-top: 25px;
    margin-top: 40px;
    padding-bottom: 10px;
    border-top: 1px solid var(--border);
}

.single-property-swiper {
    height: 290px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 20px;
}

.single-property-swiper .swiper-pagination {
    left: 0;
    right: 0;
}

.single-property-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.payment-card-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 15px;
    padding: 25px 15px 25px 15px;
    border-radius: 10px;
    border: 1px solid var(--grey2);
    margin-bottom: 10px;
}

.visa-payment-card-wrapper {
    display: none;
}

.payment-card-wrapper.active,
.payment-card-wrapper:hover {
    border: 1px solid var(--orange);
}

.select-payment {
    display: block;
}

.select-payment .container-radio {
    height: 18px;
}

.payment-card-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-card-logo img {
    width: 30px;
    height: auto;
}

.payment-card-logo span {
    font-size: 14px;
    color: var(--black);
    white-space: nowrap;
}

.payment-card-code {
    display: flex;
    width: 100%;
    justify-content: center;
    color: var(--grey2);
    font-size: 14px;
    gap: 30px;
    flex: 1;

    /* padding-left: 50px; */
}

.payment-card-wrapper.active .payment-card-code,
.payment-card-wrapper:hover .payment-card-code {
    color: var(--orange);
}

.payment-card-wrapper .container-radio .checkmark {
    border: 2px solid var(--grey2);
}

.payment-card-wrapper:hover .container-radio .checkmark {
    border: 2px solid var(--orange);
}

.payment-card-wrapper.active .payment-card-delete svg path,
.payment-card-wrapper:hover .payment-card-delete svg path {
    fill: var(--orange);
}

.add-new-card {
    display: flex;
    /* width: 100%; */
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    float: left;
    margin-bottom: 30px;
}

.add-new-card img {
    width: 12px;
    height: auto;
}

.add-new-card span {
    font-size: 14px;
    color: var(--orange);
    cursor: pointer;
}

/* .card-add-wrapper {
    display: flex;
} */

.card-add-wrapper {
    display: none;
    margin-top: 10px;
}

.promo-code-h {
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.form-group-promo {
    display: flex;
    width: 100%;
    gap: 15px;
}

.btn-promo-apply {
    flex: 1;
}

.container-b-b {
    border-bottom: 1px solid var(--border);
}

.success-msg-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.success-icon {
    width: 175px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.thank-you-msg {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    color: var(--black);
    margin-bottom: 20px;
}

.about-res-text {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    color: var(--black);
    text-align: center;
}

.return-res-buttons {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 25px;
}

.return-res-buttons a {
    max-width: 255px;
    min-width: 255px;
}

/********************My Account***********************/

.my-account-container {
    background-image: url(../images/my-account-banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 170px;
    position: relative;
    z-index: 5;
}

.my-account-container * {
    height: 100%;
}

.my-account-main-heading {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    justify-content: center;
}

.user-info-main {
    display: flex;
    width: 100%;
    margin-top: -62px;
    position: relative;
    z-index: 10;
    align-items: flex-end;
}

.user-avatar {
    position: relative;
    z-index: 10;
}

.user-avatar-inner {
    /* display: flex; */
    width: 142px;
    height: 142px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.camera-icon {
    background-color: var(--orange);
    border: 5px solid #fff;
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    right: -12px;
    bottom: 17px;
    cursor: pointer;
}

.camera-icon:hover {
    background-color: var(--orangeHover);
}

.camera-icon img {
    width: 20px;
    height: auto;
}

.user-info-main-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    margin-bottom: 15px;
}

.user-name {
    font-size: 26px;
}

.user-info-left-col {
    display: flex;
    align-items: center;
    gap: 20px;
}

.my-account-tabs {
}

#pfTab {
    border: none;
}

.my-account-tabs ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 15px;
    border: none;
}

.my-account-tabs ul li {
    width: 100%;
}

.my-account-tabs ul li button {
    width: 100%;
}

.account-btn-tab {
    white-space: nowrap;
    font-size: 14px;
    color: var(--white) !important;
    text-decoration: none;
    padding: 12px 15px 12px 15px;
    background-color: var(--orange) !important;
    border-radius: 10px !important;
    border: 1px solid var(--orange) !important;
}

.nav-link.account-btn-tab:not(.active) {
    background-color: transparent !important;
    color: var(--black) !important;
    font-family: var(--regular);
    border: 1px solid var(--border) !important;
}

.nav-link.account-btn-tab:not(.active):hover {
    background-color: var(--orange) !important;
    color: var(--white) !important;
    /* font-family: var(--semiBold); */
    border: 1px solid var(--orange) !important;
}

.nav-link.account-btn-tab.active {
    font-family: var(--semiBold);
}

li.nav-item button.account-btn-tab {
    display: flex;
    align-items: center;
    gap: 8px;
}

li.nav-item button.account-btn-tab svg {
    width: 18px;
    max-height: 20px;
}

li.nav-item button.account-btn-tab:not(.active) svg path {
    fill: var(--orange);
}

li.nav-item button.account-btn-tab.active svg path {
    fill: var(--white);
}

li.nav-item button.account-btn-tab:hover svg path {
    fill: var(--white);
}

.account-tab-stats {
    background-color: var(--orange);
    font-size: 9px;
    color: #fff;
    line-height: 12px;
    padding: 5px 8px 5px 8px;
    border-radius: 12px;
    font-family: var(--regular);
}

li.nav-item button.account-btn-tab.active .account-tab-stats {
    background-color: #fff;
    color: var(--orange);
}

li.nav-item button.account-btn-tab:hover .account-tab-stats {
    background-color: #fff;
    color: var(--orange);
}

#myAccountTabContent {
    padding-top: 60px;
}

.col-left-pi {
    padding-right: 100px;
}

.small-text {
    font-size: 11px;
}

.col-right-pi img {
    max-width: 410px;
}

.secondary-banner-wrapper {
    display: flex;
    width: 100%;
    position: relative;
    background-color: var(--orange);
    border-radius: 20px;
    padding: 40px 45px 45px 45px;
    background-image: url(../images/locationsBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top 0 bottom 0;
}

.secondary-banner {
    width: 100%;
}

.stay-app-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.stay-app-col-left {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
}

.stay-app-heading {
    display: flex;
    width: 100%;
    font-size: 25px;
    color: #fff;
}

.stay-app-text {
    display: flex;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.stay-app-col-right {
    display: flex;
    min-width: 270px;
    gap: 10px;
}

.stay-app-col-right img {
    width: 130px;
}

.property-reserve-detail-wrapper {
    padding: 5px 0 5px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-top: 10px;
}

.property-reserve-detail-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.property-reserve-detail-left-col {
    display: flex;
    width: fit-content;
    gap: 5px;
}

.property-reserve-icon {
    display: flex;
    max-width: 12px;
    min-width: 12px;
    align-items: center;
    justify-content: center;
}

.property-reserve-icon img {
    float: left;
    max-width: 12px;
    max-height: 12px;
}

.property-reserve-title {
    font-size: 12px;
    color: var(--grey2);
}

.property-reserve-detail-right-col {
    width: fit-content;
}

.property-reserve-detail-right-col span {
    display: flex;
    font-size: 12px;
    color: var(--grey2);
    padding: 3px 7px 3px 7px;
    border-radius: 5px;
}

.status {
    display: flex;
    font-size: 12px;
    padding: 3px 7px 3px 7px;
    border-radius: 5px;
}

.status-green {
    background-color: var(--lightGreen);
    color: var(--green) !important;
}

.status-sky-blue {
    background-color: var(--lightSkyBlue);
    color: var(--skyBlue) !important;
}

.status-light-red {
    background-color: var(--lightRed);
    color: var(--red) !important;
}

.status-dark-green {
    background-color: var(--green);
    color: #fff;
}

.status-dark-red {
    background-color: var(--red);
    color: #fff;
}

.status-dark-orange {
    background-color: var(--lightOrange);
    color: #fff;
}

.status-light-orange {
    background-color: var(--lightBGOrange);
    color: var(--orange) !important;
}

.property-booking-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}

.property-booking-wrapper {
    font-size: 13px;
    color: var(--black);
}

.property-booking-wrapper .status {
    cursor: pointer;
}

.my-wallet-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    border: 1px solid var(--border);
    border-radius: 15px;
    padding: 25px;
}

.my-wallet-detail-text {
    font-size: 14px;
    color: var(--black);
    line-height: 25px;
    display: flex;
    width: 100%;
}

.my-wallet-balance-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.my-wallet-balance-icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    background-color: rgba(233, 90, 44, 0.2);
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 6px;
}

.my-wallet-balance-icon img {
    max-width: 22px;
}

.my-wallet-balance-total {
    display: flex;
    flex-wrap: wrap;
}

.my-wallet-balance-total-title {
    width: 100%;
    font-size: 14px;
    color: var(--black);
    line-height: 16px;
}

.my-wallet-balance-amount {
    font-size: 25px;
    color: var(--orange);
    line-height: 30px;
}

.data-empty-wrapper {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.data-empty-img img {
    max-width: 200px;
}

.no-d-row {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.no-d-title {
    width: 100%;
    font-size: 18px;
    color: var(--orange);
    padding-top: 20px;
}

.no-d-text {
    width: 100%;
    font-size: 14px;
    color: var(--black);
    padding: 20px 0px 50px 0px;
    max-width: 660px;
}

.col-left-pm {
    padding-right: 50px;
}

.payment-card-delete {
    cursor: pointer;
}

.contact-social-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.social-contact {
    display: flex;
    gap: 10px;
}

.social-contact a img {
    width: 27px;
}

.property-contact-wrapper {
    background-image: url(../images/contact-bg.svg);
    background-size: 240px;
    background-repeat: no-repeat;
    background-position: right 30px bottom 0;
    padding: 35px 30px 35px 30px;
}

.body-justify-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.heading-medium {
    /* display: flex; */
    width: 100%;
    font-size: 22px;
    margin-top: 20px;
}

.cross-large {
    border-radius: 50%;
    background-color: var(--lightRed);
    padding: 25px;
}

.cross-large img {
    width: 25px;
    height: 25px;
}

.modal-two-buttons {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 15px;
}

/* .bt-no-w{
    min-width: auto;
} */
.rate-property-view-row {
    display: flex;
    width: 100%;
    gap: 15px;
}

.property-rate-content-area {
    padding-top: 0;
}

.property-rate-content-area a.property-title {
    font-size: 25px;
}

.p-reserve-rating-detail-wrapper {
    display: flex;
}

.p-reserve-rating-detail-wrapper {
    padding: 5px 0 5px 0;
    display: flex;
    gap: 4px;
    width: 100%;
    margin-top: 10px;
}

.modal-body-rate {
    padding-top: 0;
}

.rate-property-experience-wrapper {
    display: block;
    width: 100%;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.col-rating-exp-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.col-rating-exp-title {
    font-size: 18px;
}

.col-rating-exp-stars {
    display: flex;
    gap: 2px;
}

.property-gallery-my-acc-container {
    grid-template-rows: repeat(3, 110px);
    gap: 10px;
}

.host-info-title {
    display: flex;
    width: 100%;
    padding: 14px 20px 14px 30px;
    background-color: var(--backgroundC);
}

.host-info-title {
    font-size: 22px;
    color: var(--orange);
}

.host-about-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 30px 25px 30px;
}

.host-about-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border);
}

.host-avatar {
    min-width: 90px;
    max-width: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.host-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.host-title {
    font-size: 25px;
    color: var(--orange);
    line-height: 30px;
    margin-bottom: 5px;
}

.host-phone-numbers-row {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 23px 0 23px 0;
}

.host-phone-numbers-col {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 7px;
}

.host-phone-numbers-col img {
    max-height: 15px;
    max-width: 15px;
}

.host-phone-numbers-col span {
    display: flex;
    font-size: 14px;
    color: var(--black);
}

.host-btn-row {
    display: flex;
    width: 100%;
    padding: 5px 30px 25px 30px;
}

.cancel-booking-wrapper {
    padding-top: 20px;
    border-top: 1px solid var(--border);
    display: flex;
    width: 100%;
}

/******************* Rating *******************/

/******************DropDown Header****************/

.btn-group-profile-dropdown {
    height: 43px;
}

.adv-all-profile-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.btn-profile-dropdown {
    padding: 6px 6px 6px 6px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid var(--grey2);
    color: var(--black);
    display: flex;
    align-items: center;
    cursor: pointer;
    width: max-content;
    white-space: nowrap;
    gap: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn-profile-dropdown img.profile-id-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.arrow-down-profile {
    width: 23px;
}

/*.dropdown-menu-t-arrow:before {
  content: "";
  position: absolute;
  border-color: rgba(194, 225, 245, 0);
  border: solid transparent;
  border-bottom-color: white;
  border-width: 11px;
  top: -21px;
  right: 0;
  z-index: 1;
  left: 0;
  margin: auto;
  width: 0;
}

.dropdown-menu-t-arrow:after {
    content: "";
    position: absolute;
    right: 0;
    top: -21px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: var(--grey2);
    z-index: 0;
    left: 0;
    margin: auto;
}*/
.dropdown-menu[data-bs-popper] {
    top: 120%;
}

ul.dropdown-menu {
    padding: 0;
}

.dropdown-menu.dropdown-menu-profile {
    width: 250px;
    min-width: 100%;
    padding: 0;
    left: 0 !important;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}

ul.dropdown-list-profile {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.dropdown-list-profile li {
    width: 100%;
}

ul.dropdown-list-profile li a {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 12px 10px 12px 20px;
    color: var(--black);
    font-size: 14px;
    text-decoration: none;
}

ul.dropdown-list-profile li a img {
    max-width: 20px;
    min-width: 20px;
    max-height: 20px;
}

ul.dropdown-list-profile li a.active,
ul.dropdown-list-profile li a:hover {
    background-color: var(--lightRed);
}

.btn-header-chat {
    padding: 6px 6px 6px 6px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid var(--grey2);
    color: var(--black);
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    width: max-content;
    white-space: nowrap;
    gap: 10px;
    width: 43px;
    height: 43px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.chat-header-icon {
    width: 23px;
}

.btn-header-icon-text {
    padding: 6px 15px 6px 15px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid var(--grey2);
    color: var(--black);
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    width: max-content;
    white-space: nowrap;
    gap: 10px;
    width: auto;
    height: 43px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn-header-icon-text:hover {
    color: var(--black);
}

.chat-content-container {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid var(--border);
}

.chat-wrapper {
    display: flex;
    width: 100%;
    height: calc(100vh - 130px);
    border: 1px solid var(--border);
    border-radius: 15px;
    min-height: 500px;
    overflow: hidden;
}

.chat-left-wrapper {
    min-width: 290px;
    max-width: 290px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    border-right: 1px solid var(--border);
    align-items: flex-start;
}

.user-chat-search-row {
    display: flex;
    flex-wrap: wrap;
    padding: 19px 17px 16px;
    border-bottom: 1px solid var(--border);
    position: relative;
    width: 100%;
}

.user-chat-row {
    display: flex;
    align-items: center;
    gap: 7px;
}

.user-chat-avatar {
    max-width: 40px;
    min-width: 40px;
}

.user-chat-avatar img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.user-chat-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.user-chat-rating img {
    width: 18px;
    height: auto;
}

.about-user-chat {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.user-chat-name {
    font-size: 14px;
}

.chat-res-icon {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    display: none;
}

.chat-res-icon img {
    display: block;
}

.chat-back-res-icon {
    display: none;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.chat-back-res-icon img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.user-chat-search-row.search-trigger {
    justify-content: flex-end;
}

.user-chat-search-row.search-trigger .user-chat-row {
    display: none;
}

.user-chat-search-row.search-trigger .user-chat-row {
    display: none;
}

.user-chat-search-row.search-trigger .chat-search {
    display: flex;
}

.user-chat-search-row.search-trigger .chat-back-res-icon {
    display: block;
}

.user-chat-search-row.search-trigger .chat-res-icon {
    display: none;
}

.user-chat-rating span {
    font-size: 14px;
    color: var(--black);
    font-family: var(--medium);
}

.chat-search {
    display: flex;
    width: 100%;
    position: relative;
}

.chat-search input {
    width: 100%;
    height: 35px;
    border: 1px solid var(--grey2);
    border-radius: 10px;
    padding-left: 40px;
}

.chat-search img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 17px;
    margin: auto;
}

.users-chat-list-wrapper,
.users-chat-list-wrapper-support {
    display: flex;
    flex: 1;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.users-chat-list-all,
.users-chat-list-all-support {
    display: flex;
    height: 100%;
    width: 100%;
}

.users-chat-list-spinner {
    position: absolute;
    top: 43%;
    left: 43%;
}

.users-chat-messages-spinner {
    position: absolute;
    top: 43%;
    left: 46%;
}

.chat-left-wrapper .mCustomScrollBox {
    width: 100%;
}

.users-chat-list-single {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    padding: 15px;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
}

.users-chat-list-single:hover {
    background-color: var(--backgroundC);
}

.users-chat-list-single.active {
    background-color: var(--backgroundC);
}

.users-chat-list-avatar {
    max-width: 40px;
    min-width: 40px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.users-chat-list-avatar img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.users-chat-list-detail {
    width: 100%;
}

.users-chat-list-title-date {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-top: 3px;
}

.users-chat-list-title {
    font-size: 14px;
    color: var(--black);
}

.users-chat-list-date {
    padding-top: 2px;
    font-size: 10px;
    color: var(--grey6);
}

.users-chat-list-message-notify {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.users-chat-list-message {
    font-size: 12px;
    color: var(--grey6);
}

.users-chat-list-notify {
    background-color: var(--orange);
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    margin-top: 3px;
    line-height: 18px;
}

.online-sign {
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 5;
    top: -1px;
    right: -1px;
    background-color: var(--green);
    border: 2px solid #fff;
    border-radius: 50%;
}

.chat-right-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    align-items: flex-start;
}

.user-chat-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid var(--border);
}

.user-chat-header-about {
    display: flex;
    align-items: center;
    /* width: 100%; */
    gap: 10px;
}

.user-chat-header-avatar {
    max-width: 40px;
    min-width: 40px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.user-chat-header-avatar img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.user-chat-name-header {
    font-size: 14px;
    color: var(--black);
}

.chat-support {
    padding: 6px 6px 6px 6px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid var(--grey2);
    color: var(--black);
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    width: max-content;
    white-space: nowrap;
    gap: 10px;
    width: auto;
    height: 43px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.chat-support-icon {
    width: 23px;
}

.chat-support span {
    font-size: 14px;
    color: var(--black);
}

.chat-support:hover {
    background-color: var(--backgroundC);
}

.users-chat-area-wrapper {
    width: 100%;
    flex: 1;
    background-color: var(--grey4);
    position: relative;
    overflow: hidden;
}

.users-chat-area-all {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 20px 20px 0px 20px;
}

/* .users-chat-area-all > div, .users-chat-area-all > div > div, .users-chat-area-all > div > div > div{
    width: 100%;
} */
.users-chat-area-all .mCustomScrollBox {
    min-width: 100%;
}

.users-chat-single-row {
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}

.users-chat-live-avatar {
    max-width: 34px;
    min-width: 34px;
    position: relative;
}

.users-chat-live-avatar img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.users-chat-area-container {
    display: flex;
    max-width: 650px;
    flex-wrap: wrap;
}

.users-chat-single-row-right .users-chat-area-container {
    justify-content: right;
}

.users-chat-single-row-left .users-chat-area-container {
    justify-content: left;
}

.users-chat-area {
    background-color: #fff;
    box-shadow: 3px 3px 4px rgba(32, 33, 36, 0.1);
    /* min-width: 350px;
    max-width: 650px; */
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.users-chat-single-row-left .users-chat-area {
    border-top-left-radius: 0;
}

.users-chat-message {
    /* display: flex; */
    width: 100%;
    /* flex-wrap: wrap; */
}

.users-chat-message-content {
    width: 100%;
    font-size: 14px;
}

.users-chat-message img {
    margin-top: 7px;
}

.users-chat-message a {
    color: white;
    display: block;
    margin-top: 5px;
}

.users-chat-message a[target="blank"] {
    text-decoration: underline;
}

.users-chat-single-row-left .users-chat-message a {
    color: var(--black);
}

.users-chat-message .viewer-img {
    cursor: pointer;
}

.users-chat-message .message-download-icon {
    position: relative;
    top: 3px;
    line-height: 0px;
    margin-left: 10px;
    font-size: 20px;
}

.users-chat-message .message-document-icon {
    position: relative;
    top: 1px;
    margin-right: 5px;
    font-size: 16px;
}

.users-chat-message-date {
    width: 100%;
    font-size: 10.5px;
    margin-top: 10px;
}

.users-chat-img-container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.users-chat-img {
    border-radius: 7px;
    overflow: hidden;
    width: 150px;
    height: 150px;
    position: relative;
}

.users-chat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.users-chat-files-container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.users-chat-single-row-right .users-chat-img-container,
.users-chat-single-row-right .users-chat-files-container {
    justify-content: flex-end;
}

.users-chat-single-row-left .users-chat-img-container,
.users-chat-single-row-left .users-chat-files-container {
    justify-content: flex-start;
}

.users-chat-single-row-left .users-chat-area .users-chat-message-content {
    color: var(--black);
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
}

.users-chat-single-row-left .users-chat-area .users-chat-message-date {
    text-align: right;
    color: var(--grey5);
}

.users-chat-single-row-right {
    justify-content: right;
}

.users-chat-single-row-right .users-chat-area {
    border-top-right-radius: 0;
    background-color: var(--orange);
}

.users-chat-single-row-right .users-chat-area .users-chat-message-content {
    color: #fff;
    /* text-align: right; */
    word-wrap: break-word;
    word-break: break-all;
}

.users-chat-single-row-right .users-chat-area .users-chat-message-date {
    color: #fff;
    text-align: right;
}

.user-chat-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 20px 15px 20px;
    background-color: var(--grey4);
    position: relative;
}

/*
 .user-chat-input-wrapper input.user-chat-input {
    padding-left: 20px;
    padding-right: 50px;
}
*/
.user-chat-input-wrapper .user-chat-input-outer {
    overflow: hidden;
    max-height: 150px;
    padding: 10px;
    display: flex;
    width: 100%;
}

.user-chat-input-wrapper textarea.user-chat-input {
    resize: none;
    min-height: 25px !important;
    padding: 2px 10px 2px 10px;
    border: none;
    line-height: 20px;
    height: 25px;
    max-height: 120px;
    overflow: auto;
    scrollbar-width: thin;
}

.user-chat-input-wrapper img {
}

.send-btn {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 25px;
    width: 25px;
    margin: auto;
    right: 15px;
    border: none;
    padding: 0;
    background: transparent;
}

.send-btn img {
    width: 25px;
}

.users-file-preview-container {
    display: inline-block;
    align-items: center;
    position: relative;
}

.users-file-preview-Inner {
    border: 1px solid var(--grey);
    border-radius: 5px;
    padding: 8px 10px 8px 10px;
    display: flex;
    align-items: center;
    gap: 0px;
    position: relative;
    background-color: var(--white);
}

.users-file-icon {
    margin-right: 7px;
    font-size: 20px;
}

.users-document-icon,
.users-common-document-icon {
    display: flex;
    min-width: 30px;
    max-width: 30px;
    align-items: center;
}

.users-file-name {
    color: var(--black);
    font-size: 13px;
    white-space: nowrap;
    /* Prevents the text from wrapping */
    overflow: hidden;
    /* Hides the overflowed content */
    text-overflow: ellipsis;
    /* Displays an ellipsis (...) when text overflows */
    max-width: 350px;
    /* Set a fixed width or adjust as needed */
}

/* .chat-download-button{
    position: absolute;
    z-index: 5;
} */
.chat-file-action {
    position: absolute;
    z-index: 5;
    top: 5px;
    right: 5px;
    border: 1px solid var(--grey);
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    align-items: center;
    gap: 10px;
    background-color: var(--white);
    display: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.users-chat-img:hover .chat-file-action {
    display: flex;
}

.users-file-preview-Inner:hover .chat-file-action {
    display: flex;
}

.chat-file-action .chat-file-action-icon {
    background: transparent;
    border: none;
    padding: 0;
    width: 15px;
    height: 15px;
}

.chat-file-action img {
    float: left;
    /* width: 15px;
    height: 15px; */
}

/*****************Attached Preview******************/
.user-chat-input-wrapper .user-chat-input-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid var(--grey);
    width: 100%;
    overflow: hidden;
}

.user-chat-input-inner {
    display: flex;
    width: 100%;
    position: relative;
    padding-right: 85px;
}

.user-chat-input-wrapper input.user-chat-input {
    padding-left: 0;
    padding-right: 0px;
    /* background-color: bisque; */
    border-radius: 0;
    border: none;
    background-color: transparent;
    padding: 12px 0 14px 15px;
}

.attachedWrapper {
    display: block;
    float: left;
    width: 100%;
}

#attachedPreview {
    display: flex;
    position: relative;
    width: 100%;

    /* background-color: var(--grey4); */
    gap: 15px;
    align-items: center;
    overflow-x: auto;
}

#attachedPreview.fileAdded {
    padding: 15px 15px 10px 15px;
    background-color: var(--greyLight2);
}

.file-preview-container {
    display: inline-block;
    align-items: center;
    position: relative;
}

.file-preview-container img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 5px;
}

.file-preview-container .file-preview-Inner-img {
    width: 70px;
    height: 70px;
    border: 1px solid var(--grey);
    border-radius: 5px;
}

.file-preview-Inner {
    border: 1px solid var(--grey);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 0px;
}

.file-icon {
    margin-right: 7px;
    font-size: 20px;
}

.document-icon,
.common-document-icon {
    display: flex;
    min-width: 30px;
    max-width: 30px;
    align-items: center;
}

.delete-button {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--red);
    background-image: url(../images/icons/cross_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    cursor: pointer;
    top: -10px;
    right: -10px;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attach-btn {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 25px;
    width: 25px;
    margin: auto;
    right: 50px;
    border: none;
    padding: 0;
    background: var(--greyLight);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.attach-btn img {
    width: 15px;
    position: relative;
}

#imgInp {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

#imgInp input {
    cursor: pointer;
}

.file-name {
    color: var(--black);
    font-size: 13px;
    white-space: nowrap;
    /* Prevents the text from wrapping */
    overflow: hidden;
    /* Hides the overflowed content */
    text-overflow: ellipsis;
    /* Displays an ellipsis (...) when text overflows */
    max-width: 180px;
    /* Set a fixed width or adjust as needed */
}

/***********************************/

/***************FAQs************/

.faqs-acc .accordion-button {
    background-color: transparent;
    color: var(--black);
    box-shadow: none;
    font-size: 18px;
    /* border-radius: var(--bs-accordion-inner-border-radius); */
}

.faqs-acc .accordion-button:not(.collapsed) {
    color: var(--black);
    box-shadow: none;
}

.faqs-acc .accordion-item {
    border: 1px solid var(--border) !important;
    margin-bottom: 15px;
    border-radius: 10px;
}

.faqs-acc .accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--border);
}

.faqs-acc .accordion-body {
    font-size: 14px;
    color: var(--black);
    padding-top: 0;
}

.terms-heading {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 18px;
    font-family: var(--medium);
    color: var(--black);
    margin-top: 25px;
    margin-bottom: 5px;
}

.search-content-filter {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.search-bar-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.search-bar-filter img {
    width: 24px;
}

.btn-close.btn-close-search {
    top: 4px;
    right: 16px;
}

.btn-filter-res {
    display: none;
}

.btn-sort {
    display: none;
    height: 46px;
    max-width: 100px;
    min-width: 100px;
    justify-content: flex-start;
}

.dropdown-menu hr {
    margin: 0;
}

.sort-dropdown {
    font-size: 14px;
    min-width: 180px;
}

.sort-dropdown li a.dropdown-item {
    padding-top: 7px;
    padding-bottom: 7px;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 0px;
    padding: 0;
}

.select2-hidden-accessible {
    width: 100% !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-bottom: 1px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    background: var(--blue);
    border-color: var(--blueHover);
    border-color: none !important;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    margin-top: 4px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice
.select2-selection__choice__remove {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice:hover
.select2-selection__choice__remove {
    color: #fff;
}

.select2-container--default .select2-search--inline .select2-search__field {
    top: 2px;
    left: 4px;
    position: relative;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: var(--blue);
    color: var(--black);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: var(--backgroundC);
}

.select2-container--default
.select2-results__option[aria-selected="true"]:hover {
    background-color: var(--backgroundC);
    color: #000;
}

.select2-container--default .select2-results__option:hover {
    background-color: var(--backgroundC);
    color: var(--black);
}

.select2-results__option {
    padding: 4px 10px;
    font-size: 13px;
    margin-bottom: 1px;
}

/* .searchMedication .select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding-left: 20px;
}

.searchMedication .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	font-size: 18px;
	line-height: 21px;
} */

/*********************Add Prperty*******************/

.info-all-onboard-wrapper {
    padding-top: 20px;
    margin-top: 40px;
}

/*Hide all except first fieldset*/
#onboarding .step-container:not(:first-of-type) {
    display: none;
}

/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    /* overflow: hidden; */
    /*CSS counters to number the steps*/
    counter-reset: step;
    display: flex;
}

#progressbar li {
    list-style-type: none;
    width: 16.6%;
    float: left;
    position: relative;
}

#progressbar li span.prog-number {
    /* content: counter(step);
    counter-increment: step; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 18px;
    color: var(--grey2);
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid var(--border);
    margin: -12px auto 5px auto;
    font-family: var(--semiBold);
}

#progressbar li.active span.prog-number {
    background-color: var(--orange);
    border: 2px solid var(--orange);
    color: #fff;
    cursor: pointer;
}

#progressbar li span.prog-title {
    font-size: 18px;
    color: var(--grey2);
    font-family: var(--regular);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0 70px 0 70px;
    text-align: center;
}

#progressbar li.active span.prog-title span {
    cursor: pointer;
}

#progressbar li.active span.prog-title {
    color: var(--orange);
    font-family: var(--semiBold);
}

/* #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 45px;
  height: 45px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #FFF;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid var(--border);
  margin: 0 auto 5px auto;
} */
/*progressbar connectors*/
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--border);
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #da4453;
    color: white;
}

.last-prog {
    float: right;
    margin-top: 20px;
}

.next-prog {
    min-height: 46px;
    float: right;
    margin-top: 20px;
}

.next-prog .progress-loading {
    display: none;
    right: 32px;
}

.previous-prog {
    float: left;
    margin-top: 20px;
}

/******************************************/

.add-unit-wrapper {
    display: flex;
    width: 100%;
    padding: 0 0px 0 0px;
}

/*Hide all except first fieldset*/
.step-containers:not(:first-of-type) {
    display: none;
}

/*progressbar*/
#progressbars {
    margin-bottom: 30px;
    /* overflow: hidden; */
    /*CSS counters to number the steps*/
    counter-reset: step;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

#progressbars li {
    list-style-type: none;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

#progressbars li span.prog-numbers {
    /* content: counter(step);
      counter-increment: step; */
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    font-size: 14px;
    color: var(--grey2);
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid var(--border);
    margin: 0px auto 0px auto;
    font-family: var(--semiBold);
    float: left;
    position: relative;
    z-index: 5;
    padding-bottom: 2px;
}

#progressbars li.active {
    cursor: pointer;
}

#progressbars li.active span.prog-numbers {
    background-color: var(--orange);
    border: 2px solid var(--orange);
    color: #fff;
}

#progressbars li span.prog-titles {
    font-size: 15px;
    color: var(--grey2);
    font-family: var(--regular);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0px 0 10px;
    text-align: left;
}

#progressbars li.active span.prog-titles {
    color: var(--orange);
    font-family: var(--semiBold);
}

/* #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 45px;
    height: 45px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #FFF;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid var(--border);
    margin: 0 auto 5px auto;
  } */
/*progressbar connectors*/
#progressbars li:after {
    content: "";
    width: 2px;
    height: 30px;
    background: var(--border);
    position: absolute;
    left: 11px;
    top: -26px;
    z-index: 1;
    /*put it behind the numbers*/
}

#progressbars li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbars li.active:before,
#progressbars li.active:after {
    background: #da4453;
    color: white;
}

.last-progs {
    float: right;
    margin-top: 20px;
}

.custom-file-label {
    padding: 6px !important;
    line-height: 18px !important;
    margin-right: 10px;
}

#download_commercial_certificate_file {
    float: right !important;
}

.next-progs {
    float: right;
    margin-top: 0;
    position: absolute;
    right: 20px;
    bottom: 17px;
    z-index: 5;
}

.next-progs.unit-step-8 {
    min-height: 46px;
    justify-content: center;
    padding: 7px;
}

.next-progs.unit-step-8 .loader-button {
    right: 10px !important;
}

.previous-progs {
    float: right;
    margin-top: 0;
    position: absolute;
    left: 20px;
    bottom: 17px;
    z-index: 5;
}

/*****************************************/

.info-all-onboard-wrapper .form-group {
    margin-bottom: 20px;
}

.choose-row-rc {
    display: flex;
    align-items: center;
    gap: 40px;
}

.info-tootltip {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    position: relative;
}

.info-tootltip img.info-t-icon {
    width: 16px;
    height: auto;
    display: block;
}

.info-tootltip .info-tooltip-content {
    font-size: 11px;
    letter-spacing: 0.7px;
    position: absolute;
    top: 18px;
    background-image: url(../images/info-tooltip.png);
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    background-size: 100% 100%;
    padding: 30px 34px 20px 25px;
    color: #fff;
    display: none;
    z-index: 30;
    left: -68px;
    width: auto;
    border-radius: 5px;
    /* transform: translate(-50%, -50%); */
    white-space: nowrap;
    width: 420px;
}

.info-tootltip .info-tooltip-content-wrap {
    white-space: normal;
    padding-bottom: 30px;
}

.info-tooltip-content-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}


.info-tootltip-up .info-tooltip-content {
    top: -185px;
    background-image: url(../images/info-tooltip-down.png);
    padding: 30px 34px 20px 25px;
    /* left: -68px; */
    /* transform: translate(-50%, -50%); */
    white-space: nowrap;
    width: 420px;
}

#add-unit-modal .step-containers-1 .info-tootltip-up .info-tooltip-content {
    top: -100px;
    white-space: normal;
}

/* button[title]:hover {
    pointer-events: none;
    display: none;
}
button[title]:hover::after {
    content: '';
    display: none;
} */
/* .info-tootltip .info-tooltip-content::before {
    position: absolute;
    content: "";
    background-image: url(../images/dropdownArrow.svg);
    background-size: 12px auto;
    width: 14px;
    height: 8px;
    z-index: 3;
    top: 31px;
    transform: translate(-50%, -50%);
    left: 50%;
    background-position: center;
    background-repeat: no-repeat;
} */

.info-tootltip:hover .info-tooltip-content {
    display: block;
}

.info-tooltip-content-row {
    display: flex;
    width: 100%;
    gap: 7px;
    align-items: center;
    font-family: var(--regular);
    margin-bottom: 10px;
}

.info-tooltip-content-row img {
    display: block;
    width: 12px;
    height: 12px;
    min-width: 12px;
}

.step-heading-jb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.unit-info-block {
    display: flex;
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px 15px 15px 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.unit-info-block-heading {
    display: flex;
    width: 100%;
    font-family: var(--semiBold);
    font-size: 18px;
    color: var(--orange);
    margin-bottom: 1px;
}

.unit-info-block-code {
    display: flex;
    width: 100%;
    font-family: var(--regular);
    font-size: 12px;
    color: var(--grey2);
}

.basic-prices-block {
    display: flex;
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    overflow: hidden;
}

.basic-prices-title {
    display: flex;
    width: 100%;
    padding: 15px 15px 15px 30px;
    background-color: var(--backgroundC);
    font-size: 18px;
    color: var(--black);
}

.basic-prices-content-block {
    padding: 15px 15px 15px 30px;
}

.basic-prices-content-col-title {
    display: flex;
    width: 100%;
    font-size: 18px;
    color: var(--black);
}

.basic-prices-content-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.form-checks-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 50px;
    margin-top: 15px;
}

.text-assist {
    font-size: 12px;
}

.text-assist-green {
    color: var(--green);
}

.text-assist-red {
    color: var(--red);
}

.tbl-responsive-xs {
    margin-bottom: 40px;
}

table.agreement-tbl {
    border: 0;
    border-collapse: collapse;
    max-width: 500px;
    width: 100%;
}

table.agreement-tbl tr td {
    border-bottom: 1px solid var(--border);
    padding: 10px 0 10px 0;
    font-family: var(--medium);
}

table.agreement-tbl tr:last-child td {
    border-bottom: none;
}

.form-group .form-control.form-control-pr {
    padding: 10px 45px 12px 10px;
}

.formInputRowSar .mod-form-icon {
    width: 30px;
    left: auto;
    right: 13px;
    top: 11px;
}

.form-group .form-control.form-control-no-p {
    padding: 10px 10px 12px 10px;
}

.add-unit-wrapper {
    display: flex;
    width: 100%;
}

#add-unit-modal .modal-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: unset;
}

.left-progress-bar {
    padding-top: 22px;
    border-right: 1px solid var(--border);
    max-width: 200px;
    min-width: 200px;
}

.right-progress-bar {
    padding: 0px 0 20px 0px;
    width: 100%;
    /* padding-left: 200px;
    min-height: 415px; */
}

.right-progress-bar .form-group {
    margin-bottom: 20px;
}

.basic-info-row {
    padding: 20px 20px 0px 20px;
}

.modal-footer-add-unit {
    padding-top: 40px;
    padding-bottom: 40px;
}

.add-unit-icon-title {
    display: flex;
    width: 100%;
    border-bottom: 1px solid var(--border);
    padding: 20px 10px 20px 20px;
    align-items: center;
    gap: 13px;
}

.add-unit-icon-title img {
    max-width: 24px;
    max-height: 24px;
}

#add-unit-modal .modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
    scrollbar-width: thin;
}

.add-unit-icon-title-repeat {
    border-top: 1px solid var(--border);
    margin-top: 10px;
}

.avl-dspl {
    display: none;
}

.write-instruction {
    font-size: 14px;
    color: var(--black);
}

.session-dspl {
    display: none;
}

.pool-main-wrapper {
    display: none;
}

.pool-detail-wrapper {
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 15px;
    position: relative;
}

.not-graded {
    display: none;
}

.close_options {
    right: 10px;
    top: 10px;
}

.write-instruction-grey {
    font-size: 14px;
    color: var(--grey2);
}

.img-inst {
    padding-right: 200px;
}

.book-slider {
    overflow: hidden;
    width: 100%;
}

.hidden {
    display: none;
}

.navbar-toggler-addp {
    display: none;
}

.smartphoto {
    direction: ltr;
}

.error-validate {
    color: var(--error);
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 47px;
    display: none;
}

.error-rating {
    color: var(--error);
    font-size: 11px;
    position: absolute;
    right: calc(var(--bs-gutter-x) * 0.65);
    top: 27px;
}

.formInputRow #text-error {
    color: var(--error);
    font-size: 11px;
}

.add-a-pool {
    visibility: hidden;
}

.pool-main-wrapper.option_clones {
    display: flex;
}

.step-containers #option_clones1 {
    display: none !important;
}

.main-img-display {
}

.unit-img {
}

.gradedF {
    display: block;
}

.error {
    color: red;
    font-size: 14px;
}

.field-error {
    border-color: red !important;
}

/*****************Map*****************/
#map, #property-map-with-radius {
    height: 350px;
}

#map > div,
#property-map-with-radius > div {
    background-color: #f4f4f4 !important;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
    z-index: 15;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

/* #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
  }
  #pac-input:focus {
    border-color: #4D90FE;
  } */
#pac-input {
    left: 0 !important;
    top: -59px !important;
    z-index: 50 !important;
}

#pac-input:focus {
    box-shadow: none;
}

.mapCover {
    position: absolute;
    width: 100%;
    top: 50px;
    height: 40px;
    background-color: #ffffff;
    z-index: 40;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

.gm-style {
    /* margin-top: 60px !important; */
    /* overflow: hidden; */
    /* background-color: #fff; */
    height: calc(100% - 60px) !important;
    /* z-index: 20 !important; */
    /* position: relative; */
    /* border-radius: 20px; */
}

/* .gm-style:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 60px;
    top: -61px;
    left: 0;
    z-index: 40;
} */

.map-spec .gm-style {
    margin-top: 0px !important;
    background-color: #fff;
    height: 100% !important;
    z-index: 0 !important;
}

.map-spec .gm-style:before {
    display: none;
}

span.glyphicon.glyphicon-chevron-up,
span.glyphicon.glyphicon-chevron-up:hover {
    background-image: url(../images/chevron-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.timepicker a.btn {
    width: 54px;
    max-width: 54px;
    min-width: 54px;
}

.timepicker .btn {
    display: inline-block !important;
}

span.glyphicon.glyphicon-chevron-down,
span.glyphicon.glyphicon-chevron-down:hover {
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.timepicker-picker button.btn {
    width: 54px;
    max-width: 54px;
    min-width: 54px;
    height: 54px;
    text-align: center;
    line-height: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
}

.progress-loading {
    background-image: url(../images/loading5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    -webkit-animation: loader-spin 2s infinite linear;
    animation: loader-spin 2s infinite linear;
}

@-webkit-keyframes loader-spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }

    /* 0% {
      -webkit-transform:rotate(359deg);
      transform:rotate(359deg)
    }
    100% {
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg)
    } */
}

@keyframes loader-spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }

    /* 0% {
      -webkit-transform:rotate(359deg);
      transform:rotate(359deg)
    }
    100% {
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg)
    } */
}

.fullscreen-Loader {
    position: fixed;
    z-index: 2000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: none;
}

.fullscreen-Loader:after {
    content: "";
    position: absolute;
    background-color: var(--white);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.9;
}

.fullscreen-Loader .loader-btn {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 2010;
    margin: auto;
    background-size: 50px;
}

.is-loading {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1s shine linear infinite;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.cico-total-content-col.is-loading {
    width: 150px;
}

/**************************/
.new-class {
    display: none;
}

.fadeSlider-bg {
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf-login {
    height: calc(100vh - 156px);
    min-height: 420px;
}

.cf-login > .container {
    height: 100%;
}

.cf-login > .container > .row {
    height: 100%;
}

.cf-login-col {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
}

.col-mod-slid-login {
    /* max-width: 200px; */
}

.col-mod-slid-login li {
    text-align: center;
}

.col-mod-slid-login .slider_container ul li img {
    max-width: 260px;
    display: inline-block;
}

.col-mod-slid-login .slider_container ul li span {
    max-width: 400px;
}

.col-mod-auth-login {
    padding-top: 0;
    padding-left: 60px;
    padding-right: 190px;
    /* padding-right: 80px;
    padding-left: 160px; */
}

.col-mod-auth-login .modal-p-heading {
    margin-top: 0;
}

.cf-login-col .tab-content {
    position: relative;
}

.cf-login-col .btnPrevious {
    top: -10px;
    left: 60px;
}

.loader-otp {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -35px;
    background-size: 30px;
}

.loader-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -35px;
    background-size: 30px;
}

.loader-button {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -33px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 24px;
    background-image: url(../images/loading6.png);
}

.btnNext {
    position: relative;
}

@keyframes drop {
    0% {
        transform: translateY(-200px) scaleY(0.9);
        opacity: 0;
    }

    5% {
        opacity: 0.7;
    }

    50% {
        transform: translateY(0px) scaleY(1);
        opacity: 1;
    }

    65% {
        transform: translateY(-17px) scaleY(0.9);
        opacity: 1;
    }

    75% {
        transform: translateY(-22px) scaleY(0.9);
        opacity: 1;
    }

    100% {
        transform: translateY(0px) scaleY(1);
        opacity: 1;
    }
}

.drop {
    animation: drop 0.3s linear forwards var(--delay-time);
}

.ui-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

.ui-button:hover {
    background: rgb(235, 235, 235);
}

/* .favorite-property.active {
    color: var(--orange);
} */
.favorite-property-heart {
    cursor: pointer;
}

.favorite-property-heart a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.favorite-property-heart.active a {
    background-color: rgba(0, 0, 0, 0.2);
}

.favorite-property-heart.active span {
    color: var(--orange);
}

.favorite-property-heart a img {
    width: 18px;
    margin-top: 1px;
}

.favorite-property-heart .p-heart {
    display: flex;
}

.favorite-property-heart .p-heart-o {
    display: none;
}

.favorite-property-heart.active .p-heart {
    display: none;
}

.favorite-property-heart.active .p-heart-o {
    display: flex;
}

.otp-input-row {
    direction: ltr !important;
}

[dir="rtl"].otp-input-row {
    direction: ltr !important;
}

.mod-form-icon-login {
    top: 12px;
}

.form-group .form-control.dropdown-toggle {
    height: auto;
}

.upload-container {
    display: flex;
    align-items: center;
}

.image-uploader {
    width: 170px;
    height: 150px;
    border: 2px dashed #ccc;
    margin: 10px;
    display: inline-block;
    position: relative;
    border-radius: 12px;
}

.image-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/units-add.png);
    background-position: center;
    background-repeat: no-repeat;
}

#image-uploader-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#add-image-uploader {
    border: 1px solid var(--orange);
    background-color: var(--orange);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

/* .units-add-img {
    position: absolute;
    width: 50%;
} */

.image-placeholder input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* .units-add-img {
    position: absolute;
    width: 60px;
} */
.image-placeholder img {
    max-width: 100%;
    max-height: 100%;
}

.image-container {
    height: 100%;
    width: 100%;
    z-index: 1;
    align-content: center;
    text-align: center;
}

.delete-icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.slide-content {
    align-items: normal;
}

.c-orange {
    color: var(--orange);
}

.c-black {
    color: var(--black);
}

#mr-tab-pane .property-detail-area,
#mf-tab-pane .property-detail-area {
    cursor: pointer;
}

#mr-tab-pane .property-detail-area .cancel-btn.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.rate-button .loader-button {
    background-size: 18px;
    height: 18px;
    width: 18px;
    position: relative;
    right: 0;
    left: 0;
    margin-left: 5px;
    display: none;
}

.promo-spec {
    background: var(--lightRed);
    padding: 5px 16px;
    border-radius: 8px;
}

.promo-spec span {
    color: var(--orange);
}
