/*for mobile*/
@media only screen and (max-width:760px) {
html, body{overflow-x: hidden;}    
.p-5 {padding: 1.5rem !important;}
.p-4 {padding: 1rem !important;}
.p-3 {padding: .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;}
 
.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: 1rem;}
.h6, h6 {font-size: .9rem;}
.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;}
.banner_heading h1 {font-size: 30px;}
.all_heading h2 {font-weight: 600; font-size: 25px;}
.small_heading {font-size: 20px;}
.fs-5 {font-size: 1rem !important;}
.max-400 {max-width: 100%;}
.header_logo {width: 140px;}
.FooterLogo {width: 140px;  margin: auto; display: block;}
.header_button {padding: 6px 10px;}
.FooterMobileCenter {justify-content: center;}
.FooterCopyrightText {text-align: center; margin-top: 20px; }
.FooterTearms::after {display: none;}
.FaqBg .justify-content-end {
  justify-content: center !important; margin-top: 20px;
}
 
 
 
}
/*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 destop*/
@media (min-width: 1200px){
 
 
 }
 