/*for mobile*/
@media only screen and (max-width:760px) {
.p-5 {padding: 1.5rem !important;}
.p-4 {padding: 1rem !important;}
.p-3 {padding: .5rem !important;}
.p-2 {padding: .5rem !important;}
.p-1 {padding: .2rem !important;}
.mt-3, .my-3 {margin-top:.6rem !important;}
.mt-4, .my-4 {margin-top:1rem !important;}
.mt-5, .my-5 {margin-top:1.5rem !important;}
.mb-5, .my-5 {margin-bottom:1.5rem !important;}
.mb-3, .my-3 {margin-bottom:.6rem !important;}
.pb-5, .py-5 {padding-bottom: 2rem !important;}
.pt-5, .py-5 {padding-top: 1.5rem !important;}
.pb-4, .py-4 {padding-bottom: 1rem !important;}
.pt-4, .py-4 {padding-top: 1rem !important;}
.mb-4 {margin-bottom: 1rem !important;}
.mt-4 {margin-top: 1rem !important;}
.gap-2 {gap: .3rem !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;}
.h4, h4 {font-size: calc(1.100rem + .1vw);}
.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;}
.ms-2 {margin-left: .2rem !important;}
.fs-5 {font-size: 1.10rem !important;}
.fs-2 {font-size: 1.30rem !important;}
.fs-7{font-size: .8rem;}
.fs-8{font-size: .7rem;}
html{overflow-x: hidden;}
body {font-size: 14px;overflow-x: hidden;}
.logo{max-width: 160px;}
.theme_btn span{padding: 7px 15px;}
.mobile_menu_bar{background: #1b1b1b; position: relative; flex-grow: 1; padding: 5px 10px; border-radius: 12px;}
.mobile_menu_bar::before{content: ""; background: url(../img/menu_icon.png); position: absolute; width: 28px; height: 33px; right: -19px; top: 6px; background-size: 100% 100%;}
.header_padding{padding-top: 65px;}
.heading_text h2 {font-size: 32px; font-weight: 300;}
.left-box-shap2, .right-box-shap2 {width: 100px;}
.accordion_head {font-size: 15px; padding: 19px 35px;}
.plusminus {right: 8px; width: 20px;}
.accordion_body{padding: 0px 35px; padding-bottom: 15px;}
.accordion_body p {font-size: 14px; line-height: 22px;}
.footer_box { border-left: 1px solid #3a3a3a; border-right: 1px solid #3a3a3a;}
.ticker-wrapper h3{font-size:40px; }
.btn_lg { padding: 10px 25px !important; font-size: 14px;}

.roadmap_box_content {position: unset; padding: 0; padding-left: 50px;}
.roadmap_box_btm{padding-top: 0px;}
.road_map_icon {top:0; left: -43px;}
.roadmap_box_content::before{ display: block;}
.feature_box {padding: 25px 25px;}
.common-box-heading{position: unset;}

.step_box_connect.step2_margin {margin-top: 10px; margin-bottom: 25px;}
.step_box_connect.step4_margin {margin-top: 10px;}
.how_to_buy_box { margin-top: 50px;}
@keyframes ripple {
    0% { top: 150px; left:150px;width: 0; height: 0; opacity: 1; }
    100% {top: 0; left: 0;  width: 300px; height: 300px; opacity: 0;}
}
.wave__container {width: 300px; height: 300px;}
.wave__container img {width: 100px;}
.step_box_connect.step3_margin {margin-top: 130px;}
.step_box_connect .img_box{position: unset; width: 55px; height: 55px; padding: 12px; margin-bottom: 15px;}
.step_box_connect{padding-left: 20px;}
.banner_content{position: unset; margin-top: -40px;}
.banner_content h1 {font-size: 35px;}
.banner_content p {font-size: 16px;}



}
/*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) {
.mobile_menu_bar{background: #1b1b1b; position: relative; flex-grow: 1; padding: 5px 10px; border-radius: 12px;}
.mobile_menu_bar::before{content: ""; background: url(../img/menu_icon.png); position: absolute; width: 38px; height: 40px; right: -26px; top: 5px;background-size: 100% 100%;}
.heading_text h2 {font-size: 40px;}
.x-light{max-width: 400px;}
.banner_content h1 {font-size: 45px;}
.banner_content p {font-size: 16px;}


}

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

 }




