/*for mobile*/
@media only screen and (max-width:760px) {
body{overflow-x: hidden;}
html{overflow-x: hidden;}
.pb-6 {padding-bottom: 2rem !important;}
.pt-6 {padding-top: 2rem !important;}
.pb-7 {padding-bottom: 2.5rem !important;}
.pt-7 {padding-top: 2.5rem !important;}
.pb-8 {padding-bottom: 3rem !important;}
.pt-8 {padding-top: 3rem !important;}
.mb-5 {margin-bottom: 1.5rem !important;}
.mt-5 {margin-top: 1.5rem !important;}
.mb-4 {margin-bottom: 1rem !important;}
.mt-4 {margin-top: 1rem !important;}
.pb-5 {padding-bottom: 1.5rem !important;}
.pt-5 {padding-top: 1.5rem !important;}
.brand-logo{max-width: 180px; margin-right: 0px;}
.fugu-responsive-btn {display: block;} 
.banner_shape1 {width: 250px;}
.banner_content h1 {font-size: 35px;}
.banner_shape2 {width: 250px;}
.banner_img_box img {width: 200px;}
.banner_img_box{padding-left: 20px; padding-right: 20px;}
.heading_text h2 {font-size: 26px;}
.sticky_content {padding-left: 40px;padding-top: 40px;}
.sticky_content h2 {font-size: 30px;}
.sticky_content p {font-size: 20px;line-height: 26px;}
.sticky_content_img img {width: 180px;}
.sticky_content_img {padding-top: 20px;}
.trusted_box_content {margin-bottom: 20px;padding-left: 00px;}
.trusted_box_content h4 span {font-size: 30px;}
.trusted_box_content h4 {margin-bottom: 10px;}
.trusted_box_content h6 {line-height: 23px;font-size: 15px;}
.heading_text h6 {line-height: 23px;font-size: 15px;}
.hand-screen_img img {width: 200px;margin-left: 80px;}
.Security_gif {width: 300px;float: unset;margin: auto; display: block;}
.duplication_box {height: unset;padding: 2rem 2rem;width: 80%; margin: auto;}
.duplication_box p {font-size: 22px;}
.footer_screen img{max-width: 350px;}
.qr-playstore img {width: 100px;}
.footer_social_media li a {font-size: 20px;}
.footer_social_media li {margin: 0px 7px;}
.banner_content{margin-right: 0px;}
.trusted_box_content_Button { width: 150px;}
.banner_bg{background: url(../img/banner_net.png) no-repeat; background-size: 100% 100%; height: auto;}

.mobile_menu_logo {
    width: 130px;
    padding-Top: 20px;
    padding-left: 0px;
    padding-bottom: 15px;
  }
  .bma-token {
  position: absolute;
  width: 120px;
  top: 66px;
  margin: auto;
  left: 0px;
  right: 5px;
}


}
/*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 sm destop*/
@media only screen and (min-width:1000px) and (max-width:1200px) {
   
 }

/*for destop*/
@media (min-width: 1200px){
    

 }




