@media (max-width: 1200px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .user_option {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .slider_section .img-box {
    margin-top: 45px;
  }

  .about_section .detail-box {
    margin-bottom: 45px;
  }

  .job_section .job_tabs-box .nav-tabs .nav-link {
    padding: 7px 25px;
  }

  .job_section .box {
    flex-direction: column;
    align-items: flex-start;
  }

  .job_section .box .option-box {
    margin-top: 15px;
  }

  .info_section .row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info_section .row>div:not(:nth-last-child(1)) {
    margin-bottom: 25px;
  }

  .info_section .info_links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 576px) {

  .job_section .box .detail-box .detail-info {
    flex-direction: column;
  }

  .job_section .box .detail-box .detail-info h6:nth-child(1) {
    margin: 0;
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {

  .job_section .box .job_content-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .job_section .box .img-box {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}