/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@media(max-width: 569.98px) {
    .content-left{
        display: none;
    }
    .content-left-wrapper{
        display: none;
    }

    .wizard-custom-title{
        font-size: 26px;
    }

    .wizard-custom-full-btn{
        display: block;
        width: 100%;
        height: 25%;
    }
}

@media(min-width: 569.98px){
    .wizard-custom-title{
        font-size: 46px;
        font-weight: 100;
        margin-top: -10px;
        padding-bottom: 30px;
    }

    .wizard-custom-full-btn{
        display: block;
        width: 50%;
        height: 25%;
    }

}

body{
    font-family: 'Roboto', sans-serif;
}

.slider, .owl-stage-outer, .owl-stage, .owl-item, .item{
    height: 100%;
}
.slider-img{
    height: 100%;
    object-fit: cover;
}