/* Large Screens */
@media only screen and (min-width:2560px) { }
@media only screen and (min-width:2140px) { }
@media only screen and (min-width:1824px) { }
@media only screen and (min-width:1443px) { }
@media only screen and (min-width:1200px) and (max-width:1443px) { }
@media only screen and (min-width:1200px) {
}

/*iPad portrait*/
@media only screen and (max-width:1024px) {
    #main-header {
        display: initial !important;
    }

    .logo_container #logo {
        max-height: 100%;
        max-width: 150px !important;
        height: 100% !important;
    }

    #contact-us .et_pb_column{
        margin: 0 auto;
        float: none;
    }
}

/*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) {

}

/* 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) {

}

/*iPad portrait*/
@media only screen and (max-width:1024px) and (max-height:1367px) {
    #services-home .services-item .services-wrap {
        padding: 15px 10px;
    }
}

/*iPad landscape*/
@media only screen and (max-width:1366px) and (max-height:1024px) {

}

/*iPad landscape*/
@media only screen and (max-width:1367px) and (max-height:1024px) {

}
@media only screen and (max-width:1199px) {

}
@media only screen and (max-width:768px) and (max-height:1024px) {
    #services-home .services-item .services-wrap {
        padding: 15px 10px;
    }

}

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

}


/*Iphone X*/
@media only screen 
and (max-device-height:375px) 
and (max-device-width:812px)
and (-webkit-device-pixel-ratio:3) {

}

/*iPhone X in landscape*/
@media only screen 
and (min-device-width:375px) 
and (max-device-width:812px) 
and (-webkit-device-pixel-ratio:3)
and (orientation:landscape) {

}
@media only screen and (min-width:992px) and (max-width:1199px) {

}
@media only screen and (max-width:991px) {

}
@media only screen and (min-width:768px) and (max-width:991px) {

}
@media only screen and (max-width:768px) {

}
@media only screen and (max-width:767px) {


}
@media only screen and (max-width:767px) and (min-width:480px) {


}

/*Iphone Lanscape Plus*/
@media only screen and (max-width:812px) and (max-height:414px) {

}

/*Iphone Lanscape */
@media only screen 
and (min-device-width:375px) 
and (max-device-width:667px) 
and (orientation:landscape) {

}
@media only screen and (max-width:578px) {
    
}
@media only screen and (max-width:479px) {

}
@media only screen and (max-width:376px) {

}
@media only screen and (max-width:320px) {

}
@media screen and (-webkit-min-device-pixel-ratio:0) {

    /* Safari and Chrome, if Chrome rule needed */
    .class-name { }

    /* Safari 5+ ONLY */
    ::i-block-chrome, .search-field { border-bottom-left-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 0; border-top-right-radius: 0; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-right-radius: 0; -webkit-border-top-right-radius: 0; }
}
