/*
    Theme Responsive Design
*/

@media (max-width: 1024px) {
	
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding{ padding: 15px; }
    .hero_section{
        height: 500px;
    }
    .about_content{
        padding: 0;
    }
    .video_icon {
        padding: 40px 0;
    }
    .pricing_table span.price {
        padding: 15px 20px;
        font-size: 20px;
    }

}
/* ---- 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;
    }
    h1{
        font-size: 30px!important;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 16px;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
    .hero_section{
        height: 450px;
    }
    .hero_content{
        margin-bottom: 0;
    }
    .hero_bottom{
        -webkit-background-size: 60%;
        background-size: 60%;
    }
	.contact_form .form-group .col-sm-6:first-child{
        margin-bottom: 15px;
    }
    .feature_heading{
        padding: 0;
        text-align: left;
    }
    .dl_content .btn_group a{
        margin: 0 5px;
    }
    .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) {
    .hero_section{
        height: 380px;
    }
    .fl-none{ float: none; }
    .col-xs-6{
        float: none;
        width: 100%;
    }
    .subscribe_form{
        width: 100%;
    }
    .subscribe_form .submit{
        font-size: 12px;
        padding: 0 10px;
    }

}
/* ---- End of max-width 520px CSS ---- */


/* ---- Start of max-width 420px CSS ---- */
@media all and (max-width: 420px) {
    
}
/* ---- End of max-width 420px CSS ---- */


/* ---- Start of max-width 380px CSS ---- */
@media all and (max-width: 380px) {
	
}
/* ---- End of max-width 380px CSS ---- */
