/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .slider_title{
        font-size: 40px !important;
        line-height: 50px !important;
    }

    ul.Header-Slider-box li{
        padding-top: 110px;
        padding-bottom: 120px;
    }

    .copyright{
        margin-top: 30px;
    }

    .footer_wrapper{
        margin-top: 40px;
    }

    @media (max-width: 420px) {
        .slider_title{
            font-size: 33px !important;
            line-height: 48px !important;
        }
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .slider_title{
        font-size: 40px !important;
        line-height: 60px !important;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .slider_title{
        font-size: 53px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}