/*!
Theme Name: ReadyIMAC
Mobile Responsive CSS
*/


/* 1400px start */
@media only screen and (min-width: 1400px){

}
/* 1400px end */

/* 1200px start */
@media only screen and (max-width: 1200px){
    .left-content-right-img-main{
        background-size: 500px, cover !important;
        background-position: right top, left center !important;
    }
    .four-imac-box{
        padding: 0 15px 15px 15px;
    }
    .careers-imac-div{
        background: #13275F !important;
    }
    .careers-imac-div p{
        padding-right: 0;
    }
}
/* 1200px end */

/* 991px start */
@media only screen and (max-width: 991px){
    .mb-mob-20{
        margin-bottom: 20px;
    }
    .home-banner-main{
        height: 505px;
        padding-top: 50px;
    }
    .btn-group-main.btn-group{
            display: block;
    }
    .left-content-right-img-main{
        height: auto;
        background-size: 400px, cover !important;
    }
    .four-imac-box-row{
        margin-top: 50px !important;
    }
    .four-imac-box{
        padding: 20px 15px;
        border-radius: 15px !important;
    }
    .four-imac-box img.four-imac-box-icon{
        margin-top: 0;
    }
    .a-team-built-for-div{
        height: 500px;
        background-position: left center !important;
    }
    .a-team-built-for-div h2{
        margin-top: 150px;
    }
    
}
/* 991px end */

/* 767px start */
@media only screen and (max-width: 767px){
    h2{
        font-size: 2rem !important;
    }
    .width-90, .width-80, .width-70, .width-60{
        width: 100%;
    }
    .site-main {
        margin-top: -110px;
    }
    .site-branding{
        padding: 0px 10px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        text-align: left;
        width: 100%;
    }
    .header-logo-brand{
        left: 0;
    }
    .menu-icon{
        display: none;
    }
    .main-navigation{
        position: relative;
        top: 24px;
    }
    .main-navigation > .menu-toggle{
        display: none;
    }
    .custom-logo-link img{
        max-height: 90px;
    }
    .home-banner-main{
        height: 600px;
    }
    .home-banner-main .btn-group-main span{
        display: block;
    }
    .home-banner-main .btn-group-main a{
        display: inline-block;
        margin-bottom: 20px;
    }
    .home-banner-main .btn-group-main span:last-child a{
        margin-bottom: 0;
    }
    .home-banner-box{
        width: 100%;
    }
    .logos-logo-images{
        display: block;
    }
    .logos-logo-images > div{
        width: 48%;
        display: inline-block;
        margin-bottom: 10px;
        text-align: center;
    }
    .logos-logo-images > div img{
        max-height: 40px;
    }
    .left-content-right-img-main{
        background-size: 0px, cover !important;
        padding-bottom: 30px;
    }
    .left-icon-heading-content-box{
        padding: 20px 0;
    }
    .compliance-safety-div{
        background-position: left center !important;
    }
    .a-team-built-for-div {
        height: auto;
    }
    .a-team-built-for-div h2{
        margin-top: 0
    }
    .careers-imac-div h2,
    .careers-imac-div p{
        padding-left: 0;
    }
    .faqs-accordion-question{
        padding-right: 10%;
    }
    
}
/* 767px end */

/* 575px start */
@media only screen and (max-width: 575px){
	
}
/* 575px end */

/* 400px start */
@media only screen and (max-width: 400px){
	.home-banner-main{
        height: 680px;
    }
}
/* 400px end */

