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

.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;}
.fs-6 {font-size: .8rem !important;}
.h5, h5 {font-size: 1rem;}
.mb-2 {margin-bottom: .2rem !important;}
.ms-3 {margin-left: .8rem !important;}
.ms-5 {margin-left: 1.5rem !important;}
.ms-4 {margin-left: 1rem !important;}
.p-4 {padding: .8rem !important;}

body{font-size: 12px;}
.theme_btn span { padding: 8px 14px;}
.theme_btn{padding: 1px;}
.box-shap1{width: 80px;  left:15px; top: -15px;}
.box-shap2{width: 100px;}
.box-shap3{width: 200px;}
.gradient_bg_shadow {box-shadow: 9px 9px 0px -3px #393838;}
.form-control, .form-select{font-size: 12px;}
.border-btn {padding: 9px 15px;}


}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {
body{font-size: 12px; padding-bottom: 65px;}

}
/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1000px) {
body{ padding-bottom: 65px;}


}

/*for destop*/
@media (min-width: 1200px){
 

 }




