.slider .slide-image {
    width: 100%;
    height: 100%;
}
/*.owl-carousel .owl-item img {*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.owl-item .slider_area .container {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    z-index: 150000000;*/
/*    transform: translate(-50%, -50%);*/
/*}*/


.owl-carousel .owl-item img {
    display: inline-block;
}

.header-h1, .header-h5 {
    text-align: left !important;
    color: white;
}

/*==================single header image start ================== */
.header-single-image-container {
    width: 100%;
    max-height: 600px;
    position: relative;

}

.header-single-image-container .header-single-image {
    width: 100%;
    height: 100%;
}

.header-single-image-container .header-single-image img {
    /*min-width: 600px;*/
    min-height: 335px;
    width: 100%;
    object-fit: cover;
}

.header-single-image-container .container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150000000;
    transform: translate(-50%, -50%);
}

.header-single-image-container .container .header-h1 {
    font-size: 2.7rem !important;
}

.header-single-image-container .container .h5_lookalike {
    text-transform: uppercase;
}

/*==================single header image end ================== */

/*=========================max-width: 1200px========================*/
@media screen and (max-width: 1200px) {
    .slider.slider-header {
        background-position: 40%;
    }

    .owl-item .slider_area .container {
        top: 42% !important;
    }

    .header-single-image-container .container {
        top: 42% !important;
    }
}

/*==============max width :767 ==========*/
@media screen and (max-width: 767px) {
    .header-single-image-container .button .active {
        margin-left: 0;
    }

    .header-single-image-container .container {
        top: 42% !important;
    }
}

/*===================max-width: 560px===========================*/
@media only screen and (max-width: 560px) {
    .slider.slider-header {
        background-position: 30%;
    }

    .header-h1, .header-h5 {
        margin: 0 0 10px !important;
        text-wrap: wrap;
    }

    .owl-item .slider_area .container .pt-5 {
        padding-top: 2rem !important;
    }

    #home .h1_lookalike.header-h1 {
        font-size: 2.3rem !important;
    }
}


