@media(max-width:1100px){
    #features .mainContainer {
       flex-direction: column;
    }
    #features .mainContainer{
 gap:40px;
    }
    #features .right {
      max-width: 100%;
      padding: 0px 20px;
      /* margin-top: 30px; */
    }

}


@media (max-width:992px) {
    /* header responsive */

    #header .headerBottom .navBarContainer {
        position: absolute;
        width: 100%;
        background: #00000093;
        height: 100vh;
        top: 4px;
        width: 100%;
        right: 0;
        z-index: 5;
        opacity: 0;
       pointer-events: none;
        transition: opacity cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
    }

    #header .headerBottom .navBarContainer .navBar {
        padding: 20px;
        width: 450px;
        background-color: white;
        flex-direction: column;
        position: absolute;
        right: 0;
        height: inherit;
        text-align: left;
        overflow-y: scroll;
        transform: translateX(90%);
        transition: transform cubic-bezier(.51, .92, .24, 1.15) 1s;
    }

    #header .headerBottom .navBarContainer.show {
        opacity: 1;
        pointer-events: all;

    }

    #header .headerBottom .navBarContainer.show .navBar {
        transform: translateX(0);

    }

    #header .headerBottom .navBar .navLinks {
        color: black;
        font-size: 18px;
        padding: 0px 0px;

        text-align: left;
    }

    #header .navBar .dropDown:hover .dropdownMenu,
    #header .navBar .dropDown:hover .megaMenu {
        margin-top: 10px;
        box-shadow: none;
        z-index: 5;
        position: static;
        padding: 10px 0px;
        transform: translateX(0) !important;
        width: 100%;
    }
    #header .navBar .dropDown:hover .megaMenu {
        padding-block: 0px;
        margin-top: 20px;
        border: none;
    }
    #header .navBar .dropDown:hover .megaMenu .col-lg-3:last-child{
       margin: 0 !important;
    }
    #header .headerBottom .navBarContainer .navBar > li {
        text-align: left;
        padding-bottom: 8px;
        border-bottom: 1px solid gainsboro;
        width: 100%;
    }

    #header .navBar .dropdownMenu ul li {
        padding-bottom: 0px !important;
        border: none !important;

    }


    /*  */

    #header .headerBottom nav .applyNow {
        padding: 12px 20px;
        font-size: 16px;
    }

    #menuButton {
        display: block;
        background-color: #ffffff;
        color: black;
        height: 100%;
           padding-left: 20px;
           font-size: 24px;

    }

    #header .headerBottom .mobileLogoButton {
        display: flex;
    }

    #header .headerBottom .mobileLogoButton {
        margin-bottom: 30px;
    }

    #header .headerBottom .mobileLogoButton img {
        width: 200px;
    }

    #header .headerBottom .mobileLogoButton #closeMenu {
        height: 35px;
        width: 35px;
        font-size: 22px;
        color: white;
        background-color: var(--color1);
    }

    #header .headerBottom .mobileContent {
        display: block;
        text-align: left !important;
    }

    #header .headerBottom .mobileContent {
        margin-top: 30px;
    }

    #header .headerBottom .mobileContent h3 {
        text-align: left;
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 20px;
        color: var(--color1);
        text-transform: capitalize;
    }

    #header .headerBottom .mobileContent .quickLinks a i {
        color: var(--color1);
    }

    #header .headerBottom .mobileContent .quickLinks a {
        gap: 20px !important;
        color: var(--black);
        margin-bottom: 10px;
    }

    #header .headerBottom .mobileContent .quickLinks span {
        font-weight: 500;
        text-align: left;
    }

    #header .headerBottom .mobileContent .socialLinks a {
        font-size: 20px;
        color: var(--black);
    }

    #header .headerBottom .mobileContent .other a {
        text-decoration: underline;
        font-size: 14px;
    }



    #header .headerTop .left {
        gap: 10px;
    }

    #header .headerTop .right .socialLinks {
        gap: 10px;}

    /* slider responsive */


    /* digits */
    #digits .right .mainBox .box span {
        font-size: 28px;
    }
    #digits .bg {
        padding-block: 38px;
    }
    #digits .right {
        padding-inline: 16px;
}
    #digits .right p{
     font-size: 14px;
}
#products{
    padding-bottom: 0px !important;
}

#digits .mainBox{
    justify-content: space-around !important;
}
#services .box {

    padding: 15px;
}
#products .topBanner {
    height: inherit ;
}

#outlet {
    margin-top: 0px;

}

#testimonials .why-feature {
    padding-left: 60px;
}
.contactForm .mainBox{
    padding: 10px !important;
}
.contactForm .mainBox .col-lg-7,
.contactForm .mainBox .col-lg-5 {
    margin-top: 0px !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}
#productList .col-lg-6:nth-last-child(-n+2){
    margin-bottom: 1.5rem !important;
    }
#productList .col-lg-4:last-child{
    margin-bottom: 0px !important;
    }
    #digits {
        margin-top: 0px;

        }
        #services{
            margin-top: 0;
        }

        #slider .imgContainer{
            height: 450px;
        }

        #features .mainBox {
max-width: none;
}

#features .right{
    padding: 0;
}


/*-----*/

.subDropDownMenu {
    position: static;

}
.subDropmenu-one{
    display:block !important;
}


}



/* media query (768) for small screen desktop - laptops */
@media (max-width:768px) {
    #header .headerTop .right .socialLinks {
        display: none !important;
    }
    #slider .imgContainer{
        height: 400px;
    }
    #slider h1{
        margin-top: 60px;
    }
    #digits .left {
       min-height: 200px;
}
.sectionHeading h2 {
    font-size: 34px;
}
.sectionHeading{
    margin-bottom: 40px;
}
#services .box h3 {
    font-size: 20px;
}
#testimonials .left {
    padding-inline: 10px;
}
#testimonials .mainBox .textBox {
    padding: 25px;
}
#testimonials .textBox ~ div{
    margin-left: 10px !important;
}
.innerPage {
    padding: 100px 0px;
}
.contactForm .right {
    padding: 26px 10px;
}
.contactForm .left {
    padding-inline: 0px !important;
}
#aboutUs h2{
    font-size: 30px;
    color: var(--color1);
}
#aboutUs h2:not(:first-child){
    margin-top: 20px;
}
#productList .col-lg-4:nth-last-child(-n+2){
    margin-bottom: 1.5rem !important;
    }
#productList .col-lg-4:last-child{
    margin-bottom: 0px !important;
    }
    #digits {
        padding-inline:15px !important;
    }
   #testimonials .sectionHeading{
            margin-bottom: 15px !important;
    }

}
/* media query (576) for tablate n other high resolution mobiles */
@media (max-width:576px) {
    #header .headerTop .left .email {
        display: none !important;
    }
.headerBottomDetails{
    padding:10px 0px;
}

    #header .headerBottom .logo img {
        width: 110px;
    }

    #header .headerBottom .navBarContainer .navBar {
        width: 400px;
    }

    .themeButton {
        padding: 7px 20px;
        font-size: 14px;
    }
    #slider h1 span {
        font-size: 26px;}
    #slider h1 p {
        font-size: 18px;}



    #digits{
        position: static;
        margin: 0px !important;
         padding: 0px 0px !important;
    }
    #digits .left{
    display: none;
    }
    #digits .right {
        background-color: white;
        padding-bottom:0px !important;

    }
    #digits .right .mainBox {
  justify-content: center !important;
    align-items: center !important;
    gap: 11px !important;
    }
    #digits .right .mainBox .box span {
        font-size: 26px;
        color: var(--color1);
    }
    #digits .right .mainBox .box{
        width:48%;

     }
    #digits .right .mainBox .verticalRow{
  display:none;
     }
     #services {
            margin-top: 0px;
    }
    .sectionHeading h2 {
        font-size: 26px;
    }
    .sectionHeading span {

        font-size: 16px;

}
#products .mainBox .imgBox {
    height: 250px;

}
#outlet .dot1 {
    display: none;
}
#digits .right p {
    font-size: 14px;
    color:#222222 !important;
    font-weight: 500 !important;

}

.contactForm .mainBox{
    padding: 10px !important;
}
.contactForm .mainBox .left{
    padding: 0px !important;
}
#productList .productDetails{
    flex-direction: column;
}
#productList .productImg {
    max-width: 100%;
    width: 100%;
    height: 250px;

}
#productList .productImg img {
    min-width: 100%;

}
.counter-icons .bi{
    font-size: 30px !important;
    color: var(--color2);
}
#testimonials .why-feature {
    padding-left: 15px;
}
}

/* media query (420) for mobiles screen  */
@media (max-width:450px) {
    #header .headerBottom .navBarContainer .navBar {
        width: 100%;
    }
    #slider .imgContainer {
        height: 350px;
    }

    #header .headerBottom .navBarContainer img {
        width: 210px;
    }

    #header .headerBottom .mobileContent h3 {
        font-size: 20px;
    }

    .headerPhoneIcon {
        display: block;
    }

    .requestCall span:first-child {
        display: none;
    }

    #header .headerBottom nav .requestCall {
        padding: 8px 16px;
    }
    #footer a,    #footer p{
        font-size: 14px;
    }
    #slider h1 span {
        font-size: 20px;
    }
    #slider h1 p {
        font-size: 16px;
    }
        #products .mainBox .imgBox {
            height: 210px;
        }



    }


/* media query (300) for small mobiles screen  */
@media (max-width:350px) {
    .sectionHeading h2 {
        font-size: 22px;
    }
}
