/*for mobile*/
@media only screen and (max-width:760px) {
    
.p-5 {padding: 1.5rem !important;}
.mt-5, .my-5 {margin-top:1.5rem !important;}
.mb-5, .my-5 {margin-bottom:1.5rem !important;}
.pb-5, .py-5 {padding-bottom: 2rem !important;}
.pt-5, .py-5 {padding-top: 2rem !important;}
.mb-4 {margin-bottom: 1rem !important;}
.mt-4 {margin-top: 1rem !important;}
.p-3 {padding: .5rem !important;}
.gap-3 {gap: .5rem !important;}
.gap-4 {gap: 1rem !important;}
.gap-5 {gap: 1.5rem !important;}
.g-5, .gy-5 {--bs-gutter-y: 1.5rem;}
.g-5, .gx-5 { --bs-gutter-x: 1.5rem;}
.g-4, .gy-4 {--bs-gutter-y: 1rem;}
.g-4, .gx-4 { --bs-gutter-x: 1rem;}
.g-6 {--bs-gutter-y: 2rem;--bs-gutter-x: 2rem;}
.p-4 {padding: 1rem !important;}
.h5, h5 {font-size: 1rem;}
.mb-2 {margin-bottom: .2rem !important;}
.pb-3 {padding-bottom: .7rem !important;}
.pt-3 {padding-top: .7rem !important;}
.ms-5 {margin-left: 1.5rem !important;}
.ms-4 {margin-left: 1rem !important;}
.fs-5 {
  font-size: 1.1rem !important;
}
.brand-logo img {width: 130px;}
.site-header .mobile-menu-trigger {filter: brightness(0%);}
body {font-size: 14px;}

.header_padding {padding-top: 60px;}
header .navbar .container {padding: 0px;}
.offset-left {margin-left: 0; padding: 0px 15px;}
.row_20 .col-md-3{width: 100%;}
.banner_heading h1 {font-size: 32px; line-height: 40px;}
.banner_bg {background: url(../img/home/banner-img_mobile.avif) no-repeat; background-size: 100% 100%;}
.all_heading h2 {font-weight: 600; font-size: 26px;}
.banner-img {max-width: 100%;}
.btn {font-size: 14px;}
.medium_heading {font-size: 18px;}
.text-end {text-align: left !important;}
.plan_bg .plan_para {display: block; position: unset; height: 50%;}
.future_dashed_one {height: 400px; width: 380px;}
.future_img_one {max-width: 190px;}
.future_dashed_two {height: 340px; width: 340px; right: 6px; bottom: -180px;}
.future_dashed_three {height: 340px; width: 340px; right: 6px; bottom: -180px;}
.best_choice_img {max-width: 100%;}
.promotion_img {max-width: 100%;}
.responsive_img {max-width: 200px; position: unset; margin-bottom: -24px; margin-top: 20px;}
.mlm_banner_img {max-width: 100%; margin-left: 0px;}
.count_rotate_one {rotate: 0deg; margin-left: 0px; margin-top: 15px; margin-bottom: 15px;}
.count_rotate_two {rotate: 0deg; margin-left: 0px;}
.about_mobile_margin .mt-5{margin-top: 0px !important;}
.about_mobile_margin .mb-5{margin-bottom: 0px !important;}
.about_mobile_margin .mt-3{margin-top: 0px !important;}
.logo_items div {margin: 0px 20px; text-align: center; width: 60px;}
.border_right{border-right: none;}
.check_list.industrie_ul{ grid-template-columns: 1fr; gap: 3px;}
.industrie_mobile_image{max-width: 250px; margin: auto; display: block;}
.user_kyc_img {max-width: 300px; position: unset; margin: auto; display: block;}
.user_features_bg h2 {font-size: 55px; text-align: center;}
.user_logo {max-width: 50px; top: 43px; left: 10px;}
.user_round_tree {max-width: 60px; top: 43px; right: 10px;}
.form-row {display: inline-grid; gap: 20px; margin-bottom: 20px; width: 100%;}
.contact_bg {padding: 20px;}
.contract_slide{display: none;}

.max-500 {max-width: 100%;}
.max-550 { max-width: 100%;}
.counter {font-size: 32px;}
.about_counter {font-size: 32px;}
.mobile_left{margin-left: 20px;}
.sub-menu--item .btn-register {display: none;}
.sub-menu--item hr{display: none;}

}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {
.row_20 .col-md-3{width: 50%;}

}
/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1000px) {
.row_20 .col-md-3{width: 25%;}


}

/*for destop*/
@media (min-width: 1200px){
 

 }




