@media only screen and (max-width:768px){
     .carousel-caption{
          bottom: 20px !important;
     }
     .carousel-caption h6{
          font-size: 14px;
     }
     .carousel-caption h1{
          font-size: 16px !important;
     }
     .about-section h2, .services-section h2, .feature-section h2, .taxi-section h2, .tour-packages-section h2, 
     .why-choose-us-section h2, .faq-section h2, .enquiry-section h2, .taxi-services h2, .blog-section h2, .counter-section h2, .photo-gallery h2{
          font-size: 25px !important;
     }
     .counter-section h1{
         font-size : 25px;
     }
     .carousel-caption .btn{
   display: none;
     }
     .about-section .call-now-div a, .about-section .btn{
          font-size: 13px !important;
     }
     .card-odd{
          margin-top: 0px;
     }
     .hero-section {
          padding: 20px;
     }
     .hero-section h1{
          font-size: 22px;
     }
}