@charset "utf-8";
/* CSS Document */

.with_overlayer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0,173,148);
    background: -moz-linear-gradient(125deg, rgba(0,173,148,0.6) 0%, rgba(0,173,148,0) 35%);
    background: -webkit-linear-gradient(125deg, rgba(0,173,148,0.6) 0%, rgba(0,173,148,0) 35%);
    background: linear-gradient(125deg, rgba(0,173,148,0.6) 0%, rgba(0,173,148,0) 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00AD94",endColorstr="#00AD94",GradientType=1);
    z-index: 1;
}

.section_service_row9 > .container .section_service_row9_box{
    align-items: normal;
    border-bottom: none;
}

.version_mobile{
    display: none;
}

.section_service_row9 > .container .section_service_row9_box .section_service_row9_left,
.section_service_row9 > .container .section_service_row9_box:after{
    background-color: #F3FAF9;
}

.section_service_row9 .section_service_row9_right .section_new_service_row_9_step_repeater_container .section_new_service_row_9_step_repeater > li .green_dot{
    border-color: #F3FAF9;
}

.section_service_row9 .section_service_row9_right .section_new_service_row_9_step_repeater_container .section_new_service_row_9_step_repeater > li .section_content_box{
    background-color: #fff;
}

@media screen and (max-width: 1595px) {
    .section_service_row3{
        background-position: 93% 0!important;
    }
}

@media screen and (max-width: 768px) {
    .section_service_row3{
        background-image: none!important;
    }
    
    .section_service_row3 .section_service_row3_right .version_mobile{
        display: block;
    }
}