/*for mobile*/
@media only screen and (max-width:760px) {
html, body{overflow-x: hidden;}
.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: .7rem !important;}
.gap-2 {gap: .3rem !important;}
.gap-3 {gap: .5rem !important;}
.gap-4 {gap: 1rem !important;}
.gap-5 {gap: 1.5rem !important;}
.g-6 {--bs-gutter-y: 2rem;  --bs-gutter-x: 2rem;}
.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;}
.fs-4 {font-size: calc(0.8rem + .3vw) !important;}
.fs-1 {font-size: calc(1.1rem + 1.5vw) !important;}
.fs-2 {font-size: calc(1rem + 1.5vw) !important;}
.fs-5 {font-size: 1rem !important;}
.h5, h5 {font-size: 1rem;}
.mb-2 {margin-bottom: .2rem !important;}

.ms-5 {margin-left: 1.5rem !important;}
.ms-4 {margin-left: 1rem !important;}
.p-4 {padding: .8rem !important;}

body{font-size: 13px;}
.header_logo {width: 140px;}
.header_padding{padding-top: 80px;}
.set_up_wallet_padding h4 {font-size: 14px;}
.set_up_wallet_padding h3 {font-size: 15px;}
.box-glass-grid { gap: 10px; grid-template-columns: repeat(auto-fit, minmax(150px, 5fr));}
.banner_text h1 { font-size: 45px;}
.heading_text h2 {font-size: 30px;}
.font-45 {font-size: 30px !important;}
.banner_box{padding-top: 100px; padding-bottom: 80px; }
.faq_btn { font-size: 17px; padding: 14px 15px;  padding-right: 30px;}
.accordion-collapse {padding: 14px 15px;}
.token-circle{width:200px;}









}
/*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) {



}

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

 }




