@media (max-width: 1600px) {
    .menu-mob-ul>li>a {
        padding: 12px 8px;
        font-size: 17px;
    }
}
@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}
@media (max-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
    
}
@media (max-width: 1280px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1020px;
    }
    .menu-desk-ul>li>a {
        padding: 10px 10px;
        font-size: 14px;
    }
}
/* ********** */
@media (min-width: 1025px) {
.desk-none{
    display: none;
}
}
@media (max-width: 1024px) {
.mob-none{
    display: none;
}
.mob-menu-box{
    width: 95%;
}
.btn-close{
    right: 0;
}
.img-logo {
    padding: 12px;
}
.lg-title-60 {
    font-size: 30px;
}
.section-title>h2{
    font-size: 35px;
}
.lg-title-70{
    font-size: 40px;
}
.text-description {
    font-size: 14px;
}
.btn-theme {
    padding: 9px 15px;
    font-size: 12px;
    font-weight: 500;
}
.btn-width-165 {
    width: 115px;
    max-width: 100%;
}
.mob-btn-trial{
    width: 150px;
}
.img-product{
    bottom: -80px;
}
.card-application{
    min-height: 340px;
}
.card-application .card-body>h4>img {
    width: 20px;
}
.card-application .card-body>h4 {
    font-size: 18px;
    font-weight: 400;
}
.request-quote{
    min-height: 265px;
    padding: 50px;
}
.icon-wp {
    position: fixed;
    right: auto;
    top: auto;
    z-index: 9;
    bottom: 15px;
    left: 18px;
}
.mob-action-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.mob-action-box a img {
    /* background-color: #ffffff3d; */
    padding: 5px;
    width: 33px;
    /* border-radius: 50px; */
}
.menu-bar>img{
    width: 28px;
}
/* -------- about us page ---------- */
    .bg-sub-page-banner{
        height: 260px;
    }
    .sub-banner-title>h2 {
        font-size: 30px;
    }
    .text-50 {
        font-size: 30px;
        color: var(--theme-color-dark);
    }
    .right-align-text {
        text-align: left;
    }

    /* ------------ Application Page ------------------ */
    .card-col-50 {
        padding: 15px 0px;
    }
    .item-industry {
        flex-direction: column;
    }
    .title-icon>img {
        width: 30px !important;
        float: left;
        margin-right: 15px;
    }
    .title-icon{
        font-size: 22px;
    }
    .sm-description{
        font-size: 14px;
    }
    .sm-title{
        font-size: 20px;
    }
    .industry-ul>li {
        color: #ffffffc7;
        width: 100%;
        padding: 3px 0px;
        font-size: 14px;
    }

    /* readmore mobile  */
    .view-more-text {
        max-height: 125px;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    .view-more-text.show-all {
        max-height: none;
    }
    .cus-btn-read-more {
        position: relative;
        text-align: center;
        height: 30px;
        margin-top: -40px;
    }
    .cus-btn-read-more.active{
        margin-top: 0px;
    }
    .cus-btn-read-more::after {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #fff;
        width: 35px;
        height: 35px;
        position: absolute;
        border-radius: 50%;
        line-height: 36px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, 24%);
        font-size: 27px;
    }
    .cus-btn-read-more.active::after {
        transform: rotate(179deg);
    }
    .cus-btn-read-more.dark-gray {
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0.813) 100%);
        background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0.813) 100%);
        background: linear-gradient(0deg, rgb(27 27 27) 0%, rgb(27 27 27) 10%, rgb(27 27 27 / 44%) 100%);
    }
    .fter-quick-link {
        list-style: none;
        padding: 0%;
        display: flex;
        flex-wrap: wrap;
    }
    .fter-quick-link>li>a {
        display: block;
        color: var(--bs-white);
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        padding: 5px 15px;
        transition: 0.3s;
    }
    .bg-compatible .col-lg-5 {
        width: 33%;
    }
    .industry-box{
        display: flex;
        flex-wrap: wrap; 
    }
    .industry-box>.item{
        width: 50%;
        padding: 10px;
    }
    /* coming soon */
    .text-coming-soon {
        height: 300px;
    }
    
}
@media (max-width: 768px) {
    .bg-compatible .col-lg-5 {
        width: 50%;
    }
    .client-ul li{
        gap: 41px;
    }
}

@media (max-width: 512px) {
    .bg-home-banner {
        position: relative;
        height: 32vh;
    }
    .industry-box>.item{
        width: 100%;
        padding: 0px;
    }
    .com-section-title {
        font-size: 30px;
        font-weight: 600;
    }
    .bg-light-section {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .yellow-box{
        width: 100px;
        height: 100px;
    }
    .yellow-box>h2{
        font-size: 20px;
        font-weight: 800;
    }
    .yellow-box>p{
        font-size: 14px;
    }
    .pr-50{
        padding: 0%;
    }
    .video-product iframe {
        width: 100%;
        height: 212px;
    }
    .odd-font-60 {
        font-size: 30px;
    }
    .description {
        font-size: 14px;
    }
    .industry-ul.bmv-ul>li{
        font-size: 14px;
    }
    .bmv-nav-tab {
        margin-bottom: 25px;
        gap: 6px;
    }
    .industry-ul.bmv-ul {
        flex-direction: column;
    }
    .industry-ul.bmv-ul>li{
        width: 100%;
    }
    .bmv-nav-tab .nav-link {
        font-size: 17px;
        color: rgb(255 255 255 / 70%);
        background-color: #ffffff12;
        border: 1px solid #ffffff24;
    }
    .bmv-nav-tab .nav-link.active, .bmv-nav-tab .show>.nav-link {
        color: #fbfd00;
        background-color: #f4f60129;
    }
    .bmv-nav-tab .nav-item:first-child::before{
        display: none;
    }

    
    .sm-mob-none{
        display: none;
    }
    .ul-contact-info li, .fter-quick-link>li>a{
        font-size: 14px;
    }
    .section-title>h2 {
        font-size: 20px;
    }
    .section-title>h2::after{
        bottom: -15px;
        left: 1px;
    }
    .section-title a{
        padding: 9px 15px;
        font-size: 12px;
        font-weight: 500;
    }
    .bg-product {
        padding: 30px 15px 20px 15px;
    }
    .pro-card{
        margin-bottom: 15px;
    }
    .img-product {
        bottom: 15px;
        right: 15px;
        width: 139px;
    }
    /* *********** */
    .border-2px {
        border: 1px solid var(--theme-color);
        padding: 20px;
    }
    .lg-title-60 {
        font-size: 20px;
        margin: 20px 0px;
    }

    /* ************ */
    .box-testimonial .owl-nav button.owl-prev {
        left: -7px;
    }
    .box-testimonial .owl-nav button.owl-next {
        right: -7px;
    }
    /* ************ */
    .request-quote {
        min-height: 240px;
        padding: 25px;
    }
    /* ************ */
    .fter-quick-link{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .fter-quick-link>li{
        width: 50%
    }
    .set-on-mob{
        text-align: center;
    }
    .ftr-social-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0px;
        margin-bottom: 0;
    }
    .copy-right {
        flex-direction: column;
        margin-top: 0;
    }
    .icon-wp {
        position: fixed;
        right: auto;
        left: 22px;
        top: auto;
        bottom: 15px;
        z-index: 9;
    }
    .icon-wp img {
        width: 40px;
    }
    .icon-call {
        left: 22px;
        top: 83%;
        z-index: 9;
    }
    .icon-call img {
        width: 40px;
    }
    /* ------------------------------- */
    .bg-compatible .col-12{
        width: 100%;
    }
    .sm-section-title h3 {
        font-size: 30px;
        font-weight: 600;
    }
    .section-title{
        margin-bottom: 50px;
    }
    /* ----------------------------- */
    .manufactur-gallery-flex> .item {
        width: 48%;
    }
}