

/* XXL — Large Desktop start */

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}


/*  XL — Desktop / 1200px - 1399px start */

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container {
        max-width: 1240px;
    }
}

/* LG — Laptop / 992px - 1199px start */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 1800px;
    }

    .navbar .navbar-nav > li > a{
        padding: 25px 16px !important;
    }
}

/*  MD — Tablet / 768px - 991px */

@media (min-width: 768px) and (max-width: 991.98px) {

    
    .container {
        max-width: 720px;
    }
    .header{
        display: none !important;
    }

    .mobile_view_header_div_main{
        display: block !important
    }
    
    .px-80{
  padding-inline: 5px !important;
}

.content_counter_main_div{
    grid-template-columns: repeat(1, 1fr) !important;
}



.experience_div{
    text-align: center !important;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100% !;
    justify-content: center !important;
    padding: 23px 15px 23px 15px !important;
}

.counter_box_main_div{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
     
}

.counter_box_main_div2{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
     
}

.compnay_profile_cp_mega_nav_div{
    border: 1px solid var(--border-color) !important;
    border-radius: 10px !important;
}

.compnay_profile_cp_mega_nav_div{
     grid-template-columns: 1fr !important;
     gap: 2px !important;
}

.cp_mega_cp_div_logo{
    height: 250px;
}


.cp_mega_data_div{    
    padding: 10px 20px !important;
}

.bhag_content{
    width: 100% !important;
}

.bhag_highlight_box > h2 > span{
    display: inline-block !important;
}

.investor_content_div_overlay{
      position: absolute;
        top: 80px;
        z-index: 1;
        left: 30px;
        right: 30px;
        margin: auto !important;
}

.investor_content_div_overlay > .investor_content_data_div{
    width: 300px !important;
}

 .investor_content_div_overlay > .investor_content_data_div > h3{
    font-size: 20px;
    margin-bottom: 10px !important;
   
 }

  .investor_content_div_overlay > .investor_content_data_div > p{
    font-size: 11px;
    line-height: 20px;
  }

  /*  */


.join_content_div_overlay{
      position: absolute;
        top: 80px;
        z-index: 1;
        left: 30px;
        right: 30px;
        text-align: center !important;
        margin: auto !important;
}

.join_content_div_overlay > .join_content_data_div{
    width: 100% !important;
}

 .join_content_div_overlay > .join_content_data_div > h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 4px !important;
 }

  .join_content_div_overlay > .join_content_data_div > p{
    font-size: 12px;
    line-height: 24px;
  }

  .join_divider_bottom{
    text-align: center;
    margin: 10px auto;
  }
  /*  */

}

/* SM — Mobile Landscape / 576px - 767px start*/

@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        max-width: 540px;
    }

      .header{
        display: none !important;
    }

    .mobile_view_header_div_main{
        display: block !important
    }


     .px-80{
  padding-inline: 5px !important;
}


.experience_div{
    text-align: center !important;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100% !important;
    justify-content: center !important;
    padding: 23px 15px 23px 15px !important;
}

.content_counter_main_div{
    grid-template-columns: repeat(1, 1fr) !important;
}

.experience_div{
    text-align: center !important;
}

.counter_box_main_div{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
     
}

.counter_box_main_div2{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
     
}

    .mobile_slider{
    display: block !important;
}

.desktop_slider{
  display: none !important;  
}



.content_div_overlay{
    top: 30px !important;
    left: 0px !important;
    right: 0px !important;
    text-align: center !important;
}

.content_div_overlay > .content_data_div > h3{
    font-size: 26px !important;
    letter-spacing: .2px !important;
    margin-bottom: 8px !important;
}


.content_div_overlay > .content_data_div > p{
    font-size: 17px !important;
    line-height: 24px !important;
}


.divider_bottom{
    margin: 23px auto auto auto !important;
}

.content_div_overlay > .content_data_div{
    margin-bottom: 30px !important;
}

.content_div_overlay > .content_data_div > p{
    font-size: 17px !important;
    line-height: 24px !important;
}



.qtyfeels_content_div_overlay{
    top: 30px !important;
    left: 0px !important;
    right: 0px !important;
    text-align: center !important;
}

.qtyfeels_content_div_overlay > .qtyfeels_content_data_div > h3{
    font-size: 26px !important;
    letter-spacing: .2px !important;
    margin-bottom: 8px !important;
}


.qtyfeels_content_div_overlay > .qtyfeels_content_data_div > p{
    font-size: 17px !important;
    line-height: 24px !important;
}


.join_content_div_overlay{
    top: 30px !important;
    left: 0px !important;
    right: 0px !important;
    text-align: center !important;
}

.join_content_div_overlay > .join_content_data_div > h3{
    font-size: 27px !important;
    letter-spacing: .2px !important;
}

.join_divider_bottom{
    margin: 10px auto auto auto !important;
}

.join_content_div_overlay > .join_content_data_div{
    margin-bottom: 30px !important;
}

.product_slide_main_box{
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
}

.product_slide_main_box > :nth-child(1) {
    order: 2;
}

.product_slide_main_box > :nth-child(2) {
    order: 1;
}


.products_slide_features{
    padding-bottom: 70px !important;
}


 .slider-navigation {
        top: auto;
        right: 50%;
        bottom: 15px;
        width: calc(100% - 30px);
        max-width: 380px;
        height: 70px;
        transform: translateX(50%);
        padding: 8px 12px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-radius: 40px;
    }


    .slider-arrow {
        width: 42px;
        height: 45px;
        flex: 0 0 42px;
        font-size: 14px;
    }


    .slider-numbers {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0;
        overflow: hidden;
    }


    .slider-number {
        width: 45px;
        height: 45px;
        min-width: 45px;
        border-radius: 14px;
        font-size: 15px;
        transform: rotate(270deg);
    }

.mobile_whatsapp{
    display: block !important;
}

.desktop_whatsapp{
    display: none !important;
}

.footer_bottom_row{
    flex-direction: column-reverse !important;
}

.footer_social{
    margin-bottom: 20px !important;
}


.compnay_profile_cp_mega_nav_div{
     grid-template-columns: 1fr !important;
     gap: 2px !important;
}

.cp_mega_cp_div_logo{
    height: 250px;
}

.cp_mega_data_div{    
    padding: 10px 20px !important;
}


.bhag_content{
    width: 100% !important;
}

.bhag_highlight_box > h2 > span{
    display: inline-block !important;
}


.qtyfeels_finish_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    width: 100%;

    z-index: 1;
    pointer-events: none;

    background: linear-gradient(
        to bottom,
        var(--color-white) 0%,
        rgba(255, 255, 255, 0.85) 40%,
        rgba(255, 255, 255, 0) 100%
    );
}

.investor_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    width: 100%;

    z-index: 1;
    pointer-events: none;

    background: linear-gradient(
        to bottom,
        var(--color-white) 0%,
        rgba(255, 255, 255, 0.85) 40%,
        rgba(255, 255, 255, 0) 100%
    );
}


.investor_content_div_overlay{
      position: absolute;
        top: 50px;
        z-index: 1;
        left: 30px;
        right: 30px;
        text-align: center !important;
        margin: auto !important;
}

.investor_content_div_overlay > .investor_content_data_div{
    width: 100% !important;
}

 .investor_content_div_overlay > .investor_content_data_div > h3{
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 4px !important;
 }

  .investor_content_div_overlay > .investor_content_data_div > p{
    font-size: 12px;
    line-height: 24px;
  }

  .investor_divider_bottom{
    text-align: center;
    margin: 10px auto;
  }

  /*  */


.join_content_div_overlay{
      position: absolute;
        top: 50px;
        z-index: 1;
        left: 30px;
        right: 30px;
        text-align: center !important;
        margin: auto !important;
}

.join_content_div_overlay > .join_content_data_div{
    width: 100% !important;
}

 .join_content_div_overlay > .join_content_data_div > h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 4px !important;
 }

  .join_content_div_overlay > .join_content_data_div > p{
    font-size: 12px;
    line-height: 24px;
  }

  .join_divider_bottom{
    text-align: center;
    margin: 10px auto;
  }
  /*  */

}

/* XS — Mobile / Below 576px start */

@media (max-width: 575.98px) {

.footer_bottom_row{
    flex-direction: column-reverse !important;
}

.footer_social{
    margin-bottom: 20px !important;
}
    
.mobile_whatsapp{
    display: block !important;
}

.desktop_whatsapp{
    display: none !important;
}


      .header{
        display: none !important;
    }

    .mobile_view_header_div_main{
        display: block !important
    }

    
    .container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
     .px-80{
  padding-inline: 5px !important;
}


.content_div_overlay{
    top: 30px !important;
    left: 0px !important;
    right: 0px !important;
    text-align: center !important;
}


.content_div_overlay > .content_data_div > h4{
   font-size: 26px !important;
    letter-spacing: .2px !important;
   margin-bottom: 8px !important;
}


.join_divider_bottom{
    margin: 10px auto auto auto !important;
}


.content_div_overlay > .content_data_div{
    margin-bottom: 30px !important;
}


.join_content_div_overlay{
    top: 30px !important;
    left: 0px !important;
    right: 0px !important;
    text-align: center !important;
}

.join_content_div_overlay > .join_content_data_div > h4{
    font-size: 27px !important;
    letter-spacing: .2px !important;
}

.join_divider_bottom{
    margin: 10px auto auto auto !important;
}

.join_content_div_overlay > .join_content_data_div{
    margin-bottom: 30px !important;
}

.qtyfeels_content_div_overlay{
    top: 30px !important;
    left: 0px !important;
    right: 0px !important;
    text-align: center !important;
}

.qtyfeels_content_div_overlay > .qtyfeels_content_data_div > h3{
    font-size: 26px !important;
    letter-spacing: .2px !important;
    margin-bottom: 8px !important;
}


.qtyfeels_content_div_overlay > .qtyfeels_content_data_div > p{
    font-size: 17px !important;
    line-height: 24px !important;
}


.qtyfeels_finish_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    width: 100%;

    z-index: 1;
    pointer-events: none;

    background: linear-gradient(
        to bottom,
        var(--color-white) 0%,
        rgba(255, 255, 255, 0.85) 40%,
        rgba(255, 255, 255, 0) 100%
    ) !important;
}


.product_slide_main_box{
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
}
.product_slide_main_box > :nth-child(1) {
    order: 2;
}

.product_slide_main_box > :nth-child(2) {
    order: 1;
}

.products_slide_features{
    padding-bottom: 70px !important;
}


 .slider-navigation {
        top: auto;
        right: 50%;
        bottom: 15px;
        width: calc(100% - 30px);
        max-width: 380px;
        height: 70px;
        transform: translateX(50%);
        padding: 8px 12px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-radius: 40px;
    }


    .slider-arrow {
        width: 42px;
        height: 45px;
        flex: 0 0 42px;
        font-size: 14px;
        transform: rotate(270deg);
    }


    .slider-numbers {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0;
        overflow: hidden;
    }


    .slider-number {
        width: 45px;
        height: 45px;
        min-width: 45px;
        border-radius: 14px;
        font-size: 15px;
    }



.experience_div{
    text-align: center !important;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100% !important;
    justify-content: center !important;
    padding: 23px 15px 23px 15px !important;
}

.experience_div{
    text-align: center !important;
}

.content_counter_main_div{
    grid-template-columns: repeat(1, 1fr) !important;
}

.counter_box_main_div{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
     
}

.counter_box_main_div2{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
     
}



     .mobile_slider{
    display: block !important;
}

.desktop_slider{
  display: none !important;  
}


.content_div_overlay > .content_data_div > h3{
     font-size: 26px !important;
    letter-spacing: .2px !important;
    margin-bottom: 8px !important;
}

.content_div_overlay > .content_data_div > p{
    font-size: 17px !important;
    line-height: 24px !important;
}

.divider_bottom{
    margin: 23px auto auto auto !important;
}


.compnay_profile_cp_mega_nav_div{
     grid-template-columns: 1fr !important;
     gap: 2px !important;
}

.cp_mega_cp_div_logo{
    height: 250px;
}


.cp_mega_data_div{    
    padding: 10px 20px !important;
}


.bhag_content{
    width: 100% !important;
}

.bhag_highlight_box > h2 > span{
    display: inline-block !important;
}


.investor_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    width: 100%;

    z-index: 1;
    pointer-events: none;

    background: linear-gradient(
        to bottom,
        var(--color-white) 0%,
        rgba(255, 255, 255, 0.85) 40%,
        rgba(255, 255, 255, 0) 100%
    );
}


.investor_content_div_overlay{
      position: absolute;
        top: 50px;
        z-index: 1;
        left: 30px;
        right: 30px;
        text-align: center !important;
        margin: auto !important;
}

.investor_content_div_overlay > .investor_content_data_div{
    width: 100% !important;
}

 .investor_content_div_overlay > .investor_content_data_div > h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 4px !important;
 }

  .investor_content_div_overlay > .investor_content_data_div > p{
    font-size: 12px;
    line-height: 24px;
  }

  .investor_divider_bottom{
    text-align: center;
    margin: 10px auto;
  }

  /*  */


.join_content_div_overlay{
      position: absolute;
        top: 50px;
        z-index: 1;
        left: 30px;
        right: 30px;
        text-align: center !important;
        margin: auto !important;
}

.join_content_div_overlay > .join_content_data_div{
    width: 100% !important;
}

 .join_content_div_overlay > .join_content_data_div > h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 4px !important;
 }

  .join_content_div_overlay > .join_content_data_div > p{
    font-size: 12px;
    line-height: 24px;
  }

  .join_divider_bottom{
    text-align: center;
    margin: 10px auto;
  }
  /*  */

}