﻿.brand-logos-bg ul {
    display: flex;
    flex-flow: row;
    width: 100%;
    padding: 0;
    margin: 0;
}
.brand-logos-bg {
    position: relative;
    z-index: 0;
    width: 100%;
}
.slider-div-main {
    background: pink;
    height: 100%;
    z-index: 10;
    left: 22.2%;
    position: absolute;
    width: 22.2%
}
ol, ul {
    list-style: none;
}
.brand-logos-bg ul li {
    text-align: center;
    border-right: 0;
    border-bottom: 0;
    flex: 0 0 14.28%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.brand-logos-bg ul li:before {
    content: '';
    padding: 50% 0;
    display: inline-block;
}
.bg-gray {
    background: #f0f0f0;
}
.bg-green {
    background: #e8fdf6;
}
.bg-dark-green {
    background: #dffbdb;
}
.bg-blue {
    background: #e5f1fb;
}
.bg-yellow {
    background: #f7f7e3;
}
.bg-pink {
    background: #fbe0e6;
}
.bg-white-gray {
    background: #f7f7f7;
}
#small-laptop-screen-customer-div {
    display: none;
}
#very-small-laptop-screen-customer-div {
    display: none;
}
#tablet-screen-customer-div {
    display: none;
}
#mobile-screen-customer-div {
    display: none;
}
.customer-slider-button {
    font-size: 14px;
    color: white;
    border: none;
    padding: 0px 12px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient( 135deg,#e1568c,#fec05b) !important;
    background-image: linear-gradient( 135deg,#e1568c,#fec05b) !important;
    border-radius: 20px;
    font-size: 14px;
}
.customer-slider-div {
    height: 100%;
    z-index: 10;
    left: 22.2%;
    position: absolute;
    width: 22.2%
}
.customer-slider-div {
    background: pink;
    height: 100%;
    z-index: 10;
    left: 22.2%;
    position: absolute;
    width: 22.2%
}
@media only screen and (max-width: 1200px) {
    #big-screen-customer-div {
        display: none
    }
    #small-laptop-screen-customer-div {
        display: block;
    }
    .brand-logos-bg ul li {
        flex: 0 0 20%;
    }
    .customer-slider-div {
        position: absolute;
        left: 28.58%;
        width: 28.58%
    }
}
@media only screen and (max-width: 900px) {
    #small-laptop-screen-customer-div {
        display: none
    }
    #very-small-laptop-screen-customer-div {
        display: block;
    }
    .brand-logos-bg ul li {
        flex: 0 0 25%;
    }
    .customer-slider-div {
        position: absolute;
        left: 16.67%;
        width: 33.33%
    }
}
@media only screen and (max-width: 672px) {
    #very-small-laptop-screen-customer-div {
        display: none
    }
    #tablet-screen-customer-div {
        display: block;
    }
    .brand-logos-bg ul li {
        flex: 0 0 25%;
    }
    .customer-slider-div {
        position: relative;
        left: 0px;
        width: 100%
    }
}
@media only screen and (max-width: 470px) {
    #tablet-screen-customer-div {
        display: none
    }
    #mobile-screen-customer-div {
        display: block;
    }
    .brand-logos-bg ul li {
        flex: 0 0 33.3%;
    }
    .customer-slider-div {
        position: relative;
        left: 0px;
        width: 100%
    }
    .customer-slider-div {
        height: 250px;
    }
}

.green {
    background-color: #27A745;
}

.other {
    background-color: #FFC107;
}

.blue {
    background-color: #00A5CB;
}