/*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;}
.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%;}
.login_button {padding: 8px 16px;}
.register_button {padding: 8px 16px;}
.bannerImage { max-width: 100%; position: unset;}
.heading_text h2 {font-size: 30px;}
.heading_text p {font-size: 16px;}
.heading_width_Mobile{max-width: 280px;}
.banner_section { height: auto;}
.download-text {padding: 6px 14px; font-size: 15px;}
.download-icon {padding: 3px 14px;}
.all_heading h5 {font-size: 18px;}
.all_heading h2 {font-size: 25px;}
.feature_card_bg {height: 300px;}
.feature-img { position: absolute; max-width: 240px; top: 12px; right: 0; left: 0; margin: auto; bottom: -214px;}
.mobile_center{text-align: center;}
.whychoose_plus_icon {display: none;}
.whychoose_icon {display: none;}
.footer_logo_icon {max-width: 30px; top: 16px;}
.footer_bg_top {height: 75px;}


.footer_logo { width: 120px}
body {font-size: 14px;}
.faq_img {max-width: 100%; }
header.menu_fixed {background:#fff;}
.header_logo { width: 120px;}
.login_button { padding: 8px 12px;}
.register_button { padding: 8px 12px;}
.plusminus {right: 8px;}

.header_padding {padding-top: 80px;}






}
/*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){
 

 }




