/* Carousel */
@media screen and (min-width: 1025px) {
    .carousel:not(#reviews) {
        min-height: 730px !important;
        perspective: 460px;
    }

    .carousel-item {
        height: 700px !important;
        width: 100% !important;
    }

    .carousel-item img {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .carousel {
        max-height: 360px;
        perspective: 280px;
    }

    .carousel-item {
        width: 100% !important;
        max-height: 450px;
    }

    .carousel-item img {
        height: auto;
    }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
    .carousel {
        max-height: 640px;
        perspective: 280px;
    }

    .carousel-item {
        width: 100% !important;
        max-height: 640px;
    }

    .carousel-item img {
        height: auto;
    }
}

@media screen and (min-width: 350px) and (max-width: 500px) {
    .carousel {
        max-height: 400px;
        perspective: 280px;
    }

    .carousel-item {
        width: 100% !important;
        max-height: 640px;
    }

    .carousel-item img {
        height: auto;
    }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
    .carousel {
        max-height: 450px;
        perspective: 280px;
    }

    .carousel-item {
        width: 100% !important;
        max-height: 640px;
    }

    .carousel-item img {
        height: auto;
    }
}

@media screen and (min-width: 700px) and (max-width: 780px) {
    .carousel {
        height: 500px !important;
        perspective: 500px;
    }

    .carousel-item {
        width: 100% !important;
        max-height: 640px;
    }

    .carousel-item img {
        height: auto;
    }
}

@media screen and (min-width: 780px) and (max-width: 1025px) {
    .carousel {
        max-height: 1080px !important;
        perspective: 500px;
    }

    .carousel-item {
        width: 100% !important;
        max-height: 640px;
    }

    .carousel-item img {
        height: auto;
    }
}

/* Reviews Carousel */
#reviews {
    height: 500px !important;
}


@media screen and (max-width: 600px) {
    #reviews {
        height: 280px !important;
    }
}

/* Collapsible */
.collapsible {
    border: none;
}

.collapsible-header,
.collapsible-body {
    border: 1px solid #107BE5;
    border-radius: 25px;
}

.collapsible-body {
    border-top: none;
}

.collapsible-header {
    margin-top: 20px;
}

/* Timeline */
.timeline {
    margin-left: 10px;
}

.timeline li {
    display: flex;
    flex-flow: row;
    min-height: 50px;
    position: relative;
}

span.number {
    position: absolute;
    top: 4px;
    text-align: center;
    width: 1em;
    height: 1em;
    background-color: #9098B1;
    border-radius: 50%;
    z-index: 1;
}

span.line {
    position: absolute;
    height: 100%;
    background-color: #9098B1;
    border: 1px solid #9098B1;
    top: 0.5em;
    left: 0.45em;
}

.timeline li:last-child span.line {
    display: none;
}

div.blob {
    margin-left: 35px;
}

/* FAQs */
#selected-option {
    border: 1px solid #107BE5;
    color: #107BE5;
}

.showCourseInfo,
.showMore,
.showCert,
.showPayment,
.showCourseInfo:hover,
.showMore:hover,
.showCert:hover,
.showPayment:hover,
.showCourseInfo:focus,
.showMore:focus,
.showCert:focus,
.showPayment:focus {
    color: black;
    border: 1px solid #F1F7FE;
}

.title-pay {
    font-size: 16px;
    font-weight: 800;
}

.mobile {
    border: 1px solid #9098B1 !important;
    border-radius: 10px !important;
    margin: 0.5rem auto;
    padding: 0.3rem 1.3rem;
    height: 45px;
    max-width: 220px;
}

.mobile a {
    width: 60px !important;
    position: relative;
    font-size: 16px;
    top: -5px;
}

.mobile i {
    top: 6px;
}

.mobile input,
.mobile input:focus {
    width: 120px !important;
    top: -6px;
    border: none !important;
    box-shadow: none !important;
}

.pay-course-img {
    height: 100px;
}

.separator {
    display: flex;
    margin: 30px 0px;
    align-items: center;
    text-align: center;
    color: #9098B1;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #9098B1;
}

.separator::before {
    margin-right: .25em;
}

.separator::after {
    margin-left: .25em;
}

.btn-outline-blue,
.btn-outline-blue:focus,
.btn-outline-blue:hover {
    background: white;
    color: #107BE5;
    /* width: 130px; */
    border: 1px solid #107BE5;
    border-radius: 30px;
}

.success-card {
    position: relative;
    width: 60% !important;
    margin: 15vh auto;
    height: 400px;
    background-color: #ECF8F6;
    border-radius: 36px;
}

.success-card .cimg {
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
}

.success-card .content {
    padding: 0 40px;
    padding-top: 55px;
}

.success-card .success {
    font-size: 24px;
    font-weight: 600;
}

.success-card .cname {
    font-size: 20px;
    font-weight: 600;
}

.lb {
    border-top: none;
    border-bottom: 1px dashed #9098B1 !important;
    margin: 50px 0;
}

@media screen and (max-width: 600px) {
    .success-card {
        width: calc(100% - 40px) !important;
        margin: 15vh 20px;
    }

    .success-card .success {
        font-size: 20px;
        font-weight: 600;
    }

    .success-card .cname {
        font-size: 14px;
        font-weight: 600;
    }
}

.courseYT {
    width: 100%;
    height: 50vw;
}

@media (min-width: 991px) {
    .courseYT {
        height: 35vw;
        ;
    }
}