@media only screen and (min-width: 100px) and (max-width: 1024px) {
    .banner-con h1 {
    font-size: 40px;
    line-height: 50px;
}

.banner-forms {
    width: 100%;
}
.test-item {
    height: 350px;
}
.banner-forms h3 {
    font-size: 30px;
}
.about-con h3, .title h3, .why-con h3 {
    font-size: 30px;
    line-height: 40px;
}
.ser-img img {
    height: 200px;
}

.ser-con h3 {
    font-size: 14px;
    line-height: 25px;
}

.ser-con p {
    height: 240px;
}
.ser-item {
    height: 560px;
}
.footer-menu h4 {
    font-size: 18px;
    line-height: 25px;
}

.footer-menu ul li a {
    font-size: 14px;
    line-height: 28px;
}
.slick-arrow {
    display: none !important;
}
}
@media only screen and (min-width: 100px) and (max-width: 991px) {
    .container {
    max-width: 100%;
}
.ser-btn a {
    padding: 10px;
    font-size: 15px;
}
.nav-menu ul li a {
    font-size: 13px;
}

.about-con h3, .title h3, .why-con h3 {
    font-size: 23px;
    line-height: 35px;
}

.about-con h4, .title h4, .why-con h4 {
    font-size: 20px;
}

.about-con h5 {
    font-size: 20px;
    line-height: 30px;
}

.about-list ul li {
    font-size: 16px;
}

.ser-img img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.ser-con h3 {
    font-size: 20px;
    line-height: 30px;
}

.ser-con p {
    height: unset;
    padding-bottom: 10px;
}

.ser-item {
    height: unset;
}

.why-con h5 {
    font-size: 18px;
}
.test-item {
    height: unset;
}
.footer-logo {
    text-align: center;
    padding-bottom: 30px;
}
.about-img img {
    object-fit: cover;
    object-position: center;
}
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
    section.main-banner {
    padding: 70px 0;
    text-align: center;
}

.banner-con {
    padding-bottom: 40px;
}

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

.banner-forms h3 {
    font-size: 25px;
}

.about-con {
    text-align: center;
    padding-bottom: 40px;
}

.about-list {
    text-align: left;
}

.about-img img {
    height: unset;
}

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

.ser-item {
    height: unset;
}

.ser-img img {
    height: unset;
}

.ser-con p {
    height: unset;
    padding: 20px 0;
}

.ser-con h3 {
    font-size: 18px;
}

.ser-btn {
}

.title h3 br {
    display: none;
}

.title {
    padding-bottom: 20px;
}

.why-img img {
    height: unset;
}
.why-con {
    text-align: center;
    padding-top: 30px;
}

footer.footer {
    text-align: center;
}

.footer-menu ul li {
    justify-content: center;
}
  .menu-btn {
    display: block;
    font-size: 30px;
  }
  .nav-menu {
    display: none;
  }
  .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

}
@media only screen and (min-width: 100px) and (max-width: 500px) {

}
