@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;
    500;
    600;
    700&amp;
    display=swap);
    : root {
    --theme-defaultorange: #CF6615;
    --theme-defaultblue: #09305d;
    --theme-default7: #f34451;
    --theme-default5: #5eac12;
}
.breadcrumb-section .breadcrumb-content, .label-heart, .about-section .about-wrap .about-content .about-image .overlay-content ul li a, .about-box .agent-image .overlay-agent .agent-details ul li a, .service-section .property-service>div .service-box .icon-round, .service-slider .service-wrapper .top-img-box>div, .feature-section .feature-1 .feature-wrapper .property-details .round-half, .feature-section .feature-1 .feature-wrapper .feature-image, .feature-section .feature-image .feature-overlay, .property-section .property-box .property-image .overlay-property-box, .property-section .property-box .property-image .overlay-property-box .effect-round, .property-section .property-box .property-image .overlay-property-box .effect-round1, .property-section .property-box .property-image .overlay-plus, .property-section .property-box .property-details .icon-property li .d-flex .property-icon, .modern-dot .slick-dots, .client-slider .user-list li .heart-bg, .coming-soon .coming-soon-detail .timer li>div, .coming-soon .coming-soon-detail .timer li+li::before, .customizer-links, .footer-bg .footer-details .icon-list li a, .my-gallery .find-cities .citi-overlay, .offer-section .offer-wrapper .media .offer-icon, .video-section .play-icon, .agent-social li a, .agent-image .overlay-content ul li a, .our-agent-details ul li .media .icons-square, .property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon, .property-wizard .wizard-box .wizard-form-details .complete-details, .card-payment .payment-card .card-details .valid-detail, .card-payment .payment-card .edit-card, .card-payment .payment-card.add-card .card-details, .tap-top>div, .home-section, .layout-home2 .home-main, .layout-home3 .bg-layout-3, .layout-home4 .slider-image, .layout-home4 .sync-slider .home-nav .slider-image, .layout-map .withmap-horizontal .search-panel .filter .media .icon-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.feature-section.feature-bg, .feature-section .feature-1 .feature-wrapper .feature-image, .bg-comman-2::before, .arrow-image .slick-arrow, .testimonial-bg, .footer-bg, .video-section, .subscribe-section, .banner-section, .layout-home2 .home-main, .layout-home3 .bg-layout-3, .layout-home4 .slider-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.btn.btn-white span, .label.label-white .gradient-1, .banner-1 .big-gradient {
    background: var(--theme-defaultorange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.btn.btn-solid::after, .btn.btn-gradient::after, .btn.btn-light-bg::after, .btn.btn-light-bg.color-3:hover::before, .btn.btn-light-bg.color-7:hover::before, .btn.btn-dashed:hover::after, .label.label-light::after, .label-heart::after, .about-box .agent-image .overlay-agent::after, .service-section .property-service>div .service-box .icon-round::before, .service-section.service-2 .property-service>div .service-box:hover .btn::before, .service-section.service-2.color-7 .property-service>div .service-box:hover .btn::before, .service-slider .service-wrapper .top-img-box>div::after, .feature-section .feature-image .label-solid::after, .feature-section .modern-feature .feature-wrap .feature-image .label-gradient::after, .property-section .title-3 .pagination li a::after, .property-section .property-box .property-details .icon-property li .d-flex .property-icon::after, .property-section .property-box-flat .property-box:hover .property-image .label-white::after, .property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .label-white::after, .property-section .list-property .property-box .property-image .overlay-property::after, .property-section .list-property .property-box:hover .text-center .label-gradient::after, .pagination-tab.nav-tabs .nav-item .nav-link::after, .dot-gradient .slick-dots li.slick-active button::after, .arrow-gradient .slick-arrow::after, .arrow-gradient .slick-arrow:hover::after, .arrow-gradient .slick-arrow:focus::after, .modern-client .comment-right .slick-arrow::after, .coming-simple .site-construction .progress::after, header.header-4 .menu .header-right li>a::after, header.header-4 .menu .header-right li .search-box .form-group::before, header.header-4 .menu .header-right li .search-box .form-group::after, .footer-bg .footer-links .footer-content .input-group .input-group-text::after, .pricing-section .pricing-box .price .label.label-light::before, .pricing-section .pricing-box:hover .price .label-light::after, .subscribe-section .video-details .form-group::after, .our-agent-details ul li.with-link .media .icons-square::after, .tap-top::after {
    position: absolute;
    content: '';
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%}
body {
    font-family: Montserrat, sans-serif;
    position: relative;
    background: #fff;
    font-size: 14px;
    color: var(--theme-defaultblue);
    -webkit-transition: unset!important;
    transition: unset!important;
    overflow-x: hidden!important;
}
ul {
    padding-inline-start: 0;
    margin-bottom: 0;
}
li {
    display: inline-block;
    font-size: 14px;
}
p {
    font-size: 15px;
    line-height: 1.2;
    color: #647589;
}
p {
    letter-spacing: .5px;
}
a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
a:focus {
    outline: none;
}
a.text-color-1:hover, a.text-color-1:focus {
    color: var(--theme-defaultorange)!important;
}
a.text-color-2:hover, a.text-color-2:focus {
    color: var(--theme-defaultorange)!important;
}
a.text-color-3:hover, a.text-color-3:focus {
    color: var(--theme-default5)!important;
}
a.text-color-4:hover, a.text-color-4:focus {
    color: #CF6615!important;
}
a.text-color-7:hover, a.text-color-7:focus {
    color: var(--theme-defaultorange)!important;
}
button, .btn {
    font-family: Montserrat, sans-serif;
}
button:focus, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    color: rgb(88 97 103 / .4);
}
.form-control::-moz-placeholder {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    color: rgb(88 97 103 / .4);
}
.form-control:-ms-input-placeholder {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    color: rgb(88 97 103 / .4);
}
.form-control::-ms-input-placeholder {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    color: rgb(88 97 103 / .4);
}
.form-control::placeholder {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    color: rgb(88 97 103 / .4);
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}
h1 {
    font-size: calc(26px + (55 - 26) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.3;
    text-transform: capitalize;
}
h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .001em;
    line-height: 1.1;
    text-transform: capitalize;
    color: var(--theme-defaultblue);
}
h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 1.2;
    color: var(--theme-defaultblue);
}
h4 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.2;
    text-transform: capitalize;
}
h5 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.2;
}
h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
section {
    padding: 90px 0;
}
.small-section {
    padding: 60px 0;
}
.section-sm {
    padding: 40px 0 0;
}
.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff0;
}
.custom-scrollbar::-webkit-scrollbar-thumb, .custom-scrollbar::-webkit-scrollbar {
    width: 4px;
    border-radius: 13px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 10px rgb(0 0 0 / .02);
    box-shadow: inset 0 0 0 10px rgb(0 0 0 / .02);
    background-color: #fff;
}
.p-t-40 {
    padding-top: 40px;
}
.column-space {
    margin-bottom: -50px;
}
.column-space>div {
    padding: 0 25px;
    margin-bottom: 50px;
}
.shadow-cls {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
}
.radius-cls {
    border-radius: 20px;
}
.card-header {
    padding: 20px;
}
.theme-card {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    padding: 30px;
}
.theme-card .card-header {
    padding-top: 0;
}
.theme-card .card-header h5 {
    margin-bottom: 0;
}
.theme-card .card-header, .theme-card .card-body {
    padding-inline-start: 0;
    padding-inline-end: 0;
}
.theme-card .card-body {
    padding-top: 20px;
}
.theme-card+.theme-card {
    margin-top: 45px;
}
.f-w-600 {
    font-weight: 600;
}
.btn-primary:focus {
    box-shadow: none!important;
}
.btn-secondary:focus {
    box-shadow: none!important;
}
.btn-close:focus {
    box-shadow: none!important;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.form-group {
    margin-bottom: 16px;
}
label {
    margin-bottom: .5rem;
}
.p-0 {
    padding: 0;
}
.p-5 {
    padding: 5px;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}
.p-20 {
    padding: 20px;
}
.p-25 {
    padding: 25px;
}
.p-30 {
    padding: 30px;
}
.p-35 {
    padding: 35px;
}
.p-40 {
    padding: 40px;
}
.p-45 {
    padding: 45px;
}
.p-50 {
    padding: 50px;
}
.p-l-0 {
    padding-inline-start: 0;
}
.p-l-5 {
    padding-inline-start: 5px;
}
.p-l-10 {
    padding-inline-start: 10px;
}
.p-l-15 {
    padding-inline-start: 15px;
}
.p-l-20 {
    padding-inline-start: 20px;
}
.p-l-25 {
    padding-inline-start: 25px;
}
.p-l-30 {
    padding-inline-start: 30px;
}
.p-l-35 {
    padding-inline-start: 35px;
}
.p-l-40 {
    padding-inline-start: 40px;
}
.p-l-45 {
    padding-inline-start: 45px;
}
.p-l-50 {
    padding-inline-start: 50px;
}
.p-t-0 {
    padding-top: 0;
}
.p-t-5 {
    padding-top: 5px;
}
.p-t-10 {
    padding-top: 10px;
}
.p-t-15 {
    padding-top: 15px;
}
.p-t-20 {
    padding-top: 20px;
}
.p-t-25 {
    padding-top: 25px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-t-35 {
    padding-top: 35px;
}
.p-t-40 {
    padding-top: 40px;
}
.p-t-45 {
    padding-top: 45px;
}
.p-t-50 {
    padding-top: 50px;
}
.p-b-0 {
    padding-bottom: 0;
}
.p-b-5 {
    padding-bottom: 5px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-b-15 {
    padding-bottom: 15px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-25 {
    padding-bottom: 25px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-b-35 {
    padding-bottom: 35px;
}
.p-b-40 {
    padding-bottom: 40px;
}
.p-b-45 {
    padding-bottom: 45px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-r-0 {
    padding-inline-end: 0;
}
.p-r-5 {
    padding-inline-end: 5px;
}
.p-r-10 {
    padding-inline-end: 10px;
}
.p-r-15 {
    padding-inline-end: 15px;
}
.p-r-20 {
    padding-inline-end: 20px;
}
.p-r-25 {
    padding-inline-end: 25px;
}
.p-r-30 {
    padding-inline-end: 30px;
}
.p-r-35 {
    padding-inline-end: 35px;
}
.p-r-40 {
    padding-inline-end: 40px;
}
.p-r-45 {
    padding-inline-end: 45px;
}
.p-r-50 {
    padding-inline-end: 50px;
}
.m-0 {
    margin: 0;
}
.m-5 {
    margin: 5px;
}
.m-10 {
    margin: 10px;
}
.m-15 {
    margin: 15px;
}
.m-20 {
    margin: 20px;
}
.m-25 {
    margin: 25px;
}
.m-30 {
    margin: 30px;
}
.m-35 {
    margin: 35px;
}
.m-40 {
    margin: 40px;
}
.m-45 {
    margin: 45px;
}
.m-50 {
    margin: 50px;
}
.m-t-0 {
    margin-top: 0;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-25 {
    margin-top: 25px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-35 {
    margin-top: 35px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-t-45 {
    margin-top: 45px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-b-0 {
    margin-bottom: 0;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-35 {
    margin-bottom: 35px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-45 {
    margin-bottom: 45px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-l-0 {
    margin-inline-start: 0;
}
.m-l-5 {
    margin-inline-start: 5px;
}
.m-l-10 {
    margin-inline-start: 10px;
}
.m-l-15 {
    margin-inline-start: 15px;
}
.m-l-20 {
    margin-inline-start: 20px;
}
.m-l-25 {
    margin-inline-start: 25px;
}
.m-l-30 {
    margin-inline-start: 30px;
}
.m-l-35 {
    margin-inline-start: 35px;
}
.m-l-40 {
    margin-inline-start: 40px;
}
.m-l-45 {
    margin-inline-start: 45px;
}
.m-l-50 {
    margin-inline-start: 50px;
}
.m-r-0 {
    margin-inline-end: 0;
}
.m-r-5 {
    margin-inline-end: 5px;
}
.m-r-10 {
    margin-inline-end: 10px;
}
.m-r-15 {
    margin-inline-end: 15px;
}
.m-r-20 {
    margin-inline-end: 20px;
}
.m-r-25 {
    margin-inline-end: 25px;
}
.m-r-30 {
    margin-inline-end: 30px;
}
.m-r-35 {
    margin-inline-end: 35px;
}
.m-r-40 {
    margin-inline-end: 40px;
}
.m-r-45 {
    margin-inline-end: 45px;
}
.m-r-50 {
    margin-inline-end: 50px;
}
.img-10 {
    width: 10px;
}
.img-20 {
    width: 20px;
}
.img-30 {
    width: 30px;
}
.img-40 {
    width: 40px;
}
.img-50 {
    width: 50px;
}
.img-60 {
    width: 60px;
}
.img-70 {
    width: 70px;
}
.img-80 {
    width: 80px;
}
.img-90 {
    width: 90px;
}
.img-100 {
    width: 100px;
}
.ratio_36 .bg-size:before {
    padding-top: 36%;
    content: "";
    display: block;
}
.ratio_40 .bg-size:before {
    padding-top: 40%;
    content: "";
    display: block;
}
.ratio_45 .bg-size:before {
    padding-top: 45%;
    content: "";
    display: block;
}
.ratio2_1 .bg-size:before {
    padding-top: 50%;
    content: "";
    display: block;
}
.ratio_55 .bg-size:before {
    padding-top: 55%;
    content: "";
    display: block;
}
.ratio_63 .bg-size:before {
    padding-top: 63%;
    content: "";
    display: block;
}
.ratio_65 .bg-size:before {
    padding-top: 65%;
    content: "";
    display: block;
}
.ratio_70 .bg-size:before {
    padding-top: 70%;
    content: "";
    display: block;
}
.ratio_59 .bg-size:before {
    padding-top: 59%;
    content: "";
    display: block;
}
.ratio2_3 .bg-size:before {
    padding-top: 60%;
    content: "";
    display: block;
}
.ratio3_2 .bg-size:before {
    padding-top: 66.66%;
    content: "";
    display: block;
}
.ratio_90 .bg-size:before {
    padding-top: 93%;
    content: "";
    display: block;
}
.ratio_landscape .bg-size:before {
    padding-top: 75%;
    content: "";
    display: block;
}
.ratio_square .bg-size:before {
    padding-top: 100%;
    content: "";
    display: block;
}
.ratio_asos .bg-size:before {
    padding-top: 127.7777778%;
    content: "";
    display: block;
}
.ratio_portrait .bg-size:before {
    padding-top: 150%;
    content: "";
    display: block;
}
.ratio1_2 .bg-size:before {
    padding-top: 200%;
    content: "";
    display: block;
}
@-webkit-keyframes effect {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: .4;
}
100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
}
}@keyframes effect {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: .4;
}
100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
}
}@-webkit-keyframes an-snow {
    100% {
    background-position: 500px 1000px, 300px 300px, -400px 400px;
}
}@keyframes an-snow {
    100% {
    background-position: 500px 1000px, 300px 300px, -400px 400px;
}
}@-webkit-keyframes rotating {
    0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
25%, 75% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes rotating {
    0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
25%, 75% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-webkit-keyframes flying {
    0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
10% {
    -webkit-transform: translate(20px, 50px);
    transform: translate(20px, 50px);
}
20% {
    -webkit-transform: translate(-30px, 10px);
    transform: translate(-30px, 10px);
}
30% {
    -webkit-transform: translate(10px, 60px);
    transform: translate(10px, 60px);
}
40% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
}
50% {
    -webkit-transform: translate(-10px, -40px);
    transform: translate(-10px, -40px);
}
60% {
    -webkit-transform: translate(-40px, 20px);
    transform: translate(-40px, 20px);
}
70% {
    -webkit-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
}
80% {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
}
90% {
    -webkit-transform: translate(40px, 10px);
    transform: translate(40px, 10px);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}@keyframes flying {
    0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
10% {
    -webkit-transform: translate(20px, 50px);
    transform: translate(20px, 50px);
}
20% {
    -webkit-transform: translate(-30px, 10px);
    transform: translate(-30px, 10px);
}
30% {
    -webkit-transform: translate(10px, 60px);
    transform: translate(10px, 60px);
}
40% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
}
50% {
    -webkit-transform: translate(-10px, -40px);
    transform: translate(-10px, -40px);
}
60% {
    -webkit-transform: translate(-40px, 20px);
    transform: translate(-40px, 20px);
}
70% {
    -webkit-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
}
80% {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
}
90% {
    -webkit-transform: translate(40px, 10px);
    transform: translate(40px, 10px);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}@-webkit-keyframes sonarEffect {
    0% {
    opacity: .05;
}
40% {
    opacity: .08;
    -webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / .1), 0 0 10px 10px var(--theme-defaultorange), 0 0 0 10px rgb(255 255 255 / .5);
    box-shadow: 0 0 0 2px rgb(255 255 255 / .1), 0 0 10px 10px var(--theme-defaultorange), 0 0 0 10px rgb(255 255 255 / .5);
}
100% {
    -webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / .1), 0 0 10px 10px var(--theme-defaultorange), 0 0 0 10px rgb(255 255 255 / .5);
    box-shadow: 0 0 0 2px rgb(255 255 255 / .1), 0 0 10px 10px var(--theme-defaultorange), 0 0 0 10px rgb(255 255 255 / .5);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
}@keyframes sonarEffect {
    0% {
    opacity: .05;
}
40% {
    opacity: .08;
    -webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / .1), 0 0 10px 10px var(--theme-defaultorange), 0 0 0 10px rgb(255 255 255 / .5);
    box-shadow: 0 0 0 2px rgb(255 255 255 / .1), 0 0 10px 10px var(--theme-defaultorange), 0 0 0 10px rgb(255 255 255 / .5);
}
100% {
    -webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / .1), 0 0 10px 10px var(--theme-defaultorange), 0 0 0 10px rgb(255 255 255 / .5);
    box-shadow: 0 0 0 2px rgb(255 255 255 / .1), 0 0 10px 10px var(--theme-defaultorange), 0 0 0 10px rgb(255 255 255 / .5);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
}@-webkit-keyframes spin {
    100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
}@keyframes spin {
    100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
}@-webkit-keyframes bubble {
    0% {
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@keyframes bubble {
    0% {
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@-webkit-keyframes heartbit {
    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
25% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .1;
}
50% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: .3;
}
75% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .5;
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
}@keyframes heartbit {
    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
25% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .1;
}
50% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: .3;
}
75% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .5;
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
}@-webkit-keyframes search-bg-1 {
    0% {
    inset-inline-end: -20px;
}
50% {
    inset-inline-end: -15px;
}
100% {
    inset-inline-end: -11px;
}
}@keyframes search-bg-1 {
    0% {
    inset-inline-end: -20px;
}
50% {
    inset-inline-end: -15px;
}
100% {
    inset-inline-end: -11px;
}
}@-webkit-keyframes search-bg-2 {
    0% {
    inset-inline-end: -10px;
}
50% {
    inset-inline-end: -5px;
}
100% {
    inset-inline-end: 0;
}
}@keyframes search-bg-2 {
    0% {
    inset-inline-end: -10px;
}
50% {
    inset-inline-end: -5px;
}
100% {
    inset-inline-end: 0;
}
}@-webkit-keyframes search-bg-3 {
    0% {
    inset-inline-end: 0;
}
50% {
    inset-inline-end: 5px;
}
100% {
    inset-inline-end: 10px;
}
}@keyframes search-bg-3 {
    0% {
    inset-inline-end: 0;
}
50% {
    inset-inline-end: 5px;
}
100% {
    inset-inline-end: 10px;
}
}@-webkit-keyframes animation-x {
    0% {
    background-position-x: 0;
}
100% {
    background-position-x: 1920px;
}
}@keyframes animation-x {
    0% {
    background-position-x: 0;
}
100% {
    background-position-x: 1920px;
}
}@-webkit-keyframes bounce-1 {
    0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes bounce-1 {
    0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@-webkit-keyframes smoothScroll {
    0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes smoothScroll {
    0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@-webkit-keyframes sway {
    0% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}
50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}
}@keyframes sway {
    0% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}
50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}
}@-webkit-keyframes fadein {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes fadein {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-webkit-keyframes bottomslide {
    0% {
    width: 0;
}
100% {
    width: 100%}
}@keyframes bottomslide {
    0% {
    width: 0;
}
100% {
    width: 100%}
}@-webkit-keyframes rightslide {
    0% {
    height: 0;
}
100% {
    height: 100%}
}@keyframes rightslide {
    0% {
    height: 0;
}
100% {
    height: 100%}
}@-webkit-keyframes spincaptcha {
    10% {
    width: 0;
    height: 0;
    border-width: 6px;
}
30% {
    width: 0;
    height: 0;
    border-radius: 50%;
    border-width: 1em;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-color: #c7daf5;
}
50% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border-width: 4px;
    border-color: #c7daf5;
    border-right-color: #5998ef;
}
70% {
    border-width: 4px;
    border-color: #c7daf5;
    border-right-color: #5998ef;
}
90% {
    border-width: 4px;
}
100% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
    border-color: #fff0;
}
}@keyframes spincaptcha {
    10% {
    width: 0;
    height: 0;
    border-width: 6px;
}
30% {
    width: 0;
    height: 0;
    border-radius: 50%;
    border-width: 1em;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-color: #c7daf5;
}
50% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border-width: 4px;
    border-color: #c7daf5;
    border-right-color: #5998ef;
}
70% {
    border-width: 4px;
    border-color: #c7daf5;
    border-right-color: #5998ef;
}
90% {
    border-width: 4px;
}
100% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
    border-color: #fff0;
}
}@-webkit-keyframes search-bg-4 {
    0% {
    inset-inline-start: -20px;
}
50% {
    inset-inline-start: -15px;
}
100% {
    inset-inline-start: -11px;
}
}@keyframes search-bg-4 {
    0% {
    inset-inline-start: -20px;
}
50% {
    inset-inline-start: -15px;
}
100% {
    inset-inline-start: -11px;
}
}@-webkit-keyframes search-bg-5 {
    0% {
    inset-inline-start: -10px;
}
50% {
    inset-inline-start: -5px;
}
100% {
    inset-inline-start: 0;
}
}@keyframes search-bg-5 {
    0% {
    inset-inline-start: -10px;
}
50% {
    inset-inline-start: -5px;
}
100% {
    inset-inline-start: 0;
}
}@-webkit-keyframes search-bg-6 {
    0% {
    inset-inline-start: 0;
}
50% {
    inset-inline-start: 5px;
}
100% {
    inset-inline-start: 10px;
}
}@keyframes search-bg-6 {
    0% {
    inset-inline-start: 0;
}
50% {
    inset-inline-start: 5px;
}
100% {
    inset-inline-start: 10px;
}
}.breadcrumb-section {
    height: 500px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-position: top left!important;
}
.breadcrumb-section.breadcrumb-sm {
    height: auto;
    background-image: var(--theme-defaultblue);
}
.breadcrumb-section .breadcrumb-content {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    height: 500px;
    padding-top: 89px;
}
.breadcrumb-section .breadcrumb-content div h2 {
    color: #fff;
    font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    display: inline-block;
}
.breadcrumb-section .breadcrumb-content div .breadcrumb .breadcrumb-item {
    line-height: 1.4;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: rgb(255 255 255 / .8);
    text-transform: capitalize;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}
.breadcrumb-section .breadcrumb-content div .breadcrumb .breadcrumb-item a {
    color: rgb(255 255 255 / .8);
}
.breadcrumb-section .breadcrumb-content div .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f101";
    color: rgb(255 255 255 / .8);
}
.btn {
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 30px 7px;
    border-radius: 8px;
    font-size: 14px;
    position: relative;
}
.btn-dashed {
    border: 1px dashed #d2d2d2;
    color: var(--theme-defaultorange);
    background: #fff0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    padding: 9px 30px 8px;
    border-radius: 50px;
    background-color: #0000;
}
.btn-dashed:hover {
    background-color: var(--theme-defaultblue)!important;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fff0;
}
.btn-primary {
    background-color: var(--theme-defaultorange)!important;
    color: #fff!important;
    border: 2px solid var(--theme-defaultorange)!important;
}
.btn-primary:hover {
    background-color: #CF661517!important;
    color: var(--theme-defaultorange)!important;
    border: 2px solid var(--theme-defaultorange)!important;
}
.btn-secondary {
    background-color: #fff!important;
    color: var(--theme-defaultblue)!important;
    border: 2px solid var(--theme-defaultblue)!important;
    padding: 5px 20px;
}
.btn-secondary:hover {
    background-color: var(--theme-defaultblue)!important;
    color: #fff!important;
    border: 2px solid var(--theme-defaultblue)!important;
}
.label {
    border-radius: 5px;
    padding: 4px 15px 3px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
}
.label.label-success {
    background: #89c826;
}
.label.label-danger {
    background: #f13439;
}
.label.label-shadow {
    background-color: var(--theme-defaultblue);
    -webkit-box-shadow: 0 0 9px 3px rgb(241 52 57 / .2);
    box-shadow: 0 0 9px 3px rgb(241 52 57 / .2);
}
.label.label-gradient.color-4 {
    background-color: var(--theme-defaultblue);
}
.label.label-light {
    position: relative;
}
.form-control {
    border: 1px solid #ddd;
}
.form-control:hover {
    border: 1px solid var(--theme-defaultorange);
}
input:focus {
    outline: none;
}
form label, form .form-control {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
}
form .form-control::-webkit-input-placeholder {
    text-transform: capitalize;
}
form .form-control::-moz-placeholder {
    text-transform: capitalize;
}
form .form-control:-ms-input-placeholder {
    text-transform: capitalize;
}
form .form-control::-ms-input-placeholder {
    text-transform: capitalize;
}
form .form-control::placeholder {
    text-transform: capitalize;
}
form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
form label {
    color: #586167;
}
.alert-success {
    max-width: 350px;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-inline-end: calc(1.5em + 0.75rem);
    background-image: url("");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.was-validated .form-control:invalid:focus, .was-validated .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .custom-select.is-invalid:focus {
    border-bottom-color: #dc3545;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.was-validated .form-control:valid:focus, .was-validated .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .custom-select.is-valid:focus {
    border-bottom-color: #28a745;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.animate-rdi {
    margin-inline-start: 45px;
}
.animate-rdi .col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.animate-rdi label {
    color: #fff;
    margin-bottom: 0;
    padding: 15px 20px;
    background: rgb(255 255 255 / .1);
    border-radius: 5px;
    margin-inline-end: 47px;
    font-weight: 600;
    cursor: pointer;
}
.animate-rdi .radio_animated:after {
    background: #2b2f31;
}
.checkbox_animated {
    cursor: pointer;
    position: relative;
    margin: 0 1rem 0 0;
}
.checkbox_animated:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(.45, 1.8, .5, .75);
    transition: -webkit-transform 0.4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform 0.4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform 0.4s cubic-bezier(.45, 1.8, .5, .75), -webkit-transform 0.4s cubic-bezier(.45, 1.8, .5, .75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    inset-inline-start: .25rem;
    top: .225rem;
    z-index: 1;
    width: .75rem;
    height: .375rem;
    border: 2px solid var(--theme-defaultorange);
    border-top-style: none;
    border-right-style: none;
}
.checkbox_animated:after {
    content: "";
    position: absolute;
    top: -.125rem;
    inset-inline-start: 0;
    width: 1.3rem;
    height: 1.3rem;
    background: #fff;
    border: 2px solid #efefef;
    cursor: pointer;
}
.checkbox_animated:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}
.checkbox_animated.color-2:before {
    border: 2px solid var(--theme-defaultorange);
    border-top-style: none;
    border-right-style: none;
}
.checkbox_animated.color-3:before {
    border: 2px solid var(--theme-default5);
    border-top-style: none;
    border-right-style: none;
}
.checkbox_animated.color-4:before {
    border: 2px solid #CF6615;
    border-top-style: none;
    border-right-style: none;
}
.checkbox_animated.color-6:before {
    border: 2px solid #09305d;
    border-top-style: none;
    border-right-style: none;
}
.checkbox_animated.color-7:before {
    border: 2px solid var(--theme-defaultorange);
    border-top-style: none;
    border-right-style: none;
}
.radio_animated {
    position: relative;
    margin: 0 20px 0 0;
    cursor: pointer;
}
.radio_animated:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(.45, 1.8, .5, .75);
    transition: -webkit-transform 0.4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform 0.4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform 0.4s cubic-bezier(.45, 1.8, .5, .75), -webkit-transform 0.4s cubic-bezier(.45, 1.8, .5, .75);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    top: -8px;
    inset-inline-start: 2px;
    z-index: 1;
    width: 7px;
    height: 7px;
    background: var(--theme-defaultorange);
    border-radius: 50%}
.radio_animated:after {
    content: "";
    position: absolute;
    top: -12px;
    inset-inline-start: -.125rem;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 5px solid rgb(255 92 65 / .3);
    border-radius: 50%}
.radio_animated:checked:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
input[type='radio'].radio_animated {
    -webkit-appearance: none;
}
.theme-tab-3 .nav-tabs .nav-link {
    color: var(--theme-default5);
}
.theme-tab-3 .nav-tabs .nav-link.active {
    background-color: var(--theme-default5);
    color: #fff;
}
.theme-tab-3 .nav-tabs .nav-item.show .nav-link {
    background-color: var(--theme-default5);
    color: #fff;
}
.theme-tab-4 .nav-tabs .nav-link {
    color: #CF6615;
}
.theme-tab-4 .nav-tabs .nav-link.active {
    background-image: var(--theme-defaultorange);
    color: #fff;
}
.theme-tab-4 .nav-tabs .nav-item.show .nav-link {
    background-image: var(--theme-defaultorange);
    color: #fff;
}
.theme-tab-5 .nav-tabs .nav-link {
    color: var(--theme-defaultorange);
}
.theme-tab-5 .nav-tabs .nav-link.active {
    background-color: var(--theme-defaultorange);
    color: #fff;
}
.theme-tab-5 .nav-tabs .nav-item.show .nav-link {
    background-color: var(--theme-defaultorange);
    color: #fff;
}
.property-wizard.horizontal-wizard .wizard-box>div {
    margin: 0 auto;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin: -10px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps li {
    display: inline-block;
    margin: 10px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .log-in {
    margin-top: 50px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .log-in form .form-control {
    text-transform: inherit;
    border-radius: 0;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .log-in .next-btn {
    margin-top: 20px;
    margin-bottom: 0;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .text-end p {
    margin-bottom: 0;
    color: rgb(88 97 103 / .4);
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .text-end p a {
    margin-inline-start: 15px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details form {
    margin-bottom: 0;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .wizard-step-3 .next-btn {
    margin-top: 35px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content h3 {
    color: #586167;
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 10px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content ul li {
    display: block;
    font-family: Montserrat, sans-serif;
    color: #586167;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content ul li span {
    color: var(--theme-defaultorange);
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content+.account-content {
    margin-inline-start: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.log-in form .form-group {
    margin-bottom: 30px;
}
.log-in form .form-group .input-group .input-group-text {
    padding-inline-start: 0;
    padding-inline-end: 0;
}
.log-in form .form-group .input-group .input-group-text svg {
    height: 16px;
}
.log-in form .form-group .input-group i {
    font-size: 14px;
}
.log-in form .form-group .input-group .input-group-text {
    background-color: #fff0;
    border: none;
}
.log-in form .form-group .input-group input {
    border: none;
    border-bottom: 1px solid #eee;
}
.log-in form .form-group .input-group input:focus {
    border: none;
    border-bottom: 1px solid var(--theme-defaultorange);
}
.log-in form .form-group textarea:focus {
    border-bottom: 1px solid var(--theme-defaultorange);
}
.log-in form .form-group textarea {
    border: none;
    border-bottom: 1px solid #eee;
    color: #959595;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
}
.btn-social {
    padding: 0;
    width: 100%;
    text-align: start;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-social i {
    padding: 11px 12px 12px 11px;
}
.btn-social span {
    padding: 8px 15px 7px;
    display: inline-block;
}
.btn-social:hover, .btn-social:focus {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}
.about-box .agent-image {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 35px rgb(0 0 0 / .07);
    box-shadow: 0 0 35px rgb(0 0 0 / .07);
    position: relative;
}
.about-box .agent-image .overlay-agent-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 10px;
    color: #FFF;
    background: rgb(0 0 0 / .5);
    bottom: 0px!important;
}
.about-box .agent-image .overlay-agent-info .agent-text {
    flex: 1;
}
.about-box .agent-image .overlay-agent {
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.about-box .agent-image .overlay-agent .agent-details {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    height: 85%;
    width: 85%;
    position: absolute;
    top: 8%;
    inset-inline-start: 8%;
    padding: 40px;
    z-index: 1;
}
.about-box .agent-image .overlay-agent .agent-details h5 {
    margin-bottom: 0;
    line-height: 1.45;
    color: #586167;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 600;
}
.about-box .agent-image .overlay-agent .agent-details h6 {
    color: #CF6615;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.about-box .agent-image .overlay-agent .agent-details h7 {
    color: #CF6615;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.about-box .agent-image .overlay-agent .agent-details p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: rgb(88 97 103 / .7);
}
.about-box .agent-image .overlay-agent .agent-details>span {
    color: #586167;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.about-box .agent-image .overlay-agent::after {
    opacity: .7;
    background-color: var(--theme-defaultorange);
}
.about-box:hover .agent-image .overlay-agent {
    opacity: 1;
}
.about-box:hover .agent-image .overlay-agent .agent-details {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.about-box:hover .agent-image .overlay-agent .agent-details h5, .about-box:hover .agent-image .overlay-agent .agent-details h6, .about-box:hover .agent-image .overlay-agent .agent-details p, .about-box:hover .agent-image .overlay-agent .agent-details>span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.arrow-white .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 35px 0 rgb(28 45 58 / .07);
    box-shadow: 0 0 35px 0 rgb(28 45 58 / .07);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.arrow-white .slick-arrow::before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 14px;
    color: var(--theme-defaultorange);
}
.arrow-white .slick-prev {
    inset-inline-start: -130px;
}
.arrow-white .slick-prev::before {
    content: "\f053"}
.arrow-white .slick-next {
    inset-inline-end: -145px;
}
.arrow-white .slick-next::before {
    content: "\f054";
    margin-inline-start: 1px;
}
.arrow-white.color-4 .slick-arrow::before {
    color: var(--theme-defaultorange);
}
.arrow-white.color-6 .slick-arrow::before {
    color: var(--theme-defaultblue);
}
.user-about .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-about .about-content {
    margin-bottom: calc(25px + (40 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.user-about .about-content h3 {
    color: var(--theme-defaultorange);
    margin-bottom: 10px;
    font-weight: 600;
}
.user-about .about-content p {
    margin-bottom: 0;
    line-height: 1.8;
}
.user-about .about-listing {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    padding: 30px;
}
.user-about .about-listing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.user-about .about-listing ul li h4 {
    color: var(--theme-defaultorange);
    font-weight: 600;
}
.user-about .about-listing ul li p {
    margin-bottom: 0;
}
.user-about .about-listing ul li+li {
    margin-inline-start: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.user-about .map-image {
    background-blend-mode: overlay;
    background-color: rgb(255 255 255 / .9);
    background-size: contain!important;
    position: relative;
}
.user-about .map-image ul li img {
    position: absolute;
}
.user-about .map-image ul li .marker-1 {
    top: 25%;
    inset-inline-end: 20%;
    -webkit-animation: 1s linear infinite bounce-1;
    animation: 1s linear infinite bounce-1;
}
.user-about .map-image ul li .marker-2 {
    top: 18%;
    inset-inline-start: 20%}
.user-about .map-image ul li .marker-3 {
    bottom: 38%;
    inset-inline-start: 52%}
.user-about .map-image ul li .marker-4 {
    top: 30%;
    inset-inline-end: 30%}
.user-about .about-image {
    position: relative;
    margin-top: 80px;
}
.user-about .about-image:hover img {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.user-about .about-image .side-left {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.user-about .about-image .side-left .side-effect::before, .user-about .about-image .side-left .side-effect::after {
    width: calc(100% - 515px);
}
.user-about .about-image .img-box img {
    max-width: 400px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.user-about .about-image .img-box.img-abs {
    position: absolute;
    inset-inline-end: 15%;
    top: -30%;
    z-index: -1;
}
.side-effect::before, .side-effect::after {
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / .05);
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.side-effect::before {
    top: 15px;
    height: calc(100% - 30px);
    border-radius: 25px;
    inset-inline-start: 8px;
}
.side-effect::after {
    top: 35px;
    height: calc(100% - 70px);
    border-radius: 20px;
    inset-inline-start: 16px;
}
.side-left .side-effect::before {
    inset-inline-start: -8px;
}
.side-left .side-effect::after {
    inset-inline-start: -16px;
}
.icon-line-color {
    fill: var(--theme-default5);
    color: var(--theme-default5);
    width: 0;
    height: 3px;
    bottom: -22px;
    inset-inline-start: 0;
    position: absolute;
}
.service-section.service-2 .property-service>div .service-box.color-3:hover {
    background-color: #CF661517;
}
.service-section.service-2 .property-service>div .service-box.color-7 a:hover span {
    color: var(--theme-defaultorange);
}
.service-section.service-2 .property-service>div .service-box.color-7:hover {
    background-color: rgb(0 150 138 / .2);
}
.service-section {
    position: relative;
}
.service-section .property-service>div .service-box {
    text-align: start;
    border-radius: 15px;
    padding: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    -webkit-box-shadow: 3px 3px 22px rgb(0 0 0 / .07);
    box-shadow: 3px 3px 22px rgb(0 0 0 / .07);
}
.service-section .property-service>div .service-box .icon-round {
    width: 80px;
    height: 80px;
    margin: 0 0 20px;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: var(--theme-defaultorange);
    position: relative;
}
.service-section .property-service>div .service-box .icon-round svg {
    height: 35px;
    width: 35px;
    stroke: #fff;
}
.service-section .property-service>div .service-box .icon-round::before {
    border-radius: 100%;
    background-color: var(--theme-defaultorange);
    opacity: .05;
}
.service-section .property-service>div .service-box .icon-round::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    content: "";
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    inset-inline-start: 0;
    padding: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / .1);
    box-shadow: 0 0 0 2px rgb(255 255 255 / .1);
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.service-section .property-service>div .service-box .icon-round img {
    width: 40%}
.service-section .property-service>div .service-box h3 {
    background: var(--theme-defaultblue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-weight: 700;
    line-height: 1.5;
    color: var(--theme-defaultblue);
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    -webkit-filter: drop-shadow(5px 5px 12px rgb(255 92 65 / .2));
    filter: drop-shadow(5px 5px 12px rgb(255 92 65 / .2));
}
.service-section .property-service>div .service-box p {
    color: rgb(59 66 73 / .7);
    line-height: 1.6;
    margin-bottom: -3px;
}
.service-section .property-service>div .service-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-section .property-service>div .service-box:hover .icon-round::after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
.service-section .title-2 h2 {
    margin-top: -2px;
}
.service-section.service-2 .property-service>div .service-box {
    -webkit-box-shadow: 0 0 35px rgb(0 0 0 / .08);
    box-shadow: 0 0 35px rgb(0 0 0 / .08);
    border-radius: 0;
    padding: 60px 40px;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-section.service-2 .property-service>div .service-box .hover-line {
    margin-bottom: 45px;
    position: relative;
    display: inline-block;
}
.service-section.service-2 .property-service>div .service-box .hover-line::before {
    position: absolute;
    content: "";
    opacity: 0;
    background-color: var(--theme-default5);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    inset-inline-end: -7px;
    bottom: -7px;
}
.service-section.service-2 .property-service>div .service-box h3 {
    color: #3b4249;
    background: #fff0;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.service-section.service-2 .property-service>div .service-box p {
    margin-bottom: 30px;
    line-height: 1.75;
    color: rgb(88 97 103 / .7);
}
.service-section.service-2 .property-service>div .service-box .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-section.service-2 .property-service>div .service-box .btn span {
    vertical-align: -3px;
}
.service-section.service-2 .property-service>div .service-box:hover {
    background-color: rgb(255 92 65 / .1);
}
.service-section.service-2 .property-service>div .service-box:hover .hover-line::before {
    opacity: .2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-section.service-2 .property-service>div .service-box:hover .hover-line .icon-line-color {
    width: 68px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.service-section.service-2 .property-service>div .service-box:hover .btn {
    background-color: var(--theme-defaultorange);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}
.service-section.service-2 .property-service>div .service-box:hover .btn span {
    color: #fff;
    vertical-align: -2px;
}
.service-section.service-2 .property-service>div .service-box:hover .btn::before {
    opacity: .35;
    -webkit-box-shadow: 0 10px 12.5px var(--theme-defaultorange);
    box-shadow: 0 10px 12.5px var(--theme-defaultorange);
}
.service-section.service-2 .property-service>div .service-box:hover .btn:hover {
    background-color: #fff0;
}
.service-section.service-2 .property-service.about-service>div .service-box {
    border-radius: 10px;
}
.service-section.service-2 .property-service.about-service>div .service-box .service-icon, .service-section.service-2 .property-service.about-service>div .service-box .icon-line-color {
    fill: var(--theme-defaultorange);
}
.service-section.service-2 .property-service.about-service>div .service-box .hover-line::before {
    background-color: var(--theme-defaultorange);
}
.service-section.service-2 .property-service.about-service>div .service-box .btn {
    border: 2px solid #fff0;
}
.service-section.service-2 .property-service.about-service>div .service-box .btn span {
    vertical-align: -3px;
}
.service-section.service-2 .property-service.about-service>div .service-box .btn:hover {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.service-section.service-2 .property-service.about-service>div .service-box .btn::after {
    border-radius: 8px;
}
.service-section.service-2 .property-service.about-service>div .service-box:hover .btn {
    background: none;
    border-color: var(--theme-defaultorange);
}
.service-section.service-2 .property-service.about-service>div .service-box:hover .btn::before, .service-section.service-2 .property-service.about-service>div .service-box:hover .btn::after {
    opacity: 0;
}
.service-section.service-2.color-7 .property-service>div .service-box .hover-line::before {
    background-color: var(--theme-defaultorange);
}
.service-section.service-2.color-7 .property-service>div .service-box:hover .btn {
    background-color: var(--theme-defaultorange);
}
.service-section.service-2.color-7 .property-service>div .service-box:hover .btn span {
    vertical-align: -3px;
    color: #fff;
}
.service-section.service-2.color-7 .property-service>div .service-box:hover .btn::before {
    opacity: .35;
    -webkit-box-shadow: 0 10px 12.5px var(--theme-defaultorange);
    box-shadow: 0 10px 12.5px var(--theme-defaultorange);
}
.service-section.service-bg .title-3 {
    margin-top: -2px;
}
.service-section.service-bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 230px;
    background-color: #f7f7fe;
    bottom: 0;
    inset-inline-start: 0;
    z-index: -1;
}
.service-section.color-7 .service-icon, .service-section.color-7 .icon-line-color {
    fill: var(--theme-defaultorange);
}
.service-slider .service-wrapper .top-img-box {
    margin-bottom: -20px;
    margin-inline-start: 40px;
}
.service-slider .service-wrapper .top-img-box>div {
    width: 67px;
    height: 67px;
    border-radius: 5px;
    background-image: var(--theme-defaultorange);
    position: relative;
}
.service-slider .service-wrapper .top-img-box>div::after {
    opacity: .3;
    -webkit-box-shadow: -5.15px 8.572px 25px #7a7a7a;
    box-shadow: -5.15px 8.572px 25px #7a7a7a;
}
.service-slider .service-wrapper .top-img-box>div img {
    width: 60%}
.service-slider .service-wrapper .service-details {
    border-radius: 5px;
    padding: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px rgb(0 0 0 / .07);
    box-shadow: 0 0 35px rgb(0 0 0 / .07);
}
.service-slider .service-wrapper .service-details p {
    line-height: 1.75;
    margin-bottom: 10px;
    color: rgb(88 97 103 / .7);
}
.service-slider .service-wrapper .service-details h3 {
    color: #586167;
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 15px;
    font-weight: 600;
}
.service-slider .service-wrapper .service-details h3 a {
    color: #586167;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.service-slider .service-wrapper .service-details h3 a::after {
    display: none;
}
.service-slider .service-wrapper .service-details a {
    background: var(--theme-defaultorange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    position: relative;
    font-weight: 600;
}
.service-slider .service-wrapper .service-details a::after {
    position: absolute;
    content: "";
    top: 9px;
    inset-inline-end: -45px;
    width: 35px;
    height: 2px;
    border-radius: 0;
    background-color: #CF6615;
}
.service-slider .slick-list {
    margin: -30px -12px;
}
.service-slider .slick-list .slick-track .slick-slide {
    margin-bottom: 0;
}
.service-slider .slick-list .slick-track .slick-slide>div {
    margin: 30px 20px;
}
.service-slider.arrow-gradient.arrow-right .slick-prev {
    inset-inline-end: 15.5%}
.service-slider.arrow-gradient.arrow-right .slick-next {
    inset-inline-end: 12.3%}
.service-slider.arrow-gradient.arrow-right .slick-arrow {
    top: -62px;
}
.feature-section .video-details.feature-content {
    margin: auto 0;
}
.feature-section .video-details.feature-content .left-sidebar h2 {
    font-size: 24px;
}
.feature-section .video-details.feature-content .left-sidebar label {
    font-weight: 500;
    color: #586167;
}
.feature-section .feature-wrap:hover .feature-image .slick-prev {
    inset-inline-start: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--theme-defaultorange);
    border-radius: 30px;
}
.feature-section .feature-wrap:hover .feature-image .slick-prev::before {
    content: "\f053";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    opacity: 1;
    line-height: .6;
    font-size: 12px;
}
.feature-section .feature-wrap:hover .feature-image .slick-next {
    inset-inline-end: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--theme-defaultorange);
    border-radius: 30px;
}
.feature-section .feature-wrap:hover .feature-image .slick-next::before {
    content: "\f054";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    opacity: 1;
    line-height: .6;
    font-size: 12px;
}
.feature-section .innerimage-slider {
    margin-bottom: 0;
}
.feature-section .innerimage-slider .slick-dots {
    bottom: 10px;
}
.feature-section .innerimage-slider .slick-dots li button:before {
    font-size: 12px;
    color: #fff;
    border: 1px solid;
    border-radius: 100%}
.feature-section .innerimage-slider .slick-dots li.slick-active button::before {
    color: var(--theme-defaultorange);
}
.feature-section .title-1 h2 {
    margin-bottom: -3px;
}
.feature-section .title-1 hr {
    width: 80px;
    margin: 20px auto 0;
    height: 2px;
    color: var(--theme-defaultorange);
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.feature-section .title-1:hover hr {
    width: 150px;
}
.feature-section .title-1.color-6 hr {
    color: #09305d;
}
.feature-section.feature-bg {
    background-image: url(../images/feature/1.jpg);
    background-color: #292929;
    background-blend-mode: overlay;
}
.feature-section .feature-1 .feature-wrapper {
    margin: 0 80px;
}
.feature-section .feature-1 .feature-wrapper .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature-section .feature-1 .feature-wrapper .feature-left {
    position: relative;
    max-width: 590px;
    z-index: 1;
}
.feature-section .feature-1 .feature-wrapper .feature-left .property-details .font-roboto {
    margin-top: -3px;
    display: block;
}
.feature-section .feature-1 .feature-wrapper .feature-left .property-details span.font-roboto {
    margin-bottom: 8px;
}
.font-roboto {
    font-weight: 500!important;
}
.about-box .styledList li {
    font-weight: 500!important;
}
.feature-section .feature-1 .feature-wrapper .property-details {
    margin-inline-end: -275px;
    position: relative;
    max-width: 590px;
    overflow: hidden;
    border-radius: 12px;
    -webkit-box-shadow: 6.691px 7.431px 12.5px rgb(0 128 255 / .07);
    box-shadow: 6.691px 7.431px 12.5px rgb(0 128 255 / .07);
    background-color: #fff;
}
.feature-section .feature-1 .feature-wrapper .property-details h6 {
    font-weight: 500;
    font-size: 17px;
    color: #000;
}
.feature-section .feature-1 .feature-wrapper .property-details ul li img {
    height: 16px;
    display: inline-block;
    margin-inline-end: 7px;
}
.feature-section .feature-1 .feature-wrapper .property-details a h3 {
    color: var(--theme-defaultorange);
}
.feature-section .feature-1 .feature-wrapper .property-details a h3 span {
    margin-top: -3px;
}
.feature-section .feature-1 .feature-wrapper .property-details a h3 .label {
    text-transform: uppercase;
    font-size: 10px;
    padding-top: 5px;
    margin-inline-start: 15px;
}
.feature-section .feature-1 .feature-wrapper .property-details .property-btn .btn-gradient {
    color: #fff;
}
.feature-section .feature-1 .feature-wrapper .property-details .round-half {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -10px;
    inset-inline-end: -10px;
    border-radius: 100%}
.feature-section .feature-1 .feature-wrapper .property-details .round-half::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100%;
    inset-inline-start: 0;
    top: 0;
    opacity: .1;
    background-color: var(--theme-defaultorange);
}
.feature-section .feature-1 .feature-wrapper .feature-image {
    text-align: end;
    position: relative;
    border-radius: 0;
    height: 600px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.feature-section .feature-1 .feature-wrapper .feature-image .label-white {
    position: absolute;
    top: 40px;
    inset-inline-end: 40px;
}
.feature-section .feature-1 .feature-wrapper .feature-image .signature {
    position: absolute;
    inset-inline-end: 0;
    bottom: 50px;
}
.feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    position: absolute;
    inset-inline-end: -2px;
    bottom: 65px;
    height: 87px;
    width: 100px;
    border-radius: 10px 0 0 10px;
    background-color: var(--theme-defaultorange);
}
.feature-section .feature-1 .feature-wrapper .feature-image h4 {
    letter-spacing: 5px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    background-color: var(--theme-defaultorange);
    padding: 8px 25px;
}
.feature-section .feature-1 .feature-wrapper .feature-image img {
    border-radius: 15px;
}
.feature-section .feature-1 .slick-list .slick-track .slick-slide.slick-active>div .feature-wrapper .feature-left {
    -webkit-animation: fadeInLeft 1s;
    animation: fadeInLeft 1s;
}
.feature-section .feature-2 {
    margin: 0 50px;
}
.feature-section .feature-2 .feature-box {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 3.346px 3.716px 25px rgb(0 0 0 / .06);
    box-shadow: 3.346px 3.716px 25px rgb(0 0 0 / .06);
    position: relative;
}
.feature-section .feature-2 .feature-box::before, .feature-section .feature-2 .feature-box::after, .feature-section .feature-2 .feature-box .feature-bottom {
    position: absolute;
    content: "";
    width: 100%;
    inset-inline-start: 0;
    bottom: 0;
}
.feature-section .feature-2 .feature-box::before {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(30%, rgb(0 0 0 / .05)), to(rgb(0 0 0 / .6)));
    background-image: linear-gradient(transparent 20%, rgb(0 0 0 / .05) 30%, rgb(0 0 0 / .6));
}
.feature-section .feature-2 .feature-box::after {
    height: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(30%, rgb(0 0 0 / .05)), to(rgb(0 0 0 / .6)));
    background-image: linear-gradient(transparent 20%, rgb(0 0 0 / .05) 30%, rgb(0 0 0 / .6));
}
.feature-section .feature-2 .feature-box .feature-bottom {
    padding: 30px;
    text-align: center;
    background-color: rgb(0 0 0 / .3);
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feature-section .feature-2 .feature-box .feature-bottom h3, .feature-section .feature-2 .feature-box .feature-bottom span {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feature-section .feature-2 .feature-box .feature-bottom h3 {
    font-weight: 600;
}
.feature-section .feature-2 .feature-box:hover::after {
    height: 100%;
    -webkit-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(rgb(0 0 0 / .8)));
    background-image: linear-gradient(to bottom, transparent 20%, rgb(0 0 0 / .8) 100%);
}
.feature-section .feature-2 .feature-box:hover .feature-bottom {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: unset;
    bottom: 20px;
}
.feature-section .feature-2 .feature-box:hover .feature-bottom h3, .feature-section .feature-2 .feature-box:hover .feature-bottom span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feature-section .feature-2 .slick-dots {
    margin-top: 18px;
}
.feature-section .feature-2 .slick-slide img {
    width: 100%}
.feature-section .feature-3 .slick-list {
    margin: -60px 0;
}
.feature-section .feature-3 .slick-list .slick-track .slick-slide>div {
    margin: 60px 80px;
}
.feature-section .feature-3 .slick-next {
    inset-inline-end: 28px;
    top: 48%}
.feature-section .feature-3 .slick-prev {
    width: 45px;
    height: 45px;
    background: #fff;
    inset-inline-start: unset;
    inset-inline-end: 58px;
    top: 64%;
    -webkit-box-shadow: 0 0 41px 6px rgb(0 0 0 / .08);
    box-shadow: 0 0 41px 6px rgb(0 0 0 / .08);
}
.feature-section .feature-3 .slick-prev:after {
    display: none;
}
.feature-section .feature-3 .slick-next {
    -webkit-box-shadow: 0 0 41px 6px rgb(0 0 0 / .08);
    box-shadow: 0 0 41px 6px rgb(0 0 0 / .08);
    background: #fff;
}
.feature-section .feature-3 .slick-next:after {
    display: none;
}
.feature-section .feature-3 .feature-wrap .row {
    margin: 0;
}
.feature-section .feature-3 .feature-wrap .row>div {
    padding: 0;
}
.feature-section .feature-3.slick-initialized .slick-slide {
    margin-bottom: -6px;
}
.feature-section .feature-4 .slick-list {
    margin: -30px -60px;
}
.feature-section .feature-4 .slick-list .slick-track .slick-slide>div {
    margin: 30px 60px;
}
.feature-section .feature-4 .slick-list .slick-track .slick-slide.slick-active>div .feature-wrap .feature-content {
    -webkit-animation: fadeInRight 2s;
    animation: fadeInRight 2s;
}
.feature-section .feature-4 .slick-list .slick-track .slick-slide.slick-active>div .feature-wrap .feature-image {
    -webkit-animation: fadeInUp 1s;
    animation: fadeInUp 1s;
}
.feature-section .feature-4.slick-initialized .slick-slide {
    margin-bottom: -6px;
}
.feature-section .feature-4.arrow-gradient .slick-arrow {
    inset-inline-start: -98px!important;
}
.feature-section .feature-4.arrow-gradient .slick-prev {
    top: 45%}
.feature-section .feature-4.arrow-gradient .slick-prev::before {
    content: "\f062"}
.feature-section .feature-4.arrow-gradient .slick-next {
    inset-inline-end: unset;
    inset-inline-start: 0;
    top: 55%}
.feature-section .feature-4.arrow-gradient .slick-next::before {
    content: "\f063"}
.feature-section .feature-image {
    position: relative;
    -webkit-box-shadow: 0 0 75px rgb(0 0 0 / .09);
    box-shadow: 0 0 75px rgb(0 0 0 / .09);
}
.feature-section .feature-image .bg-size:before {
    padding-top: 76.2%}
.feature-section .feature-image .label {
    padding: 8px 16px 6px;
}
.feature-section .feature-image .label-solid {
    position: absolute;
    top: 20px;
    inset-inline-start: -14px;
    clear: left;
}
.feature-section .feature-image .label-solid::before {
    position: absolute;
    top: 37px;
    inset-inline-start: 0;
    width: 0;
    height: 0;
    content: "";
    border: 8px solid #fff0;
    border-top-color: var(--theme-default5);
    border-right-color: var(--theme-default5);
}
.feature-section .feature-image .label-solid::after {
    opacity: .35;
    -webkit-box-shadow: 0 5px 12.5px var(--theme-default5);
    box-shadow: 0 5px 12.5px var(--theme-default5);
}
.feature-section .feature-image .label-solid.color-7::before {
    border: 8px solid #fff0;
    border-top-color: var(--theme-defaultorange);
    border-right-color: var(--theme-defaultorange);
}
.feature-section .feature-image .label-solid.color-7::after {
    -webkit-box-shadow: 0 5px 12.5px var(--theme-defaultorange);
    box-shadow: 0 5px 12.5px var(--theme-defaultorange);
}
.feature-section .feature-image .feature-overlay {
    width: 263px;
    height: 212px;
    background-color: rgb(255 255 255 / .4);
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(.5) translateY(-50%);
    transform: scale(.5) translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: 0 auto;
}
.feature-section .feature-image .feature-overlay span {
    font-size: 70px;
    margin-top: -10px;
    color: #586167;
}
.feature-section .feature-image:hover .feature-overlay {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feature-section .feature-content {
    -webkit-box-shadow: 0 0 75px rgb(0 0 0 / .08);
    box-shadow: 0 0 75px rgb(0 0 0 / .08);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feature-section .feature-content .details, .feature-section .feature-content .feature-price {
    padding: 30px 50px;
}
.feature-section .feature-content .details h3, .feature-section .feature-content .details span, .feature-section .feature-content .feature-price h3, .feature-section .feature-content .feature-price span {
    color: #586167;
}
.feature-section .feature-content .details h3, .feature-section .feature-content .feature-price h3 {
    margin-bottom: 10px;
    font-weight: 700;
}
.feature-section .feature-content .details h3 a, .feature-section .feature-content .feature-price h3 a {
    color: #586167;
}
.feature-section .feature-content .details p, .feature-section .feature-content .feature-price p {
    margin-top: 16px;
    line-height: 1.5;
    width: 80%;
    color: rgb(88 97 103 / .7);
    margin-bottom: -2px;
}
.feature-section .feature-content .details>span, .feature-section .feature-content .feature-price>span {
    font-weight: 500;
}
.feature-section .feature-content .detail-list {
    border-top: 1px solid rgb(59 66 73 / .1);
    border-bottom: 1px solid rgb(59 66 73 / .1);
    padding: 25px 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.feature-section .feature-content .detail-list li {
    margin: 5px 10px;
}
.feature-section .feature-content .detail-list li .img-icon {
    height: 20px;
    width: 20px;
}
.feature-section .feature-content .detail-list li .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature-section .feature-content .detail-list li .d-flex .label-lg {
    padding: 8px 16px;
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.feature-section .feature-content .detail-list li .d-flex h6 {
    margin-bottom: 0;
    margin-inline-start: 15px;
    color: #3b4249;
    font-weight: 500;
}
.feature-section .feature-content .feature-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature-section .feature-content .feature-price li h3 {
    margin-top: -1px;
}
.feature-section .feature-content .feature-price li h6 {
    color: rgb(88 97 103 / .7);
    font-weight: 600;
    margin-bottom: 0;
}
.feature-section .feature-content .feature-price li+li {
    margin-inline-start: 40px;
}
.feature-section .feature-content .btn-lg {
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
}
.feature-section .modern-feature .feature-wrap .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature-section .modern-feature .feature-wrap .feature-image {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 35px rgb(0 0 0 / .15);
    box-shadow: 0 0 35px rgb(0 0 0 / .15);
    overflow: hidden;
}
.feature-section .modern-feature .feature-wrap .feature-image .bg-size:before {
    padding-top: 74%}
.feature-section .modern-feature .feature-wrap .feature-image .feature-overlay span {
    color: #CF6615;
}
.feature-section .modern-feature .feature-wrap .feature-image .label-gradient {
    position: absolute;
    top: 40px;
    inset-inline-start: 40px;
}
.feature-section .modern-feature .feature-wrap .feature-image .label-gradient::after {
    opacity: .3;
    -webkit-box-shadow: -5.15px 8.572px 25px #CF6615;
    box-shadow: -5.15px 8.572px 25px #CF6615;
}
.feature-section .modern-feature .feature-wrap .feature-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-inline-start: 60px;
}
.feature-section .modern-feature .feature-wrap .feature-content .details {
    padding-top: 0!important;
}
.feature-section .modern-feature .feature-wrap .feature-content .feature-price {
    padding-bottom: 0!important;
}
.feature-section .modern-feature .feature-wrap .feature-content .details, .feature-section .modern-feature .feature-wrap .feature-content .detail-list, .feature-section .modern-feature .feature-wrap .feature-content .feature-price {
    padding: 40px;
    width: 100%}
.feature-section .modern-feature .feature-wrap .feature-content .details, .feature-section .modern-feature .feature-wrap .feature-content .detail-list, .feature-section .modern-feature .feature-wrap .feature-content .feature-price {
    padding-inline-start: 0;
    padding-inline-end: 0;
}
.feature-section.bg-half {
    position: relative;
}
.feature-section.bg-half::before {
    position: absolute;
    content: "";
    width: 35%;
    height: 100%;
    background-color: #f7f7fe;
    top: 0;
    inset-inline-start: 0;
}
.feature-section.banner-4 .feature-1 .feature-wrapper .property-details a h3 {
    color: var(--theme-defaultblue);
}
.feature-section.banner-4 .feature-1 .feature-wrapper .property-details .round-half::after {
    background-color: var(--theme-defaultblue);
}
.feature-section.banner-4 .feature-1 .feature-wrapper .property-details .round-half i {
    background: var(--theme-gradient12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.feature-section.banner-4 .feature-1 .feature-wrapper .feature-image .box-color {
    background-color: var(--theme-defaultblue);
}
.feature-section.banner-4 .feature-1 .feature-wrapper .feature-image h4 {
    background-color: #09305d;
}
.feature-section.layout-9 {
    height: auto;
}
.feature-section .feature-wrap .feature-image .slick-prev, .feature-section .feature-wrap .feature-image .slick-next {
    visibility: hidden;
}
.feature-section .feature-wrap:hover .feature-image .slick-prev, .feature-section .feature-wrap:hover .feature-image .slick-next {
    visibility: visible;
}
.bg-comman-2 {
    position: relative;
}
.bg-comman-2::before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 390px;
}
.bg-comman-2.feature-section .title-2 h2 {
    margin-top: -2px;
}
.property-wrapper-grid .col-xl-4 .property-details {
    padding: 15px;
}
.property-wrapper-grid .col-xl-4 .property-details ul li {
    padding-inline-start: 6px;
    padding-inline-end: 6px;
    font-size: 13px;
}
.property-wrapper-grid .col-xl-4 .property-details ul li img {
    height: 14px;
}
.property-wrapper-grid .col-xl-4 .property-details ul li:first-child {
    padding-inline-start: 0;
}
.property-wrapper-grid .col-xl-4 .property-details ul li:last-child {
    padding-inline-end: 0;
}
.property-section .property-box-flat .property-box .property-details .btn-light-bg.btn-flat::after {
    height: 100%}
.property-details {
    padding: 30px;
    position: relative;
}
.property-details>span {
    letter-spacing: 5px;
    color: #959595;
    text-transform: uppercase;
    font-weight: 500;
}
.property-details>a {
    display: block;
    color: var(--theme-defaultblue);
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.property-details h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.property-details p {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 20px;
}
.property-details ul {
    margin-bottom: 18px;
}
.property-details ul li {
    padding-inline-start: 7px;
    padding-inline-end: 5px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 12px;
}
.property-details ul li+li {
    border-inset-inline-start: 1px solid rgb(0 0 0 / .2);
}
.property-details ul li:first-child {
    padding-inline-start: 0;
}
.property-details ul li:last-child {
    padding-inline-end: 0;
}
.property-details .property-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.property-details .property-btn span {
    color: #878787;
    font-size: 14px;
    font-weight: 500;
}
.property-details .property-btn .btn:hover {
    background-color: rgb(255 92 65 / .1);
}
.property-details .property-btn .btn.color-1:hover {
    background-color: rgb(100 50 184 / .1);
}
.property-details .property-btn .btn.color-6:hover {
    background-color: rgb(44 46 151 / .1);
}
.property-details .property-btn .btn.color-5:hover {
    background-color: rgb(94 172 18 / .1);
}
.property-details .property-svg {
    width: 16px;
    height: 16px;
}
.property-section .property-2.color-1 .property-box:hover .property-details>a {
    background: var(--theme-defaultorange);
    -webkit-background-clip: text;
}
.property-section .property-2.color-6 .property-box:hover .property-details>a {
    background: var(--theme-gradient10);
    -webkit-background-clip: text;
}
.property-section.section-sm .property-2:not(.no-sidebar) {
    height: calc(100vh - 220px);
    overflow-y: scroll;
    margin-bottom: 10px;
}
.property-section.section-sm .property-2:not(.no-sidebar):not(.no-sidebar)::-webkit-scrollbar {
    width: 5px;
}
.property-section.section-sm .property-2:not(.no-sidebar):not(.no-sidebar)::-webkit-scrollbar-thumb {
    background: #fff0;
}
.property-section.section-sm .property-2:not(.no-sidebar):hover:not(.no-sidebar)::-webkit-scrollbar-thumb {
    background: rgb(108 111 105 / .2);
}
.property-section .title-1 h2 {
    margin-bottom: -9px;
}
.property-section .title-1 hr {
    width: 80px;
    margin: 20px auto 0;
    height: 2px;
    color: var(--theme-defaultorange);
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.property-section .title-1:hover hr {
    width: 150px;
}
.property-section .title-1.color-6 hr {
    color: #09305d;
}
.property-section .title-2 h2 {
    margin-top: -2px;
}
.property-section .title-3.d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.property-section .title-3 .pagination li a {
    padding: 12px 16px;
    color: #CF6615;
    border-radius: 5px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}
.property-section .title-3 .pagination li a::after {
    opacity: .1;
    background-color: #CF6615;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    z-index: -1;
}
.property-section .title-3 .pagination li.active a, .property-section .title-3 .pagination li:hover a {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.property-section .title-3 .pagination li.active a::after, .property-section .title-3 .pagination li:hover a::after {
    opacity: 1;
}
.property-section .title-3 .pagination li+li {
    margin-inline-start: 20px;
}
.property-section .title-3 .pagination-tab {
    margin-top: 1px;
}
.property-section .title-3.text-start {
    margin-top: -2px;
}
.property-section.slick-between .title-3.text-start {
    margin-top: -5px;
}
.property-section .property-box {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .04);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .04);
    background: #fff;
}
.property-section .property-box:hover {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .1);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .1);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.property-section .property-box:hover .property-image .innerimage-slider.color-6 .slick-prev, .property-section .property-box:hover .property-image .innerimage-slider.color-6 .slick-next {
    background-color: var(--theme-defaultblue);
}
.property-section .property-box:hover .property-image .innerimage-slider.color-7 .slick-prev, .property-section .property-box:hover .property-image .innerimage-slider.color-7 .slick-next {
    background-color: var(--theme-defaultorange);
}
.property-section .property-box:hover .property-image .innerimage-slider.color-3 .slick-prev, .property-section .property-box:hover .property-image .innerimage-slider.color-3 .slick-next {
    background-color: var(--theme-default5);
}
.property-section .property-box:hover .property-image .innerimage-slider.color-1 .slick-prev, .property-section .property-box:hover .property-image .innerimage-slider.color-1 .slick-next {
    background-color: var(--theme-defaultorange);
}
.property-section .property-box:hover .property-image .innerimage-slider .slick-prev {
    inset-inline-start: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--theme-defaultorange);
    border-radius: 30px;
}
.property-section .property-box:hover .property-image .innerimage-slider .slick-prev::before {
    content: "\f053";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    opacity: 1;
    line-height: .6;
    font-size: 12px;
}
.property-section .property-box:hover .property-image .innerimage-slider .slick-next {
    inset-inline-end: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--theme-defaultorange);
    border-radius: 30px;
}
.property-section .property-box:hover .property-image .innerimage-slider .slick-next::before {
    content: "\f054";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    opacity: 1;
    line-height: .6;
    font-size: 12px;
}
.property-section .property-box .property-image {
    position: relative;
}
.property-section .property-box .property-image .innerimage-slider {
    margin-bottom: 0;
}
.property-section .property-box .property-image .innerimage-slider.color-6 .slick-dots li.slick-active button::before {
    color: #09305d;
}
.property-section .property-box .property-image .innerimage-slider.color-1 .slick-dots li.slick-active button::before {
    color: var(--theme-defaultorange);
}
.property-section .property-box .property-image .innerimage-slider.color-3 .slick-dots li.slick-active button::before {
    color: var(--theme-default5);
}
.property-section .property-box .property-image .innerimage-slider.color-7 .slick-dots li.slick-active button::before {
    color: var(--theme-defaultorange);
}
.property-section .property-box .property-image .innerimage-slider .slick-dots {
    bottom: 10px;
}
.property-section .property-box .property-image .innerimage-slider .slick-dots li button:before {
    font-size: 12px;
    color: #fff;
    border: 1px solid;
    border-radius: 100%}
.property-section .property-box .property-image .innerimage-slider .slick-dots li.slick-active button::before {
    color: var(--theme-defaultorange);
}
.property-section .property-box .property-image .labels-left {
    position: absolute;
    inset-inline-start: -6px;
    top: 20px;
}
.property-section .property-box .property-image .labels-left .label {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}
.property-section .property-box .property-image .labels-left>span {
    margin-top: 6px;
}
.property-section .property-box .property-image .seen-data {
    position: absolute;
    inset-inline-end: 20px;
    top: 20px;
    padding: 1px 8px 2px;
    border-radius: 5px;
    background-color: var(--theme-defaultblue);
}
.property-section .property-box .property-image .seen-data svg {
    width: 14px;
    height: 14px;
    vertical-align: -2px;
    margin-inline-end: 8px;
    color: #fff;
}
.property-section .property-box .property-image .seen-data span {
    font-size: 12px;
    color: #fff;
}
.property-section .property-box .property-image .overlay-property-box {
    position: absolute;
    bottom: 12px;
    inset-inline-end: 12px;
    margin: 0 auto;
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.property-section .property-box .property-image .overlay-property-box .like.added svg {
    fill: var(--theme-defaultorange);
}
.property-section .property-box .property-image .overlay-property-box .effect-round svg {
    width: 17px;
    stroke: var(--theme-defaultblue);
}
.property-section .property-box .property-image .overlay-property-box .effect-round1 svg {
    width: 17px;
    stroke: #09305d;
}
.property-section .property-box .property-image .overlay-property-box .effect-round, .property-section .property-box .property-image .overlay-property-box .effect-round1 {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.property-section .property-box .property-image .overlay-property-box .effect-round+.effect-round, .property-section .property-box .property-image .overlay-property-box .effect-round+.effect-round1, .property-section .property-box .property-image .overlay-property-box .effect-round1+.effect-round, .property-section .property-box .property-image .overlay-property-box .effect-round1+.effect-round1 {
    margin-top: 8px;
}
.property-section .property-box .property-image .overlay-property-box .effect-round i, .property-section .property-box .property-image .overlay-property-box .effect-round1 i {
    font-size: 18px;
    margin-top: 2px;
    background: var(--theme-defaultorange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.property-section .property-box .property-image .overlay-plus {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: rgb(0 0 0 / .5);
}
.property-section .property-box .property-image .overlay-plus span {
    font-size: 70px;
    color: #fff;
}
.property-section .property-box .property-image .overlay-plus .seen-data {
    position: absolute;
    inset-inline-end: 20px;
    top: 20px;
    padding: 1px 8px 2px;
    border-radius: 5px;
    background-color: var(--theme-defaultblue);
}
.property-section .property-box .property-image .overlay-plus .seen-data svg, .property-section .property-box .property-image .overlay-plus .seen-data span {
    color: #fff;
}
.property-section .property-box .property-image .overlay-plus .seen-data svg {
    width: 14px;
    height: 14px;
    vertical-align: -2px;
    margin-inline-end: 8px;
}
.property-section .property-box .property-image .overlay-plus .seen-data span {
    font-size: 12px;
}
.property-section .property-box .property-image .overlay-plus .like-bottom {
    position: absolute;
    bottom: 20px;
    inset-inline-end: 20px;
    padding: 5px 6px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    background-color: var(--theme-defaultblue);
}
.property-section .property-box .property-image .overlay-plus .like-bottom svg {
    width: 15px;
    height: 15px;
    stroke-width: 3px;
    color: #fff;
}
.property-section .property-box .property-image .grid-slider .slick-arrow, .property-section .property-box .property-image .slider-for .slick-arrow {
    opacity: 0;
}
.property-section .property-box .property-details h6 {
    font-weight: 600;
    font-size: 17px;
    color: var(--theme-defaultorange);
}
.property-section .property-box .property-details h6.color-1 {
    color: var(--theme-defaultorange);
}
.property-section .property-box .property-details h6.color-6 {
    color: #09305d;
}
.property-section .property-box .property-details .icon-property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.property-section .property-box .property-details .icon-property li {
    width: 100%;
    position: relative;
}
.property-section .property-box .property-details .icon-property li+li {
    border-inset-inline-start: none;
}
.property-section .property-box .property-details .icon-property li+li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgb(59 66 73 / .2);
    top: 10px;
    inset-inline-start: -10px;
}
.property-section .property-box .property-details .icon-property li .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 100%;
    margin-inline-end: 15px;
    position: relative;
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon::after {
    border-radius: 100%;
    opacity: .1;
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon.color-3::after {
    background-color: var(--theme-default5);
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon.color-3 .property-svg {
    fill: var(--theme-default5);
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon.color-4::after {
    background-color: #CF6615;
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon.color-4 .property-svg {
    fill: #CF6615;
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon.color-7::after {
    background-color: var(--theme-defaultorange);
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon.color-7 .property-svg {
    fill: var(--theme-defaultorange);
}
.property-section .property-box .property-details .icon-property+.icon-property {
    margin-top: 20px;
}
.property-section .property-box .property-details>ul>li>img {
    height: 16px;
    display: inline-block;
    margin-inline-end: 7px;
}
.property-section .property-box:hover .property-image .overlay-plus {
    opacity: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.property-section .property-box:hover .property-image .grid-slider .slick-arrow, .property-section .property-box:hover .property-image .slider-for .slick-arrow {
    opacity: 1;
}
.property-section .property-box:hover .property-image .grid-slider .slick-prev, .property-section .property-box:hover .property-image .slider-for .slick-prev {
    inset-inline-start: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.property-section .property-box:hover .property-image .grid-slider .slick-next, .property-section .property-box:hover .property-image .slider-for .slick-next {
    inset-inline-end: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.property-section .property-box:hover .property-details>a h3 {
    color: var(--theme-defaultblue)!important;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.property-section .property-box.liked-img .property-image .overlay-plus .like-bottom svg {
    color: #f13439;
}
.property-section .property-box.liked-img .property-image .overlay-plus .like-bottom svg path {
    fill: #f13439;
}
.property-section.property-color-6 .property-box .property-image .overlay-property-box .effect-round i, .property-section.property-color-6 .property-box .property-image .overlay-property-box .effect-round1 i {
    background: var(--theme-gradient12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.property-section.property-color-6 .property-box:hover .property-details>a h3 {
    color: var(--theme-defaultblue);
}
.property-section .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none;
    margin-bottom: 30px;
}
.property-section .nav-tabs .nav-item {
    margin-bottom: 15px;
}
.property-section .nav-tabs .nav-item .nav-link {
    border-radius: 5px;
    -webkit-filter: drop-shadow(3.346px 3.716px 25px rgb(0 0 0 / .06));
    filter: drop-shadow(3.346px 3.716px 25px rgb(0 0 0 / .06));
    background-color: rgb(255 255 255 / .1);
    color: #fff;
    font-weight: 600;
}
.property-section .nav-tabs .nav-item.show .nav-link {
    background-color: #fff;
    color: var(--theme-defaultorange);
    border-color: #fff0;
}
.property-section .nav-tabs .nav-item+.nav-item {
    margin-inline-start: 30px;
}
.property-section .nav-tabs .nav-link {
    position: relative;
}
.property-section .nav-tabs .nav-link::before {
    width: 0;
    height: 0;
    border-inset-inline-start: 7px solid #fff0;
    border-inset-inline-end: 7px solid #fff0;
    border-top: 7px solid #fff;
    content: "";
    bottom: -7px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: 0 auto;
}
.property-section .nav-tabs .nav-link.active, .property-section .nav-tabs .nav-link:hover, .property-section .nav-tabs .nav-link:focus {
    background-color: #fff;
    color: var(--theme-defaultorange);
    border-color: #fff0;
}
.property-section .nav-tabs .nav-link.active::before, .property-section .nav-tabs .nav-link:hover::before, .property-section .nav-tabs .nav-link:focus::before {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.property-section .pagination-tab .nav-item {
    margin-bottom: 0;
}
.property-section .tab-content .tab-pane .property-2>div .property-box {
    -webkit-animation: zoomIn 0.8s;
    animation: zoomIn 0.8s;
}
.property-section.bg-comman-2::before {
    height: 450px;
}
.property-section .property-1 .property-details, .property-section .property-2 .property-details {
    padding: 15px;
}
.property-section .property-1 .property-details>span, .property-section .property-2 .property-details>span {
    display: block;
    margin-top: -3px;
}
.property-section .property-1 .slick-list .slick-track .slick-slide, .property-section .property-2 .slick-list .slick-track .slick-slide {
    margin-bottom: -6px;
}
.property-section .property-2 .property-box {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
}
.property-section .property-2 .property-box .property-details>a {
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    color: #fff0;
    background: -webkit-gradient(linear, left top, right top, from(var(--theme-defaultblue)), to(var(--theme-defaultblue)));
    background: linear-gradient(to right, var(--theme-defaultblue) 0%, var(--theme-defaultblue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.property-section .property-2 .property-box .property-details>span {
    display: block;
    margin-top: -3px;
    margin-bottom: 5px;
}
.property-section .property-2 .property-box:hover .property-details>a {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.property-section .property-2 .property-box .property-image .labels-left, .property-section .property-3 .property-box .property-image .labels-left {
    inset-inline-start: 20px;
}
.property-section .property-box-flat .property-box {
    border-radius: 0;
    -webkit-box-shadow: 0 0 35px rgb(0 0 0 / .08);
    box-shadow: 0 0 35px rgb(0 0 0 / .08);
}
.property-section .property-box-flat .property-box .property-image .label-white {
    position: absolute;
    inset-inline-end: 20px;
    top: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.property-section .property-box-flat .property-box .property-image .overlay-plus {
    background-color: rgb(0 0 0 / .15);
    z-index: 1;
}
.property-section .property-box-flat .property-box .property-image .overlay-plus .seen-data {
    top: unset;
    bottom: 20px;
    inset-inline-end: 56px;
    border-radius: 0;
}
.property-section .property-box-flat .property-box .property-image .overlay-plus .like-bottom {
    border-radius: 0;
}
.property-section .property-box-flat .property-box .property-details h3 {
    margin-top: -2px;
}
.property-section .property-box-flat .property-box .property-details h3 a {
    color: var(--theme-defaultblue);
}
.property-section .property-box-flat .property-box .property-details p {
    color: rgb(88 97 103 / .7);
}
.property-section .property-box-flat .property-box:hover .property-image .label-white {
    z-index: 2;
    background-color: var(--theme-default5);
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.property-section .property-box-flat .property-box:hover .property-image .label-white::after {
    -webkit-box-shadow: 0 5px 12.5px var(--theme-default5);
    box-shadow: 0 5px 12.5px var(--theme-default5);
    opacity: .35;
}
.property-section .property-box-flat .property-box:hover .property-image .label-white.color-7 {
    background-color: var(--theme-defaultorange);
}
.property-section .property-box-flat .property-box:hover .property-image .label-white.color-7::after {
    -webkit-box-shadow: 0 5px 12.5px var(--theme-defaultorange);
    box-shadow: 0 5px 12.5px var(--theme-defaultorange);
}
.property-section .property-3 .slick-list {
    margin: -30px -12px;
}
.property-section .property-3 .slick-list .slick-track .slick-slide>div {
    margin: 30px 20px;
}
.property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .label-white {
    z-index: 2;
    background-color: var(--theme-default5);
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .label-white::after {
    -webkit-box-shadow: 0 3px 6px var(--theme-default5);
    box-shadow: 0 3px 6px var(--theme-default5);
    opacity: .35;
}
.property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .label-white.color-7 {
    background-color: var(--theme-defaultorange);
}
.property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .label-white.color-7::after {
    -webkit-box-shadow: 0 5px 12.5px var(--theme-defaultorange);
    box-shadow: 0 5px 12.5px var(--theme-defaultorange);
}
.property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .overlay-property-box, .property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .overlay-plus {
    opacity: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.property-section .property-3 .property-box:hover .property-image .overlay-property-box, .property-section .property-3 .property-box:hover .property-image .overlay-plus {
    opacity: 0;
}
.property-section .property-3 .property-box:hover .property-image .label-white {
    background-color: #fff;
    color: var(--theme-default5);
}
.property-section .property-3 .property-box:hover .property-image .label-white::after {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.property-section .property-3 .property-box:hover .property-image .label-white.color-7 {
    background-color: #fff;
    color: var(--theme-defaultorange);
}
.property-section .property-3 .property-box:hover .property-image .label-white.color-7::after {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.property-section .property-4 .slick-list .slick-track .slick-slide {
    margin-bottom: -6px;
}
.property-section .list-property .property-box {
    -webkit-box-shadow: 0 0 35px rgb(0 0 0 / .09);
    box-shadow: 0 0 35px rgb(0 0 0 / .09);
}
.property-section .list-property .property-box .text-center {
    margin-top: -28px;
    position: relative;
}
.property-section .list-property .property-box .text-center .label-gradient {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.property-section .list-property .property-box .property-image .overlay-property {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    -webkit-transition: 5.4s;
    transition: 5.4s;
    background-color: #fff;
    border-radius: 15px;
    height: calc(100% - 92px);
    width: 85%;
    position: absolute;
    top: 14%;
    inset-inline-start: 8%;
    padding: 40px;
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box h4 {
    line-height: 1.2;
    color: #586167;
    font-weight: 700;
    margin-bottom: 12px;
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box p {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.3;
    color: rgb(88 97 103 / .7);
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box a {
    background-image: var(--theme-defaultorange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    position: relative;
    font-weight: 600;
    display: initial;
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box a::after {
    position: absolute;
    content: "";
    inset-inline-end: -45px;
    top: 10px;
    width: 35px;
    height: 2px;
    border-radius: 1px;
    background-color: #CF6615;
}
.property-section .list-property .property-box .property-image .overlay-property::after {
    background-color: #303030;
    opacity: .4;
    z-index: -1;
}
.property-section .list-property .property-box:hover .text-center .label-gradient {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}
.property-section .list-property .property-box:hover .text-center .label-gradient::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: -5.15px 8.572px 25px #CF6615;
    box-shadow: -5.15px 8.572px 25px #CF6615;
    opacity: .3;
}
.property-section .list-property .property-box .sticky-developer-img {
    position: absolute;
    top: 5px;
    inset-inline-start: 5px;
    width: 25%;
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.property-section .list-property .property-box:hover .sticky-developer-img {
    opacity: 0;
    -webkit-transform: translate(300px, 300px) scale(0);
    transform: translate(300px, 300px) scale(0);
}
.property-section .list-property .property-box:hover .property-image .overlay-property {
    opacity: .7;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.property-section .listing-hover-property {
    margin-bottom: -30px;
}
.property-section .listing-hover-property .property-box {
    position: relative;
}
.property-section .listing-hover-property .property-box .property-image .labels-left {
    top: 15px;
}
.property-section .listing-hover-property .property-box .bottom-property {
    position: absolute;
    inset-inline-start: 0;
    bottom: -70px;
    color: #fff;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    width: 100%;
    z-index: 1;
}
.property-section .listing-hover-property .property-box .bottom-property div.d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.property-section .listing-hover-property .property-box .bottom-property>div {
    padding: 15px;
    -webkit-transition: height 0.9s;
    transition: height 0.9s;
}
.property-section .listing-hover-property .property-box .bottom-property h5 {
    font-weight: 600;
}
.property-section .listing-hover-property .property-box .bottom-property h5 a {
    color: #fff;
}
.property-section .listing-hover-property .property-box .bottom-property h6 {
    margin-bottom: 0;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option {
    background-color: rgb(0 0 0 / .8);
    padding: 0;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 20px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li:nth-child(1) {
    background-color: #636363;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li:nth-child(2) {
    background-color: #565656;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li:nth-child(3) {
    background-color: #494949;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li:nth-child(4) {
    background-color: #3d3d3d;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li .media img {
    width: 30px;
    -webkit-filter: brightness(.8) invert(.8);
    filter: brightness(.8) invert(.8);
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li .media .media-body {
    margin-inline-start: 10px;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li span {
    font-size: 13px;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li h6 {
    font-weight: 500;
}
.property-section .listing-hover-property .property-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    inset-inline-start: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgb(0 0 0 / .8)));
    background-image: linear-gradient(to bottom, transparent 60%, rgb(0 0 0 / .8) 100%);
}
.property-section .listing-hover-property .property-box:hover .bottom-property {
    bottom: 0;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.property-section .listing-hover-property .property-box:hover .bottom-property>div {
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.property-section .listing-hover-property .property-box:hover .bottom-property .overlay-option ul li {
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.property-section .listing-hover-property .property-box:hover::after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), to(rgb(0 0 0 / .9)));
    background-image: linear-gradient(to bottom, transparent 45%, rgb(0 0 0 / .9) 100%);
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.property-section .listing-hover-property>div {
    margin-bottom: 30px;
}
.property-section .property-label .property-box .property-image .labels-left .label {
    text-transform: capitalize;
    font-size: 12px;
}
.property-section .tab-content .tab-pane .list-property>div .property-box {
    -webkit-animation: zoomIn 0.8s;
    animation: zoomIn 0.8s;
}
.property-grid .property-box .agent-image {
    border-bottom: 1px solid #eee;
}
.property-grid.list-view .property-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.property-grid.list-view .property-box .property-image {
    width: 50%}
.property-grid.list-view .property-box .property-image .bg-size {
    height: 100%}
.property-grid.list-view .property-box .agent-image {
    border-inset-inline-end: 1px solid #eee;
}
.property-grid-3 {
    position: relative;
}
.property-grid-3 .filter-bottom-content {
    top: 45px;
}
.property-grid-3 .property-grid.list-view .property-box .agent-image {
    width: 100%}
.property-grid-3 .property-grid.list-view .property-box .agent-image>div {
    height: 100%}
.property-grid-3 .property-grid.list-view .property-box .agent-image:hover .overlay-content {
    inset-inline-start: 53%}
.property-grid-3 .filter-panel .top-panel h2 {
    margin-top: -2px;
}
.property-grid-slider .property-2 .property-box .overlay-plus {
    background: unset;
    opacity: 1;
}
.property-grid-slider .property-grid.list-view .property-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.property-grid-slider .property-grid.list-view .property-box .property-image {
    width: 45%}
.property-grid-slider .property-grid.list-view .bg-size {
    height: 39vh;
}
.property-grid-slider .property-grid.list-view .thumbnail-nav .bg-size {
    height: auto;
}
.property-grid-slider .property-grid .slider-for .slick-slide img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}
.property-grid-slider .property-grid .slider-nav {
    margin: 6px 0 -5px -4px;
}
.property-grid-slider .property-grid .slider-nav .slick-slide {
    margin: 0 3px;
}
.property-grid-slider .property-grid .slider-nav .slick-slide img {
    min-height: 72px;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover;
}
.property-map .filter-panel {
    margin-bottom: 0;
}
.property-map .property-grid {
    padding-top: 40px;
}
.property-map .theme-pagination {
    margin-bottom: 40px;
}
.property-map .filter-bottom-content {
    z-index: 2;
    width: 90%;
    inset-inline-end: 0;
    top: 45px;
    margin: 0 auto;
}
.property-list-view .property-grid.list-view .property-box .property-image {
    width: 100%}
.mfp-title {
    display: none;
}
.property-main {
    overflow: unset;
}
.single-property-section {
    position: absolute;
    bottom: -76px;
    width: 100%}
.single-property-section .btn {
    padding: 4px 10px;
    font-size: 12px;
}
.single-property-section .btn.btn-dashed {
    padding: 5px 10px;
}
.single-property-section .feature-label {
    margin-top: 15px;
}
.single-property-section .feature-label .btn {
    cursor: unset;
}
.single-property-section .left-single .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-property-section .left-single h2 {
    margin-top: -3px;
}
.single-property-section .left-single p {
    margin-bottom: 15px;
}
.single-property-section .left-single ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px -10px 15px;
}
.single-property-section .left-single ul li {
    margin: 5px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-property-section .left-single ul li:hover {
    color: var(--theme-defaultorange);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-property-section .left-single ul li>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}
.single-property-section .left-single ul li>div img {
    width: 16px;
    margin-inline-end: 10px;
}
.single-property-section .left-single ul li>div .ruler-tool {
    width: 14px;
    height: 20px;
}
.single-property-section .left-single .share-buttons a svg {
    width: 14px;
    height: 14px;
    vertical-align: -3px;
}
.single-property-section .left-single .share-buttons>div {
    position: relative;
}
.single-property-section .left-single .share-buttons>div .share-hover {
    position: absolute;
    bottom: -50px;
    inset-inline-start: 0;
    background: #fff;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-property-section .left-single .share-buttons>div .share-hover ul {
    margin: 0;
}
.single-property-section .left-single .share-buttons>div .share-hover ul li {
    margin: 0;
    padding: 10px;
}
.single-property-section .left-single .share-buttons>div .share-hover ul li+li {
    border-inset-inline-start: 1px solid #eee;
}
.single-property-section .left-single .share-buttons>div:hover .share-hover {
    bottom: -45px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-property-section .single-title {
    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;
    padding: 30px;
    background-color: #ffffffd1;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    border-radius: 25px;
}
.single-property-section .single-title .right-single {
    text-align: end;
}
.single-property-section .single-title .right-single .price {
    color: var(--theme-defaultorange);
    margin-bottom: 0;
}
.single-property-section .single-title .right-single .price span {
    color: #878787;
    font-size: 16px;
    font-weight: 500;
}
.icon-facebook {
    color: #3b5998;
}
.icon-twitter {
    color: #55acee;
}
.icon-instagram {
    color: #dd4b39;
}
.rating i {
    color: var(--theme-defaultorange);
}
.single-gallery {
    position: relative;
}
.title-3.inner-title h2 {
    color: var(--theme-defaultblue);
}
.single-property {
    margin-top: 30px;
}
.single-property.mt-0.pt-0 {
    padding-bottom: 60px;
}
.single-property .description-section .desc-box {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
}
.single-property .description-section .desc-box h4 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: -2px;
}
.single-property .description-section .desc-box p {
    line-height: 1.5;
    color: #878787;
    font-family: Montserrat, sans-serif;
    margin-bottom: 5px;
    width: 100%}
.single-property .description-section .desc-box .feature-dec h4, .single-property .description-section .desc-box .ratio3_2 h4, .single-property .description-section .desc-box #floor_plan h4 {
    margin-top: -3px;
}
.single-property .description-section .desc-box .single-gallery {
    margin-bottom: -2px;
}
.single-property .description-section .desc-box+.desc-box {
    margin-top: 30px;
}
.single-property .description-section .menu-top {
    background-color: #fff;
    border-bottom: 1px solid #d2d2d2;
    padding: 15px 0;
}
.single-property .description-section .menu-top li a {
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--theme-defaultblue);
}
.single-property .description-section .menu-top li.active a {
    color: var(--theme-defaultorange);
    border-bottom: 2px solid var(--theme-defaultorange);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.single-property .description-section .menu-top li:hover a {
    color: var(--theme-defaultorange);
    border-bottom: 2px solid var(--theme-defaultorange);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.single-property .description-section .menu-top.sticky {
    position: fixed;
    z-index: 2;
    top: 85px;
    inset-inline-start: 0;
    width: 100%;
    -webkit-box-shadow: 1px 3px 20px 0 rgb(0 0 0 / .1);
    box-shadow: 1px 3px 20px 0 rgb(0 0 0 / .1);
    margin-top: 0;
    padding: 16px 0;
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
}
.single-property .description-section .single-feature {
    margin-bottom: -4px;
}
.single-property .description-section .single-feature ul li {
    display: block;
    text-transform: capitalize;
    line-height: 1.9;
    margin-bottom: 6px;
}
.single-property .description-section .single-feature ul li i {
    color: var(--theme-defaultorange);
    margin-inline-end: 6px;
    vertical-align: 2px;
    font-size: 12px;
}
.single-property .description-section .attach-file {
    color: #444;
    font-weight: 500;
}
.single-property .description-section .attach-file i {
    font-size: 25px;
    margin-inline-end: 15px;
    vertical-align: -3px;
}
.single-property .description-section .attach-file:hover {
    color: var(--theme-defaultorange);
}
.single-property .description-section .about p:last-child {
    margin-bottom: -3px;
}
.single-property .description-section.tab-description .menu-top {
    border-bottom: none;
    padding: 0;
}
.single-property .description-section .gallery-for {
    position: relative;
}
.single-property .page-section {
    padding: 30px;
}
.single-property .page-section iframe {
    width: 100%;
    height: 420px;
    margin-bottom: -5px;
}
.single-property .page-section hr {
    margin: 30px 0;
}
.single-property #details h4, .single-property .about h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single-property #details h4 a, .single-property .about h4 a {
    font-size: 14px;
    color: var(--theme-defaultorange);
}
.property-list-details {
    list-style: none;
    padding: 0;
    margin: 0;
}
.property-list-details {
    list-style: none;
    padding: 0;
    margin: 0;
}
.property-list-details li {
    display: flex;
    align-items: baseline;
    line-height: 1.5;
    font-weight: 500;
    color: rgb(88 97 103 / .85);
    padding: 10px 0;
}
.property-list-details li .label {
    white-space: nowrap;
    font-weight: 600;
    min-width: 140px;
    display: inline-block;
    color: #586167;
    margin-inline-end: 10px;
}
.property-list-details li .value {
    text-align: start;
    flex: 1;
    position: relative;
    padding-bottom: 10px;
}
.property-list-details li .value::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgb(88 97 103 / .1), #fff0);
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
}
.property-list-details li .value::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted rgb(88 97 103 / .1);
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    background: linear-gradient(to right, rgb(88 97 103 / .1) 50%, #fff0);
}
.modal-form {
    position: absolute;
    top: 30px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    inset-inline-end: 15%;
    background: #fff;
    border-radius: 0;
    z-index: 1;
}
.modal-form .filter-cards .advance-card .category-property form input {
    padding: 8px 10px 6px;
}
.review-form .form-control {
    padding: 7px 15px;
    color: #878787;
}
.sticky-cls {
    position: sticky;
    z-index: 1;
    top: 75px;
}
.home-view {
    height: 70vh;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.home-view .home-content {
    height: 70vh;
}
.home-view .a-canvas {
    height: 70vh!important;
}
.home-view .view-icon {
    position: absolute;
    bottom: 20px;
    inset-inline-start: 20px;
    -webkit-filter: invert(1);
    filter: invert(1);
}
.line-tab.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid #fff0;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--theme-defaultblue);
}
.line-tab.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--theme-defaultorange);
    color: var(--theme-defaultorange);
}
.line-tab.nav-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid var(--theme-defaultorange);
}
.without-top .single-property-section {
    position: relative;
    bottom: unset;
}
.single-property-images {
    height: 600px;
    overflow: unset;
}
.single-property-images .slick-prev {
    inset-inline-start: 30px;
}
.single-property-images .slick-next {
    inset-inline-end: 30px;
}
.single-property-images.ratio_40 .bg-size:before {
    padding-top: 31%}
.image_section {
    margin-bottom: 30px;
}
.image_section .row>div+div {
    margin-top: 15px;
}
.image_section.row .bg-size {
    height: 100%}
.property-grid-2 {
    position: relative;
}
.property-grid-2 .filter-panel .top-panel h2 {
    margin-top: -2px;
}
@media print {
    .nav-tabs {
    display: inline;
}
* {
    -webkit-print-color-adjust: exact;
}
}.theme-pagination {
    margin-top: 30px;
    text-align: end;
}
.theme-pagination .pagination {
    display: inline-block;
}
.theme-pagination .pagination .page-item .page-link {
    color: var(--theme-defaultorange);
    border-radius: 4px;
    font-weight: 500;
    padding: 6px 13px;
}
.theme-pagination .pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.theme-pagination .pagination .page-item .page-link:hover, .theme-pagination .pagination .page-item .page-link:focus {
    background-color: var(--theme-defaultorange);
    border-color: var(--theme-defaultorange);
    color: #fff;
}
.theme-pagination .pagination .page-item.active .page-link {
    background-color: var(--theme-defaultorange);
    border-color: var(--theme-defaultorange);
    color: #fff;
    z-index: 1;
}
.theme-pagination .pagination .page-item+.page-item {
    margin-inline-start: 8px;
}
.pagination-tab.nav-tabs {
    margin-bottom: 0;
}
.pagination-tab.nav-tabs .nav-item .nav-link {
    padding: 12px 20px;
    color: #CF6615;
    border-radius: 5px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}
.pagination-tab.nav-tabs .nav-item .nav-link::before {
    display: none;
}
.pagination-tab.nav-tabs .nav-item .nav-link::after {
    opacity: .1;
    background-color: #CF6615;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    z-index: -1;
}
.pagination-tab.nav-tabs .nav-item .nav-link:hover, .pagination-tab.nav-tabs .nav-item .nav-link:focus {
    background-color: #fff0;
}
.pagination-tab.nav-tabs .nav-item .nav-link:hover::after, .pagination-tab.nav-tabs .nav-item .nav-link:focus::after {
    background-color: #CF6615;
}
.pagination-tab.nav-tabs .nav-item .nav-link.active {
    color: #fff;
}
.pagination-tab.nav-tabs .nav-item .nav-link.active::after {
    opacity: 1;
}
.pagination-tab.nav-tabs .nav-item+.nav-item {
    margin-inline-start: 20px;
}
.slick-dots li button:before {
    opacity: 1;
}
.portfolio-section.zoom-gallery .grid-item a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.portfolio-section .grid-item .overlay {
    overflow: hidden;
}
.portfolio-section .grid-item .portfolio-image {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #f8f9fa!important;
}
.portfolio-section .grid-item:hover .portfolio-image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.details-right {
    padding: 40px;
}
#detail .details-right {
    padding: 40px 15px;
}
.details-right h3 {
    margin-bottom: 15px;
}
.details-right p {
    line-height: 1.7;
}
.project-details {
    margin-top: 40px;
}
.project-details h3 {
    margin-bottom: 20px;
}
.project-details .detail-container {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.project-details .detail-container:last-child {
    border: none;
    padding-bottom: 0;
}
.project-details .detail-container h6 {
    margin-bottom: 0;
}
.project-details .detail-container .portfolio-left {
    width: 70%}
.project-details .detail-container .portfolio-left h6 {
    font-weight: 600;
    text-transform: capitalize;
}
.project-details .detail-container .portfolio-right {
    width: 75%}
.portfolio-details .portfolio-section {
    margin-top: 50px;
}
.portfolio-details .details-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.portfolio-grid .filter-panel {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 40px;
}
.portfolio-grid .filter-panel .top-panel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.portfolio-grid .property-text {
    margin-top: 15px;
}
.portfolio-grid .property-text h3 {
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.portfolio-grid .property-text h3 a {
    color: var(--theme-defaultblue);
}
.portfolio-grid .property-text h6 {
    color: #959595;
    font-size: 14px;
    margin-bottom: -3px;
    line-height: 1.7;
}
.portfolio-grid.creative-3 .row>div:nth-child(6) .overlay {
    margin-inline-end: -1px;
}
.grid-box {
    border-radius: 10px;
    -webkit-box-shadow: 3.346px 3.716px 25px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 25px rgb(0 0 0 / .07);
    overflow: hidden;
}
.grid-box .property-text {
    padding: 30px;
    margin-top: 0;
}
.grid-box .property-text h3 {
    margin-top: -3px;
    margin-bottom: 2px;
}
.parallax-section .full_banner {
    height: 93vh;
    background-attachment: fixed;
    background-color: rgb(0 0 0 / .5);
    background-blend-mode: overlay;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px;
}
.parallax-section .full_banner .center-content {
    text-align: end;
}
.parallax-section .full_banner .center-content h2, .parallax-section .full_banner .center-content h6 {
    color: rgb(255 255 255 / .8);
}
.parallax-section .full_banner .center-content h6 {
    padding: 10px 20px;
    background-color: #000;
    border-radius: 4px;
    text-transform: capitalize;
}
.center-slides .img-center {
    height: 93vh;
}
.center-slides .img-center .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgb(0 0 0 / .5);
    width: 100%;
    height: 93vh;
    text-align: center;
    position: relative;
    z-index: 1;
}
.center-slides .img-center .center-content h3, .center-slides .img-center .center-content h6 {
    color: #fff;
}
.center-slides .img-center .center-content h3 {
    font-weight: 600;
}
.center-slides .img-center .center-content h6 {
    margin-bottom: 0;
}
.center-slides .slick-slide .img-center .center-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.center-slides .slick-slide.slick-center .img-center .center-content {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.center-slides .slick-slide.slick-center .img-center .center-content h3 {
    -webkit-animation: fadeInLeft 0.4s ease;
    animation: fadeInLeft 0.4s ease;
}
.center-slides .slick-slide.slick-center .img-center .center-content h6 {
    -webkit-animation: fadeInRight 0.4s ease;
    animation: fadeInRight 0.4s ease;
    padding: 10px 20px;
    background-color: #000;
    border-radius: 4px;
    text-transform: capitalize;
}
.arrow-define {
    position: absolute;
    top: -54px;
    font-weight: 500;
    font-size: 14px;
    inset-inline-end: -60px;
    cursor: auto;
}
.arrow-define::after {
    content: "";
    background-image: url(../images/arrow.png);
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: contain;
    inset-inline-start: -50px;
    bottom: -37px;
    background-repeat: no-repeat;
    -webkit-animation: movebounce 4s linear infinite;
    animation: movebounce 4s linear infinite;
}
.map-section {
    position: relative;
    z-index: 1;
}
.map-section iframe, .map-section .map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
}
.gm-style div[title] {
    opacity: 1!important;
}
.gm-style div[title] img {
    display: block!important;
    height: 65px!important;
    width: auto!important;
}
.add-animation {
    -webkit-animation: 1s linear infinite bounce-1;
    animation: 1s linear infinite bounce-1;
}
.add-filter {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.infoBox>img {
    background: #fff;
}
.infoBox .marker-detail {
    background: #fff;
    overflow: hidden;
    position: relative;
}
.infoBox .marker-detail img {
    height: auto;
    width: 202px;
}
.infoBox .marker-detail .label {
    position: absolute;
    inset-inline-start: 10px;
    top: 10px;
    font-size: 10px;
    padding: 4px 8px 3px;
}
.infoBox .marker-detail .detail-part {
    padding: 10px;
}
.infoBox .marker-detail .detail-part h6 {
    font-weight: 600;
}
.infoBox .marker-detail .detail-part ul {
    margin-bottom: 15px;
}
.infoBox .marker-detail .detail-part ul li {
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    font-size: 13px;
}
.infoBox .marker-detail .detail-part ul li:first-child {
    padding-inline-start: 0;
}
.infoBox .marker-detail .detail-part ul li:last-child {
    padding-inline-end: 0;
}
.infoBox .marker-detail .detail-part span, .infoBox .marker-detail .detail-part a {
    font-size: 14px;
    font-weight: 500;
}
.infoBox .marker-detail .detail-part a {
    float: inline-end;
    color: var(--theme-defaultorange);
    text-decoration: underline;
}
.leaflet-popup-tip-container {
    width: 20px;
    height: 20px;
    margin-inline-start: -15px;
}
.leaflet-popup-content .infoBox .marker-detail .detail-part span, .leaflet-popup-content .infoBox .marker-detail .detail-part a {
    font-family: Montserrat, sans-serif;
}
.leaflet-marker-icon.leaflet-interactive {
    width: 35px!important;
    height: 38px!important;
}
.leaflet-pane {
    z-index: 1;
}
.leaflet-top, .leaflet-bottom {
    z-index: 1;
}
.leaflet-control {
    z-index: 8;
}
.leaflet-shadow-pane {
    display: none;
}
.leaflet-shadow-pane img {
    -webkit-transform: none!important;
    transform: none!important;
}
.H_ib_body {
    bottom: 48px;
}
.H_ib_tail {
    margin: -53px -10px;
}
.H_ib_content {
    line-height: .95;
}
.MicrosoftMap>div {
    z-index: 1!important;
}
.MicrosoftMap .Infobox {
    border-radius: 0!important;
    border: none!important;
}
.MicrosoftMap .Infobox.no-title .infobox-info {
    margin-inline-end: 0!important;
}
.MicrosoftMap .Infobox .infobox-body {
    width: auto!important;
    height: 100%!important;
    max-height: 100%!important;
    padding-bottom: 0!important;
}
.MicrosoftMap .Infobox .infobox-info {
    padding: 0!important;
    max-height: -webkit-max-content!important;
    max-height: -moz-max-content!important;
    max-height: max-content!important;
    color: unset!important;
    font-family: Roboto, sans-serif!important;
}
.MicrosoftMap .infobox-close {
    z-index: 1;
}
.map-modal .modal-dialog {
    width: 100%;
    height: 90%;
    max-width: 97%}
.map-modal .modal-dialog .modal-content {
    border: 0 none;
    border-radius: 0;
}
.map-modal .modal-dialog .modal-content .btn-close {
    z-index: 2;
    font-weight: 500;
    background: var(--theme-defaultorange);
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.map-modal .modal-dialog .modal-content .btn-close span {
    font-size: 30px;
    color: #fff;
    line-height: .9;
}
.map-modal .modal-dialog .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    padding-inline-start: 0;
    padding-inline-end: 0;
}
.map-modal .modal-dialog .modal-content iframe, .map-modal .modal-dialog .modal-content .map {
    width: 100%;
    height: 100%}
.onclick-map-wrap {
    margin-bottom: 30px;
}
.onclick-map {
    display: none;
}
.onclick-map iframe, .onclick-map .map {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}
.slick-initialized .slick-slide {
    margin-bottom: -6px;
}
.slick-initialized .slick-slide:focus {
    outline: none;
}
.slick-initialized .slick-slide>div:focus {
    outline: none;
}
.slick-initialized .slick-slide>div>div:focus {
    outline: none;
}
.slick-initialized .slick-slide>div>div a:focus {
    outline: none;
}
.slick-initialized .slick-arrow {
    z-index: 1;
}
.slick-between .slick-slider .slick-list {
    margin: 0 -25px;
}
.slick-between .slick-slider .slick-list .slick-track .slick-slide>div {
    margin: 0 25px;
}
.slick-shadow .slick-list {
    margin-bottom: -30px!important;
}
.slick-shadow .slick-list .slick-track .slick-slide {
    margin-bottom: 0;
}
.slick-shadow .slick-list .slick-track .slick-slide>div {
    margin-bottom: 30px!important;
}
.feature-slider .slick-slide, .grid-slider .slick-slide, .slider-for .slick-slide, .main-innerimage-slider .slick-slide {
    margin-bottom: -5px;
}
.feature-slider .slick-arrow, .grid-slider .slick-arrow, .slider-for .slick-arrow, .main-innerimage-slider .slick-arrow {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feature-slider .slick-arrow:before, .grid-slider .slick-arrow:before, .slider-for .slick-arrow:before, .main-innerimage-slider .slick-arrow:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 14px;
    opacity: 1;
}
.feature-slider .slick-arrow:hover, .grid-slider .slick-arrow:hover, .slider-for .slick-arrow:hover, .main-innerimage-slider .slick-arrow:hover {
    background-color: rgb(0 0 0 / .2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feature-slider .slick-prev:before, .grid-slider .slick-prev:before, .slider-for .slick-prev:before, .main-innerimage-slider .slick-prev:before {
    content: "\f060"}
.feature-slider .slick-next:before, .grid-slider .slick-next:before, .slider-for .slick-next:before, .main-innerimage-slider .slick-next:before {
    content: "\f061"}
.arrow-light .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgb(255 255 255 / .1);
}
.arrow-light .slick-arrow:hover {
    background-color: var(--theme-defaultorange);
    color: #fff;
}
.arrow-light .slick-prev:before, .arrow-light .slick-next:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 14px;
    margin-inline-start: 1px;
}
.arrow-light .slick-prev {
    inset-inline-start: -75px;
}
.arrow-light .slick-prev:before {
    content: "\f053"}
.arrow-light .slick-next {
    inset-inline-end: -75px;
}
.arrow-light .slick-next:before {
    content: "\f054"}
.dot-gradient {
    margin-bottom: 25px!important;
}
.dot-gradient .slick-dots {
    position: relative;
}
.dot-gradient .slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.dot-gradient .slick-dots li button::before {
    background-image: var(--theme-defaultblue);
    width: 10px;
    height: 10px;
    opacity: .3;
    inset-inline-start: 5px;
    top: 5px;
    border-radius: 100%;
    color: #fff0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.dot-gradient .slick-dots li.slick-active button {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.dot-gradient .slick-dots li.slick-active button::before {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.dot-gradient .slick-dots li.slick-active button::after {
    background-color: var(--theme-defaultorange);
    opacity: .2;
    border-radius: 100%}
.modern-dot.slick-dotted {
    margin-bottom: 3px;
}
.modern-dot.property-3.slick-dotted {
    margin-bottom: 2px;
}
.modern-dot .slick-dots {
    position: relative;
    bottom: unset;
    margin-top: 50px;
}
.modern-dot .slick-dots li {
    width: auto;
    height: auto;
}
.modern-dot .slick-dots li button {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    opacity: .5;
    background-color: var(--theme-default5);
}
.modern-dot .slick-dots li button::before {
    display: none;
}
.modern-dot .slick-dots li.slick-active button {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.modern-dot.color-7 .slick-dots li button {
    background-color: var(--theme-defaultorange);
}
.modern-dot.color-7 .slick-dots li.slick-active button {
    background-color: var(--theme-defaultorange)!important;
}
.arrow-image .slick-arrow {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 75px rgb(0 0 0 / .08);
    box-shadow: 0 0 75px rgb(0 0 0 / .08);
}
.arrow-image .slick-arrow::before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 18px;
    color: var(--theme-defaultorange);
    position: relative;
    z-index: 1;
}
.arrow-image .slick-arrow::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100%;
    top: 15px;
    inset-inline-start: 15px;
}
.arrow-image .slick-arrow .slick-thumb-nav::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100%;
    top: 15px;
    inset-inline-start: 15px;
}
.arrow-image .slick-next::before {
    content: "\f061"}
.arrow-image .slick-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.arrow-image .slick-prev::before {
    content: "\f060"}
.arrow-image.main-innerimage-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fff;
}
.arrow-image.main-innerimage-slider .slick-arrow::after {
    width: 60px;
    height: 60px;
    background-color: rgb(255 255 255 / .3);
    top: -10px;
    inset-inline-start: -10px;
    -webkit-animation: heartbit 2s ease-out;
    animation: heartbit 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.arrow-image.main-innerimage-slider .slick-arrow::before {
    color: var(--theme-defaultorange);
    font-size: 16px;
}
.arrow-image.color-7 .slick-arrow::before {
    color: var(--theme-defaultorange);
}
.logo-box {
    display: inline-block;
}
.logo-box a {
    display: inline-block;
    margin: 0 auto;
}
.logo-box img {
    margin: 0 auto;
}
.arrow-gradient {
    position: relative;
}
.arrow-gradient .slick-arrow {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.arrow-gradient .slick-arrow::before {
    font-size: 16px;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    opacity: 1;
    color: #CF6615;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    margin-top: 1px;
}
.arrow-gradient .slick-arrow::after {
    background-color: #CF6615;
    border-radius: 5px;
    opacity: .15;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.arrow-gradient .slick-arrow:hover, .arrow-gradient .slick-arrow:focus {
    background-color: var(--theme-defaultorange);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.arrow-gradient .slick-arrow:hover::before, .arrow-gradient .slick-arrow:focus::before {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.arrow-gradient .slick-arrow:hover::after, .arrow-gradient .slick-arrow:focus::after {
    opacity: .3;
    -webkit-box-shadow: -5.15px 8.572px 25px #CF6615;
    box-shadow: -5.15px 8.572px 25px #CF6615;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.arrow-gradient .slick-prev::before {
    content: "\f060"}
.arrow-gradient .slick-next::before {
    content: "\f061"}
.arrow-gradient.arrow-right .slick-arrow {
    top: -145px;
}
.arrow-gradient.arrow-right .slick-prev {
    inset-inline-end: 58px;
    inset-inline-start: unset;
}
.arrow-gradient.arrow-right .slick-prev::after {
    opacity: .2;
}
.arrow-gradient.arrow-right .slick-next {
    inset-inline-end: 0;
}
.brand-slider {
    margin-bottom: -1px;
}
.brand-slider .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.brand-slider .slick-list .slick-slide>div>div {
    text-align: center;
}
.testimonial-bg {
    background-image: url(../images/testimonial/1.jpg);
}
.testimonial-bg.testimonial-layout6 {
    background-image: url(../images/banners/banner2.jpg);
    background-color: rgb(0 0 0 / .6);
    background-blend-mode: overlay;
}
.client-slider {
    text-align: center;
    padding: 40px 60px;
    border-radius: 10px;
    width: 65%;
    margin: 67px auto 0;
    position: relative;
    top: -8px;
}
.client-slider h6, .client-slider p {
    color: #fff;
}
.client-slider h6 {
    letter-spacing: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
}
.client-slider .user-list {
    position: absolute;
    top: -68px;
    inset-inline-start: 0;
    inset-inline-end: 0;
}
.client-slider .user-list li {
    position: relative;
}
.client-slider .user-list li .heart-bg {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% 50% 0 50%;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    bottom: -28px;
    inset-inline-start: 42px;
}
.client-slider .user-list li img {
    -webkit-filter: drop-shadow(-4.33px 2.5px 22.5px rgb(0 0 0 / .1));
    filter: drop-shadow(-4.33px 2.5px 22.5px rgb(0 0 0 / .1));
    border-radius: 100%;
    display: inline-block;
}
.client-slider .user-list li:first-child {
    margin-inline-end: -30px;
}
.client-slider .user-list li:first-child img, .client-slider .user-list li:last-child img {
    width: 70px;
}
.client-slider .user-list li:nth-child(2) img {
    position: relative;
    z-index: 2;
    width: 130px;
}
.client-slider .user-list li:nth-child(2) img.heart-icon {
    position: absolute;
    bottom: -15px;
    inset-inline-start: 56px;
}
.client-slider .user-list li:nth-child(2) .heart-icon {
    width: auto;
}
.client-slider .user-list li:last-child {
    margin-inline-start: -30px;
}
.client-slider .client-rating {
    padding-bottom: 15px;
}
.client-slider p {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 2;
    margin-top: 75px;
}
.client-rating li i {
    color: #fc3;
}
.loader-wrapper {
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 12;
    top: 0;
    inset-inline-start: 0;
    opacity: .9;
}
.loader-wrapper.img-gif {
    overflow: hidden;
}
.loader-wrapper.img-gif img {
    width: 120px;
}
.loader-text {
    text-align: center;
}
.loader-text img {
    height: 150px;
}
.loader-text h3 {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
    padding: 0 15px;
}
.loader-img {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}
.loader-img img {
    height: 55px!important;
}
.bg-overlay.active {
    height: 100vh;
    width: 100vw;
    background-color: rgb(0 0 0 / .2);
    position: fixed;
    z-index: 3;
    top: 0;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
header.light-header .brand-logo img {
    margin-top: 5px;
}
header.header-6 .menu {
    margin-top: -6px;
}
header.header-6 .menu .brand-logo {
    margin-top: 6px;
}
header {
    z-index: 3;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    background-color: rgb(0 0 0 / .5);
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
header.fixed-header.fixed .main-navbar .nav-menu>li {
    padding-top: 15px;
    padding-bottom: 15px;
}
header.fixed {
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
}
header.inner-page.fixed {
    background-color: #000;
}
header.inner-page .main-navbar .nav-menu>li .nav-submenu li a:hover {
    color: var(--theme-defaultorange)!important;
}
header.inner-page .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
    color: var(--theme-defaultorange)!important;
}
header.header-4, header.light-header {
    position: relative;
    background-color: #fff;
}
header.header-4.fixed, header.light-header.fixed {
    background-color: #fff;
}
header.header-4 .main-navbar .nav-menu>li>a, header.light-header .main-navbar .nav-menu>li>a {
    color: #586167;
    position: relative;
}
header.header-4 .main-navbar .nav-menu>li>a::before, header.light-header .main-navbar .nav-menu>li>a::before {
    position: absolute;
    content: "";
    background-color: rgb(243 68 81 / .1);
    width: 45px;
    height: 40px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    inset-inline-start: 0;
    top: -5px;
}
.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: top 0.3s;
}
.fixed-header.hidden {
    top: -100px;
}
header.header-4 .main-navbar .nav-menu>li.active>a, header.light-header .main-navbar .nav-menu>li.active>a {
    color: #CF6615!important;
}
header.header-4 .main-navbar .nav-menu>li>a:hover {
    color: var(--theme-defaultorange);
}
header.header-4 .main-navbar .nav-menu>li.active>a::before, header.light-header .main-navbar .nav-menu>li.active>a::before {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
header.header-4 .main-navbar .nav-menu>li .nav-submenu li a, header.light-header .main-navbar .nav-menu>li .nav-submenu li a {
    color: #586167;
}
header.header-4 .main-navbar .nav-menu>li .nav-submenu li a:hover, header.light-header .main-navbar .nav-menu>li .nav-submenu li a:hover {
    color: #CF6615!important;
}
header.header-4 .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-title h5, header.light-header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-title h5 {
    color: #586167;
}
header.header-4 .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li a, header.light-header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
    color: #586167;
}
header.header-4 .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover, header.light-header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
    color: #CF6615!important;
}
header.header-4 .menu .brand-logo, header.light-header .menu .brand-logo {
    margin-inline-start: 0;
}
header.header-4 .menu .header-right, header.light-header .menu .header-right {
    position: relative;
    z-index: 1;
}
header.header-4 .menu .header-right li a, header.light-header .menu .header-right li a {
    color: #586167;
}
header .menu {
    padding: 10px 0;
}
header.light-header .toggle-nav i {
    color: var(--theme-defaultblue);
}
header.header-4 .menu .header-right li>a {
    padding: 11px;
    position: relative;
}
header.header-4 .menu .header-right li>a::after {
    background-color: #CF6615;
    opacity: .1;
    border-radius: 5px;
}
header.header-4 .menu .header-right li>a svg {
    color: #CF6615;
    vertical-align: top;
    margin-inline-end: 0;
}
header.header-4 .menu .header-right li .search-box i {
    padding: 12px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: var(--theme-defaultorange);
    color: #fff;
    cursor: pointer;
}
header.header-4 .menu .header-right li .search-box span {
    color: #CF6615;
    font-weight: 500;
    margin-inline-start: 5px;
    display: inline-block;
}
header.header-4 .menu .header-right li .search-box .form-control {
    position: absolute;
    border: none;
    height: 100%;
    width: 14%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    padding-inline-start: 9px;
    font-weight: 500;
    font-size: 14px;
    color: #CF6615;
    font-family: Montserrat, sans-serif;
    border-radius: 0 5px 5px 0;
    top: 0;
    inset-inline-start: 38px;
    z-index: -1;
}
header.header-4 .menu .header-right li .search-box .form-control::-webkit-input-placeholder {
    color: #CF6615;
    opacity: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    font-weight: 500;
}
header.header-4 .menu .header-right li .search-box .form-control::-moz-placeholder {
    color: #CF6615;
    opacity: 0;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
    font-weight: 500;
}
header.header-4 .menu .header-right li .search-box .form-control:-ms-input-placeholder {
    color: #CF6615;
    opacity: 0;
    -ms-transition: width 0.5s;
    transition: width 0.5s;
    font-weight: 500;
}
header.header-4 .menu .header-right li .search-box .form-control::-ms-input-placeholder {
    color: #CF6615;
    opacity: 0;
    -ms-transition: width 0.5s;
    transition: width 0.5s;
    font-weight: 500;
}
header.header-4 .menu .header-right li .search-box .form-control::placeholder {
    color: #CF6615;
    opacity: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    font-weight: 500;
}
header.header-4 .menu .header-right li .search-box .form-group {
    margin-bottom: 0;
}
header.header-4 .menu .header-right li .search-box .form-group::before {
    background-color: #fff;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 5px 5px 0;
    inset-inline-start: 40px;
    width: 14%;
    z-index: 1;
}
header.header-4 .menu .header-right li .search-box .form-group::after {
    background-color: #CF6615;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 5px 5px 0;
    inset-inline-start: 40px;
    width: 14%;
    z-index: 1;
}
header.header-4 .menu .header-right li .search-box.open i {
    border-radius: 5px 0 0 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
header.header-4 .menu .header-right li .search-box.open span {
    opacity: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
header.header-4 .menu .header-right li .search-box.open .form-control {
    width: calc(100% - 38px);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    z-index: 1;
    background-color: #fff0;
}
header.header-4 .menu .header-right li .search-box.open .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
header.header-4 .menu .header-right li .search-box.open .form-control::-moz-placeholder {
    opacity: 1;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
}
header.header-4 .menu .header-right li .search-box.open .form-control:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: width 0.5s;
    transition: width 0.5s;
}
header.header-4 .menu .header-right li .search-box.open .form-control::-ms-input-placeholder {
    opacity: 1;
    -ms-transition: width 0.5s;
    transition: width 0.5s;
}
header.header-4 .menu .header-right li .search-box.open .form-control::placeholder {
    opacity: 1;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
header.header-4 .menu .header-right li .search-box.open .form-group::after {
    opacity: .1;
    visibility: visible;
    width: calc(100% - 41px);
}
header.header-4 .menu .header-right li .search-box.open .form-group::before {
    opacity: 1;
    visibility: visible;
    width: calc(100% - 41px);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
header.header-4 .menu .header-right li a svg {
    width: 18px;
    height: 18px;
    vertical-align: sub;
}
header.header-4 .menu .header-right li+li {
    margin-inline-start: 20px;
}
header.header-4 .main-navbar .nav-menu>li {
    padding: 14px 8px;
}
header.header-4 .main-navbar .nav-menu>li>a {
    text-transform: uppercase;
    position: relative;
}
header.header-4 .main-navbar .nav-menu>li>a::after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    inset-inline-start: unset!important;
    inset-inline-end: -14px!important;
    font-size: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1px;
    display: none;
}
header.header-4.fixed {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
}
header.header-4.top-bar .top-content .top-bar-right {
    width: auto;
}
header.header-4.top-bar .top-content .top-bar-right li .flat-box {
    background: var(--theme-defaultorange);
}
header.header-4.top-bar .top-content .top-bar-right li.d-inline-block {
    position: relative;
}
header.header-4.top-bar .top-content .top-bar-right li+li {
    margin-inline-start: 10px;
}
header.header-centered nav {
    width: 100%}
header.header-centered nav #mainnav {
    position: relative;
}
header.header-centered nav .nav-menu>li.dropdown-right .nav-submenu {
    inset-inline-start: unset;
    inset-inline-end: 0;
}
header.header-centered nav .nav-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header.header-centered nav .nav-menu li.dropdown:nth-child(6) {
    margin-inline-start: auto;
}
header.header-centered nav .brand-logo {
    position: absolute;
    inset-inline-start: 44%;
    width: 220px;
    top: 16px;
}
header.header-centered .top-content .brand-logo .for-dark {
    margin-inline-start: auto;
    margin-inline-end: auto;
}
header.header-6 .main-navbar .nav-menu>li .nav-submenu li a:hover {
    color: var(--theme-defaultblue)!important;
}
header.header-6 .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
    color: var(--theme-defaultblue)!important;
}
header.header-7 .main-navbar .nav-menu>li .nav-submenu li a:hover {
    color: var(--theme-defaultorange)!important;
}
header.header-7 .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
    color: var(--theme-defaultorange)!important;
}
header.header-relative {
    position: relative;
    background-color: var(--theme-defaultblue);
}
header.header-9 .main-navbar .nav-menu>li>a::before {
    background-color: rgb(100 50 184 / .1);
}
header.header-9 .main-navbar .nav-menu>li.active>a {
    color: var(--theme-defaultorange)!important;
}
header.header-9 .main-navbar .nav-menu>li .nav-submenu li a:hover {
    color: var(--theme-defaultorange)!important;
}
header.header-9 .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
    color: var(--theme-defaultorange)!important;
}
header.header-9 .menu .brand-logo {
    margin-inline-start: -27px;
}
header.header-9 .menu .header-right {
    position: relative;
    z-index: 1;
}
header .main-navbar {
    text-align: center;
}
header .main-navbar .nav-menu {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    text-align: start;
    vertical-align: middle;
    align-items: center;
}
header .main-navbar .nav-menu>li {
    position: relative;
    float: inline-start;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}
header .main-navbar .nav-menu>li>a {
    margin-inline-end: 40px;
}
header .main-navbar .nav-menu>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 0 5px 0;
    position: relative;
    border-radius: 15px;
    letter-spacing: .8px;
}
header .main-navbar .nav-menu>li.active>a {
    background-color: rgb(255 255 255 / .1);
}
header .main-navbar .nav-menu>li .nav-submenu {
    position: absolute;
    inset-inline-start: 0;
    z-index: 1;
    -webkit-box-shadow: 0 1px 5px 0 rgb(90 90 90 / .2);
    box-shadow: 0 1px 5px 0 rgb(90 90 90 / .2);
    padding: 15px 0 15px 0;
    background: #fff;
}
header .main-navbar .nav-menu>li .nav-submenu li {
    border: 0;
    float: none;
    position: relative;
    display: block;
}
header .main-navbar .nav-menu>li .nav-submenu li a {
    border: 0;
    background: #fff0;
    color: var(--theme-defaultblue);
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 2px 25px;
    display: block;
    letter-spacing: .07em;
    line-height: 1.9;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
header .main-navbar .nav-menu>li .nav-submenu li a .label {
    font-size: 12px;
    color: #f13439;
    position: absolute;
    padding: 0 0 0 3px;
    font-family: Montserrat, sans-serif;
}
header .main-navbar .nav-menu>li .nav-submenu li a:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    inset-inline-end: 18px;
    opacity: 0;
    font-size: 14px;
    top: 3px;
}
header .main-navbar .nav-menu>li .nav-submenu li a.menu-title-level1:after, header .main-navbar .nav-menu>li .nav-submenu li a.submenu-title:after {
    opacity: 1;
}
header .main-navbar .nav-menu>li .nav-submenu li a.arrow-cls:after {
    opacity: .8;
}
header .main-navbar .nav-menu>li .nav-submenu li a:hover {
    margin-inline-start: 3px;
    color: var(--theme-defaultorange)!important;
}
header .main-navbar .nav-menu>li .nav-submenu li .nav-sub-childmenu {
    position: absolute;
    width: 200px;
    inset-inline-end: -200px;
    top: 0;
    background: #fff;
    border: none;
    padding: 15px 0 15px 0;
    -webkit-box-shadow: 0 0 1px 0 #ebebeb;
    box-shadow: 0 0 1px 0 #ebebeb;
}
header .main-navbar .nav-menu>li .mega-menu-container {
    position: absolute;
    inset-inline-start: 0;
    z-index: 4;
    -webkit-box-shadow: 0 1px 5px 0 rgb(90 90 90 / .2);
    box-shadow: 0 1px 5px 0 rgb(90 90 90 / .2);
    padding: 30px;
    background: #fff;
    width: 100%;
    border-radius: 4px;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box {
    width: 20%}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box a .label {
    font-size: 12px;
    color: #f13439;
    position: absolute;
    padding: 0 0 0 3px;
    font-family: Montserrat, sans-serif;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-title h5 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff0;
    position: relative;
    display: block;
    padding: 0;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li {
    border: 0;
    float: none;
    position: relative;
    display: block;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
    border: 0;
    background: #fff0;
    color: var(--theme-defaultblue);
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 3px 0;
    display: block;
    letter-spacing: .07em;
    line-height: 1.9;
    position: relative;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
    margin-inline-start: 4px;
    color: var(--theme-defaultorange)!important;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li.highlight-link {
    position: relative;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li.highlight-link i {
    color: var(--theme-defaultorange);
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section+.link-section {
    margin-top: 15px;
}
header .main-navbar .nav-menu>li:hover>a:after {
    inset-inline-start: 0;
    inset-inline-end: 0;
    opacity: 1;
}
header .main-navbar .nav-menu>li.mega-menu {
    position: unset;
}
header .menu {
    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;
}
header .menu .brand-logo img {
    width: 88%}
header .menu .brand-logo .for-dark {
    display: none;
}
header .menu .header-right li a {
    color: #fff;
    font-size: 13px;
}
header .menu .header-right li a svg {
    vertical-align: bottom;
    width: 18px;
    margin-inline-start: 0;
}
header .menu .header-right .dropdown .dropdown-menu {
    margin-top: 20px;
}
header.fixed {
    position: fixed;
}
header .main-navbar .nav-menu li:last-child button.btn {
    margin: -5px 0;
}
header .header-right .right-menu.color-1 ul li.cart ul.nav-submenu li .total h5:hover span {
    color: #6432b8;
}
header .header-right .right-menu.color-1 ul .dropdown ul.nav-submenu li a:hover {
    color: #6432b8!important;
}
header .header-right .right-menu ul li.cart ul.nav-submenu {
    width: 290px;
    padding: 15px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li {
    position: relative;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li+li {
    margin-top: 10px;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .total h5 {
    margin-bottom: 0;
    font-size: 16px;
    color: #878787;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .total h5:hover span {
    color: var(--theme-defaultorange);
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .total h5 span {
    font-weight: 500;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li:last-child {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media img {
    height: 70px;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body {
    margin-inline-start: 10px;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body a {
    padding: 0;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body h5 {
    font-size: 14px;
    font-weight: 600;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body span {
    font-size: 14px;
    color: #878787;
    font-weight: 500;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle {
    position: absolute;
    top: -8px;
    inset-inline-end: -5px;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle a {
    padding: 3px;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle a i {
    color: #959595;
}
header .header-right .right-menu ul li.wishlist:hover a svg {
    fill: #f13439;
}
header .header-right .right-menu ul .dropdown {
    position: relative;
    padding: 30px 5px;
}
header .header-right .right-menu ul .dropdown+.dropdown {
    margin-inline-start: 10px;
}
header .header-right .right-menu ul .dropdown ul.nav-submenu {
    position: absolute;
    inset-inline-end: 0;
    background-color: #fff;
    padding: 15px 0 15px;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
}
header .header-right .right-menu ul .dropdown ul.nav-submenu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 15px;
    z-index: 1;
}
header .header-right .right-menu ul .dropdown ul.nav-submenu li {
    display: block;
}
header .header-right .right-menu ul .dropdown ul.nav-submenu li a {
    border: 0;
    background: #fff0;
    color: var(--theme-defaultblue);
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 2px 25px;
    display: block;
    letter-spacing: .07em;
    line-height: 1.9;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
header .header-right .right-menu ul .dropdown ul.nav-submenu li a:hover {
    margin-inline-start: 3px;
    color: var(--theme-defaultorange)!important;
}
.sm-input {
    position: absolute;
    top: 50px;
    width: 200px;
    inset-inline-start: 15px;
    -webkit-transform: translateY(-20px) scaleY(0);
    transform: translateY(-20px) scaleY(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sm-input.open {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.toggle-nav {
    position: relative;
    padding-top: 22px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.toggle-nav i {
    font-size: 20px;
    color: #fff;
}
.toggle-nav.with-text {
    color: #CF6615;
}
.toggle-nav.with-text span {
    font-weight: 500;
    margin-inline-start: 10px;
    display: none;
    line-height: .8;
}
.mega-box .link-section .demo ul li a {
    position: relative;
}
.mega-box .link-section .demo ul li a:hover, .mega-box .link-section .demo ul li a:focus {
    padding-top: 3px;
    padding-bottom: 3px;
}
.top-bar .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100vw;
}
.top-bar .top-content .brand-logo .for-dark {
    display: none;
}
.top-bar .top-content .top-bar-right {
    width: 60%;
    text-align: end;
}
.top-bar .top-content .top-bar-right .input-group {
    background-color: rgb(88 97 103 / .04);
}
.top-bar .top-content .top-bar-right .input-group input, .top-bar .top-content .top-bar-right .input-group .input-group-text {
    background-color: #fff0;
    border: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 10px 0;
}
.top-bar .top-content .top-bar-right .input-group input {
    border-inset-inline-start: 1px solid #fff;
    border-inset-inline-end: 1px solid #fff;
}
.top-bar .top-content .top-bar-right .input-group input::-webkit-input-placeholder {
    font-weight: 300;
}
.top-bar .top-content .top-bar-right .input-group input::-moz-placeholder {
    font-weight: 300;
}
.top-bar .top-content .top-bar-right .input-group input:-ms-input-placeholder {
    font-weight: 300;
}
.top-bar .top-content .top-bar-right .input-group input::-ms-input-placeholder {
    font-weight: 300;
}
.top-bar .top-content .top-bar-right .input-group input::placeholder {
    font-weight: 300;
}
.top-bar .top-content .top-bar-right .input-group .input-group-prepend {
    margin-inline-end: 0;
}
.top-bar .top-content .top-bar-right .input-group .input-group-append {
    margin-inline-start: 0;
}
.top-bar .top-content .top-bar-right .input-group .input-group-text {
    color: #586167;
    font-weight: 500;
}
.top-bar .top-content .top-bar-right .input-group .input-group-text.dropdown {
    min-width: 136px;
}
.top-bar .top-content .top-bar-right .input-group .input-group-text .fa-angle-down {
    font-size: 10px;
    margin-inline-start: 5px;
    margin-top: 0;
    position: absolute;
    inset-inline-end: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-bar .top-content .top-bar-right .input-group .input-group-text .fa-search {
    font-size: 14px;
}
.top-bar .top-content .top-bar-right li:first-child {
    width: 100%}
.top-bar .top-content .top-bar-right li.d-inline-block {
    position: relative;
}
.top-bar .top-content .top-bar-right li+li {
    margin-inline-start: 30px;
}
.top-bar .top-content .top-bar-right li .flat-box {
    font-size: 15px;
    padding: 10px 20px 10px;
    background: var(--theme-default5);
    color: #fff;
    cursor: pointer;
    display: block;
}
.top-bar .top-content .top-bar-right li .flat-box.search-sm i {
    vertical-align: -1px;
}
.top-bar .top-content .top-bar-right li .flat-box.color-7 {
    background: var(--theme-defaultorange);
}
.top-bar .top-content .top-bar-right li .flat-box i {
    margin-inline-end: 5px;
}
.top-bar .top-content .top-bar-right li .flat-box>span {
    font-weight: 500;
}
.top-bar .top-content .top-bar-right li .flat-box:after {
    display: none;
}
.top-bar .top-content .top-bar-right li>.dropdown .flat-box {
    padding-top: 10px;
}
.top-bar .top-content .top-bar-right li>.dropdown .dropdown-menu {
    inset-inline-end: 0;
    inset-inline-start: unset!important;
}
.top-bar .top-content .sm-input {
    inset-inline-end: 0;
    inset-inline-start: unset;
    top: 45px;
    z-index: 4;
}
.top-bar.top-bar-7 .top-bar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-bar.top-bar-7 .top-bar-right li>a {
    padding: 12px 15px;
    position: relative;
    background-color: var(--theme-defaultorange);
}
.top-bar.top-bar-7 .top-bar-right li>a svg {
    color: #fff;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.top-bar.top-bar-7 .top-bar-right li+li {
    margin-inline-start: 10px;
}
.close-filter-bottom.color-7 {
    color: var(--theme-defaultorange);
}
header .dropdown .dropdown-toggle:after, .top-bar .dropdown .dropdown-toggle:after {
    display: none;
}
header .dropdown .dropdown-menu, .top-bar .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 14px 34px rgb(0 0 0 / .1);
    box-shadow: 0 14px 34px rgb(0 0 0 / .1);
    border: 1px solid #eee;
    border-radius: 4px;
}
header .dropdown .dropdown-menu .dropdown-item, .top-bar .dropdown .dropdown-menu .dropdown-item {
    font-family: Montserrat, sans-serif;
}
header .dropdown.input-group-text .dropdown-menu, .top-bar .dropdown.input-group-text .dropdown-menu {
    margin-top: 20px;
}
@media (min-width:1200px) {
    .responsive-btn {
    display: none;
}
header .main-navbar .nav-menu>li a .according-menu {
    display: none;
}
header .main-navbar .nav-menu>li .nav-submenu {
    width: 235px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .main-navbar .nav-menu>li .nav-submenu a .sub-arrow {
    position: absolute;
    inset-inline-end: 20px;
    top: 7px;
    color: rgb(0 0 0 / .75);
    font-size: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .main-navbar .nav-menu>li .nav-submenu li .level1 {
    display: none;
    border-radius: 4px;
}
header .main-navbar .nav-menu>li .nav-submenu li .level1 li .level2 {
    display: none;
    border-radius: 4px;
}
header .main-navbar .nav-menu>li .nav-submenu li .level1 li .level2 li .level3 {
    display: none;
}
header .main-navbar .nav-menu>li .nav-submenu li .level1 li .level2 li:hover .level3 {
    display: block;
}
header .main-navbar .nav-menu>li .nav-submenu li .level1 li:hover .level2 {
    display: block;
}
header .main-navbar .nav-menu>li .nav-submenu li:hover .level1 {
    display: block;
}
header .main-navbar .nav-menu>li .nav-submenu li a:hover .sub-arrow {
    inset-inline-end: 16px;
    color: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .main-navbar .nav-menu>li .mega-menu-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .main-navbar .nav-menu>li:hover .nav-submenu {
    opacity: 1;
    z-index: 11;
    visibility: visible;
    margin-top: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .main-navbar .nav-menu>li:hover .mega-menu-container {
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.toggle-nav {
    display: none;
}
.mobile-back {
    display: none!important;
}
}@media (max-width:1460px) {
    header .main-navbar .nav-menu>li>a {
    margin-inline-end: 20px;
}
header.header-4 .main-navbar .nav-menu>li>a {
    margin-inline-end: 30px;
}
}@media (max-width:1199px) {
    header.fixed-header.fixed .main-navbar .nav-menu>li {
    padding: 0;
}
header.header-4 .main-navbar .nav-menu>li {
    padding: 0;
}
header .main-navbar .nav-menu {
    position: fixed;
    background-color: #fff;
    width: 300px;
    border-radius: 0;
    border: 1px solid #eee;
    top: 0;
    height: 100vh;
    inset-inline-end: -300px;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: scroll;
}
header .main-navbar .nav-menu.open {
    inset-inline-end: 0;
}
header .main-navbar .nav-menu.opennav {
    inset-inline-end: 0;
}
header .main-navbar .nav-menu .back-btn {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}
header .main-navbar .nav-menu .back-btn .mobile-back {
    padding: 20px;
    font-size: 18px;
    color: #586167;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .main-navbar .nav-menu>li {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
}
header .main-navbar .nav-menu>li a {
    padding: 10px 15px;
    font-weight: 500;
    position: relative;
    color: #586167;
    margin-inline-end: 0;
}
header .main-navbar .nav-menu>li a .sub-arrow {
    inset-inline-end: 20px;
    position: absolute;
}
header .main-navbar .nav-menu>li a .sub-arrow:before {
    content: "+";
    font-family: inherit;
    position: relative;
}
header .main-navbar .nav-menu>li>ul li a .according-menu {
    top: 2px;
}
header .main-navbar .nav-menu>li>ul li ul li a .according-menu {
    top: 1px;
}
header .main-navbar .nav-menu>li .nav-submenu {
    width: 100%;
    padding: 0;
    position: relative;
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .main-navbar .nav-menu>li .nav-submenu.opensubmenu {
    display: block;
}
header .main-navbar .nav-menu>li .nav-submenu li .nav-sub-childmenu {
    display: none;
    position: relative;
    inset-inline-end: 0;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .main-navbar .nav-menu>li .nav-submenu li .nav-sub-childmenu.submenu-content.level2 li a {
    padding: 0 60px;
}
header .main-navbar .nav-menu>li .nav-submenu li .nav-sub-childmenu.submenu-content.level2 .level3 li a {
    padding: 0 70px;
}
header .main-navbar .nav-menu>li .nav-submenu li .nav-sub-childmenu.opensubchild {
    display: block;
}
header .main-navbar .nav-menu>li .nav-submenu li .nav-sub-childmenu li a {
    padding: 0 45px;
}
header .main-navbar .nav-menu>li .nav-submenu li a:after {
    display: none;
}
header .main-navbar .nav-menu>li .nav-submenu li a:hover {
    margin-inline-start: 0;
}
header .main-navbar .nav-menu>li .nav-submenu li a:hover:after {
    display: none;
}
header .main-navbar .nav-menu>li .mega-menu-container {
    display: none;
    padding: 0;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .main-navbar .nav-menu>li .mega-menu-container .container {
    padding: 0 12px;
}
header .main-navbar .nav-menu>li .mega-menu-container.opensubmenu {
    display: block;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box {
    width: 100%;
    padding: 0;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-title {
    position: relative;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-title h5 {
    margin-bottom: 0;
    font-weight: 500!important;
    line-height: 1.9;
    padding: 2px 25px;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-title .according-menu {
    top: 4px;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content {
    display: none;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu {
    display: block;
    padding: 0 45px;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
    line-height: 1.9;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
    margin-inline-start: 0;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover:after {
    display: none;
}
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section+.link-section {
    margin-top: 0;
}
header .main-navbar .nav-menu>li .nav-link.active {
    background-color: #fff0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .main-navbar .nav-menu>li .nav-link.active:hover {
    color: var(--theme-defaultorange)!important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .menu nav {
    margin-inline-start: auto;
    margin-inline-end: 30px;
}
header.header-4 .main-navbar .nav-menu>li>a {
    margin-inline-end: 0;
}
header.header-4 .main-navbar .nav-menu>li>a::after {
    display: none;
}
header.light-header .menu .brand-logo img {
    margin-bottom: 0;
    width: 80%}
header.header-centered .menu nav {
    margin-inline-start: auto;
    margin-inline-end: 0;
}
header.header-centered .menu .brand-logo {
    margin-inline-start: -9px;
}
.mega-box .link-section .demo ul li a span img {
    top: 30px;
    inset-inline-end: -60px;
}
.mega-box.col {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
}
.according-menu {
    position: absolute;
    inset-inline-end: 20px;
    top: 8px;
}
.main-menu.border-section {
    border: none;
}
.main-menu .menu-left .main-menu-right .toggle-nav {
    position: absolute;
    z-index: 2;
    inset-inline-end: 145px;
    top: 6px;
}
.main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
    font-size: 18px;
    padding-inline-start: 5px;
    text-transform: uppercase;
}
}@media (max-width:991px) {
    .top-bar .top-content .top-bar-right {
    width: auto;
}
header .header-right .right-menu ul .dropdown ul.nav-submenu {
    width: 150px;
}
header.header-centered .menu .brand-logo {
    margin-inline-start: -15px;
}
}@media (max-width:767px) {
    .top-bar .header-right li a svg {
    width: 16px;
    height: 16px;
}
.top-bar .header-right .right-menu ul .dropdown {
    padding: 0 6px;
}
.top-bar .header-right .right-menu ul .dropdown+.dropdown {
    margin-inline-start: 2px;
}
header .header-right .right-menu ul .dropdown+.dropdown {
    margin-inline-start: 0;
}
header .menu .brand-logo img {
    width: 120px;
}
}@media (max-width:576px) {
    header .header-right .right-menu ul .dropdown {
    padding: 20px 5px;
}
header .menu .brand-logo img {
    width: 110px;
    height: auto;
}
header .menu .coupon-box h6 {
    padding: 3px 5px;
    font-size: 12px;
}
header .menu nav {
    margin-inline-end: 20px;
}
header .menu .header-right li a svg {
    height: 14px;
    vertical-align: text-bottom;
}
.toggle-nav {
    padding-top: 22px;
    padding-bottom: 20px;
}
}@media (max-width:575px) {
    header.header-centered .menu .brand-logo {
    margin-inline-start: -23px;
}
}@media (max-width:480px) {
    header .menu nav {
    margin-inline-end: 8px;
}
header .menu .coupon-box {
    display: none;
}
}@media (max-width:420px) {
    header .header-right .right-menu ul li.cart ul.nav-submenu {
    width: 250px;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle {
    inset-inline-end: -10px;
    top: -10px;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media img {
    height: 50px;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body h5 {
    margin-bottom: 4px;
}
}@media (max-width:480px) {
    header .header-right .right-menu ul .dropdown {
    padding: 20px 3px;
}
}@media (max-width:360px) {
    .top-bar .header-right li a svg {
    width: 14px;
    height: 14px;
}
.top-bar .header-right .right-menu ul .dropdown {
    padding: 0 0 0 3px;
}
.top-bar .header-right .right-menu ul .dropdown+.dropdown {
    margin-inline-start: 0;
}
ul+.dropdown header .header-right .right-menu ul li.cart ul.nav-submenu {
    inset-inline-end: -45px;
}
}footer.footer-res .footer-links .footer-content {
    margin-top: 36px;
}
footer.footer-res .footer-links .footer-content p {
    margin-top: 10px;
}
footer.footer-res .footer-links .footer-content li a svg {
    float: inline-start;
    stroke-width: 2px;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-inline-start: -5px;
    margin-inline-end: 5px;
}
footer .footer-details p {
    font-weight: 500;
    margin: 18px 0;
}
footer .footer-details .footer-contact ul li {
    display: block;
    color: #fff;
    font-weight: 600;
}
footer .footer-details .footer-contact ul li+li {
    margin-top: 20px;
}
footer .footer-details .footer-contact ul li i {
    margin-inline-end: 15px;
}
footer .footer {
    padding: 90px 0;
}
footer .sub-footer {
    padding: 12px 0;
}
footer .sub-footer p {
    font-size: 14px;
    font-weight: 500;
}
footer .sub-footer .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .sub-footer .sub-footer-link li a {
    color: #d2d2d2;
    font-weight: 500;
}
footer .sub-footer .sub-footer-link li a:hover {
    color: #fff;
}
footer .sub-footer .sub-footer-link li+li {
    margin-inline-start: 20px;
}
footer .sub-footer.footer-light {
    background-color: #202020;
}
footer .sub-footer.footer-light p {
    color: #d2d2d2;
}
footer .sub-footer.sub-footer-dark p {
    color: #d2d2d2;
}
footer p {
    font-size: 13px;
    line-height: 2.2;
}
footer .footer-links h5 {
    position: relative;
    line-height: 1.6;
    color: #fff;
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
footer .footer-links .footer-content {
    margin-top: 45px;
}
footer .footer-links .footer-content .for-dark {
    display: none;
}
footer .footer-links .footer-content li {
    display: block;
}
footer .footer-links .footer-content li a {
    color: rgb(255 255 255 / .9);
}
footer .footer-links .footer-content li a:hover {
    color: var(--theme-defaultorange);
}
footer .footer-links .footer-content li+li {
    margin-top: 10px;
}
footer .footer-links .footer-content p {
    font-size: 14px;
    color: #d2d2d2;
    line-height: 1.6;
}
footer .footer-links .footer-content p a {
    color: #d2d2d2;
}
footer .footer-links .footer-content .footer-map {
    padding-top: 5px;
}
footer .footer-links .footer-content .footer-map iframe {
    width: 330px;
    height: 200px;
}
footer .footer-links .footer-content .footer-blog {
    padding-top: 5px;
}
footer .footer-links .footer-content .footer-blog .media .img-overlay {
    position: relative;
}
footer .footer-links .footer-content .footer-blog .media .img-overlay::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0 -29px 18px 0 rgb(0 0 0 / .6);
    box-shadow: inset 0 -29px 18px 0 rgb(0 0 0 / .6);
}
footer .footer-links .footer-content .footer-blog .media .media-body {
    margin-inline-start: 20px;
}
.footer-social i:hover {
    color: var(--theme-defaultorange);
}
footer .footer-links .footer-content .footer-blog .media .media-body h6 {
    color: rgb(255 255 255 / .8);
    font-weight: 600;
}
footer .footer-links .footer-content .footer-blog .media .media-body h6 a {
    color: rgb(255 255 255 / .8);
}
footer .footer-links .footer-content .footer-blog .media+.media {
    margin-top: 20px;
}
footer .footer-links.footer-details .footer-content {
    margin-top: 0;
}
footer .footer-links .footer-title span {
    display: none;
}
footer.footer-light .footer {
    margin-bottom: -1px;
}
footer.footer-light .footer-links .footer-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer.footer-light .footer-links .footer-title .according-menu {
    position: relative;
    inset-inline-end: unset;
    top: unset;
}
footer.footer-light .footer-links .footer-title span {
    margin-inline-start: 20px;
}
footer.footer-light .footer-links .footer-title span i {
    font-size: 14px;
}
footer.footer-light .footer-links h5 {
    color: #586167;
    font-weight: 600;
}
footer.footer-light .footer-links .footer-content {
    margin-top: 36px;
}
footer.footer-light .footer-links .footer-content li a {
    color: #586167;
    display: block;
}
footer.footer-light .footer-links .footer-content li a svg {
    float: inline-start;
    stroke-width: 2px;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-inline-start: -5px;
    margin-inline-end: 5px;
}
footer.footer-light .footer-links .footer-content li a:hover {
    color: #CF6615;
}
footer.footer-light .footer-details {
    margin-bottom: -2px;
}
footer.footer-light .footer-details p {
    color: #586167;
    margin-top: 12px;
}
footer.footer-light .footer-details .footer-contact ul li {
    color: #586167;
}
.footer-left-space {
    padding-inline-start: 40px;
}
.footer-bg {
    background-image: url("../images/footer-bg.jpg");
}
.footer-bg p {
    color: #d2d2d2;
}
.footer-bg .footer-details {
    background-color: #202020;
    padding: 30px;
}
.footer-bg .footer-details p {
    margin-top: 6px;
    margin-bottom: 30px;
}
.footer-bg .footer-details img {
    margin-top: 0;
}
@media (min-width:1199px) and (max-width:1400px) {
    .footer-details img {
    width: 100%;
    height: auto;
    max-width: 100%}
}.footer-bg .footer-details h6 {
    color: rgb(255 255 255 / .85);
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}
.footer-bg .footer-details .icon-list li a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #151515;
    border: 1px solid #fff0;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-bg .footer-details .icon-list li a:hover {
    border: 1px solid #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-bg .footer-details .icon-list li+li {
    margin-inline-start: 4px;
}
.footer-bg .footer-links {
    padding-bottom: 30px;
}
.footer-bg .footer-links h5 {
    text-transform: uppercase;
    font-weight: 600;
}
.footer-bg .footer-links .footer-content {
    margin-top: 30px;
}
.footer-bg .footer-links .footer-content li a {
    color: #d2d2d2;
}
.footer-bg .footer-links .footer-content li+li {
    margin-top: 16px;
}
.footer-bg .footer-links .footer-content .input-group {
    margin-top: 45px;
}
.footer-bg .footer-links .footer-content .input-group input {
    background-color: #202020;
    border: none;
    border-radius: 23px 0 0 23px;
    padding: 10px 30px;
    font-size: 14px;
    color: #fff;
}
.footer-bg .footer-links .footer-content .input-group input::-webkit-input-placeholder {
    color: #878787;
    font-weight: 500;
}
.footer-bg .footer-links .footer-content .input-group input::-moz-placeholder {
    color: #878787;
    font-weight: 500;
}
.footer-bg .footer-links .footer-content .input-group input:-ms-input-placeholder {
    color: #878787;
    font-weight: 500;
}
.footer-bg .footer-links .footer-content .input-group input::-ms-input-placeholder {
    color: #878787;
    font-weight: 500;
}
.footer-bg .footer-links .footer-content .input-group input::placeholder {
    color: #878787;
    font-weight: 500;
}
.footer-bg .footer-links .footer-content .input-group .input-group-text {
    position: relative;
    color: #fff;
    border-radius: 0 23px 23px 0;
    background-color: #CF6615;
    border: none;
    padding: 10px 15px 10px 10px;
    height: 100%}
.footer-bg .footer-links .footer-content .input-group .input-group-text::after {
    -webkit-box-shadow: 5.353px 5.945px 12px var(--theme-defaultorange);
    box-shadow: 5.353px 5.945px 12px var(--theme-defaultorange);
    opacity: .26;
    border-radius: 0 23px 23px 0;
}
.footer-bg .bottom-blog {
    padding-top: 30px;
    margin-inline-start: 40px;
    border-top: 1px solid #202020;
}
.footer-bg .bottom-blog .footer-links {
    padding-bottom: 0;
    position: relative;
}
.footer-bg .bottom-blog .footer-links .footer-content {
    margin-top: 0;
}
.footer-bg .bottom-blog .media .img-overlay {
    position: relative;
}
.footer-bg .bottom-blog .media .img-overlay img {
    width: 52px;
    height: 52px;
    border-radius: 5px;
}
.footer-bg .bottom-blog .media .img-overlay::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0 -10px 18px 0 rgb(0 0 0 / .8);
    box-shadow: inset 0 -10px 18px 0 rgb(0 0 0 / .8);
}
.footer-bg .bottom-blog .media .media-body {
    margin-inline-start: 20px;
}
.footer-bg .bottom-blog .media .media-body h6 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-bg .bottom-blog .media .media-body h6 a {
    color: #fff;
}
.footer-bg .bottom-blog .media .media-body p {
    line-height: 1.4;
    margin-bottom: -1px;
}
.footer-bg .bottom-blog .media .media-body p a {
    color: #d2d2d2;
}
.footer-bg .bottom-blog .slick-initialized .slick-slide {
    margin-bottom: -1px;
}
.card .card-header {
    border-bottom: none;
}
.compare-page .table-wrapper {
    padding-bottom: 0;
}
.compare-page .table-wrapper .table {
    border: 1px solid #f8f8f8;
    text-transform: capitalize;
    color: #222;
    margin-bottom: 0;
}
.compare-page .table-wrapper .table .property-name {
    width: 15%}
.compare-page .table-wrapper .table .featured-image {
    width: 220px;
}
.compare-page .table-wrapper .table td {
    border-top: none;
}
.compare-page .table-wrapper .table thead .th-compare td {
    font-size: 16px;
    font-weight: 700;
    background: #f8f8f8;
    border-inset-inline-end: 1px solid #eee;
    border-bottom-color: #ddd;
    padding: 15px;
}
.compare-page .table-wrapper .table thead .th-compare th {
    text-align: start;
    padding: 15px;
    border-bottom: 1px solid #eee;
    border-inset-inline-end: 1px solid #eee;
}
.compare-page .table-wrapper .table thead .th-compare th .remove {
    float: inline-start;
    border: none;
    background: #fff0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}
.compare-page .table-wrapper .table tbody tr th {
    background: #f8f8f8;
    padding: 15px;
    font-size: 15px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-inset-inline-end: 1px solid #eee;
}
.compare-page .table-wrapper .table tbody tr td {
    border-inset-inline-end: 1px solid #eee;
    position: relative;
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-inset-inline-end: 1px solid #eee;
}
.compare-page .table-wrapper .table tbody tr .grid-link__title {
    font-size: 15px;
}
.compare-page .table-wrapper .table tbody tr .property_price {
    margin: 15px 0 0;
}
.compare-page .table-wrapper .table tbody tr .property_price span.money {
    padding-inline-start: 5px;
}
.compare-page .table-wrapper .table tbody tr .property_price h6 {
    font-weight: 500;
}
.compare-page .table-wrapper .table tbody tr .property_price h6 a {
    color: var(--theme-defaultblue);
}
.compare-page .table-wrapper .table tbody tr .property_price span.color-2 {
    color: var(--theme-defaultorange);
    font-weight: 500;
    font-size: 16px;
}
.compare-page .table-wrapper .table tbody tr p {
    color: #222;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.compare-page .table-wrapper .table tbody tr .add-to-wish {
    padding: 6px 10px;
}
.compare-page .table-wrapper .table tbody tr .select-option-cls {
    padding: 6px 10px;
}
.ratio-card .card-header h5 {
    margin-top: -5px;
    line-height: 1.4;
}
.ratio-card h5 {
    font-family: Montserrat, sans-serif;
}
.ratio-card .card-body h5 {
    background: var(--theme-defaultblue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin-bottom: 16px;
    margin-top: -3px;
}
.ratio-card .card-body ul {
    list-style-type: disc;
    padding-inline-start: 30px;
    margin-bottom: -3px;
}
.ratio-card .card-body ul li {
    display: list-item;
}
.ratio-card .card-body ul li h6 {
    font-family: Montserrat, sans-serif;
}
.ratio-card .card-body ul li:last-child h6 {
    margin-bottom: 0;
}
.bg-light {
    background-color: rgb(20 22 22 / .3);
}
.bg-light-blue {
    background-color: #f7f7fe;
}
.my-gallery .row .col .row {
    margin-bottom: -24px;
}
.my-gallery .row .col .row>div {
    margin-bottom: 24px;
}
.my-gallery .title-1 h2 {
    margin-bottom: -3px;
}
.my-gallery .title-1 hr {
    width: 80px;
    margin: 20px auto 0;
    height: 2px;
    color: var(--theme-defaultorange);
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.my-gallery .title-1:hover hr {
    width: 150px;
}
.my-gallery .title-1.color-6 hr {
    color: #09305d;
}
.my-gallery .find-cities {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 400px;
}
.my-gallery .find-cities .citi-overlay {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    z-index: 1;
}
.my-gallery .find-cities .citi-overlay h4, .my-gallery .find-cities .citi-overlay h6 {
    color: rgb(255 255 255 / .9);
}
.my-gallery .find-cities .citi-overlay h2 {
    font-size: calc(22px + (35 - 22) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 22px;
    color: #fff;
}
.my-gallery .find-cities .citi-overlay h4 {
    margin-bottom: 18px;
    font-weight: 500;
}
.my-gallery .find-cities .citi-overlay h6 {
    margin-bottom: 0;
    position: relative;
    line-height: 1.8;
}
.my-gallery .find-cities .citi-overlay h6::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 100%;
    inset-inline-end: -54px;
    background-color: rgb(255 255 255 / .2);
}
.my-gallery .find-cities .citi-overlay h6:hover::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    inset-inline-end: 0;
}
.my-gallery .find-cities:hover::after {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: .75;
}
.my-gallery .find-cities:hover .citi-overlay {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}
.my-gallery.gallery-6 .find-cities::after {
    background-image: var(--theme-gradient13);
}
.offer-section .title-1 h2 {
    margin-bottom: -9px;
}
.offer-section .title-1 hr {
    width: 80px;
    margin: 20px auto 0;
    height: 2px;
    color: var(--theme-defaultorange);
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.offer-section .title-1:hover hr {
    width: 150px;
}
.offer-section .title-1.color-6 hr {
    color: #09305d;
}
.offer-section .offer-wrapper {
    padding: 50px;
    background-color: rgb(0 0 0 / .4);
    border-radius: 10px;
}
.offer-section .offer-wrapper .media .offer-icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: rgb(255 255 255 / .1);
}
.offer-section .offer-wrapper .media .offer-icon img {
    height: 45px;
}
.offer-section .offer-wrapper .media .offer-icon::before, .offer-section .offer-wrapper .media .offer-icon::after {
    content: "";
    position: absolute;
}
.offer-section .offer-wrapper .media .offer-icon::before {
    top: 0;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: auto;
    vertical-align: middle;
    width: 88%;
    height: 88%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-image: var(--theme-defaultorange);
    border-radius: 100%;
    z-index: -1;
}
.offer-section .offer-wrapper .media .offer-icon::after {
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    border: 1px dashed #fff;
    padding: 10px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-animation: spin 10s infinite linear;
    animation: spin 10s infinite linear;
}
.offer-section .offer-wrapper .media .media-body {
    margin-inline-start: 50px;
}
.offer-section .offer-wrapper .media .media-body h6 {
    letter-spacing: 5px;
    line-height: 1.8;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
}
.offer-section .offer-wrapper .media .media-body h6::after {
    position: absolute;
    content: "";
    width: 91px;
    inset-inline-start: 35px;
    height: 100%;
    background-color: rgb(255 255 255 / .1);
}
.offer-section .offer-wrapper .media .media-body h3 {
    font-weight: 700;
    margin: 16px 0;
}
.offer-section .offer-wrapper .media .media-body p {
    line-height: 1.7;
    margin-bottom: 0;
}
.offer-section .offer-wrapper .media .media-body h3, .offer-section .offer-wrapper .media .media-body h6, .offer-section .offer-wrapper .media .media-body p {
    color: #fff;
}
.offer-section .offer-wrapper:hover .media .offer-icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: unset;
}
.offer-section .offer-wrapper:hover .media .offer-icon::before {
    -webkit-animation-name: bubble;
    animation-name: bubble;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.offer-section .offer-wrapper:hover .media .offer-icon::after {
    opacity: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.offer-section.banner-4 .offer-wrapper .media .offer-icon::before {
    background-image: var(--theme-defaultorange);
}
.offer-section.offer-inner {
    background-color: rgb(0 0 0 / .4);
    background-blend-mode: overlay;
}
.offer-section.offer-inner .title-2 h2 {
    margin-top: -4px;
}
.offer-section.offer-inner .offer-wrapper .media .offer-icon::before {
    background-image: var(--theme-defaultblue);
}
.offer-section.layout-9 {
    background-color: rgb(0 0 0 / .7);
}
.new-property .feature-wrap {
    margin: 0 80px;
    border-radius: 10px;
    overflow: hidden;
}
.new-property .feature-wrap .row {
    margin: 0;
}
.new-property .feature-wrap .row>div {
    padding: 0;
}
.new-property .feature-content {
    background-color: #fff;
}
.new-property .feature-content .details h3 span {
    color: var(--theme-defaultorange);
}
.new-property .feature-content .feature-price h3 {
    background: var(--theme-defaultblue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    -webkit-filter: drop-shadow(5px 5px 12px rgb(255 92 65 / .2));
    filter: drop-shadow(5px 5px 12px rgb(255 92 65 / .2));
}
.new-property .feature-content .detail-list li .label-lg {
    border-radius: 8px;
}
.new-property.pricing-property .feature-wrap {
    overflow: unset;
}
.new-property.pricing-property .title-2 h2 {
    margin-top: -4px;
}
.pricing-section .pricing-box {
    -webkit-box-shadow: 0 0 27px rgb(0 0 0 / .07);
    box-shadow: 0 0 27px rgb(0 0 0 / .07);
    padding: 50px;
    text-align: center;
    position: relative;
}
.pricing-section .pricing-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: var(--theme-defaultorange);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    bottom: 0;
    inset-inline-start: 0;
}
.pricing-section .pricing-box h4, .pricing-section .pricing-box h3 {
    color: #586167;
}
.pricing-section .pricing-box .pricing-details img {
    margin: 0 auto;
}
.pricing-section .pricing-box .pricing-details .pricing-svg {
    width: 50px;
    height: 50px;
}
.pricing-section .pricing-box .pricing-details .pricing-icon {
    position: relative;
}
.pricing-section .pricing-box .pricing-details .pricing-icon::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 100%;
    opacity: .2;
    bottom: -7px;
    inset-inline-end: 0;
    inset-inline-start: 0;
    margin: 0 auto;
    -webkit-transform: translateX(11px);
    transform: translateX(11px);
}
.pricing-section .pricing-box .pricing-details .pricing-icon.color-3 .pricing-svg {
    fill: var(--theme-default5);
}
.pricing-section .pricing-box .pricing-details .pricing-icon.color-3::after {
    background-color: var(--theme-default5);
}
.pricing-section .pricing-box .pricing-details .pricing-icon.color-2 .pricing-svg {
    fill: var(--theme-defaultorange);
}
.pricing-section .pricing-box .pricing-details .pricing-icon.color-2::after {
    background-color: var(--theme-defaultorange);
}
.pricing-section .pricing-box .pricing-details .pricing-icon.color-7 .pricing-svg {
    fill: var(--theme-defaultorange);
}
.pricing-section .pricing-box .pricing-details .pricing-icon.color-7::after {
    background-color: var(--theme-defaultorange);
}
.pricing-section .pricing-box .pricing-details h3 {
    margin-top: 26px;
    font-weight: 700;
}
.pricing-section .pricing-box .pricing-details p {
    line-height: 1.75;
    color: rgb(88 97 103 / .7);
    margin-bottom: 0;
    font-size: 15px;
}
.pricing-section .pricing-box ul {
    margin: 30px 0 30px;
}
.pricing-section .pricing-box ul li {
    display: block;
    font-family: Montserrat, sans-serif;
    color: rgb(88 97 103 / .5);
    font-size: 15px;
    text-transform: lowercase;
}
.pricing-section .pricing-box ul li+li {
    margin-top: 10px;
}
.pricing-section .pricing-box .price {
    margin-bottom: -5px;
}
.pricing-section .pricing-box .price h4 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
}
.pricing-section .pricing-box .price .label {
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    margin-bottom: 10px;
}
.pricing-section .pricing-box .price .label.label-light::before {
    opacity: .15;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pricing-section .pricing-box .price .label.label-light.color-3::before {
    background-color: var(--theme-default5);
}
.pricing-section .pricing-box .price .label.label-light.color-2::before {
    background-color: var(--theme-defaultorange);
}
.pricing-section .pricing-box .price .label.label-light.color-7::before {
    background-color: var(--theme-defaultorange);
}
.pricing-section .pricing-box .price .light-text {
    color: rgb(59 66 73 / .3);
    text-transform: uppercase;
    font-weight: 700;
}
.pricing-section .pricing-box:hover::after {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    width: 100%}
.pricing-section .pricing-box:hover .price .label-light {
    background-color: var(--theme-default5);
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pricing-section .pricing-box:hover .price .label-light::before {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pricing-section .pricing-box:hover .price .label-light::after {
    -webkit-box-shadow: 0 10px 12.5px var(--theme-default5);
    box-shadow: 0 10px 12.5px var(--theme-default5);
    opacity: .22;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.pricing-section .pricing-box:hover .price .label-light.color-2 {
    background-color: var(--theme-defaultorange);
}
.pricing-section .pricing-box:hover .price .label-light.color-2::after {
    -webkit-box-shadow: 0 10px 12.5px var(--theme-defaultorange);
    box-shadow: 0 10px 12.5px var(--theme-defaultorange);
}
.pricing-section .pricing-box:hover .price .label-light.color-7 {
    background-color: var(--theme-defaultorange);
}
.pricing-section .pricing-box:hover .price .label-light.color-7::after {
    -webkit-box-shadow: 0 10px 12.5px var(--theme-defaultorange);
    box-shadow: 0 10px 12.5px var(--theme-defaultorange);
}
.pricing-section .pricing-slider .slick-list {
    margin: -30px -25px;
}
.pricing-section .pricing-slider .slick-list .slick-track .slick-slide>div {
    margin-top: 30px;
}
.pricing-section.pricing-inner .pricing-box::after {
    background-color: var(--theme-defaultorange);
}
.pricing-section.pricing-inner .pricing-box:hover .price .label-light.color-2 {
    background-color: var(--theme-defaultorange);
    color: #fff;
}
.pricing-section.pricing-inner .title-2 h2 {
    margin-top: -2px;
}
.pricing-section.color-7 .pricing-box::after {
    background-color: var(--theme-defaultorange);
}
.subscribe-section .video-details p {
    width: 80%;
    margin: 0 auto 25px;
}
.video-section {
    background-image: url(../images/others/video-bg.png);
    padding-inline-start: 90px;
    padding-inline-end: 90px;
}
.video-section .video-details p {
    width: 80%;
    margin: 0 auto 25px;
}
.video-section .play-icon {
    height: 100%}
.video-layout {
    height: 730px;
}
.video-layout .overlay-content {
    z-index: 1;
    position: absolute;
    inset-inline-start: 10%;
    top: 10%}
.video-layout .overlay-content .left-sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}
.video-layout .overlay-content .left-sidebar h2 {
    font-size: 22px;
}
.video-modal .btn-close {
    position: absolute;
    inset-inline-end: 0;
    background-color: #CF6615;
    background-image: unset;
    opacity: 1;
    top: 0;
    width: 30px;
    height: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}
.video-modal .btn-close span {
    font-size: 30px;
    color: #fff;
    margin-top: -2px;
    display: block;
}
.video-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
.video-modal .modal-dialog .modal-content .modal-body .close {
    position: absolute;
    inset-inline-end: -30px;
    top: 0;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    opacity: 1;
}
.video-modal iframe {
    height: 448px;
    width: 100%;
    vertical-align: middle;
    border: none;
}
.video-details {
    background-color: #fff;
    -webkit-box-shadow: 0 0 49px 0 rgb(0 0 0 / .05);
    box-shadow: 0 0 49px 0 rgb(0 0 0 / .05);
    border-radius: 5px;
    text-align: center;
    padding: 60px;
}
.video-details h2 {
    line-height: 1.42;
    color: #586167;
    margin: 20px 0 14px;
}
.video-details p {
    font-size: 16px;
    color: rgb(88 97 103 / .7);
    line-height: 1.65;
    margin-bottom: 25px;
}
.video-details p, .video-details span {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.subscribe-section {
    background-image: url(../images/others/subscribe-bg.jpg);
}
.subscribe-section .video-details {
    max-width: 810px;
    margin: 0 auto;
}
.subscribe-section .video-details .form-group {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.subscribe-section .video-details .form-group input {
    width: 75%;
    margin: 0 auto;
    border: none;
    text-align: center;
    opacity: .7;
    padding: 15px 20px 13px;
    color: #CF6615;
    font-weight: 300;
}
.subscribe-section .video-details .form-group input::-webkit-input-placeholder {
    color: #CF6615;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}
.subscribe-section .video-details .form-group input::-moz-placeholder {
    color: #CF6615;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}
.subscribe-section .video-details .form-group input:-ms-input-placeholder {
    color: #CF6615;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}
.subscribe-section .video-details .form-group input::-ms-input-placeholder {
    color: #CF6615;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}
.subscribe-section .video-details .form-group input::placeholder {
    color: #CF6615;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}
.subscribe-section .video-details .form-group::after {
    opacity: .6;
    width: 75%;
    background-color: #CF6615;
    inset-inline-end: 0;
    margin: 0 auto;
    border-radius: 4px;
    z-index: -1;
}
.subscribe-section .video-details .form-group.color-2 input {
    color: var(--theme-defaultorange);
}
.subscribe-section .video-details .form-group.color-2 input::-webkit-input-placeholder {
    color: var(--theme-defaultorange);
}
.subscribe-section .video-details .form-group.color-2 input::-moz-placeholder {
    color: var(--theme-defaultorange);
}
.subscribe-section .video-details .form-group.color-2 input:-ms-input-placeholder {
    color: var(--theme-defaultorange);
}
.subscribe-section .video-details .form-group.color-2 input::-ms-input-placeholder {
    color: var(--theme-defaultorange);
}
.subscribe-section .video-details .form-group.color-2 input::placeholder {
    color: var(--theme-defaultorange);
}
.subscribe-section .video-details .form-group.color-2::after {
    background-color: var(--theme-defaultorange);
}
.subscribe-section.bg-light {
    background-image: unset;
}
.filter-bottom-title {
    cursor: pointer;
}
.filter-bottom-content {
    position: absolute;
    inset-inline-start: 0;
    top: 158px;
    width: 100%;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0 0 24px 0 rgb(88 97 103 / .1);
    box-shadow: 0 0 24px 0 rgb(88 97 103 / .1);
    z-index: 2;
}
.filter-bottom-content.left-sidebar {
    inset-inline-start: 0;
}
.left-sidebar .row {
    margin-bottom: -10px;
}
.left-sidebar .row>div {
    margin-bottom: 10px;
}
.left-sidebar .dropdown {
    border: 1px solid #eee;
    border-radius: 4px;
}
.left-sidebar .dropdown .dropdown-toggle {
    padding: 8px 20px 6px;
    display: block;
    color: #878787;
}
.left-sidebar .dropdown .dropdown-toggle i {
    color: #878787;
}
.left-sidebar .dropdown .dropdown-item {
    color: #878787;
}
.single-sidebar .filter-cards {
    margin-top: -2px;
}
.dropdown.show .dropdown-toggle i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown .dropdown-toggle {
    display: block;
    cursor: pointer;
}
.dropdown .dropdown-toggle i {
    float: inline-end;
    margin-top: 4px;
    color: rgb(59 66 73 / .8);
}
.dropdown .dropdown-toggle::after {
    display: none;
}
.dropdown .dropdown-menu {
    width: 100%;
    margin-top: 6px;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
    border-color: #eee;
    z-index: 7;
}
.dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 6px 20px;
}
.dropdown .dropdown-menu .dropdown-item:focus {
    background: #fff0;
}
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item.active {
    background: #eee;
    color: #586167;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgb(233 236 239 / .42);
}
.filter-panel {
    padding: 0 0 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}
.filter-panel .top-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filter-panel .d-lg-none {
    text-align: end;
}
.filter-panel .d-lg-none .mobile-filter {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #eee;
    color: #586167;
    border-radius: 4px;
    cursor: pointer;
}
.filter-panel .d-lg-none .mobile-filter svg {
    width: 18px;
    height: 18px;
    margin-inline-start: 20px;
}
.filter-panel .grid-list-filter {
    margin-bottom: -20px;
    display: flex;
}
.property-section .nav-tabs {
    margin-bottom: 0;
}
.filter-panel .grid-list-filter .collection-grid-view ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-panel .grid-list-filter .collection-grid-view ul li {
    margin-bottom: 0;
}
.filter-panel .grid-list-filter .collection-grid-view ul li img {
    height: 18px;
}
.filter-panel .grid-list-filter li {
    margin-bottom: 10px;
}
.filter-panel .grid-list-filter li>a, .filter-panel .grid-list-filter li .dropdown-toggle, .filter-panel .grid-list-filter li .filter-bottom-title {
    padding: 8px 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #586167;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: Montserrat, sans-serif;
    position: relative;
}
.filter-panel .grid-list-filter li>a svg, .filter-panel .grid-list-filter li .dropdown-toggle svg, .filter-panel .grid-list-filter li .filter-bottom-title svg {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.filter-panel .grid-list-filter li .filter-bottom-title {
    padding: 10px 15px;
}
.filter-panel .grid-list-filter li .filter-bottom-title:hover {
    color: var(--theme-defaultorange);
    border: 1px solid var(--theme-defaultorange);
}
.filter-panel .grid-list-filter li .filter-bottom-title h6 {
    font-size: 14px;
    line-height: 1.25;
}
.filter-panel .grid-list-filter li.active a {
    color: var(--theme-defaultorange);
    border-color: var(--theme-defaultorange);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.filter-panel .grid-list-filter li .dropdown-menu a {
    white-space: unset;
    color: #586167;
}
.filter-panel .grid-list-filter li+li {
    margin-inline-start: 10px;
}
.filter-panel .show-result {
    color: #878787;
}
.filter-panel .show-result span {
    color: var(--theme-defaultorange);
}
.filter-panel .show-result.path span {
    cursor: pointer;
    transition: color 0.3s;
}
.filter-panel .show-result.path span:hover {
    color: orangered;
}
.filter-panel .show-result.path span:active {
    color: var(--theme-defaultblue);
}
.filter-panel .filters ul {
    margin: -5px;
}
.filter-panel .filters ul li {
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
    margin: 5px;
    text-transform: capitalize;
    border-radius: 4px;
    background: #efefef;
    position: relative;
    min-width: 130px;
    text-align: center;
}
.filter-panel .filters ul li::after {
    width: 0;
    height: 0;
    border-inset-inline-start: 7px solid #fff0;
    border-inset-inline-end: 7px solid #fff0;
    border-top: 7px solid var(--theme-defaultorange);
    content: "";
    bottom: -7px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: 0 auto;
}
.filter-panel .filters ul li i {
    display: block;
    font-size: 30px;
    text-align: center;
    margin-bottom: 6px;
}
.filter-panel .filters ul li.active {
    background: var(--theme-defaultblue);
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.filter-panel .filters ul li.active::after {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tab-icon .filters ul li {
    background: #f7f7f7;
    border-bottom: 3px solid #f7f7f7;
}
.tab-icon .filters ul li lord-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
}
.tab-icon .filters ul li.active {
    color: var(--theme-defaultblue);
    background: #f7f7f7;
    border-bottom: 3px solid var(--theme-defaultorange);
}
.tab-icon .filters ul li:hover {
    border-bottom: 3px solid var(--theme-defaultorange);
}
.tab-icon .filters ul li span {
    display: block;
}
.tab-icon .filters ul li::after {
    display: none;
}
.filter-cards .advance-card .advance-title {
    font-weight: 600;
    margin-top: -4px;
}
.filter-cards .advance-card+.advance-card {
    margin-top: 34px;
}
.filter-cards .advance-card .back-btn {
    text-align: end;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    color: var(--theme-defaultorange);
    cursor: pointer;
}
.filter-cards .advance-card>h6 {
    color: #586167;
    margin-bottom: 30px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}
.filter-cards .advance-card>h6::before {
    background: var(--theme-defaultorange);
}
.filter-cards .advance-card .category-property .input-group-text {
    line-height: 1;
}
.filter-cards .advance-card .category-property .agent-info {
    margin-bottom: 20px;
}
.filter-cards .advance-card .category-property .agent-info .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-cards .advance-card .category-property .agent-info h6 {
    margin-bottom: 4px;
    font-weight: 500;
    color: #586167;
}
.filter-cards .advance-card .category-property .agent-info p {
    font-size: 13px;
    margin-bottom: 0;
}
.filter-cards .advance-card .category-property ul li {
    display: block;
    color: #878787;
    font-family: Montserrat, sans-serif;
}
.filter-cards .advance-card .category-property ul li a {
    color: #878787;
    font-family: Montserrat, sans-serif;
    letter-spacing: .04rem;
}
.filter-cards .advance-card .category-property ul li a:hover, .filter-cards .advance-card .category-property ul li a:focus {
    color: var(--theme-defaultorange);
}
.filter-cards .advance-card .category-property ul li a i {
    font-size: 10px;
    vertical-align: 2px;
}
.filter-cards .advance-card .category-property ul li svg {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.filter-cards .advance-card .category-property ul li+li {
    margin-top: 10px;
}
.filter-cards .advance-card .category-property form input {
    padding: 7px 15px 7px;
}
.filter-cards .advance-card .category-property form input, .filter-cards .advance-card .category-property form textarea {
    color: #878787;
}
.filter-cards .advance-card .category-property form .input-group-text {
    background-color: #fff0;
    border: 1px solid #eee;
    color: #959595;
    padding-top: 10px;
}
.filter-cards .advance-card .recent-property ul li {
    display: block;
}
.filter-cards .advance-card .recent-property ul li .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-cards .advance-card .recent-property ul li .media img {
    width: 95px;
    height: 63px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
.filter-cards .advance-card .recent-property ul li .media .media-body {
    margin-inline-start: 15px;
}
.filter-cards .advance-card .recent-property ul li .media .media-body h5 {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    color: #586167;
}
.filter-cards .advance-card .recent-property ul li .media .media-body span {
    color: var(--theme-defaultorange);
    font-size: 13px;
}
.filter-cards .advance-card .recent-property ul li .media .media-body span span {
    color: #878787;
}
.filter-cards .advance-card .recent-property ul li+li {
    margin-top: 15px;
}
.filter-cards .advance-card .feature-slider .slick-slide {
    margin-bottom: 0;
}
.filter-cards .advance-card .feature-slider .bottom-feature {
    color: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.filter-cards .advance-card .feature-slider .bottom-feature h5, .filter-cards .advance-card .feature-slider .bottom-feature h6 {
    font-weight: 600;
}
.filter-cards .advance-card .feature-slider .bottom-feature h6 {
    margin-bottom: 0;
}
.filter-cards .advance-card .feature-slider .bottom-feature:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    inset-inline-start: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(rgb(0 0 0 / .8)));
    background-image: linear-gradient(to bottom, transparent 20%, rgb(0 0 0 / .8) 100%);
    z-index: -1;
}
.filter-cards .advance-card .feature-slider .slick-arrow {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.filter-cards .advance-card .feature-slider:hover .slick-arrow {
    opacity: 1;
}
.filter-cards .advance-card .feature-slider:hover .slick-prev {
    inset-inline-start: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.filter-cards .advance-card .feature-slider:hover .slick-next {
    inset-inline-end: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.filter-cards .advance-card .feature-slider:hover .bottom-feature {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}
.filter-cards .advance-card .feature-slider:hover .bottom-feature:after {
    height: 170%;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.filter-cards .advance-card .tags ul {
    margin-top: -8px;
}
.filter-cards .advance-card .tags ul li {
    padding: 4px 10px;
    background-color: #f2f2f2c7;
    margin: 8px 8px 0 0;
    border-radius: 4px;
    text-transform: capitalize;
}
.filter-cards .advance-card .tags ul li a {
    color: var(--theme-defaultblue);
}
.filter-cards .advance-card .tags ul li a:hover {
    color: var(--theme-defaultorange);
}
.feature-card {
    position: relative;
}
.feature-card .labels-left {
    position: absolute;
    top: 60px;
    inset-inline-start: 10px;
}
.column-sm {
    margin-bottom: -30px;
}
.column-sm>div {
    margin-bottom: 30px;
}
.error-section .not-found img {
    margin-bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    width: 68%}
.error-section .not-found p {
    font-size: 16px;
    max-width: 48%;
    margin: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) auto calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
}
.accordion .card {
    border: none;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
}
.accordion .card+.card {
    margin-top: 20px;
}
.accordion .card-header {
    background-color: #fff0;
    padding: 20px 50px 20px 30px;
    position: relative;
}
.accordion .card-header .card-link {
    color: #586167;
    font-weight: 500;
}
.accordion .card-header .card-link::after {
    position: absolute;
    inset-inline-end: 30px;
    top: 21px;
    content: "\f054";
    font-family: "Font Awesome 5 free";
    color: #586167;
    font-weight: 900;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.accordion .card-header .card-link[aria-expanded="true"]::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.accordion .card-body {
    color: #959595;
    font-family: Montserrat, sans-serif;
    border-top: 1px solid #eee;
    line-height: 1.6;
    padding: 30px;
}
.user-dashboard.terms-section .sidebar-user .dashboard-list {
    margin-top: 0;
}
.faq-section .faq-image h3 {
    margin-top: 30px;
}
.faq-section .faq-image img {
    width: 70%}
.faq-section form {
    position: relative;
}
.faq-section form .form-group input {
    padding: 14px 20px 12px;
}
.faq-section form .btn {
    position: absolute;
    inset-inline-end: 6px;
    top: 33px;
}
.contact-map {
    height: 100%}
.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.contact_section .contact_wrap {
    text-align: center;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    padding: 30px;
    height: 100%}
.contact_section .contact_wrap svg {
    color: var(--theme-defaultorange);
    width: 30px;
    height: 30px;
}
.contact_section .contact_wrap:hover {
    background-color: #CF661517;
    cursor: pointer;
}
.contact_section .contact_wrap h4 {
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: inherit;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
}
.contact_section .contact_wrap p {
    margin-bottom: -8px;
    line-height: 1.8;
}
.contact_section .contact_wrap ul {
    margin-bottom: -8px;
}
.contact_section .contact_wrap ul li {
    font-family: Montserrat, sans-serif;
    color: #959595;
    display: block;
    line-height: 1.8;
}
.contact_section .contact-content {
    width: 84%;
    margin-bottom: 30px;
}
.contact_section .contact-content p {
    line-height: 1.8;
    margin-bottom: 0;
}
.get-in-touch .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.get-in-touch .contact-img {
    text-align: center;
}
.get-in-touch .contact-img img {
    width: 76%}
.get-in-touch .btn {
    padding: 12px 30px 11px;
}
.with-captcha {
    display: block;
    max-width: 330px;
}
.with-captcha .spinner label {
    margin-bottom: 0;
}
.contact_right .row>div+div {
    margin-top: 30px;
}
.contact-bottom {
    height: calc(180px + (300 - 180) * ((100vw - 320px) / (1920 - 320)));
}
.contact_section .contact-detail .contact_wrap {
    padding: 0;
}
.download-section .download-wrap h3 {
    font-weight: 600;
}
.download-section .download-wrap ul li+li {
    margin-inline-start: 15px;
}
.download-section .app-right .input-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    width: 100%}
.download-section .app-right button {
    margin-inline-start: 15px;
}
.download-section .app-right .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    width: calc(100% - 150px);
}
.download-section .app-right .form-group select {
    border-color: #eee;
    background-color: #fff;
    padding: 6px;
}
.download-section .app-right .form-group select:focus {
    outline: none;
}
.download-section .app-right .form-group input {
    border-radius: 0;
    padding: 12px 20px 10px;
}
.agent-social {
    margin-top: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.agent-social li a {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: #fff;
}
.our-agent .agent-image.bg-size:before {
    padding-top: 64%}
.agent-profile-wrap .our-agent .agent-image .label {
    top: 15px;
    inset-inline-start: 15px;
}
.agent-profile-wrap .agent-image {
    background-position: top!important;
}
.agent-property {
    margin-top: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.agency-title {
    margin-top: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.agency-title h3 {
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.dz-message h6, .dz-message span {
    color: #959595;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li {
    display: block;
    position: relative;
    z-index: 1;
    margin: 20px 0;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #f7f7f7;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon svg {
    display: none;
    vertical-align: middle;
    width: 28px;
    height: 28px;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon span {
    font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body {
    padding: 0 20px;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body h5 {
    margin-bottom: 5px;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body h5, .property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body h6 {
    font-family: Montserrat, sans-serif;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body h6 {
    margin-bottom: 0;
    color: #959595;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.active .media .step-icon {
    background-color: var(--theme-defaultorange);
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.active .media .step-icon span {
    color: #fff;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.active .media .media-body h5, .property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.active .media .media-body h6 {
    color: var(--theme-defaultorange);
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.active .media .media-body h6 {
    opacity: .6;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.disabled {
    opacity: .6;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.disabled .media .step-icon svg {
    display: block;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.disabled .media .step-icon span {
    display: none;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li:first-child {
    margin-top: 0;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li:last-child {
    margin-bottom: 0;
}
.property-wizard .wizard-box .wizard-form-details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.property-wizard .wizard-box .wizard-form-details.col-xxl-9 {
    margin-top: -16px;
    margin-bottom: -16px;
}
.property-wizard .wizard-box .wizard-form-details h2 {
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: -4px;
}
.property-wizard .wizard-box .wizard-form-details p {
    margin-bottom: 20px;
}
.property-wizard .wizard-box .wizard-form-details>.d-block {
    -webkit-animation: fadeInRight 0.5s ease-in-out;
    animation: fadeInRight 0.5s ease-in-out;
}
.property-wizard .wizard-box .wizard-form-details form .form-group {
    margin-bottom: 20px;
}
.property-wizard .wizard-box .wizard-form-details form label {
    font-weight: 500;
}
.property-wizard .wizard-box .wizard-form-details form.dropzone {
    margin-bottom: 20px;
}
.property-wizard .wizard-box .wizard-form-details .next-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.property-wizard .wizard-box .wizard-form-details button {
    font-weight: 600;
}
.property-wizard .wizard-box .wizard-form-details iframe {
    width: 100%;
    height: calc(200px + (300 - 200) * ((100vw - 320px) / (1920 - 320)));
    border: none;
    margin-bottom: 15px;
}
.property-wizard .wizard-box .wizard-form-details .wizard-step-4 {
    height: 100%}
.property-wizard .wizard-box .wizard-form-details .complete-details {
    text-align: center;
    height: 100%;
    width: 68%;
    margin: 0 auto;
}
.property-wizard .wizard-box .wizard-form-details .complete-details h3 {
    font-weight: 600;
    margin-top: 20px;
}
.property-wizard .wizard-box .wizard-form-details .complete-details img {
    width: 40%}
.property-wizard .wizard-box .wizard-form-details .complete-details h6 {
    color: var(--theme-defaultorange);
}
.property-wizard .wizard-box .wizard-form-details .complete-details p {
    line-height: 1.8;
}
.property-wizard .feature-checkbox {
    margin: -5px -15px;
}
.property-wizard .feature-checkbox label {
    color: rgb(88 97 103 / .6);
    margin: 5px 15px;
}
.property-wizard .dropdown {
    border: 1px solid #eee;
    border-radius: 4px;
    color: rgb(88 97 103 / .6);
}
.property-wizard .dropdown .dropdown-toggle {
    padding: 7px 20px 5px;
    display: block;
}
.property-wizard .dropdown .dropdown-toggle i {
    color: rgb(88 97 103 / .6);
}
.property-wizard .dropdown .dropdown-item {
    color: rgb(88 97 103 / .6);
}
.property-wizard input {
    padding: 12px 20px 10px;
}
.property-wizard label {
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}
.property-wizard .form-control {
    color: rgb(88 97 103 / .6);
}
.property-wizard .form-control::-webkit-input-placeholder {
    color: rgb(88 97 103 / .6);
}
.property-wizard .form-control::-moz-placeholder {
    color: rgb(88 97 103 / .6);
}
.property-wizard .form-control:-ms-input-placeholder {
    color: rgb(88 97 103 / .6);
}
.property-wizard .form-control::-ms-input-placeholder {
    color: rgb(88 97 103 / .6);
}
.property-wizard .form-control::placeholder, .property-wizard .form-control:focus {
    color: rgb(88 97 103 / .6);
}
.user-dashboard .sidebar-user {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    border-radius: 8px;
}
.user-dashboard .sidebar-user .user-profile {
    padding: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) 0;
}
.user-dashboard .sidebar-user .user-profile .media {
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-dashboard .sidebar-user .user-profile .media .change-pic {
    position: relative;
}
.user-dashboard .sidebar-user .user-profile .media .change-pic img {
    width: 70px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.user-dashboard .sidebar-user .user-profile .media .change-pic .change-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgb(0 0 0 / .5);
    opacity: 0;
    border-radius: 8px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.user-dashboard .sidebar-user .user-profile .media .change-pic .change-hover .btn {
    padding: 4px 6px;
    border-radius: 100%}
.user-dashboard .sidebar-user .user-profile .media .change-pic .change-hover .btn svg {
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    color: rgb(255 255 255 / .8);
}
.user-dashboard .sidebar-user .user-profile .media .change-pic .change-hover .updateimg {
    opacity: 0;
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: 0 auto;
    width: 26px;
}
.user-dashboard .sidebar-user .user-profile .media .change-pic:hover .change-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.user-dashboard .sidebar-user .user-profile .media .media-body {
    margin-inline-start: 20px;
}
.user-dashboard .sidebar-user .user-profile .media .media-body h5 {
    font-weight: 600;
    margin-bottom: 5px;
}
.user-dashboard .sidebar-user .user-profile .media .media-body h6 {
    color: #959595;
    font-size: 13px;
    margin-bottom: 3px;
}
.user-dashboard .sidebar-user .user-profile .connected-social h6 {
    position: relative;
    font-weight: 600;
}
.user-dashboard .sidebar-user .user-profile .connected-social h6::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--theme-defaultorange);
    inset-inline-start: 0;
    bottom: -8px;
}
.user-dashboard .sidebar-user .dashboard-list {
    padding: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320))) 0;
    border-top: 1px solid #efefef;
    margin-top: 15px;
    padding-top: 5px;
}
.user-dashboard .dashboard-content {
    margin-bottom: -25px;
}
.user-dashboard .dashboard-content .common-card {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    padding: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 8px;
    margin-bottom: 25px;
}
.user-dashboard .dashboard-content .common-card .common-header {
    padding-bottom: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.user-dashboard .dashboard-content .common-card .common-header h5 {
    font-weight: 600;
    margin-bottom: 0;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .media-body p {
    font-family: Montserrat, sans-serif;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: -2px;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .media-body h5 {
    margin-bottom: -3px;
    font-weight: 600;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar {
    position: relative;
    margin-bottom: 1px;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar .small-chart, .user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar .small-chart1, .user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar .small-chart2 {
    height: 36px;
    width: 50px;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg {
    position: absolute;
    bottom: -3px;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-a .ct-point, .user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-a .ct-line, .user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-a .ct-bar, .user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-a .ct-slice-donut {
    stroke: var(--theme-defaultorange);
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-b .ct-point, .user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-b .ct-line, .user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-b .ct-bar, .user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-b .ct-slice-donut {
    stroke: var(--theme-defaultorange);
    opacity: .2;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar .chartist-tooltip {
    position: absolute;
    opacity: 0;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar .chartist-tooltip .chartist-tooltip-value {
    font-size: 10px;
    padding: 5px;
    color: #fff;
    background-color: rgb(0 0 0 / .5);
    border-radius: 4px;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar .chartist-tooltip.tooltip-show {
    opacity: 1;
}
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-a .ct-point, .user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-a .ct-line, .user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-a .ct-bar, .user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-a .ct-slice-donut {
    stroke: var(--theme-defaultorange);
}
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-b .ct-point, .user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-b .ct-line, .user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-b .ct-bar, .user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-b .ct-slice-donut {
    stroke: var(--theme-defaultorange);
    opacity: .2;
}
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-a .ct-point, .user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-a .ct-line, .user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-a .ct-bar, .user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-a .ct-slice-donut {
    stroke: #89c826;
}
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-b .ct-point, .user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-b .ct-line, .user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-b .ct-bar, .user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-b .ct-slice-donut {
    stroke: #89c826;
    opacity: .2;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li {
    width: 100%}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li p {
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li h4 {
    margin-bottom: 0;
    font-weight: 500;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li .label {
    padding: 3px 6px 1px;
    font-size: 11px;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li .d-flex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li .d-flex>span {
    margin-bottom: 3px;
    display: inline-block;
}
.user-dashboard .dashboard-content .user-wrapper .overview #overviewchart {
    margin: -20px 2px -27px -24px;
}
.user-dashboard .dashboard-content .user-wrapper .overview .apexcharts-canvas .apexcharts-tooltip.light .apexcharts-tooltip-title {
    background: #fff0;
    border-bottom: 1px solid #fff0;
    padding-bottom: 0;
}
.user-dashboard .dashboard-content .user-wrapper .overview .apexcharts-canvas .apexcharts-xaxistooltip {
    display: none;
}
.user-dashboard .dashboard-content .user-wrapper .sales-agent #agent-sales {
    margin-top: -40px;
    margin-bottom: -32px;
}
.user-dashboard .dashboard-content .user-wrapper .available-property .radial-property #radial {
    margin: -29px 0;
}
.user-dashboard .dashboard-content .user-wrapper .available-property .radial-property .apexcharts-datalabels-group .apexcharts-datalabel-label {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}
.user-dashboard .dashboard-content h2 {
    font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.user-dashboard .dashboard-content .property-section {
    margin-bottom: 25px;
    position: relative;
}
.user-dashboard .property-overview table {
    margin-bottom: 0;
}
.user-dashboard .property-overview table tr th {
    text-transform: capitalize;
    background-color: rgb(100 117 137 / .05);
    font-weight: 600;
    padding: 15px 12px 13px;
}
.user-dashboard .property-overview table tr td {
    color: #959595;
    vertical-align: middle;
    font-family: Montserrat, sans-serif;
    padding: 15px 12px 0;
}
.user-dashboard .property-overview table tr td .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-dashboard .property-overview table tr td .d-flex h6 {
    margin-inline-start: 10px;
    font-size: 14px;
    color: var(--theme-defaultblue);
    margin-bottom: 0;
    font-weight: 500;
}
.user-dashboard .property-overview table tr td img {
    width: 50px;
    height: 40px;
    border-radius: 8px;
}
.user-dashboard .property-overview table tr td .label {
    font-size: 11px;
}
.user-dashboard .property-overview table tr th:last-child, .user-dashboard .property-overview table tr td:last-child {
    text-align: end;
}
.property-section .property-wrapper-grid.list-view .property-box .property-details ul li, .property-section .property-grid-slider .property-box .property-details ul li {
    padding-inline-end: 5px;
    font-size: 12px;
}
.property-section .property-wrapper-grid.list-view .property-box .property-details ul li:last-child, .property-section .property-grid-slider .property-box .property-details ul li:last-child {
    padding-inline-end: 0;
}
.property-section .property-wrapper-grid.list-view .property-box .property-details ul li img, .property-section .property-grid-slider .property-box .property-details ul li img {
    height: 14px;
    margin-inline-end: 5px;
}
.property-section .property-wrapper-grid.list-view .property-box .property-details p, .property-section .property-grid-slider .property-box .property-details p {
    display: block;
}
.property-section .property-grid-3 .property-wrapper-grid.list-view .property-box .property-image {
    width: 50%}
.property-section .property-grid-3 .property-wrapper-grid.list-view .property-box .property-details p {
    display: none!important;
}
.property-section .property-wrapper-grid .property-grid>[class*="col-lg-4"] .property-box .property-details, .property-section .property-wrapper-grid .property-grid>.col-xl-4 .property-box .property-details {
    padding: 20px;
}
.property-section .property-wrapper-grid .property-grid>[class*="col-lg-4"] .property-box .property-details ul li, .property-section .property-wrapper-grid .property-grid>.col-xl-4 .property-box .property-details ul li {
    padding-inline-end: 8px;
    padding-inline-start: 8px;
    font-size: 12px;
}
.property-section .property-wrapper-grid .property-grid>[class*="col-lg-4"] .property-box .property-details ul li:first-child, .property-section .property-wrapper-grid .property-grid>.col-xl-4 .property-box .property-details ul li:first-child {
    padding-inline-start: 0;
}
.property-section .property-wrapper-grid .property-grid>[class*="col-xl-3"] .property-box .property-details, .property-section .property-wrapper-grid .property-grid>.col-xl-3 .property-box .property-details {
    padding: 15px 8px;
}
.property-section .property-wrapper-grid .property-grid>[class*="col-xl-3"] .property-box .property-details .property-btn .btn, .property-section .property-wrapper-grid .property-grid>.col-xl-3 .property-box .property-details .property-btn .btn {
    padding: 9px 20px 8px;
}
.property-section .property-wrapper-grid .property-grid>[class*="col-xl-3"] .property-box .property-details h3, .property-section .property-wrapper-grid .property-grid>.col-xl-3 .property-box .property-details h3 {
    font-size: 19px;
}
.property-section .property-wrapper-grid .property-grid>[class*="col-xl-3"] .property-box .property-details ul li, .property-section .property-wrapper-grid .property-grid>.col-xl-3 .property-box .property-details ul li {
    padding-inline-end: 8px;
    padding-inline-start: 8px;
    font-size: 12px;
}
.property-section .property-wrapper-grid .property-grid>[class*="col-xl-3"] .property-box .property-details ul li img, .property-section .property-wrapper-grid .property-grid>.col-xl-3 .property-box .property-details ul li img {
    display: none;
}
.property-section .property-wrapper-grid .property-grid>[class*="col-xl-3"] .property-box .property-details ul li:first-child, .property-section .property-wrapper-grid .property-grid>.col-xl-3 .property-box .property-details ul li:first-child {
    padding-inline-start: 0;
}
.right-line-tab {
    display: block;
    border-bottom: none;
}
.right-line-tab .nav-item {
    display: block;
}
.right-line-tab .nav-item .nav-link {
    color: var(--theme-defaultblue);
    font-family: Montserrat, sans-serif;
    border: none;
    border-inset-inline-start: 2px solid #fff0;
    border-radius: 0;
    padding: 8px 20px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.right-line-tab .nav-item .nav-link.active {
    border-left-color: var(--theme-defaultorange);
    color: var(--theme-defaultorange);
}
.right-line-tab .nav-item.show .nav-link {
    border-right-color: var(--theme-defaultorange);
}
.table-bordernone tr th, .table-bordernone tr td {
    border: none;
}
.table-bordernone tr th {
    font-weight: 400;
}
.tab-listing .filter-panel {
    margin-bottom: 30px;
}
.tab-listing .filter-bottom-content {
    top: 45px;
}
.tab-listing .property-details {
    position: relative;
}
.tab-listing .property-details .my-listing {
    position: absolute;
    inset-inline-end: 45px;
    top: 42px;
    color: #959595;
}
.create-tab .create-property-form .form-inputs>h6 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 8px;
}
.create-tab .create-property-form .form-inputs>h6::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--theme-defaultorange);
    inset-inline-start: 0;
    bottom: 0;
}
.create-tab .create-property-form .form-inputs .row gx-3 {
    margin-bottom: -16px;
}
.create-tab .create-property-form .form-inputs .dropzone {
    margin-bottom: 16px;
}
.create-tab .create-property-form .form-inputs+.form-inputs {
    margin-top: 25px;
}
.create-tab .create-property-form .btn {
    margin-top: 20px;
}
.my-profile .profile-info .user-name {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.my-profile .profile-info .user-name .rating, .my-profile .profile-info .user-name h5 {
    display: inline-block;
}
.my-profile .profile-info .user-name .rating {
    margin-inline-start: 15px;
}
.my-profile .profile-info .user-name h5 {
    font-weight: 600;
}
.my-profile .profile-info .user-detail {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.my-profile .profile-info .user-detail li {
    margin: 5px 10px 5px 0;
    color: #586167;
}
.my-profile .profile-info .user-detail li svg {
    margin-inline-end: 3px;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
}
.my-profile .profile-info .user-detail li span {
    font-family: Montserrat, sans-serif;
}
.my-profile .profile-info p {
    line-height: 1.8;
    margin-bottom: 0;
}
.my-profile .profile-info .information ul li {
    display: block;
    font-family: Montserrat, sans-serif;
}
.my-profile .profile-info .information ul li span:first-child {
    min-width: 180px;
    display: inline-block;
}
.my-profile .profile-info .information ul li .label {
    margin-inline-start: 15px;
}
.my-profile .profile-info .information ul li a {
    color: var(--theme-defaultorange);
}
.my-profile .profile-info .information ul li p {
    display: inline-block;
}
.my-profile .profile-info .information ul li+li {
    margin-top: 15px;
}
.my-profile .profile-info .information-detail+.information-detail {
    padding-top: 30px;
}
.my-profile .profile-info .label-light {
    cursor: pointer;
}
.modal-title {
    font-weight: 600;
}
.modal-header, .modal-body, .modal-footer {
    padding: 30px;
}
.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
.modal-header .btn-close {
    background: var(--theme-defaultorange);
    position: absolute;
    inset-inline-end: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    opacity: 1;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}
.modal-header .btn-close span {
    font-size: 30px;
    color: #fff;
}
.modal-footer {
    border-top-color: #eee;
}
.edit-profile-modal .modal-title {
    text-transform: capitalize;
}
.edit-profile-modal form label {
    text-transform: capitalize;
}
.edit-profile-modal form .form-control {
    padding: 8px 12px;
    color: rgb(28 45 58 / .5);
}
.edit-profile-modal form .form-control::-webkit-input-placeholder {
    color: rgb(28 45 58 / .5);
}
.edit-profile-modal form .form-control::-moz-placeholder {
    color: rgb(28 45 58 / .5);
}
.edit-profile-modal form .form-control:-ms-input-placeholder {
    color: rgb(28 45 58 / .5);
}
.edit-profile-modal form .form-control::-ms-input-placeholder {
    color: rgb(28 45 58 / .5);
}
.edit-profile-modal form .form-control::placeholder {
    color: rgb(28 45 58 / .5);
}
.edit-profile-modal form>.row {
    margin-bottom: -16px;
}
.edit-profile-modal.logout-modal .modal-body {
    padding-bottom: 0;
}
.edit-profile-modal.logout-modal .modal-body h6 {
    font-weight: 500;
}
.edit-profile-modal.logout-modal .modal-body p {
    margin-bottom: 0;
}
.edit-profile-modal.logout-modal .modal-footer {
    border-top: none;
}
.gj-datepicker-bootstrap [role=right-icon] button {
    border-color: #eee;
}
.modal-header .btn-close {
    font-weight: 500;
}
input[type="date"] {
    text-transform: inherit;
}
.gj-datepicker .btn-outline-secondary {
    padding: 8px;
    border-radius: 0 3px 3px 0;
}
.gj-datepicker .btn-outline-secondary i {
    color: rgb(88 97 103 / .7);
    position: relative!important;
    top: unset!important;
    inset-inline-start: unset!important;
    font-size: 18px!important;
    vertical-align: -3px;
}
.gj-datepicker .btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #fff0;
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #959595;
}
.gj-datepicker .btn-outline-secondary:not(:disabled):not(.disabled).active {
    background-color: #fff0;
    color: inherit;
}
.gj-datepicker .btn-outline-secondary:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gj-datepicker .show>.btn-outline-secondary.dropdown-toggle {
    border: #fff0;
    background-color: #fff0;
    color: inherit;
}
.gj-picker div[role=navigator] div[role=period] {
    font-family: Montserrat, sans-serif;
}
.gj-picker-bootstrap table tr td {
    font-family: Montserrat, sans-serif;
}
.gj-picker-bootstrap table tr td.today div {
    color: var(--theme-defaultorange);
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: var(--theme-defaultorange);
    border-color: var(--theme-defaultorange);
}
.card-payment .payment-card {
    width: 100%;
    min-height: 183px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    background-image: repeating-linear-gradient(45deg, #fff0 1px, rgb(255 255 255 / .03) 2px, rgb(255 255 255 / .04) 3px, rgb(255 255 255 / .05) 4px), -webkit-linear-gradient(-245deg, #fff0 40%, rgb(255 255 255 / .2) 70%, #fff0 90%);
}
.card-payment .payment-card.master {
    background-color: #1f4771;
}
.card-payment .payment-card.visa {
    background-color: #6c6f69;
}
.card-payment .payment-card.american-express {
    background-color: #73a3b9;
    height: 100%}
.card-payment .payment-card .card-details h6 {
    font-family: Montserrat, sans-serif;
    color: #fff;
}
.card-payment .payment-card .card-details .card-number>div img {
    width: 15%}
.card-payment .payment-card .card-details .card-number>div img:last-child {
    width: 5%;
    margin-inline-start: 10px;
}
.card-payment .payment-card .card-details .card-number h3 {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    margin-top: 5px;
    margin-bottom: 3px;
}
.card-payment .payment-card .card-details .valid-detail {
    margin-bottom: 10px;
}
.card-payment .payment-card .card-details .valid-detail .title span {
    display: block;
    color: rgb(255 255 255 / .5);
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.3;
}
.card-payment .payment-card .card-details .valid-detail .date h3 {
    margin-bottom: 0;
    color: #fff;
    margin-inline-start: 10px;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.card-payment .payment-card .card-details .name-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-payment .payment-card .card-details .name-detail h5 {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.card-payment .payment-card .card-details .name-detail h4 {
    color: #fff;
}
.card-payment .payment-card .card-details .name-detail .name {
    width: 100%}
.card-payment .payment-card .card-details .name-detail .card-img {
    display: inline-block;
    margin-inline-start: auto;
    text-align: end;
}
.card-payment .payment-card .edit-card {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    inset-inline-start: 0;
    background-color: rgb(0 0 0 / .8);
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.card-payment .payment-card .edit-card a {
    color: #fff;
    text-transform: capitalize;
}
.card-payment .payment-card .edit-card a:hover {
    color: var(--theme-defaultorange);
}
.card-payment .payment-card .edit-card a+a {
    margin-inline-start: 15px;
}
.card-payment .payment-card.add-card {
    background-color: #eee;
    cursor: pointer;
    padding: 0;
}
.card-payment .payment-card.add-card .card-details {
    text-align: center;
    width: 100%;
    height: 183px;
}
.card-payment .payment-card.add-card .card-details i {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    color: #959595;
}
.card-payment .payment-card.add-card .card-details h5 {
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: Montserrat, sans-serif;
}
.card-payment .payment-card:hover .edit-card {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.card-payment>div:last-child .payment-card {
    margin-top: 30px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch .switch-state {
    border-radius: 20px;
    position: absolute;
    cursor: pointer;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    background-color: #f4f4f4;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch .switch-state:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    inset-inline-start: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}
.switch input {
    display: none;
}
.switch input:checked+.switch-state {
    background-color: #89c826;
}
.switch input:checked+.switch-state:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
}
.user-dashboard .dashboard-content .privacy-setting .common-card .common-header {
    padding-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.privacy-setting .common-card .common-header p {
    margin-top: 8px;
    margin-bottom: 0;
}
.privacy-setting .privacy-content .media .media-body p {
    margin-bottom: 0;
}
.privacy-setting .privacy-content .media .switch {
    margin-inline-start: 8px;
}
.privacy-setting .privacy-content .media+.media {
    margin-top: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.privacy-setting .privacy-content .btn {
    margin-top: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.privacy-setting .privacy-content+.privacy-content {
    margin-top: calc(25px + (50 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.privacy-setting .privacy-content h5 {
    font-weight: 600;
    margin-bottom: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.privacy-setting .switch {
    width: 50px;
    height: 25px;
}
.privacy-setting .switch .switch-state:before {
    height: 17px;
    width: 17px;
}
.privacy-setting .switch input:checked+.switch-state:before {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}
.provide-service .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.provide-service .provide-details h2 {
    color: var(--theme-defaultorange);
    line-height: 1.3;
}
.provide-service .provide-details p {
    line-height: 1.8;
    margin-bottom: 30px;
}
.provide-service .provide-details .btn {
    padding: 12px 30px 11px;
}
.provide-service .service-img {
    text-align: center;
}
.about-testimonial .title-2 h2 {
    margin-top: -2px;
}
.terms-section .sidebar-user .dashboard-list h5 {
    padding: 8px 20px;
    font-weight: 600;
}
.terms-section h2 {
    margin-bottom: 30px;
    font-weight: 600;
    margin-top: -6px;
    line-height: 1.3;
}
.terms-section .terms-wrapper h4 {
    font-weight: 600;
    color: #586167;
    margin-bottom: 3px;
    line-height: 1.4;
}
.terms-section .terms-wrapper p {
    line-height: 1.7;
    font-size: 16px;
}
.terms-section .terms-wrapper p a {
    color: var(--theme-defaultorange);
}
.terms-section .terms-wrapper p:last-child {
    margin-bottom: 0;
}
.terms-section .terms-wrapper+.terms-wrapper {
    margin-top: 30px;
}
.terms-section .terms-wrapper ul {
    padding-inline-start: 18px;
}
.terms-section .terms-wrapper ul li {
    display: list-item;
    line-height: 1.7;
    font-size: 16px;
    color: #959595;
}
.terms-section .terms-wrap {
    margin-bottom: -5px;
}
.terms-bottom-content {
    margin: 80px 20px 0;
    background: #dddddd3b;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}
.terms-bottom-content img {
    height: 180px;
    margin-top: -80px;
    margin-bottom: 20px;
}
@-webkit-keyframes mainBlock {
    0% {
    width: 0%;
    inset-inline-start: 0;
}
50% {
    width: 100%;
    inset-inline-start: 0;
}
100% {
    width: 0;
    inset-inline-start: 100%}
}@keyframes mainBlock {
    0% {
    width: 0%;
    inset-inline-start: 0;
}
50% {
    width: 100%;
    inset-inline-start: 0;
}
100% {
    width: 0;
    inset-inline-start: 100%}
}@-webkit-keyframes secBlock {
    0% {
    width: 0%;
    inset-inline-start: 0;
}
50% {
    width: 100%;
    inset-inline-start: 0;
}
100% {
    width: 0;
    inset-inline-start: 100%}
}@keyframes secBlock {
    0% {
    width: 0%;
    inset-inline-start: 0;
}
50% {
    width: 100%;
    inset-inline-start: 0;
}
100% {
    width: 0;
    inset-inline-start: 100%}
}@-webkit-keyframes mainFadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes mainFadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-webkit-keyframes popIn {
    0% {
    width: 0;
    height: 0;
    background: #e9d856;
    border: 0 solid #ddd;
    opacity: 0;
}
50% {
    width: 10px;
    height: 10px;
    background: #e9d856;
    opacity: 1;
    bottom: 45px;
}
65% {
    width: 7px;
    height: 7px;
    bottom: 0;
    width: 15px;
}
80% {
    width: 10px;
    height: 10px;
    bottom: 20px;
}
100% {
    width: 7px;
    height: 7px;
    background: #e9d856;
    border: 0 solid #222;
    bottom: 13px;
}
}@keyframes popIn {
    0% {
    width: 0;
    height: 0;
    background: #e9d856;
    border: 0 solid #ddd;
    opacity: 0;
}
50% {
    width: 10px;
    height: 10px;
    background: #e9d856;
    opacity: 1;
    bottom: 45px;
}
65% {
    width: 7px;
    height: 7px;
    bottom: 0;
    width: 15px;
}
80% {
    width: 10px;
    height: 10px;
    bottom: 20px;
}
100% {
    width: 7px;
    height: 7px;
    background: #e9d856;
    border: 0 solid #222;
    bottom: 13px;
}
}@-webkit-keyframes secFadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: .5;
}
}@keyframes secFadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: .5;
}
}@-webkit-keyframes top {
    0% {
    opacity: 0;
    bottom: -80px;
}
100% {
    opacity: 1;
    bottom: 0;
}
}@keyframes top {
    0% {
    opacity: 0;
    bottom: -80px;
}
100% {
    opacity: 1;
    bottom: 0;
}
}@-webkit-keyframes icon {
    0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    opacity: 1;
    -webkit-transform: scale(1.3) rotate(-2deg);
    transform: scale(1.3) rotate(-2deg);
}
100% {
    opacity: 1;
    bottom: 0;
}
}@keyframes icon {
    0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    opacity: 1;
    -webkit-transform: scale(1.3) rotate(-2deg);
    transform: scale(1.3) rotate(-2deg);
}
100% {
    opacity: 1;
    bottom: 0;
}
}.box {
    width: 350px;
    height: 180px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.box.text-affect .title {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
}
.box.text-affect .title .block {
    width: 0%;
    height: inherit;
    background: var(--theme-defaultorange);
    position: absolute;
    -webkit-animation: mainBlock 2s cubic-bezier(.74, .06, .4, .92) forwards;
    animation: mainBlock 2s cubic-bezier(.74, .06, .4, .92) forwards;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box.text-affect .title h1 {
    color: #000;
    -webkit-animation: mainFadeIn 2s forwards;
    animation: mainFadeIn 2s forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
}
.box.text-affect .title h1 span {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: var(--theme-defaultorange);
    -webkit-animation: load 0.6s cubic-bezier(.74, .06, .4, .92) forwards;
    animation: popIn 0.8s cubic-bezier(.74, .06, .4, .92) forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    margin-inline-start: 5px;
    margin-top: -10px;
    position: absolute;
    bottom: 13px;
    inset-inline-end: -12px;
}
.box.text-affect .role {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.box.text-affect .role .block {
    width: 0%;
    height: inherit;
    background: var(--theme-defaultorange);
    position: absolute;
    -webkit-animation: secBlock 2s cubic-bezier(.74, .06, .4, .92) forwards;
    animation: secBlock 2s cubic-bezier(.74, .06, .4, .92) forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box.text-affect .role p {
    -webkit-animation: secFadeIn 2s forwards;
    animation: secFadeIn 2s forwards;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
    opacity: 0;
    color: #232323;
}
.title-svg {
    fill: var(--theme-default5);
    stroke: var(--theme-default5);
    height: 85px;
    width: 85px;
    margin-bottom: -85px;
}
.title-svg.color-7 {
    fill: var(--theme-defaultorange);
    stroke: var(--theme-defaultorange);
}
.title-1.text-white hr {
    color: #fff;
}
.title-1, .title-2, .title-3 {
    text-align: center;
}
.title-1.text-white h2, .title-2.text-white h2, .title-3.text-white h2 {
    color: #fff;
}
.title-1 {
    padding-bottom: 50px;
}
.title-1 h2 {
    padding-top: 15px;
    margin-bottom: -1px;
    line-height: 1.3;
}
.title-1 hr {
    width: 80px;
    margin: 20px auto 0;
    height: 2px;
    color: var(--theme-defaultorange);
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.title-1:hover hr {
    width: 150px;
}
.title-2 h2 {
    background: var(--theme-defaultblue);
    background-blend-mode: lighten;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin-bottom: 16px;
    margin-top: -3px;
}
.title-2 p {
    color: #3b4249;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 50px;
}
.title-2.text-white {
    position: relative;
}
.title-2.text-white h2 {
    color: #fff;
    background: unset;
    background-blend-mode: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.title-2.text-white p {
    color: #fff;
}
.title-3 {
    margin-top: -11px;
    margin-bottom: 50px;
}
.title-3 h2 {
    margin: 6px 0 12px;
    color: #586167;
}
.title-3 h2 span {
    font-weight: 300;
}
.title-3 p {
    color: rgb(88 97 103 / .7);
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: -1px;
    line-height: 1.5;
}
.title-3.text-start {
    margin-top: -4px;
}
.title-3.text-start h2 {
    margin-top: 0;
}
.theme-title .theme-card .card-header h4 {
    margin-top: -2px;
    margin-bottom: -2px;
}
.theme-title .title-1 h2 {
    margin-bottom: -9px;
}
.theme-title .title-1 hr {
    width: 80px;
    margin: 20px auto 0;
    height: 2px;
    color: var(--theme-defaultorange);
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.theme-title .title-1:hover hr {
    width: 150px;
}
.theme-title .title-2 h2 {
    margin-top: -2px;
}
.theme-title .title-2 p {
    margin-bottom: -1px!important;
}
.theme-title .title-3 p {
    margin-bottom: -1px;
}
.contact-3 .title-3 {
    margin-top: -5px;
}
.log-in form .form-group .input-group .input-group-text svg, .log-in form .form-group .input-group .input-group-text i {
    color: #586167;
}
.log-in form .form-group .input-group .input-group-text .fa-eye-slash, .log-in form .form-group .input-group .input-group-text .fa-eye {
    cursor: pointer;
}
.log-in form .form-group input {
    color: #586167;
}
.log-in .btn.btn-dashed {
    color: #586167;
}
.log-in .btn.btn-dashed.color-2:hover {
    color: var(--theme-defaultorange);
}
.inner-title {
    margin-bottom: 30px;
}
.inner-title.title-3 h2 {
    margin-top: -2px;
}
.testimonial-client .title-3.text-start {
    margin-top: -2px;
}
.coming-simple .title-3 {
    margin-top: -2px;
}
.light-bg {
    background-color: rgb(255 255 255 / .1);
}
.parallax-image {
    background-attachment: fixed;
}
.banner-section.layout1-bg {
    background-image: url(../images/parallax-1.jpg);
}
.banner-section.layout2-bg {
    background-image: url(../images/banner-2.jpg);
}
.banner-section.layout3-bg {
    background-image: url(../images/blog/2.jpg);
}
.banner-section.layout3-bg .banner-3 {
    margin: 30px auto;
    background-color: rgb(255 255 255 / .8);
    -webkit-box-shadow: 2px 0 30px 40px rgb(255 255 255 / .8);
    box-shadow: 2px 0 30px 40px rgb(255 255 255 / .8);
}
.banner-section.layout3-bg .banner-3 h2, .banner-section.layout3-bg .banner-3 p {
    width: 90%}
.banner-section .button-banner {
    margin-bottom: -10px;
}
.banner-section .button-banner .btn {
    font-weight: 700;
    margin-bottom: 10px;
}
.banner-section .button-banner .btn+.btn {
    margin-inline-start: 20px;
}
.banner-section.layout-9 {
    height: auto;
}
.banner-inner {
    padding-top: 179px;
}
.banner-1 {
    text-align: center;
    width: 70%;
    margin: 27px auto 0;
    padding: 50px;
    position: relative;
}
.banner-1 .big-gradient, .banner-1 .small-white {
    position: absolute;
}
.banner-1 .big-gradient {
    font-size: 127px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -69px;
    inset-inline-start: 50%;
    z-index: 1;
}
.banner-1 .small-white {
    color: #fff;
    font-size: 46px;
    top: -43px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    inset-inline-start: 50%;
    margin-inline-start: 18px;
    font-weight: 600;
}
.banner-1 h6, .banner-1 h2 {
    color: #fff;
}
.banner-1 h6 {
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-top: -3px;
}
.banner-1 h2 {
    margin: 45px 0 50px;
    line-height: 1.85;
    font-weight: 600;
    letter-spacing: 2px;
}
@-webkit-keyframes banner-animate {
    from {
    background-position-y: 0;
}
to {
    background-position-y: 460px;
}
}.banner-2 {
    background-color: rgb(255 255 255 / .9);
    border-radius: 10px;
    overflow: hidden;
}
.banner-2 .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner-2 .banner-right {
    padding: 30px 60px 30px 0;
}
.banner-2 .banner-right h6 {
    letter-spacing: 8px;
    color: #3b4249;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 500;
    margin-top: -2px;
}
.banner-2 .banner-right h2 {
    text-transform: unset;
    line-height: 1.52;
    background: var(--theme-defaultblue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.banner-2 .banner-right p {
    line-height: 1.6;
    color: #3b4249;
}
.banner-2 .banner-right .button-banner .btn.btn-gradient {
    line-height: 2.2;
}
.banner-2 .banner-right .button-banner .btn {
    font-size: 16px;
    line-height: 2;
    min-height: 55px;
}
.banner-2 .banner-right .button-banner .btn:after {
    height: 55px;
    top: -2px;
}
.banner-2 .banner-right .button-banner .btn+.btn:after {
    height: 58px;
}
.banner-2 .banner-right .button-banner .btn img {
    vertical-align: -1px;
}
.banner-2 .banner-right .button-banner .btn-light-bg img {
    vertical-align: -5px;
}
.banner-3 {
    background-color: rgb(255 255 255 / .8);
    padding: 80px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.banner-3 .label {
    font-weight: 500;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.banner-3 h2, .banner-3 p {
    color: #586167;
    width: 85%}
.banner-3 h2 {
    line-height: 1.45;
    margin: 25px auto 15px;
}
.banner-3 p {
    color: #586167;
    line-height: 1.7;
    margin: 0 auto 24px;
    font-size: 16px;
}
.banner-4 .big-gradient {
    background: var(--theme-defaultblue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.gallery-wrapper .img-box .property-image img {
    width: 100%}
.tap-top {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    position: fixed;
    bottom: -50px;
    inset-inline-end: 15px;
    z-index: 2;
    color: #fff;
    text-align: center;
    background-color: #042e1f;
    border: none;
    font-size: 22px;
    padding: 6px 5px 5px 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tap-top::after {
    border-radius: 8px;
    opacity: .26;
    -webkit-box-shadow: 5.353px 5.945px 12px var(--theme-defaultorange);
    box-shadow: 5.353px 5.945px 12px var(--theme-defaultorange);
}
.tap-top.color-1 {
    background-image: var(--theme-defaultorange);
}
.tap-top.color-1::after {
    -webkit-box-shadow: 5.353px 5.945px 12px var(--theme-defaultorange);
    box-shadow: 5.353px 5.945px 12px var(--theme-defaultorange);
}
.tap-top.color-3 {
    background: var(--theme-default5);
}
.tap-top.color-3::after {
    -webkit-box-shadow: 5.353px 5.945px 12px var(--theme-default5);
    box-shadow: 5.353px 5.945px 12px var(--theme-default5);
}
.tap-top.color-4 {
    background: var(--theme-defaultorange);
}
.tap-top.color-4::after {
    -webkit-box-shadow: 5.353px 5.945px 12px #CF6615;
    box-shadow: 5.353px 5.945px 12px #CF6615;
}
.tap-top.color-6 {
    background: var(--theme-gradient12);
}
.tap-top.color-6::after {
    -webkit-box-shadow: 5.353px 5.945px 12px var(--theme-defaultblue);
    box-shadow: 5.353px 5.945px 12px var(--theme-defaultblue);
}
.tap-top.color-7 {
    background: var(--theme-defaultorange);
}
.tap-top.color-7::after {
    -webkit-box-shadow: 5.353px 5.945px 12px var(--theme-defaultorange);
    box-shadow: 5.353px 5.945px 12px var(--theme-defaultorange);
}
.tap-top>div {
    height: 100%}
.tap-top>div i {
    font-size: 14px;
}
.tap-top.top {
    display: block;
    bottom: 75px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-section {
    height: 100vh;
}
.home-section.layout-1 {
    height: auto;
    padding: 0;
}
.home-section.layout-1 .container-fluid {
    padding: 0;
}
.home-section.layout-9 {
    background-color: rgb(248 249 250 / .96);
    background-blend-mode: overlay;
    padding: 90px 0;
    min-height: 780px;
}
.home-section.layout-9 .home-main {
    position: relative;
    z-index: 1;
}
.home-section.layout-9 .home-main .home-content h1, .home-section.layout-9 .home-main .home-content h6 {
    color: var(--theme-defaultblue);
}
.home-section.layout-9 .home-main .home-content h6 {
    margin-top: 15px;
}
.home-section.layout-6 {
    background-image: unset;
    padding: 0;
    height: unset;
}
.home-section.layout-6 .home-main {
    background-image: url(../images/inner-pages/coming-soon.jpg);
    background-color: rgb(0 0 0 / .8);
    background-blend-mode: overlay;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 900px;
    padding-top: 44px;
}
.home-section.layout-6 .home-main h1, .home-section.layout-6 .home-main h6 {
    color: #fff;
}
.home-section.layout-6 .home-main h6 {
    margin-top: 20px;
}
.home-section.layout-6 .home-main .container>.row {
    height: 100vh;
    min-height: 900px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-section.layout-6 .arrow-light .slick-arrow {
    top: 105%}
.home-section.layout-6 .arrow-light .slick-next {
    inset-inline-end: unset;
    inset-inline-start: 10%}
.home-section.layout-6 .arrow-light .slick-prev {
    inset-inline-start: 0;
}
.home-section.layout-6 .vertical-search {
    width: unset;
}
.home-section.layout-6 .vertical-search h4 {
    font-weight: 600;
    color: rgb(255 255 255 / .85);
}
.home-section.layout-6 .vertical-search .left-sidebar {
    background-color: rgb(255 255 255 / .1);
}
.home-section.layout-6 .vertical-search .left-sidebar .form-group label {
    font-weight: 600;
    color: rgb(255 255 255 / .9);
}
.home-section.layout-6 .vertical-search .left-sidebar .dropdown {
    background-color: #fff0;
    border-color: #696161;
}
.home-section.layout-6 .vertical-search .left-sidebar .dropdown .dropdown-toggle {
    color: rgb(255 255 255 / .8);
}
.home-section.layout-6 .home-slider-1 {
    margin-bottom: 120px;
}
.home-section.layout-6 .looking-icons h5 {
    color: rgb(255 255 255 / .85);
}
.home-section.layout-6 .looking-icons ul li .looking-icon {
    background-color: rgb(255 255 255 / .1);
}
.home-section.layout-6 .looking-icons ul li .looking-icon svg {
    fill: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.home-section.layout-6 .looking-icons ul li .looking-icon h6 {
    color: rgb(255 255 255 / .8);
    font-weight: 500;
}
.home-section.layout-6 .looking-icons ul li .looking-icon:hover svg {
    fill: var(--theme-defaultblue);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.home-section.layout-6 .looking-icons ul li .looking-icon:hover h6 {
    color: var(--theme-defaultblue)!important;
}
.home-section.layout-5 {
    background-image: url(../images/parallax/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0 0 0 / .8);
    background-blend-mode: overlay;
    height: auto;
    position: relative;
}
.home-section.layout-5 .home-main {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0;
}
.home-section.layout-5 .home-main .home-content h1 {
    margin-bottom: 24px;
}
.home-section.layout-5 .home-main .looking-icons {
    margin-top: 60px;
}
.home-section.layout-5 .home-main .looking-icons ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home-section.layout-5 .home-main .looking-icons ul li {
    border: 2px solid rgb(255 255 255 / .2);
    border-radius: 25px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.home-section.layout-5 .home-main .looking-icons ul li .looking-icon {
    background-color: #fff0;
}
.home-section.layout-5 .home-main .looking-icons ul li .looking-icon svg {
    fill: rgb(255 255 255 / .8);
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}
.home-section.layout-5 .home-main .looking-icons ul li:hover {
    border-radius: 0 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.home-section.layout-5 .home-main .looking-icons ul li:hover h6 {
    color: var(--theme-defaultorange)!important;
}
.home-section.layout-5 .home-main .looking-icons ul li:hover svg {
    fill: var(--theme-defaultorange);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.home-section.layout-5 .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.home-section.layout-5 .row>div h6, .home-section.layout-5 .row>div h1 {
    color: #fff;
}
.home-section.layout-5 .row>div h6 {
    margin-top: 20px;
    font-weight: 600;
}
.home-section.layout-5 .row>div p {
    color: rgb(255 255 255 / .9);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.home-section.layout-5 .decor-image {
    position: absolute;
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    bottom: -30px;
    inset-inline-start: 0;
}
.home-section.layout-5 .decor-image1 {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
}
.snow-effect:before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../images/others/snow.png), url(../images/others/snow2.png);
    background-repeat: repeat;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    z-index: 0;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    will-change: background-position;
    -webkit-animation: an-snow 20s linear infinite;
    animation: an-snow 20s linear infinite;
}
.layout-9 {
    position: relative;
    background-image: url(../images/layout9-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0 0 0 / .5);
    background-blend-mode: overlay;
    height: calc(100vh - 89px);
}
.layout-9:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgb(255 255 255 / .2);
    z-index: 1;
}
.layout-9 .layout-right-img img {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    height: 800px;
}
.layout9 {
    position: relative;
    background-image: url(../images/banner-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0 0 0 / .5);
    background-blend-mode: overlay;
    height: auto;
}
.layout9 .layout-right-img img {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    height: 800px;
}
.layout-home2 .slick-slider .slick-prev, .layout-home3 .slick-slider .slick-prev {
    inset-inline-start: 123px;
}
.layout-home2 .slick-slider .slick-next, .layout-home3 .slick-slider .slick-next {
    inset-inline-end: 123px;
}
.layout-home2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%}
.layout-home2 .feature-section {
    background-color: #fff;
}
.layout-home2 .feature-section .feature-content {
    padding: 30px 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    max-width: 575px;
}
.layout-home2 .feature-section .feature-content .label-cross {
    padding: 10px 33px 7px;
    background: #fb0118;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transform: rotate(-38deg);
    transform: rotate(-38deg);
    display: inline-block;
    -webkit-box-shadow: inset 0 0 20px 0 rgb(0 0 0 / .3);
    box-shadow: inset 0 0 20px 0 rgb(0 0 0 / .3);
    font-size: 16px;
    position: absolute;
    inset-inline-start: -31px;
    top: 0;
}
.layout-home2 .home-main {
    background-image: url(../images/banner-2.jpg);
    width: 100%;
    height: 100vh;
    padding-top: 90px;
    position: relative;
    min-height: 720px;
}
.layout-home2 .video-bg .home-main {
    background: unset;
}
.layout-home2 .arrow-light .slick-arrow {
    top: 59%}
.layout-home2 .slick-initialized .slick-slide {
    margin-bottom: 0;
}
.layout-home3 .bg-layout-3 {
    height: 600px;
}
.layout-home3 .light-bg-2 {
    background-image: url(../images/blog/2.jpg);
}
.layout-home3 .banner-3 {
    width: 48%;
    padding: 60px;
    background-color: rgb(255 255 255 / .8);
}
.layout-home3 .banner-3 h1 {
    line-height: 1.5;
    color: var(--theme-defaultblue);
    margin: 20px 0;
    font-size: calc(26px + (42 - 26) * ((100vw - 320px) / (1920 - 320)));
}
.layout-home3 .home-slider-3 .slick-slide {
    margin-bottom: 0;
}
.parallax-home {
    position: relative;
    background: rgb(88 97 103 / .04);
}
.parallax-home h1 {
    margin: 0 0 15px;
}
.parallax-home p {
    line-height: 1.6;
    margin-bottom: 0;
    color: #586167;
}
.parallax-home .btns-parallax {
    margin: -5px -10px;
}
.parallax-home .btns-parallax button {
    margin: 5px 10px;
}
.parallax-home .container>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(250px + (520 - 250) * ((100vw - 320px) / (1920 - 320)));
}
.parallax-home .container>.row>div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.parallax-home .parallax-right {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    width: 58%}
.parallax-home.video-layout .video-search .input-group .input-group-text {
    color: var(--theme-defaultorange);
}
.parallax-home.video-layout .video-search .input-group .input-group-text::after {
    background-color: var(--theme-defaultorange);
}
.layout-home4 .slider-image {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 91vh;
}
.layout-home4 .slider-image.bg-img-2 {
    background-image: url(../images/8.jpg);
}
.layout-home4 .slider-image.bg-img-3 {
    background-image: url(../images/6.jpg);
}
.layout-home4 .slider-image .home-content {
    padding: 60px 70px 60px 0;
    text-align: end;
    position: relative;
    z-index: 1;
}
.layout-home4 .slider-image .home-content .square-bg {
    position: absolute;
    content: "";
    width: 95%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 35px 0 rgb(0 0 0 / .08);
    box-shadow: 0 0 35px 0 rgb(0 0 0 / .08);
    top: 0;
    inset-inline-end: 0;
    z-index: -1;
}
.layout-home4 .slider-image .home-content h6 {
    font-weight: 700;
    color: #586167;
    position: relative;
}
.layout-home4 .slider-image .home-content h6 span {
    display: inline-block;
}
.layout-home4 .slider-image .home-content h6.line-inset-inline-end::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    background-image: var(--theme-defaultorange);
    inset-inline-end: 0;
    bottom: -10px;
}
.layout-home4 .slider-image .home-content h1, .layout-home4 .slider-image .home-content h6, .layout-home4 .slider-image .home-content h2 {
    color: #1b2c39;
}
.layout-home4 .slider-image .home-content h1 {
    line-height: 1.52;
    margin: 12px 0 18px;
}
.layout-home4 .slider-image .home-content h2 {
    margin: 30px 0 18px;
}
.layout-home4 .slider-image .home-content p {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: rgb(88 97 103 / .5);
    width: 50%;
    margin-inline-start: auto;
    margin-bottom: 26px;
    font-weight: 500;
    line-height: 1.7;
}
.layout-home4 .slider-image .home-content .font-color4 {
    font-weight: 500;
    color: #CF6615;
    line-height: 1.7;
    padding-inline-end: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.layout-home4 .slider-image .home-content .font-color4::after {
    position: absolute;
    content: "";
    width: 98px;
    height: 30px;
    border-radius: 5px;
    background-color: #CF6615;
    opacity: .1;
    top: -2px;
    inset-inline-end: 0;
}
.layout-home4 .slider-image .home-content .btn-lg {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.layout-home4 .sync-slider {
    position: relative;
}
.layout-home4 .sync-slider .home-slider-4 img.img-icon {
    width: auto;
    height: 18px;
    margin-inline-end: 10px;
}
.layout-home4 .sync-slider .home-slider-4 .slick-slide {
    margin-bottom: 0;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .slick-arrow {
    width: 70px;
    height: 70px;
    background-color: #fff;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .slick-arrow::before {
    color: #CF6615;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .slick-arrow::after {
    width: 170px;
    height: 170px;
    background-color: rgb(255 255 255 / .2);
    top: -50px;
    inset-inline-start: -51px;
    -webkit-animation: heartbit 2s ease-out;
    animation: heartbit 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .slick-prev {
    inset-inline-start: 75px;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .slick-next {
    inset-inline-end: 75px;
}
.layout-home4 .sync-slider .home-nav {
    position: absolute;
    bottom: 30px;
    inset-inline-start: 40px;
}
.layout-home4 .sync-slider .home-nav .slick-slide, .layout-home4 .sync-slider .home-nav .slick-track {
    width: auto!important;
}
.layout-home4 .sync-slider .home-nav .slick-list {
    margin: -30px -15px;
}
.layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide>div {
    margin: 30px 15px;
}
.layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide.slick-current .slider-image {
    position: relative;
}
.layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide.slick-current .slider-image::after {
    position: absolute;
    content: "";
    background: #586167;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide.slick-current .slider-image span {
    opacity: 1;
    z-index: 1;
    -webkit-transition: .5;
    transition: .5;
}
.layout-home4 .sync-slider .home-nav .slider-image {
    width: 112px;
    height: 85px;
    border-radius: 5px;
    -webkit-box-shadow: -5.15px 8.572px 23px rgb(34 54 69 / .15);
    box-shadow: -5.15px 8.572px 23px rgb(34 54 69 / .15);
}
.layout-home4 .sync-slider .home-nav .slider-image span {
    opacity: 0;
    -webkit-transition: .5;
    transition: .5;
    color: #fff;
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
}
.layout-home4 .home-slider-4 .slider-image {
    min-height: 700px;
}
.layout-6 {
    background-color: rgb(0 0 0 / .5);
    background-blend-mode: overlay;
}
.layout-6 .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vertical-search {
    width: 420px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}
.vertical-search .left-sidebar {
    background-color: rgb(255 255 255 / .15);
}
.vertical-search .left-sidebar .dropdown {
    background-color: #fff;
}
.vertical-search .left-sidebar .price-range label {
    color: #fff;
}
.vertical-search .left-sidebar .price-range.text-dark input {
    color: #586167;
}
.vertical-search .left-sidebar .price-range input {
    background-color: #fff0;
    color: #fff;
}
.search-withmap {
    position: static;
}
.search-withmap .vertical-search {
    margin: 0;
    float: inline-end;
}
.search-withmap .left-sidebar {
    background-color: #fff;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    z-index: 1;
}
.search-withmap .left-sidebar label {
    font-weight: 600;
    color: #586167;
}
.search-withmap .left-sidebar .price-range label, .search-withmap .left-sidebar .price-range input {
    color: #586167;
}
.search-withmap .left-sidebar .price-range .ui-slider-horizontal .ui-slider-handle {
    top: -.43em;
}
.banner-4 {
    background-image: url(../images/banner-3.jpg);
    position: relative;
    z-index: 0;
    background-color: rgb(0 0 0 / .5);
    background-blend-mode: overlay;
}
.video-layout {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.video-layout canvas {
    display: block;
    vertical-align: bottom;
}
.video-layout .particles {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%}
.video-layout .play-icon {
    position: relative;
    margin-inline-start: -50px;
}
.video-layout .video-right {
    height: 500px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.video-layout .video-right #block {
    height: 500px;
}
.video-layout .video-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    width: 125%;
    position: relative;
    z-index: 1;
    padding: 18px 15px;
    margin: 0;
}
.video-layout .video-search .input-group {
    border-inset-inline-end: 1px solid rgb(210 210 210 / .5);
}
.video-layout .video-search .input-group .input-group-text, .video-layout .video-search .input-group input {
    background: #fff0;
    border: none;
}
.video-layout .video-search .input-group .input-group-text {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #CF6615;
}
.video-layout .video-search .input-group .input-group-text svg {
    margin-top: 1px;
}
.video-layout .video-search .input-group .input-group-text::after {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-end: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    background-color: #CF6615;
}
.video-layout .video-search .add-more {
    opacity: 0;
    display: none;
}
.video-layout .video-search .add-more.open {
    opacity: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: visible;
}
.video-layout .video-search .dropdown {
    min-width: 300px;
}
.video-layout .video-search .dropdown .dropdown-menu {
    width: 180px;
}
.video-layout .video-search .dropdown .dropdown-menu .dropdown-item {
    color: #586167;
}
.video-layout .video-search .dropdown-toggle {
    margin-bottom: 0;
    position: relative;
    width: 180px;
    color: rgb(88 97 103 / .6);
    padding: 10px 20px 10px;
}
.video-layout .video-search .dropdown-toggle i {
    color: rgb(88 97 103 / .6);
}
.video-layout .video-search>div {
    padding: 0 8px;
}
.video-layout .video-search .form-group {
    margin-bottom: 10px;
}
.video-layout .video-search .form-group input {
    padding: 12px 20px 10px;
}
.video-layout .video-search .feature-checkbox label {
    margin: 5px 15px;
}
.video-layout .icon-video {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    inset-inline-start: 50%;
    background-image: var(--theme-defaultblue);
    border-radius: 100%}
.video-layout .icon-video .heart-animation {
    background: var(--theme-defaultorange);
    opacity: .6;
}
.video-layout .play-bg {
    text-align: center;
    width: 100%;
    position: relative;
    height: 500px;
    border-radius: 10px;
    border: 20px solid #fff;
}
.video-layout .play-bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset-inline-end: 0;
    top: 0;
    background-color: rgb(0 0 0 / .4);
    border-radius: 10px;
}
.video-layout .play-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.video-layout .video-details {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background-color: #fff0;
    text-align: start;
    padding-inline-start: 0;
}
.video-layout .video-details .left-sidebar {
    width: 520px;
}
.video-layout .video-details .left-sidebar label {
    font-weight: 500;
    color: #586167;
}
.video-layout .video-details .left-sidebar .price-range label {
    color: #586167;
}
.video-layout .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.video-layout .feature-section {
    height: 100vh;
}
.video-layout .feature-section .feature-content {
    z-index: 1;
}
.layout-map {
    height: 75vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.layout-map .H_ui, .layout-map .leaflet-pane {
    z-index: 1;
}
.layout-map .map {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
}
.layout-map .map>div {
    opacity: .7;
}
.layout-map .map:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #313131;
    top: 0;
    bottom: 0;
}
.layout-map.vertical-map {
    min-height: 775px;
}
.layout-map .withmap-horizontal .search-panel {
    background-color: #fff0;
    position: relative;
    margin: 0 auto;
}
.layout-map .withmap-horizontal .search-panel .width-fit {
    margin: 0;
}
.layout-map .withmap-horizontal .search-panel .width-fit>div+div {
    border-inset-inline-start: 1px solid #e4daf5;
}
.layout-map .withmap-horizontal .search-panel .width-fit>div:nth-child(2) {
    max-width: 25%}
.layout-map .withmap-horizontal .search-panel .width-fit>div:first-child {
    max-width: 28%}
.layout-map .withmap-horizontal .search-panel .width-fit>div:first-child .filter {
    padding-inline-start: 50px;
}
.layout-map .withmap-horizontal .search-panel .filter {
    padding: 50px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.layout-map .withmap-horizontal .search-panel .filter .btn {
    padding-top: 12px;
    padding-bottom: 10px;
}
.layout-map .withmap-horizontal .search-panel .filter .media {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.layout-map .withmap-horizontal .search-panel .filter .media .icon-square {
    width: 45px;
    height: 45px;
    position: relative;
}
.layout-map .withmap-horizontal .search-panel .filter .media .icon-square::after {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-end: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    background-color: #CF6615;
}
.layout-map .withmap-horizontal .search-panel .filter .media .icon-square i {
    color: #CF6615;
    font-size: 22px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body {
    margin-inline-start: 15px;
    margin-inline-end: 30px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body h4 {
    color: #CF6615;
    line-height: 1;
    margin-bottom: 10px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body h4 {
    font-weight: 700;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body h6 {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.4;
    letter-spacing: .5px;
    margin-bottom: -1px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .dropdown-icon {
    margin-top: 5px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .dropdown-icon span {
    line-height: .4;
}
.layout-map .withmap-horizontal .search-panel .filter .media .dropdown-icon span i {
    font-size: 12px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .dropdown-icon span.d-block {
    margin-bottom: -4px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .dropdown-icon span+span {
    color: rgb(149 149 149 / .5);
}
.layout-map .withmap-horizontal .search-panel .filter .dropdown .dropdown-menu {
    width: 210px;
}
.layout-map .feature-section .feature-content {
    z-index: 1;
    background: #fff;
    height: auto;
}
.layout-map.layout-home2 {
    min-height: 540px;
}
.layout-map.header-map {
    height: 500px;
}
.layout-map .leaflet-container::before {
    display: none;
}
.layout-home8 {
    position: relative;
    height: 88vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    background-color: #f7f7fe;
    min-height: 800px;
    overflow: hidden;
}
.layout-home8::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 122px;
    bottom: 0;
    inset-inline-start: 0;
    background-image: url(../images/others/bg-layout8.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
}
.layout-home8 .bg-dots {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
}
.layout-home8 .dotWrapper {
    position: absolute;
}
.layout-home8 .dotWrapper-1 {
    top: 23%;
    inset-inline-start: 95%;
    -webkit-animation: flying 37s ease-in-out -5.5s infinite alternate;
    animation: flying 37s ease-in-out -5.5s infinite alternate;
}
.layout-home8 .dotWrapper-2 {
    top: 6%;
    inset-inline-start: 54%;
    -webkit-animation: flying 44s ease-in-out -8.7s infinite alternate;
    animation: flying 44s ease-in-out -8.7s infinite alternate;
}
.layout-home8 .dotWrapper-3 {
    top: 46%;
    inset-inline-start: 82%;
    -webkit-animation: flying 58s ease-in-out -5.9s infinite alternate;
    animation: flying 58s ease-in-out -5.9s infinite alternate;
}
.layout-home8 .dotWrapper-4 {
    top: 35%;
    inset-inline-start: 87%;
    -webkit-animation: flying 55s ease-in-out -1.3s infinite alternate;
    animation: flying 55s ease-in-out -1.3s infinite alternate;
}
.layout-home8 .dotWrapper-5 {
    top: 23%;
    inset-inline-start: 59%;
    -webkit-animation: flying 57s ease-in-out -9.8s infinite alternate;
    animation: flying 57s ease-in-out -9.8s infinite alternate;
}
.layout-home8 .dotWrapper-6 {
    top: 20%;
    inset-inline-start: 68%;
    -webkit-animation: flying 64s ease-in-out -0.3s infinite alternate;
    animation: flying 64s ease-in-out -0.3s infinite alternate;
}
.layout-home8 .dotWrapper-7 {
    top: 29%;
    inset-inline-start: 54%;
    -webkit-animation: flying 31s ease-in-out -6.3s infinite alternate;
    animation: flying 31s ease-in-out -6.3s infinite alternate;
}
.layout-home8 .dotWrapper-8 {
    top: 75%;
    inset-inline-start: 93%;
    -webkit-animation: flying 32s ease-in-out -1.9s infinite alternate;
    animation: flying 32s ease-in-out -1.9s infinite alternate;
}
.layout-home8 .dotWrapper-9 {
    top: 20%;
    inset-inline-start: 76%;
    -webkit-animation: flying 61s ease-in-out -4.6s infinite alternate;
    animation: flying 61s ease-in-out -4.6s infinite alternate;
}
.layout-home8 .dotWrapper-10 {
    top: 47%;
    inset-inline-start: 6%;
    -webkit-animation: flying 31s ease-in-out -8.4s infinite alternate;
    animation: flying 31s ease-in-out -8.4s infinite alternate;
}
.layout-home8 .dotWrapper-11 {
    top: 33%;
    inset-inline-start: 8%;
    -webkit-animation: flying 62s ease-in-out -9.1s infinite alternate;
    animation: flying 62s ease-in-out -9.1s infinite alternate;
}
.layout-home8 .dotWrapper-12 {
    top: 75%;
    inset-inline-start: 27%;
    -webkit-animation: flying 32s ease-in-out -9.9s infinite alternate;
    animation: flying 32s ease-in-out -9.9s infinite alternate;
}
.layout-home8 .dotWrapper-13 {
    top: 13%;
    inset-inline-start: 50%;
    -webkit-animation: flying 48s ease-in-out -7.6s infinite alternate;
    animation: flying 48s ease-in-out -7.6s infinite alternate;
}
.layout-home8 .dotWrapper-14 {
    top: 22%;
    inset-inline-start: 89%;
    -webkit-animation: flying 38s ease-in-out -0.5s infinite alternate;
    animation: flying 38s ease-in-out -0.5s infinite alternate;
}
.layout-home8 .dotWrapper-15 {
    top: 33%;
    inset-inline-start: 70%;
    -webkit-animation: flying 46s ease-in-out -2.2s infinite alternate;
    animation: flying 46s ease-in-out -2.2s infinite alternate;
}
.layout-home8 .dotWrapper-16 {
    top: 78%;
    inset-inline-start: 58%;
    -webkit-animation: flying 37s ease-in-out -8.8s infinite alternate;
    animation: flying 37s ease-in-out -8.8s infinite alternate;
}
.layout-home8 .dotWrapper-17 {
    top: 60%;
    inset-inline-start: 25%;
    -webkit-animation: flying 50s ease-in-out -2.3s infinite alternate;
    animation: flying 50s ease-in-out -2.3s infinite alternate;
}
.layout-home8 .dotWrapper-18 {
    top: 70%;
    inset-inline-start: 74%;
    -webkit-animation: flying 41s ease-in-out -9.9s infinite alternate;
    animation: flying 41s ease-in-out -9.9s infinite alternate;
}
.layout-home8 .dotWrapper-19 {
    top: 39%;
    inset-inline-start: 57%;
    -webkit-animation: flying 55s ease-in-out -6.2s infinite alternate;
    animation: flying 55s ease-in-out -6.2s infinite alternate;
}
.layout-home8 .dotWrapper-20 {
    top: 17%;
    inset-inline-start: 16%;
    -webkit-animation: flying 53s ease-in-out -7.6s infinite alternate;
    animation: flying 53s ease-in-out -7.6s infinite alternate;
}
.layout-home8 .dotWrapper-21 {
    top: 97%;
    inset-inline-start: 71%;
    -webkit-animation: flying 36s ease-in-out -8.1s infinite alternate;
    animation: flying 36s ease-in-out -8.1s infinite alternate;
}
.layout-home8 .dotWrapper-22 {
    top: 43%;
    inset-inline-start: 68%;
    -webkit-animation: flying 46s ease-in-out -5.7s infinite alternate;
    animation: flying 46s ease-in-out -5.7s infinite alternate;
}
.layout-home8 .dotWrapper-23 {
    top: 1%;
    inset-inline-start: 11%;
    -webkit-animation: flying 47s ease-in-out -4.3s infinite alternate;
    animation: flying 47s ease-in-out -4.3s infinite alternate;
}
.layout-home8 .dotWrapper-24 {
    top: 40%;
    inset-inline-start: 81%;
    -webkit-animation: flying 43s ease-in-out -3.6s infinite alternate;
    animation: flying 43s ease-in-out -3.6s infinite alternate;
}
.layout-home8 .dotWrapper-25 {
    top: 48%;
    inset-inline-start: 30%;
    -webkit-animation: flying 55s ease-in-out -6.9s infinite alternate;
    animation: flying 55s ease-in-out -6.9s infinite alternate;
}
.layout-home8 .dotWrapper-26 {
    top: 54%;
    inset-inline-start: 7%;
    -webkit-animation: flying 67s ease-in-out -4.8s infinite alternate;
    animation: flying 67s ease-in-out -4.8s infinite alternate;
}
.layout-home8 .dotWrapper-27 {
    top: 36%;
    inset-inline-start: 93%;
    -webkit-animation: flying 59s ease-in-out -4.3s infinite alternate;
    animation: flying 59s ease-in-out -4.3s infinite alternate;
}
.layout-home8 .dotWrapper-28 {
    top: 74%;
    inset-inline-start: 83%;
    -webkit-animation: flying 54s ease-in-out -8.9s infinite alternate;
    animation: flying 54s ease-in-out -8.9s infinite alternate;
}
.layout-home8 .dotWrapper-29 {
    top: 37%;
    inset-inline-start: 66%;
    -webkit-animation: flying 41s ease-in-out -7.7s infinite alternate;
    animation: flying 41s ease-in-out -7.7s infinite alternate;
}
.layout-home8 .dotWrapper-30 {
    top: 11%;
    inset-inline-start: 85%;
    -webkit-animation: flying 44s ease-in-out -9s infinite alternate;
    animation: flying 44s ease-in-out -9s infinite alternate;
}
.layout-home8 .dotWrapper-31 {
    top: 20%;
    inset-inline-start: 6%;
    -webkit-animation: flying 58s ease-in-out -6s infinite alternate;
    animation: flying 58s ease-in-out -6s infinite alternate;
}
.layout-home8 .dotWrapper-32 {
    top: 61%;
    inset-inline-start: 85%;
    -webkit-animation: flying 52s ease-in-out -9.3s infinite alternate;
    animation: flying 52s ease-in-out -9.3s infinite alternate;
}
.layout-home8 .dotWrapper-33 {
    top: 27%;
    inset-inline-start: 64%;
    -webkit-animation: flying 67s ease-in-out -7.8s infinite alternate;
    animation: flying 67s ease-in-out -7.8s infinite alternate;
}
.layout-home8 .dotWrapper-34 {
    top: 12%;
    inset-inline-start: 92%;
    -webkit-animation: flying 37s ease-in-out -0.5s infinite alternate;
    animation: flying 37s ease-in-out -0.5s infinite alternate;
}
.layout-home8 .dotWrapper-35 {
    top: 53%;
    inset-inline-start: 37%;
    -webkit-animation: flying 66s ease-in-out -9.4s infinite alternate;
    animation: flying 66s ease-in-out -9.4s infinite alternate;
}
.layout-home8 .dotWrapper-36 {
    top: 53%;
    inset-inline-start: 40%;
    -webkit-animation: flying 31s ease-in-out -6.6s infinite alternate;
    animation: flying 31s ease-in-out -6.6s infinite alternate;
}
.layout-home8 .dotWrapper-37 {
    top: 82%;
    inset-inline-start: 53%;
    -webkit-animation: flying 50s ease-in-out -5.1s infinite alternate;
    animation: flying 50s ease-in-out -5.1s infinite alternate;
}
.layout-home8 .dotWrapper-38 {
    top: 10%;
    inset-inline-start: 27%;
    -webkit-animation: flying 38s ease-in-out -3s infinite alternate;
    animation: flying 38s ease-in-out -3s infinite alternate;
}
.layout-home8 .dotWrapper-39 {
    top: 93%;
    inset-inline-start: 87%;
    -webkit-animation: flying 42s ease-in-out -8.4s infinite alternate;
    animation: flying 42s ease-in-out -8.4s infinite alternate;
}
.layout-home8 .dotWrapper-40 {
    top: 28%;
    inset-inline-start: 77%;
    -webkit-animation: flying 22s ease-in-out -7s infinite alternate;
    animation: flying 22s ease-in-out -7s infinite alternate;
}
.layout-home8 .dotWrapper-41 {
    top: 40%;
    inset-inline-start: 57%;
    -webkit-animation: flying 63s ease-in-out -0.8s infinite alternate;
    animation: flying 63s ease-in-out -0.8s infinite alternate;
}
.layout-home8 .dotWrapper-42 {
    top: 27%;
    inset-inline-start: 40%;
    -webkit-animation: flying 51s ease-in-out -6.2s infinite alternate;
    animation: flying 51s ease-in-out -6.2s infinite alternate;
}
.layout-home8 .dotWrapper-43 {
    top: 22%;
    inset-inline-start: 85%;
    -webkit-animation: flying 38s ease-in-out -6s infinite alternate;
    animation: flying 38s ease-in-out -6s infinite alternate;
}
.layout-home8 .dotWrapper-44 {
    top: 21%;
    inset-inline-start: 80%;
    -webkit-animation: flying 46s ease-in-out -1.9s infinite alternate;
    animation: flying 46s ease-in-out -1.9s infinite alternate;
}
.layout-home8 .dotWrapper-45 {
    top: 77%;
    inset-inline-start: 90%;
    -webkit-animation: flying 63s ease-in-out -2.3s infinite alternate;
    animation: flying 63s ease-in-out -2.3s infinite alternate;
}
.layout-home8 .dotWrapper-46 {
    top: 70%;
    inset-inline-start: 78%;
    -webkit-animation: flying 53s ease-in-out -8.8s infinite alternate;
    animation: flying 53s ease-in-out -8.8s infinite alternate;
}
.layout-home8 .dotWrapper-47 {
    top: 100%;
    inset-inline-start: 69%;
    -webkit-animation: flying 64s ease-in-out -9.5s infinite alternate;
    animation: flying 64s ease-in-out -9.5s infinite alternate;
}
.layout-home8 .dotWrapper-48 {
    top: 50%;
    inset-inline-start: 5%;
    -webkit-animation: flying 62s ease-in-out -4.6s infinite alternate;
    animation: flying 62s ease-in-out -4.6s infinite alternate;
}
.layout-home8 .dotWrapper-49 {
    top: 63%;
    inset-inline-start: 32%;
    -webkit-animation: flying 31s ease-in-out -0.4s infinite alternate;
    animation: flying 31s ease-in-out -0.4s infinite alternate;
}
.layout-home8 .dotWrapper-50 {
    top: 61%;
    inset-inline-start: 29%;
    -webkit-animation: flying 63s ease-in-out -3s infinite alternate;
    animation: flying 63s ease-in-out -3s infinite alternate;
}
.layout-home8 .dot {
    width: 6px;
    height: 6px;
    background: #CF6615;
    opacity: .15;
    border-radius: 50%}
.layout-home8 .dot-1 {
    -webkit-transform-origin: 9px 8px;
    transform-origin: 9px 8px;
    -webkit-animation: rotating 16s ease-in-out -1.3s infinite;
    animation: rotating 16s ease-in-out -1.3s infinite;
}
.layout-home8 .dot-2 {
    -webkit-transform-origin: 15px 12px;
    transform-origin: 15px 12px;
    -webkit-animation: rotating 26s ease-in-out -2s infinite;
    animation: rotating 26s ease-in-out -2s infinite;
}
.layout-home8 .dot-3 {
    -webkit-transform-origin: -5px -14px;
    transform-origin: -5px -14px;
    -webkit-animation: rotating 22s ease-in-out -9.5s infinite;
    animation: rotating 22s ease-in-out -9.5s infinite;
}
.layout-home8 .dot-4 {
    -webkit-transform-origin: 1px -6px;
    transform-origin: 1px -6px;
    -webkit-animation: rotating 23s ease-in-out -4.3s infinite;
    animation: rotating 23s ease-in-out -4.3s infinite;
}
.layout-home8 .dot-5 {
    -webkit-transform-origin: 10px -14px;
    transform-origin: 10px -14px;
    -webkit-animation: rotating 25s ease-in-out -0.8s infinite;
    animation: rotating 25s ease-in-out -0.8s infinite;
}
.layout-home8 .dot-6 {
    -webkit-transform-origin: 12px -7px;
    transform-origin: 12px -7px;
    -webkit-animation: rotating 12s ease-in-out -2.4s infinite;
    animation: rotating 12s ease-in-out -2.4s infinite;
}
.layout-home8 .dot-7 {
    -webkit-transform-origin: -3px 4px;
    transform-origin: -3px 4px;
    -webkit-animation: rotating 25s ease-in-out -3.6s infinite;
    animation: rotating 25s ease-in-out -3.6s infinite;
}
.layout-home8 .dot-8 {
    -webkit-transform-origin: 11px -7px;
    transform-origin: 11px -7px;
    -webkit-animation: rotating 15s ease-in-out -9s infinite;
    animation: rotating 15s ease-in-out -9s infinite;
}
.layout-home8 .dot-9 {
    -webkit-transform-origin: -7px -11px;
    transform-origin: -7px -11px;
    -webkit-animation: rotating 15s ease-in-out -5.6s infinite;
    animation: rotating 15s ease-in-out -5.6s infinite;
}
.layout-home8 .dot-10 {
    -webkit-transform-origin: 7px 11px;
    transform-origin: 7px 11px;
    -webkit-animation: rotating 27s ease-in-out -2.6s infinite;
    animation: rotating 27s ease-in-out -2.6s infinite;
}
.layout-home8 .dot-11 {
    -webkit-transform-origin: -7px -12px;
    transform-origin: -7px -12px;
    -webkit-animation: rotating 23s ease-in-out -4.7s infinite;
    animation: rotating 23s ease-in-out -4.7s infinite;
}
.layout-home8 .dot-12 {
    -webkit-transform-origin: -12px -8px;
    transform-origin: -12px -8px;
    -webkit-animation: rotating 17s ease-in-out -5.3s infinite;
    animation: rotating 17s ease-in-out -5.3s infinite;
}
.layout-home8 .dot-13 {
    -webkit-transform-origin: 2px 8px;
    transform-origin: 2px 8px;
    -webkit-animation: rotating 19s ease-in-out -9.9s infinite;
    animation: rotating 19s ease-in-out -9.9s infinite;
}
.layout-home8 .dot-14 {
    -webkit-transform-origin: -6px 6px;
    transform-origin: -6px 6px;
    -webkit-animation: rotating 30s ease-in-out -5.9s infinite;
    animation: rotating 30s ease-in-out -5.9s infinite;
}
.layout-home8 .dot-15 {
    -webkit-transform-origin: 3px 6px;
    transform-origin: 3px 6px;
    -webkit-animation: rotating 25s ease-in-out -1.9s infinite;
    animation: rotating 25s ease-in-out -1.9s infinite;
}
.layout-home8 .dot-16 {
    -webkit-transform-origin: -9px 5px;
    transform-origin: -9px 5px;
    -webkit-animation: rotating 17s ease-in-out -0.1s infinite;
    animation: rotating 17s ease-in-out -0.1s infinite;
}
.layout-home8 .dot-17 {
    -webkit-transform-origin: 10px 15px;
    transform-origin: 10px 15px;
    -webkit-animation: rotating 14s ease-in-out -1.5s infinite;
    animation: rotating 14s ease-in-out -1.5s infinite;
}
.layout-home8 .dot-18 {
    -webkit-transform-origin: 13px 13px;
    transform-origin: 13px 13px;
    -webkit-animation: rotating 14s ease-in-out -9.6s infinite;
    animation: rotating 14s ease-in-out -9.6s infinite;
}
.layout-home8 .dot-19 {
    -webkit-transform-origin: -4px -14px;
    transform-origin: -4px -14px;
    -webkit-animation: rotating 18s ease-in-out -5.7s infinite;
    animation: rotating 18s ease-in-out -5.7s infinite;
}
.layout-home8 .dot-20 {
    -webkit-transform-origin: 12px 2px;
    transform-origin: 12px 2px;
    -webkit-animation: rotating 27s ease-in-out -5s infinite;
    animation: rotating 27s ease-in-out -5s infinite;
}
.layout-home8 .dot-21 {
    -webkit-transform-origin: -14px 1px;
    transform-origin: -14px 1px;
    -webkit-animation: rotating 28s ease-in-out -0.2s infinite;
    animation: rotating 28s ease-in-out -0.2s infinite;
}
.layout-home8 .dot-22 {
    -webkit-transform-origin: -14px -8px;
    transform-origin: -14px -8px;
    -webkit-animation: rotating 27s ease-in-out -10s infinite;
    animation: rotating 27s ease-in-out -10s infinite;
}
.layout-home8 .dot-23 {
    -webkit-transform-origin: 2px 3px;
    transform-origin: 2px 3px;
    -webkit-animation: rotating 26s ease-in-out -9.8s infinite;
    animation: rotating 26s ease-in-out -9.8s infinite;
}
.layout-home8 .dot-24 {
    -webkit-transform-origin: -10px 13px;
    transform-origin: -10px 13px;
    -webkit-animation: rotating 16s ease-in-out -0.4s infinite;
    animation: rotating 16s ease-in-out -0.4s infinite;
}
.layout-home8 .dot-25 {
    -webkit-transform-origin: -7px 3px;
    transform-origin: -7px 3px;
    -webkit-animation: rotating 27s ease-in-out -7.4s infinite;
    animation: rotating 27s ease-in-out -7.4s infinite;
}
.layout-home8 .dot-26 {
    -webkit-transform-origin: 2px -14px;
    transform-origin: 2px -14px;
    -webkit-animation: rotating 25s ease-in-out -2.5s infinite;
    animation: rotating 25s ease-in-out -2.5s infinite;
}
.layout-home8 .dot-27 {
    -webkit-transform-origin: 1px -5px;
    transform-origin: 1px -5px;
    -webkit-animation: rotating 27s ease-in-out -9.5s infinite;
    animation: rotating 27s ease-in-out -9.5s infinite;
}
.layout-home8 .dot-28 {
    -webkit-transform-origin: -14px -14px;
    transform-origin: -14px -14px;
    -webkit-animation: rotating 28s ease-in-out -1.3s infinite;
    animation: rotating 28s ease-in-out -1.3s infinite;
}
.layout-home8 .dot-29 {
    -webkit-transform-origin: -14px 13px;
    transform-origin: -14px 13px;
    -webkit-animation: rotating 11s ease-in-out -6.5s infinite;
    animation: rotating 11s ease-in-out -6.5s infinite;
}
.layout-home8 .dot-30 {
    -webkit-transform-origin: -12px -13px;
    transform-origin: -12px -13px;
    -webkit-animation: rotating 18s ease-in-out -3.2s infinite;
    animation: rotating 18s ease-in-out -3.2s infinite;
}
.layout-home8 .home-left-content {
    position: relative;
    z-index: 2;
}
.layout-home8 .home-right-image {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.layout-home8 .home-content {
    text-align: start;
    margin-bottom: 40px;
}
.layout-home8 .home-content h1 {
    margin-bottom: 20px;
}
.layout-home8 .home-content h6 {
    line-height: 1.8;
    letter-spacing: .5px;
    opacity: .7;
}
.search-with-tab .nav-tabs {
    border-bottom: none;
}
.search-with-tab .nav-tabs .nav-item {
    margin-bottom: 0;
}
.search-with-tab .nav-tabs .nav-item .nav-link {
    color: #CF6615;
    background-color: #fff;
    border: none;
    text-transform: capitalize;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 30px;
}
.search-with-tab .nav-tabs .nav-item .nav-link.active {
    background-color: #CF6615!important;
    color: #fff;
}
.search-with-tab .nav-tabs .nav-item+.nav-item {
    margin-inline-start: 10px;
}
.search-with-tab .tab-content {
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    -webkit-box-shadow: 8px 6px 16px 5px rgb(0 0 0 / .02);
    box-shadow: 8px 6px 16px 5px rgb(0 0 0 / .02);
}
.search-with-tab .tab-content .review-form .form-control {
    color: var(--theme-defaultblue);
    font-size: 14px;
    padding: 12px 20px 12px;
}
.search-with-tab .tab-content .review-form .dropdown {
    padding: 12px 20px 10px;
    border: 1px solid #eee!important;
    border-radius: 4px;
}
.search-with-tab .tab-content .review-form .dropdown .dropdown-menu {
    inset-inline-start: -20px!important;
}
.price-range {
    margin-bottom: 5px;
}
.price-range label {
    color: #586167;
    margin-bottom: 16px;
    font-weight: 600;
}
.price-range input {
    border: none;
    color: #586167;
    max-width: 95px;
}
.ui-slider-horizontal {
    height: 5px;
    background: #eee;
    margin-bottom: 15px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.4em;
    margin-inline-start: -.5em;
    cursor: pointer;
}
.ui-widget.ui-widget-content {
    border: none;
}
.ui-slider .ui-slider-handle {
    width: 8px;
    height: 16px;
    z-index: 1;
}
.ui-slider .ui-slider-handle.ui-state-focus {
    outline: none;
}
.theme-range-1 .ui-widget-header {
    background: var(--theme-defaultorange);
}
.theme-range-1 .ui-state-default {
    background: var(--theme-defaultorange);
    border: none;
}
.theme-range-1 .ui-state-default .ui-widget-content .ui-state-default, .theme-range-1 .ui-state-default .ui-widget-header .ui-state-default {
    background: var(--theme-defaultorange);
    border: none;
}
.theme-range-1 .ui-button {
    background: var(--theme-defaultorange);
    border: none;
}
.theme-range-1 .ui-button.ui-state-disabled:hover, .theme-range-1 .ui-button.ui-state-disabled:active {
    background: var(--theme-defaultorange);
    border: none;
}
.theme-range-2 .ui-widget-header {
    background: var(--theme-defaultorange);
}
.theme-range-2 .ui-state-default {
    background: var(--theme-defaultorange);
    border: none;
}
.theme-range-2 .ui-state-default .ui-widget-content .ui-state-default, .theme-range-2 .ui-state-default .ui-widget-header .ui-state-default {
    background: var(--theme-defaultorange);
    border: none;
}
.theme-range-2 .ui-button {
    background: var(--theme-defaultorange);
    border: none;
}
.theme-range-2 .ui-button.ui-state-disabled:hover, .theme-range-2 .ui-button.ui-state-disabled:active {
    background: var(--theme-defaultorange);
    border: none;
}
.theme-range-3 .ui-widget-header {
    background: var(--theme-defaultblue);
}
.theme-range-3 .ui-state-default {
    background: var(--theme-defaultblue);
    border: none;
}
.theme-range-3 .ui-state-default .ui-widget-content .ui-state-default, .theme-range-3 .ui-state-default .ui-widget-header .ui-state-default {
    background: var(--theme-defaultblue);
    border: none;
}
.theme-range-3 .ui-button {
    background: var(--theme-defaultblue);
    border: none;
}
.theme-range-3 .ui-button.ui-state-disabled:hover, .theme-range-3 .ui-button.ui-state-disabled:active {
    background: var(--theme-defaultblue);
    border: none;
}
.theme-range-4 .ui-widget-header {
    background: #CF6615;
}
.theme-range-4 .ui-state-default {
    background: #CF6615;
    border: none;
}
.theme-range-4 .ui-state-default .ui-widget-content .ui-state-default, .theme-range-4 .ui-state-default .ui-widget-header .ui-state-default {
    background: #CF6615;
    border: none;
}
.theme-range-4 .ui-button {
    background: #CF6615;
    border: none;
}
.theme-range-4 .ui-button.ui-state-disabled:hover, .theme-range-4 .ui-button.ui-state-disabled:active {
    background: #CF6615;
    border: none;
}
.theme-range-5 .ui-widget-header {
    background: var(--theme-defaultorange);
}
.theme-range-5 .ui-state-default {
    background: var(--theme-defaultorange);
    border: none;
}
.theme-range-5 .ui-state-default .ui-widget-content .ui-state-default, .theme-range-5 .ui-state-default .ui-widget-header .ui-state-default {
    background: var(--theme-defaultorange);
    border: none;
}
.theme-range-5 .ui-button {
    background: var(--theme-defaultorange);
    border: none;
}
.theme-range-5 .ui-button.ui-state-disabled:hover, .theme-range-5 .ui-button.ui-state-disabled:active {
    background: var(--theme-defaultorange);
    border: none;
}
.looking-icons {
    margin-top: 40px;
}
.looking-icons h5 {
    font-weight: 500;
    margin-bottom: 30px;
}
.looking-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.looking-icons ul li {
    margin: 5px 15px;
    display: block;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
}
.looking-icons ul li .looking-icon {
    background-color: #fff;
    display: block;
    padding: 30px;
    min-width: 150px;
    text-align: center;
}
.looking-icons ul li .looking-icon svg {
    width: 50px;
    height: 50px;
    fill: var(--theme-defaultorange);
    margin: 0 auto;
}
.looking-icons ul li .looking-icon:hover h6 {
    color: var(--theme-defaultorange)!important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.looking-icons ul li h6 {
    margin-top: 20px!important;
    margin-bottom: 0;
}
ol {
    list-style-position: outside;
    margin-inline-start: 20px;
}
ol li {
    display: list-item;
    font-family: Montserrat, sans-serif;
    color: #647589;
}
@media (max-width:1883px) {
    .property-grid-slider .property-grid.list-view .bg-size {
    height: 45vh;
}
}@media (max-width:1800px) {
    .layout-home2 .arrow-light .slick-prev {
    inset-inline-start: 100px;
}
.layout-home2 .arrow-light .slick-next {
    inset-inline-end: 100px;
}
}@media (max-width:1740px) {
    .layout-home2 .arrow-light .slick-prev {
    inset-inline-start: 60px;
}
.layout-home2 .arrow-light .slick-next {
    inset-inline-end: 60px;
}
.layout-9 .layout-right-img img {
    height: 750px;
}
}@media (max-width:1720px) {
    .arrow-white .slick-prev {
    inset-inline-start: -100px;
}
.arrow-white .slick-next {
    inset-inline-end: -100px;
}
}@media (max-width:1660px) {
    .layout-home4 .slider-image .home-content .square-bg {
    width: 88%}
.layout-home2 .feature-section .feature-content {
    margin-inline-start: 100px;
}
.arrow-white {
    margin-bottom: 85px;
}
.arrow-white .slick-arrow {
    top: unset;
    bottom: -110px;
}
.arrow-white .slick-prev {
    inset-inline-start: 46%}
.arrow-white .slick-next {
    inset-inline-end: 46%}
.arrow-light .slick-prev {
    inset-inline-start: 1px;
}
.arrow-light .slick-next {
    inset-inline-end: 1px;
}
.testimonial-3 .slick-list {
    margin: -53px -12px;
}
.testimonial-3 .slick-list .slick-track .slick-slide>div {
    margin: 53px 12px;
}
.our-client {
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / .08);
    box-shadow: 0 0 15px rgb(0 0 0 / .08);
}
.user-about .about-image {
    margin-inline-start: 15px;
    margin-top: 70px;
}
.user-about .about-image .img-box img {
    max-width: 350px;
}
.single-property-images {
    height: auto;
}
.service-slider.arrow-gradient.arrow-right .slick-prev {
    inset-inline-end: 10%}
.service-slider.arrow-gradient.arrow-right .slick-next {
    inset-inline-end: 6.5%}
.slick-shadow .arrow-white .slick-arrow {
    bottom: -80px;
}
.feature-section .feature-3 .slick-list {
    margin: -50px 0;
}
.feature-section .feature-3 .slick-list .slick-track .slick-slide>div {
    margin: 50px;
}
.feature-section .feature-3 .slick-prev, .feature-section .feature-3 .slick-next {
    inset-inline-end: 28px;
}
.feature-section .feature-4 .slick-list {
    margin: -30px -40px;
}
.feature-section .feature-4 .slick-list .slick-track .slick-slide>div {
    margin: 30px 40px;
}
.feature-section .feature-4.arrow-gradient .slick-arrow {
    inset-inline-start: unset!important;
    inset-inline-end: 0;
    top: 0;
}
.feature-section .feature-4.arrow-gradient .slick-prev {
    inset-inline-end: 4%}
.feature-section .feature-image, .feature-section .feature-content {
    -webkit-box-shadow: 0 0 23px rgb(0 0 0 / .08);
    box-shadow: 0 0 23px rgb(0 0 0 / .08);
}
.feature-section .feature-image .bg-size:before, .feature-section .feature-content .bg-size:before {
    padding-top: 72.5%}
.modern-feature {
    margin-top: 50px;
}
.new-property .feature-wrap {
    margin: 0 51px;
}
.feature-3 .next-image {
    inset-inline-end: 0;
    top: 225px;
}
.layout-home3 .banner-3 {
    width: 53%}
.layout-9 .layout-right-img img {
    height: 700px;
}
.home-section.layout-5 .home-main {
    width: 100%;
    padding: 60px 0;
}
.home-section.layout-9 {
    min-height: 776px;
}
.home-section.layout-9 .home-main .home-content h1 {
    height: 170px;
}
}@media (max-width:1544px) and (min-width:1461px) {
    .feature-section .feature-4 .slick-list {
    margin: -30px -15px;
}
.feature-section .feature-4 .slick-list .slick-track .slick-slide>div {
    margin: 30px 15px;
}
.slick-between .slick-slider .slick-list {
    margin: 0 -12px;
}
.slick-between .slick-slider .slick-list .slick-track .slick-slide>div {
    margin: 0 12px;
}
}@media (max-width:1544px) {
    .property-section .list-property .property-box {
    -webkit-box-shadow: 0 0 13px 0 rgb(0 0 0 / .06);
    box-shadow: 0 0 13px 0 rgb(0 0 0 / .06);
}
.pricing-section .pricing-box {
    -webkit-box-shadow: 0 0 14px rgb(0 0 0 / .05);
    box-shadow: 0 0 14px rgb(0 0 0 / .05);
}
.pricing-section.slick-between .slick-slider .slick-list {
    margin: -30px -12px;
}
.pricing-section.slick-between .slick-slider .slick-list .slick-track .slick-slide>div {
    margin: 30px 12px;
}
}@media (min-width:1461px) {
    .container {
    max-width: 1400px;
}
.property-grid-slider .property-grid.list-view .property-box .property-image .slick-track, .property-grid-slider .property-grid.list-view .property-box .property-image .slick-list {
    height: 338px;
}
.property-grid-slider .property-grid.list-view .property-box .property-image .slick-track .bg-size, .property-grid-slider .property-grid.list-view .property-box .property-image .slick-list .bg-size {
    min-height: 338px;
}
.property-list-thumbnail .property-grid-slider .property-grid.list-view .property-box .property-image .slick-track, .property-list-thumbnail .property-grid-slider .property-grid.list-view .property-box .property-image .slick-list {
    height: unset;
}
.property-list-thumbnail .property-grid-slider .property-grid.list-view .property-box .property-image .slick-track .bg-size, .property-list-thumbnail .property-grid-slider .property-grid.list-view .property-box .property-image .slick-list .bg-size {
    min-height: 338px;
}
}@media (max-width:1460px) and (min-width:1200px) {
    .xl-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%}
.xl-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%}
header.header-4 .main-navbar .nav-menu>li {
    padding: 20px 8px;
}
.footer-custom-col .row>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%}
.footer-custom-col .row>div:nth-child(4), .footer-custom-col .row>div:last-child {
    margin-top: 30px;
}
.footer-custom-col .row>div:nth-child(4) .footer-left-space, .footer-custom-col .row>div:last-child .footer-left-space {
    padding-inline-start: 0;
}
.footer-custom-col .order-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.about-main .user-about .row>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    padding: 30px;
    top: 11%}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}
}@media (max-width:1460px) {
    .about-section .about-wrap .about-content .about-image .overlay-content ul {
    margin-inline-start: unset;
}
.property-section .property-wrapper-grid .property-grid>[class*="col-lg-4"] .property-box .property-details ul li, .property-section .property-wrapper-grid .property-grid>.col-xl-4 .property-box .property-details ul li {
    padding-inline-end: 5px;
    padding-inline-start: 5px;
}
.property-section .property-wrapper-grid .property-grid>[class*="col-lg-4"] .property-box .property-details ul li img, .property-section .property-wrapper-grid .property-grid>.col-xl-4 .property-box .property-details ul li img {
    height: 14px;
    margin-inline-end: 4px;
}
.property-section .filter-panel .grid-list-filter .collection-grid-view li:last-child {
    display: none;
}
.property-details .property-box .property-details>ul>li>img {
    height: 15px;
    display: inline-block;
    margin-inline-end: 7px;
}
.property-details ul li {
    padding-inline-start: 6px;
    padding-inline-end: 6px;
    font-size: 13px;
}
h2 {
    line-height: 1.08;
}
.contact-3 .title-3 {
    margin-top: -3px;
}
.title-3.text-start h2 {
    margin-top: -4px;
}
.sign-up .title-3.text-start h2 {
    margin-top: 2px;
}
.modern-dot.slick-dotted {
    margin-bottom: 2px;
}
.modern-dot.property-3.slick-dotted {
    margin-bottom: 3px;
}
.layout-map .withmap-horizontal .search-panel .width-fit>div:first-child {
    max-width: 28.7%}
.layout-map .withmap-horizontal .search-panel .width-fit>div:nth-child(2) {
    max-width: 26.2%}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body {
    margin-inline-end: 20px;
}
.title-2 h2 {
    margin-top: 0;
}
.testimonial-style-1 .title-2 h2 {
    margin-top: -6px;
    line-height: 1.35;
}
.theme-title .title-2 h2 {
    margin-top: -1px;
}
.grid-box .property-text h3 {
    margin-top: -2px;
}
.my-profile .profile-info .information ul li span:first-child {
    min-width: 140px;
}
.about-main .title-2 h2, .why-choose .title-2 h2 {
    margin-top: -2px;
}
.about-testimonial .title-2 h2 {
    margin-top: -1px;
}
.about-section .title-3 {
    margin-top: -11px;
}
.about-section.about-inner .title-2 h2 {
    margin-top: -4px;
}
.about-people .title-2 h2 {
    margin-top: -2px;
}
.coming-simple .title-3 h6 {
    margin-bottom: 10px;
}
.terms-section .terms-wrap {
    margin-bottom: -7px;
}
.layout-9 .layout-right-img img {
    height: 650px;
}
.single-property-section .left-single h2 {
    margin-top: -2px;
}
.new-property .title-2 h2 {
    margin-top: -3px;
}
.new-property.pricing-property .title-2 h2 {
    margin-top: -3px;
}
.bg-comman-2.feature-section .title-2 h2 {
    margin-top: -1px;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li .d-flex>span {
    margin-inline-start: -10px;
}
.tab-listing .property-details .my-listing {
    top: 27px;
    inset-inline-end: 30px;
}
.card-payment .payment-card {
    padding: 15px 10px;
    min-height: auto;
}
.footer-bg .footer-details {
    padding: 30px 15px;
}
.footer-bg .footer-details .icon-list li+li {
    margin-inline-start: 2px;
}
footer .footer-links .footer-content {
    margin-top: 40px;
}
footer .footer-links .footer-content .footer-map iframe {
    width: 100%;
    height: 190px;
}
footer.footer-dark .footer-details p {
    margin-top: 34px;
}
.property-wizard .wizard-box .wizard-form-details h2 {
    margin-top: -3px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon svg {
    width: 21px;
    height: 21px;
}
.user-about .about-image {
    margin-top: 60px;
}
.user-about .about-image .img-box img {
    max-width: 295px;
}
.user-about .about-image .img-box.img-abs {
    inset-inline-end: 3%}
.get-in-touch .contact-img img {
    width: 95%}
.our-client .client-right {
    padding: 30px 60px;
}
.our-client .quote-img {
    inset-inline-end: -30px;
    bottom: -15px;
}
.our-client .quote-img img {
    width: 65%}
.client-slider {
    width: 75%}
.modern-client .comment-right {
    padding: 40px;
}
.modern-client .comment-right p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.modern-client .comment-right .slick-arrow {
    top: 91.2%;
    inset-inline-start: -17%}
.modern-client .comment-right .slick-next {
    inset-inline-start: -7.4%}
.modern-client .right-align {
    inset-inline-end: -100px;
    top: 45px;
}
.testimonial-1 .pepole-comment .client-msg .quote {
    top: -16px;
}
.testimonial-1 .pepole-comment .client-msg .quote img {
    width: 70%}
.testimonial-1 .pepole-comment .client-msg p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonial-1 .slick-list .slick-track .slick-slide>div {
    margin-top: 16px!important;
}
.testimonial-client .title-3.text-start {
    margin-top: 3px;
}
.banner-1, .banner-3 {
    width: 100%}
.banner-3 h2, .banner-3 p {
    width: 100%}
.about-section .about-wrap.about-1 .about-content .our-details {
    padding: 20px;
}
.about-section .about-wrap .about-content .about-image .overlay-content ul li a {
    width: 35px;
    height: 35px;
}
.about-section .about-wrap .about-content .about-image .overlay-content ul li+li {
    margin-inline-start: 5px;
}
.about-section .about-wrap .about-content .about-image .overlay-content span {
    letter-spacing: 5px;
}
.about-section .about-wrap .about-content .about-image .overlay-content span::before {
    inset-inline-start: -27px;
}
.about-section .title-3.text-start {
    margin-top: -3px;
}
.arrow-white .slick-prev {
    inset-inline-start: 44%}
.arrow-white .slick-next {
    inset-inline-end: 44%}
.arrow-gradient.arrow-right .slick-arrow {
    top: -95px;
}
.slick-between .slick-slider .slick-list {
    margin: 0 -12px;
}
.slick-between .slick-slider .slick-list .slick-track .slick-slide>div {
    margin: 0 12px;
}
.about-box .agent-image .overlay-agent .agent-details {
    padding: 30px;
}
.service-slider.arrow-gradient.arrow-right .slick-prev {
    inset-inline-end: 15%}
.service-slider.arrow-gradient.arrow-right .slick-next {
    inset-inline-end: 11%}
.service-slider.arrow-gradient.arrow-right .slick-arrow {
    top: -61px;
}
.service-section .title-2 h2 {
    margin-top: -1px;
}
.service-section .column-space>div {
    padding: 0 15px;
}
.service-section.service-2 .property-service>div .service-box {
    padding: 40px 30px;
}
.service-section.service-2 .property-service>div .service-box p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-section.service-bg .title-3 {
    margin-top: 0;
}
.service-section.service-bg .title-3.text-start h2 {
    margin-top: -1px;
}
.property-details {
    padding: 25px!important;
}
.property-details .property-btn .btn {
    padding: 8px 25px 7px;
}
.property-details .property-btn .btn.btn-dashed {
    padding: 9px 25px 8px;
}
.property-details .property-btn .btn+.btn {
    margin-inline-start: 10px;
}
.property-section .column-space>div {
    padding: 0 12px;
}
.property-section .title-2 h2 {
    margin-top: -1px;
}
.property-section .title-3.text-start {
    margin-top: 1px;
}
.property-section .title-3.text-start h2 {
    margin-top: -2px;
}
.property-section .title-3 .pagination-tab {
    margin-top: -2px;
}
.property-section .property-3 .slick-list .slick-track .slick-slide>div {
    margin: 30px 15px;
}
.property-section.slick-between .title-3.text-start {
    margin-top: -4px;
}
.property-section.slick-between .property-1.slick-slider .slick-list {
    margin: 0 -12px;
}
.property-section.slick-between .property-1.slick-slider .slick-list .slick-track .slick-slide>div {
    margin: 0 12px;
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    height: calc(100% - 75px);
}
.property-grid-2 .filter-panel .top-panel h2 {
    margin-top: 0;
}
.property-grid-3 .property-grid.list-view .property-box .property-image {
    width: 35%}
.property-grid-3 .property-grid.list-view>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.property-grid-3 .filter-panel .top-panel h2 {
    margin-top: -1px;
}
.property-map .filter-panel .top-panel h2 {
    margin-top: -1px;
}
.property-grid-slider .property-grid.list-view .property-box .property-image {
    width: 31%}
.property-grid-slider .property-grid.list-view .property-box .property-image .bg-size {
    height: 300px;
}
.modal-form {
    top: 19px;
}
.single-property-images.ratio_40 .bg-size:before {
    padding-top: 40%}
.bg-comman-2::before {
    height: 355px;
}
.feature-section .modern-feature .feature-wrap .feature-content {
    padding-inline-start: 25px;
}
.feature-section .modern-feature .feature-wrap .feature-image .label-gradient {
    top: 30px;
    inset-inline-start: 30px;
}
.feature-section .feature-image .feature-overlay {
    -webkit-transform: scale(.9) translateY(-50%);
    transform: scale(.9) translateY(-50%);
}
.feature-section .feature-image .bg-size:before {
    padding-top: 83.5%}
.feature-section .feature-1 .feature-wrapper {
    margin: 0 60px;
}
.feature-section .feature-1 .feature-wrapper .property-details {
    max-width: 500px;
}
.feature-section .feature-3 .slick-next {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    top: 43%}
.feature-section .feature-3 .slick-prev {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    top: 62%}
.feature-section .feature-content .details, .feature-section .feature-content .feature-price {
    padding: 30px;
}
.feature-section .feature-content .detail-list {
    padding: 25px;
    margin: 0;
}
.feature-section .feature-content .detail-list li {
    margin: 5px;
}
.feature-section .feature-content .detail-list li .d-flex h6 {
    margin-inline-start: 10px;
}
.pricing-section .pricing-box {
    padding: 40px;
}
.pricing-section.pricing-inner .title-2 h2 {
    margin-top: -1px;
}
.offer-section.offer-inner .title-2 h2 {
    margin-top: -3px;
}
.offer-section .offer-wrapper {
    padding: 30px;
}
.offer-section .offer-wrapper .media .offer-icon {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.offer-section .offer-wrapper .media .media-body {
    margin-inline-start: 20px;
}
.offer-section.slick-between .slick-slider .slick-list {
    margin: 0 -12px;
}
.offer-section.slick-between .slick-slider .slick-list .slick-track .slick-slide>div {
    margin: 0 12px;
}
.my-gallery .find-cities .citi-overlay h6::after {
    width: 150px;
    inset-inline-end: -24px;
}
.video-details {
    padding: 40px;
}
.animate-rdi {
    margin-inline-start: 18px;
}
.animate-rdi label {
    margin-inline-end: 17px;
    padding-inline-start: 17px;
    padding-inline-end: 17px;
}
.layout-home2 .feature-section .feature-content {
    max-width: 500px;
}
.layout-home2 .feature-section .feature-content .label-cross {
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 14px;
    inset-inline-start: -34px;
}
.feature-3 .next-image {
    inset-inline-end: 5px;
    top: 213px;
    width: 89px;
    height: 89px;
}
.layout-home3 .banner-3 {
    width: 56%}
.layout-home3 .banner-3 h1 {
    line-height: 1.5;
}
.top-bar .top-content .top-bar-right li:first-child {
    width: 100%}
.layout-home4 .slider-image .home-content {
    padding: 40px 50px 40px 0;
}
.layout-home4 .slider-image .home-content h1 {
    line-height: 1.3;
}
.layout-home4 .slider-image .home-content p {
    width: 55%}
}@media (max-width:1399px) {
    h2 {
    font-size: 28px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
.title-3.text-start h2 {
    margin-top: -5px;
}
.our-agent .agent-image.bg-size:before {
    padding-top: 82%}
.contact_section .contact-content {
    width: 100%}
.modern-dot.slick-dotted {
    margin-bottom: 3px;
}
.theme-label .card-header h5 {
    margin-top: -1px;
}
.theme-title .theme-card .card-header h4 {
    margin-top: -3px;
    margin-bottom: -1px;
}
.theme-title .title-1 h2 {
    margin-bottom: -8px;
}
.theme-title .title-2 h2 {
    margin-top: -3px;
}
.title-2 h2 {
    margin-top: -2px;
}
.footer-light .footer-left-space {
    padding-inline-start: 20px;
}
footer.footer-light .footer {
    margin-bottom: -6px;
}
.offer-section .title-1 h2 {
    margin-bottom: -8px;
}
.offer-section.offer-inner .title-2 h2 {
    margin-top: -4px;
}
.banner-section.layout3-bg .banner-3 h2, .banner-section.layout3-bg .banner-3 p {
    width: 100%}
.layout-home2 .feature-section .feature-content {
    margin-inline-start: 50px;
}
.ratio-card .card-header h5 {
    margin-top: -4px;
}
.ratio-card .card-body h5 {
    margin-top: -1px;
}
.new-property .title-2 h2 {
    margin-top: -4px;
}
.new-property.pricing-property .title-2 h2 {
    margin-top: -4px;
}
.feature-section .feature-content .details h3 {
    margin-top: -3px;
}
.feature-section .feature-1 .feature-wrapper .feature-image {
    height: 490px;
}
.feature-section .feature-3 .slick-next {
    top: 70px;
    inset-inline-end: 70px;
}
.feature-section .feature-3 .slick-prev {
    top: 70px;
    inset-inline-end: 120px;
}
.property-grid-2 .filter-panel .top-panel h2 {
    margin-top: -2px;
}
.property-list-view .property-grid.list-view .property-box .property-image {
    width: 143%}
.testimonial-client .title-3.text-start {
    margin-top: 2px;
}
.about-main .title-2 h2, .why-choose .title-2 h2 {
    margin-top: -4px;
}
.about-testimonial .title-2 h2 {
    margin-top: -3px;
}
.about-people .title-2 h2 {
    margin-top: -4px;
}
.pricing-section.pricing-inner .title-2 h2 {
    margin-top: -3px;
}
.modal-form {
    padding: 20px;
    inset-inline-end: 16%}
.filter-cards .advance-card .advance-title {
    margin-top: -2px;
}
.terms-section .terms-wrap {
    margin-bottom: -5px;
}
.bg-comman-2.feature-section .title-2 h2 {
    margin-top: -3px;
}
.fnc-slide__heading-line {
    font-size: 80px;
}
.layout-9 .layout-right-img img {
    height: 560px;
}
.looking-icons ul li .looking-icon svg {
    width: 40px;
    height: 40px;
}
.home-section.layout-9 {
    min-height: 762px;
}
.layout-home8 {
    height: 750px;
    min-height: unset;
}
.user-dashboard .sidebar-user .user-profile .media .change-pic img, .user-dashboard .sidebar-user .user-profile .media .change-pic .change-hover {
    height: 60px;
    width: 65px;
}
.user-dashboard .sidebar-user .user-profile .media .media-body h6 {
    font-size: 14px;
}
.user-dashboard .sidebar-user .user-profile .connected-social h6::before {
    bottom: -5px;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar {
    margin-bottom: 2px;
}
.single-property-section .left-single h2 {
    margin-top: -4px;
}
.single-property .description-section .desc-box h4 {
    margin-top: -3px;
}
.single-property .description-section .desc-box .feature-dec h4, .single-property .description-section .desc-box .ratio3_2 h4 {
    margin-top: -4px;
}
.inner-title.title-3 h2 {
    margin-top: 1px;
}
.details-right h3 {
    margin-top: -2px;
}
.portfolio-creative .content-sec h3 {
    margin-top: -2px;
}
.about-section .about-2.about-wrap .about-content .our-details {
    padding: 30px;
}
.about-section .title-3.text-start {
    margin-top: -6px;
}
.about-section.about-inner .title-2 h2 {
    margin-top: -6px;
}
.testimonial-style-1 .title-2 h2 {
    margin-top: -7px;
}
.modern-client .comment-right .slick-arrow {
    inset-inline-start: 15px;
    top: 98.2%}
.modern-client .comment-right .slick-next {
    inset-inline-start: 70px;
    top: 98.2%}
.service-section.service-bg .title-3 {
    margin-top: -3px;
}
.service-section.service-bg .title-3.text-start h2 {
    margin-top: 0;
}
.service-section .title-2 h2 {
    margin-top: -3px;
}
.service-slider.arrow-gradient.arrow-right .slick-arrow {
    top: -58px;
}
.property-section .title-1 h2 {
    margin-bottom: -8px;
}
.property-section .title-3.text-start {
    margin-top: 0;
}
.property-section .title-3.text-start h2 {
    margin-top: -3px;
}
.property-section .title-3 .pagination-tab {
    margin-top: -1px;
}
.property-section .title-2 h2 {
    margin-top: -3px;
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    height: calc(100% - 62px);
}
.property-section.slick-between .title-3.text-start {
    margin-top: -6px;
}
.arrow-gradient.arrow-right .slick-arrow {
    top: -165px;
}
.property-grid-3 .filter-panel .top-panel h2 {
    margin-top: -3px;
}
.property-map .filter-panel .top-panel h2 {
    margin-top: -3px;
}
}@media (max-width:1399px) and (min-width:1200px) {
    header.header-4 .menu .header-right li+li {
    margin-inline-start: 8px;
}
header.header-4 .main-navbar .nav-menu>li {
    padding: 20px 3px;

}
.property-wrapper-grid .property-box .property-image .overlay-property-box {
    bottom: 8px;
}
.property-wrapper-grid .property-box .property-image .overlay-property-box .effect-round {
    width: 30px;
    height: 30px;
}
.filter-cards .advance-card .recent-property {
    margin-bottom: -2px;
}
.filter-cards .advance-card .recent-property ul li .media img {
    width: 62px;
    height: 42px;
}
.filter-cards .advance-card .recent-property ul li .media .media-body h5 {
    margin-bottom: 3px;
}
}@media (max-width:1366px) {
    .details-right {
    padding: 28px;
}
.grid-box .property-text {
    padding: 22px;
}
.ratio_63 .property-wrapper-grid.list-view .property-box .bg-size::before {
    padding-top: 73%}
.property-section .property-wrapper-grid .property-grid>[class*="col-lg-4"] .property-box .property-details ul li:last-child, .property-section .property-wrapper-grid .property-grid>.col-xl-4 .property-box .property-details ul li:last-child {
    padding-inline-start: 0;
    border: none;
}
.video-layout.parallax-home {
    height: 580px;
}
.property-section .ratio_65 .bg-size::before {
    padding-top: 70%;
    content: "";
    display: block;
}
.property-grid.list-view .property-box .property-details p {
    display: none;
}
.property-list-thumbnail .property-grid.list-view .property-image .slider-for .slick-slide {
    margin-bottom: -15px;
}
.property-grid-slider .property-grid .slider-nav .slick-slide img {
    min-height: 65px;
}
.tab-listing .property-details .my-listing {
    top: 22px;
}
.arrow-light .slick-arrow {
    width: 40px;
    height: 40px;
}
.arrow-light .slick-prev {
    inset-inline-start: 0;
}
.arrow-light .slick-prev:before {
    margin-inline-start: -1px;
}
.arrow-light .slick-next {
    inset-inline-end: 0;
}
.arrow-light .slick-next:before {
    margin-inline-start: 2px;
}
.property-grid-slider .property-grid .slider-for .slick-slide img {
    min-height: 250px;
}
.layout-home3 .banner-3 {
    padding: 35px;
}
.layout-home2 .arrow-light .slick-prev {
    inset-inline-start: 2px;
}
.layout-home2 .arrow-light .slick-next {
    inset-inline-end: 2px;
}
.modern-client .comment-right {
    inset-inline-start: -130px;
}
.service-slider.arrow-gradient.arrow-right .slick-prev {
    inset-inline-end: 12%}
.service-slider.arrow-gradient.arrow-right .slick-next {
    inset-inline-end: 8%}
.feature-section .feature-4 {
    margin-top: 50px;
}
.feature-section .feature-4.arrow-gradient .slick-arrow {
    inset-inline-start: unset!important;
    inset-inline-end: 0;
    top: 0;
}
.feature-section .feature-4.arrow-gradient .slick-prev {
    inset-inline-end: 5%}
.feature-section .feature-4 .slick-list {
    margin: -30px -12px -40px;
}
.feature-section .feature-4 .slick-list .slick-track .slick-slide>div {
    margin: 40px 12px;
}
.feature-section .feature-4 .slick-list .slick-track .slick-slide>div .feature-wrap .feature-content {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.feature-section .feature-3 .slick-list .slick-track .slick-slide>div {
    margin-inline-start: 20px;
}
.feature-section .feature-image .label-solid::before {
    top: 35px;
}
.feature-section .feature-image .bg-size:before {
    padding-top: 81%}
.feature-section .modern-feature .feature-wrap .feature-image {
    -webkit-box-shadow: 12px 0 26px rgb(0 0 0 / .1);
    box-shadow: 12px 0 26px rgb(0 0 0 / .1);
}
.video-section {
    padding-inline-start: 70px;
    padding-inline-end: 70px;
}
.new-property .feature-wrap {
    margin: 0 35px;
}
.subscribe-section .video-details .form-group input, .subscribe-section .video-details .form-group::after {
    width: 65%}
}@media (max-width:1199px) {
    .single-property.mt-0.pt-0 {
    padding-bottom: 50px;
}
.property-details {
    padding: 16px!important;
}
header .main-navbar .nav-menu>li a .nav-submenu a {
    padding: 0 16px 0;
}
.about-section .about-wrap .about-content .our-details {
    border-radius: 0 0 10px 10px;
}
.video-layout.parallax-home {
    height: 495px;
}
.fnc-slide__action-btn {
    line-height: 3;
}
.fnc-slide__action-btn span {
    line-height: 3;
}
.fnc-slide__heading {
    margin-bottom: 12px;
}
.layout-home4 .slider-image .home-content .square-bg {
    width: 100%}
.property-grid-2 .property-wrapper-grid .property-grid.list-view .property-box .property-image {
    width: 40%}
.property-grid-2 .property-wrapper-grid .property-grid.list-view .property-box .property-details {
    padding: 20px!important;
}
.property-section .filter-panel .grid-list-filter .collection-grid-view ul {
    display: none;
}
.video-layout .video-details .left-sidebar {
    width: 440px;
}
.banner-inner {
    padding-top: 159px;
}
section {
    padding: 80px 0;
}
.small-section {
    padding: 50px 0;
}
header .main-navbar .nav-menu>li>a {
    padding: 7px 15px 5px;
}
header.header-9 .menu .brand-logo {
    margin-inline-start: -25px;
}
.filter-panel {
    margin-bottom: 40px;
}
.filter-panel .grid-list-filter li>a, .filter-panel .grid-list-filter li .dropdown-toggle, .filter-panel .grid-list-filter li .filter-bottom-title {
    padding: 8px 12px;
}
.filter-panel .grid-list-filter li .filter-bottom-title {
    padding: 10px 12px;
}
.filter-panel .d-lg-none .mobile-filter {
    padding: 8px 12px;
}
.filter-panel.tab-top-panel .filters ul li {
    padding: 10px 15px;
    min-width: 110px;
}
.video-layout .play-bg {
    height: 410px;
}
.layout-map .withmap-horizontal .search-panel .filter {
    padding: 40px 25px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .icon-square {
    width: 40px;
    height: 40px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .icon-square i {
    font-size: 18px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body {
    margin-inline-end: 15px;
}
.layout-map .withmap-horizontal .search-panel .width-fit>div:first-child {
    max-width: 29%}
.layout-map .withmap-horizontal .search-panel .width-fit>div:nth-child(2) {
    max-width: 26.6%}
.modern-dot.slick-dotted {
    margin-bottom: 2px;
}
.modern-dot.property-3.slick-dotted {
    margin-bottom: 2px;
}
.coming-soon {
    min-height: auto;
}
.coming-soon .coming-soon-detail {
    min-height: auto;
}
.portfolio-details .portfolio-section {
    margin-top: 30px;
}
.property-section .property-2 .property-box .property-image .labels-left, .property-section .property-3 .property-box .property-image .labels-left {
    inset-inline-start: 15px;
}
.user-dashboard .dashboard-content .user-wrapper .sales-agent #agent-sales {
    margin-top: -36px;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar {
    margin-bottom: 3px;
}
.card-payment>div:nth-child(n+3) .payment-card {
    margin-top: 30px;
}
.card-payment .payment-card.add-card .card-details {
    min-height: 176px;
    height: auto;
}
.card-payment .payment-card.american-express {
    height: unset;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 5px;
}
.property-wizard .feature-checkbox {
    margin: -5px -10px;
}
.property-wizard .feature-checkbox label {
    margin: 5px 10px;
}
.property-wizard .wizard-box .wizard-form-details .complete-details {
    width: 87%}
.coming-simple {
    height: auto;
}
.error-section .not-found p {
    max-width: 55%}
.accordion .card-header {
    padding: 15px 40px 15px 20px;
}
.accordion .card-header .card-link::after {
    inset-inline-end: 20px;
    top: 16px;
}
.accordion .card-body {
    padding: 20px;
}
.faq-section .faq-image img {
    width: 90%}
.user-about .map-image ul li img {
    width: 6%}
.user-about .about-image {
    margin-top: 52px;
}
.user-about .about-image .img-box img {
    max-width: 260px;
}
.user-about .about-image .side-left .side-effect::before, .user-about .about-image .side-left .side-effect::after {
    width: calc(100% - 295px);
}
.get-in-touch .contact-img img {
    width: 100%}
.filter-cards .advance-card>h6 {
    margin-bottom: 25px;
}
.filter-cards .advance-card+.advance-card {
    margin-top: 30px;
}
.map-section iframe, .map-section .map {
    height: 350px;
    position: relative;
    margin-bottom: 40px;
}
.map-leftside iframe, .map-leftside .map {
    margin-bottom: 0;
}
.arrow-define {
    top: 75px;
}
.arrow-define::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    bottom: 6px;
}
.with-modal-btn .top-panel {
    display: block;
}
.with-modal-btn .top-panel .grid-list-filter {
    margin-top: 15px;
}
.map-modal .map-section {
    padding: 0;
}
.fnc-slide__heading-line {
    font-size: 70px;
}
.home-section {
    height: auto;
}
.home-section.layout-5 .decor-image {
    bottom: 0;
}
.home-section.layout-6 {
    padding-top: 0;
}
.home-section.layout-6 .home-main {
    min-height: 880px;
}
.home-section.layout-6 .home-main .container>.row {
    min-height: 880px;
    padding-top: 0;
}
.home-section.layout-9 {
    padding: 80px 0;
    min-height: unset;
}
.home-section.layout-9 .home-main .home-content h1 {
    height: 96px;
}
.layout-9 .layout-right-img img {
    height: 500px;
}
.parallax-home .container>.row {
    height: 320px;
}
.looking-icons ul li .looking-icon {
    min-width: 130px;
}
.layout-6 .container>.row, .layout-5 .container>.row {
    padding: 80px 0;
}
.vertical-search {
    width: auto;
}
.search-withmap .vertical-search {
    width: 400px;
}
.layout-map {
    height: auto;
}
.filter-bottom-content {
    top: 135px;
}
.layout-home2 .home-main {
    padding-top: 160px;
    height: auto;
    min-height: auto;
}
.layout-home2 .home-main .feature-content {
    margin: 80px auto 80px 40px;
}
.layout-home2 .feature-section .feature-content {
    max-width: 480px;
}
.layout-home2 .arrow-light .slick-arrow {
    top: 66%}
.layout-home3 .slick-slider .slick-arrow {
    width: 80px;
    height: 80px;
}
.layout-home3 .slick-slider .slick-arrow::after {
    width: 50px;
    height: 50px;
}
.layout-home3 .slick-slider .slick-arrow::before {
    font-size: 16px;
}
.layout-home3 .slick-slider .slick-prev {
    inset-inline-start: 95px;
}
.layout-home3 .slick-slider .slick-next {
    inset-inline-end: 95px;
}
.layout-home3 .slick-arrow .slick-thumb-nav::after {
    top: 9px;
    inset-inline-start: 10px;
    width: 60px;
    height: 60px;
}
.layout-home3 .banner-3 {
    width: 57%;
    margin: 10px 0;
}
.layout-home3 .bg-layout-3 {
    height: auto;
    padding: 80px 0;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .slick-arrow {
    width: 50px;
    height: 50px;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .slick-arrow::after {
    width: 150px;
    height: 150px;
}
.layout-home4 .sync-slider .home-nav {
    inset-inline-start: 25px;
}
.layout-home4 .sync-slider .home-nav .slider-image {
    width: 90px;
    height: 60px;
}
.layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide>div {
    margin: 20px 5px;
}
.layout-home4 .slider-image {
    height: auto;
}
.layout-home4 .slider-image .home-content {
    margin-bottom: 30px;
}
.layout-home4 .home-slider-4 .slider-image {
    padding: 80px 0;
    min-height: unset;
}
.top-bar .top-content .top-bar-right li+li {
    margin-inline-start: 15px;
}
.top-bar.top-bar-7 .top-bar-right li>a {
    padding: 12px;
}
header.main-navbar .nav-menu>li .nav-link.active, .main-navbar .nav-menu>li .nav-link:hover, header.inner-page .main-navbar .nav-menu>li .nav-link.active, header.inner-page .main-navbar .nav-menu>li .nav-link:hover {
    color: var(--theme-defaultorange)!important;
}
header.header-4 .main-navbar .nav-menu>li .nav-link.active, header.header-4 .main-navbar .nav-menu>li .nav-link:hover {
    color: #CF6615!important;
}
header.header-4 .menu .toggle-nav i {
    color: #586167;
}
header.header-6 .main-navbar .nav-menu>li .nav-link.active, header.header-6 .main-navbar .nav-menu>li .nav-link:hover {
    color: var(--theme-defaultblue)!important;
}
header.header-7 .main-navbar .nav-menu>li .nav-link.active, header.header-7 .main-navbar .nav-menu>li .nav-link:hover {
    color: var(--theme-defaultorange)!important;
}
header.header-9 .main-navbar .nav-menu>li .nav-link.active, header.header-9 .main-navbar .nav-menu>li .nav-link:hover {
    color: var(--theme-defaultorange)!important;
}
header.header-9 .menu .toggle-nav i {
    color: #586167;
}
header.header-centered nav .nav-menu {
    width: 300px;
    display: block;
}
header.header-centered nav .brand-logo {
    position: relative;
    inset-inline-start: unset;
    top: unset;
    width: 150px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
header.header-centered #mainnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.animate-rdi {
    margin-inline-start: 0;
}
.animate-rdi .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.animate-rdi label {
    padding: 10px 15px;
}
.title-1 {
    padding-bottom: 40px;
}
.title-2 p {
    margin-bottom: 40px;
}
.title-3 {
    margin-bottom: 40px;
}
.breadcrumb-section {
    height: 400px;
}
.breadcrumb-section .breadcrumb-content {
    height: 400px;
    padding-top: 79px;
}
.breadcrumb-section #block {
    height: 400px!important;
}
.breadcrumb-section.breadcrumb-sm .breadcrumb-content>div nav {
    padding-top: 0;
}
footer .footer {
    padding: 80px 0;
}
footer .footer-links .footer-content .footer-map, footer .footer-links .footer-content .footer-blog {
    padding-top: 0;
}
footer.footer-light .footer {
    margin-bottom: -1px;
}
footer.footer-light .footer .row>div:nth-child(4), footer.footer-light .footer .row>div:last-child {
    margin-top: 30px;
}
footer.footer-light .footer-links .footer-content {
    margin-top: 20px;
}
footer.footer-light .footer-details .footer-contact ul li+li {
    margin-top: 10px;
}
footer.footer-res .footer .row>div:nth-child(4), footer.footer-res .footer .row>div:last-child {
    margin-top: 30px;
}
footer.footer-res .footer-links .footer-content {
    margin-top: 20px;
    margin-bottom: -5px;
}
.footer-left-space {
    padding-inline-start: 0;
}
.footer-bg .footer-details {
    margin-bottom: 30px;
}
.footer-bg .bottom-blog {
    margin-inline-start: 0;
}
.footer-bg .footer-links .footer-content {
    margin-top: 20px;
}
.footer-custom-col .row>div:first-child, .footer-custom-col .row>div.order-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.footer-custom-col .row>div:nth-child(3), .footer-custom-col .row>div:last-child {
    margin-top: 30px;
}
.footer-light .footer-left-space {
    padding-inline-start: 0;
}
.footer-light .row {
    margin-bottom: -5px;
}
.arrow-gradient.bg-light-blue .slick-prev {
    margin-inline-start: 48%}
.arrow-gradient.bg-light-blue .slick-next {
    margin-inline-end: 48%}
.arrow-gradient.bg-light-blue .slick-arrow {
    top: -50px;
}
.testimonial-1 .pepole-comment .client-msg {
    padding: 30px;
}
.testimonial-1 .pepole-comment .client-msg .quote {
    top: -10px;
    inset-inline-start: 30px;
}
.testimonial-1 .pepole-comment .client-msg .quote img {
    width: 50%}
.testimonial-1 .pepole-comment .media img {
    width: 60px;
    height: 60px;
}
.testimonial-1 .slick-list .slick-track .slick-slide>div {
    margin-top: 10px!important;
}
.our-client {
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / .08);
    box-shadow: 0 0 20px rgb(0 0 0 / .08);
}
.our-client .client-right {
    padding: 30px 40px;
}
.our-client .client-right p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.our-client .quote-img {
    inset-inline-end: -80px;
    bottom: -10px;
}
.our-client .quote-img img {
    width: 50%}
.client-slider {
    width: 80%;
    padding: 40px;
}
.modern-client .comment-right {
    padding: 30px;
    inset-inline-start: 0;
}
.modern-client .comment-right .slick-arrow {
    top: 90.2%}
.modern-client .comment-right .slick-arrow {
    inset-inline-start: 30px;
    top: 98.2%}
.modern-client .comment-right .slick-next {
    inset-inline-start: 82px;
    top: 98.2%}
.modern-client .right-align {
    top: 30px;
}
.testimonial-3 .slick-list {
    margin: -40px -20px;
}
.testimonial-3 .slick-list .slick-track .slick-slide>div {
    margin: 40px 20px;
}
.banner-1 {
    padding: 40px;
}
.banner-1 h2 {
    margin: 36px 0 34px;
    line-height: 1.55;
    letter-spacing: 1px;
}
.banner-3 {
    padding: 40px;
}
.banner-3 h2, .banner-3 p {
    width: 100%}
.banner-2 .banner-right h2 {
    line-height: 1.35;
}
.banner-2 .banner-right h6 {
    margin-bottom: 10px;
}
.banner-2 .banner-right p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.about-section .title-3 {
    margin-top: -12px;
}
.about-section .about-wrap.about-1 .slick-list {
    margin-bottom: -25px;
}
.about-section .about-wrap.about-1 .slick-list .slick-track .slick-slide {
    margin-bottom: 0;
}
.about-section .about-wrap.about-1 .slick-list .slick-track .slick-slide>div {
    margin-bottom: 25px;
}
.about-section .about-wrap.about-1 .about-content .our-details {
    padding: 30px;
    width: 80%;
    margin: -70px auto 0;
}
.about-box .agent-image .overlay-agent .agent-details {
    padding: 25px;
}
.arrow-white .slick-arrow {
    bottom: -85px;
}
.arrow-gradient.arrow-right .slick-arrow {
    top: -155px;
}
.service-section.service-bg::after {
    height: 190px;
}
.service-slider.arrow-gradient.arrow-right .slick-prev {
    inset-inline-end: 15%}
.service-slider.arrow-gradient.arrow-right .slick-next {
    inset-inline-end: 10%}
.service-slider.arrow-gradient.arrow-right .slick-arrow {
    top: -47px;
}
.service-slider .service-wrapper .service-details {
    padding: 40px 30px 30px;
}
.service-slider .service-wrapper .top-img-box {
    margin-inline-start: 30px;
}
.service-slider .slick-list {
    margin-inline-start: -12px;
    margin-inline-end: -12px;
}
.service-slider .slick-list .slick-track .slick-slide>div {
    margin-inline-start: 12px;
    margin-inline-end: 12px;
}
.property-section .list-property .property-box {
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / .05);
    box-shadow: 0 0 20px rgb(0 0 0 / .05);
}
.property-section .list-property .property-box .property-details .icon-property li+li::before {
    inset-inline-start: -22px;
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    height: calc(100% - 95px);
}
.property-section .property-box .property-details .icon-property li+li::before {
    inset-inline-start: -24px;
}
.property-grid-2 .property-details h3 {
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.property-grid-2 .property-details ul li {
    padding-inline-start: 9px;
    padding-inline-end: 5px;
}
.property-grid-2 .property-details ul li:first-child {
    padding-inline-start: 0;
}
.property-grid-2 .property-details .property-btn .btn {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}
.property-grid-2 .property-grid.list-view .property-box .property-image {
    width: 100%}
.property-grid-3 .property-grid.list-view .property-box .agent-image {
    width: 85%}
.property-map .property-grid.list-view .property-box .property-image {
    width: 40%}
.property-list-view .property-grid.list-view .property-box .property-image {
    width: 70%}
.single-property .description-section .menu-top li a {
    padding: 15px 4px;
}
.modal-form {
    position: relative;
    top: unset;
    inset-inline-end: unset;
    -webkit-transform: unset;
    transform: unset;
    margin-bottom: 30px;
}
.single-property-images.ratio_40 .bg-size:before {
    padding-top: 50%}
.line-tab.nav-tabs .nav-link {
    padding: 15px;
}
.bg-comman-2::before {
    height: 320px;
}
.feature-section .feature-content .detail-list li .d-flex h6 {
    margin-inline-start: 8px;
    font-size: 15px;
}
.feature-section .feature-1 .feature-wrapper .feature-image .label-white {
    top: 30px;
    inset-inline-end: 30px;
}
.feature-section .feature-1 .feature-wrapper .feature-image .signature, .feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    inset-inline-end: -25px;
}
.feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    inset-inline-end: -10px;
}
.feature-section .feature-1 .feature-wrapper .property-details {
    margin-inline-end: -250px;
}
.feature-section .feature-1 .feature-wrapper .property-details p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feature-section .feature-image .bg-size:before {
    padding-top: 117%}
.feature-section .feature-2 .slick-dots {
    margin-top: 0;
}
.feature-section .modern-feature .feature-wrap .feature-image .bg-size:before {
    padding-top: 85%}
.feature-section .modern-feature .feature-wrap .feature-content {
    padding-inline-start: 10px;
}
.feature-section .modern-feature .feature-wrap .feature-content .details, .feature-section .modern-feature .feature-wrap .feature-content .detail-list, .feature-section .modern-feature .feature-wrap .feature-content .feature-price {
    padding: 30px 0;
}
.my-gallery .row>div .row>div:first-child, .my-gallery .row>div .row>div:nth-child(3), .my-gallery .row>div .row>div:nth-child(4) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.my-gallery .find-cities {
    height: 360px;
}
.my-gallery .find-cities .citi-overlay h6::after {
    inset-inline-end: -28px;
}
.subscribe-section .video-details {
    max-width: 730px;
}
.portfolio-creative .content-sec p {
    max-width: 100%}
.portfolio-creative.odd-even .row .content-sec {
    padding-inline-start: 40px;
}
.portfolio-creative.odd-even .row:nth-child(even) .content-sec {
    padding-inline-end: 40px;
}
}@media (max-width:1199px) and (min-width:992px) {
    .property-section .property-wrapper-grid.list-view .property-box .property-details p {
    display: none;
}
.property-section .property-box .property-details>ul>li {
    font-size: 12px;
    padding-inline-start: 5px;
}
.property-section .property-box .property-details>ul>li img {
    height: 14px;
    margin-inline-end: 4px;
}
.property-wrapper-grid.list-view .property-box .property-image .bg-size::before {
    padding-top: 80%}
.property-section .property-wrapper-grid .property-box .property-image .overlay-property-box .effect-round {
    width: 30px;
    height: 30px;
}
.user-dashboard .sidebar-user .user-profile .media {
    display: block;
    text-align: center;
}
.user-dashboard .sidebar-user .user-profile .media .change-pic .change-hover {
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: 0 auto;
}
.user-dashboard .sidebar-user .user-profile .media .media-body {
    margin-top: 15px;
    margin-inline-start: 0;
}
.user-dashboard .sidebar-user .user-profile .media .media-body h5 {
    margin-bottom: 6px;
}
.user-dashboard .sidebar-user .user-profile .media .media-body h6 {
    margin-bottom: 5px;
}
}@media (max-width:991px) {
    .breadcrumb-section.single-property-images {
    height: auto;
}
.compare-page .table-wrapper .table .property-name {
    min-width: 180px;
}
.feature-section .feature-3 .slick-list .slick-track .slick-slide>div {
    margin-inline-end: 20px;
}
.layout-map.vertical-map {
    min-height: unset;
}
h2 {
    font-size: 26px;
    line-height: 1.2;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 19px;
}
h6 {
    font-size: 15px;
}
section {
    padding: 70px 0;
}
.loader-text h3 {
    margin-top: -20px;
}
.banner-2 .banner-right .button-banner .btn.btn-gradient {
    line-height: 2;
}
.single-property.mt-0.pt-0 {
    padding-bottom: 40px;
}
.video-section .play-icon {
    background-color: rgb(255 255 255 / .5);
}
.user-dashboard.small-section .sidebar-user .dashboard-list {
    padding-top: 15px;
}
.about-section .about-wrap.about-1 .slick-list .slick-track .slick-slide>div {
    margin-bottom: 0;
}
.property-section .property-box .property-image .innerimage-slider .slick-dots li button::before {
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.video-layout.parallax-home {
    height: 475px;
}
.top-bar .top-content .top-bar-right li:first-child {
    display: none;
}
.banner-2 .banner-right .button-banner .btn {
    height: 50px;
    min-height: 40px;
}
.banner-section.parallax-image .banner-2 .banner-right .button-banner {
    min-height: 40px;
}
.banner-section.parallax-image .banner-2 .banner-right .button-banner .btn:after {
    height: 50px;
}
.banner-section.parallax-image .banner-2 .banner-right .button-banner .btn-light-bg {
    margin-inline-start: 0;
}
.title-2 h2 {
    margin-top: -4px;
    margin-bottom: 10px;
}
.fnc-slide__action-btn {
    padding: 14px 20px;
}
.fnc-slide__action-btn::before {
    height: 48px;
    width: 48px;
}
.property-section .ratio_landscape .title-3.text-start.d-flex {
    display: block!important;
}
.property-section .ratio_landscape .title-3.text-start.d-flex ul.nav-tabs {
    margin-top: 10px;
}
.property-grid-2 .property-wrapper-grid .property-grid.list-view .property-box .property-details ul {
    margin-bottom: 8px;
}
.property-section .property-box .property-image .overlay-property-box .effect-round {
    width: 30px;
    height: 30px;
}
.video-layout {
    min-height: 600px;
}
.video-layout .overlay-content {
    inset-inline-start: 2%}
.video-layout .video-details .left-sidebar {
    position: unset;
    height: auto;
}
.theme-title .theme-card .card-header h4 {
    margin-top: -2px;
    margin-bottom: -1px;
}
.theme-title .title-2 h2 {
    margin-top: -4px;
}
.small-section {
    padding: 40px 0;
}
.column-space {
    margin-bottom: -30px;
}
.column-space>div {
    padding: 0 15px;
    margin-bottom: 30px;
}
.order-class {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.theme-card {
    padding: 20px;
}
.theme-card .card-header h5 {
    margin-bottom: 0;
}
.theme-card+.theme-card {
    margin-top: 35px;
}
.captcha {
    margin-bottom: 20px;
}
.simple-blog .title-3 {
    margin-top: -11px;
}
.contact-3 .title-3 {
    margin-top: -4px;
}
.layout-map .withmap-horizontal .search-panel .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 25px;
    position: relative;
}
.layout-map .withmap-horizontal .search-panel .filter .media .icon-square {
    display: none;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body {
    margin-inline-start: 0;
    max-width: unset;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body h4 {
    display: none;
}
.layout-map .withmap-horizontal .search-panel .filter .media .dropdown-icon {
    margin-top: 0;
}
.layout-map .withmap-horizontal .search-panel .filter+.filter {
    padding-top: 0;
}
.layout-map .withmap-horizontal .search-panel .filter .form-group .form-control {
    border-radius: 0;
}
.layout-map .withmap-horizontal .search-panel .filter .media .icon-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body {
    margin-inline-start: 15px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body h4 {
    display: block;
}
.layout-map .withmap-horizontal .search-panel .filter .btn {
    margin-top: 20px;
    padding-top: 8px;
    padding-bottom: 7px;
}
.layout-map .withmap-horizontal .search-panel .width-fit>div {
    max-width: 100%!important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%}
.layout-map .withmap-horizontal .search-panel .width-fit>div+div {
    border-inset-inline-start: none;
}
.new-property .title-2 h2 {
    margin-top: -4px;
}
.new-property .feature-section .feature-content .feature-price h6 {
    margin-bottom: -4px;
}
.inner-title.title-3 h2 {
    margin-top: 1px;
}
.video-layout .video-details {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-inline-end: 30px;
}
.video-layout .play-bg {
    border-width: 10px;
}
.video-layout .play-bg::after {
    z-index: 0;
}
.logout-modal .modal-body p {
    font-size: 14px;
}
.my-profile .profile-info .information-detail+.information-detail {
    padding-top: 20px;
}
.my-profile .profile-info .information ul li+li {
    margin-top: 10px;
}
.card-payment>div:nth-child(n+3) .payment-card {
    margin-top: 20px;
}
.about-testimonial .title-2 h2 {
    margin-top: -4px;
}
.why-choose .title-2 h2 {
    margin-top: -5px;
}
.about-people .title-2 h2 {
    margin-top: -5px;
}
.property-map .filter-panel .top-panel h2 {
    margin-top: -4px;
}
.property-map .filter-bottom-content {
    z-index: 3;
}
.property-section .filter-panel .top-panel h2 {
    margin-top: -4px;
}
.terms-section h2 {
    margin-bottom: 20px;
    margin-top: -4px;
}
.terms-section .terms-wrap {
    margin-bottom: -4px;
}
.terms-section .terms-wrapper p {
    font-size: 15px;
}
.terms-section .terms-wrapper+.terms-wrapper {
    margin-top: 20px;
}
.terms-section .terms-wrapper ul li {
    font-size: 15px;
}
.terms-bottom-content {
    display: none;
}
.portfolio-creative .content-sec h3 {
    margin-top: -4px;
}
.portfolio-creative.odd-even .row .content-sec {
    padding-inline-start: 20px;
}
.portfolio-creative.odd-even .row:nth-child(even) .content-sec {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}
.details-right {
    margin-top: 30px;
}
.details-right h3 {
    margin-top: -4px;
}
.project-details {
    margin-top: 30px;
}
.portfolio-details .portfolio-section {
    margin-top: 10px;
}
.portfolio-grid .filter-panel {
    padding-bottom: 30px;
}
.portfolio-grid.creative-3 .row>div:nth-child(6) .overlay {
    margin-inline-end: 0;
}
.grid-box .property-text {
    padding: 20px;
}
.brand-slider.slide-2 .logo-box img {
    width: 70px;
}
.log-in form .form-group {
    margin-bottom: 20px;
}
.log-in form .d-flex {
    margin-bottom: 20px;
}
.sign-up .title-3.text-start h2 {
    margin-top: 0;
}
.left-tablayout.single-sidebar {
    margin-top: 0;
    margin-bottom: 30px;
}
.right-line-tab {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -5px 0;
}
.right-line-tab .nav-item {
    display: inline-block;
    margin: 3px 0;
}
.right-line-tab .nav-item .nav-link {
    border-inset-inline-end: none;
    border-bottom: 2px solid #fff0;
    padding: 6px 15px;
}
.right-line-tab .nav-item .nav-link.active {
    border-inset-inline-start: none;
    border-bottom-color: var(--theme-defaultorange);
}
.user-dashboard .sidebar-user {
    margin-bottom: 25px;
}
.user-dashboard .sidebar-user .user-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.user-dashboard .sidebar-user .user-profile .media {
    margin-bottom: 0;
}
.user-dashboard .sidebar-user .user-profile .connected-social {
    margin-inline-start: 30px;
}
.provide-service .provide-details {
    margin-top: 30px;
    text-align: center;
}
.provide-service .provide-details p {
    margin-bottom: 20px;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    padding: 5px;
    margin: 0;
}
.property-wizard .wizard-box .wizard-form-details {
    margin-top: 30px;
}
.property-wizard .wizard-box .wizard-form-details.col-xxl-9 {
    margin-top: 14px;
}
.property-wizard .wizard-box .wizard-form-details h2 {
    margin-top: -4px;
}
.property-wizard .wizard-box .wizard-form-details .complete-details {
    width: 100%}
.property-wizard .feature-checkbox {
    margin: -5px;
}
.property-wizard .feature-checkbox label {
    margin: 5px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps li {
    padding: 0;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps li:nth-child(n+3) {
    margin-top: 5px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .log-in {
    margin-top: 40px;
}
.single-property-section {
    bottom: -180px;
}
.single-property-section .single-title {
    display: block;
}
.single-property-section .single-title .right-single {
    text-align: start;
    margin-top: 20px;
}
.single-property-section .single-title .right-single .price {
    margin-top: 5px;
}
.single-property-section .single-title:hover {
    background-color: #CF661517!important;
    transform: scale(1.1)!important;
}
.single-property-section .left-single h2 {
    margin-top: -5px;
}
.single-property-section .left-single ul li>div img {
    width: 25px;
}
.single-property {
    margin-top: 140px;
}
.single-property .description-section .desc-box h4 {
    margin-top: -2px;
}
.single-property .description-section .desc-box .feature-dec h4, .single-property .description-section .desc-box .ratio3_2 h4 {
    margin-top: -3px;
}
.single-property .description-section .desc-box p {
    font-size: 14px;
    line-height: 1.7;
}
.single-property .description-section .about p:last-child {
    margin-bottom: -3px;
}
.user-about .about-content {
    max-width: 100%}
.user-about .map-image {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.user-about .about-image {
    margin-bottom: 30px;
}
.user-about .about-image .side-left .side-effect::before, .user-about .about-image .side-left .side-effect::after {
    width: calc(100% - 433px);
}
.user-about .about-image .img-box.img-abs {
    inset-inline-end: 28%}
.faq-section .faq-image {
    margin-top: -36px;
}
.faq-section .faq-image h3 {
    margin-top: 0;
}
.faq-section .faq-image img {
    width: 65%}
.get-in-touch .contact-img {
    margin-bottom: 20px;
}
.get-in-touch .contact-img img {
    width: 60%}
.contact_bottom .row>div:last-child {
    margin-top: 30px;
}
.contact_right {
    margin-top: 30px;
}
.contact_right .row>div+div {
    margin-top: 0;
}
.contact_right .row>div+div:last-child {
    margin-top: 30px;
}
.contact-bottom {
    height: auto;
}
.contact_section .contact-content {
    margin-bottom: 20px;
}
.contact_section .contact-content h2 {
    margin-top: -3px;
}
.contact_section .contact_wrap {
    padding: 20px;
}
.contact-map {
    height: auto;
    margin-bottom: -5px;
}
.download-section {
    text-align: center;
}
.download-section .download-wrap {
    margin-bottom: 20px;
}
.download-section .download-wrap h3 {
    margin-top: -5px;
}
.download-section .app-right .form-group {
    width: calc(100% - 140px);
}
.contact-2 .log-in {
    margin-bottom: 30px;
}
.contact-2 .log-in h2 {
    margin-top: -5px;
}
.coming-soon .coming-soon-detail .timer li>div {
    width: 80px;
    height: 80px;
}
.coming-soon .coming-soon-detail .timer li+li {
    margin-inline-start: 15px;
    padding-inline-start: 15px;
}
.coming-soon .coming-soon-detail .timer li+li::before {
    top: 30%}
.coming-soon .coming-soon-detail form input {
    padding: 10px 15px;
}
.coming-soon .cloud-img {
    height: 280px;
}
.coming-soon.coming-left .coming-soon-detail .timer li {
    padding: 15px 10px;
    margin: 0 15px;
}
.coming-simple .title-3.text-start {
    text-align: center!important;
}
.coming-simple .title-3.text-start h2 {
    padding-bottom: 5px;
}
.coming-simple .title-3.text-start h2::before {
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.coming-simple .row {
    text-align: center;
}
.coming-simple .ratio2_3>img {
    height: 480px;
}
.coming-simple .ratio2_3.order-lg-1 {
    margin-top: -56px;
}
.error-section .not-found p {
    max-width: 100%}
.error-section .not-found h2 {
    line-height: 1.3;
}
.arrow-define {
    top: 63px;
}
.map-modal .left-sidebar {
    display: none;
}
.map-modal .modal-dialog .modal-content .map {
    height: 350px;
}
.map-modal .map-section {
    padding-inline-start: 12px;
}
.map-modal .map-section iframe, .map-modal .map-section .map {
    margin-bottom: 0;
}
.left-sidebar {
    position: fixed;
    top: 0;
    inset-inline-start: -300px;
    width: 300px;
    z-index: 3;
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 0;
}
.filter-bottom-content {
    display: block;
}
.filter-bottom-content>h6 {
    margin-bottom: 30px;
}
.filter-bottom-content>h6.text-end {
    font-weight: 500;
}
.filter-bottom-content.left-sidebar {
    inset-inline-start: -300px!important;
}
.filter-bottom-content.left-sidebar.open {
    inset-inline-start: 0!important;
    top: 0!important;
}
.filter-bottom-content.open {
    inset-inline-start: -1px;
}
.left-sidebar .row, .filter-bottom-content .row {
    margin-bottom: 8px;
}
.left-sidebar .row>div, .filter-bottom-content .row>div {
    margin-bottom: 8px;
}
.filter-panel {
    margin-bottom: 30px;
}
.filter-panel .grid-list-filter li>a, .filter-panel .grid-list-filter li .dropdown-toggle {
    padding: 8px 10px;
}
.filter-panel .grid-list-filter li .filter-bottom-title {
    padding: 8px 10px;
}
.filter-panel .d-lg-none .mobile-filter {
    padding: 7px 10px;
}
.close-filter-bottom {
    color: var(--theme-defaultorange)!important;
}
.close-filter-bottom.color-7 {
    color: var(--theme-defaultorange)!important;
}
.fnc-slider {
    height: 600px;
    min-height: unset;
}
.fnc-slide__mask-inner {
    height: 740px;
    min-height: unset;
    margin-top: -400px;
}
.fnc-slide__mask {
    width: 300px;
    height: 400px;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 16% 100%, 16% 12%, 85% 12%, 85% 89%, 16% 89%, 16% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 16% 100%, 16% 12%, 85% 12%, 85% 89%, 16% 89%, 16% 100%, 100% 100%, 100% 0%);
}
.fnc-slide__action-btn {
    font-size: 18px;
}
.fnc-slide__heading-line {
    font-size: 50px!important;
}
.fnc-slide__content {
    inset-inline-start: 30%}
.home-section.layout-6 .container>.row {
    padding: 70px 0;
}
.home-section.layout-6 .home-main {
    padding-top: 0!important;
}
.home-section.layout-6 .arrow-light .slick-arrow {
    top: 0!important;
    inset-inline-end: 0;
    inset-inline-start: unset;
}
.home-section.layout-6 .arrow-light .slick-arrow.slick-prev {
    inset-inline-end: 50px!important;
}
.home-section.layout-6 .home-slider-1 {
    margin-bottom: 70px;
}
.home-section.layout-6 .home-main {
    min-height: unset;
    height: auto;
}
.home-section.layout-6 .home-main .home-content>div img {
    width: 150px;
}
.home-section.layout-6 .home-main .container>.row {
    padding-top: 120px;
    min-height: unset;
    height: auto;
}
.home-section.layout-6 .home-main .container>.row .container {
    padding: 0;
}
.home-section.layout-6 .home-main .looking-icons {
    display: none;
}
.home-section.layout-9 {
    padding: 70px 0;
}
.home-section.layout-9::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/layout-9.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    background-color: rgb(248 249 250 / .96);
    background-blend-mode: overlay;
}
.home-section.layout-9 .home-main .home-content>div>img {
    width: 160px;
}
.home-section.layout-9 .home-main .home-content h1 {
    height: auto;
}
.looking-icons h5 {
    margin-bottom: 20px;
}
.layout-home8::after {
    height: calc(45px + (105 - 45) * ((100vw - 320px) / (991 - 320)));
}
.layout-home8 .home-content h1 {
    margin-top: -5px!important;
}
.layout-9 .layout-right-img {
    display: none;
}
.search-with-tab .tab-content .review-form>div:nth-child(n+5) {
    margin-top: 16px;
}
.top-bar .top-content .top-bar-right {
    text-align: end;
}
.top-bar .top-content .top-bar-right li+li {
    margin-inline-start: 10px;
}
.top-bar .top-content .top-bar-right li .flat-box {
    padding: 8px 15px;
}
.top-bar .top-content .top-bar-right .input-group input, .top-bar .top-content .top-bar-right .input-group .input-group-text {
    margin: 8px 0;
    padding: 0 15px;
}
.top-bar .top-content .top-bar-right .input-group input.dropdown, .top-bar .top-content .top-bar-right .input-group .input-group-text.dropdown {
    display: none;
}
.top-bar.top-bar-7 .top-content .top-bar-right li:last-child, .top-bar.top-bar-7 .top-content .top-bar-right li+li {
    margin-inline-start: 6px;
}
.top-bar.top-bar-7 .top-content .top-bar-right li>a svg {
    width: 16px;
    height: 16px;
}
.top-bar.top-bar-7 .top-content .top-bar-right>li>a {
    padding: 9px 10px 10px;
}
.feature-3 .next-image {
    top: 377px;
}
.feature-3 .feature-content .detail-list {
    width: 100%}
.layout-home2 .home-main .feature-content {
    margin: 70px auto 70px 30px;
}
.layout-home3 .slick-slider .slick-prev {
    inset-inline-start: 15px;
}
.layout-home3 .slick-slider .slick-next {
    inset-inline-end: 15px;
}
.layout-home3 .bg-layout-3 {
    padding: 70px 0;
}
.layout-home3 .banner-3 {
    width: 67%}
.layout-home4 .sync-slider .home-slider-4.arrow-image .slick-arrow {
    width: 40px;
    height: 40px;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .slick-arrow::before {
    font-size: 16px;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .slick-arrow::after {
    width: 140px;
    height: 140px;
}
.layout-home4 .sync-slider .home-nav .slider-image {
    width: 95px;
    height: 65px;
}
.layout-home4 .sync-slider .home-nav .slick-list {
    margin-inline-start: -10px;
    margin-inline-end: -10px;
}
.layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide>div {
    margin-inline-start: 10px;
    margin-inline-end: 10px;
}
.layout-home4 .slider-image .home-content h1 {
    margin-top: 20px;
}
.layout-home4 .slider-image .home-content p {
    width: 65%}
.layout-home4 .slider-image .home-content .font-color4::after {
    top: -4px;
}
.layout-home4 .home-slider-4 .slider-image {
    padding: 70px 0;
}
.parallax-home .parallax-content {
    z-index: 1;
}
.parallax-home .parallax-right {
    width: 65%}
.parallax-home.video-layout .video-search {
    width: 125%}
.toggle-right svg {
    vertical-align: middle;
}
.vertical-search .left-sidebar {
    position: relative;
    inset-inline-start: unset!important;
    top: unset;
    height: auto;
    width: auto;
    z-index: unset;
    border-radius: 8px;
}
header.light-header .menu .brand-logo img {
    width: 130px;
}
header.header-4 .menu .header-right li .search-box {
    position: relative;
}
header.header-4 .menu .header-right li .search-box i {
    padding: 10px;
}
header.header-4 .menu .header-right li .search-box .form-control {
    inset-inline-start: 34px;
}
header.header-4 .menu .header-right li .search-box .form-group::after {
    inset-inline-start: 34px;
}
header.header-4 .menu .header-right li .search-box.open .form-control {
    width: 151px;
}
header.header-4 .menu .header-right li .search-box.open .form-group::after, header.header-4 .menu .header-right li .search-box.open .form-group::before {
    width: 153px;
}
header.header-4 .menu .header-right li+li {
    margin-inline-start: 10px;
}
header.header-4 .menu .header-right li>a {
    padding: 10px;
}
header.header-4 .menu .brand-logo img {
    width: 120px;
}
.animate-rdi {
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    inset-inline-end: 12px;
    border-radius: 5px;
    margin-inline-end: 0;
}
.animate-rdi .col {
    display: block;
}
.animate-rdi label {
    margin-inline-end: 0;
    padding: 10px;
    border-radius: 0;
    text-align: start;
    display: block;
    width: 145px;
    background-color: rgb(0 0 0 / .8);
    padding: 10px 15px;
}
.animate-rdi label+label {
    padding-top: 0;
}
.animate-rdi.show {
    top: 3px;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.layout-map .withmap-horizontal .search-panel {
    margin-top: 0;
}
.layout-map .withmap-horizontal .search-panel .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.layout-map .withmap-horizontal .search-panel .filter .media .icon-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body {
    margin-inline-start: 15px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body h4 {
    display: block;
}
.layout-map .withmap-horizontal .search-panel .filter .btn {
    margin-top: 20px;
    padding-top: 8px;
    padding-bottom: 7px;
}
.single-sidebar {
    position: relative;
    width: auto;
    inset-inline-start: unset;
    overflow: unset;
    height: auto;
    z-index: unset;
    margin-top: 30px;
}
.single-property-images.ratio_40 .bg-size:before {
    padding-top: 55%}
.arrow-image.main-innerimage-slider .slick-arrow {
    width: 30px;
    height: 30px;
}
.arrow-image.main-innerimage-slider .slick-arrow::before {
    font-size: 14px;
}
.arrow-image.main-innerimage-slider .slick-arrow::after {
    width: 50px;
    height: 50px;
}
.home-view {
    height: 60vh;
}
.btn.btn-lg {
    padding: 10px 20px;
}
footer .footer {
    padding: 70px 0;
}
.footer-bg .footer-links .footer-content .input-group {
    margin-top: 30px;
}
.title-1 {
    padding-bottom: 30px;
}
.title-2 p {
    margin-bottom: 30px;
}
.title-3 {
    margin-bottom: 30px;
}
.breadcrumb-section .breadcrumb-content div {
    padding: 30px 35px;
    margin: 0 auto;
    text-align: center;
}
.breadcrumb-section .breadcrumb-content div h2 {
    margin-bottom: 10px;
}
.breadcrumb-section.breadcrumb-sm .breadcrumb-content>div {
    padding-top: 40px;
    padding-bottom: 40px;
}
.breadcrumb-section.breadcrumb-sm .breadcrumb-content>div h2 {
    line-height: 1.1;
    margin-top: 0;
}
.arrow-gradient.bg-light-blue .slick-prev {
    margin-inline-start: 47%}
.arrow-gradient.bg-light-blue .slick-next {
    margin-inline-end: 47%}
.arrow-gradient.bg-light-blue .slick-arrow {
    top: -40px;
}
.client-slider {
    margin-top: 54px;
    padding: 30px;
}
.client-slider .user-list {
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.client-slider h6 {
    margin-bottom: 16px;
}
.client-slider .client-rating {
    padding-bottom: 20px;
}
.client-slider p {
    margin-top: 60px;
    font-size: 15px;
}
.our-client .client-right {
    padding: 16px 40px;
}
.our-client .client-right p {
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
}
.our-client .client-right .client-rating {
    margin-bottom: 10px;
}
.our-client .client-right h2 {
    font-size: 20px;
}
.our-client .quote-img {
    display: none;
}
.modern-client {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modern-client .img-testimonial {
    width: 40%;
    margin: 0 auto;
}
.modern-client .img-testimonial .img-left img {
    -webkit-filter: none;
    filter: none;
}
.modern-client .right-align, .modern-client .bottom-align {
    display: none;
}
.modern-client .comment-right {
    inset-inline-start: 0;
    bottom: -16px;
    margin: 0 auto;
}
.modern-client .comment-right .slick-arrow {
    top: -36px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.modern-client .comment-right .slick-prev {
    inset-inline-start: 46.8%}
.modern-client .comment-right .slick-next {
    inset-inline-start: 55%;
    border-radius: 4px;
}
.modern-dot .slick-dots {
    margin-top: 30px;
}
.modern-dot.slick-dotted {
    margin-bottom: 2px;
}
.testimonial-client .title-3.text-start {
    margin-top: 1px;
}
.banner-section .button-banner .btn+.btn {
    margin-inline-start: 10px;
}
.banner-inner {
    padding-top: 149px;
}
.banner-1, .banner-3 {
    width: 100%;
    padding: 30px;
}
.banner-1 h6, .banner-1 h2 {
    margin-top: 20px;
}
.banner-2 {
    position: relative;
}
.banner-2:after {
    background-image: url(../images/mobile-bg.png);
    position: absolute;
    content: "";
    width: 42%;
    background-position: right;
    background-size: cover;
    height: 100%;
    top: 2px;
}
.banner-2 .banner-right h6 {
    margin-top: -4px;
}
.banner-2 .banner-right .button-banner .btn {
    line-height: 1.8;
}
.banner-2 .banner-right .button-banner .btn-light-bg {
    height: 48px;
}
.banner-2 .banner-right .button-banner .btn-light-bg::after {
    height: 53px;
}
.banner-2 .banner-right .button-banner .btn-light-bg span {
    vertical-align: -3px;
}
.arrow-gradient .slick-arrow {
    width: 32px;
    height: 32px;
}
.arrow-gradient .slick-arrow::before {
    font-size: 14px;
}
.arrow-gradient.arrow-right .slick-arrow {
    top: -170px;
}
.arrow-gradient.arrow-right .slick-prev {
    inset-inline-end: 50px;
}
.arrow-white .slick-prev {
    inset-inline-start: 41%}
.arrow-white .slick-next {
    inset-inline-end: 41%}
.about-section .about-wrap .about-content .our-details {
    padding: 30px;
}
.about-section .about-wrap .about-content .our-details h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-section .about-wrap .about-content .our-details p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-section .about-wrap.about-1 .about-content .our-details {
    padding: 20px;
}
.about-section .title-3.text-start {
    margin-top: -6px;
}
.service-section.service-bg .title-3 {
    margin-top: -4px;
}
.service-section .title-2 h2 {
    margin-top: -4px;
}
.service-section.service-2 .property-service>div .service-box .hover-line {
    margin-bottom: 30px;
}
.service-slider .service-wrapper .top-img-box>div {
    width: 56px;
    height: 56px;
}
.service-slider .service-wrapper .top-img-box>div img {
    width: 50%}
.service-slider.arrow-gradient.arrow-right .slick-arrow {
    top: -60px;
}
.service-slider.arrow-gradient.arrow-right .slick-prev {
    inset-inline-end: 20.5%}
.service-slider.arrow-gradient.arrow-right .slick-next {
    inset-inline-end: 15%}
.property-section .close-filter-bottom {
    color: var(--theme-defaultorange)!important;
}
.property-section .property-box .property-details .icon-property li+li::before {
    inset-inline-start: -38px;
}
.property-section .nav-tabs {
    margin-bottom: 15px;
}
.property-section .nav-tabs .nav-item+.nav-item {
    margin-inline-start: 20px;
}
.property-section .list-property .property-box .property-image .bg-size:before {
    padding-top: 50%}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    height: 72%}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box p {
    width: 80%}
.property-section .list-property .property-box .property-details .icon-property li+li::before {
    inset-inline-start: -82px;
}
.property-section .list-property.no-slider-property .property-box {
    margin: 0;
}
.property-section .title-2 h2 {
    margin-top: -4px;
}
.property-section .title-3.text-start h2 {
    margin-top: -4px;
}
.property-section.bg-comman-2::before {
    height: 355px;
}
.pagination-tab.nav-tabs {
    margin-bottom: 0;
}
.pagination-tab.nav-tabs .nav-item .nav-link {
    padding: 5px 13px 4px;
    display: block;
}
.pagination-tab.nav-tabs .nav-item+.nav-item {
    margin-inline-start: 15px;
}
.no-slider-property .property-box {
    margin: 0 50px;
}
.no-slider-property .property-box .property-details .icon-property li+li::before {
    inset-inline-start: -52px;
}
.property-grid-3 .filter-panel .top-panel {
    display: block;
}
.property-grid-3 .filter-panel .top-panel h2 {
    margin-top: -4px;
}
.property-grid-3 .filter-panel .grid-list-filter {
    margin-top: 15px;
}
.property-grid-3 .filter-bottom-content .btn {
    width: 100%}
.property-grid-3 .property-grid.list-view .property-box .property-image {
    width: 90%}
.property-grid-slider .property-grid.list-view .property-box .property-image {
    width: 40%}
.property-grid-slider .property-grid .slider-nav .slick-slide img {
    min-height: 55px;
}
.property-map .filter-bottom-content {
    width: 300px;
    margin: 0;
    inset-inline-end: unset;
}
.property-map .filter-bottom-content .btn {
    width: 100%}
.property-map .property-grid.list-view .property-box .property-image {
    width: 65%}
.filter-panel .filters ul li {
    padding: 12px;
    min-width: 110px;
}
.filter-panel .filters ul li i {
    font-size: 25px;
}
.filter-panel.tab-top-panel .grid-list-filter li:last-child {
    margin-inline-start: 10px;
}
.property-list-view .property-grid.list-view .property-box .property-image {
    width: 85%}
.bg-comman-2::before {
    height: 285px;
}
.feature-section .feature-content .feature-price li h3 {
    margin-top: -2px;
}
.feature-section .modern-feature .feature-wrap .feature-image {
    -webkit-box-shadow: 0 0 16px 5px rgb(0 0 0 / .05);
    box-shadow: 0 0 16px 5px rgb(0 0 0 / .05);
}
.feature-section .modern-feature .feature-wrap .feature-image .bg-size:before {
    padding-top: 70%}
.feature-section .modern-feature .feature-wrap .feature-content {
    padding-inline-start: 0;
    margin-top: 30px;
}
.feature-section .modern-feature.arrow-gradient .slick-prev {
    inset-inline-end: 7%!important;
}
.feature-section .modern-feature .slick-list .slick-track .slick-slide>div {
    margin-top: 50px;
}
.feature-section .feature-3.slick-initialized .slick-slide {
    margin-bottom: 0;
}
.feature-section .classic-feature .feature-content .feature-price li h6 {
    margin-bottom: -4px;
}
.feature-section.bg-half {
    background: #f7f7fe;
}
.feature-section.bg-half::before {
    display: none;
}
.feature-section .feature-image .bg-size:before {
    padding-top: 70%}
.feature-section .feature-1 .slick-list {
    margin-bottom: -15px;
}
.feature-section .feature-1 .slick-list .slick-track .slick-slide {
    margin-bottom: 0;
}
.feature-section .feature-1 .slick-list .slick-track .slick-slide>div {
    margin-bottom: 15px;
}
.feature-section .feature-1 .feature-wrapper {
    position: relative;
}
.feature-section .feature-1 .feature-wrapper .row>div.order-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.feature-section .feature-1 .feature-wrapper .feature-image {
    height: 385px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.feature-section .feature-1 .feature-wrapper .feature-image .signature, .feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    inset-inline-end: -47px;
}
.feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    inset-inline-end: -20px;
}
.feature-section .feature-1 .feature-wrapper .property-details {
    margin: -40px auto 0;
}
.feature-section .feature-4 {
    margin-top: 46px;
}
.feature-section .feature-4.slick-initialized .slick-slide {
    margin-bottom: -4px;
}
.bg-comman-2.feature-section .title-2 h2 {
    margin-top: -4px;
}
.video-modal iframe {
    height: 275px;
}
.video-section {
    background-position: center right;
}
.video-section .row>div:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.video-section .play-icon {
    height: 100px;
}
.pricing-section .pricing-box {
    padding: 20px;
}
.pricing-section .pricing-box .pricing-details img {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.pricing-section .pricing-box .pricing-details h3 {
    margin-top: 20px;
}
.pricing-section .pricing-box .pricing-details .pricing-svg {
    width: 40px;
    height: 40px;
}
.pricing-section .pricing-box .pricing-details .pricing-icon::after {
    width: 35px;
    height: 35px;
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
}
.pricing-section .pricing-box ul {
    margin: 30px 0 36px;
}
.pricing-section .pricing-box ul li+li {
    margin-top: 10px;
}
.pricing-section.pricing-inner .title-2 h2 {
    margin-top: -4px;
}
.video-details {
    padding: 30px;
}
.my-gallery .find-cities {
    height: 280px;
}
.my-gallery .find-cities .citi-overlay h4 {
    margin-bottom: 10px;
}
.my-gallery .find-cities .citi-overlay h2 {
    margin-bottom: 15px;
}
.portfolio-creative .content-sec {
    padding: 20px;
}
.portfolio-creative .row {
    display: block;
}
.portfolio-creative .row+.row {
    padding-top: 30px;
}
.portfolio-creative .order-section div:nth-child(even) {
    margin-bottom: 30px;
}
.portfolio-creative .order-section div:last-child {
    margin-bottom: 0;
}
}@media (max-width:991px) and (min-width:768px) {
    .ratio_63 .property-wrapper-grid.list-view .property-box .bg-size: :before {
    padding-top: 100%}
.property-box-flat .no-slider-property .property-box {
    margin: 0 6px;
}
.property-section .property-box .property-details .icon-property li+li::before {
    display: none;
}
}@media (max-width:767px) {
    .property-section .nav-tabs .nav-item .nav-link {
    background-color: rgb(255 255 255 / .3);
}
.property-section .nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
}
.box.text-affect .role {
    margin-bottom: 20px;
}
.property-2.list-view.no-sidebar .property-box .property-details {
    margin-top: 5px;
}
.single-property.mt-0.pt-0 {
    padding-bottom: 30px;
}
.property-grid-2 .property-wrapper-grid .property-grid.list-view .property-box .property-image {
    width: 100%}
.footer-bg .bottom-blog .media .media-body h6 {
    line-height: 1.4;
}
footer.footer-brown .footer-details img {
    margin: 0 0 -16px;
}
.service-section .property-service>div .service-box .icon-round {
    margin: 0 auto 20px 0;
}
.video-layout.parallax-home {
    height: 390px;
}
.video-layout.parallax-home .video-search {
    padding: 0;
}
.banner-2 .banner-right .button-banner .btn+.btn:after {
    height: 55px;
}
.property-section .ratio_landscape .title-3.text-start.d-flex .pagination-tab.nav-tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.video-layout .video-details .left-sidebar {
    width: auto;
}
.video-layout .overlay-content {
    inset-inline-end: 0;
    inset-inline-start: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.video-layout .video-search {
    width: 110%}
.toggle-nav i {
    font-size: 13px;
}
.title-3 {
    margin-top: -11px;
}
.title-3 p {
    margin-bottom: 0;
}
label {
    margin-bottom: 6px;
}
section {
    padding: 50px 0;
}
p {
    line-height: 1.4;
}
.small-section {
    padding: 30px 0;
}
.modal-header, .modal-body, .modal-footer {
    padding: 20px;
}
.modal-header {
    padding-bottom: 0;
}
.modal-header .btn-close {
    width: 25px;
    height: 25px;
}
.modal-header .btn-close span {
    font-size: 26px;
}
.map-modal .modal-dialog .modal-content .btn-close {
    width: 25px;
    height: 25px;
}
.map-modal .modal-dialog .modal-content .btn-close span {
    font-size: 26px;
    line-height: .85;
}
.modern-dot.property-3.slick-dotted {
    margin-bottom: 3px;
}
.btn.btn-gradient.color-4::after {
    -webkit-box-shadow: -5.15px 6.572px 13px #CF6615;
    box-shadow: -5.15px 6.572px 13px #CF6615;
}
.provide-service .provide-details .btn {
    padding: 10px 20px 9px;
}
.simple-blog .title-3 {
    margin-top: -10px;
}
.testimonial-client .title-3.text-start {
    margin-bottom: 27px;
}
.video-layout {
    padding-bottom: 20px;
}
.video-layout .video-search>div {
    padding: 10px;
}
.video-layout .video-search .dropdown .dropdown-menu {
    width: 130px;
}
.video-layout .video-search .input-group .input-group-text {
    width: 35px;
    height: 35px;
    padding: 0;
}
.video-layout .video-search .input-group .input-group-text svg {
    width: 17px;
    height: 17px;
}
.video-layout .video-details p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 92%}
.video-layout .play-icon {
    position: absolute;
    inset-inline-start: 67%;
    bottom: 70px;
}
.video-layout .play-bg {
    width: 180px;
    height: 260px;
}
.title-2 {
    margin-bottom: -2px;
}
.progress {
    height: 8px;
}
.property-section.section-sm .property-2:not(.no-sidebar) {
    height: calc(100vh - 60px);
}
.get-in-touch .btn {
    padding: 10px 18px 9px;
}
.log-in h6 {
    margin-bottom: 10px;
}
.log-in .social-connect>div:nth-child(n+3) {
    margin-top: 10px;
}
.theme-card .title-3 p {
    margin-bottom: -5px;
}
.theme-title .title-3 p {
    margin-bottom: -6px;
}
.ratio-card .card-header p {
    margin-bottom: -2px!important;
}
.ratio-card .card-body h5 {
    margin-bottom: 10px;
}
.home-search-6 .left-sidebar .row {
    margin-bottom: 0;
}
.home-search-6 .left-sidebar .row>div {
    margin-bottom: 0;
}
.box {
    width: 270px;
    height: 130px;
}
.box.text-affect .title {
    height: 86px;
}
.parallax-home.video-layout .video-search {
    width: 100%}
.property-map .filter-panel .top-panel h2 {
    margin-top: -4px;
}
.pricing-section .title-3 {
    margin-bottom: 27px;
}
.pricing-section .pricing-box .pricing-details .pricing-icon::after {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}
.about-main .title-2 {
    margin-bottom: -4px;
}
.banner-2 .banner-right h6 {
    margin-top: -3px;
}
.banner-2 .banner-right .button-banner .btn-light-bg::after {
    height: 55px;
}
.banner-2 .banner-right .button-banner .btn-light-bg span {
    vertical-align: -2px;
}
.download-section .app-right {
    margin-bottom: -2px;
}
.download-section .app-right .form-group {
    width: calc(100% - 116px);
}
.filter-cards .advance-card+.advance-card {
    margin-top: 25px;
}
.user-dashboard .sidebar-user .user-profile .media .media-body {
    margin-inline-start: 15px;
}
.user-dashboard .property-overview .table tr th:first-child, .user-dashboard .property-overview .table tr td:first-child {
    min-width: 195px;
}
.card-payment .payment-card.add-card .card-details {
    min-height: 167px;
}
.privacy-setting .privacy-content .media .media-body h6 {
    margin-bottom: 5px;
}
.switch {
    width: 50px;
    height: 26px;
}
.switch .switch-state:before {
    height: 20px;
    width: 20px;
    bottom: 3px;
}
.switch input:checked+.switch-state:before {
    -webkit-transform: translateX(23px);
    transform: translateX(23px);
}
.privacy-setting .switch {
    width: 45px;
    height: 25px;
}
.privacy-setting .switch .switch-state:before {
    bottom: 4px;
}
.privacy-setting .switch input:checked+.switch-state:before {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data {
    display: block;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content+.account-content {
    margin-inline-start: 0;
    margin-top: 20px;
}
.property-wizard .wizard-box .wizard-form-details form .form-group {
    margin-bottom: 10px;
}
.property-wizard .wizard-box .wizard-form-details form .form-group:last-child {
    margin-bottom: 0;
}
.property-wizard .wizard-box .wizard-form-details .wizard-step-3 .next-btn {
    margin-top: 25px;
}
.property-wizard .wizard-box .wizard-form-details .complete-details img {
    width: 63%}
.property-wizard .wizard-box .wizard-form-details form.dropzone {
    margin-bottom: 10px;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon {
    width: 40px;
    height: 40px;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon svg {
    width: 24px;
    height: 24px;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body h5 {
    margin-bottom: 3px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .wizard-step-3 .next-btn {
    margin-top: 30px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content h3 {
    margin-bottom: 5px;
}
.user-about .about-image .img-box.img-abs {
    inset-inline-end: 8%}
.coming-simple .site-construction h4 {
    line-height: 1.4;
}
.coming-simple .ratio2_3.order-lg-1 {
    margin-top: -42px;
}
.coming-simple form input {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}
.coming-soon .cloud-img {
    height: 230px;
    top: 0;
}
.error-section .not-found img {
    width: 100%}
.accordion .card-header .card-link::after {
    font-size: 12px;
    top: 17px;
}
.faq-section .faq-image {
    margin-top: -32px;
}
.faq-section form .btn {
    top: 32px;
}
.contact_section .contact-content {
    width: 100%}
.horizontal-blog .title-2 p {
    margin-bottom: 26px;
}
.portfolio-grid .filter-panel .top-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fnc-slider {
    height: 500px;
}
.fnc-slide__content {
    inset-inline-start: 20%;
    padding: 30px;
}
.fnc-slide__heading-line {
    font-size: 40px!important;
}
.fnc-slide__action-btn {
    margin-inline-start: 0;
}
.home-section.layout-6 .container>.row, .home-section.layout-5 .container>.row {
    padding: 50px 0;
}
.home-section.layout-5 {
    padding-top: 60px;
}
.home-section.layout-5 .row {
    margin: 0;
}
.home-section.layout-5 .home-main .home-content>div>img {
    width: 160px;
}
.home-section.layout-5 .home-main .looking-icons {
    margin-top: 40px;
}
.home-section.layout-6 .home-main .container>.row {
    padding-top: 100px;
}
.home-section.layout-9 {
    padding: 50px 0;
}
.looking-icons ul li h6 {
    margin-top: 15px!important;
}
.looking-icons ul li .looking-icon svg {
    width: 35px;
    height: 35px;
}
header.light-header .menu .brand-logo img {
    width: 120px;
}
.layout-home2 .home-main {
    padding-top: 130px;
}
.layout-home2 .arrow-light .slick-arrow {
    top: 65%}
.layout-home2 .arrow-light .slick-prev {
    inset-inline-start: 10px;
}
.layout-home2 .arrow-light .slick-next {
    inset-inline-end: 10px;
}
.layout-home2 .feature-section .feature-content {
    max-width: 450px;
    margin: 0 auto;
}
.top-bar .top-content .top-bar-right li .flat-box {
    padding: 6px 12px;
}
.top-bar .top-content .top-bar-right li .flat-box i {
    font-size: 12px;
}
.top-bar .top-content .top-bar-right li .flat-box.search-sm i {
    vertical-align: 0;
}
.top-bar .top-content .top-bar-right li+li {
    margin-inline-start: 6px;
}
.top-bar.top-bar-7 .top-content .top-bar-right li:last-child {
    margin-inline-start: 6px;
}
.top-bar.top-bar-7 .top-content .top-bar-right li .flat-box {
    padding: 5px 10px 6px;
    display: block;
}
.top-bar.top-bar-7 .top-content .top-bar-right li .flat-box i {
    font-size: 12px;
}
.top-bar.top-bar-7 .top-content .top-bar-right .input-group {
    display: none;
}
.top-bar.top-bar-7 .top-content .top-bar-right>li>a {
    padding: 6px 8px 7px;
    display: block;
}
.layout-home3 .banner-3 {
    width: 65%;
    padding: 20px;
    -webkit-box-shadow: 2px 0 20px 20px rgb(255 255 255 / .7);
    box-shadow: 0 0 0 0 #fff0;
}
.layout-home3 .banner-3 h1 {
    margin: 15px 0;
}
.layout-home3 .banner-3 p {
    margin-bottom: 15px;
}
.layout-home3 .slick-slider .slick-arrow {
    width: 60px;
    height: 60px;
}
.layout-home3 .slick-slider .slick-arrow::after {
    width: 35px;
    height: 35px;
    top: 12px;
    inset-inline-start: 12px;
}
.layout-home3 .bg-layout-3 {
    padding: 50px 0;
}
.layout-home3 .slick-arrow .slick-thumb-nav::after {
    width: 40px;
    height: 40px;
}
.feature-3 .next-image {
    top: 253px;
    width: 78px;
    height: 78px;
    inset-inline-end: 11px;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .slick-arrow::after {
    width: 90px;
    height: 90px;
    inset-inline-start: -26px;
    top: -26px;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .slick-prev {
    inset-inline-start: 30px;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .slick-next {
    inset-inline-end: 30px;
}
.layout-home4 .sync-slider .home-nav .slider-image {
    width: 80px;
    height: 50px;
}
.layout-home4 .home-slider-4 .slider-image {
    padding: 50px 0;
}
.layout-home4 .home-slider-4 .slider-image .home-content {
    padding: 20px;
    text-align: center;
}
.layout-home4 .home-slider-4 .slider-image .home-content .font-color4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.layout-home4 .home-slider-4 .slider-image .home-content h6.line-inset-inline-end::after {
    display: none;
}
.layout-home4 .home-slider-4 .slider-image .home-content h1 {
    line-height: 1.5;
}
.layout-home4 .slider-image .home-content p {
    width: 100%}
.layout-home8 {
    height: 740px;
}
.layout-home8 .home-content {
    margin-bottom: 30px;
}
.layout-home8 .home-content h1 {
    margin-top: -4px!important;
}
.search-with-tab .nav-tabs .nav-item .nav-link {
    padding: 8px 16px;
}
.search-with-tab .tab-content .review-form>div:nth-child(n+4) {
    margin-top: 16px;
}
.search-withmap .vertical-search {
    width: auto;
}
.breadcrumb-section {
    height: 350px;
}
.breadcrumb-section .breadcrumb-content {
    height: 350px;
    padding-top: 60px;
}
.breadcrumb-section.property-main {
    height: 460px;
}
.breadcrumb-section #block {
    height: 460px!important;
}
.breadcrumb-section.breadcrumb-sm {
    background-color: rgb(0 0 0 / .25);
    background-blend-mode: overlay;
}
.breadcrumb-section.breadcrumb-sm .breadcrumb-content>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.breadcrumb-section.breadcrumb-sm .breadcrumb-content>div h2 {
    margin-bottom: 10px;
}
.breadcrumb-section.breadcrumb-sm.breadcrumb-gradient {
    background-blend-mode: unset;
}
.single-property {
    margin-top: 60px;
}
.single-property .description-section .menu-top li a {
    margin-inline-end: 15px;
    text-wrap: nowrap;
    text-transform: capitalize;
}
.single-property .description-section .menu-top li a:hover {
    color: var(--theme-defaultorange)!important;
}
.single-property .description-section .menu-top li.active a {
    border-bottom: none;
}
.single-property .page-section iframe {
    height: 250px;
}
.single-property-section .left-single>ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-property-section .left-single>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%}
.single-property-section .left-single .share-buttons>div .share-hover {
    bottom: -40px;
}
.single-property-section .left-single .share-buttons>div .share-hover ul li {
    padding: 5px 10px;
}
.single-property-section .left-single .share-buttons>div:hover .share-hover {
    bottom: -35px;
}
.single-property-images.ratio_40 .bg-size:before {
    padding-top: 68%}
.single-property-images .single-property-section {
    position: relative;
    bottom: unset;
    padding: 30px 0;
}
.single-property-images~.single-property {
    margin-top: 0;
    padding-top: 0;
}
.home-view {
    height: 55vh;
}
.line-tab.nav-tabs .nav-link {
    padding: 15px 8px;
}
.btn {
    padding: 8px 18px;
}
.btn.btn-dashed {
    padding: 9px 18px;
}
.btn.btn-light-bg::after {
    height: 39px;
}
.theme-buttons>div {
    margin-inline-start: -6px;
}
.theme-buttons>div .btn+.btn {
    margin-inline-start: 6px;
}
.label.label-lg {
    padding: 8px 20px;
}
footer .footer {
    padding: 50px 0;
}
footer .footer-details p {
    margin-bottom: 10px;
}
footer .footer-details .footer-contact ul li+li {
    margin-top: 10px;
}
footer .sub-footer {
    text-align: center;
}
footer .sub-footer .text-end {
    text-align: center!important;
    margin-top: 5px;
}
footer .sub-footer.sub-footer-dark {
    padding-top: 16px;
}
footer .sub-footer.footer-light {
    padding-top: 8px;
}
footer .footer-links {
    padding-bottom: 15px;
}
footer .footer-links .footer-title span {
    display: block;
    top: 0;
    inset-inline-end: 0;
}
footer .footer-links .footer-title span i {
    font-size: 13px;
}
footer .footer-links h5 {
    margin-bottom: 0;
    line-height: 1.2;
}
footer .footer-links .footer-content {
    margin-top: 15px;
}
footer .footer-links .footer-content .footer-blog p {
    line-height: 1.6;
}
footer .footer-links .footer-content li+li {
    margin-top: 6px;
}
footer .footer-links.footer-details .footer-content {
    margin-top: 15px!important;
}
footer.footer-dark .footer-details .footer-content {
    margin-top: 15px;
}
footer.footer-dark .footer-details .footer-content p {
    margin-top: 10px;
}
footer.footer-light .footer-links .footer-content {
    margin-top: 15px;
}
footer.footer-light .footer-links .footer-title .according-menu {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
}
footer.footer-res .footer-contact {
    margin-bottom: 3px;
}
footer.footer-res .footer .row>div:nth-child(4), footer.footer-res .footer .row>div:last-child {
    margin-top: 0;
}
footer.footer-res .footer .row>div:last-child .footer-links {
    padding-bottom: 0;
    margin-bottom: -3px;
}
footer.footer-res .footer-links .footer-content {
    margin-top: 15px;
    margin-bottom: 0;
}
.footer-bg .bottom-blog {
    padding-top: 20px;
}
.footer-bg .bottom-blog .footer-links .footer-title span {
    inset-inline-end: 6px;
}
.footer-bg .bottom-blog .footer-links .footer-content {
    margin-top: 15px;
}
.footer-bg .bottom-blog .footer-links .footer-content .row>div+div {
    margin-top: 15px;
}
.footer-bg .footer-links {
    padding-bottom: 20px;
}
.footer-bg .footer-links .footer-content {
    margin-top: 15px;
}
.footer-bg .footer-links .footer-content .input-group {
    margin-top: 20px;
}
.footer-bg .footer-links .footer-content li+li {
    margin-top: 6px;
}
.footer-custom-col .row>div:nth-child(3), .footer-custom-col .row>div:last-child, .footer-custom-col .row>div:nth-child(4), .footer-light .row>div:nth-child(3), .footer-light .row>div:last-child, .footer-light .row>div:nth-child(4) {
    margin-top: 0!important;
}
.footer-custom-col .row>div:last-child .footer-links, .footer-light .row>div:last-child .footer-links {
    padding-bottom: 0;
}
.footer-brown .footer .row, .footer-dark .footer .row {
    margin-top: -3px;
}
.footer-brown .sub-footer {
    padding-top: 16px;
}
.footer-brown .sub-footer .text-end {
    margin-top: 0;
}
.footer-light .row {
    margin-bottom: -3px;
    margin-top: -3px;
}
.footer-light .footer-content {
    margin-bottom: -2px;
}
.ratio-card .card-body h5 {
    margin-top: -2px;
}
.ratio-card .card-body .row>div+div {
    margin-top: 20px;
}
.property-grid-slider .property-grid .slider-for .slick-list {
    height: 250px;
}
.property-grid-slider .property-grid .slider-nav .slick-slide img {
    min-height: unset;
    height: 84px;
    width: 100%}
.property-grid-slider .filter-panel .top-panel .grid-list-filter li:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.testimonial-1 .pepole-comment .client-msg {
    margin-bottom: 30px;
}
.client-slider {
    margin-top: 48px;
    width: 100%}
.client-slider .user-list {
    -webkit-transform: scale(.7);
    transform: scale(.7);
}
.client-slider .user-list li .heart-bg {
    width: 40px;
    height: 40px;
    bottom: -20px;
    inset-inline-start: 48px;
}
.client-slider .user-list li .heart-icon {
    bottom: -12px;
    inset-inline-start: 57px;
}
.our-client .client-right {
    padding: 30px;
}
.our-client .client-right p {
    margin-top: -5px;
}
.our-client .client-right h6 {
    margin-bottom: -4px;
}
.our-client .client-left img {
    -webkit-box-shadow: 0 10px 12.5px rgb(0 128 255 / .03);
    box-shadow: 0 10px 12.5px rgb(0 128 255 / .03);
}
.modern-client .comment-right {
    bottom: -12px;
}
.modern-client .comment-right .slick-prev {
    inset-inline-start: 40%}
.modern-client .comment-right .slick-next {
    inset-inline-start: 50%}
.modern-client .comment-right .slick-next:after {
    inset-inline-end: 10px;
}
.testimonial-style-2 .title-3 {
    margin-bottom: 27px;
}
.banner-2 {
    overflow: hidden;
}
.banner-2 .banner-right {
    position: relative;
    padding: 30px;
    z-index: 1;
    background-color: rgb(255 255 255 / .95);
}
.banner-2:after {
    width: 100%}
.banner-3 {
    padding: 30px;
}
.banner-3 p {
    font-size: 14px;
    line-height: 1.8;
}
.banner-inner {
    padding-top: 106px;
}
.about-box .bg-size:before {
    padding-top: 80%}
.arrow-white {
    margin-bottom: 75px;
}
.arrow-white .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: -70px;
}
.arrow-white .slick-prev {
    inset-inline-start: 40%}
.arrow-white .slick-next {
    inset-inline-end: 40%}
.about-section .about-1 .bg-size {
    background-position: top!important;
}
.about-section .about-1 .bg-size:before {
    padding-top: 78%}
.about-section.ratio_square .title-3 p {
    margin-bottom: -3px;
}
.about-section .title-3 {
    margin-top: -11px;
}
.about-section .title-3.text-start p {
    margin-bottom: -3px;
}
.service-section .title-2 {
    margin-bottom: -5px;
}
.service-section .title-3 p {
    margin-bottom: -3px;
}
.service-section .title-3.text-start p {
    margin-bottom: -12px;
}
.service-section.service-bg::after {
    height: 150px;
}
.service-section.service-2 .property-service>div .service-box .hover-line {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.service-section.service-2 .property-service>div .service-box .btn span {
    vertical-align: -1px;
}
.service-section.service-2 .property-service>div .service-box:hover .btn span {
    vertical-align: 0;
}
.service-section.service-2 .property-service>div .service-box .btn:hover span {
    vertical-align: -2px;
}
.service-section.service-2 .property-service.about-service>div .service-box .btn span {
    vertical-align: -1px;
}
.service-section.service-2.color-7 .property-service>div .service-box:hover .btn span {
    vertical-align: -1px;
}
.why-choose .title-2 {
    margin-bottom: -3px;
}
.about-testimonial .title-2 {
    margin-bottom: -3px;
}
.property-section .title-3 {
    margin-bottom: 27px;
}
.property-section .title-3.d-flex {
    display: block!important;
    margin-bottom: 30px;
}
.property-section .title-3 .pagination-tab {
    margin-top: 10px;
}
.property-section .title-2 {
    margin-bottom: -5px;
}
.property-section .ratio_landscape .title-2 {
    margin-bottom: -3px;
}
.property-section .property-box .property-details .property-btn .btn {
    padding: 8px 18px 7px;
}
.property-section .property-box .property-details .property-btn .btn.btn-dashed {
    padding: 9px 18px 8px;
}
.property-section .list-property .property-box .property-image .bg-size:before {
    padding-top: 60%}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box p {
    width: 100%}
.property-section .list-property .property-box .property-details .icon-property li+li::before {
    inset-inline-start: -36px;
}
.property-section .list-property .property-box .text-center {
    margin-top: -19px;
}
.property-section .property-box-flat .property-box .property-image .label-white {
    padding: 8px 20px 7px;
}
.property-section .property-box-flat .property-box .property-details h3 {
    margin-top: 0;
}
.pagination-tab.nav-tabs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}
.pagination-tab.nav-tabs .nav-item {
    margin-bottom: 0;
}
.slick-shadow .arrow-white .slick-arrow {
    bottom: -65px;
}
.no-slider-property .property-box {
    margin: 0;
}
.no-slider-property .property-box .property-details .icon-property li+li::before {
    inset-inline-start: -38px;
}
.filter-panel {
    position: relative;
}
.filter-panel .top-panel {
    display: block;
}
#propertylisting .filter-panel .top-panel .grid-list-filter {
    margin: 15px -5px -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.filter-panel .top-panel .grid-list-filter {
    margin: 15px -5px -4px;
    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;
}
.offplanlist .filter-panel .grid-list-filter li {
    margin-bottom: 0;
}
.filter-panel .d-lg-none .mobile-filter {
    padding: 8px 10px;
}
.filter-panel .d-lg-none .mobile-filter svg {
    margin-inline-start: 10px;
    vertical-align: -4px;
}
.filter-panel .grid-list-filter li .filter-bottom-title {
    padding: 8px 10px;
}
.filter-panel.with-modal-btn .top-panel .grid-list-filter {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.filter-panel.tab-top-panel .grid-list-filter li:last-child {
    margin-inline-start: 5px;
}
.filter-panel.tab-top-panel .grid-list-filter li:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.property-grid.list-view .property-box {
    display: block;
}
.property-grid-3 .property-grid.list-view .property-box .property-image, .property-grid-3 .property-grid.list-view .property-box .agent-image {
    width: 100%}
.property-map .property-grid {
    padding-top: 25px;
}
.property-map .property-grid.list-view .property-box .property-image {
    width: 100%}
.property-map .top-panel .grid-list-filter li:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.property-grid-slider .property-grid .slider-for .slick-slide #block {
    height: 285px!important;
}
.property-grid-slider .property-grid .slider-nav {
    margin-inline-end: -3px;
}
.property-list-view .property-grid.list-view .property-box .property-image {
    width: 100%}
.bg-comman-2::before {
    height: 245px;
}
.feature-section .title-3 {
    margin-bottom: 27px;
}
.feature-section .feature-content .detail-list li .label-lg {
    padding: 8px 12px 6px;
}
.feature-section .feature-content .detail-list li .d-flex .label-lg {
    padding: 6px 12px 4px;
}
.feature-section .feature-1 .feature-wrapper {
    margin: 0;
}
.feature-section .feature-1 .feature-wrapper .property-details {
    max-width: 450px;
}
.feature-section .feature-3 .slick-list {
    margin-inline-start: -5px;
}
.feature-section .feature-3.slick-initialized .slick-slide {
    margin-bottom: -1px;
}
.feature-section .feature-3 .feature-content .details, .feature-section .feature-3 .feature-content .feature-price {
    padding: 20px;
}
.feature-section .feature-3 .feature-content .detail-list {
    padding: 15px 18px;
}
.feature-section .feature-3 .feature-content .details p {
    margin-top: 10px;
}
.feature-section .feature-3 .feature-image .feature-overlay {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 210px;
    height: 169px;
}
.feature-section .feature-3 .slick-next, .feature-section .feature-3 .slick-prev {
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.feature-section .modern-feature .feature-wrap .feature-image .feature-overlay {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 210px;
    height: 169px;
}
.feature-section .modern-feature.arrow-gradient .slick-prev {
    inset-inline-end: 10%!important;
}
.my-gallery .row>div .row>div:nth-child(3), .my-gallery .row>div .row>div:nth-child(4) {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
}
.my-gallery .find-cities .citi-overlay h6::after {
    width: 130px;
    inset-inline-end: -16px;
}
.video-section {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}
.offer-section .offer-wrapper .media .offer-icon {
    width: 80px;
    height: 80px;
}
.offer-section .offer-wrapper .media .offer-icon img {
    height: 40px;
}
.offer-section .offer-wrapper .media .media-body {
    margin-inline-start: 15px;
}
.video-details h2 {
    margin: 15px 0 8px;
}
.video-details p {
    margin-bottom: 15px;
}
.new-property .feature-wrap {
    margin: 0;
}
.new-property .title-2 h2 {
    margin-top: -5px;
}
.subscribe-section .video-details .form-group {
    margin-bottom: 20px;
}
.subscribe-section .video-details .form-group input {
    width: 80%;
    padding: 10px 15px 8px;
}
.subscribe-section .video-details .form-group::after {
    width: 80%}
.arrow-define {
    font-size: 13px;
}
}@media (max-width:767px) {
    #propertyCards .propertycard-slider {
    margin-inline-end: 12px;
    margin-inline-start: 12px;
}
}@media (min-width:768px) {
    #propertyCards .propertycard-slider {
    margin-inline-end: 25px;
    margin-bottom: 10px;
    margin-inline-start: 25px;
}
}@media (max-width:719px) {
    .property-section .property-box-flat .property-box .property-details h3 {
    margin-top: -2px;
}
}@media (max-width:576px) {
    .pricing-section .pricing-box .pricing-details .pricing-icon: :after {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
}
.parallax-home .container>.row {
    height: 240px;
}
.breadcrumb-section {
    height: 270px;
}
.breadcrumb-section .breadcrumb-content {
    height: 270px;
    padding-top: 56px;
}
.toggle-right svg {
    width: 20px;
}
header.header-4 .menu .brand-logo img {
    margin-bottom: 0;
}
header.light-header .menu .header-right li .or:after {
    color: #586167;
}
.home-section.layout-5 {
    padding-top: 56px;
    padding-bottom: 40px;
}
}@media (max-width:575px) {
    h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
    line-height: 1.4;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
    line-height: 1.5;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
.label {
    padding: 3px 8px 2px;
}
.form-control {
    font-size: 14px;
}
.layout-map.layout-home2 {
    min-height: 500px;
}
.pricing-property .feature-section.ratio_landscape .feature-wrap {
    overflow-x: hidden;
}
.grid-box .property-text {
    padding: 16px;
}
.portfolio-grid .filter-panel .filters ul li {
    min-width: 100px;
}
.column-space {
    margin-bottom: -20px;
}
.column-space>div {
    margin-bottom: 20px;
}
.parallax-home.video-layout {
    height: auto;
    min-height: auto;
}
.parallax-home.video-layout .video-search .dropdown {
    display: none;
}
.feature-section .feature-3 .feature-content {
    -webkit-box-shadow: 0 0 23px rgb(0 0 0 / .08);
    box-shadow: 0 0 23px rgb(0 0 0 / .08);
}
.feature-section .feature-3 .feature-content .details {
    padding: 20px!important;
}
.feature-section .feature-3 .feature-content .detail-list {
    padding: 15px 18px!important;
}
.feature-section .feature-3 .feature-content .feature-price {
    padding: 20px!important;
}
.fnc-slide__action-btn {
    padding: 10px 10px;
}
.fnc-slide__action-btn::before {
    height: 40px;
    width: 40px;
}
.fnc-slide__action-btn span {
    font-size: 12px;
}
.testimonial-client .testimonial-4 .modern-client {
    position: relative;
}
.tab-icon .filters ul li lord-icon {
    width: 35px;
    height: 35px;
}
section {
    padding: 40px 0;
}
.progress {
    height: 5px;
}
.grid-list-filter .dropdown-menu {
    min-width: 160px;
}
.title-2 {
    margin-bottom: -4px;
}
.title-2 h2 {
    margin-top: -2px;
}
.title-2 p {
    line-height: 1.7;
}
.title-3 p {
    margin-bottom: 0;
}
.title-3.text-start h2 {
    margin-top: -5px;
}
.contact_right {
    margin-top: 20px;
}
.theme-title .title-1 h2 {
    margin-bottom: -7px;
}
.theme-title .theme-card .card-header h4 {
    margin-top: -1px;
}
.theme-title .title-2 h2 {
    margin-top: -3px;
}
.theme-card .title-2 {
    margin-bottom: -6px;
}
.theme-card .title-3 p {
    margin-bottom: -2px;
}
.theme-pagination {
    margin-top: 20px;
}
.property-map .theme-pagination {
    margin-bottom: 30px;
}
.testimonial-style-2 .title-3 {
    margin-top: -12px;
}
.ratio-card .card-body ul {
    margin-bottom: -5px;
}
footer .footer {
    padding: 40px 0;
}
footer .footer-links .footer-content .footer-blog p {
    font-size: 13px;
}
.footer-bg .bottom-blog .slick-initialized .slick-slide {
    margin-bottom: -5px;
}
.footer-bg .footer-details {
    padding: 20px 15px;
}
.alert-success {
    max-width: unset;
}
.portfolio-creative .order-section {
    margin-bottom: -20px!important;
}
.portfolio-creative .order-section div:nth-child(even) {
    margin-bottom: 20px;
}
.theme-card+.theme-card {
    margin-top: 20px;
}
.captcha {
    margin-bottom: 15px;
}
.theme-label .card-header h5 {
    margin-top: -2px;
}
.my-gallery .title-1 h2 {
    margin-bottom: -2px;
}
.my-gallery .row .col .row {
    margin-bottom: -20px;
}
.my-gallery .row .col .row>div {
    margin-bottom: 20px;
}
.offer-section .title-1 h2 {
    margin-bottom: -7px;
}
.offer-section .offer-wrapper {
    padding: 20px;
}
.offer-section .offer-wrapper .media .media-body h3 {
    margin: 10px 0;
}
.video-layout {
    padding-bottom: 40px;
}
.video-layout .video-details {
    width: 100%;
    padding: 0;
}
.video-layout .video-details p {
    width: 100%;
    overflow: unset;
    -webkit-line-clamp: unset;
}
.video-layout .row>div.video:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.video-layout .play-icon {
    position: relative;
    bottom: unset;
    inset-inline-start: unset;
    margin: 0;
}
.video-layout .play-bg {
    width: auto;
    height: auto;
    border: none;
}
.video-layout .play-bg img {
    display: none;
}
.video-layout .play-bg::after {
    display: none;
}
.video-layout .video-search {
    width: 100%}
.video-layout .video-search .input-group {
    border-inset-inline-end: none;
}
.video-layout .video-search .input-group input {
    padding-inline-end: 0;
}
.video-details h2 {
    margin: 10px 0 4px;
}
.new-property .title-2 {
    margin-bottom: -7px;
}
.pricing-section .title-3 {
    margin-bottom: 17px;
}
.pricing-section .pricing-box .pricing-details h3 {
    margin-bottom: 4px;
}
.pricing-section .pricing-box .pricing-details .pricing-svg {
    width: 40px;
    height: 40px;
}
.pricing-section .pricing-box .pricing-details .pricing-icon::after {
    width: 35px;
    height: 35px;
    inset-inline-start: -1px;
}
.pricing-section .pricing-box ul {
    margin: 20px 0 26px;
}
.pricing-section .pricing-box ul li+li {
    margin-top: 5px;
}
.pricing-section.pricing-inner .title-2 h2 {
    margin-top: -3px;
}
.filter-panel {
    padding: 0 0 20px;
}
.filter-panel .top-panel .grid-list-filter {
    margin-top: 10px;
    margin-bottom: 0;
}
.filter-panel .d-lg-none .mobile-filter {
    padding: 6px 10px;
}
.tab-listing .filter-panel {
    margin-bottom: 20px;
}
.property-grid-2 .filter-panel .top-panel h2 {
    margin-bottom: 5px;
}
.property-map .filter-panel .top-panel h2 {
    margin-top: -3px;
}
.privacy-setting .common-card .common-header p {
    margin-top: 5px;
}
.logout-modal .modal-body h6 {
    margin-bottom: 4px;
}
.logout-modal .modal-body p {
    font-size: 13px;
}
.testimonial-client .title-3.text-start {
    margin-top: 2px;
}
.pricing-inner .title-2 p {
    margin-bottom: 16px;
}
.line-tab.nav-tabs .nav-link {
    padding: 10px 8px;
}
.terms-section h2 {
    margin-top: -5px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.terms-section .terms-wrapper p {
    font-size: 14px;
    margin-bottom: 10px;
}
.terms-section .terms-wrapper h4 {
    margin-bottom: 6px;
    line-height: 1.5;
}
.terms-section .terms-wrapper ul li {
    font-size: 14px;
}
.our-client .client-right {
    padding: 20px;
}
.our-client .client-right h3 {
    margin-bottom: 5px;
}
.our-client .client-right h6 {
    margin-bottom: -6px;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body {
    padding: 0 15px;
}
.property-wizard .wizard-form-details.log-in .title-3 {
    margin-bottom: 20px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .log-in {
    margin-top: 30px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .wizard-step-3 .next-btn {
    margin-top: 20px;
}
.filter-cards .advance-card .category-property ul li+li, .filter-cards .advance-card .recent-property ul li+li {
    margin-top: 10px;
}
.filter-cards .advance-card>h6::before {
    bottom: -6px;
}
.portfolio-creative .content-sec h3 {
    margin-top: -5px;
}
.details-right {
    padding: 20px;
}
.details-right h3 {
    margin-top: -5px;
    margin-bottom: 8px;
}
.project-details {
    margin-top: 15px;
}
.project-details h3 {
    margin-top: 0;
    margin-bottom: 12px;
}
.project-details .detail-container {
    padding: 6px 0;
}
.portfolio-details .portfolio-section {
    margin-top: 6px;
}
.portfolio-grid .property-text h3 {
    margin-bottom: 6px;
}
.grid-box .property-text h3 {
    margin-top: -4px;
}
.portfolio-creative .row+.row {
    padding-top: 20px;
}
.log-in form .form-group {
    margin-bottom: 15px;
}
.log-in .divider {
    margin: 10px 0;
}
.coming-simple .site-construction h4 {
    font-size: 16px;
}
.coming-simple .site-construction p {
    margin-bottom: 20px;
}
.coming-simple .title-3 h6 {
    margin-bottom: 6px;
}
.coming-simple .ratio2_3>img {
    height: 400px;
}
.coming-simple form input {
    font-size: 14px;
}
.coming-simple form input::-webkit-input-placeholder {
    font-size: 14px;
}
.coming-simple form input::-moz-placeholder {
    font-size: 14px;
}
.coming-simple form input:-ms-input-placeholder {
    font-size: 14px;
}
.coming-simple form input::-ms-input-placeholder {
    font-size: 14px;
}
.coming-simple form input::placeholder {
    font-size: 14px;
}
.coming-soon.coming-left .coming-soon-detail .timer li {
    margin: 0 5px;
}
.coming-soon .cloud-img {
    height: 170px;
}
.coming-soon .coming-soon-detail form input {
    font-size: 14px;
}
.coming-soon .coming-soon-detail form .form-group button {
    padding: 8px 14px;
}
.property-grid.list-view .property-box .agent-image {
    border-inset-inline-end: none;
    border-bottom: 1px solid #eee;
}
.user-dashboard .sidebar-user {
    margin-bottom: 20px;
}
.user-dashboard .sidebar-user .user-profile {
    display: block;
    padding: 20px 20px 0;
}
.user-dashboard .sidebar-user .user-profile .connected-social {
    margin-inline-start: 0;
    margin-top: 15px;
}
.user-dashboard .sidebar-user .user-profile .connected-social h6::before {
    bottom: -3px;
}
.user-dashboard .sidebar-user .user-profile .media .media-body h5 {
    margin-bottom: 5px;
}
.user-dashboard .sidebar-user .user-profile .media .media-body h6 {
    margin-bottom: 2px;
}
.user-dashboard .dashboard-content {
    margin-bottom: -20px;
}
.user-dashboard .dashboard-content .common-card {
    margin-bottom: 20px;
}
.user-dashboard .dashboard-content .user-wrapper .available-property .radial-property .apexcharts-datalabels-group .apexcharts-datalabel-label {
    font-size: 32px;
}
.user-dashboard .dashboard-content .property-section {
    margin-bottom: 20px;
}
.right-line-tab .nav-item .nav-link {
    padding: 3px 8px;
}
.my-profile .profile-info .user-name h5 .label {
    padding: 4px 8px 3px;
}
.my-profile .profile-info .user-name .rating {
    display: block;
    margin-inline-start: 0;
}
.my-profile .profile-info .user-detail {
    margin: 5px -10px 5px;
}
.my-profile .profile-info .user-detail li {
    margin: 2px 10px;
}
.my-profile .profile-info .information ul li span:first-child {
    min-width: unset;
}
.card-payment>div:nth-child(n+2) .payment-card {
    margin-top: 15px;
}
.card-payment .payment-card .card-details .card-number>div img {
    width: 9%}
.card-payment .payment-card .card-details .card-number>div img:last-child {
    width: 3%;
    margin-inline-start: 5px;
}
.create-tab .create-property-form .form-inputs>h6 {
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.create-tab .create-property-form .form-inputs+.form-inputs {
    margin-top: 15px;
}
.create-tab .create-property-form .btn {
    margin-top: 15px;
}
.dropzone .dz-message {
    margin: 0;
}
.dropzone i {
    font-size: 40px;
}
.user-about .about-image {
    margin-top: 42px;
    margin-bottom: 20px;
}
.user-about .about-image .side-left .side-effect::before, .user-about .about-image .side-left .side-effect::after {
    width: calc(100% - 350px);
}
.user-about .about-image .img-box img {
    max-width: 205px;
}
.user-about .about-image .img-box.img-abs {
    inset-inline-end: 140px;
}
.user-about .about-content {
    margin-bottom: 20px;
}
.user-about .about-content h3 {
    margin-bottom: 10px;
}
.user-about .about-listing {
    padding: 20px;
}
.user-about .map-image {
    margin-bottom: 15px;
}
.why-choose .title-2 h2 {
    margin-top: -4px;
}
.about-testimonial .title-2 {
    margin-bottom: -4px;
}
.about-testimonial .title-2 h2 {
    margin-top: -3px;
}
.get-in-touch .contact-img img {
    width: 70%}
.contact_section .contact_wrap h4 {
    margin-bottom: 10px;
    margin-top: 5px;
}
.contact_section.contact_wrap_2 .contact-detail>div:last-child {
    margin-top: 20px;
}
.contact_section.contact_wrap_2 .row {
    margin: 0;
}
.contact_bottom .row>div+div, .contact_bottom .row>div:last-child {
    margin-top: 20px;
}
.contact_right .row>div+div {
    margin-top: 20px;
}
.contact_right .row>div+div:last-child {
    margin-top: 20px;
}
.contact-2 .log-in {
    margin-bottom: 20px;
}
.agent-social li a {
    width: 25px;
    height: 25px;
}
.agent-social li a i {
    font-size: 12px;
}
.accordion .card+.card {
    margin-top: 15px;
}
.faq-section .faq-image {
    margin-top: -29px;
}
.faq-section .faq-image h3 {
    margin-bottom: 4px;
}
.faq-section form .form-group input {
    padding: 14px 15px 12px;
}
.column-sm {
    margin-bottom: -20px;
}
.column-sm>div {
    margin-bottom: 20px;
}
.filter-panel .filters ul {
    margin: -5px -2px;
}
.filter-panel .filters ul li {
    padding: 8px;
    margin: 5px 2px;
}
.filter-panel .filters ul li i {
    display: none;
}
.filter-panel .mobile-filter {
    position: relative;
    bottom: unset;
}
.filter-panel .d-lg-none {
    text-align: start;
}
.with-modal-btn .d-lg-none {
    margin-top: 10px;
}
.with-modal-btn .top-panel .grid-list-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.with-modal-btn .top-panel .grid-list-filter li:first-child {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.arrow-define {
    top: 40px;
    inset-inline-end: -10px;
}
.arrow-define::after {
    width: 26px;
    height: 26px;
    bottom: 8px;
    inset-inline-start: -27px;
}
.single-property-section .single-title {
    padding: 20px;
}
.single-property-section .single-title .right-single {
    text-align: start;
}
.single-property-section .single-title .label {
    padding: 3px 6px;
}
.single-property-section .left-single h2 {
    margin-top: -4px;
}
.single-property-section .left-single ul li>div img {
    width: 22px;
}
.single-property-section .left-single ul li>div .ruler-tool {
    width: 22px;
    height: 22px;
}
.single-property .page-section {
    padding: 20px;
}
.single-property .page-section hr {
    margin: 20px 0;
}
.single-property #details h4, .single-property .about h4 {
    display: block;
}
.single-property #details h4 a, .single-property .about h4 a {
    display: block;
    margin-top: 10px;
}
.single-property .description-section .desc-box h4 {
    margin-top: -1px;
    margin-bottom: 15px;
}
.single-property .description-section .desc-box h4.mt-5 {
    margin-top: 25px!important;
}
.single-property .description-section .desc-box p {
    margin-bottom: 10px;
}
.single-property .description-section .desc-box .feature-dec h4, .single-property .description-section .desc-box .ratio3_2 h4, .single-property .description-section .desc-box #floor_plan h4 {
    margin-top: -2px;
}
.single-property .description-section .desc-box+.desc-box {
    margin-top: 20px;
}
.single-property-images .single-property-section {
    padding-bottom: 20px;
}
.single-property-images .slick-prev {
    inset-inline-start: 15px;
}
.single-property-images .slick-next {
    inset-inline-end: 15px;
}
.single-property-images.ratio_40 .bg-size:before {
    padding-top: 80%}
.image_section {
    margin-bottom: 30px;
}
.image_section .row>div {
    margin-top: 15px;
}
.line-tab.nav-tabs {
    display: block;
    text-align: center;
}
.line-tab.nav-tabs li {
    display: block;
}
.map-section iframe, .map-section .map {
    height: 300px;
}
.infoBox .marker-detail {
    width: 150px;
}
.infoBox .marker-detail img {
    width: 150px;
}
.infoBox .marker-detail .detail-part ul li:last-child {
    padding-inline-start: 0;
    display: block;
    margin-top: 4px;
}
.infoBox .marker-detail .detail-part span, .infoBox .marker-detail .detail-part a {
    font-size: 12px;
}
.leaflet-marker-icon.leaflet-interactive {
    width: 30px!important;
    height: 30px!important;
}
.custom-dropdown .custom-dropdown-menu {
    width: 280px;
}
header .menu .header-right .dropdown .dropdown-menu {
    margin-top: 25px;
}
header.header-4 .menu .brand-logo img {
    width: 110px;
}
header.header-4 .menu .header-right li .search-box i {
    padding: 7px 8px;
    font-size: 11px;
    line-height: 1.2;
}
header.header-4 .menu .header-right li .search-box span {
    display: none;
}
header.header-4 .menu .header-right li .search-box .form-control {
    inset-inline-start: 40px;
}
header.header-4 .menu .header-right li .search-box .form-group {
    position: absolute;
    border: none;
    height: 100%;
    width: 185px;
    -webkit-transform: translateY(-35px) scaleY(0);
    transform: translateY(-35px) scaleY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 32px;
    inset-inline-end: 0;
    height: 45px;
}
header.header-4 .menu .header-right li .search-box .form-group input {
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: unset;
    transition: unset;
    padding: 10px 15px;
}
header.header-4 .menu .header-right li .search-box .form-group::after {
    inset-inline-start: 40px;
}
header.header-4 .menu .header-right li .search-box .form-group::after, header.header-4 .menu .header-right li .search-box .form-group::before {
    border-radius: 5px;
    -webkit-transition: unset;
    transition: unset;
}
header.header-4 .menu .header-right li .search-box.open i {
    border-radius: 5px;
}
header.header-4 .menu .header-right li .search-box.open .form-group {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
header.header-4 .menu .header-right li .search-box.open .form-group input {
    opacity: 1;
    visibility: visible;
    -webkit-transition: unset;
    transition: unset;
}
header.header-4 .menu .header-right li .search-box.open .form-group::before, header.header-4 .menu .header-right li .search-box.open .form-group::after {
    -webkit-transition: unset;
    transition: unset;
}
header.header-4 .menu .header-right li .search-box.open .form-control {
    -webkit-transition: unset;
    transition: unset;
}
header.header-4 .menu .header-right li>a {
    padding: 6px;
}
header.header-4 .menu .header-right li>a svg {
    height: 14px;
    vertical-align: -2px;
}
header.header-4 .menu .header-right li+li {
    margin-inline-start: 4px;
}
header.light-header .menu .header-right li a svg {
    width: 15px;
}
header.header-9 .menu .brand-logo {
    margin-inline-start: -16px;
}
.toggle-nav.with-text i {
    color: #CF6615!important;
}
.toggle-nav.with-text span {
    display: block;
}
.fnc-slider {
    height: 460px;
}
.fnc-nav__control {
    width: 93px;
    font-size: 13px;
    height: 44px;
    visibility: hidden;
}
.fnc-slide__mask {
    display: none;
}
.fnc-slide__content {
    inset-inline-start: 50%;
    top: 34%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px;
    width: 80%}
.fnc-slide__heading-line {
    font-size: 32px;
}
.fnc-slide__action-btn {
    margin-inline-start: 0;
}
.fnc-slide__action-btn span {
    line-height: 25px;
}
.fnc-slide__action-btn span:after {
    line-height: 25px;
}
.home-section.layout-5 .home-main {
    padding: 40px 0;
}
.home-section.layout-5 .home-main .home-content>div>img {
    width: 140px;
}
.home-section.layout-6 .home-slider-1 {
    margin-bottom: 30px;
}
.home-section.layout-6 .home-main .home-content>div img {
    width: 120px;
}
.home-section.layout-6 .home-main .home-content>div h6 {
    margin-top: 10px;
}
.home-section.layout-6 .home-main .container>.row {
    padding-top: 80px;
}
.home-section.layout-6 .container>.row {
    padding: 40px 0;
}
.home-section.layout-9 {
    padding: 40px 0;
}
.home-section.layout-9 .home-main .home-content>div>img {
    width: 120px;
}
.home-section.layout-9 .home-main .home-content h6 {
    margin-top: 10px;
}
.layout-home8 {
    height: auto;
}
.layout-home8 .home-content {
    margin-bottom: 20px;
}
.layout-home8 .home-content h1 {
    margin-bottom: 10px;
}
.looking-icons {
    margin-top: 30px;
}
.looking-icons h5 {
    margin-bottom: 20px;
}
.looking-icons ul {
    margin: -5px -10px;
}
.looking-icons ul li {
    margin: 5px;
}
.looking-icons ul li .looking-icon {
    padding: 10px;
    min-width: 90px;
}
.layout-home3 .bg-layout-3 {
    padding: 40px 0;
}
.layout-home2 .home-main {
    padding-top: 90px;
}
.layout-home2 .arrow-light .slick-arrow {
    top: 61%}
.layout-home2 .feature-section .feature-content {
    margin: 40px auto;
    padding: 10px;
}
.layout-map .withmap-horizontal .search-panel .filter {
    padding: 20px 0;
}
.layout-map.header-map {
    height: 400px;
}
.top-bar .top-content {
    padding: 15px 0;
}
.top-bar .top-content .top-bar-right li .flat-box {
    padding: 5px 10px;
}
.top-bar.top-bar-7 .top-content .top-bar-right>li a, .top-bar.top-bar-7 .top-content .top-bar-right>li .flat-box {
    padding: 4px 8px 6px;
}
.top-bar.top-bar-7 .top-content .top-bar-right>li a svg {
    vertical-align: -4px;
    width: 14px;
    height: 14px;
}
.top-bar.top-bar-7 .top-content .top-bar-right li .flat-box {
    padding: 4px 8px 5px;
}
.top-bar.top-bar-7 .top-content .top-bar-right li .flat-box i {
    font-size: 11px;
}
.top-right-toggle {
    margin-inline-start: 20px;
}
.top-right-toggle svg {
    vertical-align: middle;
    color: #586167;
    width: 20px;
    height: 20px;
}
.sm-input {
    width: 170px;
}
.feature-3 .next-image {
    display: none!important;
}
.arrow-light .slick-arrow {
    width: 30px;
    height: 30px;
}
.arrow-light .slick-prev:before {
    margin-inline-start: -2px;
}
.arrow-light .slick-next:before {
    margin-inline-start: 3px;
}
.layout-home4 .home-slider-4 .slider-image {
    padding: 40px 0;
}
.layout-home4 .home-slider-4 .slider-image .home-content {
    margin-bottom: 45px;
}
.layout-home4 .sync-slider .home-nav .slick-list {
    margin-inline-start: -5px;
    margin-inline-end: -5px;
}
.layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide>div {
    margin-inline-start: 5px;
    margin-inline-end: 5px;
}
.search-with-tab .tab-content {
    padding: 20px;
}
.search-with-tab .tab-content .review-form>div:nth-child(n+3) {
    margin-top: 16px;
}
.search-with-tab .nav-tabs .nav-item .nav-link {
    font-size: 14px;
}
.label-heart {
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.label-heart.ms-2 {
    margin-inline-start: 4px!important;
}
.title-1 {
    padding-bottom: 20px;
}
.title-1 h2 {
    padding-top: 10px;
}
.title-2 h2 {
    margin-bottom: 5px;
}
.title-2 p {
    margin-bottom: 20px;
}
.title-3 {
    margin-bottom: 20px;
}
.title-3 h2 {
    margin: 6px 0 6px;
}
.breadcrumb-section .breadcrumb-content div {
    padding: 20px 25px;
}
.breadcrumb-section .breadcrumb-content div h2 {
    margin-bottom: 8px;
}
.horizontal-blog .title-2 p {
    margin-bottom: 13px;
}
.simple-blog .title-3 {
    margin-bottom: 17px;
}
.modern-client .comment-right {
    position: relative;
    inset-inline-start: 0;
    bottom: 0;
    margin-top: 70px;
    padding: 35px 20px 20px;
}
.modern-client .comment-right .media {
    display: block;
}
.modern-client .comment-right .media .client-rating {
    margin-bottom: 10px;
}
.modern-client .comment-right h3 {
    margin-bottom: 2px;
}
.modern-client .img-testimonial {
    z-index: 2;
    width: 30%;
    margin-inline-start: 20px;
    position: absolute;
}
.modern-client .label-heart i {
    margin: 0 0 -2px 1px;
}
.testimonial-3 .slick-list {
    margin: -30px -12px;
}
.testimonial-3 .slick-list .slick-track .slick-slide>div {
    margin: 30px 12px;
}
.client-slider {
    padding: 20px;
}
.client-slider h6 {
    font-size: 14px;
    letter-spacing: 10px;
}
.client-slider p {
    font-size: 14px;
    margin-top: 50px;
}
.slick-between .slick-slider .slick-list {
    margin: 0 -12px;
}
.slick-between .slick-slider .slick-list .slick-track .slick-slide>div {
    margin: 0 12px;
}
.testimonial-style-1 .title-2 h2 {
    margin-top: -6px;
}
.testimonial-style-1 .slick-dots li {
    margin: 0 2px;
}
.testimonial-style-2 .title-3 {
    margin-bottom: 17px;
}
.testimonial-client .title-3.text-start {
    margin-bottom: 17px;
}
.banner-inner {
    padding-top: 96px;
}
.banner-1, .banner-3 {
    padding: 20px;
}
.banner-1 h2 {
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 15px;
    letter-spacing: normal;
}
.banner-section .button-banner .btn+.btn {
    margin-inline-start: 4px;
}
.banner-3 h2 {
    line-height: 1.35;
    margin: 15px auto 10px;
}
.banner-3 p {
    margin-bottom: 15px;
}
.banner-2 .banner-right {
    padding: 20px;
}
.banner-2 .banner-right h6 {
    margin-top: -4px;
}
.about-section .title-1 h2 {
    margin-bottom: -2px;
}
.about-section .about-wrap .about-content .our-details {
    width: 85%!important;
}
.about-section .about-wrap .about-content .our-details a {
    margin-top: -3px;
    display: block;
}
.about-section.ratio_square .title-3 p {
    margin-bottom: -3px;
}
.about-section .title-3.text-start {
    margin-top: -4px;
}
.about-section .title-3.text-start p {
    margin-bottom: -3px;
}
.about-section .about-2.about-wrap .about-content .our-details {
    padding: 20px;
}
.about-section.about-inner .title-2 h2 {
    margin-top: -5px;
}
.arrow-white {
    margin-bottom: 65px;
}
.arrow-white .slick-arrow {
    bottom: -60px;
}
.arrow-white .slick-prev {
    inset-inline-start: 37%}
.arrow-white .slick-next {
    inset-inline-end: 37%}
.about-box .agent-image .overlay-agent .agent-details {
    padding: 20px;
}
.about-box .agent-image .overlay-agent .agent-details h5 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-box .agent-image .overlay-agent .agent-details p {
    margin: 10px 0;
}
.about-box .agent-image .overlay-agent .agent-details ul li a {
    width: 30px;
    height: 30px;
}
.about-box .agent-image .overlay-agent .agent-details ul li a>img {
    height: 12px;
}
.about-people .title-2 h2 {
    margin-top: -4px;
}
.service-section .title-2 {
    margin-bottom: -7px;
}
.service-section .property-service>div .service-box {
    padding: 20px;
}
.service-section .property-service>div .service-box .icon-round {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.service-section .title-2 {
    margin-bottom: -4px;
}
.service-section .title-2 h2 {
    margin-top: -3px;
}
.service-section.service-bg .title-3 {
    margin-top: -3px;
}
.service-section.service-2 .property-service>div .service-box {
    padding: 20px;
}
.service-section.service-2 .property-service>div .service-box p {
    margin-bottom: 20px;
}
.service-section.service-2 .property-service>div .service-box .hover-line {
    margin-bottom: 25px;
}
.service-section.service-2 .property-service>div .icon-line-color {
    bottom: -20px;
}
.service-section .property-service>div .service-box p {
    font-size: 13px;
    margin-bottom: -1px;
}
.service-slider .slick-list {
    margin-top: -15px;
    margin-bottom: -24px;
}
.service-slider .slick-list .slick-track .slick-slide>div {
    margin-top: 24px;
    margin-bottom: 24px;
}
.service-slider .service-wrapper .service-details {
    padding: 40px 20px 20px;
}
.service-slider .service-wrapper .service-details p {
    font-size: 13px;
}
.service-slider .service-wrapper .service-details h3 {
    margin-bottom: 10px;
}
.service-slider .service-wrapper .top-img-box {
    margin-inline-start: 20px;
}
.why-choose .title-2 {
    margin-bottom: -4px;
}
.slick-shadow .arrow-white .slick-arrow {
    bottom: -53px;
}
.property-section .title-1 h2 {
    margin-bottom: -7px;
}
.property-section .filter-panel {
    margin-bottom: 10px;
}
.property-section .filter-panel .top-panel h2 {
    margin-top: -3px;
}
.property-section .title-2 {
    margin-bottom: -7px;
}
.property-section .title-2 h2 {
    margin-top: -3px;
}
.property-section .title-3 {
    margin-bottom: 17px;
}
.property-section .title-3.text-start h2 {
    margin-top: -3px;
}
.property-section .title-3.d-flex {
    margin-bottom: 20px;
}
.property-section.slick-between .title-3.text-start {
    margin-top: -5px;
}
.property-section .ratio_landscape .title-2 {
    margin-bottom: -4px;
}
.property-section .property-box .property-image .overlay-plus span {
    font-size: 56px;
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-inline-end: 10px;
}
.property-section .property-box .property-details .property-svg {
    width: 14px;
    height: 14px;
    display: block;
    margin-top: -1px;
    margin-inline-start: 1px;
}
.property-section .property-box-flat .property-box .property-details h3 {
    margin-top: -4px;
}
.property-section .property-1 .property-box .property-image .labels-left .label {
    padding: 4px 10px 3px;
}
.property-section .property-3 .slick-list {
    margin: -30px -12px;
}
.property-section .property-3 .slick-list .slick-track .slick-slide>div {
    margin: 30px 12px;
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    padding: 20px;
}
.property-section .listing-hover-property {
    margin-bottom: -20px;
}
.property-section .listing-hover-property>div {
    margin-bottom: 20px;
}
.property-section .listing-hover-property .property-box .bottom-property {
    bottom: -60px;
}
.property-section .listing-hover-property .property-box .bottom-property h5 {
    margin-bottom: 4px;
}
.property-section .listing-hover-property .property-box .bottom-property>div {
    padding: 10px;
}
.property-section .property-map .filter-panel {
    margin-bottom: 0;
}
.property-map .filter-panel {
    margin-bottom: 0;
}
.grid-slider .slick-arrow, .thumbnail-slider .slick-arrow, .main-innerimage-slider .slick-arrow {
    width: 30px;
    height: 30px;
}
.property-grid-slider .property-grid .slider-for .slick-slide #block {
    height: 305px!important;
}
.property-grid-slider .property-grid .slider-for .slick-slide video {
    top: 40%!important;
}
.property-grid-3 .filter-panel .top-panel h2 {
    margin-top: -3px;
}
.property-grid-3 .property-grid.list-view .property-box .agent-image:hover .overlay-content {
    inset-inline-start: 52%}
.arrow-gradient .slick-arrow {
    width: 30px;
    height: 30px;
}
.arrow-gradient .slick-arrow::before {
    font-size: 13px;
}
.feature-section .title-3 {
    margin-bottom: 17px;
}
.feature-section .feature-2 .slick-dots {
    bottom: -15px;
}
.feature-section .feature-2 .feature-box .feature-bottom {
    padding: 20px;
}
.feature-section .feature-2 .feature-box .feature-bottom h3 {
    margin-bottom: 0;
}
.feature-section .feature-2.dot-gradient {
    margin-bottom: 15px!important;
}
.feature-section .feature-image, .feature-section .feature-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.feature-section .feature-image .label {
    padding: 5px 10px 3px;
}
.feature-section .feature-image .label-solid::before {
    top: 27px;
}
.feature-section .feature-1 .feature-wrapper .property-details {
    max-width: 430px;
    padding: 20px;
}
.feature-section .feature-1 .feature-wrapper .property-details .round-half {
    top: -22px;
    inset-inline-end: -17px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.feature-section .feature-1 .feature-wrapper .property-details .round-half i {
    margin-top: 18px;
    margin-inline-start: 0;
}
.feature-section .feature-1 .feature-wrapper .property-details a .d-flex {
    display: block!important;
}
.feature-section .feature-1 .feature-wrapper .property-details a h3 .label {
    margin-inline-start: 0;
}
.feature-section .feature-1 .feature-wrapper .property-details a h3 span {
    margin-top: 5px;
}
.feature-section .feature-content .feature-price {
    margin-bottom: 5px;
}
.feature-section .feature-content .feature-price li h3 {
    margin-top: -4px;
    margin-bottom: 0;
}
.feature-section .feature-content .details, .feature-section .feature-content .feature-price {
    padding: 20px;
}
.feature-section .feature-content .detail-list {
    padding-inline-start: 0!important;
    padding-inline-end: 0!important;
}
.feature-section .feature-content .detail-list li:first-child {
    margin-inline-start: 0;
}
.feature-section .feature-content .detail-list li .d-flex h6 {
    font-size: 14px;
}
.feature-section .feature-content .details h3 {
    margin-top: -5px;
}
.feature-section .feature-content .details p {
    margin-bottom: -3px;
}
.feature-section .feature-3 .slick-list {
    margin-inline-start: -12px;
    margin-inline-end: -12px;
}
.feature-section .feature-3 .slick-list .slick-track .slick-slide>div {
    margin-inline-start: 12px;
    margin-inline-end: 12px;
}
.feature-section .feature-3 .feature-content .details, .feature-section .feature-3 .feature-content .feature-price {
    padding: 20px 0;
}
.feature-section .feature-3 .feature-content .feature-price {
    margin-bottom: 0;
    padding-bottom: 0;
}
.feature-section .feature-4 {
    margin-top: 30px;
}
.feature-section .feature-4.arrow-gradient .slick-arrow {
    top: 15px;
}
.feature-section .feature-4.slick-initialized .slick-slide {
    margin-bottom: -5px;
}
.feature-section .title-1 h2 {
    margin-bottom: -2px;
}
.feature-section .modern-feature .feature-wrap .feature-content {
    margin-top: 20px;
}
.feature-section .modern-feature .feature-wrap .feature-content .details, .feature-section .modern-feature .feature-wrap .feature-content .feature-price {
    padding: 20px 0;
}
.feature-section .modern-feature .feature-wrap .feature-content .detail-list {
    padding: 15px 0;
}
.box {
    width: 220px;
    height: 105px;
}
.box.text-affect .title {
    height: 78px;
}
.parallax-home.video-layout .row>div:last-child {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
}
.parallax-home .parallax-right {
    width: 75%}
.bg-comman-2.feature-section .title-2 h2 {
    margin-top: -3px;
}
.new-property .feature-section .feature-content .feature-price {
    margin-bottom: 0;
}
.new-property .feature-section .feature-content .feature-price li h3 {
    margin-top: -4px;
}
.new-property .feature-section .feature-content .feature-price h6 {
    margin-bottom: -1px;
}
.new-property .feature-section .feature-content .detail-list {
    padding: 15px 15px!important;
}
.new-property .feature-section .feature-content .detail-list li:first-child {
    margin-inline-start: 5px;
}
.new-property .feature-section .feature-content .details p {
    margin-bottom: -5px;
}
.new-property .title-2 h2 {
    margin-top: -4px;
}
.home-main.feature-section.new-property .feature-content .detail-list {
    padding: 15px 15px!important;
}
.home-main.feature-section.new-property .feature-content .detail-list li:first-child {
    margin-inline-start: 5px;
}
.layout-home2 .feature-content .detail-list {
    padding: 15px 20px!important;
}
.layout-home2 .feature-content .detail-list li:first-child {
    margin-inline-start: 5px;
}
.pricing-property .feature-image, .pricing-property .feature-content {
    -webkit-box-shadow: 0 0 23px rgb(0 0 0 / .08);
    box-shadow: 0 0 23px rgb(0 0 0 / .08);
}
.video-section {
    padding-inline-start: 0!important;
    padding-inline-end: 0!important;
}
.video-section .play-icon {
    height: auto;
}
}@media (max-width:567px) {
    .theme-card .title-3 p {
    margin-bottom: -5px;
}
}@media (max-width:544px) {
    .theme-card .title-2 {
    margin-bottom: -3px;
}
.simple-blog .title-3 {
    margin-bottom: 14px;
}
.testimonial-client .title-3.text-start {
    margin-bottom: 14px;
}
.pricing-section .title-3 {
    margin-bottom: 14px;
}
.property-section .title-3 {
    margin-bottom: 14px;
}
.feature-section .title-3 {
    margin-bottom: 14px;
}
}@media (max-width:526px) {
    .testimonial-style-2 .title-3 {
    margin-bottom: 14px;
}
.about-section.ratio_square .title-3 p {
    margin-bottom: -6px;
}
.about-section .title-3.text-start p {
    margin-bottom: -6px;
}
.property-section .ratio_landscape .title-2 {
    margin-bottom: -7px;
}
}@media (max-width:518px) {
    .new-property .title-2 {
    margin-bottom: -4px;
}
.new-property .feature-section .feature-content .details p {
    margin-bottom: -2px;
}
.horizontal-blog .title-2 p {
    margin-bottom: 16px;
}
.service-section .title-2 {
    margin-bottom: -4px;
}
}@media (max-width:502px) {
    .property-section .title-2 {
    margin-bottom: -4px;
}
}@media (max-width:480px) {
    .layout-home4 .slider-image .home-content .font-color4: :after {
    display: none;
}
.feature-section .title-1 hr {
    margin: 14px auto 0;
}
.loader-wrapper .loader-text h3 {
    font-size: 18px;
}
.loader-text img {
    height: 100px;
}
.layout-map.layout-home2 {
    min-height: auto;
}
.compare-page .table-wrapper .table .property-name {
    min-width: 120px;
}
.details-right {
    margin-top: 18px;
}
.property-details h3 {
    margin-bottom: 6px;
}
.property-details ul, .property-details p {
    margin-bottom: 12px;
}
.property-section .property-box .property-image .seen-data {
    top: 14px;
    inset-inline-end: 14px;
}
.property-section .property-box .property-image .seen-data svg {
    margin-inline-end: 4px;
}
.home-section.layout-5 .row>div p {
    margin-bottom: 18px;
}
.service-section .property-service>div .service-box .icon-round {
    width: 55px;
    height: 55px;
}
.service-section .property-service>div .service-box .icon-round svg {
    width: 22px;
    height: 22px;
}
.layout-home4 .home-slider-4 .slider-image .home-content {
    padding: 20px 18px 20px 18px;
}
.layout-home4 .slider-image .home-content .font-color4 {
    font-size: 12px;
}
.layout-home4 .sync-slider .home-slider-4 img.img-icon {
    display: none;
}
.property-section .property-box .property-image .innerimage-slider .slick-dots li button::before {
    font-size: 8px;
}
.testimonial-style-2 .title-3 {
    margin-top: -11px;
}
.theme-title .theme-card .card-header h4 {
    margin-top: -1px;
}
.loader-text h3 {
    margin-top: -15px;
}
.provide-service .service-img {
    width: 200px;
    margin: 0 auto;
}
header.light-header .menu .brand-logo {
    width: 110px;
}
header.header-9 .menu .brand-logo {
    width: auto;
}
.service-section .title-3, .about-section .title-3 {
    margin-top: -11px;
}
.modern-client .img-testimonial {
    width: 30%}
.modern-client .comment-right {
    margin-top: 45px;
    padding-top: 30px;
}
.btn.btn-lg {
    padding: 6px 15px;
    line-height: 1.3;
}
.btn-social span {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}
.social-connect>div:nth-child(odd) {
    padding-inline-end: 5px;
}
.social-connect>div:nth-child(even) {
    padding-inline-start: 5px;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content {
    display: block;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li+li {
    margin-top: 15px;
}
.coming-soon .coming-soon-detail .timer li {
    font-size: 13px;
}
.coming-soon .coming-soon-detail .timer li>div {
    width: 70px;
    height: 70px;
}
.coming-soon .coming-soon-detail .timer li+li {
    margin-inline-start: 10px;
    padding-inline-start: 10px;
}
.coming-soon .coming-soon-detail .timer li+li::before {
    font-size: 20px;
}
.coming-soon.coming-left .coming-soon-detail .timer li {
    padding: 15px 10px;
}
.coming-simple .ratio2_3>img {
    height: 350px;
}
.coming-simple .ratio2_3.order-lg-1 {
    margin-top: -38px;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.faq-section .faq-image {
    margin-top: -36px;
}
.faq-section .faq-image img {
    width: 100%}
.home-section.layout-5 .home-main .looking-icons {
    display: none;
}
.home-section.layout-5 .row>div p {
    font-size: 14px;
}
.layout-home3 .banner-3 {
    width: 90%}
.parallax-home .parallax-right {
    width: 100%;
    opacity: .1;
}
.user-about .about-listing ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.user-about .about-listing ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.user-about .about-listing ul li h4 {
    margin-bottom: 4px;
}
.user-about .about-listing ul li:nth-child(n+3) {
    margin-top: 15px;
}
.user-about .about-listing ul li+li {
    margin-inline-start: 0;
}
.user-about .about-image .img-box.img-abs {
    inset-inline-end: 50px;
}
.captcha .text {
    font-size: 13px;
}
.spinner {
    margin: 10px 10px 7px 10px!important;
}
.download-section .download-wrap ul li+li {
    margin-inline-start: 0;
}
.property-section .nav-tabs .nav-item+.nav-item {
    margin-inline-start: 15px;
}
.property-section .property-box .property-image .labels-left {
    top: 15px;
}
.property-section .property-box .property-image .overlay-plus .like-bottom {
    bottom: 15px;
    inset-inline-end: 15px;
}
.property-section .property-box .property-image .overlay-plus .seen-data {
    top: 15px;
    inset-inline-end: 15px;
}
.property-section .property-box .property-image .overlay-property-box .effect-round, .property-section .property-box .property-image .overlay-property-box .effect-round1 {
    width: 35px;
    height: 35px;
}
.property-section .property-box .property-image .overlay-property-box .effect-round i, .property-section .property-box .property-image .overlay-property-box .effect-round1 i {
    font-size: 14px;
    margin-top: 3px;
    margin-inline-start: 1px;
}
.property-section .property-box .property-details .icon-property li+li::before {
    inset-inline-start: -16px;
}
.property-section .list-property .property-box .property-details .icon-property li+li::before {
    inset-inline-start: -18px;
}
.property-section .list-property .property-box .property-image .bg-size:before {
    padding-top: 80%}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.property-section .property-2 .property-box .property-image .labels-left, .property-section .property-box-flat .property-box .property-image .labels-left {
    inset-inline-start: -3px;
}
.property-section .property-box-flat .property-box .property-image .label-white {
    inset-inline-end: 15px;
    top: 15px;
}
.property-section .property-box-flat .property-box .property-image .overlay-plus .seen-data {
    bottom: 15px;
    inset-inline-end: 50px;
}
.single-property-section .left-single>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.single-property .description-section .desc-box .single-gallery {
    margin-bottom: -5px;
}
.feature-section .feature-4.arrow-gradient .slick-prev {
    inset-inline-end: 12%!important;
}
.feature-section .feature-4.slick-initialized .slick-slide {
    margin-bottom: -3px;
}
.feature-section .feature-1 .feature-wrapper .feature-image .label-white {
    top: 15px;
    inset-inline-end: 15px;
}
.feature-section .feature-1 .feature-wrapper .feature-image h4 {
    font-size: 14px;
}
.feature-section .feature-image .feature-overlay {
    width: 126px!important;
    height: 100px!important;
}
.feature-section .feature-image .feature-overlay span {
    font-size: 40px;
    margin-top: 0;
}
.feature-section .feature-image .label {
    text-transform: capitalize;
}
.feature-section .modern-feature .feature-wrap .feature-image .label-gradient {
    top: 15px;
    inset-inline-start: 15px;
}
.feature-section .modern-feature .feature-wrap .feature-content .details, .feature-section .modern-feature .feature-wrap .feature-content .feature-price {
    padding: 20px 0;
}
.feature-section .feature-content .feature-price {
    margin-bottom: -3px;
}
.feature-section .feature-content .feature-price li+li {
    margin-inline-start: 20px;
}
.feature-section .feature-content .details p {
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.feature-section .feature-content .detail-list {
    margin: 0;
}
.feature-section .feature-content .detail-list li {
    margin: 5px;
}
.feature-section .feature-content .detail-list li .d-flex .label-lg {
    padding: 6px 12px;
}
.new-property .feature-section .feature-content .details h3 {
    margin-top: -4px;
}
.new-property .feature-section .feature-content .feature-price h6 {
    margin-bottom: -6px;
}
.video-modal iframe {
    height: 200px;
}
.video-modal .modal-dialog .modal-content .modal-body .close {
    inset-inline-end: 0;
    top: -30px;
}
.offer-section .offer-wrapper {
    padding: 20px;
    text-align: center;
}
.offer-section .offer-wrapper .media {
    display: block;
}
.offer-section .offer-wrapper .media .offer-icon {
    margin: 0 auto 20px;
}
.offer-section .offer-wrapper .media .media-body {
    margin-inline-start: 0;
}
.offer-section .offer-wrapper .media .media-body h6 {
    display: inline-block;
}
.video-details p, .video-details h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}
.video-details h2 {
    -webkit-line-clamp: 2;
}
}@media (max-width:437px) {
    .portfolio-grid .filter-panel .filters ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.portfolio-grid .filter-panel .filters ul li {
    min-width: calc(50% - 4px);
}
.service-slider .slick-list {
    margin-top: -33px;
}
.service-section .title-3.text-start p {
    margin-bottom: 23px;
}
}@media (max-width:420px) {
    .top-bar .header-right .right-menu ul li.cart ul.nav-submenu {
    width: 250px;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .media img {
    height: 50px;
}
.video-layout {
    height: 710px;
}
.property-section .ratio_55 .bg-size::before {
    padding-top: 60%}
h2 {
    font-size: 22px;
}
.terms-section h2 {
    margin-top: -3px;
}
.new-property .title-2 h2 {
    margin-top: -3px;
}
.testimonial-style-1 .title-2 h2 {
    margin-top: -5px;
}
.my-gallery .title-1 h2 {
    margin-bottom: -3px;
}
.about-section .title-1 h2 {
    margin-bottom: -3px;
}
.custom-dropdown .custom-dropdown-menu.form-dropdown {
    inset-inline-end: -70px;
}
.home-section.layout-5 {
    padding-top: 46px;
    padding-bottom: 30px;
}
.home-section.layout-5 .home-main .home-content>div>img {
    width: 120px;
}
.parallax-home .container>.row {
    height: 200px;
}
.new-property.pricing-property .title-2 h2 {
    margin-top: -3px;
}
.offer-section.offer-inner .title-2 h2 {
    margin-top: -3px;
}
.about-main .title-2 h2, .why-choose .title-2 h2 {
    margin-top: -3px;
}
.about-people .title-2 h2 {
    margin-top: -3px;
}
.user-about .about-image .side-left .side-effect::before, .user-about .about-image .side-left .side-effect::after {
    width: calc(100% - 280px);
}
.property-wizard .wizard-box .wizard-form-details h2 {
    margin-top: -3px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .text-end p a {
    margin-inline-start: auto;
    display: table;
    text-align: end;
    margin-top: 10px;
}
.infoBox>img {
    margin: 0 -13px -21px 0px!important;
    width: 16px;
}
.infoBox .marker-detail {
    width: 130px;
    margin-inline-start: -10px;
}
.infoBox .marker-detail img {
    width: 130px;
}
.leaflet-popup-content .infoBox .marker-detail {
    margin-inline-start: -2px;
}
.about-box .bg-size:before {
    padding-top: 108%}
.download-section .app-right .input-app {
    display: block;
}
.download-section .app-right .form-group {
    width: 100%;
    margin-bottom: 15px;
}
.contact-3 .title-3 {
    margin-top: -3px;
}
.coming-simple .ratio2_3.order-lg-1 {
    margin-top: -30px;
}
.coming-simple .site-construction h4 {
    font-size: 15px;
}
.coming-soon .cloud-img {
    height: 130px;
    top: 100px;
}
.layout-home2 .feature-section .feature-content .label-cross {
    font-size: 13px;
}
.layout-home4 .sync-slider .home-nav {
    inset-inline-start: 15px;
}
.layout-home4 .sync-slider .home-nav .slider-image {
    width: 75px;
    height: 54px;
}
.layout-home4 .slider-image .home-content {
    padding-inline-end: 20px;
}
.layout-home4 .slider-image .home-content h1 {
    margin-bottom: 8px;
}
.layout-home4 .slider-image .home-content p {
    margin-bottom: 20px;
}
.layout-home4 .slider-image .home-content h2 {
    margin-top: 20px;
}
.home-main.feature-section .feature-price {
    display: block;
}
.home-main.feature-section .feature-price li+li {
    margin-inline-start: 0;
}
.top-bar .top-content .top-bar-right li .flat-box .fa-home {
    margin-inline-end: 0;
}
.top-bar .top-content .top-bar-right li .flat-box span {
    display: none;
}
.property-section .property-box .property-details .icon-property li {
    padding-inline-start: 0;
}
.property-section .property-box .property-details .icon-property li+li::before {
    display: none;
}
.property-section .property-box .property-details .icon-property+.icon-property {
    margin-top: 15px;
}
.property-section .listing-hover-property .property-box:hover::after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), to(rgb(0 0 0 / .8)));
    background-image: linear-gradient(to bottom, transparent 35%, rgb(0 0 0 / .8) 100%);
}
.property-grid-3 .filter-panel .top-panel .grid-list-filter li {
    display: block;
    margin-inline-start: auto;
    margin-top: 6px;
}
.property-grid-3 .filter-panel .top-panel .grid-list-filter li .dropdown-toggle, .property-grid-3 .filter-panel .top-panel .grid-list-filter li .filter-bottom-title {
    display: inline-block;
}
.property-grid-slider .property-grid .slider-for .slick-slide video {
    top: 36%!important;
}
.feature-section .title-1 h2 {
    margin-bottom: -3px;
}
.feature-section .feature-content .feature-price {
    display: block;
    margin-bottom: -2px;
}
.feature-section .feature-content .feature-price li {
    display: block;
}
.feature-section .feature-content .feature-price li .btn {
    margin-top: 15px;
}
.feature-section .feature-content .feature-price li+li {
    margin-inline-start: 0;
}
.feature-section .feature-4.slick-initialized .slick-slide {
    margin-bottom: 2px;
}
.feature-section .feature-1 .feature-wrapper .property-details {
    max-width: 360px;
}
.sign-up .title-3.text-start h2 {
    margin-top: 2px;
}
}@media (max-width:413px) {
    .theme-card .title-3 p {
    margin-bottom: -3px;
}
}@media (max-width:404px) {
    .footer-bg .bottom-blog .slick-initialized .slick-slide {
    margin-bottom: -1px;
}
}@media (max-width:391px) {
    .my-gallery .title-1 h2 {
    margin-bottom: -7px;
}
}@media (max-width:388px) {
    .service-slider .slick-list {
    margin-top: -30px;
}
.simple-blog .title-3 {
    margin-bottom: 17px;
}
.pricing-section .title-3 {
    margin-bottom: 17px;
}
.about-section.ratio_square .title-3 p {
    margin-bottom: -3px;
}
.about-section .title-3.text-start p {
    margin-bottom: -3px;
}
.testimonial-client .title-3.text-start {
    margin-bottom: 17px;
}
.testimonial-style-2 .title-3 {
    margin-bottom: 17px;
}
.property-section .title-3 {
    margin-bottom: 17px;
}
.property-section .ratio_landscape .title-2 {
    margin-bottom: -4px;
}
.feature-section .title-3 {
    margin-bottom: 17px;
}
}@media (max-width:375px) {
    .portfolio-grid .filter-panel .filters ul li {
    min-width: 160px;
}
.coming-soon .coming-soon-detail .timer li>div {
    width: 62px;
    height: 62px;
}
.coming-soon .coming-soon-detail .timer li+li {
    margin-inline-start: 5px;
    padding-inline-start: 5px;
}
.coming-soon .coming-soon-detail .timer li+li::before {
    font-size: 14px;
}
}@media (max-width:360px) {
    .new-property .feature-section .feature-content .detail-list li: first-child {
    margin-inline-start: 0;
}
.feature-section .feature-1 .slick-list .slick-track .slick-slide>div {
    margin-bottom: 0;
}
.feature-section .title-1 hr {
    margin: 8px auto 0;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li {
    padding: 16px 10px;
}
.single-property .description-section .desc-box p {
    margin-bottom: 22px;
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon {
    margin-inline-end: 8px;
}
.portfolio-grid .filter-panel .filters ul li {
    min-width: 155px;
}
.log-in .btn.btn-dashed {
    padding: 9px 14px;
}
.social-connect>div:nth-child(odd) {
    padding-inline-start: 5px;
}
.social-connect>div:nth-child(even) {
    padding-inline-end: 3px;
}
.feature-section .feature-content .detail-list li:last-child {
    margin-inline-start: 0;
}
.toggle-nav {
    padding-top: 22px;
}
.feature-section .feature-1 .feature-wrapper .property-details ul li img {
    display: none;
}
li .parallax-home.video-layout {
    height: 280px;
}
.banner-2 .banner-right .button-banner .btn+.btn:after {
    height: 50px;
}
.property-section .property-box .property-details>ul>li>img {
    margin-inline-end: 3px;
    height: 14px;
}
.fnc-slide__content {
    width: 88%}
.banner-2 .banner-right .button-banner .btn-light-bg::after {
    height: 50px;
}
.property-details h3 {
    margin-bottom: 3px;
}
header .header-right .right-menu ul .dropdown {
    padding: 10px 2px;
}
header.header-9 .menu .brand-logo {
    margin-inline-start: -14px;
}
.property-section .property-box .property-image .overlay-property-box {
    inset-inline-end: 8px;
    bottom: 2px;
}
.feature-section .feature-content .detail-list li .d-flex .label-lg {
    padding: 5px 12px;
    font-size: 14px;
}
.feature-section .feature-4.slick-initialized .slick-slide {
    margin-bottom: -4px;
}
.feature-section .feature-1 .feature-wrapper .property-details {
    max-width: 280px;
}
.grid-box .property-text h3 {
    margin-top: -3px;
}
.log-in form .d-flex {
    display: block!important;
}
.log-in form .d-flex a {
    display: block;
    margin-top: 10px;
}
.log-in form .d-flex.next-btn {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.log-in .btn-social i {
    padding: 10px 10px 10px 10px;
}
.log-in .btn-social span {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
}
.coming-simple .ratio2_3>img {
    height: 310px;
}
.coming-simple .ratio2_3.order-lg-1 {
    margin-top: -22px;
}
.coming-simple form .form-group button {
    position: relative;
    margin-top: 10px;
}
.tab-listing .property-details .my-listing {
    top: 17px;
    inset-inline-end: 20px;
}
.card-payment .payment-card .card-details .card-number>div img {
    width: 12%}
.card-payment .payment-card .card-details .card-number>div img:last-child {
    width: 4%}
.property-wizard .wizard-box .wizard-form-details .complete-details img {
    width: 80%}
.faq-section .faq-image {
    margin-top: -24px;
}
footer .sub-footer p {
    font-size: 13px;
}
footer .sub-footer .sub-footer-link li {
    font-size: 13px;
}
footer .sub-footer .sub-footer-link li+li {
    margin-inline-start: 10px;
}
footer.footer-brown .sub-footer .footer-social ul li+li {
    margin-inline-start: 10px;
}
.label.label-lg {
    padding: 5px 10px 3px;
    font-size: 14px;
}
.user-about .about-listing ul {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    display: ruby-text;
}
.user-about .about-listing ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
}
.user-about .about-listing ul li:nth-child(n+2) {
    margin-top: 15px;
}
.user-about .about-image .side-left .side-effect::before, .user-about .about-image .side-left .side-effect::after {
    width: calc(100% - 250px);
}
.user-about .about-image .img-box img {
    max-width: 205px;
}
.user-about .about-image .img-box.img-abs {
    inset-inline-end: 5%}
.property-grid-slider .property-grid .slider-nav .slick-slide img {
    height: 65px;
}
.home-section.layout-5 {
    padding-bottom: 20px;
}
.box {
    width: 205px;
    height: 90px;
}
.box.text-affect .title {
    height: 58px;
}
.vertical-search .left-sidebar {
    padding: 20px;
}
.layout-home4 .home-slider-4 .slider-image .home-content h1 {
    font-size: 23px;
}
.layout-home4 .home-slider-4 .slider-image .home-content p {
    font-size: 13px;
}
.layout-home4 .slider-image .home-content p {
    width: 100%}
.single-feature>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.single-property-section .left-single ul li>div span {
    font-size: 13px;
}
.banner-1 {
    margin-top: 20px;
}
.banner-1 .big-gradient {
    top: -56px;
    font-size: 100px;
}
.banner-1 .small-white {
    top: -37px;
    font-size: 45px;
}
.about-section .about-wrap.about-1 .about-content .our-details {
    padding: 20px;
    margin-top: -50px;
}
.about-section .about-wrap .about-content .about-image .overlay-content ul {
    margin-bottom: 8px;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.about-section .about-wrap .about-content .our-details p {
    -webkit-line-clamp: 2;
}
.arrow-white .slick-prev {
    inset-inline-start: 34%}
.arrow-white .slick-next {
    inset-inline-end: 34%}
.property-details {
    padding: 15px!important;
}
.property-details ul li {
    font-size: 12px;
}
.property-section .property-box .property-image .overlay-property-box .effect-round+.effect-round {
    margin-top: 0;
}
.property-section .property-box .property-image .overlay-property-box .effect-round, .property-section .property-box .property-image .overlay-property-box .effect-round1 {
    -webkit-transform: scale(.7);
    transform: scale(.7);
}
.property-section .property-box .property-image .overlay-property-box .effect-round i, .property-section .property-box .property-image .overlay-property-box .effect-round1 i {
    margin-inline-start: 0;
}
.property-section .property-box .property-image .labels-left .label {
    padding: 3px 8px 2px;
}
.property-section .property-box .property-image .overlay-plus span {
    font-size: 45px;
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    padding: 20px;
}
.property-section .list-property .property-box .property-image .bg-size:before {
    padding-top: 90%}
.property-section .list-property .property-box .text-center {
    margin-top: -29px;
}
.property-section .property-1 .property-details {
    padding: 20px;
}
.property-section .property-box-flat .property-box .property-image .label-white {
    padding: 5px 10px 4px;
}
.property-grid-2 .property-details ul li {
    padding-inline-start: 6px;
    padding-inline-end: 4px;
}
.feature-section .feature-content .feature-price {
    margin-bottom: 4px;
}
.feature-section .feature-wrap .feature-content .feature-price {
    display: block;
}
.feature-section .feature-wrap .feature-content .feature-price li {
    display: block;
}
.feature-section .feature-wrap .feature-content .feature-price li+li {
    margin-inline-start: 0;
}
.feature-section .feature-1 .feature-wrapper .property-details .property-btn a+a {
    margin-inline-start: 3px;
}
.feature-section .feature-1 .feature-wrapper .feature-image {
    height: 290px;
}
.feature-section .feature-1 .feature-wrapper .feature-image .signature, .feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    -webkit-transform: scale(.4);
    transform: scale(.4);
}
.feature-section .feature-1 .feature-wrapper .feature-image .signature {
    inset-inline-end: -70px;
    bottom: 8px;
}
.feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    inset-inline-end: -32px;
    bottom: 32px;
}
.feature-section .feature-image .feature-overlay {
    width: 70px!important;
    height: 60px!important;
}
.feature-section .feature-image .feature-overlay span {
    font-size: 30px;
}
.feature-section .modern-feature.arrow-gradient .slick-prev {
    inset-inline-end: 16%!important;
}
.feature-section .modern-feature .feature-wrap .feature-content .feature-price li+li {
    margin-inline-start: 0;
    margin-top: 0;
}
.subscribe-section .video-details .form-group input, .subscribe-section .video-details .form-group::after {
    width: 100%}
.video-modal iframe {
    height: 160px;
}
}@media (max-width:339px) {
    .property-2.list-view.no-sidebar .property-box .property-details ul li {
    padding-inline-end: 2px;
}
.property-2.list-view.no-sidebar .property-box .property-details ul li:last-child {
    padding-inline-end: 0;
}
.portfolio-grid .filter-panel .filters ul li {
    min-width: 135px;
}
.theme-card .title-2 {
    margin-bottom: -6px;
}
}@media (max-width:334px) {
    .theme-card .title-3 p {
    margin-bottom: -6px;
}
}@media (max-width:327px) {
    .theme-card .title-2 h2 {
    margin-top: -4px;
}
}@media (max-width:320px) {
    .modern-dot.slick-dotted {
    margin-bottom: 1px;
}
.agent-social li a i {
    margin-top: 2px;
}
.infoBox .marker-detail {
    width: 125px;
}
.infoBox .marker-detail img {
    width: 125px;
}
.layout-home4 .slider-image .home-content p {
    width: 100%}
}.single_address {
    overflow: hidden;
    margin-bottom: 10px;
    padding-inline-start: 40px;
}
.single_address h4 {
    color: #000;
}
.single_address:hover h4 {
    color: var(--theme-defaultorange);
}
.formBox {
    overflow: hidden;
    margin-bottom: 10px;
    padding-inline-start: 40px;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
    padding: 20px;
    height: 100%;
    border-radius: 10px;
}
@media only screen and (max-width:768px) {
    .single_address {
    padding-inline-start: 0;
}
}.single_address i {
    background: #f6f6f6;
    color: #CF6615;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: inline-start;
    margin-inline-end: 14px;
    font-size: 22px;
    -webkit-box-shadow: 0 5px 30px 0 rgb(0 0 0 / .1);
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / .1);
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_address:hover i {
    background: #CF6615;
    color: #fff;
}
.single_address h4 {
    font-size: 18px;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
}
.single_address p {
    overflow: hidden;
    margin-top: 5px;
}
.section-title h1 {
    font-size: 44px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.section-title p {
    padding: 0 10px;
    width: 70%;
    margin: auto;
    letter-spacing: 1px;
}
.section-title {
    margin-bottom: 60px;
}
.text-center {
    text-align: center!important;
}
.iti__country-list {
    display: grid;
}

.overlay {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .6);
    z-index: 1;
}
.propertyCard .property-box .property-image .innerimage-slider .slick-dots {
    bottom: 38px;
}
.styledList li {
    padding: 5px 5px 5px 5px;
    margin-inline-start: 0px!important;
}
.styledList li span {
    font-size: 14px;
    color: #647589;
    font-weight: 500;
}
.styledList li i {
    color: var(--theme-defaultblue);
}
#teamgrid .agent-image {
    background-size: contain;
    min-height: 400px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 35px rgb(0 0 0 / .07);
    box-shadow: 0 0 35px rgb(0 0 0 / .07);
    position: relative;
    margin-bottom: 20px;
}
#teamgrid .ratio_asos .bg-size:before {
    padding-top: 127.7777778%;
    content: "";
    display: block;
}
.iti {
    display: block!important;
}
.property-wizard .dropdown {
    padding: 5px;
}
.filterbox .modal-content {
    width: 900px;
    display: block;
    margin: auto;
}
.widthselect {
    width: 20em;
}
.multiselect-dropdown-list-wrapper {
    width: 300px;
}
.career-form .select-container {
    position: relative;
}
.career-form .select-container:before {
    position: absolute;
    inset-inline-end: 15px;
    top: calc(50% - 14px);
    font-size: 18px;
    color: #fff;
    content: '\F2F9'}
.filter-result .job-box {
    background: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgb(130 130 130 / .2);
    box-shadow: 0 0 35px 0 rgb(130 130 130 / .2);
    border-radius: 10px;
    padding: 10px 35px;
}
.filter-result .job-box:hover {
    background-color: #CF661517;
}
.list-disk li {
    list-style: none;
    margin-bottom: 12px;
}
.list-disk li:last-child {
    margin-bottom: 0;
}
.job-box .img-holder {
    height: 65px;
    width: 65px;
    background-color: var(--theme-defaultorange);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    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;
    border-radius: 65px;
}
.career-title {
    background-color: var(--theme-defaultorange);
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.job-content ul li {
    font-weight: 600;
    opacity: .75;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
}
@media (min-width:768px) {
    .job-content ul li {
    border-bottom: 0;
    padding: 0;
}
}.job-content ul li i {
    font-size: 20px;
    position: relative;
    top: 1px;
}
.mb-30 {
    margin-bottom: 30px;
}
.darkblueicon {
    color: var(--theme-defaultblue)!important;
    opacity: 1;
}
.fw-600 {
    font-weight: 600!important;
}
.search-with-tab .nav-tabs .nav-item .innerlink {
    color: #CF6615;
    background-color: #fff;
    border: none;
    text-transform: capitalize;
    padding: 12px 20px;
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 30px;
}
.search-with-tab .nav-tabs .nav-item .innerlink.active {
    border-bottom: 2px solid!important;
    border-radius: 0;
    background-color: #fff!important;
    color: var(--theme-defaultorange);
}
.multiselect {
    width: 100%;
    position: relative;
    display: inline-block;
}
.select-box {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.options-container {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    z-index: 1;
}
.options-container::-webkit-scrollbar {
    width: 5px;
}
.options-container::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #CF661517;
}
.options-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--theme-defaultorange);
}
.option {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.option span {
    font-weight: 600;
}
.option i {
    margin-inline-end: 10px;
    color: var(--theme-defaultblue);
}
.selected-options {
    margin-top: 10px;
}
.selected-option {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: var(--theme-defaultorange);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.option:hover {
    background-color: #CF661517;
}
.formicon {
    width: 20px;
    margin-inline-end: 10px;
}
.property-details:hover {
    background-color: #CF661517;
}
.ratio_landscape .bg-size:hover .property-details {
    background-color: #CF661517;
}
.logo-box:hover {
    transform: scale(1.1);
    transition: .5s;
}
.btn-danger:hover {
    background-color: var(--theme-defaultorange)!important;
    color: #fff!important;
    border: 2px solid var(--theme-defaultorange)!important;
}
.btn-danger {
    background-color: #CF661517!important;
    color: var(--theme-defaultorange)!important;
    border: 2px solid var(--theme-defaultorange)!important;
}
.amenity-item {
    display: inline-block;
    margin: 0 10px;
    width: auto!important;
    cursor: pointer;
}
.amenity-label {
    cursor: pointer;
}
#propertylisting .amenities-slider .slick-prev:hover, .slick-next {
    color: #666;
}
#propertylisting .amenities-slider .slick-prev:hover, .slick-next:hover {
    color: var(--theme-defaultorange);
}
.mapdivhight {
    min-height: 600px;
}
#propertylisting .nav-tabs .nav-item+.nav-item {
    margin-inline-start: 0px!important;
}
#propertylisting .nav-tabs .nav-link.active, .property-section .nav-tabs .nav-link:hover, .property-section .nav-tabs .nav-link:focus {
    background-color: #fff;
    color: var(--theme-defaultorange)!important;
    border-color: #fff0;
}
.link {
    color: var(--theme-defaultorange);
    font-weight: 500;
    cursor: pointer;
}
.link:hover {
    color: var(--theme-defaultblue);
}
.client-slider {
    margin: 15px auto 0;
}
.desc-box:hover {
    cursor: pointer;
}
#searchbtn .btn {
    margin-bottom: 10px!important;
}
.whatsapp-chat {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: fixed;
    bottom: 80px;
    inset-inline-end: 40px;
    width: 55px;
    height: 55px;
    transform: translateY(70px);
    transition: all 250ms ease-out;
    border-radius: 50%;
    opacity: 0;
    background-color: #25D366;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;
    z-index: 10;
    box-shadow: 0 4px 10px rgb(0 0 0 / .3);
}
.whatsapp-chat:hover {
    box-shadow: 0 4px 10px rgb(0 0 0 / .3);
}
.whatsapp-chat:active {
    box-shadow: none;
    transition: box-shadow 100ms ease-in;
}
.whatsapp-chat:focus {
    outline: 0;
    box-shadow: 0 0 3pt 2pt rgb(14 200 121 / .3);
}
.whatsapp-chat i {
    color: #fff;
    font-size: 28px;
    width: 100%;
    text-align: center;
}
.floating-chat {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: fixed;
    bottom: 80px;
    inset-inline-end: 70px;
    width: 55px;
    height: 55px;
    transform: translateY(70px);
    transition: all 250ms ease-out;
    border-radius: 50%;
    opacity: 0;
    background: var(--theme-defaultblue);
    background: var(--theme-defaultblue);
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;
    z-index: 10;
}
.floating-chat.enter:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / .19), 0 6px 6px rgb(0 0 0 / .23);
    opacity: 1;
}
.floating-chat.enter {
    transform: translateY(0);
    opacity: 1;
    box-shadow: 0 1px 3px rgb(0 0 0 / .12), 0 1px 2px rgb(0 0 0 / .14);
}
.floating-chat.expand {
    width: 343px;
    max-height: 490px;
    height: 450px;
    border-radius: 5px;
    cursor: auto;
    opacity: 1;
    background: #fff;
}
.floating-chat :focus {
    outline: 0;
    box-shadow: 0 0 3pt 2pt rgb(14 200 121 / .3);
}
.floating-chat button {
    background: #fff0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    inset-inline-end: 0;
}
.floating-chat .chat {
    display: flex;
    flex-direction: column;
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    transition: all 250ms ease-out;
    margin: auto;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
}
.floating-chat .chat.enter {
    opacity: 1;
    border-radius: 0;
    margin: 10px;
    width: auto;
    height: auto;
}
.floating-chat .chat .header {
    flex-shrink: 0;
    padding-bottom: 10px;
    display: flex;
    background: #fff0;
    color: #000;
}
.floating-chat .chat .header .title {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 5px;
    margin-inline-start: 5px;
}
.floating-chat .chat .header button {
    flex-shrink: 0;
    color: #000;
}
.floating-chat .chat .messages {
    padding: 10px;
    margin: 0;
    list-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-grow: 1;
    border-radius: 4px;
    background: #fff0;
}
.floating-chat .chat .messages::-webkit-scrollbar {
    width: 5px;
}
.floating-chat .chat .messages::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #CF661517;
}
.floating-chat .chat .messages::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--theme-defaultorange);
}
.floating-chat .chat .messages li {
    position: relative;
    clear: both;
    display: inline-block;
    padding: 14px;
    margin: 0 0 20px 0;
    font: 13px/176px;
    border-radius: 10px;
    background-color: #CF661517;
    word-wrap: break-word;
    max-width: 81%}
.floating-chat .chat .messages li:before {
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    content: '';
    background-size: cover;
}
.floating-chat .chat .messages li:after {
    position: absolute;
    top: 10px;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #CF661517;
}
.floating-chat .chat .messages li.other {
    animation: show-chat-odd 0.15s 1 ease-in;
    -moz-animation: show-chat-odd 0.15s 1 ease-in;
    -webkit-animation: show-chat-odd 0.15s 1 ease-in;
    float: inline-end;
    margin-inline-end: 45px;
    color: #000;
}
.floating-chat .chat .messages li.other:before {
    inset-inline-end: -45px;
    background-image: url(../images/chatiprofile/profile.png);
}
.floating-chat .chat .messages li.other:after {
    border-inset-inline-end: 10px solid #fff0;
    inset-inline-end: -10px;
}
.floating-chat .chat .messages li.self {
    animation: show-chat-even 0.15s 1 ease-in;
    -moz-animation: show-chat-even 0.15s 1 ease-in;
    -webkit-animation: show-chat-even 0.15s 1 ease-in;
    float: inline-start;
    margin-inline-start: 45px;
    color: #000;
}
.floating-chat .chat .messages li.self:before {
    inset-inline-start: -45px;
    background-image: url(../images/chatiprofile/profile.png);
}
.floating-chat .chat .messages li.self:after {
    border-inset-inline-start: 10px solid #fff0;
    inset-inline-start: -10px;
}
.floating-chat .chat .footer {
    flex-shrink: 0;
    padding-top: 10px;
    max-height: 70px;
    background: #fff0;
}
.floating-chat .chat .footer .text-box {
    border-radius: 3px;
    background: #CF661517;
    min-height: 100%;
    width: 92%;
    margin-inline-end: 5px;
    color: #000;
    overflow-y: auto;
    padding: 2px 5px;
    height: 45px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar {
    width: 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #eee;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ddd;
}
.floating-chat .chat .footer .text-box:focus {
    border: 1px solid #ddd;
    box-shadow: none!important;
}
#sendMessage {
    position: absolute;
    inset-inline-end: 2px;
    bottom: 2px;
}
@keyframes show-chat-even {
    0% {
    margin-inline-start: -480px;
}
100% {
    margin-inline-start: 0;
}
}@-moz-keyframes show-chat-even {
    0% {
    margin-inline-start: -480px;
}
100% {
    margin-inline-start: 0;
}
}@-webkit-keyframes show-chat-even {
    0% {
    margin-inline-start: -480px;
}
100% {
    margin-inline-start: 0;
}
}@keyframes show-chat-odd {
    0% {
    margin-inline-end: -480px;
}
100% {
    margin-inline-end: 0;
}
}@-moz-keyframes show-chat-odd {
    0% {
    margin-inline-end: -480px;
}
100% {
    margin-inline-end: 0;
}
}@-webkit-keyframes show-chat-odd {
    0% {
    margin-inline-end: -480px;
}
100% {
    margin-inline-end: 0;
}
}.centertext {
    display: flex!important;
    align-content: center!important;
}
.hiddensm {
    display: block;
}
.hiddenmd {
    display: none;
}
@media (max-width:992px) {
    .centertext {
    display: block!important;
    align-content: start!important;
}
.hiddensm {
    display: none;
}
.hiddenmd {
    display: block;
}
.usage-button, .purpose-button, .fitout-button, .bedroom-button, .bathroom-button, .apartment-button, .furniture-button, .apartmentfurnish-button {
    font-size: 12px;
}
header.header-4 .main-navbar .nav-menu .btn-primary {
    width: 190px;
    margin-top: 20px;
    margin-inline-start: 15px;
}
.fw-500 {
    font-weight: 500!important;
}
.tap-top.top {
    display: none;
}
.filter-result .job-box {
    display: block!important;
}
.job-right {
    display: flex;
    align-items: end;
    justify-content: end;
}
.job-right .btn-primary {
    margin-inline-start: 10px;
}
.single-property .description-section .menu-top.sticky {
    top: 80px;
}
.property-details h3 {
    font-size: 16px;
}
.property-details p {
    font-size: 13px;
}
}.slick-shadow .slick-list .slick-track .slick-slide {
    text-align: center!important;
}
.amenity-item {
    display: flex!important;
    align-items: center;
}
@media (max-width:768px) {
    .floating-chat.expand {
    width: 320px!important;
    max-height: 490px;
    height: 450px;
    border-radius: 5px;
    cursor: auto;
    opacity: 1;
    background: #fff;
}
.floating-chat {
    bottom: 87px;
    inset-inline-end: 20px;
}
.job-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
}header.header-4 .main-navbar .nav-menu .btn-primary {
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    border-radius: 10px;
    padding: 8px 14px;
}
header.header-4 .main-navbar .nav-menu>li>a {
    font-family: Montserrat, sans-serif;
    text-transform: capitalize;
    font-size: 15px;
    margin-inline-end: 20px;
}
@media (max-width:1461px) {
    header.header-4 .main-navbar .nav-menu>li>a {
    font-size: 14px;
}
header.header-4 .main-navbar .nav-menu .btn-primary {
    font-size: 12px;
    padding: 6px 10px;
}
}@media (max-width:1401px) {
    header.header-4 .main-navbar .nav-menu>li>a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
header.header-4 .main-navbar .nav-menu .btn-primary {
    font-size: 9px;
    padding: 6px 8px;
}
}@media (max-width:1199px) {
    header.header-4 .main-navbar .nav-menu>li>a {
    font-size: 16px;
    margin-bottom: 18px;
}
header.header-4 .main-navbar .nav-menu .btn-primary {
    font-size: 13px;
    padding: 6px 8px;
}
}#amenitiesSlider .slick-prev {
    font-size: 20px;
    color: var(--theme-defaultblue);
}
#amenitiesSlider .slick-next {
    font-size: 20px;
    color: var(--theme-defaultblue);
}
#amenitiesSlider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-range input {
    border: 1px solid #ccc;
    color: #586167;
    max-width: 120px;
    padding: 7px 10px;
    border-radius: 10px;
    margin-inline-end: 20px;
}
.price-range input:focus {
    border: 1px solid var(--theme-defaultorange);
    outline: none;
}
.hidden-content {
    display: none;
}
.hidden-content2 {
    display: none;
}
.show-more-btn {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    color: var(--theme-defaultblue)!important;
    font-weight: 600;
    margin-top: 10px;
}
.show-more-btn:hover {
    color: var(--theme-defaultorange)!important;
}
.viewmore {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    color: var(--theme-defaultblue)!important;
    font-weight: 600;
}
.viewmore:hover {
    color: var(--theme-defaultorange)!important;
}
.noicon .according-menu {
    display: none;
}
.floating-bar {
    background-color: var(--theme-defaultblue);
    box-shadow: 0 0 9px rgb(0 0 0 / .25);
    padding: 13px;
    position: fixed;
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    z-index: 80;
    border-radius: 10px 10px 0 0;
}
.block-double-lr {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.floating-bar {
    text-align: center;
}
.text-orange {
    color: var(--theme-defaultorange);
}
.offplandtail-section {
    height: 650px;
    display: flex;
    align-items: end;
    background-size: cover;
    position: relative;
}
.gradient-overlay {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #fff0, rgb(0 0 0 / .7));
}
.plan-name {
    color: #000;
    font-size: 45px;
    font-weight: 700;
}
.banner-content {
    position: relative;
    z-index: 1;
}
.banner-content .btn-primary:hover {
    background-color: #fff!important;
}
.property-detail-offplan small {
    color: #586167;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.property-detail-offplan h3 {
    color: var(--theme-defaultorange);
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
}
.property-detail-offplan:hover h3 {
    color: var(--theme-defaultblue);
    cursor: pointer;
}
.showbox {
    padding: 30px;
    background-color: #fff;
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / .07);
}
.fw-400 {
    font-weight: 400!important;
}
.bg-orange {
    background-color: var(--theme-defaultorange);
}
.galleryimages {
    height: 400px;
    object-fit: cover;
}
.iti--allow-dropdown {
    width: 100%}
.search-with-tab .btn {
    margin-top: 20px;
}
.search-with-tab .dropdown {
    padding: 12px 20px 10px;
    border: 1px solid #eee!important;
    border-radius: 4px;
}
.property-details a>h4 {
    font-weight: 700;
    font-size: 20px;
    color: var(--theme-defaultblue)!important;
}
.fw-700 {
    font-weight: 700;
}
.feature-checkbox label {
    margin-inline-start: 6px;
}
.banner-3 span {
    color: var(--theme-defaultorange)!important;
}
.log-in.dropdown {
    padding: 12px 20px 10px;
    border: 1px solid #eee!important;
    border-radius: 4px;
}
.filter-bottom-content {
    padding: 30px;
    border-radius: 10px;
}
textarea::placeholder {
    color: rgb(88 97 103 / .4);
}
.clientname {
    color: #fff;
}
.bgorange {
    background-color: var(--theme-defaultorange);
    padding: 7px 14px;
    border-radius: 4px;
}
.orangetext {
    color: var(--theme-defaultorange);
}
.borderstyle {
    padding: 12px 20px 10px;
    border: 1px solid #eee!important;
    border-radius: 4px;
}
.property-details h3 {
    font-size: 16px;
    line-height: 1.5;
}
.bg-img {
    width: 100%!important;
}
.activebtntt {
    color: var(--theme-defaultorange)!important;
    border: 1px solid var(--theme-defaultorange)!important;
}
@media (max-width:1025px) {
    .amenity-item label {
    font-size: 14px;
}
.centertext {
    display: block!important;
}
}#amenities .slick-dots li button {
    border: 0;
    background: #cf661521;
}
#amenitiesSlider .slick-prev:before {
    display: none;
}
#amenitiesSlider .slick-next:before {
    display: none;
}
.amenity-label {
    font-weight: 500;
    color: var(--theme-defaultblue);
    margin-bottom: 0;
    padding-bottom: 3px;
    font-size: 13px;
}
.amenity-label i {
    font-size: 13px;
}
#amenitiesSlider [type=checkbox], [type=radio] {
    width: 20px;
    height: 14px;
    margin-bottom: 5px;
    margin-inline-end: 4px;
}
.innerimage-slider img {
    height: 230px;
    width: 100%!important;
    max-height: 230px!important;
}
.close-filter-bottom {
    background: #fff;
    padding: 1px 4px;
    border-radius: 4px;
}
.close-filter-bottom:hover {
    background: var(--theme-defaultorange);
    padding: 1px 4px;
    border-radius: 4px;
}
.register .modal-content {
    width: 600px;
    display: block;
    margin: auto;
}
.single-property .nav {
    flex-wrap: nowrap;
}
.arrow-navigation {
    display: none;
}
.gapbtw {
    margin-inline-end: 20px;
}
#listYourProperty {
    padding-top: 150px;
}
.main-innerimage-slider-1 .bg-img:before {
    border-radius: 20px!important;
}
.button-group {
    display: flex;
    justify-content: start;
    align-items: center;
}
.usage-button, .purpose-button, .fitout-button, .bedroom-button, .bathroom-button, .apartment-button, .furniture-button, .apartmentfurnish-button {
    padding: 10px 15px;
    background-color: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-inline-end: 10px;
    border-radius: 10px;
}
.usage-button.selected, .purpose-button.selected, .fitout-button.selected, .bedroom-button.selected, .bathroom-button.selected, .apartment-button.selected, .apartmentfurnish-button.selected, .furniture-button.selected {
    background-color: var(--theme-defaultorange);
    color: #fff;
    border: 1px solid var(--theme-defaultorange);
}
.galleryimage {
    height: 400px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.offplanlist .list-property .property-box {
    border-radius: 25px;
}
.offplanlist {
    padding-top: 150px;
}
.mt-77 {
    margin-top: 77px;
}
@media (max-width:767px) {
    .button-group {
    display: block;
    justify-content: start;
    align-items: center;
}
.offplanlist {
    padding-top: 120px;
}
.button-group button {
    margin-bottom: 10px;
}
.arrow-navigation {
    display: block;
}
#listYourProperty {
    padding-top: 80px;
}
#propertylisting {
    padding-top: 80px;
}
.gapbtw {
    margin-inline-end: 10px;
}
.arrow-navigation {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.prev-arrow, .next-arrow {
    font-size: 16px;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    opacity: 1;
    color: #CF6615;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    margin-top: 1px;
    border: none;
    background-color: #E8C0A2;
    border-radius: 4px;
    margin: 10px;
    padding: 5px 10px;
}
.prev-arrow:hover, .next-arrow:hover {
    background-color: var(--theme-defaultorange);
    color: #fff;
}
.grid-list-filter .dropdown {
    font-size: 11px;
}
.filter-panel .grid-list-filter li .filter-bottom-title h6 {
    font-size: 11px;
    line-height: 1.25;
}
.property-section .nav-tabs .nav-item .nav-link {
    background-color: rgb(255 255 255 / .3);
    padding: 0 5px;
}
#amenitiesSlider .slick-prev {
    font-size: 20px;
    color: var(--theme-defaultblue);
    top: 8px;
    inset-inline-start: -10px;
}
#amenitiesSlider .slick-next {
    font-size: 20px;
    color: var(--theme-defaultblue);
    top: 8px;
    inset-inline-end: -10px;
}
.amenity-item label {
    font-size: 12px;
}
.banner-content .btn-primary {
    margin-top: 0;
}
#partners .arrow-gradient.arrow-right .slick-prev {
    display: none!important;
}
#partners .arrow-gradient.arrow-right .slick-next {
    display: none!important;
}
#partners .arrow-gradient .slick-arrow::after {
    display: none;
}
.property-details h3 {
    font-size: 17px;
}
.arrow-image .slick-arrow::after {
    width: 30px;
    height: 30px;
    top: 34px;
    inset-inline-start: 36px;
}
.single-property-images {
    margin-top: 70px;
}
.logo-box img {
    margin: 0 auto;
    width: 160px;
    height: 160px;
    object-fit: contain;
}
#listYourProperty .slick-next {
    inset-inline-end: 0px!important;
}
#listYourProperty .slick-prev {
    inset-inline-start: 0px!important;
}
#amenitiesSlider .slick-slide {
    text-align: center!important;
}
#amenitiesSlider .slick-slide:nth-child(even) {
    text-align: start;
}
.single-property .description-section .menu-top.sticky {
    top: 74px;
}
}@media (max-width:360px) {
    .banner-content .btn-primary {
    margin-top: 10px;
}
}.banner-section {
    position: relative;
    overflow: hidden;
}
.bgvideo {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.last-image .overlay {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 96%;
    background-color: rgb(0 0 0 / .5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: 500;
    opacity: 1;
    transition: opacity 0.3s ease;
    border-radius: 10px;
    z-index: 0;
}
.bgvideo {
    width: 100%}
#register .formBox {
    box-shadow: none!important;
}
#overlay-div-loading {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes dual-spin {
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}.loader-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
}
.loader-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #ff3d00;
    border-color: #ff3d00 #fff0 #ff3d00 #fff0;
    animation: dual-spin 1.2s linear infinite;
}
input[type=checkbox].custom-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
input[type=checkbox].custom-checkbox:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #F45509;
    border-radius: 12px;
    background-color: #F45509;
    transition: all 0.2s linear;
}
input[type=checkbox].custom-checkbox:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #F45509;
    border-radius: 3px;
    background-color: #fff;
}
input[type=checkbox].custom-checkbox:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid #F45509;
    border-width: 0 0 0 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    inset-inline-start: -50px;
    transition: all 0.3s linear;
}
input[type=checkbox].custom-checkbox:checked:after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    inset-inline-start: 8px;
}
.autocomplete-area-results {
    list-style: none;
    padding: 0;
    margin-top: 2px;
    background: #fff;
    position: absolute;
    width: calc(100% - 4px);
    display: none;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 8px;
    box-sizing: border-box;
}
.autocomplete-area-results li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    touch-action: manipulation;
}
.autocomplete-area-results li:last-child {
    border-bottom: none;
}
.autocomplete-area-results li:hover {
    background-color: #f9f9f9;
}
@media (max-width:768px) {
    .autocomplete-area-results {
    width: calc(100% - 20px);
    max-height: 200px;
}
.autocomplete-area-results li {
    padding: 8px 10px;
}
}#search-input-area:disabled {
    background-color: #fff;
    color: #555;
    font-weight: 400;
    border: 1px solid #ccc;
}
#search-input-area {
    flex-grow: 1;
}
#result-list-area li {
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}
#result-list-area li strong {
    font-size: 14px;
    display: block;
}
#result-list-area li small {
    font-size: 12px;
    color: #666;
    display: block;
}
.verification-card {
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / .1);
    display: flex;
    align-items: center;
    justify-content: start;
}
.verification-card .qr-code {
    background-color: #fff;
    padding: 8px;
    border-radius: 5px;
}
.verification-card .qr-code img {
    width: 110px;
    height: 110px;
}
.verification-info {
    padding-inline-start: 5px;
}
.verification-info p, .verification-info a {
    margin-bottom: .5rem;
    font-size: .75rem;
}
#qr-div {
    cursor: pointer;
    background-color: #F1F1F1;
}
.p_fixedwidth {
    text-align: justify;
    line-height: 1.5;
}
@keyframes breathe {
    0%, 100% {
    transform: scale(1);
    opacity: .85;
}
50% {
    transform: scale(1.05);
    opacity: 1;
}
}.fade-in-text {
    animation: breathe 2s infinite ease-in-out;
    transition: color 0.3s ease-in-out;
}
@keyframes pulse {
    0% {
    transform: scale(1);
    opacity: 1;
}
50% {
    transform: scale(1.1);
    opacity: .7;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}.attention-icon {
    animation: pulse 2s infinite;
}
.float-right {
    float: inline-end;
    margin-inline-start: 15px;
    margin-bottom: 15px;
}
.otp-input {
    width: 50px;
    text-align: center;
}
.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
}
#otpTimer {
    padding: 0 0 5px 0;
    font-size: 14px;
    color: #646464;
}
#otpHint {
    padding: 0 0 10px 0;
    font-size: 12px;
    color: #046575;
}
.nav-submenu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav-submenu .dropdown-header {
    padding: 8px 20px;
    color: #333;
    background-color: #f8f9fa;
    font-size: .9em;
    font-weight: 700;
}
.nav-submenu li a {
    position: relative;
    padding-inline-end: 30px;
}
.nav-submenu li a .fa-check {
    position: absolute;
    inset-inline-end: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.job-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width:992px) {
    .amenity-label {
    font-size: 13px!important;
}
.top-panel .listing-heaing {
    margin-bottom: 20px;
}
}@media (min-width:993px) and (max-width:1050px) {
    .filter-panel .top-panel {
    display: block;
}
.top-panel .listing-heaing {
    margin-bottom: 20px;
}
header .main-navbar .nav-menu {
    padding: 10px;
    width: 300px;
}
#mainnav .centertext {
    align-content: start!important;
}
header.header-4 .main-navbar .nav-menu>li>a {
    padding: 10px 0;
}
.job-box {
    display: block;
}
.job-right a {
    margin-inline-end: 10px;
}
.job-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
}@media (max-width:550px) {
    .job-content h5 {
    text-align: center;
}
.job-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.layout-home3 .bg-layout-3 {
    padding: 40px 0;
    margin-top: 39px;
}
}.main-property-slider {
    position: relative;
}
.property-thumbnail-slider {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.property-thumbnail-slider .slick-slide {
    margin: 0 5px;
}
.property-thumbnail-slider .slick-slide img {
    opacity: .7;
    width: 80px;
    height: auto;
    border-radius: 5px;
    border: 2px solid #ddd;
    cursor: pointer;
}
.property-thumbnail-slider .slick-slide.slick-current img {
    border-color: var(--theme-defaultorange);
    border-radius: 5px;
    opacity: 1;
}
.lg-outer .lg-toogle-thumb {
    background-color: var(--theme-defaultorange);
    color: #fff;
}
.property-service {
    display: flex;
    flex-wrap: wrap;
}
.property-service .col-xl-4 {
    display: flex;
}
@media (max-width:767px) {
    .property-service {
    display: block;
}
.property-service .col-xl-4 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.property-service .col-xl-4:last-child {
    margin-bottom: 0;
}
}.lg-thumb.lg-group {
    width: 100%;
    max-height: 35vh;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
}
.lg-thumb-item {
    display: inline-block;
    width: 100px;
    height: auto;
    max-height: 100%;
    margin-inline-end: 5px;
}
.lg-thumb-item img {
    max-height: 100%;
    height: auto;
}
#registrationForm .request-from-agent {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
}
#registrationForm .request-from-agent div {
    display: inline-block;
    background: #000;
    color: #fff;
    position: absolute;
    padding: 10px 35px;
    left: 80px;
    border-radius: 5px;
    z-index: 0;
    box-shadow: 0 4px 8px rgb(0 0 0 / .3);
}
#registrationForm img.profile-picture {
    width: 100px;
    height: 100px;
    z-index: 1;
}
.rtl {
    direction: rtl;
}
.rtl * {
    direction: rtl;
}
.ltr {
    direction: ltr;
}
@media (min-width:991px) and (max-width:1400px) {
    .property-thumbnail-slider {
    bottom: 130px;
}
}@media (min-width:768px) and (max-width:991px) {
    .property-thumbnail-slider {
    bottom: 70px;
}
}@media (min-width:575px) and (max-width:768px) {
    .property-thumbnail-slider {
    bottom: 400px;
}
}@media (min-width:480px) and (max-width:575px) {
    .property-thumbnail-slider {
    bottom: 350px;
}
}@media (min-width:445px) and (max-width:480px) {
    .property-thumbnail-slider {
    bottom: calc(120px + (100% - 480px));
}
}@media (max-width:445px) {
    .property-thumbnail-slider {
    bottom: 410px;
}
}.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgb(0 0 0 / .75);
    color: #fff;
    text-align: center;
    padding: 15px;
    z-index: 1000;
    display: none;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}
.cookie-banner p {
    margin: 0;
    padding: 0 15px;
    color: #D2CECE;
    flex-grow: 1;
}
.cookie-banner a {
    color: #fc0;
    text-decoration: underline;
}
.cookie-banner button {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.enquiry {
    width: 90%;
    float: right;
    font-weight: 700;
    background-color: rgba(0, 0, 0, .8);
    margin-top: 0;
    color: #fff;
    text-align: left;
    padding: 20px;
    border-radius: 0 15px 0 15px;
}
.types ul {
    display: table;
    width: 100%;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
}
.types ul li {
    float: left;
    width: 33.33% !important;
    line-height: 1.3;
    text-align: center;
    padding: 20px;
    color: #666;
}
.types ul li i {
    float: left;
    font-size: 56px;
    margin-right: 10px;
    color: #042e1f;
}
.types ul li strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 8px 0 0 0;
}
.types ul li span {
    font-size: 14px;
}
.banner-3 h2, #floorplan h2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    padding: 0 !important;
    color: #000000;
    margin: 0 0 10px 0 !important;
    line-height: normal;
    position: relative;
}

#floorplan h2 {margin-top: 30px !important;}
.darkblue {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    padding: 0 !important;
    color: #000000;
    margin: 0 0 10px 0 !important;
    line-height: normal;
    position: relative;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin: 0 auto;
    background: #fff;
}
header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding: 10px 0;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .header-inner .logo {
    width: 240px;
    float: left;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #000;
}
header .header-inner .main-menu {
    width: calc(100% - 280px);
    float: right;
    text-align: right;
}
header .header-inner .main-menu>ul {
    display: flex
;
    align-items: center;
    justify-content: end;
}
.top-level-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-level-menu > li {
    position: relative;
    float: left;
    height: 30px;
    width: 100px;
}
header .header-inner .main-menu ul li.active a {
    color: #000 !important;
}
header .header-inner .main-menu ul li a {
    display: flex;   
    text-decoration: none;
    color: #000;
    /* text-transform: uppercase; */
    border: 2px solid transparent;
    padding: 0px 0;
    align-items: center;
    font-family: var(--siteFont);
    font-weight: 600;
    border-radius: var(--boderRadius15);
    margin-left: 20px;
}
.top-level-menu a {
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 0 0 10px;
    display: block;
    /*line-height: 30px;*/
}
.second-level-menu {
    position: absolute;
    top: 30px;
    left: 0;    
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.second-level-menu > li {
    position: relative !important;
    height: 30px;
   /* background: rgba(0, 0, 0, .8);*/
    background: #fff;
    color: #fff !important;
    margin-right: 50px;
    text-align: left;
    min-width: 160px;
}
.top-level-menu li:hover .second-level-menu {display: block !important;}
.second-level-menu > li:hover { background: #CCCCCC; }

header .header-inner .main-menu ul li .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    background: #042e1f;
    
    border: 0;
   border-radius: 10px 0 10px 0;
}
.fix-contact {
    margin-top: 15px !important;
}
.fix-contact {
    position: fixed;
    left: 0px;
    bottom: 60px;
    background: #042e1f;
    font-size: 20px;
    padding: 6px 5px;
    z-index: 99999;
    box-shadow: 4px 4px 3px #979797;
}
.fix-contact a {
    color: #fff;
}
.floor-plan {
    border-radius: 15px 0 15px 0;
    overflow: hidden;
    margin: 0 0 14px 0;
    width: 100%;
    height: auto;
    border: solid 5px rgba(0, 0, 0, .3);
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, .15);
}
.btn2 {
    width: auto;
    display: inline-block;
    padding: 0px 30px;
    line-height: 40px;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    border: 0;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(120deg, #042e1f, #042e1f, #042e1f) !important;
    color: #fff !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
}
h6 { margin: 0 0 15px 0 !important; }

.modal-body {
    padding: 0 !important;
    padding: 0px !important;
    display: flex;
}
.modal-content {
    border-radius: 15px !important;
    outline: 0;
    box-shadow: 15px 15px 25px rgba(0, 0, 0, .3);
    background-color: #fff !important;
    border: 0 !important;
}
.modal-content .mb-l {
    width: 50%;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    align-self: center !important;
}

.modal-content .mb-l img {
    width: auto !important;
    height: auto;
    vertical-align: top;
}
.modal-body .close {
    position: absolute;
    z-index: 1;
    right: -10px;
    top: -10px;
    font-size: 28px !important;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0);
    opacity: 1;
    margin: 0;
    background: linear-gradient(120deg, #042e1f, #042e1f, #042e1f) !important;
    width: 39px;
    height: 39px;
    line-height: 39px !important;
    border-radius: 50%;
    border: solid 0px #fff !important;
    outline: none !important;
}
.modal-content .mb-r {
    position: relative;
    width: 50%;
    padding: 30px 30px 30px 30px;
    align-self: auto !important;
}
.modal-content .mb-r img {
    height: 68px !important;
}
.contamodal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.contamodal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
}
.form-group.style-radius .form-select, .form-group.style-radius .form-control {
    border-radius: 50px;
    height: 60px;
}
.form-group.style-border select, .form-group.style-border textarea, .form-group.style-border input {
    background: transparent;
    border: 1px solid #3e5c76;
    color: #3e5c76;
}
select, .form-control, .form-select, textarea, input {
    height: 50px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
[class*="col-"].form-group > i {
    right: calc((var(24px) / 2) + 25px);
}
.form-group.style-radius > i {
    top: 22px;
}
.form-group.style-border i {
    color: #3e5c76;
}
.form-group > i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 16px;
    font-size: 16px;
    color: var(--body-color);
}
.form-group.style-radius textarea.form-control {
    border-radius: 16px;
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    border: none;
    text-align: center;
    background-color: #3e5c76;
    color: #fff;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 18.5px 24px;
    min-width: 125px;
    border-radius: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.text-light { color: #000 !important;}