/*
    Extended Pages
*/

/* Fonts */

@font-face {
    font-family: Bebas;
    src: url("../fonts/Bebas-Regular.otf") format("opentype"),
         url("../fonts/Bebas-Regular.ttf") format("truetype");
}

/* Root */

:root {
    --red: #ED2939;
    --dark-blue: #002395;
    --dtc-blue: #244FE3;
    --dtc-gray: #7f7f7f;
    --dtc-red: #FF0000;

    --dtc-light: #f1f1f1;
}

/* Utilities */

.text-dark-yellow {
    color: var(--dark-yellow);
}

.text-dark-blue {
    color: var(--dark-blue);
}

.text-dtc-blue {
    color: var(--dtc-blue);
}

.text-dtc-gray {
    color: var(--dtc-gray);
}

.text-dtc-red {
    color: var(--dtc-red);
}

.bg-dark-blue {
    background-color: var(--dark-blue);
}

.bg-dtc-blue {
    background-color: var(--dtc-blue);
}

.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.border-dark-yellow {
    border-color: var(--dark-yellow);
}

.overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #212226;
    opacity: 0.5;
}

.overlay-content {
    z-index: 2;
}

.scale-1 {
    transform: scale(1.08);
}

.streched-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Font Size */

.fs__title {
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 0.09em;
}

.fs__title--xs {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.02em;
}

.fs__title--sm-2 {
    font-size: 28px;
    line-height: 32px;
}

.fs__title--sm {
    font-size: 36px;
    line-height: 44px;
}

.fs__title--sm-3 {
    font-size: 20px;
    line-height: 32px;
}

.fs__lead {
    font-size: 22px;
    line-height: 32px;
}

.fs__text {
    font-size: 18px;
    line-height: 29px;
}

.fs__text--sm {
    font-size: 14px;
    line-height: 14px;
}

.fs__text--xs {
    font-size: 12px;
    line-height: 15px;
}

@media screen and (min-width: 1400px) {

    .fs__title--xs {
        font-size: 28px;
        line-height: 33px;
        letter-spacing: 0.04em;
    }
}

@media screen and (max-width: 1399.98px) {

    .fs__title {
        font-size: 34px;
        line-height: 42px;
        letter-spacing: 0.07em;
    }

    .fs__lead {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 991.98px) {

    .fs__title {
        font-size: 28px;
        line-height: 33px;
        letter-spacing: 0.02em;
    }

    .fs__lead {
        font-size: 20px;
        line-height: 24px;
    }

    .fs__text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767.98px) {

    .fs__lead {
        font-size: 18px;
        line-height: 22px;
    }

    .fs__text {
        font-size: 16px;
        line-height: 24px;
    }

    .fs__text--xs {
        font-size: 11px;
        line-height: 11px;
    }
}

/* Font Weight */

.font-weight-light {
    font-weight: 300;
}

.font-weight-extrabold {
    font-weight: 900;
}

/* Ribbon */

.dtc-ribbon {
    position: absolute;
    top: -15px;
    left: -24px;
    font-size: 16px;
    line-height: 21px;
}

.dtc-ribbon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 23px;
    height: 30px;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: 0 0;
}

@media screen and (max-width: 767.98px) {

    .dtc-ribbon {
        top: -10px;
        left: -4px;
        font-size: 7.8px;
        line-height: 10px;
    }

    .dtc-ribbon::before {
        width: 15px;
        height: 20px;
    }
}

/* Breadcrumb */

.breadcrumb {
    font-size: 22px;
    line-height: 32px;
}

.breadcrumb-backarrow {
    width: 25px;
    height: auto;
}

/* DTC Button */

.dtc-btn {
    padding: 12px 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    border-radius: 5px;
}

@media screen and (min-width: 1400px) {

    .dtc-btn {
        padding: 12px 34px;
        font-size: 18px;
        font-weight: 900;
        line-height: 26px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1399.98px) {

    .dtc-btn {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 24px;
    }
}

.btn-accent {
    background-color: var(--dtc-blue);
    border-color: var(--dtc-blue);
    color: var(--dtc-light);
}

.btn-accent:hover,
.btn-accent:focus {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    color: var(--dtc-light);
}

.btn-inactive,
.btn-inactive:hover,
.btn-inactive:focus {
    background-color: #C5C5C5;
    border-color: #C5C5C5;
    color: rgba(255, 255, 255, 0.5);
}

.btn-inactive:focus {
    outline: none;
}

/* Control Icons: Next and Previous */

div .control-prev__icon,
div .control-next__icon {
    width: 42px;
    height: 42px;
}

div .control-prev__icon--sm,
div .control-next__icon--sm {
    width: 36px;
    height: 36px;
}

.control-prev__icon {
    background-image: url(../images/dtc/icons/slider-prev-arrow.svg);
}

.control-next__icon {
    background-image: url(../images/dtc/icons/slider-next-arrow.svg);
}

.control-prev__icon--blue {
    background-image: url(../images/dtc/icons/slider-prev-arrow-blue.svg);
}

.control-next__icon--blue {
    background-image: url(../images/dtc/icons/slider-next-arrow-blue.svg);
}

@media screen and (min-width: 992px) and (max-width: 1399.98px) {
    .container-xl {
        width: 100%;
        max-width: 100%;
    }
}

/* Bootstrap 5: Form Floating */

.form-floating {
    position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control {
    padding: 1rem 0.75rem;
}

.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}

.form-floating > .form-control::placeholder {
    color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* Components */

/* Badge */

.badge-img {
    width: 100%;
    max-width: 200px;
}

.badge__icon {
    width: 28px;
    height: auto;
}

@media screen and (min-width: 1400px) {
    .badge-img {
        max-width: 300px;
    }
}

/* Banner */

.banner-img__arrow {
    max-width: 50px;
}

.banner-img__logo {
    max-width: 170px;
}

.banner__text {
    font-size: 14px;
    line-height: 22px;
}

.banner-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

@media screen and (min-width: 1400px) {
    .banner-img__arrow {
        max-width: 300px;
    }

    .banner-img__logo {
        max-width: 380px;
    }

    .banner__text {
        font-size: 22px;
        line-height: 32px;
    }

    .banner-title {
        font-size: 24px;
        line-height: 28px;
        font-weight: 900;
        letter-spacing: 0.04em;
    }
}

@media screen and (min-width: 767.98px) and (max-width: 1399.98px) {

    .banner-img__logo {
        max-width: 280px;
    }

    .banner__text {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-title {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.03em;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399.98px) {
    .banner-img__arrow {
        max-width: 200px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-img__arrow {
        max-width: 100px;
    }
}

/* Feature Vertical Card Group */

.feature-vcard-group {
    margin-top: 40px;
}

.feature-vcard-group-item {
    padding: 15px;
}

.feature-vcard-group--3col .container {
    padding: 0;
}

.feature-vcard-group--3col .row {
    margin-left: -5px;
    margin-right: -5px;
}

.feature-vcard-group--3col .feature-vcard-group-item {
    padding: 5px;
}

@media screen and (min-width: 1200px) {
    .feature-vcard-group--2col .feature-vcard-group-item {
        padding: 20px 75px 0;
    }
}

/* Feature Vertical Card */

.feature-vcard .card-body {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 19px 24px 15px;
}

.feature-vcard .card-body,
.feature-vcard--light .card-body {
    background-color: rgba(255, 255, 255, 0.8);
}

.feature-vcard--dark .card-body {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

.feature-vcard__title {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.04em;
}

.feature-vcard .card-body,
.feature-vcard__img {
    border-radius: 0 0 5px 5px;
}

@media screen and (min-width: 1200px) {
    .feature-vcard {
        max-width: 473px;
    }
}

/* Course Rating */

.course-rating__star svg {
    width: 22px;
    height: 22px;
}

.course-rating__star--full path {
    fill: var(--dark-yellow);
    stroke: var(--dark-yellow);
}

.course-rating__star--empty path {
    fill: transparent;
    stroke: var(--black);
}

/* Coach Card */

.coach-card {
    padding: 11px 27px 16px 22px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px #00000040;
}

.coach-card-img {
    max-width: 152px;
    border-radius: 15px;
}

.coach-card__title {
    font-family: Bebas;
}

.caoch-card__lead,
.coach-card-meta__tag {
    font-size: 16px;
    line-height: 18px;
}

.coach-card-meta__tag:hover,
.coach-card-meta__tag:focus {
    color: var(--dtc-blue);
}

.coach-card__text {
    font-size: 14px;
    line-height: 17px;
}

@media screen and (min-width: 768px) {
    .coach-card-content,
    .coach-card-header {
        padding-left: 22px;
    }
}

/* Course Card */

.coach-card-group .neg-row {
    margin-left: -10px;
    margin-right: -10px;
}

@media screen and (min-width: 992px) {
    .coach-card-group .neg-row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.course-card {
    padding: 13px 15px 18px 14px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.course-card-img {
    border-radius: 15px;
}

.course-card__title {
    font-family: Bebas;
    font-size: 20px;
    line-height: 28px;
}

.course-card-status {
    font-size: 14px;
    line-height: 8px;
}

.course-card-status__icon {
    width: 20px;
    height: 20px;
}

.course-card-info .list-group-item {
    margin-top: 10px;
    font-size: 14px;
}

.course-card__text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 27px;
}

.course-card-meta {
    font-size: 14px;
    line-height: 18px;
}

.course-card .course-rating {
    margin-top: 16px;
}

@media screen and (min-width: 1400px) {
    .course-card__title {
        font-size: 28px;
        line-height: 37px;
    }

    .course-card-status {
        font-size: 18px;
        line-height: 22px;
    }

    .course-card-status__icon {
        width: 22px;
        height: 22px;
    }

    .course-card-info .list-group-item {
        font-size: 16px;
    }

    .course-card__text {
        font-size: 18px;
        line-height: 29px;
    }

    .course-card-meta {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399.98px) {
    .course-card__title {
        font-size: 24px;
        line-height: 33px;
    }

    .course-card-status {
        font-size: 16px;
        line-height: 20px;
    }

    .course-card-meta {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .course-card__title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (min-width: 768px) {
    .course-card-content,
    .course-card-header {
        padding-left: 47px;
    }
}


/* Course Mini */

.course-mini-group {
    padding: 0 5px;
}

.course-mini-group [class*=col] {
    padding: 8px;
}

.course-mini {
    width: 100%;
    border-radius: 7px;
    box-shadow: 0px 10px 20px 0px #000000E5;
}

.course-mini .card-img-top {
    border-radius: 7px 7px 0 0;
}

.course-mini .card-body {
    padding: 15px 15px 15px 25px;
}

.course-mini__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em;
}

.course-mini-trainer {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1em;
}

.course-mini__cat {
    font-size: 16px;
    line-height: 26px;
}

.course-mini__duration {
    padding: 1px 7px;
    color: var(--dark-yellow);
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.085em;
}

@media screen and (min-width: 1400px) {
    .course-mini {
        max-width: 460px;
    }

    .course-mini__title {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.04em;
    }

    .course-mini-trainer {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0.14em;
    }
}

/* Testimonial */

.testimonial .blockquote p {
    font-family: 'Playfair Display';
    font-size: 25px;
    line-height: 33px;
}

.testimonial .blockquote-footer {
    margin-top: 10px;
    font-family: Bebas;
    font-size: 28px;
    line-height: 37px;
    color: var(--dtc-blue);
}

.blockquote-footer::before {
    content: none;
}

.testimonial .blockquote-footer cite {
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
}

@media screen and (max-width: 991.98px) {

    .testimonial .blockquote p {
        font-size: 20px;
        line-height: 28px;
    }
}

/* Vertical Card */

.vcard,
.swiper-slide {
    width: 100%;
    max-width: 256px;
    height: 470px;
}

.vcard__img {
    width: 100%;
    height: 100%;
}

.vcard__badge {
    top: 0;
    right: 0;
    width: 56px;
    height: 80px;
}

.vcard-name {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 34px 0;
    z-index: 5;
}

.vcard-name__first {
    min-width: 140px;
    padding: 5px 10px;
    font-family: Bebas;
    font-size: 28px;
    line-height: 37px;
    background-color: var(--dtc-blue);
    color: #fff;
}

.vcard-name__first--sm {
    font-family: Roboto;
    font-size: 16px;
    line-height: 26px;
}

.vcard-name__last {
    min-width: 100px;
    font-size: 16px;
    line-height: 19px;
    padding: 4px 5px;
    top: 50%;
    transform: translateY(-20%);
}

/* State Coach Badge */

.state-coach-badge {
    max-width: 191px;
}

.state-coach-badge-flag {
    top: -10%;
    left: 0;
    transform: translateX(-50%);
}

.state-coach-badge .card-body {
    padding: 8px 20px 10px 40px;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #002395;
}

.state-coach-badge-tag {
    top:  -1px;
    right: -1px;
}

/* Coach Info */

.coach-info__avatar {
    width: 80px;
    height: 80px;
    background-position: top center;
}

.coach-info__avatar-shadow {
    width: 80px;
    height: 100%;
}

.coach-info__quote::before {
    content: '“';
}

.coach-info__quote::after {
    content: '”';
}

.coach-info__quote {
    font-size: 12px;
    font-weight: 200;
    line-height: 18px;
}

.coach-info__name {
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
}

.coach-info__badge {
    width: 25px;
}

.coach-info__lead {
    font-size: 12px;
    line-height: 16px;
}

.coach-info__location {
    font-size: 12px;
    font-weight: 900;
    line-height: 16px;
}

@media screen and (min-width: 1400px) {
    .coach-info__avatar {
        width: 460px;
        height: 460px;
        background-position: top center;
    }

    .coach-info__avatar-shadow {
        width: 460px;
    }

    .coach-info__quote {
        font-size: 34px;
        line-height: 40px;
        letter-spacing: 0.09em;
    }

    .coach-info__name {
        font-size: 42px;
        line-height: 49px;
    }

    .coach-info__lead {
        font-size: 22px;
        line-height: 26px;
    }

    .coach-info__location {
        font-size: 22px;
        line-height: 32px;
    }

    .coach-info__badge {
        width: 45px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1399.98px) {
    .coach-info__avatar {
        width: 260px;
        height: 260px;
        background-position: top center;
    }

    .coach-info__avatar-shadow {
        width: 260px;
    }

    .coach-info__quote {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.07em;
    }

    .coach-info__name {
        font-size: 36px;
        line-height: 43px;
    }

    .coach-info__lead,
    .coach-info__location {
        font-size: 16px;
        line-height: 20px;
    }

    .coach-info__badge {
        width: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .coach-info__avatar {
        width: 160px;
        height: 160px;
        background-position: top center;
    }

    .coach-info__avatar-shadow {
        width: 160px;
    }

    .coach-info__name {
        font-size: 28px;
        line-height: 34px;
    }

    .coach-info__quote {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.09em;
    }

    .coach-info__lead {
        font-size: 14px;
        line-height: 18px;
    }

    .coach-info__location {
        font-size: 14px;
        line-height: 24px;
    }
}

/* Coach Details Block */

@media screen and (min-width: 768px) {

    .coach-details-block {
        max-width: 310px;
    }

}

/* Social Nav */

.social-nav .nav-item {
    padding-right: 10px;
}

.social-nav__img {
    width: 32px;
    height: 32px;
}

/* Form */

.form .form-floating input {
    height: 36px;
    border-bottom: 1px solid #000;
}

.form .form-floating input,
.form .form-floating > label {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
}

.form .form-floating > label {
    border: none;
}

.form .custom-control-label {
    font-size: 14px;
    line-height: 20px;
}

/* Fiche Card */

.fiche-card__img {
    max-width: 100px;
}

/* Filter */

.filter {
    max-width: 150px;
}

.filter__icon img {
    max-width: 20px;
}

.filter-control__item.active,
.filter-control__item:hover,
.filter-control__item:focus {
    background-color: transparent;
    outline: none;
}

.filter-control__item.active,
.filter-control__item:hover {
    color: var(--dark-yellow);
}

.filter-control__item--blue.active,
.filter-control__item--blue:hover {
    color: var(--dtc-blue);
}

@media screen and (min-width: 1400px) {
    .filter__icon img {
        max-width: 28px;
    }
}

/* Modules */

/* Header */

.header-holder:before {
    content: none;
}

.header .mygym360-logo {
    max-width: 198px;
}

.header .mycoach-logo {
    max-width: 120px;
}

.header .collapse .nav-item:not(:last-child) {
    border-right: 1px solid var(--dark-yellow);
}

.header .nav-link:hover,
.header .nav-link:focus {
    color: var(--dark-yellow)!important;
}

.header .collapse .nav-item--blue:not(:last-child) {
    border-right: 1px solid var(--dtc-blue);
}

.header .nav-item--blue .nav-link:hover,
.header .nav-item--blue .nav-link:focus {
    color: var(--dtc-blue)!important;
}

@media screen and (max-width: 767.98px) {
    .header .container {
        width: 100%;
        max-width: 100%;
    }

    .header .mygym360-logo {
        max-width: 120px;
    }

    .header .navbar-toggler {
        padding: 0;
    }

    .header .nav-link {
        font-size: 12px;
    }

    .header .navbar-toggler-icon {
        width: 20px;
    }

    .header .mycoach-logo {
        max-width: 60px;
    }
}

/* Hero */

.hero {
    padding: 140px 0 110px;
}

.hero .card {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.hero .card .badge-img,
.hero .card .badge-img--right {
    bottom: 0;
    right: 0;
    transform: translateY(50%) translateX(-20%);
}

.hero .card .badge-img--center {
    right: 50%;
    transform: translateY(50%) translateX(50%);
}

.hero .card .badge-img--left {
    right: auto;
    left: 0;
    transform: translateY(50%) translateX(20%);
}

.coach-hero {
    background-image: url(../images/dtc/hero.png);
}

.coach-hero__lead {
    padding: 8px 4px;
    font-size: 28px;
    line-height: 33px;
}

@media screen and (max-width: 991.98px) {

    .coach-hero__lead {
        font-size: 16px;
        line-height: 21px;
    }
}

@media screen and (min-width: 1200px) {
    .hero .state-coach-badge {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) translateX(110%);
    }
}

.become-coach-hero {
    background-image: url(../images/dtc/hero-2.png);
}

.become-coach-hero .overlay {
    display: none;
}

.become-coach-hero .card {
    max-width: 557px;
    box-shadow: 0px 10px 4px 0px rgba(0, 0, 0, 0.40);
    border-radius: 10px;
}

.training-tv-hero {
    background-image: url(../images/dtc/hero-4.png);
}

.training-tv-hero .card {
    max-width: 626px;
}

.single-video-hero {
    padding: 80px 0;
}

/* Section */

.section {
    padding: 120px 0;
}

.section__title {
    font-size: 42px;
    font-weight: 900;
    line-height: 49px;
    letter-spacing: 0.09em;
}

.section__title--xs {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.02em;
}

.section__title--sm-2 {
    font-size: 28px;
    line-height: 32px;
}

.section__title--sm {
    font-size: 36px;
    line-height: 44px;
}

.section__lead {
    font-size: 22px;
    line-height: 32px;
}

.section__text {
    font-size: 18px;
    line-height: 29px;
}

.section__divider {
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #212226;
}

.section__divider--sm {
    width: 105px;
}

.section-body {
    margin-top: 40px;
}

.section .btn {
    border-radius: 10px;
    padding: 8px 22px;
    font-size: 16px;
    line-height: 22px;
}

@media screen and (min-width: 1400px) {

    .section__title--xs {
        font-size: 28px;
        line-height: 33px;
        letter-spacing: 0.04em;
    }
}

@media screen and (max-width: 1399.98px) {
    .section {
        padding: 80px 0;
    }

    .section__title {
        font-size: 34px;
        line-height: 42px;
        letter-spacing: 0.07em;
    }
}

@media screen and (max-width: 991.98px) {
    .section {
        padding: 60px 0;
    }

    .section__title {
        font-size: 28px;
        line-height: 33px;
        letter-spacing: 0.02em;
    }

    .section__lead {
        font-size: 20px;
        line-height: 24px;
    }

    .section__text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767.98px) {

    .section__lead {
        font-size: 18px;
        line-height: 22px;
    }

    .section__text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 575.98px) {
    .section {
        padding: 40px 0;
    }
}

/* 2 Column Section */

.col-2-section--right .col-2-section-img-wrap{
    order: 2;
}

.col-2-section-body {
    max-width: 450px;
    margin: 0;
}

.col-2-section-body--full {
    max-width: 100%;
}

.col-2-section .section-body {
    padding: 20px 0;
}

.col-2-section--right .section-body {
    text-align: right;
}

.col-2-section__img {
    width: 100%;
}

.col-2-section__badge {
    margin-top: 90px;
}

@media screen and (min-width: 1400px) {
    .col-2-section .section-body,
    .col-2-section--left .section-body {
        margin-right: auto;
        margin-left: 70px;
    }

    .col-2-section--right .section-body {
        margin-left: auto;
        margin-right: 70px;
    }
}

@media screen and (min-width: 1024px) {
    .col-2-section .container {
        padding: 0;
    }
}

@media screen and (min-width: 991.98px) {
    .col-2-section--left .section__divider {
        margin-left: 0;
    }

    .col-2-section--right .section__divider {
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .col-2-section .section-body,
    .col-2-section--left .section-body {
        margin-left: 30px;
    }

    .col-2-section--right .section-body {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .col-2-section__badge {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991.98px) {
    .col-2-section__img {
        max-width: 100%;
    }

    .col-2-section .col-2-section-img-wrap,
    .col-2-section--right .col-2-section-img-wrap,
    .col-2-section--left .col-2-section-img-wrap {
        order: -1;
    }

    .col-2-section .section-body,
    .col-2-section--right .section-body,
    .col-2-section--left .section-body {
        text-align: center;
    }
    .col-2-section .section-body,
    .col-2-section--right .section-body,
    .col-2-section--left .section-body {
        margin: 0 auto;
    }
}

/* Testimonial Section */

.slider-testimonial-section .blockquote-icon-wrap {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-60%)
}

.slider-testimonial-section .blockquote-icon {
    width: 90px;
}

/* Coach Info */

.coach-info-section .container {
    padding: 0 30px;
}

.coach-info-section .overlay {
    top: auto;
    bottom: 0;
    height: 60%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #000000 0%, rgba(59, 59, 59, 0) 100%);
    opacity: 1;
    transform: rotate(-180deg);
}

.coach-info-section .coach-info {
    bottom: 16px;
}

.coach-info-section .coach-info__avatar {
    bottom: 5%;
    transform: translateY(60%);
}

.coach-info-hero .breadcrumb {
    z-index:  10;
    top:  15px;
    left: 30px;
}

/* Indi Coach Slider */

@media screen and (min-width: 1025px) {

    .slider-indi-coach-section .swiper-button-prev {
        left: -40px;
    }

    .slider-indi-coach-section .swiper-button-next {
        right: -40px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024.98px) {

    .slider-indi-coach-section .swiper-button-prev {
        left: -20px;
    }

    .slider-indi-coach-section .swiper-button-next {
        right: -20px;
    }

}

/* 3rd-Party Styles Modify */

/* JCF */

.jcf-select-goal {
    max-width: 370px;
}

.jcf-select-goal .jcf-select-opener {
    top: 4px;
    right: 3px;
    width: 36px;
    height: 36px;
}

.jcf-select-goal .jcf-select-opener:after {
    width: 100%;
    height: 100%;
    background-image: url(../images/dtc/icons/dropdown-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: none;
    font-size: 0;
}

.jcf-select-default {
    border-radius: 7px;
    border: 1px solid #3B3B3B;
}

.jcf-select-default .jcf-select-opener {
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 11px;
}

.jcf-select-default .jcf-select-opener:after {
    width: 100%;
    height: 100%;
    background-image: url(../images/dtc/icons/down-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: none;
    font-size: 0;
}

.jcf-select-rounded-pill {
    border-radius: 50rem;
}

.jcf-select-px-0 .jcf-select-text {
    padding-left: 0;
    padding-right: 0;
}

.jcf-select-ropener-0 .jcf-select-opener {
    right: 0;
}

.jcf-select-rounded-0 {
    border-radius: 0;
}

.jcf-select-border-bottom {
    border-width: 0 0 1px 0;
    border-color: #000;
    border-style: solid;
}

/* Bootstrap Carousel */

.testimonial-carousel .carousel-control-prev,
.testimonial-carousel .carousel-control-next {
    max-width: 60px;
}

.testimonial-carousel .carousel-control-prev-icon,
.testimonial-carousel .carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

.mycarousel-indicators {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.mycarousel-indicators li {
    box-sizing: content-box;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    transition: opacity .6s ease;
}

.carousel-indicators--round li {
    border-radius: 100%;
    margin: 1px 4px;
    height: 15px;
    width: 15px;
    border: 1.5px solid black;
}

.mycarousel-indicators .active{
    background-color: black;
}

/* Swiper Slider */

div.swiper-button-next:after,
div.swiper-button-prev:after {
    content: none;
}

/* Bootstrap Validation */

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .form-control:valid,
.form-control.is-valid {
    border-width: 0 0 1px 0;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    box-shadow: 0px 3px 0px 0rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    box-shadow: 0px 3px 0px 0rem rgba(220, 53, 69, 0.25);
}

/* Popup */

@media screen and (min-width: 576px) {
    .popup-modal .modal-dialog {
        max-width: 807px;
        width: 100%;
    }
}

.popup-icon {
    width: 50px;
    height: 50px;
}

@media screen and (min-width: 768px) {
    .popup-icon {
        width: 100px;
        height: 100px;
    }
}

.popup-modal .dtc-btn {
    padding: 9px 24px;
    border-radius: 10px;
    color: #0b0b0b !important;
}

.popup__subtitle {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.14em;
}

@media screen and (min-width: 768px) {
    .popup__subtitle {
        font-size: 20px;
        line-height: 32px;
    }
}

.popup-item__img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

@media screen and (max-width: 767.98px) {
    .popup__title {
        font-size: 20px;
        line-height: 23px;
    }

    .popup-item__title {
        font-size: 12px;
        line-height: 15px;
    }

    .popup__disclaimer {
        font-size: 11px;
        line-height: 11px;
    }
}

/* Pricing Section */

.pricing-section {
    padding: 65px 0;
}

.pricing-header-item {
    padding: 24px 12px;
    border-radius: 0px 39.0399px 0px 0px;
    border: 0.487999px solid var(--dtc-gray);
}

.pricing-header-item--dark {
    background-color: #212226;
    color: #fff;
}

.pricing-header-item--dark .text-body {
    color: #fff!important;
}

.pricing-header-item--dark .text-black-50 {
    color: rgba(255, 255, 255, 0.5)!important;
}

.pricing-header__amt {
    font-size: 48px;
    line-height: 56px;
}

.pricing-col-inner {
    padding: 8px 10px;
}

.pricing-header__meta .font-weight-bold {
    font-size: 20px;
    line-height: 23px;
}

.pricing-header__amt-meta {
    font-size: 16px;
    line-height: 19px;
}

.pricing-col:first-child {
    padding-left: 0;
}

/* Pricing Table */

.pricing-feature__icon {
    width: 25px;
    height: auto;
}

/* Pricing Amount */

.pricing-amt {
    font-size: 24px;
    line-height: 28px;
}

.pricing-amt__dis {
    position: relative;
    margin-right: 14px;
    font-size: 16px;
    line-height: 19px;
}

.pricing-amt__dis::before {
    content: "";
    position: absolute;
    top: 8px;
    right: -3px;
    display: inline-block;
    width: 120%;
    height: 2px;
    background-color: var(--dtc-gray);
    transform: rotate(-19deg);
}

@media screen and (min-width: 768px) {
    .pricing-header-item {
        padding: 40px 5% 30px;
        border-radius: 0px 80px 0px 0px;
        border-width: 1px;
        border-bottom: 0;
    }

    .pricing-header__meta .font-weight-bold {
        font-size: 20px;
        line-height: 23px;
    }

    .pricing-col-inner {
        padding: 37px 20px;
    }

    .pricing-feature__icon {
        width: 25px;
    }

    .pricing-col.active {
        background-color: var(--dtc-light);
    }

    .pricing-feature {
        border-top: 1px solid var(--dtc-gray);
    }

    .pricing-feature:not(:last-child) .pricing-col:nth-child(2) {
        border-left: 1px solid var(--dtc-gray);
    }

    .pricing-table .dtc-btn {
        width: 100%;
    }
}

@media screen and (max-width: 767.98px) {
    .pricing-header__title {
        font-size: 17.5px;
        line-height: 21px;
    }

    .pricing-header__meta {
        font-size: 9px;
        line-height: 10px;
    }

    .pricing-header__amt {
        font-size: 23.4px;
        line-height: 27px;
    }

    .pricing-header__amt-meta {
        font-size: 9px;
        line-height: 9px;
    }

    .pricing-header__meta {
        font-size: 8px;
        line-height: 8px;
    }

    .pricing-feature {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 575.98px) {
    .pricing-header__title {
        font-size: 13px;
        line-height: 16px;
    }

    .pricing-header__meta {
        font-size: 8.78px;
        line-height: 10px;
    }

    .pricing-header__amt {
        font-size: 23.4px;
        line-height: 27px;
    }

    .pricing-header__amt-meta {
        font-size: 7.8px;
        line-height: 9px;
    }

    .pricing-header__meta {
        font-size: 6.83198px;
        line-height: 8px;
    }

    .pricing-section .dtc-btn {
        transition: width 1s linear;
    }

    .pricing-cta--fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    .pricing-cta--fixed .dtc-btn {
        width: 100%;
    }
}

/* Pricing Banner */

.banner-wrap-pricing::before {
    background-image: url(../images/dtc/banner-bg-pricing.png);
    background-color: #16171B;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: 35%;
    background-position: top right;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991.98px) {
    .banner-wrap-pricing::before {
        background-size: contain;
    }
}

@media screen and (max-width: 575.98px) {

    .banner-wrap-pricing h1 {
        font-size: 15px;
        line-height: 19px;
    }

    .banner-wrap-pricing p {
        font-size: 10px;
        line-height: 12px;
    }
}
