@media screen and (max-width: 425px) {
    .footer-bottom .pull-right {
        float: none !important;
        text-align: center;
        display: inline-block;
    }

    .slider-left h1 {
        font-size: 35px;
        color: #0653a2;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
    }

    span.about-bg img {
        position: absolute;
        top: -79px !important;
        right: -5px;
        width: 114px !important;
    }
	
	.krmsl{margin-left:0px !important;}
}

@media screen and (min-width: 992px) {
    #contentWrapper {
        position: relative;
        top: -100px;
    }

    .content-about {
        margin-top: 80px;
    }

    .text-light:first-child {
        padding-top: 100px;
    }

    .product-review {
        top: -162px;
    }

    footer {
        margin-top: -173px;
    }

    .vertical-menu {
        position: relative;
        top: -20px;
    }
	.btu-menu {
        position: relative;
        top: -20px;
    }
	
}

@media screen and (max-width: 991px) {
    img.content-air {
        display: none;
    }

    .contentWrapper h1 {
        font-size: 17px;
    }

    .contentWrapper h2 {
        font-size: 21px;
    }

    .nopadding {
        padding: 15px;
    }

    .pr0 {
        padding-right: 15px;
    }

    span.about-bg img {
        position: absolute;
        top: -258px;
        right: -5px;
        width: 133px;
    }

    .product-review {
        min-height: 0;
    }

    ul.flexs {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        padding-top: 30px;
    }

    ul.flexs li {
        flex: 1;
    }
	

}

/* ----------- iPad Pro ----------- */


/* Portrait */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1.5) {

    #slider {
        background: url(../images/bg.png) no-repeat;
        height: 33vh !important;
        background-size: contain;
        position: relative;
        top: -78px;
        z-index: 0;
    }

    .slider-left h1 {
        font-size: 69px;
        color: #0653a2;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
    }

    a.arrow {
        bottom: 20% !important;

    }

}

/* Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1.5) {
    #slider {
        background: url(../images/bg.png) no-repeat;
        height: 100%;
        position: relative;
        background-size: 100%;
        top: -78px !important;
        z-index: 0;
        margin-bottom: 40px;
        padding-bottom: 0;
    }

    .slider-left h1 {
        font-size: 60px !important;
    }

    #home-slider {
        margin-top: 15% !important;
        position: relative;
        padding-bottom: 50px;
    }


}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {

   /* #slider {
        background: url(../images/bg.png) no-repeat;
        background-size: contain;
        height: 70vh !important;
        position: relative;
        top: -78px !important;
        z-index: 0;
    }*/

    .slider-left h1 {
        font-size: 69px !important;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;

    }

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

    #slider {
        background: url(../images/bg.png) no-repeat;
        background-size: contain;
        position: relative;
        top: -78px !important;
        z-index: 0;
    }

    .slider-left h1 {
        font-size: 69px !important;
    }



}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .nav > li > a {

        padding: 10px 7px !important;
    }
}

@media screen and (min-width: 2500px) {
    #slider {
        background: url(../images/bg.png) no-repeat;
        height: 50vh;
        background-size: cover;
        background-position: center;
        position: relative;
        top: -139px;
        z-index: 0;
    }
}