* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 991px) {
  .nav_btn {
    display: none !important;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 25px !important;
  }
  .banner__title h1 {
    line-height: 38px;
  }
  .swiper-image1,
  .swiper-image2,
  .swiper-image3,
  .swiper-image4 {
    height: 70vh !important;
  }
  .banner__title h5 {
    width: 60%;
  }
  .about__home h2 {
    font-size: 25px !important;
  }
  .about_btn a {
    padding: 8px !important;
    right: -15px;
  }
  #bg__side .top_flex {
    flex-direction: column;
    align-items: start;
  }
  .footer_col h5 {
    font-size: 18px;
  }
  .footer_col ul li a {
    font-size: 14px;
  }
  .footer_col p {
    font-size: 14px;
  }
  .row__flex p,
  .row__flex a {
    font-size: 14px;
  }
  .about-banner {
    height: 250px;
  }
  .banner_title {
    height: 250px;
  }
  .text_wrapper h5 {
    font-size: 17px;
    line-height: 25px;
  }
  .text_wrapper {
    background-color: #F17E01;
    width: 100%;
  }
  .wrpper-text {
    padding-top: 20px;
  }
  .card__btn .read-more {
    width: auto;
  }
  .card-title {
    font-size: 16px;
    font-weight: 600;
  }
  .card__btn .read-more {
    font-size: 14px;
  }
  #sub_product .card-title {
    font-size: 16px !important;
  }
  #sub_product .btn_pro {
    width: auto;
  }
  .product__info h2 {
    font-size: 20px !important;
  }
  .tab_btn {
    font-size: 14px;
  }
  .col_n {
    text-align: 14px !important;
    font-size: 14px;
  }
  .div_icon ul li a {
    font-size: 16px;
  }
  .div_icon ul li {
    font-size: 16px;
  }
  .form__id {
    width: 100%;
  }
  #sub_product {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .nav__bg {
    display: none;
  }
  .navbar .navbar-brand img {
    height: 40px !important;
  }
  h1 {
    font-size: 20px !important;
  }
  h2 {
    font-size: 18px !important;
  }
  .swiper-image1,
  .swiper-image2,
  .swiper-image3,
  .swiper-image4 {
    height: 400px !important;
    background-position: right;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4392156863);
  }
  .banner__title {
    height: 400px !important;
  }
  .banner__title h5 {
    width: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 28px !important;
    padding: 0 !important;
  }
  .banner__title h1 {
    line-height: 28px !important;
    text-align: center;
  }
  .banner__btn {
    text-align: center;
  }
  .banner__btn a {
    width: 60%;
    font-size: 14px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 25px !important;
  }
  .about_btn a {
    padding: 8px !important;
    right: -10px;
  }
  .about__home h2 {
    font-size: 18px !important;
  }
  .about__home p {
    text-align: justify;
  }
  .about__sub {
    margin-left: 0;
    text-align: justify;
  }
  .sub__title {
    padding-top: 25px;
  }
  .carousel__bg {
    background-color: #fff;
  }
  .carousel__bg .nav {
    flex-direction: row !important;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    flex-wrap: wrap !important;
    margin-right: 0 !important;
  }
  .carousel__bg .nav-pills .nav-link {
    width: 45%;
  }
  .sec_br .card__product img {
    height: auto !important;
  }
  .footer_col ul li {
    list-style: none;
    margin-bottom: 5px;
  }
  .row__flex {
    flex-direction: column;
    text-align: center;
  }
  .wrpper-text h4 {
    font-size: 18px;
  }
  .section_bg2 #d-vission {
    flex-direction: column;
  }
  .product__col {
    text-align: center;
  }
  .product__col p {
    text-align: justify;
  }
  .card-body {
    text-align: center;
  }
  .card img {
    height: auto;
    width: auto;
  }
  .card__btn .read-more {
    width: 80%;
    margin: 0 auto;
  }
  #sub_product .btn_pro {
    width: 80%;
  }
  #sub_product {
    margin-top: 15px;
  }
  #sub_product img {
    height: auto !important;
    width: auto !important;
  }
  .form__id {
    padding: 15px;
  }
  .product__info h2 {
    text-align: center;
    margin-top: 15px;
    font-size: 18px !important;
  }
  .form_title {
    font-size: 18px !important;
  }
}/*# sourceMappingURL=media-query.css.map */