
/* For Mobile devices */
@media only screen and (max-width: 767px) {
   /* .banner-title h1{
        line-height: 40px;
    }*/

    .border-right-bottom-yellow {
        border-right: unset;
    }
    .border-bottom-yellow {
        border-bottom: unset;
    }
    .border-right-yellow {
            border-right: unset;
    }
    .border-right-bottom-yellow {
        border-right: unset;
        border-bottom: unset;
    }
    .section-3,.section-4, .section-5, .section-6, .section-7, .section-8, .section-9, .section-10, .section-11{
        padding-top: 40px;
        padding-bottom: 40px;
    } 
    .section-2{
        padding-bottom: 25px;
    }
    .hm-abt-title h3{
        letter-spacing: 0.1rem;
        margin-bottom: 20px;
        line-height: 40px;
    }
    .white-title h3{
        line-height: 50px;
        letter-spacing: 0.1rem;
    }
    .section-4 .nav-section{
        margin-left: -4%;
    }
    .section-4 .brands_nav{
        top:-65px;
    }
   
    .hm-abt-container{
        padding: 60px 15px;
    }
    .section-4 .owl-carousel .qi_module_item{
        width: 100%;
    }
  /*  .wcq-col-6{
        padding: 70px 15px 70px 15px !important;
    }*/
   /* .border-right-bottom-yellow {
        border-right: none;
        /* border-bottom: 1px solid #5D4B1F; */
    }*/
    .wchq-content:hover{
        margin-bottom: 1rem;
    }
    .qilegal_functionality_slider .owl-nav{
        display: none !important;
    }
    .qilegal_functionality_slider .owl-dots{
        margin-top: 30px;
    }
    .qf-slide-row .brands_nav{
        top:-62px !important;
    }
    .section-6 .owl-carousel .qi_qf_item{
        width: auto !important;
    }
    .section-6{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .tpb-img img {
/*        width: 60%;*/
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .technology-provider-block{
        padding: 50px;
    }
    .section-8{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .hm-wtp-row{
        margin-bottom: 0px;
    }
    /*.contact-form{
        padding: 60px 10px 60px 70px;
    }*/
    .footer-section-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* For tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    
    .desktop-navbar .dropdown-menu {
        position: absolute;
        top: calc(50% + 60px);
        left: 50%;
        transform: translateX(-50%);
        background: #111827;
        padding: 0.5rem 1rem;
    } 
    .right-menu .dropdown-menu{
        min-width: auto !important;
        width: 300px;
    }
    
    .product-dropdown-menu{
        min-width: 988px !important; 
    }
    .content-wcq h3{
        letter-spacing: 0.1rem;
    }
    .border-right-bottom-yellow{
        border-right: none !important;
    }

}

/* For small desktop */
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .site-content .ast-container{
        display: block !important;
    }
    /* Primary menu */
   /* .desktop-navbar .dropdown-menu {
        position: absolute;
        top: calc(50% + 62px);
/*        left: 20%;*/
/*        transform: translateX(-50%);*/
/*        background: #111827;*/
/*        padding: 0.5rem 1rem;*/
/*    }*/*/
    .mainSubMenu .dropdown-item .menu-text {
        font-size: 18px ;
    }
    .right-menu .dropdown-menu{
        min-width: auto !important;
    }
    .solution-dropdown-menu,
    .product-dropdown-menu {
/*        width: 100%;*/
        transform: none !important;
    }
    .product-dropdown-menu{
        min-width: 988px !important; 
    }
}

/* For larger device */
@media only screen and (min-width: 1440px) {
    .site-content .ast-container{
        display: block !important;
    }
     /* Primary menu */
    .desktop-navbar .dropdown-menu { 
        position: absolute;
        top: calc(50% + 47px);
        left: 20%;
    } 
    .c-dropdown-menu{
        transform: translateX(-50%);
    }
    .solution-dropdown-menu,
    .product-dropdown-menu {
        transform: none !important;
    }
    .right-menu .dropdown-menu{
        min-width: auto !important;
        /* max-width: max-content; */
        width: max-content;
        width: 380px;
    }
    
    .product-dropdown-menu{
        width: max-content;
    }
}

/*background: linear-gradient(89.81deg, #E9BB4D 31.93%, #FFFFFF 105.18%);*/

