@media only screen and (max-width: 576px) {
    .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
      color: #242424;
    }
    .header-area .header-area-inner {
      padding: 150px 0 0 0 !important;
    }
    .cd-words-wrapper b {
      font-size: 25px !important;
    }
    .header-area .header-area-inner .title {
      font-size: 25px !important;
      line-height: 40px;
    }
    .cd-headline.clip .cd-words-wrapper::after {
      top: 34% !important;
      width: 2px;
      height: 48% !important;
    }
    .padding-right-50 {
      padding-right: 0 !important;
    }
    .take_demo .contact-outer-area {
      padding: 40px 0 !important; 
    }
    .contact-area.contact-bg {
      padding: 40px 0 !important;
    }
    .padding-top-50 {
      padding-top: 30px !important;
    }
    .padding-bottom-50 {
      padding-bottom: 30px !important;
    }
    .padding-top-130 {
      padding-top: 80px !important;
    }
    .padding-top-120 {
      padding-top: 80px !important;
    }
    .padding-bottom-120 {
      padding-bottom: 0 !important;
    }
    .margin-bottom-120 {
      margin-bottom: 50px !important;
    }
    .margin-top-70 {
      margin-top: 40px !important;
    }
  }

  @media only screen and (min-width: 768px) {
    .cd-headline {
      font-size: 20px;
      font-weight: 300;
    }
  }

  @media only screen and (min-width: 1170px) {
    .cd-headline {
      font-size: 40px;
    }
  }

  @media only screen and (min-width: 350px) and (max-width: 576px) {
    .Customers_Carousel .slick-prev {
      left: -10px !important;
    }
  
    .Customers_Carousel .slick-next {
      right: -10px !important;
    }
  }