@media (max-width: 1440px) {
  .banner-area {
    padding: 200px 0 250px;
  }
  .banner-area h1 {
    font-size: 70px;
    max-width: 700px;
    margin: 0 auto 40px;
  }
  .banner-area .face img {
    max-width: 700px;
  }
  .banner-area .face .eyes {
    width: 220px;
  }
  .banner-shape1,
  .banner-shape2,
  .banner-shape3 {
    max-width: 80px;
  }
  .banner-shape1 {
    top: 8%;
    right: 18%;
  }
  .circle-logo {
    max-width: 250px !important;
  }
  .banner-area .finter {
    max-width: 100px;
  }
  .section-title {
    font-size: 42px;
  }
  .service-description {
    padding-left: 0;
  }
  .service-description p {
    font-size: 18px;
  }
  .count-down-item span {
    font-size: 50px;
    padding: 15px;
    border-radius: 15px;
    height: 130px;
    width: 90px;
  }
  .timer-wrap {
    gap: 20px;
    justify-content: center;
  }
  .timer-wrap .separetor {
    font-size: 50px;
    margin-top: -50px;
  }
}

@media (max-width: 1199px) {
  .circle-logo {
    max-width: 200px !important;
  }
  .service-area {
    padding: 80px 0;
  }
  .why-choose-area {
    padding-bottom: 80px;
  }
  .cta-area {
    padding: 55px 0 80px;
  }
  .career-content .newsletter {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .career-thumb .drs-star {
    max-width: 80px;
  }
  .contact-info .email a {
    font-size: 36px;
  }
  .contact-info .email,
  .contact-info .social {
    margin-bottom: 30px;
  }
  .footer-area {
    padding: 80px 0;
  }
  .career-content p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .career-area .row {
    align-items: flex-end;
  }
  .career-content {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .service-description {
    justify-content: flex-start;
  }
  .section-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .count-down-item span {
    font-size: 28px;
    padding: 15px;
    border-radius: 10px;
    height: 80px;
    width: 50px;
  }
  .career-content {
    text-align: center;
  }
  .career-content p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .career-content .newsletter {
    justify-content: center;
  }
  .career-content .section-title {
    margin-bottom: 15px;
  }
  .career-content {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .banner-area .newsletter,
  form.wpcf7-form.init {
    width: 100%;
    flex-wrap: wrap;
  }
  input {
    padding: 0 20px;
    line-height: 52px;
  }
  .primary-btn {
    padding: 15px 40px;
  }
  .banner-area h1 {
    font-size: 50px;
    max-width: 700px;
    margin: 0 auto 40px;
  }
  .header-inner {
    margin: 0 35px;
  }
  .service-area .section-title {
    max-width: 100%;
    text-align: center;
  }
  .service-description {
    justify-content: flex-start;
    margin-top: 30px;
  }
  .service-area {
    padding: 50px 0;
  }
  .why-choose-area {
    padding-bottom: 50px;
  }
  .why-choose-area .section-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .cta-area {
    padding: 30px 0 50px;
  }
  .single-cta-item h4 {
    font-size: 22px;
  }
  .contact-info .email a {
    font-size: 32px;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-area {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .banner-area .face img {
    max-width: 500px;
  }
  .banner-area .face .eyes {
    width: 145px;
  }
  .banner-area h1 {
    margin: 0 auto 20px;
  }
  .banner-area {
    padding: 120px 0 250px;
  }
  .banner-shape1,
  .banner-shape2,
  .banner-shape3 {
    display: none;
  }
  .rounded-logo .small-face {
    max-width: 50px;
  }
  .circle-logo {
    max-width: 110px !important;
  }
  .count-down-item span {
    font-size: 16px;
    padding: 0;
    border-radius: 2px;
    height: 45px;
    width: 25px;
  }
  .timer-wrap .separetor {
    font-size: 20px;
    margin-top: -42px;
  }
  .timer-wrap {
    gap: 5px;
    justify-content: center;
  }
  .count-down-item {
    gap: 5px;
    margin-bottom: 10px;
  }
  .timer-item .label {
    font-size: 10px;
    text-transform: uppercase;
  }
  .career-thumb {
    margin-right: 35px;
  }
}
