/*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: .7rem !important;}
.pt-3 {padding-top: .7rem !important;}
.ms-5 {margin-left: 1.5rem !important;}
.ms-4 {margin-left: 1rem !important;}
.brand-logo img {width: 50px;}
header {padding: 10px 0px;}
.p-4 {padding: 1rem !important;}
body {font-size: 14px;}

.left_padding_50{padding-left: 50px;padding-right: 50px;}
.right_padding_50{padding-right: 50px; padding-left: 50px;}
.left_padding_100{padding-left: 50px; padding-right: 50px;}
.right_padding_100{padding-right: 50px; padding-left: 50px;}
.banner-btn-arrow i {padding: 8px 15px;}
.site-header .mobile-menu-trigger {filter: brightness(0%);}

.banner_heading {max-width: 100%; background: rgba(255, 255, 255, 0.6); padding: 10px; border-radius: 15px;}
.banner_slider_one {background: url(../img/home/slider-1.png) no-repeat; background-size: auto;  background-size: 100% 100%;  height: auto;  border-radius: 20px;  padding: 0px;}
.banner_slider_two {background: url(../img/home/slider-2.png) no-repeat; background-size: auto;  background-size: 100% 100%;  height: auto;  border-radius: 20px;  padding: 0px;}
.banner_slider_three {background: url(../img/home/slider-3.png) no-repeat; background-size: auto;  background-size: 100% 100%;  height: auto;  border-radius: 20px;  padding: 0px;}
.banner_overlay{padding: 30px 40px;}
.banner_heading h1 {font-size: 28px;}
.banner_learn_margin_top {margin-top: 40px;}
.carousel-control-prev-icon { position: absolute; left: 5px;}
.carousel-control-next-icon { position: absolute; right: 5px;}
.carousel-indicators {bottom: -5px;}
.why_border_right {border-right: none;}
.padding_left_right {padding-left: 20px; padding-right: 20px;}
.tab-container { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tab { flex: 0 0 auto; min-width: 120px; }
.all_heading h2 {font-size: 25px;}
.Quality_heading {font-size: 60px;}
.info_image{display: none;}
.info_card_bg_one{position: unset; width: 100%; margin-bottom: 20px;}
.info_card_bg_two{position: unset; width: 100%; margin-bottom: 20px;}
.info_card_bg_three{position: unset; width: 100%; margin-bottom: 20px;}
.footer_logo{width: 150px;}

.banner_button {
  margin: 15px;
}

.testimonial-wrapper {
  overflow: hidden;
  max-width: 100%;
  margin-left: 10px;
}
.carousel {
  display: block;
  align-items: start;
  gap: 20px;
}

.carousel-btn.blue {
  background: #2ab5e9;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 55px;
}

.contact_bg_card .form-row {
    display: unset;
  }
  .about_bg {
  height: auto;
}
  .blog_bg  {
  height: auto;
}
  .contact_bg   {
  height: auto;
}
  .product_bg {
  height: auto;
}
  .carrer_bg  {
  height: 205px;
}
  .blogdetails_bg   {
  height: 250px;
}
.about_header_padding {
  padding-top: 30px;
}
.banner_about_button {display: none;}
.mobile_display_nome{display: none;}


.carousel-indicators [data-bs-target] {

  display: none;
}
.banner_heading p {
  font-size: 15px;
}

.contact_bg_card .submit-btn {padding: 13px;}
.contact_address_bg {padding: 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 destop*/
@media (min-width: 1200px){
 

 }




