@media (max-width: 1300px) {}

@media (max-width: 1199px) {
  .container{
      max-width: 98%;
}
@media (max-width: 992px) {
    
}

@media (max-width: 991px) {
  .header_section .header_top .contact_nav a.call-link,
  .header_section .header_top .contact_nav a.mail-link {
    display: none;
  }
  .header_section .header_top .contact_nav a {
    margin-right: 0;
    padding: 15px 0;
  }
  .service-cont{
    margin-left: 0;
    margin-right: 0;
  }
  .consultation_section .img-box img {
    width: 100%;
    position: absolute;
    z-index: 9999;
    right: 0;
    bottom: -20px;
}
}

@media (max-width: 768px) {
  .layout_padding {
    padding: 40px 0;
  }
  .heading_container_2 h2 {
    font-size: 36px;
  }
  h5.totalite-stats-txt {
    font-size: 36px;
  }
  .heading_container h2 {
    font-size: 30px;
  }
  .heading_container p {
    font-size: 14px;
    color: var(--theme-gray-color);
    line-height: 16px;
}
}

@media (max-width: 576px) {
  .heading_container_2 h2 {
    font-size: 26px;
  }
  button.cmn_btn {
    padding: 10px 10px;
    font-size: 11px;
  }
  button.cmn_btn2 {
    padding: 10px 10px;
    font-size: 11px;
  }
  p.stats-text {
    font-size: 18px;
  }
  .catagory-sec .cat-cont-box .cat-cont h4 {
    font-size: 20px;
  }
  .health-img-area .text{
    font-size: 16px;
  }
  .popular-test-sec .test-box .cat-img {
    height: 100px;
    width: 100px;
    border: 3px solid var(--theme-blue-color);
  }
  .popular-test-sec .test-box .cat-cont h4 {
    font-size: 14px;
  }
  .testimonial-slider .card-body p {
    font-size: 16px;
    line-height: 24px;
  }
  .ftr-copy-info {
    display: block;
    text-align: center;
  }
  
  .footer_section {
    padding-top: 50px;
  }

  .heading_container_3 h2 span {
    font-size: 28px;
    color: var(--theme-blue-color);
  }

  /*.cmn-grid .row:nth-child(even){
    flex-direction: column-reverse;
  }
*/
}

@media (max-width: 520px) {
  .header_top .nav-list {
    padding: 5px 0;
  }
  .hero-cont h1 {
    font-size: 28px;
    font-weight: 700;
  }

  .hero-cont h3 {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .hero-cont p {
    font-size: 12px;
    margin: 10px 0 20px 0;
  }

  a.cmn_btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
  }

  .service-cont {
    padding: 20px;
  }

  .service-slider .service-cont {
    margin-top: 0;
    margin-bottom: 0;
  }

  .layout_padding {
    padding: 30px 0;
  }

  .heading_container h2 {
    font-size: 18px;
  }

  .heading_container h4 {
    font-size: 14px;
  }

  .heading_container h4::after {
    top: 8px;
  }

  .heading_container_2 h2 {
    font-size: 26px;
  }

  /*.heading_container_2 h2 br{
    display: none;
  }*/

  .heading_container_2 h4 {
    font-size: 18px;
  }

  .process_section .img-box::after {
    bottom: -20px;
  }

  .more_process_section .container .row .col-sm-6:last-child {
    margin-bottom: 0 !important;
  }

  .detail-box p:last-child {
    margin-bottom: 0;
  }

  .project_section .mb-4:last-child {
    margin-bottom: 0 !important;
  }

  .service-slider .owl-nav {
    margin-top: 40px;
    margin-bottom: -24px;
  }

  .heading_container2 h2 {
    font-size: 30px;
  }

  .leadership_section .team-cont-box {
    margin-left: 0;
    margin-right: 0;
  }

  .leadership_section .team-cont-box:last-child {
    margin-bottom: 0;
  }

  .bpo_section .detail-box:first-child {
    margin-top: 0 !important;
  }

  .bpo_section .mtm-30 {
    margin-top: 0px;
  }

  .footer_section {
    padding-top: 30px;
  }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  /*.container {
    max-width: 1170px;
  }*/
}