@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .header_image{
    background-image: url('../images/hero-bg.png');
    background-size: 100% 100%;
  }

  .navbar-collapse {
    display: contents;
  }

  .world-map-section {
    background: url(../images/worldmap.png) no-repeat;
    background-size: contain;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

  .top-left {
    top: 1%;
    left: 15%;
}

.top-right {
    top: 1%;
    right: 15%;
}

.bottom-left {
   left: 20%;
    top: 25%;
}

.bottom-right {
   right: 20%;
    top: 25%;
}
  .custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 115px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
  .hero_area {
    /* background: linear-gradient(130deg, #231a6f, #0f054c); */
  }

/* Fix step cards layout on zoom */
.step-card {
  flex: 1 1 300px;
  min-width: 280px;
  max-width: 100%;
}

/* Make team container flexible and wrap nicely */
.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  padding: 20px 0;
}

/* Ribbon head fix for zoom scaling */
.ribbon-head {
  font-size: 1rem;
  word-break: break-word;
  text-align: left;
  padding: 20px 40px 30px 50px;
  width: 100%;
}
.ribbon-amos {
    background-color: #1f3b59;
    font-family: Lato;
    font-size: 17px;
    padding: 20px 40px 30px 50px;
    text-align: left;
}

.red-img{
  width: 100%;

}
.country-table td {
    display: flex;
    padding: 8px 15px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.img-wid{
  margin-left: 20%;
}

  .bg_img_box img{
    display: none;

  }

  
  .slider_section {
    padding: 45px 0 75px 0;
  }
/* 
  .container-fluid {
    background-image: url('../images/hero-bg.png');
  } */
  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
  }


  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }


}

@media (max-width: 768px) {
  .about_section .img-box {
    margin-bottom: 45px;
  }

}

@media (max-width: 576px) {
  .header_section .header_top .contact_nav a span {
    display: none;
  }


  .client_section .client_container {
    width: 100%;
  }

  .client_section .box {
    margin: 0;
  }

  .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .client_section .owl-carousel .owl-nav .owl-prev,
  .client_section .owl-carousel .owl-nav .owl-next {
    position: unset;
    margin: 0 2.5px;
  }
}

@media (max-width: 480px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .track_section form {
    flex-direction: column;
    align-items: flex-start;
  }

  .track_section form input {
    width: 100%;
  }

  .track_section form button {
    padding: 10px 60px;
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .service_section .box {
    flex-direction: column;
  }

  .service_section .box .img-box {
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}