   /* 1199 media start*/

@media all and (max-width: 1199px) {

  }
   /* 1199 media end*/


   /* 992 media start*/
  @media all and (max-width: 992px) {
.topbar_header{
    display: none !important;
}

.navbar{
    display: none !important;
}

.mobile_view_header_div_main{
    display: block !important;
    position: sticky;
    top: 0px !important;
    background-color: var(--white-color) !important;
    z-index: 9;
}

  }
   /* 992 media end*/

    /* 768 media start*/
  @media all and (max-width: 768px) {


.slider_section2{
    display: block !important;
}

.slider_section{
    display: none !important;
}

    .orderslider1{
        order: 1;
    }

    .orderslider2{
        order: 2;
    }

    .nested_product_details_div > p{
        display: none !important;
    }

    .nested_lifts_btn{
        display: none !important;
    }

    .nested_product_details_div > h3{
        font-size: 15px !important;
    }


    .mobile-navbar-brand > img {
   width: 190px !important;
    }

   .desktop_whatsapp{
        display: none !important;
    }

    .mobile_whatsapp{
        display: block !important;
    }

    .product_lift_heading_left_side_div01{
        margin-bottom: 60px !important;
    }

    .product_lift_heading_left_side_div02{
        margin-bottom: 60px !important;
    }

    .lifts_center_image_div{
        margin: 20px 0px !important;
    }


  }
    /* 768 media end*/

