/*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;}
.gap-2 {gap: .2rem !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;}
.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;}

.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%;}
.brand-logo {max-width: 120px;}

.banner_heading h2 { font-size: 30px; line-height: 40px;}
.banner_heading h2 span{ font-size: 35px;}
.banner_heading p { font-size: 16px;}
.banner_card { width: 100%;}
.banner_section {height: auto;}
.banner_coin_text {font-size: 14px;}
.banner_coin_icon { width: 90px;}

body {font-size: 12px;}
.faq_img {max-width: 100%; }
header.menu_fixed {background: #fff;}
.header_logo { width: 100px;}

.header_padding {padding-top: 50px;}
.btn-style svg {display: none;}
.portfolio_heading h3 {font-size: 28px;}
.portfolio p {font-size: 18px;}
.book-demo-button {font-size: 19px; padding: 8px 20px;}
.book-demo-button .button-arrow {width: 35px; height: 35px}
.crypto_patment_heading {font-size: 30px}
.offset-left {margin-left: 0; padding-left: 15px;}
.heading_text h2 {font-size: 40px;}
.heading_text p {font-size: 17px;}
.package_slide .owl-nav {position: static; text-align: center; margin-top: 10px;}
.steps-verify-box h5 {font-size: 20px;}
.steps-verify-box p {font-size: 15px;}
.industry_heading {font-size: 25px;}
.why-choose-box {padding: 20px 20px;}
.accordion_head {font-size: 18px;}
.faq-arrow {width: 28px;}
.plusminus {right: 5px}
.footer_contact-link {font-size: 30px;}
.why-choose-box h5 {font-size: 22px;}
.why-choose-box p {max-width: 100%;font-size: 16px;}
.why-choose-box.m-active {background: #ABBAFC url(../img/home/noise.png) no-repeat;}
.why-choose-box.active.m-active-none{background: #F4F4F4 url(../img/home/noise.png) no-repeat;}
.why-choose-box.active.m-active-none::before{display: none;}
.why-choose-box.m-active::before{content: ""; position: absolute; bottom: -50px; right: -50px; width: 150px; height: 150px; border-radius: 100%; background-color: #3256F4; filter: blur(50px);}
.versatile_mobile.d-flex{display: block !important;}
.versatile_mobile.d-flex > div{display: flex; gap:10px; justify-content: center;}
.contact_button {font-size: 18px;}
.crypto_payment_heading { font-size: 37px;}
.cryptrum-icon { display: none;}
.coin_one {display: none;}
.coin_two {display: none;}
.coin_three {display: none;}
.coin_four {display: none;}
.steps-verify-box h2 { font-size: 30px;}
.solution_card { margin-top: 20px;}
.top_arrow h4 {font-size: 35px;}
.circle {width: 45px; height: 45px;}
.circle img {width: 25px;}
.inverted-coma { width: 40px; top: 0px; left: -10px;}
.blog_massege_text {font-size: 13px !important;}
.top_no_one { font-size: 50px;}


.mobile_hide{display: none;}

.contact_phone {display: none;}
.contact_banner_bg{height: auto;}
.contact_header_padding {padding-top: 60px;}
.heading_mobile_center {text-align: center;}
.contact_shadow_bg::before{content: ""; display: none;}
.contact_margin_right{padding-right: 10px;}
.contact_margin_left{padding-left: 10px;}
.brand-logo img {
  width: 130px;
}

 .site-header .mobile-menu-trigger {
    display: none;
  }




}
/*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){
 

 }




