/*Extra large devices (large desktops, 1200px and up)*/
@media(min-width: 1200px) {
    .container{
        max-width: 1200px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* .custom_grid .col {
        -webkit-box-flex: 0 0 192px;
        -ms-flex: 0 0 192px;
        flex: 0 0 192px;
        max-width: 192px;
    } */
    .delivery_box_wrapper p {
        font-size: 18px;
    }
    .mt_lg_50 {
        margin-top: 50px;
    }
    .mt_lg_70 {
        margin-top: 70px;
    }
    .powering_wrapper .box {
        height: 250px;
        font-size: 23px;
    }
    .app_screen img {
        max-width: 228px;
        top: 12px;
    }
    .dash_screen img {
        max-width: 415px;
        top: 12px;
        left: 39%;
    }
    #menu li a{
        padding: 0 15px;
    }
}

@media (max-width: 1199.98px) {
    .delivar_box p br {
        display: none;
    }
    .lau_btn {
        font-size: 20px;
    }
    .lau_ab {
        right: 35px;
        max-width: 355px;
    }
    h2.title {
        font-size: 35px;
    }
    .footer_txt p,
    .footer_txt p a {
        font-size: 18px;
    }
    .contact_box p {
        font-size: 23px;
    }
    .get_text p {
        font-size: 21px;
        line-height: 40px;
    }
    .custom_app_wrapper {
        height: auto;
    }
    .delivar_box img {
        right: 40px;
    }
    .gshape1 {
        top: 27px;
        left: 0px;
    }
    .gshape2 {
        top: 30px;
        right: -2px;
    }
    .gshape3 {
        left: -5px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .flow_box {
        max-width: 169px;
        font-size: 14px;
    }
    .flow_box .icon_box {
        height: 90px;
    }
    .work_flow_area .container .row::before {
        top: 202px;
        height: 223px;
    }
    .feature_box p {
        font-size: 15px;
        line-height: 20px;
    }
    .app_content {
        left: 50%;
    }
    .app_screen img {
        max-width: 184px;
        top: 10px;
        left: 50%;
    }
    .dash_screen img {
        max-width: 545px;
        top: 15px;
        left: 39.5%;
    }
    .dash_content {
        margin-top: 30px;
    }
}

@media (max-width: 991.98px) {
    #menu{
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #e8fadd;
        left: -100%;
        right: 0;
        top: 0;
        padding-top: 90px;
        z-index: -1;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    #menu li{
        text-align: center;
        display: block;
        margin-top: 15px;
    }
    #menu {
        margin-top: 15px;
      }
    #menu li a {
        padding: 0 15px;
    }
    #menu li:last-child a{
        padding-right: 15px;
    }
    header #menu li a.button {
        margin-left: 0px;
    }
    #menu.current{
        left: 0;
    }
    .hamburger-menu{
        display: block;
    }
    .landing_wrapper {
        text-align: center;
        height: auto;
        padding: 130px 0 60px;
    }
    .landing_wrapper p {
        max-width: 100%;
        font-size: 20px;
        line-height: 30px;
    }
    .landing_wrapper .button {
        margin-bottom: 50px;
    }
    .vegi_1,
    .vegi_2,
    .vegi_3 {
        display: none;
    }
    h2.title {
        font-size: 40px;
        margin: 0 auto;
    }
    .custom_grid .line_shape {
        display: none;
    }
    .delivery_wrapper .title {
        text-align: center;
    }
    .launch_wrapper {
        position: relative;
        padding: 70px 0;
        text-align: center;
    }
    .lau_text p {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .lau_text {
        padding-bottom: 20px;
      }
    .launch_wrapper img {
        margin-top: 30px;
    }
    .lau_text h3 {
        max-width: 100%;
        margin: auto auto 25px auto;
    }
    .lau_img {
        margin-top: 30px;
    }
    .get_text p,
    .getp_text {
        max-width: none !important;
    }
    .footer_txt {
        text-align: center;
    }
    /* .custom_grid .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    } */
    .custom_app_wrapper {
        height: auto;
    }
    .mobile_app {
        position: relative;
        left: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        text-align: center;
        top: auto;
    }
    .mt_md_40 {
        margin-top: 40px;
    }
    .mt_md_0 {
        margin-top: 0px;
    }
    .custom_app_wrapper .title {
        margin-bottom: 40px;
    }
    .lau_color {
        padding: 50px 25px;
    }
    .delivar_box {
        max-width: 100%;
    }
    .manager_img {
        left: auto;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        position: relative !important;
        margin-bottom: 30px;
    }
    .gshape1 {
        left: 65px;
    }
    .gshape2 {
        right: 63px;
    }
    .gshape3 {
        left: 50px;
    }
    .app_content {
        height: 425px;
    }
    .manager_wrapper{
        padding-bottom: 60px;
    }
    .slider_wrapper {
        padding-bottom: 90px;
    }
}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767.98px) {
    .lau_text h3 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 35px;
    }
    .lau_text p {font-size: 18px;}
    .launch_wrapper a img {max-width: 150px;}
    h2.title {font-size: 30px;}
    .footer_bottom {margin-top: 25px;}
    .section_pad {padding: 50px 0 60px;}
    .launch_wrapper {padding: 50px 0;}
    .delivery_wrapper {padding: 50px 0 60px;}
    .row.custom_grid .col.mt_40 {margin-top: 25px;}
    .owl-carousel.slider_active.mt_30 {margin-top: 10px;}
    .custom_app_wrapper {padding-bottom: 50px;padding-top: 0px;}
    #mango_types .row .mt_50 {margin-top: 0px;}
    #mango_types .row .mt_50:not(:first-child) {margin-top: 20px;}
    .custom_app_wrapper .title {margin-bottom: 25px;}
    /* .custom_grid .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    } */
    .powering_wrapper .box {
        height: 250px;
        font-size: 24px;
    }
    .slider_wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .mb_mobile_0 {
        margin-bottom: 0;
    }
    .powering_wrapper {
        padding: 90px 0;
    }
    .gshape1 {
        left: 19px;
    }
    .gshape2 {
        right: 27px;
    }
    .gshape3 {
        left: 14px;
    }
    .work_flow_area .container .row::before {
        display: none;
    }
    .work_flow_area {
        padding-block: 50px;
    }
    .work_flow_area .mt_40 {
        margin-top: 30px;
    }
    .app_content {
        height: 406px;
        left: 0;
        margin: 30px 0 30px;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        background-position: top center;
    }
    .app_screen img {
        max-width: 177px;
        top: 10px;
        left: 50%;
    }
    .dash_content {
        height: 245px;
        margin: 30px 0 0;
        background-position: top center;
    }
    .dash_screen img {
        max-width: 337px;
        top: 8px;
        left: 0;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    footer{text-align: center;}
    .footer_top .row .mt_30 {
        margin-top: 0;
      }
    .footer_top .media{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    footer h4{
        margin-top: 20px;
        margin-bottom: 15px !important;
    }
    footer ul li {margin-top: 7px;}
    footer .media {margin-bottom: 7px;}
    footer .logo{margin: auto;}
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575.98px) {
    h2.title,
    .title {
        font-size: 30px;
    }
    .delivar_box {
        padding: 30px;
    }
    .delivar_box h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .delivar_box p {
        font-size: 16px;
        padding-right: 0;
    }
    .lau_color {
        padding: 30px 15px 30px 15px;
    }
    .lau_text p {
        font-size: 19px;
        margin-bottom: 30px;
    }
    .contact_box {
        padding: 30px 15px 30px 15px;
    }
    .get_text p,
    .con_input {
        font-size: 16px;
    }
    .contact_box p{
        font-size: 20px;
    }
    .sub_title {
        font-size: 20px;
    }
    .integration_wrapper .title {
        margin-bottom: 10px;
    }
    .landing_wrapper h1 {
        font-size: 28px;
    }
    .landing_wrapper p {
        font-size: 17px;
    }
    .feature_box h3 {
        font-size: 24px;
    }
    .powering_wrapper .box {
        height: 170px;
        font-size: 16px;
    }
    .delivery_box {
        height: 170px;
        margin-bottom: 20px;
        padding: 20px;
    }
    .delivery_box_wrapper {
        font-size: 17px;
    }
    .delivar_box h3 {
        font-size: 19px;
        padding-right: 50px;
    }
    .delivar_box img {
        top: 12px;
        right: 15px;
        width: 35px;
    }
    .gshape1,
    .gshape2,
    .gshape3 {
        display: none;
    }
    .manager_text .accordion .acc_btn {
        padding: 15px 15px;
    }
    .manager_body {
        padding: 0 15px 25px 15px;
    }
    .flow_box .step_number {
        display: none;
    }
    .flow_box .icon_box {
        height: 75px;
    }
    .flow_box .icon_box img {
        max-width: 65px;
    }
    .flow_box p br {
        display: none;
    }
    .flow_box {
        padding: 13px 10px;
        font-size: 13px;
    }
    .dash_screen img {
        max-width: 79%;
        top: 6px;
        left: 0;
    }
   
    footer h4{
        margin-top: 10px;
    }
    footer {
        padding-block: 30px;
      }
}
@media screen and (max-width:500px) {
    .delivar_box h3 {padding-right: 0;margin-bottom: 0;}
    .delivar_box p {padding-right: 5px;}
    ul.footer_links_set{
        columns: 1;
    }
}
@media screen and (max-width:455px) {
    footer h4 {margin-top: 18px;}
    .delivery_wrapper {padding: 30px 0 40px;}
    h2.title, .title {font-size: 26px;text-transform: capitalize !important;line-height: 32px;}
    .delivery_box {height: 150px;margin-bottom: 10px;}
    .delivery_box_wrapper p {line-height: 24px;font-size: 16px;}
    .custom_app_wrapper .title {margin-bottom: 15px;}
    .work_flow_area {padding-block: 30px;}
    .work_flow_area .mt_40 {margin-top: 15px;}
    .work_flow_area .mt_40 > div {height: 100%;}
    .slider_wrapper {padding-block: 30px;line-height: 26px;}
    .launch_wrapper {padding: 30px 0;}
    .lau_text p {font-size: 16px;margin-bottom: 0;}
    .launch_wrapper a img {margin-top: 15px;}
    .section_pad {padding-block: 30px;}
    .get_text {padding-top: 10px;}
    .contact_box p {margin-bottom: 0px;}
    form .mb_25 {margin-bottom: 0;}
    .delivar_box {flex-direction: column-reverse;align-items: center;gap: 20px;padding: 20px;text-align: center;}
    footer {padding-bottom: 20px;}
}