section.coach-education {
    padding: 80px 0 100px;
}
.coach-education-header {
    text-align: center;
    margin-bottom: 50px;
}
.coach-education-header h3 {
    font-weight: normal;
    margin-bottom: 30px;
}
.coach-education-header h3 span{
    color: #97BF13;
}
.coach-education-header p {
    color: #1E1E1E;
    margin-bottom: 5px;
}



/* the slides */
section.coach-education .slick-slide {
    margin: 0 16px;
}
/* the parent */
section.coach-education .slick-list {
    margin: 0 -16px;
}
.coach-educationSlider-nav {
    margin: 0 auto;
    width: 70px;
    margin-top: 50px;
}
.coach-educationSlider-prev, .coach-educationSlider-next {
    background-image: url(../../images/slide-left-black.svg);
    background-position: center;
    height: 25px;
    width: 25px;
    background-size: contain;
    position: static;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}
.coach-educationSlider-next {
    background-image: url(../../images/slide-right-black.svg);
    transition: all 0.3s ease;
    float: right;
}
.coach-educationSlider-prev:hover, .coach-educationSlider-next:hover {
    opacity: .5;
}
section.coach-education button.slick-prev.slick-arrow,
section.coach-education button.slick-next.slick-arrow{
    display: none !important;
}
.coach-educationSliderEach {
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    position: relative;
    padding: 50px 20px;
    text-align: center;
    overflow: hidden;
}
.coach-educationSliderEach:hover .coach-educationlidepopup{
    bottom: 0;
}
.coach-educationlidepopup {
    position: absolute;
    bottom: -97%;
    left: 0;
    width: 100%;
    border: 1px solid #DDDDDD;
    background-color: #71E5D2;
    height: 100%;
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    transition: all 0.5s ease;
}
.coach-educationlidepopup h6 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    color: #1E1E1E;
}
.coach-educationlidepopup p {
    font-size: 14px;
    line-height: 25px;
    color: #1E1E1E;
}
.coach-educationlidepopup-in {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    padding: 20px;
    max-height: 80%;
}
.coach-educationSliderEach a > h6 {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
}
.coach-educationImage {
    height: 125px;
    width: 100%;
    object-position: center;
    object-fit: contain;
}
.coach-educationImage img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.coach-education-slider-out.coach-logos {
    margin-top: 70px;
}
.coach-education-slider-out.coach-logos .coach-educationSliderEach {
    padding: 0;
    border: none;
    height: 86px !important;
}
.coach-education-slider-out.coach-logos .coach-educationImage {
    height: 100%;
}


@media (max-width:1566px) {
}


@media (max-width:1440px) {
}
@media (max-width:1380px) {
}
@media only screen and ( max-width: 1199px) {
}
@media only screen and ( max-width: 961px) {
    section.coach-education {
        padding: 60px 0 70px;
    }
    .coach-education-header,
    .coach-educationSliderTabOuter {
        margin-bottom: 40px;
    }
    .coach-education-slider-out.coach-logos {
        margin-top: 60px;
    }
    .coach-education-header h3 {
        margin-bottom: 20px;
    }
}
@media only screen and ( max-width: 768px) {
    .coach-educationSliderTab a.active {
        padding: 15px 40px;
    }
    .coach-educationSliderTab a {
        padding: 15px 20px;
    }
    .coach-educationlidepopup {
        position: static;
        height: 160px;
    }
    .coach-educationImage {
        margin-bottom: 5px;
    }
    .coach-educationlidepopup-in {
        position: static;
        transform: none;
        padding: 0;
        max-height: 100%;
    }
    .coach-educationSliderEach {
        padding: 10px 10px;
    }
    .coach-educationSliderEach a > h6 {
        display: none;
    }
    .coach-education-slider-out.coach-logos {
        margin-top: 40px;
    }
}
@media only screen and ( max-width: 560px) {
    .coach-educationSlider-nav {
        margin-top: 30px;
    }
}