/* MEDIA QUERIES FOR SMALL DEVICES   **  START  **    */

/*FONT SIZE FOR SLIDER  --START--   */
@media (min-width: 280px) and (max-width: 950px){
    .slider-heading{
        font-size: 29px !important;
    }
    .slider-paragraph{
        font-size: 20px !important;
    }
}
/*FONT SIZE FOR SLIDER  --END--   */

@media (min-width: 1200px){
    .container {
        max-width: 1500px;
    }
    .nav-height{
        height: 60px !important;
    }

    .navbar-stick-pc{
        position: fixed; 
        width: 1500px;
    }

    .navbar-pc-z-index{
        z-index: 500 !important;
    }

    .megamenu {
        position: static; 
    }

    .megamenu ul {
        padding-bottom: 15px;
        float: left !important; 
    }

    .megamenu > .dropdown-menu {
        left: auto !important;
        float: left !important;
        right: 0 !important;
        margin-right: 40%;
        min-width: 700px !important; 
    }

    .megamenu > .dropdown-menu-sm {
        min-width: 700px !important;
        float: left !important; 
        margin-right: 50%;
    }

    .bg-screen{
        width: 380px !important;
    }

    .h-bg-screen-ind{
        height: 471px !important;
    }

    .res-future-pc-height{
        padding-bottom: 0px !important; 
        height: 435px !important;
    }

    .newsltr-desktop-v{
        margin: auto;
        width: 50%;
    }

    .h-65{
        height: 65px;
    }

    .pc-d-none{
        display: none;
    }    
    
    .add_margins{
        margin: 0 50px 0 50px !important;
    }
    
    .add-left-padding{
        padding-left: 120px !important; 
    }
}



@media (min-width: 280px) and (max-width: 950px){
    body{
        margin: 0px !important;
        padding: 0px !important;
    }

    .image-center{
        text-align: center !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .col-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .mobile-height{
        height: auto !important;
    }

    .mob-responsive-imgs{
        position: relative;
        display: block;
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .media-mobile-width{
        /*width: 100% !important;*/
    }

    .mobile-margin-r-l{
        margin: 0 0 0 0 !important;
    }

    .mobile-height-industry{
        width: 650px !important;
    }

    .mobile-navbar{
        width: 100% !important;
        position: fixed;
        max-height: 50%;
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch;
    }

    .bg-base-1{
        display: block !important;
    }

    .res-future-mob-height{
        height: auto !important;
        padding-top: 120px;
    }

    .newsltr-mbl-v{
        width: 100%;
        display: block; /* Stops it from floating */
        margin: auto;
    }

    .mbl-d-none{
        display: none;
    }

    .nav-item{
        text-align: left !important;
    }

    .b-navbar-sticky-mobile{
        z-index: 10;
        width: 100%;
        position: fixed;
        /*margin-top: 90px;*/
    }

    .b-nav-sticky-overflow-fix{
        max-height: 50vh;
        overflow: auto;
        -webkit-overflow-scrolling:touch;
    }

    .fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%; 
    }

    .visible-title {
        visibility: visible;
    }

    .w-205{
        width:190px !important;
    }

}


@media (min-width: 576px) and (max-width: 736px){
    .container {
        max-width: 100% !important;
    }
}


@media only screen and (max-width: 960px) {
  .rev-divs {
    display: flex;
    flex-direction: column-reverse;
  }


}

/* MEDIA QUERIES FOR SMALL DEVICES   **  END  **    
-----------------------------------------------*/