.modal-style .modal-body ul li span{
    font-size: 16px;
    color: #656565;
}
.modal-style .modal-body ul li h5{
    font-size: 18px;
    font-weight: bold;
}
.modal-style .modal-header{
    background-color: #F1F1F1;
}
.modal-style .modal-dialog{
   top: 5rem!important;
}
.modal-style .modal-title {    
    font-size: 24px;
    font-weight: 600;
}
.modal-style .modal-title span{
    text-transform: uppercase;
    font-weight: 600;
}
.modal-style .modal-body button.btn-style{    
    font-weight: 600!important;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 1px;
    color: var(--text-white);    
    white-space: normal!important;
}
.text-red{
    color: #E02020;
}

i.icon-play{
    background: url("../images/icons/icon_play.svg")no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.modal-style ul li{
    margin-left: 3rem;
}
.check-orange{
    position: relative;
}
.line-down{
    position: relative;
}
.line-up{
    position: relative;
}
.check-orange::before{
    content: "";
    position: absolute;
    top: -6px;
    left: -43px;
    background: url("../images/icons/icon_check_orange.svg")no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block; 
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15); 
    border-radius: 50%;    
    z-index: 1;
}
.line-down::after{
    content: "";
    position: absolute;
    top: 35px;
    left: -27px;
    width: 1.2px;
    height: 67%;
    display: inline-block; 
    background-color:#D1D1D1;
    z-index: 0;
}
.line-up::after{
    content: "";
    position: absolute;
    top: -60px;
    left: -27px;
    width: 1.2px;
    height: 63%;
    display: inline-block; 
    background-color:#D1D1D1;
    z-index: 0;
}
.red-arrow{
    position: relative;   
}
.red-arrow::after{
    content: "";
    position: absolute;
    background: url(../images/illustrations/red-arrow.svg)no-repeat;
    width: 95px;
    height: 89px;
    top: -78px;
    left: 111px;
    z-index: 1;
}