.overlay_coach {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0, 0, 0.85);
    z-index: 9999;
    display: none;
}

.step {
    position: fixed;
    z-index: 10000;
    display: none;
}
.first_step {
    bottom: 0;
    left: 30%;
}

.step .icon {
    width: 103px;
    height: 80px;
}

    .step .icon img{
        width: 100%;
    }

.step .content_coach{
    position: absolute;
    display: flex;
    font-family: 'OpenSans', sans-serif;
    font-weight: 600;
    width: 300px;
    background-color: #fff;
    flex-direction: column;
    padding: 15px 15px 15px 15px;
    border-radius: 8px;
    height:107px;
}

    .first_step .content_coach {
        bottom: 110px;
        left: 30%;
       
    }

.step .content_coach::after {
    content: "";
    border-top: 15px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -24px;
    left: 20px;
}

.step .text {
    display: flex;
    flex-direction: row;
}

    .step .text p{
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #222;
        font-family: 'Open Sans', sans-serif;
        margin-bottom:11px;
    }

.step .action {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.skip_button {
    color: #434343;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    padding: 0px;
    margin-right: 32px;
}
.skip_button:hover{
    color:#434343;
}

.next_button {
    color: #00b1cd;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #00b1cd;
    font-family: 'Open Sans', sans-serif;
    padding:0px;
}

.next_button:hover{
   color: #00b1cd;
}

.second_step {
    bottom: 0;
    left: 40%;
}

.second_step .content_coach {
    bottom: 110px;
    left: 30%;
}


.third_step {
    bottom: 0;
    left: 52%;
}

    .third_step .content_coach {
        bottom: 110px;
        left: 30%;
    }

.fourth_step {
    bottom: 0;
    left: 64%;
}

    .fourth_step .content_coach {
        bottom: 110px;
        left: 30%;
    }


.fifth_step {
    right: 9px;
    top: calc(50% - 32px);
}

    .fifth_step .content_coach {
        top: 80px;
        right: 5px;
    }

    .fifth_step .icon {
        width: 69px;
        height: 69px;
    }

    .fifth_step .content_coach::after {
        content: "";
        border-top: 15px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #fff;
        border-left: 10px solid transparent;
        position: absolute;
        top: -28px;
        right: 20px;
        bottom: unset;
        left: unset;
    }

@media only screen and (max-width: 1440.99px) {
    .first_step {
        left: 28%;
    }
}

@media only screen and (max-width: 1350.99px) {
    .first_step {
        left: 27%;
    }
    .fourth_step {
        left: 66%;
    }
}
@media only screen and (max-width: 1199.99px) {
    .first_step {
        left: 24%;
    }
    .second_step {
        bottom: 0;
        left: 38%;
    }
    .fourth_step {
        left: 68%;
    }
    
}
@media only screen and (max-width: 1065px) {
    .fourth_step .content_coach {
        left: 10%;
    }

    .first_step {
        left: 21%;
    }
    .fourth_step {
        left: 69%;
    }
    .fourth_step .content_coach {
        bottom: 110px;
        left: 0;
    }
}

@media only screen and (max-width: 992.99px) {
    .first_step {
        left: 18%;
    }
    .second_step {
        left: 35%;
    }

    .fourth_step {
        left: 71%;
    }

        .fourth_step .content_coach {
            left: auto;
            right: 0;
        }
            .fourth_step .content_coach::after {
                left: auto;
                right: 20px;
            }

    
}
@media only screen and (max-width: 889px) {
    .first_step {
        left: 15%;
    }
    .fourth_step {
        left: 73%;
    }
}
@media only screen and (max-width: 820.99px) {
    .first_step {
        left: 12%;
    }
    .second_step {
        left: 32%;
    }
    .fourth_step {
        left: 75%;
    }

}

@media only screen and (max-width: 767.99px) {
    .step .content_coach {
        height: 102px;
        padding: 13px 15px 13px 15px;
    }
    .step .text p {
        margin-bottom: 10px;
    }
    .step .action {
        bottom: 13px;
    }
    .first_step {
        left: 25%;
    }
    .second_step {
        left: 42%;
    }
    .third_step {
        left: 60%;
    }
        .third_step .content_coach {
            left: -8%;
        }
    .fifth_step .icon {
        width: 56px;
        height: 69px;
    }
}
@media only screen and (max-width: 750px) {
    .third_step .content_coach {
        left: -105%;
    }

    .step.third_step .content_coach::after {
        left: 150px;
    }
}
@media only screen and (max-width: 635px) {
    .first_step {
        left: 20%;
    }
    .second_step {
        left: 39%;
    }
}
@media only screen and (max-width: 585px) {
    .first_step {
        left: 15%;
    }
}
@media only screen and (max-width: 555px) {
    .second_step .content_coach {
        bottom: 110px;
        left: 0;
    }
}
@media only screen and (max-width:498.99px) {
    .step .icon {
        width: 83px;
        height: 64px;
        margin:auto;
    }

    .first_step {
        left: 0;
        width: 33.99%;
        background: #f3f3f3;
        margin: auto;
    }
    .second_step {
        left: 34%;
        width: 33.99%;
        background: white;
    }
    .step .content_coach {
        bottom: 90px;
        left: 30%;
    }

    

    .step .content_coach {        
        width: 275px;      
    }

    .second_step .content_coach {
        bottom: 90px;
        left: -50%;
    }
        .second_step .content_coach::after {            
            left: 50%;
        }
    .skip_button, .next_button {
        font-size:14px;
    }

    .step .text p {
        font-size: 14px;
        /*margin: 10px auto;*/
    }
    .third_step {
        left: 67%;
        width: 33.99%;
        background: white;
    }
        .third_step .content_coach {
            right: 35px;
            left: auto;
        }
           .step.third_step .content_coach::after {
               
                left: auto;
                right: 20px;
            }

    .fifth_step .content_coach {
        bottom: auto;
        left: auto;
    }

    
}
@media only screen and (max-width:375px) {
    .step .content_coach {
        width: 244px;
    }
    .first_step .content_coach {
        left:25px;
    }
    .third_step .content_coach {
        right: 26px;
        left: auto;
    }
    .fifth_step .content_coach {
        top: 90px;
    }
}


   

