.bands_row{
    padding: 35px 0;
    border-bottom: 1px solid #eaecee;
}
.bands_row:last-child{
    border-bottom: 0;
}
.bands_hdngOuter{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left_bands_hdng h2{
    margin: 0 0 10px;
    font-size: 35px;
    color: #252527;
    font-weight: 600;
    text-transform: uppercase;
}
.left_bands_hdng p{
    font-size: 19px;
    color: #d74352;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.82;
}
.bands_btn{
    display: inline-block;
    min-width: 170px;
    text-align: center;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    background-color: #d74352;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.6);
}
.bands_btn:hover, .bands_btn:focus{
    background-color: #181818;
    color: #fff;
}

.bands_logoOuter{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.bands_logo_item{
    width: 20%;
    padding: 0 15px;
    margin: 30px 0 0;
}
.bands_innrbdy{
    background-color: #fbfbfb;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: 0.3s;
    height: 100%;
    display: block;
    border:2px solid #efefef;
}
.bands_innrbdy:hover, .bands_innrbdy.selected{
    /* border-color: #d74352;
    box-shadow: 0 0 25px rgba(0,0,0,0.15); */
    box-shadow: 0px 0px 10px 0px #c9c9c9;
    border-color: transparent;
}
.bands_innrbdy:hover h3{
    color: #d74352;;
}
.bands_logo{
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bands_logo img{
    width: 100%;
    max-height: 100%;
}
.bands_text p{
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}
.bands_text h3{
    font-size: 0.95rem;
    color: #424242;
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
.bands_text h5{
    font-size: 13px;
    color: #cf5c29;
    margin: 0;
    line-height: 22px;
    font-style: italic;
}
.bands_text h4{
    font-size: 15px;
    color: #0bbe3e;
    font-weight: 700;
    margin: 0;
}
.bands_text h4 span{
    font-size: 14px;
    color: #111;
    font-style: italic;
    margin-left: 12px;
    display: inline-block;
    font-weight: 400;
}
.rating_block{
    margin: 6px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating_block span{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 100%;
}
.rating_block .count_rating{
    font-size: 13px;
    color: #343434;
    font-style: italic;
    margin: 3px 0 0 4px;
}
.bands_text h5 span{
    display: block;
}
.bands_text {
    padding: 10px 5px;
    text-align: center;
}
.left_bands_hdng, .rght_bands_btn {
    margin: 0;
}
.bands_text h6{
    margin-bottom: 0;
    margin: 15px 0 0;
    font-size: 14px;
    color: #3d3d3d;
    font-style: italic;
}

/*==========responsve===========*/
@media(max-width: 1365px){

    .left_bands_hdng h2{
        font-size: 27px;
    }
    .left_bands_hdng p{
        font-size: 14px;
    }
    .bands_innrbdy{
        height: 100%;
    }
    .bands_text h3{
        font-size: 17px;
    }
    .bands_text h4{
        font-size: 16px;
    }
    .bands_logoOuter {
        margin: 0 -5px;
    }
    .bands_logo_item{
        padding: 0 5px;
    }
    .bands_text h5{
        font-size: 12px;
    }
    .count_rating{
        font-size: 14px;
    }
    .bands_logo_item{
        margin-top: 20px;
    }
}

@media(max-width: 1199px){
    .bands_logo_item{
        width: 25% !important;
    }
}
@media(max-width: 991px){
    .bands_row {
        padding: 30px 0;
    }
    .left_bands_hdng h2 {
        font-size: 22px;
    }
    .left_bands_hdng p{
        font-size: 12px;
    }
    .bands_btn{
        min-width: 120px;
    }
    .bands_logo_item {
        width: 33.33% !important;
    }
}
@media(max-width: 767px){
    .bands_innrbdy{
        border-radius: 15px;
    }
    .bands_hdngOuter{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .left_bands_hdng {
        margin-bottom: 15px;
        width: 100%;
    }
    .bands_logo_item {
        width: 50% !important;
    }
    .bands_logoOuter {
        margin: 0 -10px;
    }
    .bands_logo_item {
        padding: 0 10px;
        display: block;
    }
    .bands_text h3 {
        font-size: 15px;
    }
}
@media(max-width: 480px){
    .left_bands_hdng h2{
        line-height: 30px;
    }
    .bands_logo {
        min-height: 121px;
    }
    .bands_row {
        padding: 18px 0;
    }
}
@media(max-width: 420px) {
    .bands_logo_item {
        margin-top: 15px;
    }
    .bands_logo img {
        max-width: 100%;
    }
    .bands_logo {
        min-height: 68px;
    }
    .bands_text h5 {
        font-size: 10px;
        line-height: 15px;
    }
    .left_bands_hdng h2{
        font-size: 17px;
        line-height: 22px;
    }
    .bands_text h4 span {
        font-size: 12px;
        color: #000;
        font-style: italic;
        margin-left: 0;
        display: inline-block;
        margin: 8px 0 0 10px;
    }
    .rating_block span {
        display: inline-block;
    }
    .count_rating {
        font-size: 12px;
        margin: 5px 0 0;
    }
    .bands_text h3 {
        font-size: 13px;
    }
    .bands_logoOuter {
        margin: 0 -3px;
    }
    .bands_logo_item {
        padding: 0 3px;
    }
    .bands_text h4 {
        font-size: 14px;
    }
    .bands_text h6 {
        font-size: 12px;
    }
    .bands_text p {
        font-size: 12px;
    }
    .bands_btn {
        min-width: 110px;
        line-height: 34px;
        padding: 0 10px;
        font-size: 12px;
    }
}
