@media (max-width: 469.98px) {
    
    .header {
        padding-bottom: 170px;
        height: auto;
    }
    
    .header__owl-carousel, .hoc__slide {
        padding-bottom: 30px;
        height: auto;
    }
    
}

@media (min-width: 467px) and (max-width: 767.98px) {
    
    .header {
        padding-bottom: 170px;
        height: auto;
    }
    
    .header__owl-carousel, .hoc__slide {
        padding-bottom: 30px;
        height: auto;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .header {
        padding-bottom: 170px;
        height: auto;
    }
    
    .header__owl-carousel, .hoc__slide {
        padding-bottom: 30px;
        height: auto;
    }
    
    .offer__image {
        height: 220px !important;
        width: 220px !important;
    }

}

@media (max-width: 991.98px) {
    
    .questions--padding, .service--padding {
        padding: 0 0 60px 0;
    }
 
    .questions__image, .service__image {
        height: auto;
        max-width: 100%;
    }
    
    .questions__col, .service__col {
        padding-left: 0;
        padding-right: 0;
    }
    
}

@media (min-width: 992px) {
    
    .questions--padding, .service--padding {
        padding: 60px 0;
    }
    
    .questions {
        background-image: url(../images/questions.jpg);
    }
    
    .service {
        background-image: url(../images/service.png);
    }
    
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .header {
        height: auto;
    }
    
    .header__owl-carousel, .hoc__slide {
        padding-bottom: 30px;
        height: auto;
    }
    
}

@media (max-width: 991.98px) {
    
    .hi {
        padding-top: 30px;
    }
    
}

@media (min-width: 992px) {
    
    .hi {
        width: 100%;
        position: absolute;
        top: 40%;
        transform: translateY(-40%);
        z-index: 2;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .header {
        height: 100vh;
        max-height: 700px;
    }
    
    .header__owl-carousel, .hoc__slide {
        height: 100vh;
        max-height: 700px;
    }
    
    .lg--vertical {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

}

@media (max-width: 1199.98px) {
    
    .header {
        margin-top: 40px;
    }
    
}

@media (min-width: 1200px) {
    
    .header {
        height: 100vh;
        max-height: 900px;
    }
    
    .header__owl-carousel, .hoc__slide {
        height: 100vh;
        max-height: 900px;
        position: relative;
    }
    
    .xl--vertical {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

}

.header {
    background-color: #f5f5f5;
    width: 100%;
    overflow: hidden;
}

.header__owl-carousel, .hoc__slide {
    position: relative;
}

.hoc__slide {
    margin: 0 auto;
    max-width: 1920px;
}

.header__heading-1 {
    margin-bottom: 20px;
    color: #004c81;
}

.header p {
    font-size: 1.6rem;
    color: #383838;
}

.header__image, .products__image {
    height: auto;
    max-width: 100%;
}

.header__owl-dots {
    position: absolute;
    left: 50%;
    bottom: 170px;
    z-index: 10;
    transform: translate(-50%);
}

.offer {
    margin-top: -125px;
}

.offer--padding {
    padding-bottom: 120px;
}

.offer__heading-3 {
    color: #004c81;
}

.offer p, .questions p, .products p, .service p {
    font-size: 1.6rem;
    color: #383838;
}

.offer__image {
    margin-left: -125px;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.questions, .service {
    background-color: #dce0e8;
}

.products--padding {
    padding: 60px 0;
}

.questions__heading-2, .products__heading-2, .service__heading-2 {
    margin-bottom: 20px;
    color: #004c81;
}

.products {
    position: relative;
}

.products__img {
    left: 0;
    bottom: 0;
}

.header__img {
    top: 0;
    right: 0;
}