@media only screen and (max-width: 600px) {
section.hero.home-page-hero {
    width: 100%;
    height: 100% !important;
}
section.hero {
    width: 100% !important;
    height: 450px !important;
    overflow: hidden;
}
.hero .hero-page-title {
    text-align: center;
    padding: 230px 0px;
}
.hero nav[aria-label=breadcrumb] {
    width: 100%;
    display: block;
    position: absolute;
    text-align: center;
    bottom: 165px;
}
section#book-tour {
    width: 100%;
    height: auto !important;
}
.vertical-review {
    background-color: var(--bs-body-bg);
    text-align: center;
    overflow: hidden;
    width: 140px;
    margin: 0 auto;
    margin-top: 30px;
}
section.trsrsr_supertime {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about-super-ico li {
    width: 100%;
    position: relative;
    text-align: center;
}
section.hero.why-chose-super {
    width: 100% !important;
    height: auto !important;
}

.accordion-itinerary .accordion-button strong {
    margin-right: 0.55rem;
    font-weight: 700;
    text-wrap: auto;
}





/*Mobile Responsive code End Here*/
}