@media (max-width: 990px) {
  .service-box {
    height: 5rem;
  }
  .career-title-big {
    color: #ec1c2e;
    text-transform: uppercase;
    font-size: 1.5rem;
  }
  .career-box {
    font-size: 1.5rem;
  }
}

@media (max-width: 850px) {
  .hero-img {
    height: 60vh;
  }
  .chart-texts {
    top: 60%;
  }
  .navbar-light .navbar-nav .nav-link {
    padding-top: 0px;
  }
}

@media (max-width: 500px) {
  .hero-img {
    height: 30vh;
  }
  .hero-text {
    font-size: 1.5rem;
  }
  .chat-img {
    width: 45%;
  }
  .service-box {
    padding-top: 0.6rem;
  }
  .footer-logo {
    height: 5rem;
    margin-top: 1rem;
  }
  .top-text {
    font-size: 1.1rem;
  }
  .footer-top {
    display: block !important;
  }
  .footer-social-links {
    margin-left: 2rem;
  }
  .careers-employeespeak {
    right: 0;
  }
  .career-box {
    padding: 2rem 1rem;
    font-size: 1rem;
  }
  .success-stories-card {
    margin: auto;
    margin-bottom: 2rem;
  }
  body
    > div.careersection
    > div.career-top.w-100.mb-4
    > div.career-top-left.w-50.text-center
    > div
    > h5:nth-child(1) {
    font-size: 1rem;
  }
  body
    > div.careersection
    > div.career-top.w-100.mb-4
    > div.career-top-left.w-50.text-center
    > div
    > h5:nth-child(2) {
    font-size: 1rem;
  }
  body
    > div.careersection
    > div.career-top.w-100.mb-4
    > div.career-top-left.w-50.text-center
    > div
    > p {
    font-size: 0.7rem;
  }
  body
    > div.careersection
    > div.career-top.w-100.mb-4
    > div.career-top-left.w-50.text-center
    > div
    > button {
    font-size: 0.7rem;
    margin-top: 0 !important;
  }
  .career-top-left {
    padding: 0;
  }
  .career-title-big {
    font-size: 1rem;
  }
  .career-explore-texts {
    font-size: 0.75rem;
  }
}
@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-info-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
  .col-img {
    order: 1;
  }
  .col-text {
    order: 2;
  }
  .dp-title {
    width: 80%;
  }
  .dp-desc {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }
  .navigator-news-text {
    top: 34%;
    left: 6%;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .social-information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .contact-btn {
    padding: 0.45rem 1.2rem;
  }
  .dp-title {
    width: 100%;
  }
  .dp-desc {
    width: 100%;
  }
}
