/*for mobile*/
@media only screen and (max-width:760px) {
.navbar-toggler-icon{filter: brightness(0) invert(1);}
html{overflow-x: hidden;}
body{overflow-x: hidden;}
.navbar-nav .nav-item {margin-left: 0px; margin-top: 10px}
.navbar-collapse{margin-top: 20px;}
header .btn_style {width: 100%;}
header{background:#000 }
.border_btn {margin: 0px 0px;}
.Logo {width: 130px;}
header .RegisterBorderBg {display: block;}

.p-4 {padding: 1rem !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: 1.5rem !important;}
.pt-5, .py-5 {padding-top: 1.5rem !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: 1.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;}

.HeaderPadding {padding-top: 60px;}

.login_btn { display: block; text-align: center; margin-bottom: 10px;}
.register_btn { display: block; text-align: center; margin-bottom: 10px;}
.banner_heading h2 {font-size: 32px;}
.star_two {display: none;}
.arrow_position {display: none;}
.banner_heading p {font-size: 16px; width: 100%;}
.all_heading h3 {font-size: 27px;}
.all_heading h6 {font-size: 17px;}
.arrow_position_two {width: 120px;}
.features_heading h5 {font-size: 20px;}
.g-6 {--bs-gutter-y: 4rem;  --bs-gutter-x: 7rem;}
.banner_marque_bg_inner h4 {font-size: 16px;}
.confetti_one{display: none;}
.confetti_two{display: none;}
.banner_register_text {font-size: 16px;}
.banner_register{max-width: 100%;}
.courses_border{height: auto;}
.budge_one {display: none;}
.budge_two {width: 160px; position: absolute; top: -49px; left: 0px; right: 0px; margin: auto;}
.budge_three {width: 197px; position: absolute; bottom: -23px; left: 0px; right: 0px; margin: auto;}
.mobile_robot{width: 170px;}
.facility-icon-button { width: 50px; height: 50px;}
.facility-icon-button img {width: 20px;}
.features-icon-button {width: 50px; height: 50px;}
.features-icon-button img {width: 25px;}
.FooterLogo{width: 150px; margin: auto; display: block;}
.FooterCopyRight {text-align: center;}


}
/*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) {
    .HeadingMobile{margin: 50px 0px 15px 0px;}
    .banner-section {height: 100%;}
}

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

 }




