/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .slider_section .owl-carousel .caption h1 {
        font-size: 20px;
    }

    .slider_section .owl-carousel .caption {
        padding-top: 15%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        display: none
    }

    .owl-carousel .owl-nav button.owl-next {
        display: none
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .slider_section .owl-carousel .caption h1 {
        font-size: 20px;
    }

    .slider_section .owl-carousel .caption {
        padding-top: 15%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        display: none
    }

    .owl-carousel .owl-nav button.owl-next {
        display: none
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {}


/*// Large devices (desktops, less than 1200px)*/
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}