/* Media Queries */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt&display=swap");

.home_2 .main-heading {
    color: var(--color-1);
    text-align: left;
    margin-left: 0;
}

.main-heading {
    font-family: var(--heading-font);
    color: var(--color-17);
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 74px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.second-heading {
    font-family: var(--heading-font);
    color: var(--color-11);
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
}

.third-heading {
    font-family: var(--heading-font-1);
    color: var(--color-11);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.fourth-heading {
    font-family: var(--heading-font-1);
    color: var(--color-11);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.semibold-heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    font-family: var(--heading-font-1);
}

.blog-main-heading {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-11);
}

.dashbord-title {
    font-size: 20px;
    font-family: var(--heading-font-1);
}

.cmn-btn {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 12px 30px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    text-align: center;
}

.cmn-small-btn {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 8px 20px;
    font-family: var(--heading-font-1);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    text-align: center;
}

.delete-btn {
    border-color: #EAECF0;
    color: var(--color-6);
}

.edit-btn {
    color: var(--color-1);
    background: var(--color-15);
}

.accept-btn {
    color: #d7e5fe;
    background: var(--color-14-light);
}

.accept-btn:hover {
    color: #ffffff;
    background: var(--color-14);
}

.reject-btn {
    color: #d7e5fe;
    border-color: var(--color-4);
    background-color: #ff0000aa;
}

.reject-btn:hover {
    background-color: #ff0000;
    color: #ffffff;
}

.home_2 .transparent-btn {
    border: 0;
    border-color: unset;
    color: #fff;
}

.home_2 .transparent-btn:hover {
    background: var(--color-15);
}

.transparent-btn {
    border-color: var(--color-17);
    color: var(--color-17);
}

.transparent-btn:hover {
    background: var(--color-17);
    color: #fff;
}

.transparent-btn-one {
    border-color: var(--color-4);
    color: var(--color-7);
    -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
}

.transparent-btn-one:hover {
    background: var(--color-4);
    color: #fff;
}

.fill-btn {
    background-color: var(--color-15);
    color: var(--color-1);
}

.fill-btn:hover {
    background: #fff;
    color: var(--color-15);
    border-color: var(--color-15);
}

.simple-btn {
    color: var(--color-15);
    letter-spacing: -1px;
}

.slider-arrow {
    font-size: 18px;
    line-height: 18px;
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid var(--color-4);
}

.slider-arrow.slider-pre {
    color: var(--color-8);
    background: var(--color-1);
}

.slider-arrow.slider-next {
    color: var(--color-1);
    background: var(--color-15);
    margin-left: 10px;
    border-color: var(--color-15);
}

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

.slick-dots li {
    margin-right: 10px;
    height: 15px;
    width: 15px;
    background: var(--color-15);
    border-radius: 50%;
    border: 2px solid var(--color-1);
    outline: 1px solid transparent;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    left: 20%;
    right: 80%;
}

.slick-dots li.slick-active {
    background: var(--color-15);
    outline: 1px solid var(--color-15);
}

.slick-dots li button {
    display: none;
}

.tagGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tag {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    font-family: var(--heading-font-1);
}

.tag0 {
    background: rgba(77, 119, 255, 0.1019607843);
    color: #98A2B3;
}

.tag1 {
    background: rgba(77, 119, 255, 0.1019607843);
    color: #4D77FF;
}

.tag2 {
    background: rgba(247, 102, 49, 0.1019607843);
    color: #F76631;
}

.tag3 {
    background: #EAECF0;
    color: #8A39E1;
}

.badge {
    font-size: 14px;
    font-family: var(--heading-font-1);
    font-weight: 400;
    padding: 6px 10px;
    border-radius: 6px;
    text-transform: uppercase;
}

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

.badge-purple {
    color: #8A39E1;
    background: rgba(138, 57, 225, 0.12);
}

.badge-red {
    color: var(--color-15);
    background: rgba(247, 102, 49, 0.12);
}

.badge-green {
    color: #16A34A;
    background: #DCFCE7;
}

.toggole-btn {
    display: inline-block;
    height: 24px;
    width: 44px;
    border-radius: 12px;
    background: var(--color-4);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}

.toggole-btn::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    top: 2px;
    left: 2px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.toggole-btn.active {
    background: var(--color-15);
}

.toggole-btn.active::after {
    left: auto;
    right: 2px;
}

/*--------------------------------------------------------------
    Google Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
    --heading-font: "Montserrat", sans-serif;
    --heading-font-1: "Prompt", sans-serif;
    --body-font: "Manrope", sans-serif;
    /*color*/
    --color-1: #FFFFFF;
    --color-2: #F9FAFB;
    --color-3: #F2F4F7;
    --color-4: #EAECF0;
    --color-5: #D0D5DD;
    --color-6: #98A2B3;
    --color-7: #667085;
    --color-8: #475467;
    --color-9: #344054;
    --color-10: #1D2939;
    --color-11: #101828;
    --color-12: #FF3B30;
    --color-13: #FFCC00;
    --color-14: #05BE70;
    --color-14-light: #05BE70aa;
    --color-15: #f76631;
    --color-16: #4D77FF;
    --color-17: #141457;
    --color-18: #CEF6F7;
    --color-19: #FF9F45;
    --color-20: #262626;
    --color-21: #FFAD60;
    --color-22: #8A39E1;
    --color-footer: #8C8C8C;
    --lineir-bg-1: linear-gradient(135.00deg, rgb(15, 15, 15) -100%, rgb(38, 38, 38) 100%);
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    color: var(--color-8);
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 24px;
}

.custom-container {
    max-width: 1560px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

.home_2 .custom-container {
    max-width: 1680px;
}

.custom-container-one {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-weight: 700;
    font-family: var(--heading-font);
}

ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-8);
    cursor: pointer;
}

p {
    margin-bottom: 0;
}

/*Reusable classes*/
.bg_gray_lineir {
    background: var(--lineir-bg-1);
}

.bg-sky-blue {
    background: var(--color-18);
}

.bg-dark {
    background: var(--color-20);
}

.white-bg {
    background: #fff;
    border-bottom: 1px solid #EAECF0;
}

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

@media only screen and (max-width: 425.98px) {
    .pt-100 {
        padding-top: 50px;
    }
}

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

@media only screen and (max-width: 425.98px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

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

@media only screen and (max-width: 425.98px) {
    .pt-50 {
        padding-top: 25px;
    }
}

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

@media only screen and (max-width: 425.98px) {
    .pb-50 {
        padding-bottom: 25px;
    }
}

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

@media only screen and (max-width: 425.98px) {
    .mt-60 {
        margin-top: 35px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media only screen and (max-width: 425.98px) {
    .mb-60 {
        margin-bottom: 35px;
    }
}

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

.head-with-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.devider {
    width: 100%;
    height: 1px;
    background: #404653;
}

.cmn-form-field {
    padding: 13px 14px 13px 42px;
    background: var(--color-1);
    color: var(--color-7);
    border: 1px solid var(--color-4);
    border-radius: 6px;
}

.custom-label {
    color: var(--color-8);
    font-family: var(--heading-font-1);
    font-size: 14px;
}

.custom-label:has(+ .custom-input) {
    margin-bottom: 10px;
}

.custom-input {
    font-family: var(--heading-font-1);
    border: 1px solid var(--color-4);
    border-radius: 8px;
    padding: 12px 13px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
    font-size: 14px;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background: #fff;
    border-radius: 6px;
    margin-right: 10px;
    position: relative;
    border: 1px solid var(--color-4);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type=checkbox]::after {
    content: "\f00c";
    font: var(--fa-font-solid);
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
}

input[type=checkbox]:checked {
    background: var(--color-15);
    color: #fff;
}

.custom-radio {
    accent-color: var(--color-15);
}

textarea {
    width: 100%;
}

.box-shadow {
    -webkit-box-shadow: 0 3px 88px 0 rgba(16, 24, 40, 0.0784313725);
    box-shadow: 0 3px 88px 0 rgba(16, 24, 40, 0.0784313725);
}

.black-bg {
    background: var(--color-11);
    color: #FFFFFF !important;
}

.link-white a {
    color: #FFFFFF !important;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.border-box {
    border: 1.5px solid var(--color-4);
    border-radius: 12px;
    padding: 24px;
}

.oneLine {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.twoLine {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*ribbon*/
.ribbon {
    display: inline-block;
    position: relative;
}

.ribbon .text {
    padding: 5px 10px;
    background: #8A39E1;
    border-radius: 6px 0 6px 0;
    color: #fff;
    font-size: 14px;
}

.ribbon .svg {
    position: absolute;
    bottom: -16px;
    left: 0;
    z-index: -1;
}

.ribbon.rent .text {
    background: var(--color-15);
}

.ribbon.rent .svg path {
    fill: var(--color-15);
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination li a {
    height: 32px;
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-10);
    border: 1px solid var(--color-4);
    border-radius: 4px;
    font-family: var(--heading-font-1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pagination .page-item a:hover,
.pagination .page-item a.active {
    border: 1px solid var(--color-15);
    color: var(--color-15);
}

.pagination .previous a {
    background: var(--color-4);
}

.check-features {
    color: var(--color-15);
    text-decoration: underline;
}

.verified-icon {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #05BE70;
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.noUi-target {
    height: 8px;
    border-radius: 4px;
    background: var(--color-4);
    border: none;
}

.noUi-horizontal .noUi-handle {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 2px solid var(--color-15);
    background: #fff;
    top: -8px;
}

.noUi-connect {
    background: var(--color-15);
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.custom-table {
    width: 100%;
    overflow: auto;
    font-size: 14px;
}

.custom-table .table {
    vertical-align: middle;
}

.custom-table .table-head-light {
    background: #F1F5F9;
}

.custom-table tr th {
    padding: 8px;
    border-bottom: 0;
}

.custom-table tr td {
    border-bottom: 1px solid var(--color-4);
    padding: 8px;
    line-height: 1.2;
}

.custom-table tr td:first-child {
    min-width: 76px;
}

.custom-table tr td:not(:first-child) {
    min-width: 200px;
}

.custom-table .badge {
    font-size: 12px;
}

/*Header Part*/
/*Navigation*/
.home_2 .navbar-nav a {
    color: var(--color-1);
}

.navbar-nav a {
    color: var(--color-17);
    font-family: var(--heading-font-1);
    padding: 10px 15px;
    font-weight: 400;
    font-size: 16px;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar .container {
    gap: 14px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children a i {
    margin-left: 5px;
}

.home_2 .menu-item-has-children .sub-menu {
    background-color: var(--color-15);
}

.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 220px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 992;
    border-bottom: 5px solid var(--main-color-one);
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-left-content {
    position: relative;
    width: 500px;
}

.navbar-left-content .navbar-search-form {
    border: 1px solid var(--color-4);
    border-radius: 6px;
    color: #667085;
    -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
    width: 100%;
    padding: 15px 130px 15px 42px;
}

.navbar-left-content .search-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
}

.navbar-left-content .search-btn {
    position: absolute;
    padding: 10px 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6px;
}

@media only screen and (max-width: 991.98px) {
    .navbar-left-content {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: rgba(206, 246, 247, 0.7411764706);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        padding: 20px 10px;
        border-radius: 5px;
        top: 100%;
        right: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        -webkit-transition: all ease-in 0.5s;
        transition: all ease-in 0.5s;
    }
}

@media only screen and (max-width: 991.98px) and (max-width: 575.98px) {
    .navbar-left-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media only screen and (max-width: 991.98px) {
    .navbar-left-content.show-nav-content {
        visibility: visible;
        opacity: 1;
    }
}

.navbar-right-flex {
    gap: 14px;
}

.navbar-right-content a {
    font-family: var(--heading-font-1);
    font-weight: 400;
    font-size: 16px;
}

.navbar-right-content .navbar-right-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 991.98px) {
    .navbar-right-content {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: rgba(206, 246, 247, 0.7411764706);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        padding: 20px 10px;
        border-radius: 5px;
        top: 100%;
        right: 40px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        -webkit-transition: all ease-in 0.5s;
        transition: all ease-in 0.5s;
    }

    .home_2 .navbar-right-content {
        background: var(--lineir-bg-1);
    }
}

@media only screen and (max-width: 991.98px) and (max-width: 575.98px) {
    .navbar-right-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media only screen and (max-width: 991.98px) {
    .navbar-right-content.show-nav-content {
        visibility: visible;
        opacity: 1;
    }
}

.after-login-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.after-login-content .notification svg,
.after-login-content .fevourite svg {
    width: 24px;
    height: 24px;
}

.home_2 .after-login-content .notification svg path,
.home_2 .after-login-content .fevourite svg path {
    fill: #ffffff;
}

.after-login-content .profile-part {
    position: relative;
    margin-right: 16px;
}

.home_2 .after-login-content .profile-part {
    margin-right: 0;
}

@media screen and (max-width: 1920px) {
    .after-login-content .profile-part {
        position: unset;
    }
}

@media screen and (max-width: 991px) {
    .after-login-content .profile-part {
        position: relative;
    }
}

.after-login-content .profile-part .profile-img {
    height: 60px;
    width: 60px;
}

.after-login-content .profile-part .profile-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;

}

.home_2 .after-login-content .profile-part::after {
    content: unset;
}


/* Notification modal */

.notification_button {
    border: unset;
    background-color: transparent;
}

.home_2 .notification_button {
    background-color: transparent;
}

.notification_modal_body {
    padding: 15px;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.notification_modal_body .all_notification .notification_header {
    position: relative;
}

.notification_modal_body .all_notification .notification_header .profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.notification_modal_body .all_notification .notification_header .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-img {
    width: 120px;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}

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

.notification_modal_body .all_notification .single_notification .notification_header .dot {
    display: none;
}

.notification_modal_body .all_notification .single_notification.new .notification_header .dot {
    padding: 4px;
    border-radius: 50%;
    animation: notification_dot 1s infinite alternate;
}

@keyframes notification_dot {
    0% {
        background-color: #ff910000;
    }

    100% {
        background-color: #ff9100;
    }
}

.notification_modal_body .all_notification .single_notification {
    word-wrap: break-word;
    margin: 10px 0;
    border-radius: 6px;
    padding: 10px;
    background-color: #dbdbdb9d;
}

.notification_modal_body .all_notification .single_notification.new {
    background-color: #f7663131;
}

.notification_modal_body .all_notification .notification_header .dot {
    display: block !important;
    position: absolute;
    left: 49px;
    top: 4px;
}

.notification_footer button {
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
}

.notification_footer .view,
.notification_footer .book_now {
    background-color: var(--color-15);
    color: var(--color-1);
    font-weight: 600;
    transition: all;
    transition-duration: 500ms;
}

.notification_footer .view:hover,
.notification_footer .book_now:hover {
    background-color: var(--color-1);
    color: var(--color-15);
}

.notification_footer .mark_read,
.notification_footer .buy_now {
    background-color: var(--color-1);
    color: var(--color-15);
    font-weight: 600;
    transition: all;
    transition-duration: 500ms;
}

.notification_footer .mark_read:hover,
.notification_footer .buy_now:hover {
    background-color: var(--color-15);
    color: var(--color-1);
}

.margin_right_0 {
    margin-right: 0px !important;
    margin: 5px 0 5px auto;
}

.top_notify_btn {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.top_notify_btn button {
    border: none;
    background: none;
    cursor: pointer;
}

.notify_user {
    display: flex;
    gap: 4px;
    flex-direction: row;
}

.notify_user .name {
    font-weight: 700;
}

.notify_user .do {
    font-weight: 400;
}

.notify_user .where {
    font-weight: 700;
}

#view_all {
    color: var(--color-16);
    font-weight: 600;
}

#mark_all_read {
    color: var(--color-16);
}

.notification_modal_body .all_notification .single_notification .notification_header {
    display: flex;
    gap: 10px;
    align-items: center;
}

.notification_modal_body .all_notification .single_notification {
    display: flex;
    flex-direction: column;
}

.notification_footer {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.after-login-content .profile-part .profile-item.show div a,
.after-login-content .profile-part .profile-item.show div {
    transition: all 0.5s ease-in-out;
    padding: 4px 8px;
    border-radius: 8px;
}

.after-login-content .profile-part .profile-item.show div:hover {
    background-color: var(--color-15);
}

.after-login-content .profile-part .profile-item.show div:hover a {
    color: var(--color-1);
}

.after-login-content .profile-part .profile-item {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 150px;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(16, 24, 40, 0.2);
    box-shadow: 0 2px 20px 0 rgba(16, 24, 40, 0.2);
    top: calc(100% + 10px);
    right: calc(10% - 15px);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.after-login-content .profile-part .profile-item.show {
    opacity: 1;
    visibility: visible;
}

/*navbar collapse buttons*/
.responsive-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.responsive-mobile-menu .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 375.98px) {
    .responsive-mobile-menu .navbar-toggler {
        padding: 2px 5px;
    }
}

.responsive-mobile-menu .navbar-toggler .navbar-toggler-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2px;
    width: 22px;
    background: var(--color-11);
    position: relative;
}

.responsive-mobile-menu .navbar-toggler .navbar-toggler-icons::after,
.responsive-mobile-menu .navbar-toggler .navbar-toggler-icons::before {
    content: "";
    height: 2px;
    width: 22px;
    background: inherit;
    position: absolute;
}

.responsive-mobile-menu .navbar-toggler .navbar-toggler-icons::after {
    top: 7px;
}

.responsive-mobile-menu .navbar-toggler .navbar-toggler-icons::before {
    bottom: 7px;
}

.responsive-mobile-menu .click-nav-left-icon {
    font-size: 16px;
    color: var(--color-15);
    border: 1px solid var(--color-15);
    border-radius: 50%;
    margin-left: 20px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px;
    margin-right: 15px;
}

@media only screen and (max-width: 1450px) {
    .responsive-mobile-menu .click-nav-left-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 991.98px) {
    .responsive-mobile-menu .click-nav-left-icon {
        height: 35px;
        width: 35px;
        font-size: 14px;
    }
}

.responsive-mobile-menu .click-nav-right-icon {
    display: none;
    font-size: 16px;
    color: var(--color-11);
    border: 1px solid var(--color-11);
    border-radius: 50%;
    margin-left: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px;
}

.home_2 .responsive-mobile-menu .click-nav-right-icon {
    color: var(--color-15);
    border: 1px solid var(--color-15);
}

@media only screen and (max-width: 991.98px) {
    .responsive-mobile-menu .click-nav-right-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 35px;
        width: 35px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 375.98px) {
    .responsive-mobile-menu .click-nav-right-icon {
        margin-left: 10px;
    }
}

.second-nav {
    border-bottom: 1px solid #EAECF0;
    padding: 0;
}

.second-nav .logo-wraper {
    padding: 30px 0;
    width: 385px;
    text-align: center;
    border-right: 1px solid #EAECF0;
}

.home_2 .logo-wraper {
    width: 180px;
}

.home_2 .logo-wraper a,
.home_2 .logo-wraper a img {
    width: 100%;
}

.banner {
    padding-top: 70px;
    padding-bottom: 80px;
}

.home_2 .banner-para {
    color: var(--color-1);
    opacity: 0.8;
    text-align: left;
    margin: 30px auto 30px 0;
}

.banner-para {
    max-width: 930px;
    color: var(--color-7);
    text-align: center;
    margin: 30px auto;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.home_2 .search-porperty {
    max-width: 960px;
    margin: 0px auto 40px 0px;
}

.search-porperty {
    max-width: 960px;
    margin: 40px auto;
}

.home_2 .search-porperty .filter {
    border-radius: 0 12px 12px 12px;
}

.search-porperty .filter {
    background: var(--color-1);
    padding: 20px 25px;
    border-radius: 12px;
}

.search-porperty .filter-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 15px auto 15px auto 15px auto;
    grid-template-columns: auto auto auto auto;
    gap: 15px;
}

.home_2 .search-property {
    margin-top: 40px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    width: fit-content;
}

.home_2 .search-property .type_of_property {
    background-color: white;
    padding: 19px 26px;
    border: 0;
}

.home_2 .search-property .type_of_property.active {
    background-color: var(--color-15);
    color: white;
}

/* select 2 container  */

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--color-15);
}

.select2-container--default .select2-results__option--selectable {
    color: var(--color-11);
}

.select2-container .select2-dropdown {
    z-index: 1056;
}

.select2 {
    width: auto !important;
}

.select2 .select2-selection--single {
    height: auto;
    padding: 10px 14px;
    border: 1px solid #EAECF0;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.0509803922);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.0509803922);
}

.select2 .select2-selection--single::after {
    content: "";
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    position: absolute;
}

.select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 25px;
    font-size: 14px;
}

.select2 .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select2 .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2 .select2-selection--single .select2-selection__arrow::after {
    content: "\f107";
    font: var(--fa-font-solid);
    color: var(--color-11);
}

.location+.select2 .select2-selection--single::after {
    content: url(../images/location.png);
}

.property+.select2 .select2-selection--single::after {
    content: url(../images/house.png);
}

.price-range+.select2 .select2-selection--single::after {
    content: url(../images/dollar-circle.png);
}

.banner_image {
    max-width: 490px;
    background-color: #405dbc;
    width: 100%;
}

.banner_right_side {
    top: 5px;
    right: 15px;
}

.banner_shape_1 {
    top: 222px;
    right: -60px;
}

@media screen and (max-width: 1800px) {
    .banner_shape_1 {
        display: none;
    }
}

.banner_shape_2 {
    bottom: -36px;
    left: -1234px;
}

.banner_shape_3 {
    top: 222px;
    left: -44px;
}

.banner_card {
    background-color: #fff;
    border-radius: 18px;
    padding: 15px;
    top: 100px;
    left: -120px;
    gap: 16px;
}

.banner_card_img {
    border-radius: 50%;
}

.banner_card_description p {
    color: var(--color-15);
    font-weight: 900;
    font-size: 20px;
}

.home_2 .singlePropertyCatagory {
    padding: 30px;
    flex-direction: column;
}

.home_2 .singlePropertyCatagory:hover {
    border: 1.2px solid var(--color-15, #EAECF0);
}

.singlePropertyCatagory {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    border: 1.2px solid var(--STROKE-COLOR-2, #EAECF0);
    padding: 20px 5px 20px 20px;
    color: var(--color-7);
    transition: 500ms;
}

.singlePropertyCatagory .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px;
    border-radius: 50%;
    background: rgba(247, 102, 49, 0.031372549);
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.home_2 .singlePropertyCatagory .img {
    background: rgb(255, 255, 255);
    margin-right: 0px;

}

.singlePropertyCatagory .img img {
    height: 32px;
    width: 32px;
}

.slick-list {
    margin: 0 -15px;
}

@media only screen and (max-width: 767.98px) {
    .slick-list {
        margin: auto -5px;
    }
}

.slick-list .slick-slide {
    margin: auto 15px;
}

@media only screen and (max-width: 767.98px) {
    .slick-list .slick-slide {
        margin: auto 5px;
    }
}

.featured-items .slick-list {
    overflow-x: clip;
    overflow-y: visible;
}

.home_2 .slick-list.draggable {
    padding: 0 15px;
    padding-bottom: 75px;
}

.slick-slide.slick-current.slick-active .findlocationsCard {
    border: 2px solid rgb(247, 102, 49);
    border-radius: 12px;
    box-shadow: 0px 5px 20px 0px rgba(247, 102, 49, 0.12);
}

.single-card {
    border-radius: 12px;
    border: none;
}

.single-card .head {
    position: relative;
}

.single-card .head a {
    width: 100%;
    height: 221px;
    display: block;
}

.single-card .head img {
    width: 100%;
    /* margin-bottom: -5px; */
    object-fit: cover;
    height: 100%;
    border-radius: 16px 16px 0px 0px;
}

.single-card .head .ribbon {
    position: absolute;
    top: 20px;
    left: -15px;
}

.single-card .head .ribbon .ribbon-part-1 {
    padding: 10px;
    background: var(--color-15);
    color: var(--color-1);
    position: relative;
    border-radius: 12px 0 12px 0;
}

.single-card .head .ribbon .ribbon-part-1 .ribbon-part-2 {
    position: absolute;
    left: 0;
    top: 89%;
}

.single-card .head .ribbon.for-sell .ribbon-part-1 {
    background: var(--color-22);
}

.single-card .head .ribbon.for-sell .ribbon-part-2 path {
    fill: var(--color-22);
}

.single-card .head .heart-img {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 14px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
}

.single-card .head .heart-img.active svg path {
    fill: var(--color-15);
}


.single-card .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* height: 250px; */
    border-radius: 0 0 12px 12px;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(16, 24, 40, 0.0784313725);
    box-shadow: 0px 3px 16px 0px rgba(16, 24, 40, 0.0784313725);
}

.single-card .body .text {
    padding: 20px 0 20px 20px;
}

.single-card .body .text .third-heading a {
    color: var(--color-11);
}

.single-card .body .text p {
    margin: 10px 0 20px 0;
    color: var(--color-8);
}

/* .single-card .body .text .twoLine {
    overflow-y: auto;
    max-height: 30px;
    height: 100%;
} */
.featured-items .slick-track {
    display: flex;
    align-items: stretch;

    .slick-slide {
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.single-card .body .text .value {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--color-15);
}

.single-card .body .foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 30px 20px;
    border-top: 1px solid var(--color-4);
}

.single-card .body .foot .foot-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #212529;
}

.single-card .body .foot .foot-item span {
    margin-left: 10px;
    color: #212529;
}

.single-card .body .foot .bath {
    padding: 0 20px;
    border-right: 1px solid var(--color-4);
    border-left: 1px solid var(--color-4);
    margin: 0 20px;
}

/* trust Part */
.trust {
    background: var(--color-2);
}

.trust .second-heading {
    margin-bottom: 0;
}

.trust .achivement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.trust .achivement .img {
    background: rgba(77, 119, 255, 0.1647058824);
    padding: 20px;
    border-radius: 50%;
}

.home_2 .trust .achivement .img {
    background: #ffffff;
    padding: 20px;
    border-radius: 50%;
    border: 1.2px solid #eaecf0;
}

.trust .achivement .text h5 {
    color: var(--color-11);
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}

.trust .achivement .text p {
    color: var(--color-8);
}

/* Find by location part*/
.findlocationsCard {
    width: 100%;
    height: 270px;
    border-radius: 12px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.home_2 .findlocationsCard img {
    width: 60px;
    height: 60px;
}

.home_2 .findlocationsCard {
    height: unset;
    display: flex;
    gap: 10px;
    padding: 20px;
    border: 2px solid #999999;
}

.home_2 .slider_body {
    margin-top: 20px;

}

.home_2 .rating ul {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.home_2 .review_name span {
    display: block;
    margin-bottom: 10px;
}

.home_2 .review_name {
    text-align: center;
}

.home_2 .review_text {
    text-align: center;
}

.findlocationsCard::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.3%, rgba(0, 0, 0, 0)), color-stop(111.11%, #000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -6.3%, #000000 111.11%);
}

.home_2 .findlocationsCard::after {
    content: unset;
}

.findlocationsCard .citys {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: var(--color-1);
}

.home_2 .findlocationsCard .citys {
    position: unset;
    color: var(--color-11);
}

.findlocationsCard .citys h4 {
    color: var(--color-1);
}

.home_2 .findlocationsCard .citys h4 {
    color: var(--color-11);
}

@media only screen and (max-width: 1399.98px) {
    .findlocationsCard .citys h4 {
        font-size: 18px;
    }
}

.shaping {
    color: var(--color-8);
}

.shaping .text {
    margin-top: 40px;
    margin-bottom: 60px;
}

.shaping .shaping-btn .works-btn {
    color: var(--color-11);
}

.shaping .shaping-btn .works-btn svg {
    margin-right: 10px;
}

/* Reviews Part */
.reviews {
    color: var(--color-8);
}

@media only screen and (max-width: 991.98px) {
    .reviews .second-heading {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 425.98px) {
    .reviews .second-heading {
        margin-bottom: 35px;
    }
}

.reviews .r-slide {
    position: relative;
}

.reviews .r-slide .arrow-icon3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 11;
}

.home_2 .reviews .r-slide .arrow-icon3 {
    top: -110px;
    bottom: unset;
}

.reviews .r-slide .slider-dots {
    position: absolute;
    left: 26%;
    bottom: 0;
    z-index: 20;
}

.home_2 .reviews .r-slide .slider-dots {
    position: absolute;
    left: 48%;
    bottom: 0;
}

.review-item .review .slider_imges {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review-item .review .slider_imges::before {
    content: unset;

}

.home_2 .review-item .review .slider_imges::before {
    top: 0;
    border-radius: 50%;
}

.home_2 .review-item .review .slider_imges img {
    padding-top: 10px;
    /* height: 72px;
  width: 72px; */
    border-radius: 50%;
    overflow: hidden;
}

.review-item .review .slider_body .rating ul {
    margin-bottom: 20px;
}

.review-item .review .slider_body .rating ul li {
    display: inline-block;
    margin-right: 8px;
}

.review-item .review .slider_body .rating ul li i {
    font-size: 24px;
    color: var(--color-19);
}

.review-item .review .slider_body .review_text {
    margin-bottom: 30px;
    max-width: 500px;
}

.review-item .review .slider_body .review_name .name {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-right: 10px;
}

/* Plan Part */
.pricePlan {
    color: var(--color-11);
}

.pricePlan .plans {
    background: rgba(247, 102, 49, 0.0509803922);
    border-radius: 12px;
    padding: 40px;
}

.home_2 .pricePlan .plans {
    padding: 100px;
}

@media only screen and (max-width: 767.98px) {
    .pricePlan .plans {
        padding: 15px;
    }
}

/*Single Price plan*/
.single-price-plan {
    background: var(--color-1);
    padding: 40px;
    border: 2px solid transparent;
    border-radius: 12px;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.single-price-plan .plan-head {
    border-bottom: 1px solid var(--color-4);
    padding-bottom: 30px;
}

.single-price-plan .plan-head .img {
    padding: 18px;
    border-radius: 50%;
    background: rgba(77, 119, 255, 0.1215686275);
    margin-right: 20px;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

@media only screen and (max-width: 1199.98px) {
    .single-price-plan .plan-head .img svg {
        height: 20px;
        width: 20px;
    }
}

.single-price-plan .plan-head .img path {
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.single-price-plan .plan-head .head-text {
    color: var(--color-8);
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.single-price-plan .plan-head .head-text .name {
    margin-bottom: 10px;
}

.home_2 .popularBadge {
    right: -12px;
    top: 48px;
}

@media only screen and (max-width: 1199.98px) {
    .home_2 .popularBadge {
        right: -11px;
        top: 20px;
        width: 120px;
    }
}

@media only screen and (max-width: 800.98px) {
    .home_2 .popularBadge {
        right: -9px;
        top: 20px;
        width: 105px;
    }
}

@media only screen and (max-width: 430px) {
    .home_2 .popularBadge {
        right: -7px;
        top: 17px;
        width: 80px;
    }
}

.single-price-plan .plan-head .head-text .rate {
    font-size: 24px;
}

@media only screen and (max-width: 1199.98px) {
    .single-price-plan .plan-head .head-text .rate {
        font-size: 17px;
    }
}

.single-price-plan .plan-head .head-text .rate .money {
    font-weight: 600;
    color: var(--color-11);
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.single-price-plan .plan-body {
    padding-top: 30px;
}

.single-price-plan .plan-body ul {
    color: var(--color-11);
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.single-price-plan .plan-body ul li {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 991.98px) {
    .single-price-plan .plan-body ul li {
        font-size: 12px;
        line-height: 18px;
    }
}

.single-price-plan .plan-body ul li.check::before {
    content: "\f00c";
    font: var(--fa-font-solid);
    color: var(--color-14);
    border: 1px solid var(--color-14);
}

.single-price-plan .plan-body ul li.cross::before {
    content: "\f00d";
    font: var(--fa-font-solid);
    color: var(--color-15);
    border: 1px solid var(--color-15);
}

.single-price-plan .plan-body ul li.cross::before,
.single-price-plan .plan-body ul li.check::before {
    position: relative;
    top: 2px;
    height: 20px;
    width: 20px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--color-1);
    margin-right: 10px;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

@media only screen and (max-width: 991.98px) {

    .single-price-plan .plan-body ul li.cross::before,
    .single-price-plan .plan-body ul li.check::before {
        font-size: 12px;
        height: 15px;
        width: 15px;
    }
}

.single-price-plan .plan-foot a {
    color: var(--color-7);
    border-radius: 8px;
    background-color: var(--color-1);
    border: 1.2px solid var(--color-4);
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.single-price-plan:hover,
.single-price-plan.active {
    background: var(--color-15);
}

.home_2 .single-price-plan:hover,
.home_2 .single-price-plan.active {
    background: transparent;
    border: 2px solid var(--color-15);
}

.single-price-plan:hover .plan-head .img,
.single-price-plan.active .plan-head .img {
    background: var(--color-1);
}

.home_2 .single-price-plan:hover .plan-head .img,
.home_2 .single-price-plan.active .plan-head .img {
    background-color: var(--color-15);
    /* color: var(--color-1); */
}

.single-price-plan:hover .plan-head .img path,
.single-price-plan.active .plan-head .img path {
    fill: var(--color-15);
}

.home_2 .single-price-plan:hover .plan-head .img path,
.home_2 .single-price-plan.active .plan-head .img path {
    fill: var(--color-1);
}

.single-price-plan:hover .plan-head .head-text,
.single-price-plan.active .plan-head .head-text {
    color: var(--color-1);
}

.home_2 .single-price-plan:hover .plan-head .head-text,
.home_2 .single-price-plan.active .plan-head .head-text {
    color: var(--color-8);
}

.single-price-plan:hover .plan-head .head-text .money,
.single-price-plan.active .plan-head .head-text .money {
    color: var(--color-1);
}

.home_2 .single-price-plan:hover .plan-head .head-text .money,
.home_2 .single-price-plan.active .plan-head .head-text .money {
    color: var(--color-8);
}

.single-price-plan:hover .plan-body ul,
.single-price-plan.active .plan-body ul {
    color: var(--color-1);
}

.home_2 .single-price-plan:hover .plan-body ul,
.home_2 .single-price-plan.active .plan-body ul {
    color: var(--color-8);
}


.single-price-plan:hover .plan-foot button,
.single-price-plan.active .plan-foot button {
    color: var(--color-15);
    background: var(--color-1);
    border-color: var(--color-1);
}

.home_2 .single-price-plan:hover .plan-foot button,
.home_2 .single-price-plan.active .plan-foot button {
    color: var(--color-1);
    background: var(--color-15);
    border-color: var(--color-15);
}

/*style two plan*/
.plan-style-02 .plans {
    padding: 100px;
}

@media only screen and (max-width: 1399.98px) {
    .plan-style-02 .plans {
        padding: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .plan-style-02 .plans {
        padding: 15px;
    }
}

.plan-style-02 .plans .chose-plan:hover,
.plan-style-02 .plans .chose-plan.active {
    background: var(--color-1);
    border: 1px solid var(--color-15);
}

.plan-style-02 .plans .chose-plan:hover .plan-head .img,
.plan-style-02 .plans .chose-plan.active .plan-head .img {
    background: var(--color-15);
}

.plan-style-02 .plans .chose-plan:hover .plan-head .img path,
.plan-style-02 .plans .chose-plan.active .plan-head .img path {
    fill: var(--color-1);
}

.plan-style-02 .plans .chose-plan:hover .plan-head .head-text,
.plan-style-02 .plans .chose-plan.active .plan-head .head-text {
    color: var(--color-8);
}

.plan-style-02 .plans .chose-plan:hover .plan-head .head-text .money,
.plan-style-02 .plans .chose-plan.active .plan-head .head-text .money {
    color: var(--color-11);
}

.plan-style-02 .plans .chose-plan:hover .plan-body ul,
.plan-style-02 .plans .chose-plan.active .plan-body ul {
    color: var(--color-11);
}

.plan-style-02 .plans .chose-plan:hover .plan-body ul li .check::before,
.plan-style-02 .plans .chose-plan.active .plan-body ul li .check::before {
    color: var(--color-14);
    border-color: var(--color-14);
}

.plan-style-02 .plans .chose-plan:hover .plan-body ul li .cross::before,
.plan-style-02 .plans .chose-plan.active .plan-body ul li .cross::before {
    color: var(--color-15);
    border-color: var(--color-15);
}

.plan-style-02 .plans .chose-plan:hover .plan-foot a,
.plan-style-02 .plans .chose-plan.active .plan-foot a {
    color: var(--color-1);
    background: var(--color-15);
    border-color: var(--color-15);
}

/* Find Property*/
.find-property {
    color: var(--color-8);
}

.find-property .find {
    padding: 0 60px;
    position: relative;
}

@media only screen and (max-width: 1399.98px) {
    .find-property .find {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 575.98px) {
    .find-property .find {
        padding: 14px;
    }
}

.find-property .find::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 30%;
    background: rgba(141, 198, 228, 0.1803921569);
    border-radius: 12px;
    z-index: -1;
}

.home_2 .find-property .find::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 30%;
    background: unset;
    border-radius: 12px;
    z-index: -1;
}

@media only screen and (max-width: 991.98px) {
    .find-property .find::after {
        top: 0;
    }
}

.find-property .find p {
    margin: 30px 0 60px 0;
}

.find-property .find .contact-btn {
    background: var(--color-15);
    color: var(--color-1);
    padding: 17px 56px;
}

.find-second-style .find {
    padding: 0;
}

.find-second-style .find::after {
    display: none;
}

.get-in-touch .pera {
    color: var(--color-7);
}

.get-in-touch .location-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: 1px solid var(--color-4);
}

.get-in-touch .location-tabs .tabs {
    font-family: var(--heading-font-1);
    color: inherit;
    padding-bottom: 16px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.get-in-touch .location-tabs .tabs::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 40px;
    background: transparent;
    border-radius: 20px 20px 0 0;
    bottom: 0;
    left: 0;
}

.get-in-touch .location-tabs .tabs.active {
    color: var(--color-15);
}

.get-in-touch .location-tabs .tabs.active::after {
    background: var(--color-15);
}

.get-in-touch .location-details {
    margin-top: 40px;
}

.get-in-touch .location-details .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    color: var(--color-9);
}

.get-in-touch .location-details img {
    margin-right: 10px;
}

.get-in-touch .location-details .maps {
    width: 100%;
    max-height: 474px;
    border-radius: 12px;
    overflow: hidden;
}

.full-width {
    max-width: 1920px;
    padding: 0 20px;
    margin: 0 auto;
}

.loginpart-wraper {
    font-size: 14px;
}

.loginpart-wraper .logo-part {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.loginpart-wraper .form-part {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
}

.loginpart-wraper .form-part .semibold-heading {
    max-width: 356px;
    margin-bottom: 30px;
}

.password-requrment {
    color: var(--color-7);
    margin-top: 20px;
}

.remembarForget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px 0;
    font-size: 16px;
}

.rememberMe {
    color: var(--color-9);
}

.forget-pass {
    color: var(--color-15);
}

.login-btn-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.sign-up-link {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.sign-up-link a {
    color: var(--color-15);
}

.input-with-icon {
    position: relative;
}

.input-with-icon input {
    padding-left: 40px;
}

.input-with-icon .input-icon {
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}



.input-with-icon .toggle-password {
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.input-with-icon .icon {
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.full-blog-wraper .img-part {
    border-radius: 16px;
    overflow: hidden;
    max-height: 540px;
    width: 100%;
}

.full-blog-wraper .img-part .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.full-blog-wraper .top-header-part {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.full-blog-wraper .top-header-part .heading-part {
    max-width: 650px;
}

.full-blog-wraper .top-header-part .heading-part .place-name {
    font-size: 20px;
    color: var(--color-16);
    font-family: var(--heading-font-1);
    margin-bottom: 10px;
}

.full-blog-wraper .top-header-part .social-icon-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.social_icons {
    font-size: 24px;
}

.full-blog-wraper .blog-writter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
}

.full-blog-wraper .blog-writter .img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}

.full-blog-wraper .blog-writter .img img {
    width: 100%;
}

.full-blog-wraper .blog-writter .name {
    color: #1D2939;
    padding-right: 10px;
    border-right: 1px solid #EAECF0;
}

.full-blog-wraper .blog-writter .date {
    color: #667085;
}

.full-blog-wraper .blog-text .pera {
    color: var(--color-8);
}

.full-blog-wraper .blog-text .pera:has(+ .pera) {
    margin-bottom: 30px;
}

.full-blog-wraper .tagGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 30px 0;
}

.full-blog-wraper .comment-box .submit-btn {
    margin-top: 20px;
}

.blog-card-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.blog-card-wraper .single-blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 12px;
}

.blog-card-wraper .single-blog-card .text-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    color: var(--color-11);
}

.blog-card-wraper .single-blog-card .blog-tag {
    color: var(--color-16);
}

.blog-card-wraper .single-blog-card .heading {
    color: var(--color-11);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    font-family: var(--heading-font-1);
}

.blog-card-wraper .single-blog-card .writter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bradecrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin: 40px 0;
}

.bradecrumb li a {
    color: var(--color-7);
    font-size: 16px;
    font-family: var(--heading-font-1);
}

.bradecrumb li:not(:last-child) a {
    position: relative;
}

.bradecrumb li:not(:last-child) a::after {
    content: "\f105";
    position: absolute;
    font: var(--fa-font-solid);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -14px;
}

.bradecrumb li:last-child a {
    color: #000;
}

.property-details .property-head {
    margin-bottom: 30px;
}

.property-details .property-head .property-name {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--color-11);
}

.property-details .property-head .published {
    color: var(--color-15);
}

.property-details .property-imges .display-image-wraper .single-main-image a {
    height: 410px;
    width: 100%;
    border-radius: 12px;
}

.property-details .property-imges .display-image-wraper .single-main-image a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.property-details .property-imges .thumb-image-wraper {
    margin-bottom: 30px;
}

.property-details .property-imges .thumb-image-wraper .slick-list .slick-slide {
    margin: auto 10px;
}

.property-details .property-imges .thumb-image-wraper .slick-track {
    margin-left: 0;
}

.property-details .property-imges .thumb-image-wraper .single-thumb {
    height: 86px;
    width: 84px;
    border-radius: 8px;
    padding: 2px;
    border: 1px solid var(--color-15);
}

.property-details .property-imges .thumb-image-wraper .single-thumb img {
    border-radius: 8px;
    height: 80px;
    width: 80px;
}

.property-details .property-description-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.property-details .property-description-wraper .price {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--heading-font-1);
    color: var(--color-15);
}

.property-details .property-description-wraper .main-features,
.property-details .property-description-wraper .another-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--color-11);
    font-family: var(--heading-font-1);
}

.property-details .property-description-wraper .main-features .feature,
.property-details .property-description-wraper .another-features .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.property-details .property-description-wraper .main-features .feature .icon svg,
.property-details .property-description-wraper .main-features .feature .icon img,
.property-details .property-description-wraper .another-features .feature .icon svg,
.property-details .property-description-wraper .another-features .feature .icon img {
    height: 18px;
    width: 18px;
}

.property-details .property-description-wraper .main-features .feature:not(:last-child),
.property-details .property-description-wraper .another-features .feature:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid var(--color-4);
}

.property-details .property-description-wraper .third-heading {
    margin-bottom: 20px;
}

.single-reviews-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.single-reviews-wraper .single-property-review:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-4);
}

.single-property-review .reviewProperty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.single-property-review .reviewProperty .img {
    height: 60px;
    width: 60px;
}

.single-property-review .reviewProperty .img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.single-property-review .reviewProperty .text .name {
    font-family: var(--heading-font-1);
    color: var(--color-11);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-property-review .reviewProperty .text .date {
    font-size: 14px;
}

.single-property-review .review-wraper .reviews-icon {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.single-property-review .review-wraper .reviews-icon i {
    color: var(--color-21);
    font-size: 20px;
}

.single-property-review .review-wraper .review-text {
    color: #667085;
}

.single-property-review .review-wraper .review-text p+p {
    margin-top: 20px;
}

.property-details-widget-wraper .property-owner {
    position: relative;
}

.property-details-widget-wraper .property-owner .img {
    max-width: 72px;
    max-height: 72px;
    width: 72px;
    height: 72px;
}

.property-details-widget-wraper .property-owner .img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.property-details-widget-wraper .property-owner .text {
    font-family: var(--heading-font-1);
    color: #667085;
    font-size: 14px;
}

.property-details-widget-wraper .property-owner .text .name {
    font-weight: 500;
    color: var(--color-11);
    font-size: 20px;
    margin-bottom: 10px;
}

.property-details-widget-wraper .property-owner .verified-icon {
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.property-details-widget-wraper .contact-details {
    font-family: var(--heading-font-1);
    color: var(--color-11);
}

.property-details-widget-wraper .tranding-property-head {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--heading-font-1);
}

.all-listing .map {
    height: 400px;
    margin-bottom: 24px;
}

.black-shadow {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5176470588);
    z-index: 1000;
    right: 100%;
}

.black-shadow.show {
    right: 0;
}

.filter-widget-wraper {
    position: static;
    top: 0;
    left: -100%;
    height: 100%;
    overflow-y: auto;
    background: #F9FAFB;
    border: 1px solid var(--color-4);
    z-index: 1000;
    font-family: var(--heading-font-1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.filter-widget-wraper.show {
    left: 0;
}

.filter-widget-wraper .filter-head {
    position: sticky;
    top: 0;
    background: #ffffff;
    padding: 10px 20px;
    border-bottom: 1px solid var(--color-4);
    z-index: 1000;
}

.filter-widget-wraper .filter-head .name {
    color: var(--color-11);
}

.filter-widget-wraper .filter-head .close-icon {
    padding: 8px;
    color: var(--color-15);
    cursor: pointer;
}

.filter-widget-wraper .filter-body {
    padding: 30px;
}

.filter-widget-wraper .filter-body .for-sell-rent a,
.filter-body .filter_title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    color: var(--color-8);
}

.filter-widget-wraper .filter-body .for-sell-rent a.select,
.filter-body .filter_title.active {
    background: var(--color-15);
    color: #fff;
}

.filter-widget-wraper .filter-body .bed-bath {
    width: 100%;
}

.filter-widget-wraper .filter-body .bed-bath .bath-wraper,
.filter-widget-wraper .filter-body .bed-bath .bed-wraper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.filter-widget-wraper .filter-body .property-category-wraper .select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.filter-widget-wraper .filter-body .price-range .min-max .min,
.filter-widget-wraper .filter-body .price-range .min-max .max {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.filter-widget-wraper .filter-body .price-range .input-wraper {
    position: relative;
}

.filter-widget-wraper .filter-body .price-range .input-wraper input {
    padding-left: 30px;
}

.filter-widget-wraper .filter-body .price-range .input-wraper::before {
    position: absolute;
    content: url(../images/dollar-circle.png);
    top: calc(50% + 2px);
    left: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter-widget-wraper .custom-label {
    font-size: 16px;
    color: var(--color-11);
}

.filter-widget-wraper .custom-input {
    color: #667085;
}

.filter-widget-wraper .select2 {
    width: 100% !important;
}

.filter-widget-wraper .filter-location+.select2 .select2-selection--single::after,
.filter-widget-wraper .filter-location-2+.select2 .select2-selection--single::after {
    content: url(../images/location.png);
}

.filter-widget-wraper .bed+.select2 .select2-selection--single::after {
    content: url(../images/bed1.png);
}

.filter-widget-wraper .bath+.select2 .select2-selection--single::after {
    content: url(../images/bath1.png);
}

.filter-widget-wraper .area+.select2 .select2-selection--single::after {
    content: url(../images/area1.png);
}

.all-listinng-wraper .filter-top-wraper {
    background: #f7f7f8;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--color-4);
    position: sticky;
    top: 0;
    z-index: 999;
}

.all-listinng-wraper .filter-top-wraper .short-by-wraper {
    padding: 6px 12px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid var(--color-4);
}

.all-listinng-wraper .filter-top-wraper .short-by-wraper .sort-by-select {
    border: none;
}

.all-listinng-wraper .map {
    height: 100%;
}

.filter-btn {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-15);
    color: #fff;
    border-radius: 8px;
}

.border-box-small {
    border: 1px solid var(--color-4);
    padding: 8px;
    border-radius: 8px;
    background: #fff;
}

/* search input */
.item-found {
    display: flex;
    gap: 10px;
}

.search_property_sub_section {
    display: flex;
    gap: 10px;
}

#search_property_details {
    border-radius: 8px;
    border: 1.5px solid var(--color-6);
    padding: 5px;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

#search_property_details:focus {
    border: 1.5px solid var(--color-15);
}

#search_property_details_button {
    border: 0;
    background-color: var(--color-15);
    color: var(--color-1);
    padding: 5px 15px;
    border-radius: 8px;
}

/*Add property Css*/
.add-property {
    font-size: 14px;
    font-family: var(--heading-font-1);
}

.add-property .about-item-head {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--heading-font-1);
    margin-bottom: 30px;
}

.add-property .about-item .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.area-input-waper {
    flex-wrap: wrap;
}

.add-property .area-input-waper .select2 {
    width: 50% !important;
}

.add-property .select2 {
    width: 100% !important;
}

.add-property .bedroom-icon+.select2 .select2-selection--single::after {
    content: url(../images/bed.png);
}

.add-property .bathroom-icon+.select2 .select2-selection--single::after {
    content: url(../images/bath.png);
}

.add-property .kitchen-icon+.select2 .select2-selection--single::after {
    content: url(../images/ktchen.png);
}

.add-property .area-quantity+.select2 .select2-selection--single::after {
    content: url(../images/area.png);
}

.add-property .featured-image {
    font-size: 14px;
    width: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border: 1px dashed var(--color-15);
    border-radius: 8px;
    background-color: rgba(250, 125, 79, 0.1019607843);
}

.add-property .featured-image .content-wraper {
    max-width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.add-property .featured-image .content-wraper .click-to-upload {
    border: none;
    background: transparent;
    color: var(--color-15);
}

.add-property .address-wraper .map {
    height: 500px;
}

.add-property .address-wraper .map iframe {
    height: 100%;
}

.single-amenities {
    border: 1px solid var(--color-4);
    border-radius: 8px;
    padding: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.single-amenities.selected {
    border-color: var(--color-15);
    -webkit-box-shadow: 0 2px 12px 0 rgba(247, 102, 49, 0.0784313725);
    box-shadow: 0 2px 12px 0 rgba(247, 102, 49, 0.0784313725);
}

.user-dashboard-content-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.user-sidebar-left-menu-wraper {
    width: 385px;
    padding-top: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.user-sidebar-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 20px;
}

.user-sidebar-menu-list li a {
    padding: 10px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-family: var(--heading-font-1);
    color: var(--color-6);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: relative;
}

.user-sidebar-menu-list li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 12px 0 0 12px;
}

.user-sidebar-menu-list li a svg {
    width: 24px;
    height: 24px;
}

.user-sidebar-menu-list li a svg path {
    fill: #98A2B3;
}

.user-sidebar-menu-list li a.active {
    color: var(--color-15);
    background: #FFF7F5;
}

.user-sidebar-menu-list li a.active svg path {
    fill: var(--color-15);
}

.user-sidebar-menu-list li a.active::after {
    background-color: var(--color-15);
}

.user-right-part-content-wraper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #EAECF0;
}

.user-right-part-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding-top: 30px;
    padding-left: 30px;
}

.main-content-wraper {
    width: 800px;
}

.main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    gap: 30px;
    height: 100%;
    font-family: var(--heading-font-1);
}

.userProfile .top-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.userProfile .top-part .img {
    height: 90px;
    width: 90px;
}

.userProfile .top-part .img img {
    width: 100%;
    height: 100%;
}

.userProfile .top-part .member {
    font-size: 14px;
}

.userProfile .top-part .member .name {
    font-weight: 600;
    color: var(--color-11);
    font-size: 20px;
    margin-bottom: 6px;
}

.userProfile .top-part .verified-icon {
    position: absolute;
    right: 0;
    top: 25%;
}

.userProfile .devider {
    margin: 30px 0 20px 0;
}

.userProfile .bottom-part .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.userProfile .bottom-part .contact .phone,
.userProfile .bottom-part .contact .address {
    padding-right: 15px;
    border-right: 1px solid var(--color-4);
}

.all-listing-state {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
}

.all-listing-state .list-state {
    padding: 16px 20px;
    border: 1px solid transparent;
    border-radius: 6px;
}

.all-listing-state .list-state .num {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-11);
}

.all-listing-state .list-state .text {
    color: #64748B;
    font-size: 14px;
}

.all-listing-state .list-state.posted {
    background: #FFF7ED;
    border-color: #FED7AA;
}

.advertisement-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advertisement-wraper .add-one {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 390px;
    min-width: 240px;
}

.advertisement-wraper .add-one .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    width: 70px;
    background: var(--color-15);
    border-radius: 50%;
}

.advertisement-wraper .add-one .pera {
    margin: 26px 0;
}

.advertisement-wraper .add-one .membership-price {
    font-weight: 600;
    font-family: var(--heading-font-1);
    font-size: 24px;
    color: var(--color-11);
}

.advertisement-wraper .add-one .cradits {
    color: #475467;
    margin: 16px 0 30px 0;
}

.advertisement-wraper .add-one .check-features {
    text-decoration: underline;
    color: var(--color-15);
    margin-bottom: 20px;
}

.advertisement-wraper .add-two {
    max-width: 390px;
    min-width: 240px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 24px;
}

.advertisement-wraper .add-two .text {
    max-width: 190px;
}

.advertisement-wraper .add-two .text .rent-office {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: var(--color-11);
}

.advertisement-wraper .add-two .text .pera {
    margin: 10px 0 80px 0;
}

.user-right-part-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    margin-top: 30px;
    font-size: 14px;
}

.my-single-properties-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

/*Card for my porperties*/
.my-single-properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 14px;
}

.my-single-properties .img {
    height: 150px;
    width: 150px;
    position: relative;
}

.my-single-properties .img .ribbon-wraper {
    position: absolute;
    top: 20px;
    left: -8px;
}

.my-single-properties .img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.my-single-properties .body-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.my-single-properties .body-text .three-dots {
    position: absolute;
    right: 20px;
    top: 0;
    padding: 8px;
    padding-top: 0;
    cursor: pointer;
}

.my-single-properties .body-text .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.0901960784);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.0901960784);
    min-width: 180px;
    position: absolute;
    top: 58px;
    right: 20px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-single-properties .body-text .option li {
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.my-single-properties .body-text .option li:hover {
    background: #FFF7F5;
}

.my-single-properties .body-text .option li.publish .icon {
    display: inline-block;
    position: relative;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid var(--color-8);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.my-single-properties .body-text .option li.published .icon {
    border-color: var(--color-15);
    background: var(--color-15);
}

.my-single-properties .body-text .option.show {
    visibility: visible;
    opacity: 1;
}

.my-single-properties .body-text .heading {
    color: var(--color-11);
    font-size: 18px;
    line-height: 1.2;
}

.my-single-properties .body-text .address {
    margin-top: 10px;
    margin-bottom: 20px;
}

.my-single-properties .body-text .address .date {
    color: var(--color-15);
}

.my-single-properties .body-text .price {
    font-size: 18px;
    color: var(--color-15);
}

.my-single-properties .body-text .devider {
    margin: 20px 0;
}

.my-single-properties .body-text .footer {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.user-dashboard-wraper .membership-wraper {
    font-family: var(--heading-font-1);
}

.user-dashboard-wraper .membership-wraper .plans-wraper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
}

.user-dashboard-wraper .membership-wraper .single-price-plan {
    border: 1px solid var(--color-4);
    padding: 24px;
}

.user-dashboard-wraper .membership-wraper .single-price-plan .plan-head .img {
    padding: 10px;
}

.user-dashboard-wraper .membership-wraper .single-price-plan .plan-head .img svg {
    height: 18px;
    width: 24px;
}

.user-dashboard-wraper .membership-wraper .single-price-plan .plan-head .head-text .rate {
    font-size: 18px;
}

.user-dashboard-wraper .membership-wraper .varified-membership-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
}

.user-dashboard-wraper .membership-wraper .varified-membership-details .billing {
    padding-right: 10px;
    border-right: 1px solid var(--color-4);
}

.user-dashboard-wraper .membership-wraper .varified-membership-details .billing span:first-child {
    font-weight: 600;
}

.user-dashboard-wraper .membership-wraper .varified-membership-details .expire-date {
    padding-right: 10px;
    border-right: 1px solid var(--color-4);
}

.user-dashboard-wraper .membership-wraper .varified-membership-details .expire-date span:first-child {
    color: var(--color-15);
}

.user-dashboard-wraper .membership-wraper .membership-history-wraper .search-input {
    position: relative;
}

.user-dashboard-wraper .membership-wraper .membership-history-wraper .search-input input {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--color-4);
    padding-left: 30px;
}

.user-dashboard-wraper .membership-wraper .membership-history-wraper .search-input::after {
    content: "\f002";
    font: var(--fa-font-regular);
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.my-schedual-visit-wraper .visit-btn-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: 1px solid var(--color-4);
}

.my-schedual-visit-wraper .visit-btn-wraper a {
    font-family: var(--heading-font-1);
    padding-bottom: 16px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.my-schedual-visit-wraper .visit-btn-wraper a::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 40px;
    background: transparent;
    border-radius: 20px 20px 0 0;
    bottom: 0;
    left: 0;
}

.my-schedual-visit-wraper .visit-btn-wraper a.active {
    color: var(--color-15);
}

.my-schedual-visit-wraper .visit-btn-wraper a.active::after {
    background: var(--color-15);
}

.my-schedual-visit-wraper .visit-content-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.single-visit {
    font-family: var(--heading-font-1);
}

.single-visit .img {
    height: 52px;
    height: 52px;
}

.single-visit .content-part .pera {
    color: #667085;
}

.single-visit .content-part .pera span {
    font-weight: 600;
    color: var(--color-11);
}

.single-visit .content-part .date-time {
    border: 1px solid var(--color-4);
    border-radius: 8px;
    padding: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
    margin: 20px 0;
}

.single-visit .content-part .propertyAddress .name {
    font-family: var(--heading-font-1);
    font-weight: 500;
    color: var(--color-11);
    font-size: 24px;
}

.single-visit .content-part .propertyAddress .address .date {
    color: var(--color-15);
}

.single-visit .content-part .propertyAddress .price {
    font-weight: 600;
    font-size: 20px;
    color: var(--color-15);
    margin-top: 20px;
}

.single-visit .content-part .accpet-reject {
    border-top: 1px solid var(--color-4);
    margin-top: 20px;
    padding-top: 30px;
}

.my-favourites-properties-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.single-favourites {
    font-family: var(--heading-font-1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    position: relative;
}

.single-favourites .love-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
    border: 1px solid var(--color-4);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-favourites .img-part {
    max-width: 150px;
}

.single-favourites .img-part img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.single-favourites .content-part .name {
    color: var(--color-11);
    font-weight: 500;
    font-size: 24px;
}

.single-favourites .content-part .address {
    margin: 10px 0 20px 0;
}

.single-favourites .content-part .address .date {
    color: var(--color-15);
}

.single-favourites .content-part .price {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-15);
}

.my-reviews-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.single-my-review {
    font-family: var(--heading-font-1);
}

.single-my-review .reviewTo {
    font-family: var(--heading-font-1);
    color: var(--color-11);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.single-my-review .reviewProperty .img img {
    border-radius: 8px;
    object-fit: cover;
}

.single-my-review .review-wraper .review-text {
    padding: 20px;
    border: 1px solid var(--color-4);
    border-radius: 8px;
    background: #F9FAFB;
    color: #667085;
}

.useer-billing-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.billing-plans {
    font-family: var(--heading-font-1);
    color: #667085;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.billing-plans .billing-details .credits {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-11);
    margin: 8px 0;
}

.billing-plans .billing-details .check-features {
    margin-top: 20px;
}

.billing-card {
    font-family: var(--heading-font-1);
    color: #667085;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.billing-card .card-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.billing-card .card-details .card-number {
    color: var(--color-11);
}

.useer-billing-wraper .search-input {
    position: relative;
}

.useer-billing-wraper .search-input input {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--color-4);
    padding-left: 30px;
}

.useer-billing-wraper .search-input::after {
    content: "\f002";
    font: var(--fa-font-regular);
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.user-profile-wraper .select2 {
    width: 100% !important;
}

.user-profile-wraper .select2 .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.user-profile-wraper .img-upload-part .img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.user-profile-wraper .img-upload-part .img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.user-setting-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    font-family: var(--heading-font-1);
}

.user-setting-wraper .password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-setting-wraper .password .pass {
    font-size: 20px;
    color: #344054;
    margin-bottom: 10px;
}

.user-setting-wraper .another-setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* Footer Part */
.footer-area {
    color: var(--color-7);
}

.home_2 .footer-area {
    color: var(--color-footer);
}

.footer-second-style.footer-area .footer-widget-title {
    margin-bottom: 20px;
    color: var(--color-2);
}

.footer-area .footer-widget-title {
    margin-bottom: 20px;
    color: var(--color-11);
}

.home_2 .footer-area .footer-widget-title {
    margin-bottom: 20px;
    color: var(--color-1);
}

.footer-area .text-links {
    padding-top: 15px;
}

.footer-area .text-links h4 {
    margin-bottom: 20px;
}

.footer-area .text-links ul li {
    margin-bottom: 14px;
}

.footer-area .text-links ul li a {
    color: var(--color-7);
}

.home_2 .footer-area .text-links ul li a {
    color: var(--color-footer);
}

.footer-area .footer-widget-form .footer-input {
    position: relative;
    display: inline-block;
}

.footer_dark {
    background: #101828;
}

@media only screen and (max-width: 575.98px) {
    .footer-area .footer-widget-form .footer-input {
        display: block;
    }
}

.footer-area .footer-widget-form .footer-input input {
    padding: 13px 14px 13px 34px;
    background: transparent;
    border-radius: 8px;
    color: var(--color-7);
    margin-right: 10px;
    border: 1px solid var(--color-4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
}

@media only screen and (max-width: 575.98px) {
    .footer-area .footer-widget-form .footer-input input {
        width: 100%;
    }
}

.footer-area .footer-widget-form .footer-input::after {
    content: "\f0e0";
    font: var(--fa-font-solid);
    position: absolute;
    font-size: 16px;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-area .footer-widget-form .submit-btn {
    color: var(--color-1);
    background: var(--color-15);
    padding: 13px 18px;
    border-radius: 8px;
    border: none;
}

.footer-area .copyright-area a {
    color: var(--color-7);
}

.home_2 .footer-area .copyright-area a {
    color: var(--color-1);
}

.home_2 .copyright_link {
    color: #8C8C8C;
}

@media only screen and (max-width: 425.98px) {
    .footer-area .copyright-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer-second-style {
    background: var(--color-11);
    color: var(--color-1);
}

.footer-second-style .text-links .footer-widget-title {
    color: var(--color-1);
}

.footer-second-style .text-links ul li a {
    color: var(--color-1);
}

.footer-second-style .devider {
    opacity: 0.2;
}

.footer-second-style svg path {
    stroke: var(--color-1);
}

.footer-second-style .copyright-area a {
    color: var(--color-1);
}

/* user billing  */
.user-right-part-footer {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
    position: relative;
    bottom: 0;
    width: 100%;
}

.user-right-part-content-wraper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    border-left: 1px solid var(--color-4);
    overflow-y: auto;
}

.user-right-part-content {
    flex: 1;
    padding: 30px 30px 0;
    display: flex;
    gap: 30px;
    height: 100%;
    overflow-y: auto;
}

/* modal */
.bg_white {
    background-color: #FFF;
    padding: 20px;
    border-radius: 12px;
}

.password_success,
.password_warning,
.password_info,
.password_error {
    padding: 5px;
}

.password_success {
    color: #28a745cc;
    /* Green - Strong Password */
}

.password_warning {
    color: #fd7e14cc;
    /* Orange - Weak Password */
}

.password_info {
    color: #007bffcc;
    /* Blue - Previously Used Password */
}

.password_error {
    color: #dc3545cc;
    /* Red - Password Does Not Match */
}

/* blogs page */
.comment_section {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    gap: 20px;
}

.comment_section .comment_wraper {
    padding: 10px;
    border-radius: 12px;
    border: 2px solid var(--color-4);
}

.comment_section .comment_wraper.active {
    border: 2px solid var(--color-16);
}

.comment_section .comment_body .commenter_head {
    display: flex;
    gap: 12px;
    align-items: center;
}

.comment_section .comment_body .commenter_head .comment_image {
    width: 50px;
}

.comment_section .comment_body .commenter_head .commenter_name .name {
    font-weight: 700;
    font-size: 16px;
}

.comment_section .comment_body .commenter_head .commenter_name {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.comment_section .comment_body .commenter_head .commenter_name .comment_time {
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
}

.comment_section .comment_body .commenter_wraper .rating ul {
    display: flex;
    color: var(--color-15);
    gap: 6px;
}

.comment_section .comment_text p {
    color: var(--color-17);
}



/* modals */

.rounding_15 {
    border-radius: 15px;
    overflow: hidden;
}

.payment-gateway-wrapper ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    gap: 8px;
}

.payment-gateway-wrapper ul li {
    max-width: 100px;
    cursor: pointer;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.payment-gateway-wrapper ul li {
    margin: 3px;
    border: 1px solid #ddd;
}

.payment-gateway-wrapper ul li:before {
    border: 2px solid var(--color-15);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 10;
}

.payment-gateway-wrapper ul li:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    content: "\f00c";
    font-weight: 900;
    color: #fff;
    font-family: 'Font Awesome 6 Free', 'sans-serif';
    background-color: var(--color-15);
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    padding-top: 2px;
    padding-left: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 20;
}

.payment-gateway-wrapper ul li.selected:after,
.payment-gateway-wrapper ul li.selected:before {
    visibility: visible;
    opacity: 1;
}

.img-select {
    width: 100px;
    height: auto;
}

.img-select img {
    width: 100%;
}





/* wishlist popup */
.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(to left, #ffd900, #00ff5e);
    background-size: 200% 100%;
    background-position: right center;
    padding: 12px 18px;
    font-weight: 600;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease-in-out;
    z-index: 9999;
}

.toast.show {
    opacity: 1;
    pointer-events: auto;
    animation: bg-slide-left 5s ease forwards;
}

@keyframes bg-slide-left {
    0% {
        background-position: right center;
        color: #ffffff;
    }

    100% {
        background-position: left center;
        color: #000;
    }
}