
._brand_style3{
    padding: 0 35px;
    .section-header{
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .view-all-text {
        font-size: 14px;
        font-weight: 600;
    }

    .view-all-text * {
        background: transparent !important;
        color: inherit;
        font-size: 12px;
    }

    .font-bold {
        font-weight: 700;
    }

    .__brand-item {
        display: block;
        max-width: 85px;
        border-radius: 50%;
        aspect-ratio: 1;
        overflow: hidden;
        border: 1px solid #e5e5e5;
    }

    .__brand-item:hover img {
        transform: scale(1.2);
    }

    .__brand-item img {
        width: 100%;
        aspect-ratio: 1;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all 300ms ease-in-out;
    }

    .czi-arrow-right {
        background: transparent;
    }

    ::selection {
        background: #1b7fed;
        color: #fff;
    }

    .__inline-61 .section-header {
        display: flex;
        justify-content: space-between;
    }

    .__inline-61 .owl-nav {
        top: 40%;
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .__inline-61 .owl-prev {
        float: left;
    }

    .__inline-61 .owl-next {
        float: right;
    }

    .text-black {
        color: #000;
    }

    .__text-22px {
        font-size: 22px;
    }

    .__mr-2px {
        margin-right: 2px;
    }




    ::-webkit-scrollbar-thumb:hover {
        background: #000000 !important;
    }

    a:hover {
        color: #000000;
    }




}

  ._brand_style3  .slick-dots li button {
        background: #dedede;
        padding: 6px !important;
        border-radius: 50%;
    }

    ._brand_style3  .slick-dots li.slick-active button {
            background: var(--primary-color);
    }

    ._brand_style3  .slick-dots {
            bottom: -30px;
    }
