.lf-card {
    min-height: 446px;
    background-color: white;
    max-width: 313px;
    width: 100%;
    float: left;
    margin-right: 46px;
    padding: 35px 30px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    margin-bottom: 54px;
}

.lf-cards {
    -webkit-transition: margin-left 1s; /* Safari */
    transition: margin-left 1s;
}

.lf-btn-coaches {
    height: 43px;
    width: 190px;
    border-radius: 21.5px;
    color: white;
    background-color: black;
    font-family: "DINProRegular", sans-serif;
    font-size: 12pt;
    border: none;
    letter-spacing: 1px;
    margin-top: 40px;
    float: left;
    margin-left: 40px;
}

.meet-the-coach {
    margin-top: 70px;
}

@media (max-width: 768px) {
    .meet-the-coach {
        margin-top: 40px;
    }
}

.lf-coaches h2 {
    font-size: 15pt;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.lf-coaches p {
    font-size: 11pt;
    line-height: 20pt;
}

.lf-coaches .lf-become{
    font-family: "CousineRegular", sans-serif;
    font-size: 12pt;
    color: #e55c30;
}

.lf-coach-block {
    max-width: 133px;
    width: 100%;
    height: 133px;
    margin-bottom: 22px;
    margin-right: 27px;
    display: inline-block;
    overflow: hidden;
    background-color: #eb5105;
    vertical-align: top
}

.lf-card-block-holder {
    height: 450px;
    width: 100%;
    max-width: 135px;
    overflow: hidden;
}

.lf-coach-block img {
    width: 100%;
    opacity: 0;
    transition: all 1s;
}

.lf-card-block-holder ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.lf-card-block-holder ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.lf-faq {
    height: 100vh;
    padding-top: 80px;
    padding-right: 60px;
}

.lf-faq h1 {
    font-family: "ProximaNovaSemibold", sans-serif;
    font-size: 15pt;
    margin-bottom: 55px;
    margin-top: 5px;
}

.lf-faq-content h4 {
    font-family: "ProximaNovaLight", sans-serif !important;
    font-size: 12pt !important;
    margin: 0;
}

.active .lf-faq-content h4 {
    font-family: "ProximaNovaLight", sans-serif !important;
    font-size: 12pt !important;
    margin-bottom: 10px;
}

.lf-faq-content p {
    font-family: "ProximaNovaLight", sans-serif !important;
    font-size: 11pt !important;
    margin-top: 10px;
    display: none;
}

.lf-faq-content h4 span{
    font-family: "CousineRegular", sans-serif;
    font-size: 12pt;
    border-bottom: 1px solid;
    color: black;
    letter-spacing: 1px;
}

.lf-faq-bar {
    height: 100%;
    width: 13px;
    border-radius: 20px;
    background-color: #628c86;
    float: left;
    position: absolute;
    display: none;
}

.lf-faq-content {
    float: left;
    color: black;
    padding-left: 40px;
}

.lf-faq-separator{
    height: 1px;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    background-color: #cecece;
}

.lf-faq-group .active, .active .lf-faq-bar, .active .lf-faq-content, .active .lf-faq-content p {
    color: #628c86;
    display: initial !important;
}

.faq-questions {
    height: 448px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-bottom: solid rgba(0,0,0,0.1);
}

/*.faq-questions::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
    border-radius: 20px;
}

.faq-questions::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 20px;
    height: 10px;
}*/

@media (min-width: 1200px) and (max-width: 1608px) {
    .lf-card-block-holder {
        max-width: 135px;
    }
}

@media (min-width: 660px) and (max-width: 890px) {
    .lf-card-block-holder {
        max-width: 135px;
    }
}

@media (max-width: 660px) {
    .lf-card-block-holder {
        max-width: 100%;
        height: 150px;
    }
}

@media (max-width: 1200px) {
    .lf-faq {
        padding-left: 15px;
    }

    .faq-questions {
        border-bottom: none;
        height: auto;
        padding-right: 40px;
    }
}

@media (max-width: 1366px) {
    .lf-faq {
        padding-right: 0;
    }
}

@media (max-height: 667px) {
    .lf-coaches {
     padding-bottom: 90px;
    }
}

.lf-bio {
    height: 165px;
    overflow: scroll;
}

@media (max-width: 768px) {
    .lf-bio {
        height: auto;
    }

    .lf-card {
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .lf-coaches .lf-coach-block {
        max-width: 100vw;
        width: 100vw;
        height: 100vw;
    }

    .lf-card-block-holder {
        height: 100vw;
    }
}

.lf-coaches .about-mobile-carousel {
    margin-left: 0;
}

.lf-coaches .about-mobile-block img {
    margin-left: -25px;
}

.lf-coaches .right-arrow {
    right: -25px
}

.lf-coaches .left-arrow {
    left: -15px;
}

.lf-coaches .about-mobile-block {
    margin-top: 0;
    margin-bottom: 0;
}