/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
    .ftco-navbar-light{
      background: #ffffff !important;
      height: 60px;
      z-index: 10000;
    }
    
    .navbar-toggler{
      background: #0f3d5b !important;
      height: 60px;
      padding: 20px 15px;
      border-radius: 0;
    }
    
    .navbar-toggler:focus, .navbar-toggler:hover{
        outline:none;
    }
    
    .certifications{
    left: 50%;
    transform: translateX(-50%);   
    }
    
    .blue-sec,.grey-sec{
        height:auto;
    }
    
    .ftco-navbar-light .navbar-brand.mobile{
         padding: 10px 15px;   
    }
    
    .mobile{
        display:block;
    }
    
    .desktop{
        display:none !important;
    }
    
    .team-img{
        width:100%;
    }
    
    .team-text, .tailor-text, .chauffer-text{
      padding-left:15px; 
    }
    
    .tour-container{
        margin-bottom: 2em;
      }
      
      .text-overlay{
       opacity: 1;
       visibility: visible;   
      }
      
      .tour-container .title-box{
          display:none;
      }
      
      .tour-container .tour-overlay {
    opacity: 0.58;
    -webkit-filter: blur(10px);
    filter: blur(10px);
   }
   
   .cta-heading{
       text-align: center;
   }
   
   #cta .read-more-btn{
    text-align: center;
    margin: auto;
    margin-top: 10px !important;
   }
   
   .service-heading{
     font-size: 21px;
     line-height: 35px;
   }
   
   #menu-main-menu {
    height: 100%;
    background: #ffffff;
   }
   
   .last-item{
       width:auto;
       background-color: transparent;
   }
   
   .ftco-navbar-light #menu-main-menu > .menu-item > .nav-link{
      color: #313131; 
   }
   
   .ftco-navbar-light.scrolled .last-item > a{
     color: #313131 !important;   
   }
   
   .ftco-navbar-light #menu-main-menu > .menu-item {
    padding: 0.75em 0.5em;
   }
   
   .banner-heading{
       font-size:33px;
       line-height: 63px;
   }
   
   .section-bg-image-right,.section-bg-image{
       width:100%;
   }
   
   #chauffeur-guides .regular-para.black{
       margin-top:3em;
   }
   
   .footer-bottom-text{
       float:right;
   }
   
   .footer-links{
       margin-bottom: 2em;
   }
   
   .blue-box{
    margin-bottom: 15px;   
   }
   
   .box-heading{
    font-size: 22px;
    line-height:32px;
   }
   
   .testimonial-box{
       height:100%;
   }
   
   #responsibiities .col-md-6{
      margin-bottom: 2em; 
   }
   
   .sustainability-practises .col{
       width:100%;
       margin-bottom:1em;
       min-width:100%;
   }
   
   #updates-tab .nav-item{
   font-size: 18px;
    line-height: 25px;
    padding: 5px;
    width: 50%;
   }
   
   .hotel-image{
    float: none;
    width: 100%;   
   }
   
   .hotel-text .sub-heading{
    margin-top: 2em;   
   }
   
   .hotel-text .read-more-btn{    
    margin: auto; 
    text-align: center;
    display: inline-block;
   }
   
   .featured-row .col-md-6{
       margin-bottom: 2em;
   }
   
   .excursion .white-bg{
     height:100%;  
   }
   
   .excursion-row .col-md-6{
         padding: 0;  
   }
   
   .sustainability-practises .box-heading {
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
   }
   
   .up-next{
  display:block;  
  float:none;
}

   .next-sec{
       text-align:center;
   }
   
   .next-sec .read-more-btn{
      display:inline-block;
      margin-top:2em;
      padding: 15px 40px;
    font-size: 15px;
   }
   
   .cta-heading{
       font-size: 21px;
       line-height: 26px;
   }
   
   #cta{
       padding-top:45px;
       padding-bottom: 45px;
   }
   
   .footer-logo{
    text-align: center;
    margin: auto;
    display: block;   
   }
   
   .send-contact{
    text-align: center;
    margin: auto;  
   }
   
   .service-box{
     margin-bottom: -40px;  
   }
   
   .affiliation-logo{
    width:75px;
   }
   
   #tours{
       display: flex;
       flex-direction: column;
   }
   
/*   #tours .section-bg-image-right{
       order:2;
   }*/
   
   #testimonials{
       padding-top:0;
   }
   
   .testimonial-arrows{
      margin-top:40px;
   }
   
   .article-top{
    padding: 20px 40px; 
    background-color: #f3f3f3;
   }
   
   .article-bottom{
       position:relative;
   }
   
   .artical-overlay{
       height: 100%;
       bottom: 0; 
   }
   
   .artical-heading{
       color:#0f3d5b;
   }
   
   .artical-text{
       color:#313131;
   }
   
   .articals-swiper,.articals-swiper .swiper-wrapper,.articals-swiper .swiper-slide{
       height:100% !important;
   }
   
   #articals .section-heading{
       padding-left:15px;
   }
   
   .swiper-pagination-articals{
    transform: translateY(-525%);
    z-index: 10000;
   }
   
   .featured-news{
       padding-left: 0px;
       padding-right: 0px;
       overflow: hidden;
   }
   
   .featured-news .white-box{
       width:85%;
   }
   
   .chauffeur-bg.mobile .inner-row{
    padding-top: 315px;
    padding-bottom: 315px;  
   }
   
   .header-social{
       top:85%;
       right:10px;    
   }
   
   #chauffeur-guides .service-box {
    margin-bottom: 0;
   }
      
    
}



/*IPHONE 5*/
@media (max-width: 320px) {


}
