/*
   MaxLand Theme Responsive Design
*/

@media (max-width: 1024px) {
    .hero-section{
        height: 460px;
    }
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding{ padding: 15px; }
    .padding{
        padding: 60px 0;
    }
    .navbar-brand{
        padding: 22px 0;
    }
    .menu-btn,
    .menu-wrap ul.nav{
        display: none;
    }
    .slicknav_menu {
        display:block;
    }
    .hero-content h1{
        font-size: 32px;
        line-height: 42px;
    }
    .hero-content p br{display: none;}
    .feature-wrap .section-heading h2{
        font-size: 24px;
        line-height: 32px;
    }
    .feature-item h3{
        font-size: 16px;
    }
    .feature-item p br{display: none;}
    .video-section{
        -webkit-background-size: cover;
        background-size: cover;
    }
    .play-button {
        position: inherit;
        left: inherit;
        top: inherit;
        transform: inherit;
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .video-content{
        padding-left: 0;
        text-align: center;
    }
    .video-content h2,
    .video-content p{ color: #fff; }
    .video-content h4.subheading{
        background-color: rgba(34, 116, 248,1);
        color: #fff;
    }
    .video-content .section-heading{
        padding: 60px 0;
    }
    .video-content .section-heading h2 br{display: none;}
}
/* ---- 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;
    }
    
    .hero-section{
        height: 400px;
    }
    .hero-content{
        text-align: center;
    }
    .hero-content h1{
        line-height: 35px;
    }
    .hero-item{ text-align: center; }
    .feature-item,
    .feature-wrap .section-heading{
        text-align: center;
    }
    .feature-wrap .section-heading h2{
        margin: 10px;
    }
    
    .feature-item{
        text-align: center!important;
    }
    .hero-section {
        padding-top: 100px;
        height: auto;
    }
    .feature-section{
        padding-top: 0px;
    }
    .card-header a{
        font-size: 14px;
    }
}
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 580px CSS ---- */
@media all and (max-width: 580px) {
    .subscribe-form{ width: 100%; }
    .promo-section{ padding-top: 0; }
    
}
/* ---- End of max-width 580px 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 ---- */
