@media only screen and (min-width: 100px) and (max-width: 1024px) {
    .banner-forms {
    width: 100%;
}

.banner-forms h3 {
    font-size: 30px;
    text-align: center;
}

.banner-con h1 {
    font-size: 30px;
    line-height: 40px;
}

.about-con h3 {
    font-size: 30px;
}

.about-img img {
    width: 100%;
}

.nav-tabs {
    gap: 0;
}

.test-item {
    height: 450px;
}

.slick-arrow {
    display: none !important;
}

.footer-item h3 {
    font-size: 20px;
}
}
@media only screen and (min-width: 100px) and (max-width: 991px) {
    .container {
    max-width: 100%;
}

.nav-menu ul li a {
    font-size: 16px;
}

.about-con h3 {
    font-size: 25px;
    line-height: 35px;
}

.nav-tabs .nav-link {
    font-size: 15px;
}

.title h3 {
    font-size: 30px;
    line-height: 40px;
}

.test-item {
    height: unset;
}
.footer-logo {
    text-align: center;
}

.footer-logo p {
    margin: 0 auto 50px;
}
.banner-forms h3 {
    font-size: 25px;
}

.about-con h3 {
    font-size: 20px;
}

.nav-tabs .nav-link {
    font-size: 14px;
}

html,body {
    overflow-x: hidden;
}
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
      .menu-btn {
    display: block;
    font-size: 30px;
  }
  .nav-menu {
    display: none;
  }
  .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  section {
    padding: 30px 0 !important;!i;!;
  }
    .banner-con {
    text-align: center;
    padding-bottom: 40px;
}

.about-con {
    text-align: center;
    padding-top: 30px;
}

.about-con {}

.nav-tabs {
    gap: 20px;
}

.why-img img {
    width: 100%;
}

footer.footer {
    text-align: center;
}

.footer-item ul li {
    justify-content: center;
}

.footer-logo p {
    width: 100%;
}
}
@media only screen and (min-width: 100px) and (max-width: 500px) {

}
