/* Responsive */
@media (max-width: 955px) {
    .uk-menu-container ul {
      font-size: 1.2em !important;
    }
  
    .uk-menu-container ul li {
      padding: 8px 0 !important;
    }
  
    .uk-media-600 {
      height: 300px !important;
    }
  
    .uk-h1,
    h1 {
      font-size: 2rem;
    }
    h2 {
        font-size: 28px;
    }
    .banner-heading {
        font-size: 3.5rem;
    }
    .expedition-font, .expedition-small-font, .banner-heading, .small-banner-heading {
        font-family: "Colombo";
        text-transform: uppercase;
        line-height: 50px;
    }
    .uk-why-us-list {
        padding: 15px 10px;
        margin: 0!important;
  }
  .uk-why-us {
    padding: 0 !important;
  }
  .uk-why-us-section{
    padding: 0 !;
  }
  .why-us-font{
    font-size: 16px !important;
    font-weight: 600 !important;
  }
}
@media(max-width:795px) {
  .last-banner{
    height: 390px !important;
  }
}
@media(max-width:600px)  {
    .uk-affiliated  img {
        width: 60px;
        height: 60px;
       
      }
      .uk-affiliated h3{
        font-size: 17px !important;
    }
  .bottom-font{
    font-size: 16px;
  }
  .last-banner{
    height: 270px !important;
  }
   .uk-hero-banner video {
      display:none !important;
  }
  .banner-heading {
        font-size: 2.8rem;
        line-height: 1 !important;
        color:white !important;
  }
  .uk-hero-banner {
      height: 82vh;
  }
}
@media(max-width:375px)  {
    .uk-affiliated  img {
        width: 45px;
        height: 45px;
        
      }
      .uk-affiliated h3{
        font-size: 13px !important;
    }
}