/*
    Theme Responsive Design
*/

@media (max-width: 1024px) {
	
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .hero_section{
        height: 520px;
    }
    .hand_moc{
        background-position: right 40px;
    }
    .feature_moc .feature_moc_1{
        width: 85%;
        margin-left: -60px;
    }
    .feature_moc .feature_moc_2 {
        width: 80%;
        right: 24px;
    }
    .feature_section:before{
        width: 68%;
    }
    .screen_wrap{
        width: 100%;
    }
    .screen_wrap .swiper-container{
        margin-left: -3px;
    }

}
/* ---- End of max-width 992px CSS ---- */


/* ---- Start of min-width 480px and max-width 768px CSS ---- */
@media all and (min-width: 480px) and (max-width: 768px) {
	
}
/* ---- End of min-width 480px and max-width 768px CSS ---- */


/* ---- Start of max-width 767px CSS ---- */
@media all and (max-width: 767px) {
    body, p{
        font-size: 12px;
        line-height: 22px;
    }
    .hero_content h1,
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 16px;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
	.contact_form .form-group .col-sm-6:first-child{
        margin-bottom: 15px;
    }
    .hero_section{
        height: 420px;
    }
    .feature_section:before{
        width: 100%;
    }
    .screen_wrap {
        width: 285px;
    }
    .screen_wrap .swiper-container{
        margin-left: 14px;
    }
    .owl-nav div.owl-prev{
        left: 0;
    }
    .owl-nav div.owl-next{
        right: 0;
    }
    .footer_section,
    .footer_menu{
        text-align: center;
    }
}
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 520px CSS ---- */
@media all and (max-width: 520px) {
    .col-xs-6{
        float: none;
        width: 100%;
    }
	.subscribe_form{
		width: 95%;
	}

}
/* ---- End of max-width 520px CSS ---- */


/* ---- Start of max-width 420px CSS ---- */
@media all and (max-width: 420px) {
    .hero_section{
        height: 350px;
    }
}
/* ---- End of max-width 420px CSS ---- */


/* ---- Start of max-width 380px CSS ---- */
@media all and (max-width: 380px) {
	
}
/* ---- End of max-width 380px CSS ---- */
