.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-next {
    right: 0;
}

.slick-prev {
    z-index: 100;
    left: 0;
}

.video-class iframe {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.cms-card--blog img {
    height: 246px !important;
    object-fit: cover;
    width: 100%;
}

.cms-flex {
    display: flex;
}

.cms-flex input {
    width: 300px;
}

.cms-btn--outlined {
    border-color: var(--clr-secondary--source);
    color: var(--clr-secondary--source);
    border-width: 2px;
    background: none;
    border-radius: 5px;
}

.custom-error-message, .custom-error-message li, .custom-error-message ul {
    color: #fea60c !important;
    font-size: 12px;
    margin-top: -5px;
}

.captcha-error-message, .captcha-error-message li, .captcha-error-message ul {
    color: #fea60c !important;
    font-size: 12px;
    margin-top: -10px;
    padding-left: 27px;
}

.appointment-captcha-error-message, .appointment-captcha-error-message li, .appointment-captcha-error-message ul {
    color: #fea60c !important;
    font-size: 12px;
    padding-left: 45px;

}

.captcha-error-contact, .captcha-error-contact li, .captcha-error-contact ul {
    color: #fea60c !important;
    font-size: 12px;
    margin-top: -10px;
    padding-left: 33px;
}

.js-captcha {
    height: 25px !important;
    width: 25px !important;
    color: #fea60c !important;
}

.captcha-form {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}


.captcha-form input, .captcha-form span {
    margin-left: 10px;
}

.nav-tabs .nav-link.active {
    color: #0a3b6c !important;
    border-bottom: 4px solid !important;
    border-color: #f0ad4e !important;
}


.detail-rich-text img {
    /*max-width: 100%;*/
    /*height: auto;*/
    padding: 40px 0px;


}

.detail-rich-text > li, .detail-rich-text > ul {
    list-style-type: disc;

}

.detail-rich-text > li, .detail-rich-text > ol {
    list-style-type: decimal;

}

.detail-rich-text h1, h2, h3, h4, h5 {
    font-weight: bold;
    padding: 20px 0px;
}

/* File download*/
.file-area .file {
    width: max-content;
    height: 36px;
    border: 1px solid #fea60c;;
    transition: .8s;
    background: #f8f8f8;
    border-radius: 3px;
    overflow: hidden;
}

.file-area .text {
    padding-left: 65px;
    padding-right: 20px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    font-style: italic;
}

.file-area .field {
    position: absolute;
    width: 50px;
    height: 36px;
    color: #fff;
    background: #fea60c;;
    font: 16pt FontAwesome;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    transition: .2s;
}

.file-area .field:hover {
    background: #df7d29
}

.logo-image-class {
    width: 200px !important;
    height: 80px !important;


}

.logo-image-class img {
    object-fit: contain;

}

.cms-fix-image img {
    width: 600px !important;
    height: auto;
}

.popular-fix-image img {
    /*width: 512px !important;*/
    height: 246px !important;
    object-fit: cover;
}

/*.logo-custom-css img {*/
/*    width: 150px !important;*/
/*    height: 40px !important;*/
/*    object-fit: cover;*/
/*}*/

.testimonial-slider .slick-next {
    right: 1000px;
    align-items: center;
}

.testimonial-slider .slick-arrow {
    top: 86%;
}

@media (max-width: 425px) {
    .testimonial-slider .slick-prev {
        top: 26% !important;
    }

    .testimonial-slider .slick-next {
        right: 95px !important;
    }

    .testimonial-slider .slick-next {
        right: 2px !important;
    }

    .testimonial-slider .slick-arrow {
        top: 26%;
    }

    .contact-block {
        margin-top: -100px !important;
    }


    .slider-button .slick-next {
        right: -10px !important;
    }

    .slider-button .slick-prev {
        left: -10px !important;
    }
    .captcha-form input{
        width: 100%;
    }


}

::-webkit-scrollbar {
    width: 8px;
}

.cms-highschool, .cms-undergraduate, .cms-bachelor, .cms-master {
    display: none;
}

#academic_details {
    display: none;
}

#class_submit_form > .form-group{
    max-height: 60px;
}
