.btn-primary--1 {
    padding: 16px 54px;
    width: inherit;
    border-radius: 25px;
    background-color: #0087ba;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.1px;
    text-align: center;
    color: #fff !important;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: none;
}

.btn-secondary--1 {
    padding: 16px 32px;
    width: inherit;
    border-radius: 26px;
    background-color: #A828CC;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.1px;
    text-align: center;
    color: #fff !important;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: none;
}

.page-template-customer-stories .aol-find-course,
.course-refund .aol-find-course {
    background-color: #601ea6 !important;
    background-image: url(../imgs/vectors/find-your-perfect-course-full.svg);
    background-repeat: no-repeat;
    background-position: calc(50% - 259px) 0;
    padding-top: 0px;
}

.page-template-customer-stories .aol-find-course .wrap,
.course-refund .aol-find-course .wrap {
    margin: auto;
    background-image: none;
    background-color: transparent;
}

.page-template-customer-stories .aol-find-course .wrap > p.center {
    margin-bottom: 0px;
}

.how-to-claim-free-course {
    padding: 60px 0 60px;
    background-color: #ffd900;
}

.how-to-claim-free-course h2 {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #601ea6;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.free-course-steps {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 93%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    grid-gap: 0px;
}

.free-course-steps > div {
  margin-bottom: 40px;
}

.free-course-steps .free-course-step > div > div > .vc_row {
    display: flex;
}

.free-course-steps .free-course-step .free-course-step-left > .vc_column-inner {
    width: 85px;
    height: 85px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.free-course-steps .free-course-step .free-course-step-left > .vc_column-inner p {
    text-align: center;
    color: #601ea6;
    font-weight: 700;
    margin-bottom: -5px;
}

.free-course-steps .free-course-step .free-course-step-left > .vc_column-inner h3 {
    font-size: 32px;
    padding-top: 5px;
    line-height: 1;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #601ea6;
}

.free-course-steps .free-course-step .free-course-step-right {
    display: flex;
    align-items: center;
}

.free-course-steps .free-course-step .free-course-step-right p {
    color: #601ea6;
}

.free-course-steps .free-course-step .free-course-step-right p:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.completed-fully-refunded {
    padding-bottom: 70px;
}

.completed-fully-refunded h2 {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a828cc;
    text-align: center;
    width: 100%;
    font-size: 32px;
    line-height: 1.25;
    padding: 0 20px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.completed-fully-refunded-item {
    padding: 0 10px;
    max-width: 100%;
}

.completed-fully-refunded-item > div {
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 24px 0 rgba(186, 195, 198, 0.75);
    box-shadow: 0 3px 24px 0 rgba(186, 195, 198, 0.75);
    background-color: #fff;
    margin-bottom: 13px;
    padding: 25px;
}

.completed-fully-refunded-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.completed-fully-refunded-items h3 {
    font-weight: 600;
    color: #50148f;
    width: 100%;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.completed-fully-refunded-items .content {
    font-weight: 300;
    color: #50148f;
    width: 100%;
    font-size: 14px;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.completed-fully-refunded-items .date {
    font-weight: 300;
    color: #50148f;
    width: 100%;
    font-size: 15px;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.completed-fully-refunded-items .author {
    font-weight: 600;
    color: #50148f;
    width: 100%;
    font-size: 15px;
    line-height: 1.25;
    margin-top: 10px;
    position: relative;
    padding-left: 55px;
    padding-top: 6px;
    font-family: 'Poppins', sans-serif;
}

.completed-fully-refunded-items .author::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    width: 44px;
    height: 45px;
    background: url(../../assets/imgs/icon-avatar.svg) no-repeat;
    background-size: contain;
}

.section-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 93%;
}

.completed-fully-refunded .show-more-completed-fully-refunded-reviews {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #0087ba;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
}

.completed-fully-refunded .show-more-completed-fully-refunded-reviews span {
    margin-left: 15px;
    font-size: 25px;
    font-family: initial;
    font-weight: 300;
}

.completed-fully-refunded-items.show-more {
    display: none;
}

.course-refund-offer-help .aol-pdp-help {
    margin-top: 0px;
    margin-bottom: 83px;
}

.aol-find-course .aol-browse-tent {
    z-index: 20;
}

/*Aol find Course*/
body.woocommerce-page.archive .aol-find-course .aol-browse-tent .course-menu-nav > li {
    display: block !important;
}

.aol-find-course .aol-browse-tent .course-menu-nav > li > ul > li > .col-name {
    font-size: 16px !important;
}

.aol-find-course .aol-browse-tent .course-menu-nav > li:last-of-type, .aol-find-course .aol-browse-tent .course-menu-nav li.item:nth-child(4) {
    margin: 0 !important;
}

.aol-find-course .aol-browse-tent .course-menu-nav li.item:nth-child(3) {
    margin: 0 !important;
}

.aol-find-course .aol-browse-tent .course-menu-nav > li.item {
    margin-top: 0 !important;    
}

.aol-find-course .aol-browse-tent .course-menu-nav > li {
    margin-bottom: 20px !important;
}

.aol-find-course .aol-browse-tent .course-menu-nav li.item:first-of-type, .aol-find-course .aol-browse-tent .course-menu-nav li.item:last-of-type {
    display: block !important;
}

.aol-find-course .aol-browse-tent .course-menu-nav > li.item ul > li > a {
    font-weight: 300 !important;
}

.aol-find-course .aol-browse-tent .course-menu-nav > li.item > a {
    font-weight: 600 !important;
}

.page-template-course-refund .aol-about-intro {
    background-color: #c3f6ff;
    background-image: url(../../assets/imgs/vectors/category-intro.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.page-template-course-refund .aol-about-intro .wrap .intro-left {
    text-align: center;
}

.page-template-course-refund .aol-about-intro .wrap .intro-right {
    display: none;
    
}

.page-template-course-refund .aol-about-intro .wrap .intro-right img {
    background-color: transparent;
}

.page-template-course-refund .aol-about-intro .wrap .intro-left h1 {
    margin-left: 0px;
}

@media (min-width: 992px) {
    .aol-find-course .aol-browse-tent {
        width: 100% !important;
    }
    
    .aol-find-course .aol-browse-tent .course-menu-nav {
        width: 892px !important;
    }
    
    .page-template-course-refund .aol-about-intro {
        background-position: bottom center;
    }
}

@media (max-width: 991.98px) {
    .aol-find-course .aol-browse-tent .course-menu-nav > li.item {
        margin-top: 0;
    }
    
    .aol-find-course .aol-browse-tent .course-menu-nav > li > ul > li {
        margin-top: 0 !important;
    }
}

/*Aol Find Course End*/

@media (min-width: 576px) {
    .free-course-steps, .section-container {
        max-width: 93.75%;
    }
    
    .how-to-claim-free-course h2 {
        font-size: 32px;
    }

    .completed-fully-refunded h2 {
        font-size: 38px;
        line-height: 1.11;
        padding: 0;
        margin-top: 60px;
        margin-bottom: 50px;
    }

    .completed-fully-refunded-item {
        max-width: 50%;
    }

    .completed-fully-refunded-items h3 {
        font-size: 20px;
    }
    
    .completed-fully-refunded .show-more-reviews {
        margin-top: 60px;
    }
    
    .course-refund .aol-find-course {
        padding-top: 0px;
    }
}


@media (min-width: 768px) {
    .free-course-steps, .section-container {
        max-width: 91.27%;
    }
    
    .course-refund-offer-help .aol-pdp-help {
        margin-top: 0px;
        margin-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .free-course-steps, .section-container {
        max-width: 96.77%;
    }
    
    .free-course-steps .free-course-step > div > div > .vc_row {
        display: flex;
        flex-direction: row;
    }

    .completed-fully-refunded-item {
        max-width: 25%;
    }

    .completed-fully-refunded {
        background-position: top 205px center;
        padding-bottom: 70px;
    }
}

@media (min-width: 1200px) {
    .free-course-steps, .section-container {
        max-width: 95%;
        flex-direction: row;        
    }
    
    .free-course-steps {
        grid-gap: 20px;
    }
    
    .free-course-steps > div {
        margin-bottom: 0px;
    }
    
    .page-template-course-refund .aol-about-intro .wrap .intro-left {
        text-align: unset;
    }
    
    .page-template-course-refund .aol-about-intro .wrap .intro-right {
        display: block;
    }
    
    .free-course-steps .free-course-step .free-course-step-left > .vc_column-inner {
        width: 125px;
        height: 125px;
    }
    
    .free-course-steps .free-course-step .free-course-step-left > .vc_column-inner h3 {
        font-size: 60px;
    }
}

@media (min-width: 1444px) {
    .free-course-steps, .section-container {
        max-width: 1268px;
    }
}

