/* Refinance **/
.bg-box {
    background-image: url(/wp-content/themes/ziv-theme/img/z-icon-section-welcome.png);
    background-repeat: no-repeat;
    background-color: #E1F5F5;
    border-radius: 30px;
    background-size: contain;
    background-position: 25% center;
}
.inline-img{
    margin-left: 20px;
}
.ziv-fs-18-bright {
    font-size: 18px;
    line-height: 22px;
    color: #2B2B2B;
}
@media (min-width: 767px) and ( max-width: 991.98px) {
    .swiper-slide {
        flex-shrink: 1 !important; 
    }
    
}
@media (min-width: 991.98px) {
    .show-sm{
        display: none;
    }
}
@media (max-width: 991.98px) {
    .hide-sm{
        display: none;
    }
    .bg-box{
        margin-top:25px;
    }
    .ziv-title-no-line{
        margin-bottom:10px !important;
    }
    .cloud-btn-wrap{
        margin-top:15px;
    }
    .refinace-slider .swiper-pagination {
        bottom: 40px !important;
    }
}

/* Refinance **/