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

@media only screen and (max-width: 1198px) {
  .navbar .nav-item {
    padding-right: 0;
  }
  .navbar .nav-item .nav-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 990px) {
  .navbar-toggler {
    background-color: #8EB33E !important;
    color: #fff !important;
  }
  h1 {
    font-size: 40px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h2,
  h3,
  h4 {
    font-size: 30px !important;
  }
  .navbar {
    padding-top: 20px !important;
  }
  .banner_content {
    width: 80%;
  }
  .banner_content br {
    display: none;
  }
  .footer_nav {
    padding-bottom: 25px;
  }
  .container_flex {
    flex-wrap: wrap;
  }
  .contact_card {
    width: 48%;
  }
  .form-title h2 {
    font-size: 30px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 25px !important;
    font-weight: 600;
  }
  .text-container {
    padding-top: 40px;
  }
  .main_banner {
    height: 80vh;
    padding-top: 0;
  }
  .banner_content {
    padding: 15px;
    padding-top: 0 !important;
  }
  .bigTitle-container {
    text-align: center;
  }
  .video-section img {
    height: 80px;
  }
  .banner {
    height: 80vh;
  }
  .banner-title {
    height: 60vh;
  }
  .new__logo {
    padding-bottom: 15px;
  }
  .new__logo img {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h2,
  h3,
  h4 {
    font-size: 25px !important;
  }
  .navbar-brand img {
    height: 28px !important;
  }
  .footer_logo img {
    height: 28px;
  }
  .contnet_title {
    font-size: 28px !important;
  }
  .copy_right {
    flex-direction: column;
    text-align: center;
    font-size: 14px;
  }
  .footer_nav {
    color: #fff;
  }
  .footer_nav h5 {
    font-size: 16px !important;
  }
  .footer_nav p {
    font-size: 14px;
  }
  .footer_nav p a {
    font-size: 14px;
  }
  .sec_bg2 {
    height: auto;
  }
  .sec_bg2 .video-section {
    height: auto;
  }
  .banner {
    height: 50vh;
  }
  .banner-title {
    height: 40vh;
  }
  .navbar-collapse {
    background-color: #8EB33E;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-nav {
    padding-left: 15px;
    margin-top: 15px !important;
  }
  .navbar-nav li {
    padding-left: 15px;
  }
  .btn1 {
    margin-left: 15px;
  }
  .story-contnet {
    padding: 20px;
  }
  .conatctus_form {
    padding: 15px;
    margin-right: 0;
    height: auto;
  }
  .contact_card {
    width: 100%;
  }
  .container_flex {
    gap: 0;
  }
  .contact_card p {
    font-size: 14px;
  }
  .text-container {
    height: 60vh;
  }
  .banner_content {
    width: 100%;
  }
  .sec_bg .service_content {
    padding: 20px;
  }
  .clinet_img {
    height: auto;
  }
  .footer_nav {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=media-query.css.map */