@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 {
margin-left: -30px;
}


.close-btn {position: absolute; display:block; top: 0px;right: 8px;font-size: 60px;color: #f0b527;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: 250px 0px;
    height: auto;
}


.flex-card {
    margin: 5px;
}

.banner-text {
width: 100%;
padding: 0 15px;
}

.banner-text h1 {
font-size: 20px;
line-height: 36px;
}

.banner-text span {
font-size: 16px;
}


.booking-txt h4 {
    font-size: 18px;
}

.service-heading h2 {
    font-size: 20px;
    width: 100%;
}


.banner-denity {
    display: block;
}


.banner-content-denity::before {
  display: none;
}

.affortabele-txt h4 {
    font-size: 18px;
    line-height: 24px;
}

.banner-content-denity {
    padding: 30px;
}


.testimonial-heading h3 {
    font-size: 20px;
}


.gallery-txt h3 {
    font-size: 20px;
    width: 100%;
}

.card img {
    height: auto;
}


.footer-txt-royal h3 {
    font-size: 20px;
    padding-top: 15px;
}



.banner-text p {
font-size: 14px;
line-height: 22px;
}

.flex-button {
flex-direction: column;
gap: 14px;
}


.flex-button a {
width: 100%;
max-width: 240px;
margin: 0 auto;
}

.about-image img {
    width: 100%;
}

.about-txt h2 {
    font-size: 20px;
}

.about-txt {
    padding-top: 30px;
}

.counter-heading h2 {
    font-size: 20px;
}

#counter {
    flex-direction: column;
}

.service_heading h3 {
    font-size: 20px;
    width: 100%;
}

.service-bottom-txt {
    width: 100%;
}

.maintained-txt h3 {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
}

.taxi-flex {
    flex-direction: column;
}

.button_taxi {
    margin-top: 20px;
}

.booking-txt h3 {
    font-size: 20px;
}


.choose-heading h3 {
    font-size: 20px;
    width: 100%;
    line-height: 24px;
}

.choose-image img {
    width: 100%;
}

.testimonial-txt h3 {
    font-size: 20px;
    width: 100%;
    line-height: 24px;
}

.footer-txt h3 {
    font-size: 20px;
    width: 100%;
}

.grid-footer-form {
    grid-template-columns: repeat(1, auto);
    gap: 20px;
    padding: 0;
}

.pl-70 {
    padding-left: 14px;
    margin-top: 30px;
}

.testimonial-detail p {
    font-size: 18px;

}

.accordion-body p {
    width: auto;
}

.banner-about {
    padding: 20px 0;

}

.banner-about h1 {
    font-size: 20px;
}

.mission-txt h2 {
    font-size: 20px;
}

.tets-talk h2 {
    font-size: 20px;
}

.tets-talk p {
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.tets-talk {
    gap: 0;
    flex-direction: column;
}


.not-found h2 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
}

.not-found img {
    width: 100%;
}

.not-found a img {
    width: auto;
}

.not-found p {
    width: 100%;
}


.row.g-5 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1.5rem;
    }

    .popup-txt img {
    width: 100%;
}


.thankyou-image img {
    width: 100%;
}


.contact-form .field-row {
    flex-direction: column;
    gap: 0px;
}


.contact-form .field textarea {
    height: auto;
}

nav.breadcrumb-nav ol li {
    font-size: 14px;
}

.counter-heading h3 {
    font-size: 20px;
}


#counter .item .count {
    font-size: 50px;
}

.technology-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.card p {
    padding-bottom: 0;
}

.card h2 {
    font-size: 20px;
}

.privacy-policy-txt h2 {
    font-size: 20px;
}


.service-detail-image h3 {
    font-size: 20px;
}

.gets-text p {
    font-size: 16px;
}



}



/* @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: #f0b527;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: 250px 0px;
    height: auto;
}


.flex-card {
    margin: 5px;
}

.banner-text {
width: 100%;
padding: 0 15px;
}

.banner-text h1 {
font-size: 20px;
line-height: 36px;
}

.banner-text span {
font-size: 16px;
}


.booking-txt h4 {
    font-size: 18px;
}

.service-heading h2 {
    font-size: 20px;
    width: 100%;
}


.banner-denity {
    display: block;
}


.banner-content-denity::before {
  display: none;
}

.affortabele-txt h4 {
    font-size: 18px;
    line-height: 24px;
}

.banner-content-denity {
    padding: 30px;
}


.testimonial-heading h3 {
    font-size: 20px;
}


.gallery-txt h3 {
    font-size: 20px;
    width: 100%;
}

.card img {
    height: auto;
}


.footer-txt-royal h3 {
    font-size: 20px;
    padding-top: 15px;
}



.banner-text p {
font-size: 14px;
line-height: 22px;
}

.flex-button {
flex-direction: column;
gap: 14px;
}


.flex-button a {
width: 100%;
max-width: 240px;
margin: 0 auto;
}

.about-image img {
    width: 100%;
}

.about-txt h2 {
    font-size: 20px;
}

.about-txt {
    padding-top: 30px;
}

.counter-heading h2 {
    font-size: 20px;
}

#counter {
    flex-direction: column;
}

.service_heading h3 {
    font-size: 20px;
    width: 100%;
}

.service-bottom-txt {
    width: 100%;
}

.maintained-txt h3 {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
}

.taxi-flex {
    flex-direction: column;
}

.button_taxi {
    margin-top: 20px;
}

.booking-txt h3 {
    font-size: 20px;
}


.choose-heading h3 {
    font-size: 20px;
    width: 100%;
    line-height: 24px;
}

.choose-image img {
    width: 100%;
}

.testimonial-txt h3 {
    font-size: 20px;
    width: 100%;
    line-height: 24px;
}

.footer-txt h3 {
    font-size: 20px;
    width: 100%;
}

.grid-footer-form {
    grid-template-columns: repeat(1, auto);
    gap: 20px;
    padding: 0;
}

.pl-70 {
    padding-left: 14px;
    margin-top: 30px;
}

.testimonial-detail p {
    font-size: 18px;

}

.accordion-body p {
    width: auto;
}

.banner-about {
    padding: 20px 0;

}

.banner-about h1 {
    font-size: 20px;
}

.mission-txt h2 {
    font-size: 20px;
}

.tets-talk h2 {
    font-size: 20px;
}

.tets-talk p {
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.tets-talk {
    gap: 0;
    flex-direction: column;
}


.not-found h2 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
}

.not-found img {
    width: 100%;
}

.not-found a img {
    width: auto;
}

.not-found p {
    width: 100%;
}


.row.g-5 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1.5rem;
    }

    .popup-txt img {
    width: 100%;
}


.thankyou-image img {
    width: 100%;
}


.contact-form .field-row {
    flex-direction: column;
    gap: 0px;
}


.contact-form .field textarea {
    height: auto;
}

nav.breadcrumb-nav ol li {
    font-size: 14px;
}

.counter-heading h3 {
    font-size: 20px;
}


#counter .item .count {
    font-size: 50px;
}

.technology-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.card p {
    padding-bottom: 0;
}

.card h2 {
    font-size: 20px;
}

.privacy-policy-txt h2 {
    font-size: 20px;
}


.service-detail-image h3 {
    font-size: 20px;
}

.gets-text p {
    font-size: 16px;
}



}

