::marker{
    display: none;
}

.single-property .description-section.tab-description {
    background-color: #FFF;
}

.left-sidebar.sticky-cls.single-sidebar
{
    background-color: #FFF;
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #e41d36;
    padding-left: 0.25rem;
    font-weight: 700;
}

.text-black {
    color: #000 !important;
}

.cursor-pointer {
    cursor: pointer!important;
}

.wh-50px {
   width: 50px!important;
    height: 50px!important;
}

.wh-30px {
    width: 30px!important;
    height: 30px!important;
}

.text-white {
    color: #FFFFFF!important;
    -webkit-text-fill-color: white!important;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.stepwizard p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-row:before {
    top: 24px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step .btn.disabled {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.rounded-circle {
    border-radius: 50% !important;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 6px 0;
    font-size: 30px;
    line-height: 1;
}

.mw-150px {
    min-width: 150px!important;
}

.text-theme {
    color: var(--theme-default4) !important;
}

.divWhatsappWeChat {
    width: 120px;
    right: 0;
    bottom: 19%;
    display: flex;
    z-index: 99999;
    position: fixed;
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    flex-direction: column-reverse;
}

.btnWhatsapp {
    color: rgb(255, 255, 255);
    width: 60px;
    cursor: pointer;
    height: 60px;
    margin: 0px auto;
    display: block;
    position: relative;
    background: center center / cover no-repeat rgb(37, 211, 102);
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px, rgb(0 0 0 / 12%) 0px 2px 10px 0px;
    text-align: center;
    transition: all 250ms ease-in-out 0s;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    text-decoration: none;
    outline: none !important;
    max-width: none !important;
}

.btnWhatsapp i {
    top: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
    position: absolute;
    font-size: 28px;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.2s ease-out 0s;
}

.btnWeChat {
    color: rgb(255, 255, 255);
    width: 60px;
    cursor: pointer;
    height: 60px;
    margin: 0px auto 10px;
    display: block;
    position: relative;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px, rgb(0 0 0 / 12%) 0px 2px 10px 0px;
    text-align: center;
    transition: all 250ms ease-in-out 0s;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    text-decoration: none;
    outline: none !important;
    max-width: none !important;
}

.btnWeChat i {
    top: 50%;
    left: 50%;
    color: #24d366;
    position: absolute;
    font-size: 28px;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.2s ease-out 0s;
}

.nav-pills .nav-link.active {
    color: #ffffff!important;
    background-size: 200% auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid transparent;
    background-color: unset!important;
    background-image: var(--theme-gradient5)!important;
}
.nav-pills .nav-link {
    padding: 15px!important;
    color: #1d2d3a!important;
}

.input-group-text.bg-stuhomes {
    background-color: background-image: var(--theme-gradient5)!important;
    background-image: var(--theme-gradient5)!important;
    color: #FFFFFF!important;
    border-width: 0!important;
    border-radius: 0.25rem;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.form-control:focus {
    border-color: #dc3545!important;
}

.flatpickr-day.selected {
    background: #dc3545!important;
    border-color: #dc3545!important;
}

.nav-pills .nav-link.active {
    transition: none!important;
}
.nav-pills .nav-link {
    transition: none!important;
}

.nav-tabs.nav-stuhomes{
    border-bottom: 1px solid var(--theme-default4);
}

.nav-tabs.nav-stuhomes .nav-link {
    padding: 1rem 2rem;
    color: var(--theme-default4) !important;
    font-weight: 700;
}

.nav-tabs.nav-stuhomes .nav-link.active {
    border-color: var(--theme-default4) var(--theme-default4) #fff;
    background-color: var(--theme-default4) !important;
    color: #FFFFFF!important;
}

.user-about .about-image .img-box video {
    max-width: 400px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: auto;
}

.user-about .about-image:hover video {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.user-about .about-image .side-left .side-effect::before, .user-about .about-image .side-left .side-effect::after {
    width: calc(100% - 400px);
}

.footer-bg {
    background-image: unset!important;
    background-color: #e95158!important;
}

.footer-bg p {
    color: #ffffff!important;
}

.footer-bg .footer-links .footer-content li a {
    color: #ffffff!important;
}

.blog-1 .blog-box .img-box img {
    min-width: 200px;
    width: 200px;
}

.blog-title-index {
    color: #e95158 !important;
}

.enquire-button-sticky {
    position: fixed;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    z-index: 9;
    left: 0;
}

.enquire-button-sticky .btn {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    z-index: 999;
    position: fixed;
    right: 0;
    top: 100px;
    cursor: pointer;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: 150px;
    height: 48px;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 20px;
    color: #fff;
    background: #e95158;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Mulish, sans-serif;
}

.bg-stuhomes{
    background-color: #e95158!important;
    color: #FFFFFF!important;
}

header .main-navbar .nav-menu > li:last-child > a {
    margin-right: 0!important;
}

.border-dashed {
    border-style: dashed;
    border-color: #225784;
    border-width: 1px;
    border-radius: 4px;
}

.border{border:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-top-0{border-top:0 !important}.border-end{border-right:1px solid #dee2e6 !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:1px solid #dee2e6 !important}.border-start-0{border-left:0 !important}.border-primary{border-color:#0d6efd !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#198754 !important}.border-info{border-color:#0dcaf0 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#212529 !important}.border-white{border-color:#fff !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}

.offer-area .card-container .card.main-card {
    margin: 0;
    padding: 0;
}

.offer-area .card-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-area .card-container .card.main-card {
    width: 800px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins', sans-serif;
    border-radius: 20px;
}

.offer-area .card-container .card.main-card .form {
    width: 100%;
    height: 100%;
    display: flex;
}

.offer-area .card-container .card.main-card .left-side {
    width: 20%;
    background-color: #e95158;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px 30px;
    box-sizing: border-box;

}

.offer-area .steps-content {
    margin-top: 30px;
    color: #fff;
}

.offer-area .steps-content p {
    font-size: 12px;
    margin-top: 15px;
    color: #cdcdcd!important;
}

.offer-area .progress-bar-left {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 700;
    counter-reset: container 0;
}

.offer-area .progress-bar-left li {
    position: relative;
    margin-left: 40px;
    margin-top: 50px;
    counter-increment: container 1;
    color: #cdcdcd;
}

.offer-area .progress-bar-left li::before {
    content: counter(container);
    line-height: 25px;
    text-align: center;
    position: absolute;
    height: 25px;
    width: 25px;
    border: 1px solid #4f6581;
    border-radius: 50%;
    left: -40px;
    top: -5px;
    z-index: 10;
    background-color: #141414;


}

.offer-area .progress-bar-left li::after {
    content: '';
    position: absolute;
    height: 90px;
    width: 2px;
    background-color: #4f6581;
    z-index: 1;
    left: -27px;
    top: -70px;
}

.offer-area .progress-bar-left li.active::after {
    background-color: #fff;

}

.offer-area .progress-bar-left li:first-child:after {
    display: none;
}

.offer-area .progress-bar-left li.active::before {
    color: #fff;
    border: 1px solid #fff;
}

.offer-area .progress-bar-left li.active {
    color: #fff;
}


/*left-side-end*/
.offer-area .card-container .card.main-card .right-side {
    width: 80%;
    background-color: #fff;
    height: 100%;
    border-radius: 20px;
}

/*right-side-start*/
.offer-area .content-main {
    display: none;
}

.offer-area .active {
    display: block;
}

.offer-area .content-main {
    padding: 40px;
}

.offer-area .text p {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #cbced4;
}

.offer-area .card-review {
    width: 100%;
    border: 1px solid #c7d3d9;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

@media (max-width: 750px) {
    .offer-area .card-container .card.main-card {
        height: auto !important;
        margin: 30px 0;
    }

    .offer-area .card-container .card.main-card .right-side {
        width: 100%;

    }

    .offer-area .card-container .card.main-card .left-side {
        display: none;
    }
}

.flex-stack {
    justify-content: space-between;
    align-items: center;
}

.btn.btn-outline-dashed {
    border: 1px dashed var(--bs-gray-300);
}

.btn.btn-outline.btn-outline-dashed {
    border-width: 1px;
    border-style: dashed;
}

.btn.btn-outline.btn-outline-dashed.active {
    border-color: #1a2d48;
}

.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg):not(.shadow-xs) {
    box-shadow: none;
}

.form-check-custom {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.page-loading .page-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

.page-loading * {
    transition: none !important;
}

select.form-control{
    -webkit-appearance: auto!important;
    -moz-appearance: auto!important;
    appearance: auto!important;
}