@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        -webkit-appearance: menulist-button !important;
        line-height:28px !important;
    }
}



@media (max-width: 1400px){
    .apps {
        position: static;
        background: none;
        box-shadow: none;
    }
    .home { 


        width: 80%;

        margin-left: 110px;
    }

}
/* lg */ 
@media (min-width: 1300px) {
        .back .container {
        width: 1300px;
    }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {


}
@media (max-width: 991px){
    .navbar-brand {
        width: 318px;
        padding-top: 36px;
        font-size: 27px !important;
        text-align: center;
        line-height: 30px;

    }
}



@media (min-width: 850px) and (max-width: 991px) {

    /*    .home {
                position: relative;
        top: -433px;
    
        }
         .home_form {
        
        width: 118%;
        margin-left: -71%;
        }*/
    /*    .text-and-image {
            display: none;
        }*/
}
@media (max-width: 850px) {


}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

    .home {

        margin-top: 20px;
        position: static;
        margin-left: 0;
        width: 99%;

    }
    .image-form {

        display: none;
    }
    .image-slider {
        display: block !important;
        position: absolute;
        top: 159px;
        z-index: 0;
        width: 70%;
        margin-right: 0px;
        margin-left: 18%;
        margin-top: 5%;
    }
    .image-slider .img-responsive {
        margin-right: 0;
    }

}

/* xs */
@media (max-width: 767px) {

    .slide {
        display: none;
    }
    .home {
        position: static;

        z-index: 200;
        width: 100%;
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;


    }
    .image-form {
    padding-top: 0px;
}

}

/* XS Portrait */
@media (max-width: 480px) {
    .navbar-brand {
        width: 248px;
        padding-top: 36px;
        font-size: 27px !important;
        text-align: center;
        line-height: 30px;

    }


}
@media (max-width: 400px) {
    .navbar-brand {
        width: 150px;
        height: 120px;
        padding-top: 26px;
        font-size: 20px !important;
        text-align: center;
        line-height: initial;


    }

}

