/*
   SaasX Theme Responsive Design
*/
@media (max-width: 1200px) {
    .contant-img{
        left: -285px;
    }
}
@media (max-width: 1024px) {
    .hero-content h2{
        font-size: 36px;
        line-height: 46px;
    }
    .contant-img{
        height: 500px;
        left: -450px;
    }
    .content-item {
        padding-left: 0;
    }
    .content-media{
        padding-right: 0;
    }
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px){
    .sm-padding{ padding: 15px; }
    .header-section .navbar-brand {
        height: 80px;
        padding: 0;
        display: flex;
        align-items: center;
    }
    .js .mainmenu { display: none; }
    .js .slicknav_menu{ display: block; }
    .header-btn a { margin-right: 50px; }
    .hero-content h2{
        font-size: 36px;
        line-height: 36px;
    }
    .content-item{ padding: 0; }
    .error-content .error-info{ padding-left: 10px; }
    .sidebar-wrap {
        padding-left: 0;
        margin-top: 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; }
    h2{ font-size: 22px; }
    h3{ font-size: 16px; }
    p br{ display: none; }
    .padding{ padding: 60px 0; }
    .xs-padding{ padding: 15px; }
    .section-heading h2{
        font-size: 24px;
        line-height: 36px;
    }
    .hero-section{
        min-height: 0;
        height: auto;
        padding: 10px;
    }
    .hero-content h2{
        font-size: 30px;
        line-height: 1.18;
        margin: 0 0 16px;
    }
    .hero-content p{
        font-size: 14px;
        line-height: 1.65;
    }
    .hero-media-col{
        margin-top: 16px;
    }
    .hero-stage{
        padding: 0;
        max-width: 380px;
        margin: 0 auto;
    }
    .hero-support-col{
        margin-top: 18px;
    }
    .hero-support{
        max-width: none;
        margin-top: 0;
    }
    .hero-floating-card{
        display: none;
    }
    .hero-actions{
        justify-content: center;
    }
    .hero-item img{
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        display: block;
    }
    .feature-content { text-align: center; }
    .feature-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 36px;
        text-align: center;    
    }
    .feature-content .play-btn{ justify-content: center; }
    .feature-item {
        text-align: center;
        padding: 0 40px;
    }
    .contant-section{ padding: 50px 0; }
    .contant-item{ padding-left: 0; }
    .page-header{ height: 250px; }
    .page-content h2 {
        font-size: 30px;
        margin: 0;
    }
    .about-content h2{
        font-size: 24px;
        line-height: 36px;
    }
    .cta-content h2 {
        font-size: 28px;
        line-height: 1.2;
    }
    .pricing-footer a{ font-size: 10px; }
    .error-content{ display: block; }
    .error-content .error-info { margin-top: 40px; }
    .error-content .error-info h2{
        font-size: 120px;
        line-height: 120px;
        margin-bottom: 30px;
    }
    .error-content .error-info a{ display: block; }
    .contact-form .form-group .col-sm-6:first-child{ margin-bottom: 15px; }
    .contact-info h2{ line-height: 28px; }
    .sidebar-wrap{ padding-left: 0; }
    .blog-single-content h2 a{
        font-size: 22px;
        line-height: 28px;
    }
    .blog-single-content h2{ line-height: 28px; }
    blockquote p{ line-height: 32px; }
    .year-bg{ width: 100%; }
    .testimonial-section{ padding-bottom: 100px; }
    .counter-content, 
    .counter-section .section-heading{ text-align: center; }
    .counter-heading-card{
        padding: 24px 18px;
    }
    .section-heading {
        text-align: center;
        padding: 0px 50px;
    }
    .menuar-pricing-box{
        padding: 30px 24px 24px;
    }
    .pricing-header{
        margin-bottom: 22px;
    }
    .pricing-billing-toggle{
        margin-top: 18px;
    }
    .menuar-pricing-box .pricing-head{
        min-height: 0;
    }
    .pricing-highlights{
        justify-content: center;
    }
    .pricing-notes{
        margin: 18px 15px 0;
    }
    .pricing-disclaimer{
        text-align: center;
    }
    .process-step{
        grid-template-columns: 56px minmax(0, 1fr);
        padding: 20px;
        gap: 14px 16px;
    }
    .process-step__number{
        width: 56px;
        height: 56px;
        font-size: 18px;
    }
    .process-step__content{
        padding-top: 4px;
    }
    .process-step__content h3{
        font-size: 22px;
        line-height: 1.35;
    }
    .process-step__visual{
        grid-column: 1 / -1;
    }
    .graphic-placeholder{
        min-height: 140px;
        padding: 18px;
    }
    .cookie-consent{
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 12px;
    }
    .cookie-consent-inner{
        display: block;
    }
    .cookie-consent-actions{
        margin-top: 10px;
        justify-content: flex-start;
    }
    .cookie-settings-toggle{
        left: 10px;
        bottom: 10px;
    }
    .cookie-preferences-card{
        padding: 16px;
    }
    .widget-section .widget-content{
        padding: 0;
    }
}

/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 580px CSS ---- */
@media all and (max-width: 580px) {
    .pricing-box{ text-align: center; }
    .menuar-pricing-box{ text-align: left; }
    .subscribe-form{ width: 100%; }
    .counter-wrap .col-lg-4:first-child{ margin-bottom: 50px; }
    .pricing-header{
        margin-bottom: 18px;
    }
    .pricing-billing-toggle{
        width: 100%;
        justify-content: center;
    }
    .pricing-billing-toggle__option{
        flex: 1 1 0;
        padding: 0 10px;
    }
    .pricing-price{
        padding: 16px 16px 14px;
    }
    .pricing-price__amount{
        font-size: 36px;
    }
    .pricing-highlights{
        justify-content: flex-start;
    }
    .feature-note{
        text-align: left;
    }
}
/* ---- 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 ---- */
