.loader-icon {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.loader-bg-layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99;
}

.background-fewf34 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 353px;
    background-position: center bottom;
    position: absolute;
    width: 100%;
    top: 0px;
}

.box-fewbue87 {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    margin: 50px;
    margin-top: 10px;
    padding: 60px;
    /* position: relative; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.bootstrap-select>.dropdown-toggle {
    border: 1px solid #424242;
}

.button-f43ce {
    position: absolute;
    top: -80px;
    left: 42%;
}

.btn-bebuzee2 {
    border-radius: 30px;
    font-size: 22px;
    height: 60px;
    line-height: 2.2;
    padding: 0 30px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.feat_property {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 992px) {
    .box-fewbue87 {
        margin: 10px;
        margin-top: 10px;
        padding: 30px 10px;
    }

    .button-f43ce {
        top: -30px;
        left: 27%;
    }

    .btn-bebuzee2 {
        font-size: 15px;
        height: 40px;
        line-height: 1.2;
        padding: 0px 20px;
    }

    .mobile-432e {
        margin-top: 10px;
    }

    .blog-text-details {
        font-size: 14px;
        text-align: justify;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 5rem !important;
    }

}