/*
   MaxLand Theme Responsive Design
*/

@media (max-width: 1024px) {
    .hero-section{
        height: 650px;
    }
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding{ padding: 15px; }
    .menu-btn,
    .menu-wrap ul.nav{ display: none; }
    .slicknav_menu { display:block; }
    .navbar-brand{ padding-top: 20px; }
    .roadmap-wrap:before{ display: none; }
    .table-dark td, .th-color th,
    .table-dark thead tr th,
    .table-dark thead tr th{ font-size: 12px; }
    .team-box{ margin-bottom: 30px; }
    .sidebar-wrap { padding-left: 0; margin-top: 40px; }

}
/* ---- 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;
    }
    p br{
        display: none;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
    .navbar-brand{
        padding: 21px 0;
    }
    .hero-section{
        height: 400px;
    }
    .hero-content h1{
        line-height: 35px;
    }
    .hero-img{
        display: none;
    }
    .download-img{
        text-align: center;
        margin-top: 40px;
    }
    .download-content h2{
        font-size: 30px;
    }
    .service-content .hover-shape-1,
    .service-content .hover-shape-2,
    .roadmap-wrap:before{
        display: none;
    }
    .team-box{
        margin-bottom: 30px;
    }
    .btn-group{
    display: block;
    text-align: center;
    }
    .download-content{
        text-align: center;
    }
    .error-section img{
        margin-bottom: 30px;
    }
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 520px CSS ---- */
@media all and (max-width: 520px) {
    .subscribe-form{ width: 100%; }
    
}
/* ---- 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 ---- */
