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

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  h5,
  h3 {
    font-size: 25px !important;
  }
  .card_fld {
    height: auto;
    display: block;
  }
  .about__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  .card_fld .card-flex {
    height: auto;
  }
  .card_fld .card-flex img {
    height: 60px !important;
    width: 60px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .test_icon::before {
    top: -50px;
    left: 0;
  }
  .contact_info h3 {
    font-size: 25px !important;
  }
  .sec_bg {
    background: #8b9467;
    background: linear-gradient(90deg, #8b9467 17%, #8b9467 17%, #8b9467 57%, rgb(139, 148, 103) 57%);
    padding: 15px;
  }
  .flex_title h2 {
    text-align: center;
  }
  .flex_title br {
    display: none;
    text-align: center;
  }
  .flex_title {
    padding: 25px 0;
    align-items: center;
    justify-content: center;
  }
  .col-flex {
    padding: 10px 0;
  }
  .col__flex {
    display: block;
  }
  #form_col {
    width: 100%;
  }
  .contact_info h3 {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 900px) {
  h5 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 25px !important;
  }
  h5,
  h3 {
    font-size: 18px !important;
  }
  .banner_title {
    width: 60%;
  }
  .navbar-brand img {
    height: 60px;
  }
  .col__box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .why_chooselist ul li::before {
    height: 180px !important;
  }
  .why_chooselist {
    padding: 25px;
  }
  .footer_bg .conatctus_form {
    width: 85% !important;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
  }
  .why_chooselist {
    width: 100%;
    margin: 0 auto;
  }
  .form-title img {
    width: 100px !important;
    height: 100px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .row_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  h1 {
    font-size: 28px !important;
  }
  h3,
  h2 {
    font-size: 20px !important;
  }
  .navbar-brand img {
    height: 50px;
  }
  .banner_title {
    width: 100%;
    height: 400px !important;
  }
  .banner_title {
    width: 100%;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 25px !important;
  }
  .swiper {
    width: 100% !important;
    height: 400px !important;
  }
  #banner1,
  #banner2,
  #banner3 {
    height: 400px !important;
  }
  .col__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .col__box > div:nth-child(1) h5 {
    font-size: 16px !important;
  }
  .col__box > div:nth-child(12) h5 {
    font-size: 16px !important;
  }
  .col__box > div:nth-child(9) h5 {
    font-size: 16px !important;
  }
  .col__box > div:nth-child(7) h5 {
    font-size: 16px !important;
  }
  .col__box > div:nth-child(6) h5 {
    font-size: 16px !important;
  }
  .col__box > div:nth-child(4) h5 {
    font-size: 16px !important;
  }
  .why_chooselist {
    width: 100%;
    padding: 10px 0;
  }
  .test_icon::before {
    left: 30px;
  }
  .test_icon {
    padding-bottom: 25px;
  }
  .form-title h2 {
    text-align: center;
  }
  .form-title h2 br {
    display: none;
  }
  .form-title img {
    width: 90px !important;
  }
  .footer_bg .conatctus_form .main_form {
    width: 100%;
    margin: 0 auto;
  }
  .footer_bg .btn1 {
    width: 100%;
    padding: 10px;
  }
  .bottom_bg .copy-right {
    flex-direction: column;
    text-align: center;
  }
  .col-flex {
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
  }
  .col-flex .div-img {
    width: 45%;
  }
  .col-flex .div-img img {
    width: 100%;
  }
  .about_banner {
    height: 300px !important;
  }
  .about_banner .banner_title {
    height: 300px !important;
  }
  .card_fld .card-flex h2 {
    font-size: 20px !important;
  }
  .footer_bg .conatctus_form {
    width: 90% !important;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px;
  }
  .row_grid > div:nth-child(even) {
    padding: 10px;
  }
  .row_grid > div:nth-child(odd) {
    padding: 10px;
  }
  .row_grid .col_box1 .icon-img {
    width: 65px;
    height: 65px;
  }
  .row_grid .col_box1 .icon-img img {
    height: 40px;
    width: 40px;
  }
  #form_oredr {
    order: 1;
    padding-top: 25px !important;
  }
  .services_box {
    margin-bottom: 15px;
  }
  .counters img {
    height: 60px;
    width: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 370px) {
  .row_grid {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=media-query.css.map */