@media (max-width: 1300px) {
  .footer_container {
    border-radius: 150px 0 0 0 !important;
  }
}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    height: auto !important;
  }

  .quote_btn-container {
    display: none !important;
  }

  .custom_nav-container .navbar-nav {
    margin: 0 !important;
    margin-left: auto !important;
    align-items: center !important;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px !important;
  }


  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px !important;
    margin: 5px 0 !important;
  }

  .slider_section {
    padding: 75px 0 !important;
  }

  .contact_section .img-box {
    margin-top: 45px !important;
  }

  .info_section .row>div:nth-child(1) {
    margin-bottom: 25px !important;
  }

  .info_section .row>div:nth-child(2) {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 768px) {
  .history_section {
    border-radius: 150px 0 150px 0 !important;
  }

  .hero_area {
    border-radius: 0 0 150px 0 !important;
  }

  .slider_section .detail-box {
    margin-top: 45px !important;
    height: auto !important;
  }

  .left_col {
    border: none !important;
    border-bottom: 2px solid #7335b7 !important;
  }


  .right_col {
    border: none !important;
  }

  .client_section .box .detail-box {
    height: 460px !important;
  }

  .slider_section .img-box img {
    height: auto !important;
  }

  .about_section {
    border-radius: 150px 0 150px 0 !important;
  }

  .vacancies {
    border-radius: 150px 0 150px 0 !important;
  }

  .mob {
    display: block !important;
  }

  .vacancies .img-box {
    margin-top: 45px !important;
  }

  .about_section .img-box {
    margin-top: 45px !important;
  }

  .contact_section .row {
    flex-direction: column-reverse !important;
  }

  .contact_section .map_container {
    margin-left: 0 !important;
    margin-bottom: 45px !important;
    height: 375px !important;
  }

  .info_section .row>div:nth-child(3) {
    margin-bottom: 35px !important;
  }

  .info_section .row>div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;

  }

  .info_section .info_links {
    align-items: center !important;
  }

  .info_section form input {
    text-align: center !important;
  }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1370px !important;
  }
}