@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 15px;
    }
    .navbar-expand-lg .navbar-nav{
        gap: 20px;
    }
    .mob{
        display: none !important;
    }
}
@media (max-width: 991px) and (min-width: 480px){
    .mob{
        display: none !important;
    }
    ul.fillup-pointer li{
        font-size: 9px;
    }
    .content h3.title {
        font-size: 1.5rem;
    }
    #bookTaxi .content p{
        font-size: 12px;
    }
    .tab h5 {
        font-size: 15px;
    }
    .content h1.title {
        font-size: 30px;
    }
    span.num {
        font-size: 30px;
    }
    .call-buton .cc-calto-action-ripple{
        width: 2.2rem;
        height: 2.2rem;
    }
    .call-buton .cc-calto-action-ripple i{
        font-size: 15px;
        margin-left: -6px;
    }
    #bookTaxi .row .top-ban {
        margin-bottom: 0px;
    }    
    #bookTaxi .overlay, #bookTaxi{
        height: 700px;
    }
    #AboutUs .content .text p {
        font-size: 15px;
    }
    h3.abt.title{
        padding-bottom: 0px;
    }
    #AboutUs .content{
        gap: 6px;
    }
    .fillBtn{
        padding: 8px 25px;
        font-size: 14px;
    }
    .sec-title {
        font-size: 32px;
        line-height: 42px;
    }
    .sec-sub-title {
        font-size: 13px;
    }
    .ans p{
        font-size: 15px;
    }
    .our-adv h2 {
        font-size: 40px;
        font-weight: 700;
    }
    .advt-content h5 {
        font-size: 18px;
    }
    .advt-icon i {
        font-size: 60px;
    }
    .fa-regular.fa-thumbs-up {
        font-size: 48px;
    }
    #ourAdv, #ourAdv .overlay{
        height: 680px;
    }
    .advt-content p{
        font-size: 15px;
    }
    #CTABanner h3 {
        font-size: 38px;
    }
    #CTABanner, #CTABanner .overlay{
        height: 450px;
    }
    .cta-btn .outlineBtn{
        padding: 12px 30px;
    }
    .date{
        font-size: 14px;
    }
    .date-container {
        margin-top: -52px;
        padding: 9px 15px;
    }
    #blogCarousel .single-item .title h3 {
        font-size: 20px;
    }
    #blogCarousel .single-item .desc p {
        color: #999;
        font-size: 14px;
    }
    .footer-title h5 {
        font-size: 17px;
    }
    .footer-links ul li a, .footer-links ul li span{
        font-size: 15px;
    }
    .accord-item .ques, .accord-item .ans {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 481px){
    #bookTaxi{
        height: unset;
    }
    #bookTaxi .overlay{
        height: unset;
    }
    #bookTaxi .overlay .container{
        padding-top: 80px;
    }
    .content h1.title {
        font-size: 28px;
    }
    #ourAdv .overlay, #ourAdv{
        height: 650px;
    }
    #CTABanner .overlay, #CTABanner{
        height: 400px;
    }
    #CTABanner h3{
        font-size: 32px;
    }
    span.num{
        font-size: 28px;
    }
    .call-buton .cc-calto-action-ripple{
        width: 2rem;
        height: 2rem;
        margin-left: 10px;
    }
    .call-buton .cc-calto-action-ripple i{
        font-size: 12px;
        margin-left: -6px;
    }
    .cta-btn .outlineBtn{
        padding: 12px 25px;
        font-size: 18px;
    }
    .desk{
        display: none !important;
    }
    .contact-info.mob li, .social-info.mob li{
        background-color: #FFF;
        clip-path: circle(50%);
        padding: 3px;
    }
    .navbar-brand img {
        width: 130px;
    }
    p.sub-title {
        font-size: 14px;
    }
    .content h3.title {
        font-size: 1.6rem;
    }
    #AboutUs .content .text p {
        font-size: 16px;
    }
    .sec-title {
        font-size: 28px;
        line-height: 40px;
    }
    .sec-sub-title {
        font-size: 12px;
    }
    .ans p{
        font-size: 15px;
        text-align: justify;
    }
    .our-adv h2 {
        font-size: 35px;
        font-weight: 700;
    }
    .advt-content h5 {
        font-size: 1.1rem;
    }
    .advt-content p {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    .advt-icon i {
        font-size: 50px;
    }
    .fa-regular.fa-thumbs-up {
        font-size: 38px;
    }
    .date-container {
        margin-top: -48px;
        padding: 8px 12px;
    }
    .date {
        font-size: 13px;
    }
    .footer-logo img{
        width: 40%;
    }
    .footer-abt {
        font-size: 14px;
    }
    .footer-title h5{
        font-size: 17px;
    }
    .footer-links ul li a{
        font-size: 15px;
    }
    .footer-links ul li span{
        font-size: 15px;
    }
    footer .copyright .text {
        font-size: 9px;
    }
    ul.fillup-pointer li{
        font-size: 11px;
    }
    .accord-item .ques, .accord-item .ans {
        padding-left: 0px;
        padding-right: 0px;
    }
}