/* ====================== [ Start Responsive ] ====================== */
@media screen and (min-width: 1200px) and (max-width: 1360px) {}

@media screen and (min-width: 1170px) and (max-width: 1200px) {}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contdown li {
        font-size: 14px;
        padding: 8px 10px;
    }
}
@media screen and (min-width: 1026px) and (max-width: 1260px) {
  #topnav .navigation-menu>li>a {
    letter-spacing: 1px;
    font-size: 13px;
  }

  .contact-link a {
    letter-spacing: 1px;
    padding-left: 10px;
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1025px) {
  .logo img {
    height: 48px !important;
  }

  #topnav .navigation-menu>li>a {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .contact-link a {
    letter-spacing: 1px;
    font-size: 12px;
    padding-left: 10px;
  }

  .all-section-content h2 {
    font-size: 28px;
  }

  .explore-box h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .top-form-bg h4 {
    font-size: 22px;
  }

  .custom-solutions-content h3 {
    font-size: 16px;
  }

  .custom-solutions-content p {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .sticky-bar {
      position: relative;
      top: 0px;
    }
  .md-mb50 {
    margin-bottom: 30px;
  }

  .top-form-bg {
    padding: 20px 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .all-section-content h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-bar {
      position: relative;
      top: 0px;
    }

  .logo img {
    height: 48px !important;
  }

  .md-mb50 {
    margin-bottom: 30px;
  }

  .subscribe-home-box {
    margin-top: 30px;
  }
.inner-banner-text h1 {
  font-size: 24px;
  line-height: 34px;
}
.inner-banner-text p {
  font-size: 18px;
  line-height: 26px;
}
.join-bg {
  padding: 30px 20px;
}
 
  .title-heading h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .all-section-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .all-section-content h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .all-section-content p {
    font-size: 16px;
    line-height: 22px;
  }

  .all-section-content ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .explore-box-bg ul li {
    font-size: 16px;
    line-height: 22px;
  }

  .social-icons {
    margin-bottom: 20px !important;
  }

  .btn {
    padding: 0.8rem 1rem;
    font-size: 12px;
  }

  .top-form-bg {
    padding: 20px 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .top-form-bg h4 {
    font-size: 20px;
  }

  .butn-style1 {
    display: inline-block;
    text-align: center;
  }

  .contact-growth-bg {
    border-radius: 15px;
  }

  .custom-form {
    padding: 30px 20px 30px 30px;
  }
  .contdown li {
    font-size: 14px;
    padding: 8px 10px;
  }
 .section-padding {
   padding: 2rem 0;
 }
.mainpadding{
  padding: 0;
}
.automation-content{
  display: unset;
 text-align: center
  border-bottom: 1px solid #C296D2;
 }
 .automation-content .auto-img{
  text-align: center;
 }
 
}

/* ====================== [ End Responsive ] ====================== */