@media(min-width:320px) and (max-width:767px) {
    .space-bottom {
        padding-bottom: 60px!important;
    }
    .space-top {
        padding-top: 60px!important;
    }
    .space {
        padding-top: 60px!important;
        padding-bottom: 60px!important;
    }
    .scroll-btn {
        --btn-size: 30px;
    }
    .preloader-inner img {
        width: 500px!important;
    }
    .breadcumb-wrapper {
        padding-top: 60px;
        padding-bottom: 50px;
        background-position: right;
    }
    .form-style1 {
        /* background-color: #f3eee6; */
        background-color: transparent;
        padding: 20px 10px!important;
    }
    .banner-box .banner-shape {
        position: absolute;
        top: 0px;
        left: 0px !important;
        animation-duration: 20s;
    }

} 