/*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-3, .gy-3 {--bs-gutter-y: .6rem;}
.g-3, .gx-3 {--bs-gutter-x: .6rem;}
.h5, h5 {font-size: 1rem;}
.mb-2 {margin-bottom: .2rem !important;}
.pb-3 {padding-bottom: .8rem !important;}
.pt-3 {padding-top: .8rem !important;}
.ms-5 {margin-left: 1.5rem !important;}
.ms-4 {margin-left: 1rem !important;}
.lien_tab.nav-tabs .nav-link {padding: 7px 10px;}
header{background: #000;}
.navbar-nav .nav-item {margin-left: 0px; display: block; width: 100%; text-align: center; margin-top: 10px;}
.navbar-nav .nav-item .nav-link {text-align: center;}
.navbar-nav .nav-item a{display: block; width: 100%;}
.navbar-collapse {margin-top: 15px;}
.heading_text h4 {font-size: 24px;}
.heading_text h2 {font-size: 40px;}
.Tick_para {font-size: 15px;}
.bullet { width: 20px; height: 20px; margin-right: 5px;}
.banner_button_bg {font-size: 16px; padding: 6px 30px;}
.button_arrow {width: 60px; margin-left: -7px;}
.middle_heading{width: 100%;}
.wallet-divider {display: none;}
.wallet-count {margin: auto; font-size: 40px}
.wallet-label {font-size: 15px; padding-left: 15px;}
.logo-icon {width: 100px; margin: 0px 20px; padding-top: 20px;}
.all_heading h2 {font-size: 30px;}
.all_heading p { font-size: 14px;}
.about_image_padding {padding-left: 20px; padding-right: 20px;}
.process-devider {display: none;}
.mobile_none {display: none;}
.all_small_heading h3 { font-size: 20px;}
.all_small_heading h4 { font-size: 18px;}
.why_choose_margin { margin-bottom: 0px;}
.coin_two {width: 80px;}
.coin_one {width: 115px;}
.wallet_bg {height: auto;}
.wallet_image {position: unset; width: 145px;  margin: auto; display: block;}
.wallet_image_two {position: unset; width: 250px; margin-bottom: -20px !important; margin: auto; display: block;}

body {font-size: 14px;}
.faq_img {max-width: 100%; }
header.menu_fixed {background: #0C2510;}
.header_logo { width: 100px;}

.plusminus {right: 8px;}

.header_padding {padding-top: 65px;}
.set_up_wallet {padding: 15px;}





}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {


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


}

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

 }




