/* 150% */
@media (max-width: 1120px) {
  .hero_area {
    height: auto;
  }

  /* .slider_section {
    padding: 50px 0;
  } */

  .quote_btn-container {
    display: none;
  }

  .quote_btn-container a {
    display: none;
  }

  .countdown {
    margin-top: 2%;
    margin-bottom: 2%;
    position: relative;
  }

  .about_section .detail-box p {
    font-size: 20px;
    margin: 10px 0;
  }
  .about_section .detail-box ul li {
    font-size: 20px;
    margin: 10px 0;
  }
  .tableIMG {
    width: 100px !important;
  }
}

@media (max-width: 992px) {
  .custom_nav-container .nav_search-btn {
    background-position: center;
  }

  .about_section .detail-box .more-btn a {
    display: inline-block;
    padding: 7px 13px;
    background-color: #023b48;
    border: 1px solid #023b48;
    color: #ffffff;
  }

  .about_section .detail-box h2 {
    font-size: 28px;
  }

  .about_section .detail-box table tr td img {
    width: 200px;
    height: auto;
  }
}

/* 200% */
@media (max-width: 768px) { 
  .slider_detail-box {
    text-align: center;
  }
  .info_section .col-md-3 {
    text-align: center;
  }

  .info_section .col-md-3:not(:nth-last-child(1)) {
    margin-bottom: 35px;
  }

  .info_items {
    flex-direction: column;
    align-items: center;
  }

  .info_items .item {
    margin: 20px 0;
  }

  .info_items::before {
    display: none;
  }

  .slider_img-box {
    margin: 25px 0 45px 0;
  }

  .carousel-indicators {
    bottom: -7%;
  }

  .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    opacity: 1;
  }

  .col-md-6.offset-md-2 {
    margin: 40px 0;
    text-align: center;
  }

  .about_section .detail-box p {
    font-size: 16px;
    margin: 8px 0;
  }

  .about_section .detail-box ul li {
    font-size: 16px;
    margin: 8px 0;
  }

  .about_section .detail-box table {
    font-size: 10px;
  }

  .about_section .detail-box table tr td img {
    width: 150px;
    height: auto;
  }
  .normalIMG {
    width: 200px !important;
  }
  .tableIMG {
    width: 100px !important;
  }
  .smallIMG {
    width: 25px !important;
  }
  .award1 {
    max-width: 45% !important;
    text-align: right;
  }
  .award2 {
    max-width: 55% !important;
  }
  .award1 .normalIMG{
    width: 100px !important;
  }
  .award2 .normalIMG{
    width: 200px !important;
  }
  .pic {
    max-width: 50% !important;
  }
  .pic .normalIMG{
    width: 150px !important;
  }
}

/* 250% */
@media (max-width: 576px) {
  .client_section .client_container {
    flex-direction: column;
    align-items: center;
  }

  .client_section .pl-100 {
    padding-left: 0;
  }

  .client_section .client_container .img_box {
    margin: -150px auto 25px auto;
  }

  .client_section .client_container {
    margin-top: 100px;
  }
  .normalIMG {
    width: 150px !important;
  }
}

/* 300% */
@media (max-width: 480px) {
  .slider_detail-box h1 {
    font-size: 40px;
  }
  .countdown {
    margin-top: 3%;
    margin-bottom: 2%;
    position: relative;
  }
  .normalIMG {
    width: 120px !important;
  }
}

/* 400% */
@media (max-width: 420px) {
  .countdown {
    padding-top: 3%;
    padding-bottom: 2%;
    position: relative;
  }
  .countdown .day, .countdown .hour, .countdown .min, .countdown .sec {
    padding: 8px 10px;
    text-align: center;
  }
  .countdown .day .num, .countdown .hour .num, .countdown .min .num, .countdown .sec .num {
    display: block;
    font-size: 1em;
    line-height: 0.7em;
  }
  .countdown .day .word, .countdown .hour .word, .countdown .min .word, .countdown .sec .word {
    display: block;
    font-size: .40em;
    color: #333;
    text-transform: uppercase;
  }
  .about_section .detail-box table tr td img {
    width: 100px;
    height: auto;
  }
  .normalIMG {
    width: 100px ;
  }
  .tableIMG {
    width: 60px !important;
  }
  .smallIMG {
    width: 15px !important;
  }
  .award1 .normalIMG{
    width: 60px !important;
  }
  .award2 .normalIMG{
    width: 120px !important;
  }
  .pic .normalIMG{
    width: 100px !important;
  }
}

@media (max-width: 360px) {
  .btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slider_detail-box .btn-box .btn-1 {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .countdown {
    margin-top: 3%;
  }
}