@media screen and (max-width:991px) {
    #navbarNavDropdown{
        margin-left: 0px!important;
    }
    header{
        position: inherit!important;
    }

    nav{
        border: none!important;
        border-radius: 0px!important;
        padding: 0px !important;
    }
   .banner-inner img{
    height: 150px;
    object-fit: cover;
   }
   .inner-banner-content {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.inner-banner-content h3{
    margin-bottom: 0px;
}

.ticket-container {
    width: fit-content;
    margin: 20px auto;
    min-width: 500px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .ticket-sec{
    background-color: #fff5ed;
    padding: 40px 0px;
    overflow: scroll;
    overflow-x: scroll;
  }
  .contact-head{
    display: none;
  }
  .offcanvas.offcanvas-start{
    background: #ff6d00;
  }
  .nav-link {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid;
}
.offcanvas-header{
    padding: 3px 10px;
}
}
@media screen and (max-width:768px) {
    .same-day-head h4 span {
        background-color: #E35C49;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        border-radius: 30px;
        font-weight: 500;
        padding: 8px 10px;
    }
    .same-day-head p{
        margin-top: 20px;
        text-align: justify;
        font-size: 14px;
    }
    .same-day-content h6 {
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 10px;
    }
    .small-car-head h3 {
        text-align: center;
        font-weight: 700;
        font-size: 25px;
    }
    .small-car-head p{
        text-align: justify;
    }
    .about-head h2 {
        font-weight: 700;
        font-size: 30px;
    }
    .client-head h2 {
        font-weight: 700;
        font-size: 30px;
    }
    .client-head p{
        font-size: 15px;
    }
    .table-container h2 {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #fff;
    }
    table th, table td {
        padding: 5px;
        text-align: center;
        border: 1px solid #fff;
    }
    .why-choose-us .container{
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }
    .why-text h2 {
        font-size: 25px!important;
        font-weight: 800;
        color: #fff;
    }
    .why-text p{
        margin-top: 30px!important;
        font-size: 15px;
    }
    .text-q h6 {
        font-size: 16px;
        color: #fff;
    }
    .table-container{
        padding: 20px 10px;
    }
}

@media screen and (max-width:1200px) {
    .why-text h2 {
        font-size: 35px;
        font-weight: 800;
        color: #fff;
    }
}