.fitness-lab a,
.fitness-lab a:hover {
    color: #000;
    text-decoration: none;
}
.page-inner {
    background: #f5f5f5;
    padding: 30px 0 55px;
}
.fitness-lab {
    /* position: relative; */
    /* overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05); */
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Inter', sans-serif;
    color: #151515;
}
.fitness-lab * {
    box-sizing: border-box;
}
.fl-bg {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.icon-accurate {
    background-image: url("../img/labs/icon-accurate.svg");
}
.icon-science {
    background-image: url("../img/labs/icon-science.svg");
}
.icon-growth {
    background-image: url("../img/labs/icon-growth.svg");
}
.icon-privacy {
    background-image: url("../img/labs/icon-privacy.svg");
}
.fl-lab-art {
    background-image: url("../img/labs/home.png");
    /* width: 100%;
    height: 100%; */
    width: 530px;
    min-height: 311px;
    z-index: 1;
}
.fl-calculators .fl-lab-art {
    background-image: url("../img/labs/calculators.png");
    min-height: auto;
}
.fl-tables .fl-lab-art {
    background-image: url("../img/labs/tables.png");
    min-height: auto;
}
.fl-tests .fl-lab-art {
    background-image: url("../img/labs/tests.png");
    min-height: auto;
}
.fl-hero {
    /* position: relative;
    min-height: 315px; */
    position: relative;
    padding: 28px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
}

.fl-hero::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: url('../img/labs/bg-right.png');
    width: 186px;
    height: 340px;
    opacity: 0.5;
    transform: translateY(-170px);
}
/* .fl-inner .fl-hero::after {
    content: '';
    position: absolute;
    top: 104%;
    left: 0;
    background: url('../img/labs/bg-left.png');
    width: 186px;
    height: 340px;
    opacity: 0.5;
    transform: translateY(-170px);
} */

/* .fl-network{position:absolute;inset:0;opacity:.32;background-image:radial-gradient(circle at 10px 10px,#c8191e 1px,transparent 2px),linear-gradient(30deg,transparent 47%,rgba(200,25,30,.16) 48%,rgba(200,25,30,.16) 50%,transparent 51%);background-size:88px 88px;pointer-events:none} */

.fl-hero-left {
    /* position: relative;
    z-index: 2;
    width: 48%; */
    /* padding-top: 2px; */
}
.fl-hero-right {
    display: flex;
    /* position: absolute;
    z-index: 1;
    right: 5px;
    top: 0; */
    /* width: 58%;
    height: 315px; */
}
.fl-breadcrumb {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    font-size: 11px;
    color: #7d7d7d;
}
.fl-breadcrumb li a {
    color: #7d7d7d;
}
.fl-breadcrumb li {
    display: inline-block;
}
.fl-breadcrumb li + li:before {
    content: "›";
    padding: 0 7px;
    color: #aaa;
}
.fl-breadcrumb li:last-child {
    color: #c8191e;
}
/* .fl-tables .fl-breadcrumb li:last-child{
    color: #2b72bd;
} */

.fl-hero h1 {
    margin: 27px 0;
    font-weight: 900;
    font-size: 52px;
    /* line-height: 0.92;
    letter-spacing: -1px; */
    color: #050505;
    overflow: hidden;
}
.fl-hero h1 span {
    display: block;
    color: #c8191e;
}
.fl-inner .fl-hero h1 {
    font-size: 48px;
}
.fl-inner .fl-hero h1 {
    margin-bottom: 8px;
}
.fl-inner .fl-description {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
.fl-lead {
    max-width: 410px;
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    color: #585858;
}

.fl-features {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.fl-feature {
    /* width: 25%; */
    padding: 0 27px;
    text-align: center;
    color: #111;
    border-right: solid 1px #dbdbdb;
}
.fl-feature:first-child {
    padding-left: 10px;
}
.fl-feature:last-child {
    border-right: none;
}
.fl-feature .fl-bg {
    width: 36px;
    height: 36px;
    margin: 0 auto 8px;
}
.fl-feature b {
    display: block;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.fl-cards {
    /* position: relative; */
    /* z-index: 3; */
    display: flex;
    padding: 12px 0;
    margin: 0 -6px;
}
.fl-inner .fl-cards {
    padding-bottom: 0;
}
.fl-card {
    position: relative;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    width: 30%;
    /* min-height: 118px; */
    margin: 0 6px;
    padding: 18px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background: #fff;
    color: #111;
    /* text-decoration: none !important; */
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.035);
    transition: 0.18s ease;
    overflow: hidden;
    cursor: pointer;
}
.fl-card:hover {
    border-color: #c8191e;
    /* box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08); */
    box-shadow: 0 8px 22px rgba(200, 25, 30, .12);
    transform: translateY(-2px);
    color: #111;
}
.fl-inner .fl-cards {
    flex-wrap: wrap;
}
.fl-inner .fl-card {
    margin-bottom: 12px;
    flex-direction: column;
}
.fl-calculators .fl-card {
    width: 20%;
}
.fl-tables .fl-card {
    width: 30%;
}
.fl-tests .fl-card {
    width: 20%;
}
.fl-card-icon {
    max-width: 118px;
    min-width: 118px;
    width: 100%;
    height: 100%;
    /* flex: 0 0 70px; */
    margin-right: 15px;
}
.icon-tests {
    background-image: url("../img/labs/home-tests.png");
    /* background-image: url("../img/labs/home-icon-1.png"); */
}
.icon-calculators {
    background-image: url("../img/labs/home-calculators.png");
    /* background-image: url("../img/labs/home-icon-2.png"); */
}
.icon-tables {
    background-image: url("../img/labs/home-tables.png");
    /* background-image: url("../img/labs/home-icon-3.png"); */
}

.fl-calculators .fl-card-icon,
.fl-inner .fl-card-icon {
    max-width: 60px;
    min-width: 60px;
    flex-basis: 60px;
}

.fl-calculators .fl-card-icon.icon1 {
    background-image: url("../img/labs/calculators-icon-1.png");
}
.fl-calculators .fl-card-icon.icon2 {
    background-image: url("../img/labs/calculators-icon-2.png");
}
.fl-calculators .fl-card-icon.icon3 {
    background-image: url("../img/labs/calculators-icon-3.png");
}
.fl-calculators .fl-card-icon.icon4 {
    background-image: url("../img/labs/calculators-icon-4.png");
}
.fl-calculators .fl-card-icon.icon5 {
    background-image: url("../img/labs/calculators-icon-5.png");
}
.fl-calculators .fl-card-icon.icon6 {
    background-image: url("../img/labs/calculators-icon-6.png");
}
.fl-calculators .fl-card-icon.icon7 {
    background-image: url("../img/labs/calculators-icon-7.png");
}
.fl-calculators .fl-card-icon.icon8 {
    background-image: url("../img/labs/calculators-icon-8.png");
}


.fl-tables .fl-card-icon.icon1 {
    background-image: url("../img/labs/tables-icon-1.png");
}
.fl-tables .fl-card-icon.icon2 {
    background-image: url("../img/labs/tables-icon-2.png");
}
.fl-tables .fl-card-icon.icon3 {
    background-image: url("../img/labs/tables-icon-3.png");
}
.fl-tables .fl-card-icon.icon4 {
    background-image: url("../img/labs/tables-icon-4.png");
}
.fl-tables .fl-card-icon.icon5 {
    background-image: url("../img/labs/tables-icon-5.png");
}
.fl-tables .fl-card-icon.icon6 {
    background-image: url("../img/labs/tables-icon-6.png");
}


.fl-tests .fl-card-icon.icon1 {
    background-image: url("../img/labs/tests-icon-1.png");
}
.fl-tests .fl-card-icon.icon2 {
    background-image: url("../img/labs/tests-icon-2.png");
}
.fl-tests .fl-card-icon.icon3 {
    background-image: url("../img/labs/tests-icon-3.png");
}
.fl-tests .fl-card-icon.icon4 {
    background-image: url("../img/labs/tests-icon-4.png");
}
.fl-tests .fl-card-icon.icon5 {
    background-image: url("../img/labs/tests-icon-5.png");
}
.fl-tests .fl-card-icon.icon6 {
    background-image: url("../img/labs/tests-icon-6.png");
}
.fl-tests .fl-card-icon.icon7 {
    background-image: url("../img/labs/tests-icon-7.png");
}

.fl-card-body {
    flex-grow: 1;
}

.fl-card-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}
.fl-inner .fl-card-title {
    font-size: 16px;
}

.fl-card-desc {
    margin-top: 10px;
    color: #747474;
}

.fl-card-footer {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.fl-card-footer b,
.fl-card-footer i {
    font-size: 21px;
}

.fl-inner .fl-card-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    padding: 5px 18px;
    background-color: #fff;
}

/* .fl-card-footer i {

} */

.fl-card:hover .fl-card-footer {
    color: #c8191e;
}

/* .fl-card-body strong {
    display: block;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 900;
}
.fl-card-body small {
    display: block;
    min-height: 34px;
    font-size: 12px;
    line-height: 1.45;
    color: #333;
} */
/* .fl-card-body em {
    display: block;
    margin-top: 8px;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    color: #555;
    font-weight: bold;
}
.fl-card-body em b {
    color: #c8191e;
}
.fl-card i {
    position: absolute;
    right: 18px;
    bottom: 18px;
    font-style: normal;
    font-size: 24px;
    color: #c8191e;
} */

.fl-steps {
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding: 14px 18px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.025);
}
.fl-step-title {
    /* width: 27%; */
    font-size: 18px;
    font-weight: 900;
    font-family: 'Inter', sans-serif;
}
.fl-step-title small {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 400;
    color: #666;
}
.fl-step-box {
    display: flex;
}
/* .fl-btn {
    align-self: flex-end;
} */
.fl-step {
    display: flex;
    /* align-items: flex-start; */
    align-items: center;
    /* width: 18%; */
    padding: 0 10px;
}
.fl-step b {
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: #939393;
    border-radius: 50%;
    font-size: 15px;
    transition: all 0.5s ease;
}
.fl-step:hover b {
    background: #d50000;
    transition: all 0.5s ease;
}
.fl-step strong {
    display: block;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Inter', sans-serif;
}
.fl-step small {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.35;
    color: #666;
}
.fl-btn {
    /* margin-left: auto;
    min-width: 178px; */
    padding: 14px 20px;
    border-radius: 7px;
    background: #c8191e;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    font-weight: 900;
    transition: all 0.5s ease;
    white-space: nowrap;
}
.fl-btn span {
    padding-left: 16px;
    font-size: 19px;
    line-height: 0;
}
.fl-btn:hover {
    transition: all 0.5s ease;
    box-shadow:
        inset 0 -2px 0 rgba(0, 0, 0, 0.18),
        0 8px 18px rgba(200, 25, 30, 0.25);
}

@media (max-width: 1200px) {
    .fl-lab-art {
        width: 454px;
    }
    .fl-card-icon {
        max-width: 80px;
        min-width: 80px;
    }
    .fl-card-title {
        margin-top: 0;
        font-size: 18px;
    }
    .fl-inner .fl-card-title {
        margin-top: 10px;
    }
    .fl-step-title small {
        display: none;
    }
}

@media (max-width: 991px) {
    .fl-hero {
        flex-direction: column;
    }
    .fl-hero-right {
        /* justify-content: center; */
        padding-top: 20px;
    }
    .fl-cards {
        flex-direction: column;
    }
    .fl-cards .fl-card {
        width: auto;
        margin-bottom: 12px;
    }
    .fl-card-icon {
        height: 80px;
    }
    .fl-card::before {
        content: '';
        position: absolute;
        top: -60px;
        right: 0;
        background: url(../img/labs/bg-right.png);
        width: 186px;
        height: 340px;
        opacity: 0.5;
    }
    .fl-card-footer,
    .fl-card-footer b,
    .fl-card-footer i {
        font-size: 16px;
    }
    .fl-steps {
        flex-direction: column;
    }
    .fl-step-title {
        padding-top: 10px;
        padding-bottom: 14px;
        width: 100%;
        text-align: center;
        border-bottom: dashed 1px #d9d9d9;
    }
    .fl-step-box {
        padding: 20px 0;
        width: 100%;
        justify-content: space-between;
    }
    .fl-btn {
        width: 100%;
        padding: 12px 20px;
    }
    .fl-cards {
        padding-bottom: 0;
    }
    .fl-inner .fl-card {
        flex-direction: row;
        align-items: center;
    }
    .fl-inner .fl-card-title {
        margin-top: 0;
    }
    .fl-inner .fl-card-desc {
        margin-top: 6px;
    }
    /* .fl-calculators .fl-lab-art {
        min-height: 250px;
    } */
    .fl-inner .fl-lab-art {
        min-height: 250px;
    }
}

@media (max-width: 767px) {
    .fl-lab-art {
        width: 100%;
    }
    .fl-hero h1 {
        margin: 20px 0;
        font-size: 47px;
    }
    .fl-hero::after {
        content: '';
        position: absolute;
        top: 104%;
        left: 0;
        background: url('../img/labs/bg-left.png');
        width: 186px;
        height: 340px;
        opacity: 0.5;
        transform: translateY(-170px);
    }
}

@media (max-width: 550px) {
    .fl-hero {
        padding: 20px;
    }
    .fl-hero h1 {
        margin: 20px 0;
        font-size: 28px;
    }
    .fl-lead {
        line-height: 1.4;
    }
    .fl-lab-art {
        min-height: 210px;
    }
    .fl-features .fl-feature {
        width: 50%;
        padding-bottom: 18px;
    }
    .fl-features .fl-feature {
        padding: 20px;
    }
    .fl-hero::before {
        display: none;
    }
    /* .fl-hero-right {
        padding-top: 0;
    } */
    .fl-feature {
        border-bottom: solid 1px #dbdbdb;
    }
    .fl-feature:nth-child(2) {
        border-right: none;
    }
    .fl-feature:nth-child(3),
    .fl-feature:nth-child(4) {
        border-bottom: none;
    }
    .fl-cards .fl-card {
        padding: 15px;
        align-items: center;
    }
    .fl-card-title {
        font-size: 17px;
    }
    .fl-card-desc {
        display: none;
    }
    .fl-card-footer b {
        font-size: 14px;
    }
    .fl-card-footer i {
        display: none;
    }
    .fl-step-box {
        flex-direction: column;
        padding-bottom: 5px;
    }
    .fl-step {
        margin-bottom: 15px;
    }
    .fl-step > span {
        display: flex;
        align-items: center;
    }
    .fl-step > span strong {
        min-width: 120px;
    }
    .fl-step small {
        font-size: 13px;
    }
    .fl-inner .fl-card-desc {
        display: block;
    }
    .fl-inner .fl-hero h1 {
        font-size: 32px;
    }
    .fl-card::before {
        opacity: 0.3;
    }
}
@media (max-width: 365px) {
    .fl-step > span strong {
        min-width: 80px;
    }
    .fl-inner .fl-lead {
        margin-bottom: 0;
    }
    .fl-inner .fl-hero-right {
        padding-top: 0;
    }
    .fl-inner .fl-hero h1 {
        font-size: 27px;
    }
}

.labs-style-modal .modal-body,
.labs-style-modal .modal-body * {
    font-family: 'Inter', sans-serif;
}

.labs-style-modal .modal-content {
    background: #000;
    border: solid 1px #8f8f8f;
}

.labs-style-modal .modal-title {
    color: #fff;

}

.labs-style-modal .modal-header {
    border-bottom: solid 1px #8f8f8f;
}

.labs-style-modal .close,
.labs-style-modal .close:focus,
.labs-style-modal .close:hover {
    color: #fff;
}

 

.labs-style-table thead tr th {
    color: #ffffff;
    background: #d92424;
}

.labs-style-table tbody>tr:nth-of-type(odd) {
    background-color: #1e1e1e;
    color: #fff;
}

.labs-style-table tbody>tr:nth-of-type(even) {
    background-color: transparent;
    color: #fff;
}

.labs-style-table,
.labs-style-table>tbody>tr>td,
.labs-style-table>tbody>tr>th,
.labs-style-table>tfoot>tr>td,
.labs-style-table>tfoot>tr>th,
.labs-style-table>thead>tr>td,
.labs-style-table>thead>tr>th {
    border: 1px solid #501212;
}
