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

    h1 {
        font-size: 19px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 16px;
    }

    .navbar-brand{
        width: 50%;
    }

    .in_slider {
        top     : 30px;
        height  : 1000px;
    }
    .hello p{
        font-size: 14px !important;
    }

    .hello label{
        font-size: 14px !important;
    }
    .hello input{
        padding: 15px !important;
    }
    .hello .selectboxit-container span, .selectboxit-options a,
    .hello input{
        font-size: 14px !important;
        padding: 15px !important;
    }
    .selectboxit-container span{
        line-height: 0px !important;
        height: 50px !important;
    }

    .hello .selectboxit-container span, .selectboxit-options a, .hello input{
        padding: 12px !important;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 20%;
    }
    
}


@media (min-width: 576px) and (max-width: 767.98px) {

    .navbar-nav .nav-link {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 16px;
    }
    .navbar-brand{
        width: 50%;
    }
    .in_slider {
        top     : 30px;
        height  : 850px;
    }
    .hello p{
        font-size: 14px !important;
    }

    .hello label{
        font-size: 14px !important;
    }
    .hello input{
        padding: 15px !important;
    }
    .hello .selectboxit-container span, .selectboxit-options a,
    .hello input{
        font-size: 14px !important;
        padding: 15px !important;
    }
    .selectboxit-container span{
        line-height: 0px !important;
        height: 50px !important;
    }

    .hello .selectboxit-container span, .selectboxit-options a, .hello input{
        padding: 12px !important;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 15%;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .in_slider {
        top     : -300px;
        height  : 600px;
    }
    .hello p{
        font-size: 14px !important;
    }

    .hello label{
        font-size: 17px !important;
    }
    .hello input{
        padding: 18px !important;
    }
    .hello .selectboxit-container span, .selectboxit-options a,
    .hello input{
        font-size: 18px !important;
        padding: 15px !important;
    }
    .selectboxit-container span{
        line-height: 0px !important;
        height: 50px !important;
    }

    .hello .selectboxit-container span, .selectboxit-options a, .hello input{
        padding: 12px !important;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 12%;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .in_slider {
        top     : -400px;
        height  : 600px;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 9%;
    }

}

/* X-Large devices (large desktops, less than 1400px)*/
@media (min-width: 1200px) {

    .in_slider {
        top     : -500px;
        height  : 550px;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 7%;
    }
}