@media (max-width: 1400.98px) {
  .stat_box {
    padding: 8px 10px;
  }

  .stat_box .counter {
    font-size: 40px;
  }

  .stat_box .lbl {
    font-size: 24px;
  }

  .stat_box .lbl span:last-child {
    margin-top: -10px;
  }
}

@media (max-width: 991.98px) {
  .primary_btn,
  .secondary_btn {
    padding: 9px 12px;
  }

  .header_right {
    gap: 20px;
  }

  .header_logo {
    height: 20px;
  }

  .menu_items {
    gap: 20px;
  }

  .menu_link,
  .nav-link,
  .nav-link span {
    font-size: 14px;
  }

  .wss_hero--head h1 {
    font-size: 36px;
  }

  .wss_hero--head p {
    font-size: 16px;
    max-width: 100%;
  }

  .services_tabs {
    margin: 0 auto 40px;
  }

  .services_tabs .nav-link {
    padding: 15px 30px;
  }

  .tab-content .text_side h3 {
    font-size: 20px;
  }

  .tab-content .text_side ul li p {
    font-size: 14px;
  }

  .sec_title {
    font-size: 30px;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .value_box {
    position: relative;
  }

  .value_box .logo_icon {
    height: auto;
  }

  .value_box .text_side {
    padding: 40px;
    padding-bottom: 20px;
  }

  .box_imgs .img1 {
    width: 50%;
  }

  .box_imgs .img2 {
    right: 20px;
  }

  .box_imgs .img3 {
    left: 60px;
  }

  .stats_holder {
    padding: 40px;
  }
  .value_box.blue,
  .value_box.green,
  .value_box.simon {
    top: 0;
  }
}

@media (max-width: 767.98px) {
  .header_logo {
    height: 28px;
  }

  .footer_content .contact {
    padding: 30px 0;
  }

  .footer_sec {
    padding: 30px 0;
  }

  .footer_sec .top {
    margin-bottom: 20px;
  }

  .copyRights {
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }

  .wss_hero--head {
    padding-bottom: 50px;
  }

  .wss_hero--head p {
    max-width: 100%;
  }

  .play_button {
    width: 60px;
    height: 60px;
  }

  .sec_title {
    font-size: 20px;
  }

  .services_tabs {
    margin: 0 auto 30px;
  }

  .services_tabs .nav-link {
    padding: 10px 20px;
  }

  .value_box {
    padding: 10px;
  }

  .value_box .text_side h3 {
    font-size: 16px;
  }

  .value_box .text_side p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .box_imgs .img2 {
    width: 40%;
  }

  .box_imgs .img3 {
    width: 35%;
  }

  .success_img {
    width: 50%;
  }

  .stats_holder {
    padding: 20px;
  }

  .stat_box .counter {
    font-size: 30px;
  }

  .stat_box .lbl {
    font-size: 20px;
  }

  .confidence_holder {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 60px;
  }

  .confidence_box {
    padding: 10px 50px;
  }

  .services_cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .offset_row {
    transform: translateX(0);
  }

  .first_row::before,
  .second_row::before {
    right: calc(-100% + 5px);
  }

  .first_row::after,
  .second_row::after {
    left: calc(-100% + 5px);
  }

  .service_card .arrow_icon {
    opacity: 1;
  }

  .marker {
    width: 26px;
    height: 26px;
  }

  .marker:hover {
    width: 30px;
    height: 30px;
  }

  .mb128 {
    margin-bottom: 50px;
  }

  .partner_logo {
    height: 35px;
  }

  .contact_txt p {
    padding-inline-end: 0;
  }
}

@media (max-width: 575.98px) {
  .wss_hero {
    padding: 50px 30px 20px;
  }

  .wss_hero--head {
    padding-bottom: 30px;
  }

  .wss_hero--head h1 {
    font-size: 10px;
  }

  .wss_hero--head p {
    font-size: 14px;
  }

  .video_wrapper {
    background-size: 100% 90%;
  }

  .wss_hero--video {
    transform: rotateX(40deg);
  }

  .play_button {
    width: 40px;
    height: 40px;
  }

  .play_button img {
    width: 14px;
  }

  .services {
    padding: 20px 0;
  }

  .services_tabs .nav-link {
    padding: 10px 15px;
    font-size: 14px;
  }

  .value_box .text_side {
    padding: 25px;
  }

  .box_imgs {
    margin: 70px 0 90px;
  }

  .box_imgs .img1 {
    width: 80%;
  }

  .box_imgs .img2 {
    width: 55%;
    right: 0;
  }

  .box_imgs .img3 {
    width: 55%;
    left: 0;
  }

  .stat_box {
    border-radius: 14px;
  }

  .stat_box .counter {
    font-size: 20px;
  }

  .stat_box .lbl {
    font-size: 14px;
  }

  .confidence_holder {
    padding-bottom: 50px;
  }

  .services_cards {
    grid-template-columns: repeat(1, 1fr);
  }

  #chartdiv {
    height: auto;
  }
}
