.wp_custom_actionable_cover, .wp_custom_actionable, .wp_custom_actionable_slider_cover, .wp_custom_actionable_slider {
    width: 100%;
    overflow: hidden;
}
.wp_custom_actionable {
    padding: 25px;
}
.wp_custom_actionable_slider_cover {
    display: none;
}
.wp_custom_actionable_slider_cover.active {
    display: block;
}
.wp_custom_actionable_laft_cover {
    width: 40%;
    float: left;
    overflow: hidden;
}
.wp_custom_actionable_laft {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
}
.wp_custom_actionable_right_cover {
    float: left;
    width: 60%;
    overflow: hidden;
}
.wp_custom_actionable_title {
    font-family: "Lexend", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 49px;
    color: #4B4F58;
}
.wp_custom_actionable_Progressberr_title {
    font-family: "Lexend", Sans-serif;
    font-size: 15px;
    color: #A6A6A6;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}
.wp_custom_actionable_Progressberr_cover {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
}
.wp_custom_actionable_Progressberr {
    width: 100%;
    overflow: hidden;
}
.wp_custom_actionable_Progressberr_option {
    background-color: #E6E6E6;
    height: 15px;
    border-radius: 3px;
    width: 18%;
    margin: 1%;
    cursor: pointer;
    float: left;
}
.wp_custom_actionable_Progressberr_option.active {
    background-color: #D25296;
}
.wp_custom_actionable_content_title {
    font-family: "Lexend", Sans-serif;
    font-size: 25px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 15px;
    text-transform: capitalize;
}
.wp_custom_actionable_content_details {
    font-family: "Lexend", Sans-serif;
    color: #1A1A1A;
    margin-bottom: 10px;
    margin-top: 40px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.wp_custom_actionable_content_button_cover {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
}
.wp_custom_actionable_content_button_book_a_demo {
    padding: 15px 35px;
    font-family: "Lexend", Sans-serif;
    line-height: 15px;
    border: none;
    cursor: pointer;
    background: #D25296;
    border-color: #D25296;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.wp_custom_actionable_content_button_see_how_it_works {
    padding: 15px 35px;
    font-family: "Lexend", Sans-serif;
    line-height: 15px;
    border: 1px solid;
    cursor: pointer;
    background: #ffffff;
    border-color: #D25296;
    color: #D25296;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
a.wp_custom_actionable_btn {
    text-decoration: none;
    color: unset !important;
}
.wp_custom_actionable_right {
    width: 100%;
    overflow: hidden;
    padding: 0px 20px;
}

/* animation */
.wp_custom_actionable_title {
    margin-top: -200px;
    transition: all 0.5s ease 0s;
}
.wp_custom_actionable_title.active {
    margin-top: 0px;
    transition: all 0.5s ease 0s;
}

/* Tablet styling */
@media all and (min-width: 480px) and (max-width: 768px) {
    .wp_custom_actionable_content_button_cover {
        text-align: center;
    }
    .wp_custom_actionable_content_button_book_a_demo {
        margin-bottom: 15px;
    }
}

/* Mobile styling */
@media only screen and (max-width: 39.9375em) {
    .wp_custom_actionable_laft_cover {
        width: 100%;
    }
    .wp_custom_actionable_right_cover {
        width: 100%;
    }
    .wp_custom_actionable_content_button_cover {
        text-align: center;
    }
    .wp_custom_actionable_content_button_book_a_demo {
        margin-bottom: 15px;
    }
}

