#forth_section {
    margin-top: 80px;
}

.forth_section_top {
    text-align: center;
}

.forth_section_top h2 {
    font-size: 38px;
    line-height: 50px;
    color: #31216B;
    font-weight: 800;
    margin-bottom: 15px;
}

.forth_section_top .text_below {
    font-size: 16px;
    line-height: 24px;
    color: #31216B;
    font-weight: 400;
    margin-bottom: 0px;
    max-width: 600px;
    margin: 0 auto;
}

.forth_section_content {
    display: flex;
    margin: 40px -20px;
}

.forth_section_content_left {
    width: 350px;
    box-sizing: border-box;
    margin: 0px 20px;
}

.forth_section_content_right {
    flex: 1;
    margin: 0px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.forth_section_content_left_box {
    background-color: #31216B;
    border-radius: 12px;
    padding: 35px;
    height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.forth_section_content .forth_section_content_left_box p {
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin-top: 0px;
}

.forth_section_content .forth_section_content_left_box ul {
    list-style: none;
    margin: 0px!important;
    padding: 0px!important;
}

.forth_section_content .forth_section_content_left_box ul li,
.forth_section_content .forth_section_content_left_box h3,
.forth_section_content .forth_section_content_left_box p {
    color: #fff;
}

.forth_section_content h3 {
    font-size: 26px;
    line-height: 32px;
    color: #31216B;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 0px;
}

.forth_section_content h4 {
    font-size: 16px;
    line-height: 24px;
    color: #1ebbf0;
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 0px;
}

.forth_section_content_left_box p {
    font-size: 14px;
    line-height: 19px;
    color: #31216B;
    font-weight: 400;
    margin-bottom: 15px;
}

.forth_section_content_left_box ul li {
    font-size: 16px;
    line-height: 24px;
    color: #31216B;
    font-weight: 700;
    margin-bottom: 5px;
}

#cp-overview-download {
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
}

#cp-overview-download:hover {
    background: #f7b500;
}

.forth_section_content_right_box_one {
    background-color: #FFF6E9;
    border-radius: 12px;
    padding: 35px;
    display: flex;
}

.content_right_left_part {
    width: calc(50% - 20px);
    margin-right: 20px;
    box-sizing: border-box;
}

.content_right_right_part {
    line-height: 0;
}

.content_right_right_part img {
    width: 100%;
    cursor: pointer;
}

.content_right_right_part {
    width: calc(50% - 20px);
    margin-left: 20px;
    box-sizing: border-box;
}

.forth_section_content_right_box_one {
    margin-bottom: 40px;
    flex: 1;
    align-items: center;
    display: flex;
}

.forth_section_content_right_box_two {
    background-color: #defefe;
    border-radius: 12px;
    padding: 35px;
    display: flex;
    flex: 1;
    align-items: center;
}

.content_right_left_part p {
    font-size: 14px;
    line-height: 22px;
    color: #31216B;
    font-weight: 400;
    margin-bottom: 15px;
}

.content_right_left_part p a {
    font-weight: 600;
    text-decoration: none;
    padding-left: 3px;
}

.content_right_left_part p a:hover {
    color: #31216B;
}

.content_right_left_part p:last-child {
    margin-bottom: 0px;
}

.content_right_left_part div>span {
    color: #1EBBF0;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}

.content_right_left_part div>span:hover {
    color: #31216B;
}

#get-team-button {
    margin-top: 20px;
    cursor: pointer;
    font-weight: 600;
}

@media (min-width: 901px) {
    #get-team-button {
        width: 100%;
    }
}

@media (max-width: 1040px) {
    #forth_section {
        margin-top: 60px;
    }
}

@media (max-width: 900px) {
    .forth_section_content {
        flex-direction: column;
    }
    .forth_section_content_left {
        width: 100%;
    }
    .forth_section_content_right {
        width: 100%;
        flex: none;
    }
    .forth_section_content {
        margin: 30px 0px 40px;
    }
    .forth_section_content_left {
        margin: 0px;
    }
    .forth_section_content_right {
        margin: 20px 0px 0px;
    }
    .forth_section_content_right_box_one {
        margin-bottom: 20px;
    }
    #cp-overview-download {
        width: 250px;
    }
}

@media (max-width: 600px) {
    .forth_section_top h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .forth_section_content {
        margin: 30px 0px 20px;
    }
    .forth_section_content_right_box_two,
    .forth_section_content_right_box_one {
        flex-direction: column;
    }
    .content_right_left_part {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .content_right_right_part {
        width: 100%;
        margin-left: 0px;
    }
}

@media (max-width: 480px) {
    .forth_section_content_right_box_one,
    .forth_section_content_right_box_two,
    .forth_section_content_left_box {
        padding: 20px;
    }
    #forth_section {
        margin-top: 50px;
    }
}


/******* Scroll Bar video
************************/

.scroll-video-main-holder {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .4);
}

.scroll-video-main-holder.show_popup {
    display: flex;
    pointer-events: auto!important;
}

.scroll-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.scroll-video-popup-main-holder {
    z-index: 999;
    max-width: 800px;
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
    position: relative;
    padding: 30px 40px 40px;
    box-sizing: border-box;
    min-height: 150px;
}

.scroll-video-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    color: #31216B;
    text-align: center;
}

.scroll-video-inner .popup_holder_inner {
    padding: 0;
}

.container_vimeo_inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%!important;
}

.container_vimeo_inner iframe {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.scroll-video-popup-main-holder .scroll-video-course-button {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url(../../images/cancel-dark-white.svg)!important;
    background-position: 0 0;
    background-size: cover;
    cursor: pointer;
}

.scroll-video-information {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 900px) {
    .scroll-video-popup-main-holder {
        max-width: 100%;
        margin: 0px 50px;
    }
}

@media screen and (max-width: 768px) {
    .scroll-video-popup-main-holder {
        max-width: 100%;
        margin: 0px 30px;
    }
    .scroll-video-popup-main-holder {
        padding: 20px 20px 20px;
    }
    .scroll-video-information {
        padding-bottom: 10px;
    }
    .scroll-video-title {
        font-size: 28px;
        line-height: 34px;
    }
}

@media screen and (max-width: 480px) {
    .scroll-video-popup-main-holder {
        margin: 0px 10px;
    }
    .scroll-video-popup-main-holder {
        padding: 20px 10px;
    }
    .scroll-video-information {
        align-items: flex-start;
    }
    .scroll-video-title {
        font-size: 24px;
        line-height: 30px;
    }
}