.how-to-send-email {
    background: #F4FEFF;
    margin-top: 88px;   
}

.send-email-container {
    padding: 72px 15px;
    max-width: 1038px;
    margin: auto;
}

.send-email-container .email-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.send-email-container .email-box .text-box p {
    margin: 0px;
    color: #50148F;
    font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.send-email-container .email-box .text-box .career-advice-text {
    color: #50148F;
    font-family: "Poppins";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0px;
}

.send-email-container .send-email-box p {
    margin: 0px;
    color: #50148F;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 8px;
}

.send-email-container .send-email-box .input-box {
    display: flex;
    width: 388px;
    height: 56px;
    border-radius: 2px;
    border: 1px solid #50148F;
    background: #FFF;
    display: flex;
    height: 56px;
    justify-content: space-between;
    align-items: center;
}

.send-email-container .send-email-box .input-box {
    position: relative;
}

.send-email-container .send-email-box .input-box input {
    width: 65%;
    border: none;
    margin-left: 7px;
    color: #50148F;
    background: #fff;
    font-weight: 500px;
}

.send-email-button {
    width: 100px;
    height: 48px;
    background: #0087BA;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    cursor: pointer;
    margin-right: 7px;
}

.send-email-container .send-email-box .career-email-error {
    position: absolute;
    color: red !important;
    bottom: -35px;
    display: none;
}

.how-to-become-modal-box .how-to-modal {
    display: none;
    justify-content: center;
    padding-top: 0;
    align-items: center;
}

.how-to-become-modal-box .modal.how-to-modal {
    background-color: #0087ba7a;
}

.how-to-become-modal-box .how-to-modal .modal-dialog {
    width: 100%;
}

.how-to-become-modal-box .how-to-modal .modal-dialog .modal-content {
    padding: 72px 64px 92px 64px;
}

.how-to-become-modal-box .how-to-modal .modal-dialog .modal-body {
    padding-bottom: 24px;
}

.how-to-become-modal-box .how-to-modal .modal-dialog .success-icon {
    display: flex;
    justify-content: center;
}

.how-to-become-modal-box .how-to-modal .modal-dialog .success-icon .icon-box {
    border: 3px solid #00C6A6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00C6A6;
}

.how-to-become-modal-box .how-to-modal .modal-dialog .success {
    color: #50148F;
    text-align: center;
    font-family: "Poppins";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    padding: 20px 0;
}

.how-to-become-modal-box .how-to-modal .modal-dialog .success-text {
    color: #50148F;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.how-to-become-modal-box .how-to-modal .modal-dialog .modal-footer {
    border: none;
    justify-content: center;
}

.how-to-become-modal-box .how-to-modal .modal-dialog .modal-footer .btn-danger {
    width: 186px;
    height: 52px;
    color: #fff;
    background-color: #0087BA;
    border-color: #0087BA;
    border-radius: 26px;
}

.send-email-container .spinner-box {
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.87;
    background: #FFF;
    /* display: none; */
}

.send-email-container .spinner-loader {
    border: 6px solid transparent;
    border-radius: 50%;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    width: 25px;
    height: 24px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.aol-why-us .wrap .show .show-why-us {
    background-position: center left 100px;
}

.aol-why-us .wrap .items .item h3:before {
    top: -2px;
}

.aol-why-us .wrap .show .show-why-us {
    margin-left: 0px;
}

.why-us-button {
    display: none;
    margin-top: 24px;
}

.button-secondary-fill {
    background:  #a828cc;
    border-radius: 200px;
    padding: 16px 32px 16px 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 54px;
    position: relative;
}

.button-secondary-fill:hover {
    text-decoration: none;
    color: #ffffff;
}

.button-secondary-fill > div {
    color: #ffffff;
    text-align: center;
    font-family: var(--para-small-semi-font-family, "Poppins-SemiBold", sans-serif);
    font-size: var(--para-small-semi-font-size, 16px);
    line-height: var(--para-small-semi-line-height, 22px);
    font-weight: var(--para-small-semi-font-weight, 600);
    position: relative;
}

.all-stories-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aol-pdp-intro.aol-pdp-intro--1 {
    padding: 34px 0 43px;
    background-color: #e8fdff;
}

.aol-pdp-intro.aol-pdp-intro--1 .wrap .intro-right {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: none;
    min-height: 370px;
    width: 100%;
}

.aol-pdp-intro.aol-pdp-intro--1 .wrap .intro-left {
    font-family: "Poppins";
    text-align: center;
}

.aol-pdp-intro.aol-pdp-intro--1 .wrap .intro-left .excerpt {
    font-size: 18px;
}

.aol-pdp-intro.aol-pdp-intro--1 .wrap .intro-right img {
    margin-top: 0px;
    max-width: 250px;
    width: 100% !important;
}

.aol-pdp-intro--1 .back-arrow {
    color: var(--Blue-Dark, #0087BA);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Para/Mid/Semi */
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 122.222% */
    text-decoration: none;
    padding-left: 8px;
    cursor: default;
}

/*Aol course search section*/

.aol-search-courses-section--1 {
    margin: 88px 0;
}

.aol-search-courses-section--1 .aol-find-course, .aol-search-courses-section--1 .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;
}

.aol-search-courses-section--1 .aol-find-course .wrap, .aol-search-courses-section--1 .aol-find-course .wrap {
    margin: auto;
    background-image: none;
    background-color: transparent;
}

.aol-search-courses-section--1 .aol-find-course .wrap > p.center {
    margin-bottom: 0px;
}

.aol-search-courses-section--1 .aol-find-course .aol-browse-tent {
    z-index: 20;
}

.aol-search-courses-section--1 .aol-find-course .aol-browse-tent .course-menu-nav li.item:first-of-type, .aol-search-courses-section--1 .aol-find-course .aol-browse-tent .course-menu-nav li.item:last-of-type {
    display: block !important;
}

.aol-search-courses-section--1 .aol-find-course .aol-browse-tent .course-menu-nav > li.item > a {
    font-weight: 600 !important;
}

.aol-search-courses-section--1 .aol-find-course .aol-browse-tent .course-menu-nav li.item:first-of-type, .aol-search-courses-section--1 .aol-find-course .aol-browse-tent .course-menu-nav li.item:last-of-type {
    display: block !important;
}

.aol-search-courses-section--1 .aol-find-course .aol-browse-tent .course-menu-nav > li.item ul > li > a {
    font-weight: 300 !important;
}

.aol-search-courses-section--1 .aol-find-course .aol-browse-tent .course-menu-nav > li > ul > li > .col-name {
    font-size: 16px !important;
}

.aol-pdp-help.aol-pdp-help--1 {
    margin-top: 88px;
    margin-bottom: 88px;
}

.ewd-ufaq-post-active .ufaq-faq-title-text h3:after {
    right: 0px;
}

.ufaq-faq-list .ufaq-faq-title-text h3:after {
    right: 0px;
}

.ufaq-faq-list:first-of-type .ewd-ufaq-faqs {
    border-top: solid 1px #8cdcf3 !important;
}

@media (max-width: 1200px) {
    .why-us-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .send-email-container .email-box {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 32px;
    }
    
    .aol-why-us .wrap .show .show-why-us {
        margin-left: -70px;
    }
}

@media (max-width: 830px) {
    .aol-pdp-intro.aol-pdp-intro--1 {
        background-image: url(../imgs/how-to-become-banner-bg-tablet.svg);
        background-position: top 0px left;
    }
}

@media (max-width: 576px) {
    .send-email-container .email-box .text-box p {
        font-size: 18px;
    }
    
    .send-email-box {
        min-width: 100%;
    }
    
    .how-to-become-modal-box .how-to-modal .modal-dialog .modal-content {
        padding: 0px;
    }
    
    .aol-why-us .wrap {
        padding: 48px 0 48px;
    }
    
    .aol-pdp-intro.aol-pdp-intro--1 {
        background-position: top 150px left;
        background-image: url(../imgs/banner-mb-bg.svg);
        background-size: contain;
    }
    
    .aol-pdp-help.aol-pdp-help--1 {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    
    .aol-search-courses-section--1 {
        margin-bottom: 48px;
        margin-top: 48px;
    }

}

@media (min-width: 576px) {
    .how-to-become-modal-box .how-to-modal .modal-dialog {
        max-width: 600px;
    }
    
    .aol-pdp-intro.aol-pdp-intro--1 {
        padding: 53px 0 43px;
        background-position: top 0px left;
        background-image: url(../imgs/how-to-become-banner-bg.svg);
    }
    
    .ufaq-faq-list .ufaq-faq-body {
        padding: 5px 16px 0 0;
    }
    
    .ufaq-faq-list .ufaq-faq-title-text h3:after {
        right: 16px;
    }
    
    .ufaq-faq-post {
        padding: 20px 0 16px 6px;
    }
}

@media (min-width: 667px) {
    .aol-pdp-intro.aol-pdp-intro--1 .wrap {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .aol-search-courses-section--1 .aol-find-course .aol-browse-tent {
        width: 100% !important;
    }
    
    .aol-search-courses-section--1 .aol-find-course .aol-browse-tent .course-menu-nav {
        width: 892px !important;
    }
}

@media (min-width: 1200px) {
    .aol-pdp-intro.aol-pdp-intro--1 .wrap .intro-right {
        display: block;
        width: auto;
    }



    .aol-pdp-intro.aol-pdp-intro--1 .wrap .intro-left {
        width: calc(100% - 420px);
        text-align: left;
    }

    .aol-pdp-intro.aol-pdp-intro--1 {
        padding: 90px 0 43px;
    }

    .aol-pdp-intro.aol-pdp-intro--1 .wrap .intro-left .excerpt {
        font-size: 22px;
    }
    
    .ufaq-faq-list .ufaq-faq-body {
        padding: 25px 0 25px;
    }
    
    .ewd-ufaq-post-active .ufaq-faq-title-text h3:after, .ufaq-faq-list .ufaq-faq-title-text h3:after {
        right: 16px;
    }
    
    .ufaq-faq-list {
        width: 100%;
        padding-left: 8px;
    } 
}

.aol-contact-form textarea {
    color: #50148f;
}

@media (min-width: 1444px) {
    .aol-pdp-intro.aol-pdp-intro--1 .wrap {
        max-width: 1223px;
    }
}

.aol-pdp-intro.aol-pdp-intro--1 .wrap {
    max-width: 1242px;
    padding: 0 15px;
}