@media (min-width: 320px) and (max-width: 767px) {
.right-menu {
position: fixed;
top: 0;
left: -100%;
height: 100vh;
width: 100%;
/* max-width: 350px; */
background-color: #fff;
flex-direction: column;
text-align: center;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
transition: left 0.3s ease-in-out;
z-index: 999;
overflow-y: auto;
text-align: left;
align-items: flex-start;
padding-left: 20px;
}

.right-menu ul {
flex-direction: column;
gap:15px;
}

.right-menu a {
padding: 10px 20px;
font-size: 18px;
}

.header-button {
margin-top: 20px;
}

.toggle-btn {
display: flex;
z-index: 1000;
}

/* Show class for slide-in */
.right-menu.show {
left: 0;
background: #ffffff;
z-index: 9999;
padding-top: 30px;

}

.mobile-logo a img {
width: 190px;
}


.close-btn {position: absolute; display:block; top: 0px;right: 8px;font-size: 60px;color: #0f68de;cursor: pointer;z-index: 1001;}

.mobile-logo
{
display:block;
text-align: left;
width: 100%;
margin-bottom: 20px;
}


.top-header {
    padding: 10px 0;
}

.top-header .left-side span {
    display: inline-block;
    padding-bottom: 5px;
}





.right-menu ul li {
position: relative;
width: 100%;
line-height: 40px;
}

.top-header-container {
    display: flex;
    flex-direction: column;
}


.right-menu ul li ul.dropdown {
position: static;
width: 100%;
background: #F0B527;
display: none;
padding: 0;
margin: 0;
}



.right-menu ul li ul.dropdown li a {
display: block;
padding: 10px 20px;
border-bottom: 1px solid #ddd;
font-size: 16px;
color: #fff;
text-align: left;
}

.toggle-btn .bar {
background-color: #000000;
}


.banner-home {
    padding: 170px 0px;
}

.banner-text h1 {
    font-size: 26px;
        width: 100%;
}

.flex-form {
    display: grid;
    grid-template-columns: repeat(1, auto);
}

.bg_flight {
    position: relative;
    /* top: -15px; */
    background: #DEECFF;
    padding: 5px;
}


#tab-button {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#tab-button li {
    flex-direction: column;
}

.banner-text {
    top: 32%;
    left: 40%;
    transform: translate(-30%, -30%);
    text-align: center;
}

.trip-selector {
    gap: 20px;
}

.trav_toggle.open {
   left: 85%;

}

.trav_toggle.close {
    left: 85%;
}

.flight_txt p {
    text-align: left;
}

.flex_price {
    flex-direction: column;
    gap: 0px;
}

.book-heading h2 {
    font-size: 22px;
}

.card-book {
    margin: 10px;
}

.bg-color {
    padding: 0;
}

.flight-heading p {
    width: 100%;
}

.flight-heading h2 {
    font-size: 22px;
    padding-top: 30px;
}

.flext-txt h4 {
    width: 100%;
}

.flex-flight {
    flex-direction: column;
    text-align: center;
}

.flight-heading h3 {
    font-size: 22px;
}

.flight-heading.text-center {
    padding-top: 40px;
}

.footer-links.pl-80 {
    padding-left: 0;
}

.copyright-txt p {
    text-align: left;
}

.footer-links {
    padding-top: 40px;
}

.banner-about h1 {
    font-size: 20px;
    padding-top: 10px;
            width: 100%;
}

.banner-about {
    padding: 10px 0;
}

.contact-txt h2 {
    font-size: 22px;
}

.contact-form .field-row {
    flex-direction: column;
}

.contact-form .field-button input {
    width: 100%;
}


.box-card-cnt {
    height: auto;
    margin: 10px;
}

.blog-detail h4 {
    font-size: 18px;
}

nav.breadcrumb-nav ol {
    gap: 4px;
    align-items: baseline;
        font-size: 10px;
}

.blog-details h2 {
    font-size: 18px;
}

.blog-details h3 {
    font-size: 18px;
}

.accordion-header button div {
    width: 85%;
}

.blog-detailss {
    padding: 20px 10px;
}

.flight-detail h2 {
    padding-bottom: 0;
    font-size: 22px;
}


.flight-detail h3 {
    font-weight: 600;
    padding-top: 15px;
    font-size: 20px;
}

.not-found h2 {
    font-size: 22px;
    width: 100%;
}

.not-found img {
    width: 100%;
}

.not-found a img {
    width: auto;
}




}



/* @media (min-width: 768px) {

.right-menu ul li.dropdown:hover > ul.dropdown {
display: block;
}

.right-menu ul li.dropdown {
position: relative;
}
} */






/* tab media query */

@media (min-width: 768px) and (max-width: 1024px) {

.right-menu {
position: fixed;
top: 0;
left: -100%;
height: 100vh;
width: 100%;
/* max-width: 350px; */
background-color: #fff;
flex-direction: column;
text-align: center;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
transition: left 0.3s ease-in-out;
z-index: 999;
overflow-y: auto;
text-align: left;
align-items: flex-start;
padding-left: 20px;
}

.right-menu ul {
flex-direction: column;
gap:15px;
}

.right-menu a {
padding: 10px 20px;
font-size: 18px;
}

.header-button {
margin-top: 20px;
}

.toggle-btn {
display: flex;
z-index: 1000;
}

/* Show class for slide-in */
.right-menu.show {
left: 0;
background: #ffffff;
z-index: 9999;
padding-top: 30px;

}

.mobile-logo a img {
margin-left: -30px;
}


.close-btn {position: absolute; display:block; top: 0px;right: 8px;font-size: 60px;color: #0f68de;cursor: pointer;z-index: 1001;}

.mobile-logo
{
display:block;
text-align: left;
width: 100%;
margin-bottom: 20px;
}


.top-header {
    padding: 10px 0;
}

.top-header .left-side span {
    display: inline-block;
    padding-bottom: 5px;
}





.right-menu ul li {
position: relative;
width: 100%;
line-height: 40px;
}

.top-header-container {
    display: flex;
    flex-direction: column;
}


.right-menu ul li ul.dropdown {
position: static;
width: 100%;
background: #F0B527;
display: none;
padding: 0;
margin: 0;
}



.right-menu ul li ul.dropdown li a {
display: block;
padding: 10px 20px;
border-bottom: 1px solid #ddd;
font-size: 16px;
color: #fff;
text-align: left;
}

.toggle-btn .bar {
background-color: #000000;
}


.banner-home {
    padding: 170px 0px;
}

.banner-text h1 {
    font-size: 26px;
        width: 100%;
}

.flex-form {
    display: grid;
    grid-template-columns: repeat(1, auto);
}

.bg_flight {
    position: relative;
    /* top: -15px; */
    background: #DEECFF;
    padding: 5px;
}


#tab-button {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#tab-button li {
    flex-direction: column;
}

.banner-text {
    top: 32%;
    left: 40%;
    transform: translate(-30%, -30%);
    text-align: center;
}

.trip-selector {
    gap: 20px;
}

.trav_toggle.open {
   left: 85%;

}

.trav_toggle.close {
    left: 85%;
}

.flight_txt p {
    text-align: left;
}

.flex_price {
    flex-direction: column;
    gap: 0px;
}

.book-heading h2 {
    font-size: 22px;
}

.card-book {
    margin: 10px;
}

.bg-color {
    padding: 0;
}

.flight-heading p {
    width: 100%;
}

.flight-heading h2 {
    font-size: 22px;
    padding-top: 30px;
}

.flext-txt h4 {
    width: 100%;
}

.flex-flight {
    flex-direction: column;
    text-align: center;
}

.flight-heading h3 {
    font-size: 22px;
}

.flight-heading.text-center {
    padding-top: 40px;
}

.footer-links.pl-80 {
    padding-left: 0;
}

.copyright-txt p {
    text-align: left;
}

.footer-links {
    padding-top: 40px;
}

.banner-about h1 {
    font-size: 20px;
    padding-top: 10px;
            width: 100%;
}

.banner-about {
    padding: 10px 0;
}

.contact-txt h2 {
    font-size: 22px;
}

.contact-form .field-row {
    flex-direction: column;
}

.contact-form .field-button input {
    width: 100%;
}


.box-card-cnt {
    height: auto;
    margin: 10px;
}

.blog-detail h4 {
    font-size: 18px;
}

nav.breadcrumb-nav ol {
    gap: 4px;
    align-items: baseline;
        font-size: 10px;
}

.blog-details h2 {
    font-size: 18px;
}

.blog-details h3 {
    font-size: 18px;
}

.accordion-header button div {
    width: 85%;
}

.blog-detailss {
    padding: 20px 10px;
}

.flight-detail h2 {
    padding-bottom: 0;
    font-size: 22px;
}


.flight-detail h3 {
    font-weight: 600;
    padding-top: 15px;
    font-size: 20px;
}

.not-found h2 {
    font-size: 22px;
    width: 100%;
}

.not-found img {
    width: 100%;
}

.not-found a img {
    width: auto;
}


}

