.home-thumb1 {
  width: 80vw;
}

.line-hight {
  margin-top: 10px;
}

.intro-content-style1 {
  padding: 150px 0px 20px !important;
  line-height: 400px;
}

.slider_header {
  background-color: #f0ecfe;
  padding: 40px;
}

.slider_nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.navber_item {
  color: black;
  font-weight: 600;
  font-size: 17px;
}

.logo_wazo {
  width: 150px;
  height: 50px;
  object-fit: contain;
}

.intro-wrapper.style1 {
  margin-top: 80px;
}

@media only screen and (max-width: 1023px) {
  .intro-content-style1 {
    padding: 30px 0px 20px !important;
    text-align: center;
  }
  .intro-wrapper.style1 .intro-thumb {
    padding: 100px 0 0 !important;
    margin-top: 17px;
  }
  .checklist_element {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .testimonial-wrapper.style1 .section-title {
    margin-bottom: 20px;
  }

  .testimonial-wrapper.style1 .slider-pagination {
    margin: 25px auto 0px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .testimonial-section {
    margin-bottom: 25px;
  }
  .faq-thumb {
    display: none;
  }
  .navigation_tabs {
    overflow-x: auto;
    padding-left: 88px !important;
    gap: 0px !important;
  }
  .navigation_tabs::-webkit-scrollbar {
    display: none;
  }
  .tab_bar_img {
    display: none;
  }
  .tab_heading h1 {
    line-height: 55px !important;
  }
  .hero-video {
    border-radius: 53px;
    margin-top: -33px;
  }
  .header-main {
    padding-top: 40px;
    margin-top: -29px;
  }

  .hero_video {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-main {
    padding: 20px;
    margin-top: 0px;
  }
  .hero-video {
    border-radius: 53px;
    margin-top: -20px;
  }
}
@media (min-width: 980px) and (max-width: 1023px) {
  .intro-thumb {
    margin-top: 10px;
  }
}
