@media only screen and (min-width: 100px) and (max-width: 1024px) {
    
.banner-con h1 {
    font-size: 50px;
    line-height: 60px;
}
.slick-arrow {
    display: none !important;
}

.banner-con h2 {
    font-size: 43px;
}

.banner-forms {
    width: 100%;
}

.banner-con h4 {
    font-size: 25px;
}

.exp h3 {
    font-size: 35px;
    line-height: 40px;
}

.about-con ul li {
    font-size: 18px;
}

.about-con p {
    line-height: 20px;
}
section.services .container {
    max-width: 100%;
}

.ser-img {
    flex: 0 0 45%;
    max-width: 45%;
}

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

.ser-con {
    flex: 0 0 55%;
    max-width: 55%;
    padding: 10px;
}

.ser-con p {
    padding: 10px 0;
    height: 350px;
    line-height: 25px;
}

.ser-img img {
    object-position: center;
    object-fit: fill;
}

}
@media only screen and (min-width: 100px) and (max-width: 991px) {
    .container {
    max-width: 100%;
}

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

.banner-con h2 {
    font-size: 35px;
}

.banner-con h4 {
    font-size: 20px;
}

.about-con ul li {
    font-size: 15px;
    padding: 5px;
}

.exp h3 {
    font-size: 25px;
    line-height: 30px;
}

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

.ser-con p {
    height: 310px;
}

.about-con h3, .title h3 {
    font-size: 35px;
}
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
    .banner-con {
    text-align: center;
    padding-bottom: 30px;
}

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

.about-con ul {
    padding-bottom: 30px;
}

.ser-item {
    height: unset;
    flex-direction: column;
}

.ser-img {
    flex: 0 0 100%;
    max-width: 100%;
}

.ser-con {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 20px;
}

.ser-con h3 {
    justify-content: center;
}

.ser-con p {
    height: unset;
}

footer.footer {
    text-align: center;
}

.footer-logo p {
    width: 100%;
}

.banner-forms {
    padding: 15px;
}
  .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;
  }
  .test-item h4 {
    font-size: 20px;
}
html, body {
  overflow-x: hidden;
}
}
@media only screen and (min-width: 100px) and (max-width: 500px) {

}

