@media (min-width: 1500px) {
    
}

@media (max-width: 1400px) {
    

}

@media (max-width: 1200px) {
   /* .chart-image, .contact-box {
        position: static !important;
    } */
    .contact-box {
        transform: translate(0);
        right: 0;
        top: auto;
        bottom: -77px;
    }
    .contact-box h4 {font-size: 20px;}
    .contact-box input, .contact-box .btn-style {padding-block: 7px;}
    .main-section .chart-image {left: 0;height: 215px;bottom: -77px;}
    /* .chart-box {margin-top: -181px;} */
    .for-height {min-height: 615px;}
    .order-manager-section .order-manager-title {font-size: 40px;}
    .order-manager-section .machin-image {width: 50%;}
    .features-section {padding-top: 250px; padding-bottom: 180px;}

    .gastro-order-text {font-size: 90px;}

}

@media (max-width: 992px) {
    .nav-list {
        position: fixed;
        height: auto;
        left: 50%;
        top: 50%;        
        transform: translate(-50%, -50%) scale(0);
        background-color: #161616;
        z-index: 10;
        width: 300px;
        padding: 30px;        
        transition: all .8s ease-in-out;
    }
    .nav-list.open {        
        transform: translate(-50%, -50%) scale(1);
    }
    .nav-list + .navlist-overlay {
        position: fixed;        
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .8);
        display: none;
    }

    .feat-box h4 {font-size: 20px;}
    .gastro-order-text {font-size: 68px;}
    .order-manager-section .machin-image {
        top: auto;
        bottom: 0;
        transform: translateY(0);
    }
    .header-content  {
        background-color: transparent !important;
        padding-inline: 0 !important;
    }
    .iphone-image {position: static !important; transform: translateX(0);}
    .for-height {min-height: auto;}
    
    .select-wrap {width: 50%;}
    .select-wrap .pill-select {width: 100%;}
    
    .plan-card .feature, .list-title, .plan-card .card-btn {opacity: 1;}
    .plan-card {border: 1px solid #666666;}
    
}

@media (max-width: 768px) {
    .feat-box.box-2, .feat-box.box-3, .feat-box.box-5 {top: 0;}
    .features-section {padding-top: 180px; padding-bottom: 100px;}
    .order-manager-section .machin-image {position:static !important; width: 70%;}
    /* Start app page */
    .section-app-title {font-size: 25px;}
    .section-height {min-height: auto !important;}    
    
}

@media (max-width: 576px) {   
    .main-section .chart-image {width: 150px;}
    .contact-box{max-width: 100%;position: static !important;}
    .features-section {padding: 80px 0;}
    .iphone-image {width: 80%;}
    .app-section .app-section-title{font-size: 35px;}
    .order-manager-section .machin-image {width: 100%;}

    /* Start page title */
    .page-title {font-size: 30px;}
   .sub-page-title {font-size: 20px;}

   .select-wrap {width: 100%;}
        
    
}

