/*for mobile*/
@media only screen and (max-width:760px) {
body{font-size: 13px;}
.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;}
.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: .7rem !important;}
.gap-2 {gap: .3rem !important;}
.gap-3 {gap: .5rem !important;}
.gap-4 {gap: 1rem !important;}
.gap-5 {gap: 1.5rem !important;}
.g-6 {--bs-gutter-y: 2rem;  --bs-gutter-x: 2rem;}
.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;}
.fs-4 {font-size: calc(0.8rem + .3vw) !important;}
.fs-1 {font-size: calc(1.1rem + 1.5vw) !important;}
.fs-2 {font-size: calc(1rem + 1.5vw) !important;}
.fs-5 {font-size: 1rem !important;}
.h5, h5 {font-size: 1rem;}
.mb-2 {margin-bottom: .2rem !important;}
.pb-3 {padding-bottom: .5rem !important;}
.pt-3 {padding-top: .5rem !important;}
.ms-5 {margin-left: 1.5rem !important;}
.ms-4 {margin-left: 1rem !important;}
.p-4 {padding: .8rem !important;}
.brand-logo{max-width: 100px; margin-right: 0px;}
.header_padding {padding-top: 120px;}
.banner_img {max-width: 100%; position: unset;}
.banner-content h1 {font-size: 28px;}
.Banner_Top_Heading {padding: 4px 0px 4px 20px; font-size: 14px;}
.Banner_Top_Heading .arrow i {width: 28px; height: 28px;}
.btn_style {font-size: 13px; padding: 8px 20px;}
.about_bg {padding: 20px;}
.heading_text h2 {font-size: 25px;}
.heading_text p {font-size: 15px;}
.about_icon {max-width: 100%;}
.about_shadow {left: 0px;}
.banner-section {height: auto;}
.value_shadow_one {height: 300px; width: 300px; left: -100px;}
.value_shadow_two {height: 300px; width: 300px; right: -100px; top: 400px;}
.value_no {max-width: 50px;}
.small_heading_text_padding {padding: 40px 0px 20px 30px;}
.max-600 {max-width: 100%;}
.benifits_bg {background: none;}
.benifits_text_bg {background-image: linear-gradient(to right, #104D26, #000);}
.dashboard_icon_bg {width: 100%;}
.dashboard_shadow {height: 200px; width: 300px;}
.icon-60 {width: 50px; margin-right: 20px;}
.plusminus {right: 10px;}
.footer_logo {width: 200px;}
.footer_icon_one {width: 120px; left: -56px;}
.footer_icon_two {width: 120px; right: -56px;}
.brand-logo img {width: 100px;}
.fugu-responsive-btn .btn_style{line-height: unset; padding: 14px 10px;}



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

 }




