@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:0px;
}

.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: #ff3600;cursor: pointer;z-index: 1001;}

.mobile-logo
{
display:block;
text-align: left;
width: 100%;
margin-bottom: 20px;
}


.top-header {
    padding: 10px 15px;
}

.top-header .left-side span {
    display: inline-block;
    padding-bottom: 5px;
}





.right-menu ul li {
position: relative;
width: 100%;
line-height: 50px;
border-bottom: 1px solid #e5e5e5;
}

.top-header-container {
    display: flex;
}


.social-links ul {
    gap: 6px;
}

.right-menu ul li ul.dropdown {
position: static;
width: 100%;
background: #FF3600;
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;
}




.dropdown-submenu > a::after {
    color: #Fff;
}



 /* Disable hover behavior */
  .right-menu ul li ul.dropdown,
  .dropdown-submenu-list {
    display: none !important;
    opacity: 1;
    visibility: visible;
  }

  /* Show main dropdown */
  .right-menu li.active > ul.dropdown {
    display: block !important;
  }

  /* Show submenu */
  .dropdown-submenu.active > .dropdown-submenu-list {
    display: block !important;
    background: #fff;
  }

  /* Fix submenu style */
  .dropdown-submenu-list {
    position: static;
    width: 100%;
    box-shadow: none;
  }

  .dropdown-submenu-list li a {
    color: #000;
    background: #e1172f;
    padding-left: 40px;
  }



  .dropdown-submenu > ul {
    position: static;
    top: 0;
    left: 100%;
    width: 260px;
    background: #000000;
    display: none;
    padding: 10px 0;
}



.video-wrapper {
height: 70vh;   
}

.video-wrapper video {
height: 70vh;
width: 100%;
object-fit: cover;
}

.banner-text {
width: 90%;
padding: 0 15px;
}

.banner-text h1 {
font-size: 20px;
line-height: 36px;
}


.banner-text p {
font-size: 14px;
line-height: 22px;
}


.home-banner .field-row {
    gap: 0px;
    flex-direction: column;
}

.garge-image.text-end img {
    width: 100%;
            margin-top: 30px;
}


.expert-grid {
    grid-template-columns: repeat(1, auto);
    width: auto;
        gap: 20px;
    
}


.home-banner h2 {
    font-size: 22px;
}


.about-txt h2 {
    font-size: 22px;
}


.about-txt a {
    width: 50%;
}


#counter {
    flex-direction: column;
}


.about-txt h4 {
    font-size: 18px;
}

.service-txt h3 {
    font-size: 22px;
}

.service-txt p:nth-child(3) {
    width: 100%;
            padding-bottom: 30px;
}

.privacy-policy p {
    font-size: 12px;
}

.copyright-txt p {
    font-size: 12px;
}


.expert-txt h3 {
    font-size: 22px;
    width: 100%;
}


.heading-choose h3 {
    font-size: 22px;
}

.heading-choose p:nth-child(3) {
    width: 100%;

}

.choose-icon.text-center {

    margin-top: 15px;
}


.grid-choose {
    display: grid;
    grid-template-columns: repeat(1, auto);
    gap: 10px;
}

.request-heading h3 {
    font-size: 22px;
    width: 100%;

}


.request-btn a {
    width: 100%;
    display: block;
}


.cleint-heading.text-center h3 {
    font-size: 22px;
}


.garge-heading h3 {
    font-size: 22px;
}

.client-carousel.owl-theme.owl-loaded.owl-drag.owl-carousel .owl-item img {width:auto;margin: 0 auto;}

.faq-heading h3 {
    font-size: 22px;
}

footer.bg-image {
    padding: 30px;
}


.servie-list.ml-50.pt-3 {
    margin-left: 0;
}

.container.sasas {

    padding: 0px;
}

.expectional-txt {
    padding: 15px 40px;
    max-width: fit-content;
    position: relative;
    top: 0px;
}

.expectional-txt h2 {
    font-size: 22px;
}


.expectional-txt h4 {
    font-size: 18px;
}

.privacy-policy {
    gap: 0px;
    justify-content: left;
   
}


.service-txt-card p {
    width: 100%;
            padding-bottom: 40px;
}

.banner-about h1 {
    font-size: 20px;
}


.banner-about {
    padding: 20px 0;
}

nav.breadcrumb-nav ol li {
    font-size: 10px;
}

.card-content h4 {
    font-size: 18px;
}


.card-content i {
    width: 50px;
    height: 50px;
}

.not-found img {
    width: 100%;
}

.not-found h2 {
    font-size: 20px;
}


.not-found.text-center a img {
    width: auto;
}


.not-found p {
    width: 100%;
}


.mission-box {
    padding: 15px;
    height: auto;
    margin: 12px;
}

.mission-box h3 {
    font-size: 20px;
    padding-top: 30px;
}

.bg-door {
    padding: 15px;
}


.overlay h4 {
    font-size: 20px;
}

.overlay p {
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 100%;
}


.address-contact {
    gap: 10px;
    flex-direction: column;
    text-align: center;
    padding-top: 15px;
}

#tab-button li {
    display: inline-block;
    width: 100%;
}


.card {
    margin: 0;
            margin-bottom: 25px;
}

.main .container {
    grid-template-columns: repeat(1, 1fr);
}


/* .gargedoor-txt p {
    padding-top: 40px;
} */


.txt-equipment.text-center p {
    width: 100%;
    font-size: 16px;
}

.text-area h3 {
    font-size: 20px;
}

.gargedoor-txt h2 {
    font-size: 20px;
    padding-bottom: 0;
    margin-top: 20px;
}

.card-bg-door {
    padding: 15px;
}


.service_text_door p {
    width: 100%;
}

.bg-work {
    padding: 15px;
}


.heading_work p {
    width: 100%;

}


.card-work {

    height: auto;
}


.bg_install {
    padding: 15px;
}



  .expert-card::before {
    right: 0;
    display: none;
}


.home-banner .field input {
    margin-bottom: 10px;

}

.mission-box img {
    width: 80px;
}


.contact-form .field input p {
    margin: 0;
}

.contact-form .field input {
    height: 50px;
    margin-bottom: 5px;
}


.contact-form .field textarea {
    height: 100px;

}

.home-banner .field-button input {
    width: 100%;
}


.field-button {
    top: 0;
}


.home-banner .field p {
    margin: 0;
}


.contact-form .field-button input {
    width: 100%;
}



/* ................. supplier css ............ */

.grid-supplier {
    gap: 10px;
}


.header-button a:nth-child(1) {
    display: block;
            margin-bottom: 10px;
}

.header-button a:first-child {
    display: block;
    margin-bottom: 25px;
}



.request-btn.text-end {
    text-align: left !important;
}


.accordion-header button div {
    width: 80%;
}



}



/* @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: #ff3600;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;
border-bottom: 1px solid #e5e5e5;
}

.top-header-container {
    display: flex;
    flex-direction: column;
}


.right-menu ul li ul.dropdown {
position: static;
width: 100%;
background: #e1172f;
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;
}

.video-wrapper {
height: 70vh;   
}

.video-wrapper video {
height: 70vh;
width: 100%;
object-fit: cover;
}

.banner-text {
width: 90%;
padding: 0 15px;
}

.banner-text h1 {
font-size: 20px;
line-height: 36px;
}


.banner-text p {
font-size: 14px;
line-height: 22px;
}


.home-banner .field-row {
    gap: 0px;
    flex-direction: column;
}

.garge-image.text-end img {
    width: 100%;
            margin-top: 30px;
}


.expert-grid {
    grid-template-columns: repeat(1, auto);
    width: auto;
    
}


.home-banner h2 {
    font-size: 22px;
}


.about-txt h2 {
    font-size: 22px;
}


.about-txt a {
    width: 50%;
}


#counter {
    flex-direction: column;
}


.about-txt h4 {
    font-size: 18px;
}

.service-txt h3 {
    font-size: 22px;
}

.service-txt p:nth-child(3) {
    width: 100%;
}

.expert-txt h3 {
    font-size: 22px;
    width: 100%;
}


.heading-choose h3 {
    font-size: 22px;
}

.heading-choose p:nth-child(3) {
    width: 100%;

}

.choose-icon.text-center {

    margin-top: 15px;
}


.grid-choose {
    display: grid;
    grid-template-columns: repeat(1, auto);
    gap: 10px;
}

.request-heading h3 {
    font-size: 22px;
    width: 100%;

}


.request-btn a {
    width: 100%;
    display: block;
}


.cleint-heading.text-center h3 {
    font-size: 22px;
}


.garge-heading h3 {
    font-size: 22px;
}

.client-carousel.owl-theme.owl-loaded.owl-drag.owl-carousel .owl-item img {width:auto;margin: 0 auto;}

.faq-heading h3 {
    font-size: 22px;
}

footer.bg-image {
    padding: 30px;
}


.servie-list.ml-50.pt-3 {
    margin-left: 0;
}

.container.sasas {

    padding: 0px;
}

.expectional-txt {
    padding: 15px 40px;
    max-width: fit-content;
    position: relative;
    top: 0px;
}

.expectional-txt h2 {
    font-size: 22px;
}


.expectional-txt h4 {
    font-size: 18px;
}

.privacy-policy {
    gap: 0px;
   
}


.service-txt-card p {
    width: 100%;
            padding-bottom: 40px;
}

.banner-about h1 {
    font-size: 20px;
}


.banner-about {
    padding: 20px 0;
}

nav.breadcrumb-nav ol li {
    font-size: 10px;
}

.card-content h4 {
    font-size: 18px;
}


.card-content i {
    width: 50px;
    height: 50px;
}

.not-found img {
    width: 100%;
}

.not-found h2 {
    font-size: 20px;
}


.not-found.text-center a img {
    width: auto;
}


.not-found p {
    width: 100%;
}


.mission-box {
    padding: 15px;
    height: auto;
    margin: 12px;
}

.mission-box h3 {
    font-size: 20px;
    padding-top: 30px;
}

.bg-door {
    padding: 15px;
}


.overlay h4 {
    font-size: 20px;
}

.overlay p {
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 100%;
}


.address-contact {
    gap: 10px;
    flex-direction: column;
    text-align: center;
    padding-top: 15px;
}

#tab-button li {
    display: inline-block;
    width: 100%;
}


.card {
    margin: 0;
}

.main .container {
    grid-template-columns: repeat(1, 1fr);
}


/* .gargedoor-txt p {
    padding-top: 40px;
} */


.txt-equipment.text-center p {
    width: 100%;
    font-size: 16px;
}

.text-area h3 {
    font-size: 20px;
}

.gargedoor-txt h2 {
    font-size: 20px;
    padding-bottom: 0;
    margin-top: 20px;
}

.card-bg-door {
    padding: 15px;
}


.service_text_door p {
    width: 100%;
}

.bg-work {
    padding: 15px;
}


.heading_work p {
    width: 100%;

}


.card-work {

    height: auto;
}


.bg_install {
    padding: 15px;
}

.dropdown-submenu > a::after {
    color: #Fff;
}

.contact-form .field-button input {
    width: 100%;
}


.header-button a:nth-child(1) {
    display: block;
            margin-bottom: 10px;
}



}

