@media (max-width: 1199px) {
  section.hero h1 {
    font-size: 45px;
  }
  h2,
  section.submission h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  section.hero h1 {
    font-size: 35px;
  }

  p.tp_title {
    font-size: 16px !important;
  }

  .subject_bx p {
    font-size: 14px;
    line-height: 18px;
  }
  .team .hover-card {
    height: 455px;
  }
}

@media (max-width: 767px) {
  .process_bx.pb-reverse p::before {
    display: none;
  }

  .process_bx p {
    margin: 0 0 0 50px;
    width: 100%;
  }
  .process_bx {
    flex-direction: row-reverse;
  }

  .process_bx .count {
    right: auto;
    left: -45px;
  }
  .subject_bx p {
    font-size: 18px;
    line-height: 25px;
  }
  .guarantee_bx + .d-flex {
    flex-direction: column;
    text-align: center;
  }
  .guarantee_bx h3 {
    text-align: center;
  }
  .guarantee_bx p {
    text-align: center;
  }
  p.tp_badge {
    display: block;
  }
  section.reviews.new_slider h2 span {
    padding: 0 !important;
  }
  section.footer_top .d-flex {
    flex-direction: column;
    text-align: center;
}

section.footer_top .d-flex img {
    display: none;
}
}

@media (max-width: 575px) {
  .process_bx .count {
    left: 0;
  }
  .process_bx {
    align-items: center;
  }
  .process_bx p {
    width: 70%;
  }

  .process_bx.pb-reverse .count {
    left: 0;
  }
  .partner_bx .d-flex {
    flex-direction: column;
    text-align: center;
  }

  .timeline-step {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 0 !important;
  }

  .timeline::before {
    left: 28px;
  }

  .timeline .timeline-step:nth-child(odd) .timeline-icon,
  .timeline .timeline-step:nth-child(even) .timeline-icon {
    left: -20px;
  }
  section.new_process{
    background-position: center;
  }
  .bx1.pbx{
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 425px) {
  h2,
  section.submission h2 {
    font-size: 35px;
  }
  section.submission ul {
    padding-left: 5px;
  }
  .reviews_slider + .d-flex {
    justify-content: center;
  }
  .copy_right .row {
    flex-direction: column;
    align-items: center;
    text-align: center !important;
    gap: 10px;
  }

  .copy_right .row .col {
    text-align: center !important;
  }
  .timeline::before {
    left: 7px;
  }
}
