::-webkit-scrollbar {
    border: 0;
    background-color: #F2F3F5;
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-image: linear-gradient(to bottom, #A8A8A8, #A8A8A8);
    transition: all 0.5s;
}


@media (max-width: 576px) {
    .mobile-hidden {
        display: none !important;
    }

    .mobile-view-block {
        display: block !important;
    }
}

.mobile-view-block {
    display: none !important;
}


.main-color {
    color: #43BBBF;
}
.catalog-sidebar {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px #a1e7ea;
}

.catalog-sidebar a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    color: #626262;
    cursor: pointer;
    transition: all .3s;
    background: #fff;
    border-radius: 5px;
}

.catalog-sidebar .active-a {
    color: #43BBBF !important;
    background: #ECF8F9 !important;
    border-radius: 5px;
}


.catalog-sidebar .image-c {
    display: flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 5px;
}

.catalog-sidebar a:hover {
    color: #43BBBF;
    background: #fff;
    border-radius: 5px;
}


.catalog-main {
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.custom-card {
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px #a1e7ea;
    width: 100%;
    height: 100%;
    max-height: 400px;
    padding: 0 !important;
    transition: all .3s;
}

.custom-card:hover {
    transform: scale(1.05);
}

.custom-card:hover .custom-card-body {
    background: #fff;
    color: #43BBBF;
}

.custom-card .custom-card-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 80% !important;

    display: flex !important;
    justify-content: center;
    align-items: center;
}

.custom-card .custom-card-img img {
    max-height: 100%;
    max-width: 90%;
}

.custom-card-body {
    padding: 10px 0;
    background: #43BBBF;
    border: 1px solid #43BBBF;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .3s;
    font-size: 14px!important;
    height: 20%;
}


.partners {

}

.partners .partner-card {
    display: flex;
    justify-content: center;
    padding: 22px 32px;
    margin:12px;
    transition: all .3s;
    box-shadow: 0 4px 25px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.partner-card:hover {
    transform: scale(1.1);
}

.partner-card:hover p {
    color: #43BBBF;
}

.partner-card img {
    width: 100%;
    height: 106px;
    border-radius: 5px;
}


.partner-card p {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #626262;
}


.owl-c-item {
    padding: 12px;
    height: 124px;
    color: #616566 !important;
    /*font-weight: 500;*/
}

.owl-c-item:hover img {
    filter: grayscale(0);
}

.owl-c-item img {
    filter: grayscale(100%);
    display: block;
    margin: 0 auto;
    width: auto !important;
    height: 106px;
    transition: all ease-in .3s;
}

.non-grey {
    filter: grayscale(0)!important;
    border-bottom: 1px solid #43BBBF;
}

.owl-c-item-p {
    display: flex;
    justify-content: center;
    padding: 15px 25px !important;
    height: 110px !important;
}

.owl-c-item-p img {
    width: 100%;
    height: 80px;
}







