/* Ultra Midium Layout: 1600px. */
@media only screen and (min-width: 1368px) and (max-width: 1600px) {

}

/* Medium Layout: 1367px. */
@media only screen and (min-width: 1200px) and (max-width: 1367px) {
 
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
   
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .fixed-sidebar {
        position: relative; 
        top: 120px;  
        height: 245px !important;
        overflow-y: auto;
    }
    .banner-2__content {
        position: relative;
        z-index: 9;
        max-width: 671px;
        margin: 93px 0 0 0;
    }    

    .banner-2__content-subtitle{
        padding: 0 0 0 53px;
    }
    
    .banner-2__content-title {
        font-size: 28px !important;
        line-height: 32px;
        width: 396px;
        padding: 0 0 0 53px;
    }

    .banner-2__content-title span{
        font-size: 25px !important;
    }

    .banner-2__slider__arrow-prev, .banner-2__slider__arrow-next {
        pointer-events: all;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        /* background: rgba(0, 0, 0, 0.6); */
        padding: 10px 3px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .banner-2__slider__arrow-prev {
        margin-left: 0px !important;
    }

    .banner-2__slider__arrow-next{
        margin-right: 0px !important;
    }
    

     
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .fixed-sidebar {
        position: sticky;
        top: 120px;
        height: 245px !important;
        overflow-y: auto;
    }

    .banner-2__content {
        position: relative;
        z-index: 9;
        max-width: 671px;
        margin: 93px 0 0 0;
    }

    .banner-2__content-subtitle{
        padding: 0 0 0 53px;
    }

    .banner-2__content-title {
        font-size: 28px;
        line-height: 32px;
        width: 396px;
        padding: 0 0 0 53px;
    }

    .banner-2__content-title span{
        font-size: 25px !important;
        line-height: 44px !important;
    }

    .banner-2__slider__arrow-prev, .banner-2__slider__arrow-next {
        pointer-events: all;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        /* background: rgba(0, 0, 0, 0.6); */
        padding: 10px 3px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }


     
}

/* Small Mobile Layout: 480px. */
@media only screen and (min-width: 240px) and (max-width: 480px) {
    .fixed-sidebar {
        position: sticky;
        top: 120px;
        height: 245px !important;
        overflow-y: auto;
    }

    .banner-2__content-subtitle{
        padding: 0 0 0 53px;
    }

    .banner-2__content {
        position: relative;
        z-index: 9;
        max-width: 671px;
        margin: 93px 0 0 0;
    }
    
    .banner-2__content-title {
        font-size: 25px !important;
        line-height: 1.1 !important;
        width: 396px;
        padding: 0 0 0 53px;
    }

    .banner-2__content-title span{
        font-size: 20px !important;
        line-height: 44px !important;
    }

    .banner-2__slider__arrow-prev, .banner-2__slider__arrow-next {
        pointer-events: all;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        /* background: rgba(0, 0, 0, 0.6); */
        padding: 10px 3px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }





    
}

/*big from small mobile, small from wide mobile*/
@media only screen and (min-width: 320px) and (max-width: 480px) {

}