/* ==============================================================
    FRISE CHRONO MULTIROIR
============================================================== */

.timeline_area {
    position: relative;
    z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #0063a3;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #343a40;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #0063a3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #343a40;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}

/* ==============================================================
    NEED HELP
============================================================== */

.needhelp_area {
    position: relative;
    z-index: 1;
}
.single-needhelp-area {
    position: relative;
    z-index: auto;
}
/*@media only screen and (max-width: 575px) {
    .single-needhelp-area {
        padding-left: 100px;
    }
}*/
.single-needhelp-area .needhelp-date {
    /*position: absolute;*/
    /*width: 180px;*/
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
/*@media only screen and (max-width: 575px) {
    .single-needhelp-area .needhelp-date {
        width: 100px;
    }
}*/
.single-needhelp-area .needhelp-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-needhelp-area .needhelp-date::before {
    /*position: absolute;*/
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #0063a3;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-needhelp-area .needhelp-date p {
    margin-bottom: 0;
    color: #343a40;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-needhelp-area .single-needhelp-content {
    /*position: relative;*/
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
/*@media only screen and (max-width: 575px) {
    .single-needhelp-area .single-needhelp-content {
        padding: 20px;
    }
}*/
.single-needhelp-area .single-needhelp-content .needhelp-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #0063a3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-needhelp-area .single-needhelp-content .needhelp-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-needhelp-area .single-needhelp-content .needhelp-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-needhelp-area .single-needhelp-content .needhelp-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-needhelp-area .single-needhelp-content:hover .needhelp-icon,
.single-needhelp-area .single-needhelp-content:focus .needhelp-icon {
    background-color: #343a40;
}
.single-needhelp-area .single-needhelp-content:hover .needhelp-text h6,
.single-needhelp-area .single-needhelp-content:focus .needhelp-text h6 {
    color: #3f43fd;
}

/* ==============================================================
    FRISE CHRONO MULTIBAC
============================================================== */

.timeline_area_multibac {
    position: relative;
    z-index: 1;
}
.single-timeline-area_multibac {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area_multibac {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date_multibac {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area_multibac .timeline-date_multibac {
        width: 100px;
    }
}
.single-timeline-area_multibac .timeline-date_multibac::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area_multibac .timeline-date_multibac::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #343435;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area_multibac .timeline-date_multibac p {
    margin-bottom: 0;
    color: #343a40;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area_multibac .single-timeline-content_multibac {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area_multibac .single-timeline-content_multibac {
        padding: 20px;
    }
}
.single-timeline-area_multibac .single-timeline-content_multibac .timeline-icon_multibac {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #ec660b;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area_multibac .single-timeline-content_multibac .timeline-icon_multibac i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area_multibac .single-timeline-content_multibac .timeline-text_multibac h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area_multibac .single-timeline-content_multibac .timeline-text_multibac p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area_multibac .single-timeline-content_multibac:hover .timeline-icon_multibac,
.single-timeline-area_multibac .single-timeline-content_multibac:focus .timeline-icon_multibac {
    background-color: #343a40;
}
.single-timeline-area_multibac .single-timeline-content_multibac:hover .timeline-text_multibac h6,
.single-timeline-area_multibac .single-timeline-content_multibac:focus .timeline-text_multibac h6 {
    color: #3f43fd;
}

/* ==============================================================
    FRISE CHRONO MDOSE
============================================================== */

.timeline_area_mdose {
    position: relative;
    z-index: 1;
}
.single-timeline-area_mdose {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area_mdose {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date_mdose {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area_mdose .timeline-date_mdose {
        width: 100px;
    }
}
.single-timeline-area_mdose .timeline-date_mdose::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area_mdose .timeline-date_mdose::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #405559;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area_mdose .timeline-date_mdose p {
    margin-bottom: 0;
    color: #343a40;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area_mdose .single-timeline-content_mdose {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area_mdose .single-timeline-content_mdose {
        padding: 20px;
    }
}
.single-timeline-area_mdose .single-timeline-content_mdose .timeline-icon_mdose {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #26a8a2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area_mdose .single-timeline-content_mdose .timeline-icon_mdose i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area_mdose .single-timeline-content_mdose .timeline-text_mdose h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area_mdose .single-timeline-content_mdose .timeline-text_mdose p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area_mdose .single-timeline-content_mdose:hover .timeline-icon_mdose,
.single-timeline-area_mdose .single-timeline-content_mdose:focus .timeline-icon_mdose {
    background-color: #343a40;
}
.single-timeline-area_mdose .single-timeline-content_mdose:hover .timeline-text_mdose h6,
.single-timeline-area_mdose .single-timeline-content_mdose:focus .timeline-text_mdose h6 {
    color: #3f43fd;
}