

@media (max-width: 1200px){
   
    .pd-card-info {
        flex-direction: column;
    }

    .foter-col-nav a {
        font-size: 14px;
    }

    .sim-prod {
        flex-direction: row !important;
    }

    .wb-circle {
        padding: 170px 50px;
        border-radius: 0%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

}



@media (max-width: 992px){

    .nb-list-row {
        flex-wrap: wrap;
    }
   
   .befit-market {
    flex-direction: column !important;
   }

   .bm-item {
    width: 45% !important;
   }

   .wb-img {
    height: 580px;
    width: 100%;
   }


   .wb-title {
    font-size: 22px;
   }

   .comment-marquee p {
    font-size: 14px;
   }

   .pd-card-wrapper {
    width: 100%;
    flex-direction: row !important;
   }

   .pd-card-wrapper .odd {
    flex-direction: row !important;
   }

   .about-col-block {
    flex-direction: column;
   }

   .prod-directory-card {
    flex-direction: column !important;
   }

   .about-col {
    width: 100%;
}

.about-col img {
    height: 120px;
}

.qa-half-form {
    flex-direction: column;
}

.decor-logo img {
    height: 50px !important;
}

.qa-falf-block, .form-half-block {
    width: 100%;
}

.run-img-block {
    width: 100%;
}

.nb-link a, .dropdown .dropbtn {
    font-size: 14px;
}

.nb-logo h3 {
    font-size: 22px;
}

.dropdown-content a {
    font-size: 12px;
}

.cliennts-partners-block {
    flex-direction: column  !important;
}

.clients-trust-item p {
 font-size: 16px;
}


.partners-list {
    flex-wrap: wrap;
    justify-content: space-around;
}

.partner-img {
    width: 22%;
}

.foter-logo h3 {
    font-size: 22px;
}

.prod-directory-card {
    padding: 15px;
}

.pd-img-block {
    width: 100% !important;
}

.pd-content-block {
    width: 100% !important;
}

.foter-col-nav {
    flex-direction: column !important;
}

.foter-col-navblock {
    flex-direction: row;
}

.foter-col-nav a {
    font-size: 12px;
}

.s-prod-imgblock {
    float: none;
    flex-direction: column;
    width: 100%;
    margin: 0;
}

.s-prod-statslist {
    flex-direction: row;
    justify-content: center;
}

.s-prod-statitem p {
    flex-direction: row;
}

.sim-prod {
    width: 100% !important;
}



}


@media(max-width: 768px){
    .wb-circle {
        padding: 160px 20px 100px;
    }

    .bm-item {
        width: 100% !important;
    }

    .pd-card-wrapper {
        flex-wrap: wrap;
    }

    .prod-directory-card {
        width: 100% !important;
    }

    .pd-content-block {
        width: 100% !important;
    }

    .wb-title {
        font-size: 17px;
    }


    .bm-title, .prod-directory-title, .about-col-title, .qa-falf-title, .clients-trust-title {
        font-size: 28px;
    }

    .clients-trust-list {
        flex-direction: column;
        gap: 20px;
        margin-top: 15px;
    }

    .clients-trust-item {
        padding: 0;
    }

    .partner-img img {
        height: 60px;
    }

    .foter-color-cont {
        flex-direction: column;
        justify-content: center;
    }

    .foter-logo-block, .foter-col-navblock {
        width: 100%;
    }

    .foter-logo {
        justify-content: center;
    }

    .s-prod-statitem p {
        font-size: 12px;
    }

    .proda-boxinga{
        width: 100% !important;
        flex-direction: column  !important;
    }

    .befit-market{
        justify-content: center;
        align-items: center;
    }
}


@media(max-width: 576px){

    .dropdown:hover .dropdown-content {
        right: auto;
    }

    .navbar-bg {
        position: static;
    }

    .wb-circle {
        padding: 80px 20px 50px;
    }

    .s-cont-cont {
        flex-direction: column !important;
    }

    .s-cont-cont, .s-cont-column {
        width: 100%;
    }

    .s-prod-statitem p {
        flex-wrap: wrap;
        flex-direction: column !important;
        font-size: 12px;
    }
    
    .comment-marquee {
        height: auto;
    }
   
    .comment-marquee p {
        font-size: 12px;
    }

    nav.nb-row {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
    } 
    
    .nb-list-row {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
    }

    .navbar-bg {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .decor-logo h3 {
        font-size: 18px;
    }

    .bm-title, .prod-directory-title, .about-col-title, .qa-falf-title, .clients-trust-title {
        font-size: 22px;
    }

    .partner-img {
        width: 45%;
    }

    .foter-col-nav {
        flex-direction: column !important;
    }

    .foter-logo h3 {
        font-size: 18px;
    }

    .foter-col-navblock {
        flex-direction: column !important;
    }

    .clients-trust-item p {
        text-align: center;
    }

    .run-img-big {
        width: 300px;
    }

    .dropdown-content a {
        width: 200px;
    }

    .sim-prod {
        flex-direction: column !important;
    }

    .sim-prod-img {
        width: 100%;
    }

    .sim-prod-content {
        width: 100%;
    }
}