/*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;}

header.menu_fixed {background: #fff;}
.header_logo { width: 100px;}
.fugu-responsive-btn .btn-style{width: 50%; justify-content: center; padding: 11px 16px;}

.offset-left {margin-left: 0; padding-left: 15px;}


.glass-box h1 {font-size: 22px;}
.hero-slider {width: 95%;}
.banner-section{background: #066741f5;}
.round_bg_one{display: none;}
.round_bg_two{display: none;}
.round_bg_three{display: none;}
.side-image-mobile{width: 250px; margin: auto; display: block;}
.all_heading h2 {font-size: 25px; font-weight: 600;}
.border_button {font-size: 13px; margin-bottom: 20px !important;}
.border_button_dark {font-size: 13px; margin-bottom: 20px !important;}
.bg_button {font-size: 13px;}
.Banner_video::before {background-image: linear-gradient(to top, #047145, rgba(18, 12, 26, 0.55) 30%);}
.margin_top{margin-top: 20px;}
.package_slide .owl-nav {position: absolute; top: -57px; right: 15px;}
.max-500 {max-width: 100%;}
.max-400 {max-width: 100%;}
.trading_before {left: 46px;}
.inner_header_padding {padding-top: 80px;}
.progress-wrapper {width: 100%;}
.border_right_bottom_radius{border-radius: 0px 0px 10px 10px;}
.border_left_bottom_radius{border-radius: 10px 10px 0px 0px;}
.tab-content{margin-top: 20px;}
.mobile-text-start{text-align: left !important;}





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

 }



