/*for mobile*/
@media only screen and (max-width:760px) {
.navbar-toggler-icon{filter: brightness(0%);}
html{overflow-x: hidden;}
body{overflow-x: hidden;}
.navbar-nav .nav-item {margin-left: 0px; margin-top: 10px}
.navbar-collapse{margin-top: 20px;}
header .btn_style {width: 100%;}
header{background: #fff; }
.border_btn {margin: 0px 0px;}
.Logo {width: 130px;}


.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: 1.5rem !important;}
.pt-5, .py-5 {padding-top: 1.5rem !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;}
.h5, h5 {font-size: 1.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;}

.HeaderPadding {padding-top: 90px;}
.BannerImage{width: 100%;}
.GatewayImage {width: 300px; margin: auto; display: block;}

.GatewayHeading h2 {font-size: 23px;}
.BannerHeading h2 {font-size: 23px;}
.BannerHeading p{color: #333;}
.AboutHeading h2 {font-size: 23px; }
.TransferHeading h2 {font-size: 23px; }
.MobileBg{background: #fff; padding: 10px; border-radius: 15px;}
.banner-section {height: 100%;}
.HeadingMobile{margin: 89px 0px 15px 0px;}
.GatewayHeading p {font-size: 15px;}
.GlobalInnerPara {font-size: 15px;}
.GlobalInnerHeading {font-size: 20px;}
.FooterLeft{margin-left: 0px;}
.Banner_video::before{content: ""; opacity: 0.8; background-image: linear-gradient(to right, #00003B, #00003B, #00003B, transparent,); position: absolute; left: 0; right: 0; top:0; bottom: 0;}
.AboutBg{background:url(../img/AboutBg.png) no-repeat; background-size: cover; width: 100%;}
.AboutParaWidth {width: 100%;}


.FooterLogo{width: 150px; margin: auto; display: block;}
.FooterCopyRight {text-align: center;}



}
/*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) {
    .HeadingMobile{margin: 50px 0px 15px 0px;}
    .banner-section {height: 100%;}
}

/*for destop*/
@media (min-width: 1200px){
 

 }




