.container {
    max-width: 1130px;
    margin: 0 auto;
}

#hero_top_section {
    background-color: #31216B;
}

.hero_inner {
    padding: 140px 0px 80px;
    display: flex;
    align-items: flex-start;
    align-items: center;
}

.hero_left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 50px;
}

.hero_right {
    width: 50%;
    box-sizing: border-box;
    line-height: 0;
}

.hero_right img {
    width: 100%;
}

.hero_left h1 {
    -webkit-font-smoothing: auto;
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
    margin: 0px 0px 20px;
}

.hero_left p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 100;
    margin: 0px 0px 25px;
}

.hero_left p.bigger-paragraph {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

#book-a-call {
    font-weight: 600;
    cursor: pointer;
}

body:not(.scroll_down_mobile) .site-header-new {
    background-color: transparent;
    box-shadow: none;
}

body:not(.scroll_down_mobile) #aihr-site-navigation .lines-button .menu-line {
    background-color: #fff!important;
}

.buttons_holder {
    display: flex;
    align-items: center;
}

.buttons_holder span {
    font-weight: 600;
    cursor: pointer;
}

#plot-career {
    margin-right: 20px;
}

h1 span {
    color: #1EBBF0;
    display: block;
}

#explore-resources:hover {
    background-color: #fb9f002e;
}

@media screen and (max-width: 1230px) {
    .container {
        max-width: 100%;
        margin: 0 50px;
    }
}

@media screen and (min-width: 901px) and (max-width: 1150px) {
    .buttons_holder {
        flex-direction: column;
        align-items: flex-start;
    }
    #plot-career {
        margin: 0px 0px 20px;
    }
}

@media screen and (min-width: 1041px) {
    .scroll1_down .site-header-new {
        background-color: #31216B;
    }
    #hero_top_section {
        margin-top: -85px;
    }
}

@media screen and (max-width:1040px) {
    .hero_inner {
        padding: 100px 0px 60px;
    }
}

@media screen and (max-width:900px) {
    .hero_inner {
        flex-direction: column;
    }
    .hero_left {
        padding-right: 0px;
        width: 100%;
    }
    .hero_right {
        margin: 50px auto 0px;
        max-width: 520px;
        width: 100%;
    }
}

@media screen and (max-width: 623px) {
    .buttons_holder {
        flex-direction: column;
        align-items: flex-start;
    }
    #plot-career {
        margin: 0px 0px 20px;
    }
}

@media screen and (max-width: 480px) {
    .hero_left h1 {
        font-size: 38px;
        line-height: 46px;
    }
    .container {
        margin: 0 30px;
    }
    .hero_inner {
        padding: 80px 0px 50px;
    }
    .hero_right {
        margin-top: 40px;
    }
}


/************************
Chart Career Map Section
************************/

.chart_career_map_section {
    padding: 80px 0px;
    background: linear-gradient( 180deg, rgba(30, 187, 240, 0.00) 19.23%, rgba(30, 187, 240, 0.08) 52.68%, rgba(30, 187, 240, 0.00) 82.21%);
}

.chart_career_map_top {
    text-align: center;
    margin-bottom: 50px;
}

.above_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    color: #1EBBF0;
    margin-bottom: 15px;
}

h2 {
    font-size: 38px!important;
    line-height: 46px!important;
    color: #31216B!important;
    font-weight: 800!important;
    margin: 0 0 20px;
    -webkit-font-smoothing: auto;
}

.chart_career_map_top h2 {
    max-width: 850px;
    margin: 0 auto!important;
}

.chart_career_map_content {
    display: flex;
    align-items: center;
}

.chart_career_map_content_left {
    flex: 1;
    line-height: 0;
}

.chart_career_map_content_left img {
    width: 100%;
}

.chart_career_map_content_right {
    width: 355px;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    box-sizing: border-box;
    align-items: flex-start;
}

.items_holder {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.grey_title {
    color: #F45C0F;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 40px;
    background: #E9E9FF;
    padding: 10px 24px 10px 24px;
    margin-bottom: 20px;
}

.item_holder {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

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

.item_icon {
    display: block;
    line-height: 0;
    width: 50px;
    position: relative;
}

.item_icon:before {
    content: '';
    width: 2px;
    height: 30px;
    position: absolute;
    left: 24px;
    top: 50px;
    background-color: #FFAB00;
}

.item_holder:last-child .item_icon:before {
    display: none;
}

.item_icon img {
    width: 100%;
}

.chart_career_map_content_right a {
    font-weight: 600;
}

.item_text {
    flex: 1;
    color: #31216B;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    padding-left: 15px;
}

@media screen and (max-width: 1040px) {
    .chart_career_map_section {
        padding: 60px 0px;
    }
}

@media screen and (max-width: 900px) {
    .chart_career_map_content {
        flex-direction: column;
    }
    .chart_career_map_content_left {
        flex: none;
        width: 100%;
    }
    .chart_career_map_top {
        margin-bottom: 30px;
    }
    .chart_career_map_content_right {
        width: 100%;
        padding: 30px 0px 0px;
    }
}

@media screen and (max-width: 480px) {
    .item_holder {
        align-items: flex-start;
    }
    .item_icon:before {
        height: 20px;
        left: 14px;
        top: 30px;
    }
    .item_text {
        font-size: 16px;
        line-height: 28px;
    }
    .item_holder {
        margin-bottom: 20px;
    }
    .item_icon {
        width: 30px;
    }
    h2 {
        font-size: 32px !important;
        line-height: 42px !important;
    }
    .chart_career_map_section {
        padding: 50px 0px;
    }
}


/*******************
HR Career Articles
*******************/

.hr_career_articles_section {
    padding-bottom: 60px;
}

.hr_career_articles_top p {
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    margin: 0px;
}

.hr_career_articles_content_holder {
    margin-top: 30px;
}

.hr_career_articles-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.filter_hr_career_articles {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 21px;
    border-radius: 44px;
    color: #1EBBF0;
    border: 1px solid #1EBBF0;
    margin: 0px 8px 8px 0px;
    cursor: pointer;
}

.filter_hr_career_articles:nth-child(2) {
    color: #00A0AF;
    border: 1px solid #00A0AF;
}

.filter_hr_career_articles:nth-child(3) {
    color: #5D5CFF;
    border: 1px solid #5D5CFF;
}

.filter_hr_career_articles:nth-child(4) {
    color: #7785D8;
    border: 1px solid #7785D8;
}

.filter_hr_career_articles:nth-child(5) {
    color: #F45C0F;
    border: 1px solid #F45C0F;
}

.filter_hr_career_articles:nth-child(6) {
    color: #3286F4;
    border: 1px solid #3286F4;
}

.filter_hr_career_articles.activ-filter {
    color: #fff;
    background-color: #1EBBF0;
}

.filter_hr_career_articles.activ-filter:nth-child(2) {
    background-color: #00A0AF;
}

.filter_hr_career_articles.activ-filters:nth-child(3) {
    background-color: #5D5CFF;
}

.filter_hr_career_articles.activ-filter:nth-child(4) {
    background-color: #7785D8;
}

.filter_hr_career_articles.activ-filter:nth-child(5) {
    background-color: #F45C0F;
}

.filter_hr_career_articles.activ-filter:nth-child(6) {
    background-color: #3286F4;
}

.hr_career_articles_items {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -10px 20px;
}

.blog-section-items {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px 20px;
}

.blog_item {
    width: calc(100%/3 - 20px);
    margin: 0px 10px 20px;
    background-color: #F6F8FE;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-decoration: none;
}

.blog_thumbnail {
    line-height: 0;
    position: relative;
}

.blog_thumbnail img {
    width: 100%;
    border-radius: 8px;
}

.blog_time {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    background-color: #F45C0F;
    border-radius: 8px 0px 8px 0px;
    font-weight: 600;
    padding: 2px 8px;
}

.blog_item_content {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    justify-content: space-between;
}

.blog_item_title {
    font-size: 22px;
    line-height: 32px;
    color: #31216B;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_item_excerpt {
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    font-weight: 400;
    min-height: 52px;
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_item_continue_reading {
    display: none;
    min-height: 72px;
    font-size: 16px;
    line-height: 32px;
    color: #1EBBF0;
    font-weight: 800;
    align-items: flex-end;
}

.blog_item_continue_reading i {
    padding-left: 10px;
    padding-bottom: 7px;
}

.blog_item:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#aihr_loadmore_hr_career_articles {
    margin: 0 auto 20px;
    font-weight: 600;
    cursor: pointer;
}

#aihr_loadmore_hr_career_articles:hover {
    color: #fff;
    background-color: #1EBBF0;
}

.hr_career_articles_items.smaller-opacity .blog_item {
    opacity: 0.5;
    pointer-events: none;
}

.hr_career_articles_items.smaller-opacity~#aihr_loadmore_hr_career_articles {
    opacity: 0.5;
    pointer-events: none;
}

#aihr_loadmore_hr_career_articles.hide_load_more {
    display: none;
}

@media screen and (max-width: 1040px) {
    .hr_career_articles_section {
        padding-bottom: 40px;
    }
    .hr_career_articles_items {
        margin-top: 30px;
    }
}

@media screen and (max-width: 950px) {
    .blog_item {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 550px) {
    .blog_item {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .hr_career_articles_section {
        padding-bottom: 30px;
    }
}


/***********************
HR Career Temaplate
**********************/

.hr_career_templates_item_img {
    line-height: 0;
}

.hr_career_templates_item_img img {
    width: 100%;
}

.hr_career_templates_item {
    display: flex!important;
    flex-direction: column;
    align-items: flex-start;
    margin: 0px 10px;
    outline: 0;
}

.hr_career_templates_conent {
    margin: 0px -10px;
}

.hr_career_templates_item_download {
    color: #3286f4;
    padding-top: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hr_career_templates_item_download i {
    font-size: 18px;
    padding-right: 5px;
}

.hr_career_templates_item_download:hover {
    color: #31216B;
}

.hr_career_templates_conent .slick-prev.slick-arrow {
    position: absolute;
    top: 40%;
    font-size: 0;
    left: -50px;
    border: none;
    color: #fff;
    background-color: #fff;
    border: 1px solid #31216B;
    border-radius: 100%;
    z-index: 99;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hr_career_templates_conent .slick-prev.slick-arrow:before {
    content: "\f104";
    font-size: 20px;
    color: #31216B;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    cursor: pointer;
}

.hr_career_templates_conent .slick-prev.slick-arrow:hover {
    background-color: #31216B;
}

.hr_career_templates_conent .slick-prev.slick-arrow:hover:before {
    color: #fff;
}

.hr_career_templates_conent .slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    font-size: 0;
    right: -50px;
    border: none;
    color: #fff;
    background-color: #fff;
    border: 1px solid #31216B;
    border-radius: 100%;
    z-index: 99;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hr_career_templates_conent .slick-next.slick-arrow:before {
    content: "\f105";
    font-size: 20px;
    color: #31216B;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    cursor: pointer;
}

.hr_career_templates_conent .slick-next.slick-arrow:hover {
    background-color: #31216B;
}

.hr_career_templates_conent .slick-next.slick-arrow:hover:before {
    color: #fff;
}

.hr_career_templates_section {
    padding-bottom: 80px;
}

.hr_career_templates_top {
    margin-bottom: 30px;
}

.hr_career_templates_top p {
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    margin: 0px;
}

@media screen and (max-width: 1300px) {
    .hr_career_templates_conent .slick-prev.slick-arrow {
        left: -30px;
    }
    .hr_career_templates_conent .slick-next.slick-arrow {
        right: -30px;
    }
}

@media screen and (max-width: 1040px) {
    .hr_career_templates_section {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 480px) {
    .hr_career_templates_item_img {
        margin: 0 auto;
    }
    .hr_career_templates_section {
        padding-bottom: 50px;
    }
    .hr_career_templates_item_img img {
        max-width: 300px;
    }
    .hr_career_templates_conent .slick-prev.slick-arrow {
        left: 0px;
    }
    .hr_career_templates_conent .slick-next.slick-arrow {
        right: 0px;
    }
    .hr_career_templates_item_download {
        max-width: 300px;
        margin: 0 auto;
        width: 100%;
    }
}


/**************************
Modal
**************************/

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

.scroll-video-main-holder.show_modal {
    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: 900px;
    background-color: #31216B;
    border-radius: 12px;
    width: 100%;
    position: relative;
    padding: 50px;
    box-sizing: border-box;
    min-height: 150px;
    background-size: cover;
    background-position: center center;
}

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

body.popup_no_scroll {
    overflow: hidden;
}

.popup_two_column_holder {
    display: flex;
    align-items: center;
}


/* .submitted-message h2 {
     font-size: 16px;
     color: #fff;
     padding: 0px 20px;
     margin: 0px;
     font-weight: 600;
 } */


/*  
 .popup_two_column_right .no-list.hs-error-msgs {
     position: relative;
     margin: 0px 0px 10px;
     text-align: left;
     color: #fff;
     list-style: none;
     padding-left: 0px;
 }
 
 .popup_two_column_right form .hs-form-field .input select,
 .popup_two_column_right form .hs-form-field input {
     width: 100%;
     height: 50px;
     border-radius: 4px;
     box-sizing: border-box;
     margin-bottom: 10px!important;
 } */

body #popup_two_column_right ._submit,
.popup_two_column_right .hs-button {
    background: #fb9f00!important;
    color: #fff!important;
    border: none!important;
    font-weight: 600!important;
    font-size: 16px!important;
}

.modal-title {
    font-size: 39px;
    line-height: 54px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 10px;
}

.modal-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 30px;
}

.popup_holder_inner {
    text-align: center;
}

.popup_two_column_left {
    width: 50%;
    box-sizing: border-box;
    line-height: 0;
}

.popup_two_column_left img {
    width: 100%;
}

.popup_two_column_right {
    width: 50%;
    box-sizing: border-box;
}

.popup_two_column_right form {
    margin: 0px!important;
    padding: 0px 0px 0px 30px!important;
    font-family: inherit!important;
}

._form-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}

._form_element input {
    height: 50px!important;
    padding: 6px 15px!important;
}

body .popup_two_column_right ._button-wrapper button {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    font-family: inherit!important;
    font-size: inherit!important;
    cursor: pointer;
    height: 50px!important;
}

#button-modal-version-b {
    text-align: center;
}

._form-thank-you {
    color: #fff;
    display: flex!important;
    flex-direction: column;
}

._form-thank-you a {
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 14px!important;
    text-align: center;
    background: #1ebbf0 !important;
    border: 0 !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #fff !important;
    padding: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px auto 0;
    max-width: 250px;
    width: 100%;
    cursor: pointer;
}

body ._form_182 form._form_182 ._button-wrapper button:hover {
    color: #fff!important;
    background-color: #fb9f00!important;
    background: #fb9f00!important;
}

._form-thank-you a:hover {
    color: #fff!important;
    background: #fb9f00!important;
}

._form-content {
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif!important;
}

body .popup_two_column_right form ._form-content {
    margin: 0px!important;
}

@media screen and (max-width: 980px) {
    .popup_two_column_left {
        display: none;
    }
    .popup_two_column_right {
        width: 100%;
    }
    .popup_two_column_right form {
        padding: 0px!important;
    }
    .scroll-video-popup-main-holder {
        max-width: 480px;
        padding: 30px;
    }
    .modal-title {
        font-size: 32px;
        line-height: 40px;
    }
    .modal-description {
        padding-bottom: 20px;
    }
}

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


/**************************
Courses Section
*************************/

.hr_courses_section {
    padding: 80px 0px;
    background-color: #F6F8FE;
}

.hr_courses_top {
    text-align: center;
    margin-bottom: 50px;
}

.hr_courses_top p {
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    margin: 0px;
}

@media screen and (max-width: 1040px) {
    .hr_courses_top {
        margin-bottom: 30px;
    }
    .hr_courses_section {
        padding: 60px 0px;
    }
}

@media screen and (max-width: 480px) {
    .hr_courses_section {
        padding: 50px 0px;
    }
}

a.course-item {
    text-decoration: none;
}

.duration i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
}

.courses-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.courses-holder a {
    width: calc(100%/3 - 20px);
    margin: 0px 10px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(39, 116, 139, 0.08);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.courses-holder a:hover {
    box-shadow: 0 0 1px 0 rgb(0, 0, 0, 0.05), 0 1px 20px 0 rgb(0, 0, 0, 0.15);
}

.badge {
    position: absolute;
    top: 10px;
    right: 10px;
}

.course-program {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #1EBBF0;
    letter-spacing: 0.5px;
}

.courses-holder a h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #31216B;
    margin: 0px 0px 0px;
}

.duration {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #31216B;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.view-course {
    color: #1ebbf0;
    font-weight: 600;
    margin-top: 10px;
}

.level {
    text-transform: capitalize;
    white-space: nowrap;
}

.duration_part_one {
    display: flex;
    align-items: center;
}

.duration img {
    padding-right: 5px;
    max-width: 23px;
    width: 100%;
}

.seaprator {
    font-size: 18px;
    font-weight: 100;
    padding: 0px 5px;
}

.duration i {
    font-size: 16px;
    padding-right: 5px;
}

.course-description {
    padding-top: 25px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #50585f;
    display: flex;
}

.badge-new {
    font-size: 14px;
    line-height: 32px;
    color: #5D5CFF;
    background: #DFDEFF;
    border-radius: 40px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0px 33px;
}

.badge-updated {
    font-size: 14px;
    line-height: 32px;
    color: #e32d34;
    background: #ffeced;
    border-radius: 40px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0px 33px;
}

.badge-open {
    font-size: 14px;
    line-height: 32px;
    color: #E32D34;
    background: #FFECED;
    border-radius: 40px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0px 33px;
}

.courses-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0px 10px 25px;
}

.badge-popular {
    font-size: 14px;
    line-height: 32px;
    color: #f45c0e;
    background: #ffe9bf;
    border-radius: 40px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0px 33px;
}

.courses-all-button a {
    text-decoration: none;
    background: #31216B;
    color: #fff;
    font-weight: 600;
}

.courses-all-button a:hover {
    color: #fff;
}

.browse-all-courses {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.browse-all-courses a {
    font-weight: 600;
}

@media (max-width: 1040px) {
    .courses-holder a {
        width: calc(50% - 20px);
    }
}

@media (max-width: 850px) {
    .courses-section-header {
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .courses-holder a {
        width: calc(100% - 20px);
    }
}

@media (max-width: 480px) {
    .courses-all-button {
        margin: 0px;
        width: 100%;
    }
}

@media (min-width: 701px) and (max-width: 790px) {
    .duration {
        flex-direction: column;
        align-items: flex-start;
    }
    .seaprator {
        display: none;
    }
    .duration_part_one {
        padding-bottom: 15px;
    }
}

@media (max-width: 420px) {
    .duration {
        flex-direction: column;
        align-items: flex-start;
    }
    .seaprator {
        display: none;
    }
    .duration_part_one {
        padding-bottom: 15px;
    }
}


/***********************
Below Hero Section
***********************/


/******************************
Forth Section
***************************/

.forth-section {
    padding: 80px 0px 0px;
}

.forth-section-box {
    display: flex;
}

.forth-section-box-left {
    background-color: #F3F2FF;
    width: 50%;
    box-sizing: border-box;
    padding: 30px 50px 40px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.forth-section-box-right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.forth-section-box-left h3 {
    font-size: 32px !important;
    line-height: 48px !important;
    color: #31216B !important;
    display: flex;
    align-items: center;
    margin-bottom: 30px!important;
    font-weight: 800;
}

.forth-section-box-left ul li {
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}

.forth-section-box-left ul li:last-child {
    margin-bottom: 0px;
}

.forth-section-box-left ul li:before {
    content: "\f058";
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 900;
    color: #31216B;
    font-size: 20px;
    font-family: "Font Awesome 6 Free";
}

.forth-item {
    display: flex;
    padding: 16px 60px 16px 20px;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 8px;
    position: relative;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.03)) drop-shadow(0 12px 16px rgba(0, 0, 0, 0.08));
}

.forth-item:before {
    content: "\f054";
    position: absolute;
    right: 20px;
    top: 0px;
    bottom: 0px;
    font-weight: 900;
    color: #31216B;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    display: flex;
    align-items: center;
}

.forth-item:last-child {
    margin-bottom: 0px;
}

.forth-item-left {
    line-height: 0;
    width: 44px;
}

.forth-item-right {
    flex: 1;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.item-title {
    font-size: 18px;
    line-height: 28px;
    color: #31216B;
    font-weight: 600;
}

.item-description {
    font-size: 14px;
    line-height: 20px;
    color: #31216B;
    font-weight: 400;
}

.forth-item:nth-child(1):hover {
    background-color: #FFF2EC;
}

.forth-item:nth-child(3):hover {
    background-color: #EBF8F9
}

.forth-item:nth-child(2):hover {
    background-color: #F3F2FF;
}

.forth-item:nth-child(4):hover {
    background-color: #EDFAFE;
}

@media screen and (max-width: 1180px) {
    .forth-section-box-left {
        padding: 30px;
    }
    .forth-section-box-left h3 {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 1040px) {
    .forth-section {
        padding: 60px 0px 0px;
    }
}

@media screen and (max-width: 800px) {
    .forth-section-box-left h3 {
        margin-bottom: 20px!important;
    }
    .forth-section-box {
        flex-direction: column;
    }
    .forth-section-box-left {
        padding: 30px;
        margin-bottom: 30px;
        width: 100%;
    }
    .forth-section-box-right {
        width: 100%;
        padding-left: 0px;
    }
}

@media screen and (max-width: 480px) {
    .forth-section-box-left h3 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .forth-item {
        padding: 10px 35px 10px 15px;
    }
    .forth-item-right {
        padding-left: 10px;
    }
}