@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* Font End */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1680px;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px
    }
}

@media (min-width: 1450px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1680px
    }
}

.site-header {
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
}

.site-header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0px;
}

.site-header .header-logo a {
    display: block;
}

.entry-content {
    padding-top: 180px;
    padding-bottom: 40px;
}

.video-title h2 {
    color: #243577;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 21px;
}

.video-frame {
    position: relative;
    padding-top: 48.7%;
}

.video-frame video,
.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper:not(:last-of-type) {
    margin-bottom: 25px;
}

.site-footer {
    background-color: #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    width: 100%;
    flex: 1;
}

.footer-col:not(:first-of-type) {
    padding-left: 70px;
}

.footer-col.footer-logo {
    max-width: 366px;
    flex: 0 0 366px;
}

.footer-col p {
    color: #4b4f58;
}

.footer-col p {
    margin-bottom: 10px;
}

.footer-col p a {
    color: #243577;
    text-decoration: none;
}

.footer-col .link {
    display: inline-block;
    margin-top: 41px;
    color: #243577;
}

.footer-bottom {
    margin-top: 100px;
}

.footer-bottom p {
    color: #4b4f58;
}

.entry-title {
    font-size: 2rem;
    font-weight: 400;
    color: #3a3a3a;
}

.cust-btn {
    display: inline-block;
    border-radius: 10px;
    background-color: #00a2e8;
    font-size: .75em;
    font-weight: 800;
    padding: 1em;
    color: #ffffff;
    line-height: 1;
}

.cust-btn:hover {
    color: #ffffff;
    background-color: #00a2e8;
    opacity: .85;
}

.time_limit {
    background-color: #e2e7ed;
    border-radius: 6px;
    margin: 1em 0;
    padding: 1em;
    position: relative;
    overflow: hidden;
}

.time_limit .time {
    color: #728188;
    margin: 5px 0;
    font-weight: 700;
}

.time-progress {
    position: absolute;
    background: #fff;
    height: 7px;
    border-radius: 5px;
    overflow: hidden;
    right: -1.2em;
    left: 1em;
}

.progress-br {
    position: absolute;
    background-color: #019e7c;
    height: 7px;
    border-radius: 5px;
    overflow: hidden;
}

.quiz_number {
    padding: 5px;
    background: #f0f3f6;
    border: 0;
    border-radius: 3px;
    -webkit-overflow-scrolling: touch;
    max-height: 100px;
    overflow-y: scroll;
    position: relative;
}

.quiz_number ol::after {
    content: '';
    display: table;
    clear: both;
}

.quiz_number li {
    background-color: #fff;
    background-image: none;
    border: 2px solid transparent;
    cursor: pointer;
    float: left;
    list-style-type: none;
    margin: 0 5px 5px 0;
    padding: 5px 0;
    text-align: center;
    width: 30px;
    min-width: 2.5em;
    height: 2.5em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    overflow: hidden;
}

.quiz_number li.active {
    background-color: #fff;
    color: #235af3;
    border-color: #235af3;
    box-shadow: 0 0 2px 1px #c4c4c4;
    font-weight: 700;
}

.quiz_number li.solved {
    background-color: #a1b6c9;
    color: #fff;
}

.quiz_number li.review {
    background-color: #ffd900;
    color: #000;
}

.quiz_number li.correct {
    background-color: #00c349;
    color: #ffffff;
}

.quiz_number li.incorrect {
    background-color: #f11414;
    color: #ffffff;
}

.review-legend {
    margin-bottom: 8px;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 0.75em;
}

.legend-view {
    display: flex;
    align-items: center;
}

.legend-view .lg-box {
    width: 17px;
    height: 17px;
    display: inline-block;
    background-color: #fff;
    color: #235af3;
    border: 2px solid transparent;
}

.legend-view .lg-box.current {
    border-color: #235af3;
}

.legend-view .lg-box.review {
    background-color: #ffd900;
}

.legend-view .lg-box.answered {
    background-color: #a1b6c9;
}

.legend-view .lg-box.correct {
    background-color: #00c349;
}

.legend-view .lg-box.incorrect {
    background-color: #f11414;
}

.legend-view .lbl {
    display: inline-block;
    margin-left: 5px;
}

.quiz-box {
    border-bottom: 2px solid #f0f3f6;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.questionlist .option {
    margin: 0 10px 0.5em;
    position: relative;
    border: 2px solid #e2e7ed;
    border-radius: 6px;
    display: inline-block;
    padding: 1em;
    width: 100%;
}

.questionlist .option.CorrectIncomplete {
    border-color: #00c349;
}

.questionlist .option.wpProQuiz_answerCorrect {
    background: #00c349;
    color: #fff;
    border-color: #00c349;
}

.questionlist .option input {
    margin-right: 15px;
}

.results-bar {
    position: relative;
    background: #e2e7ed;
    height: 7px;
    border-radius: 5px;
    overflow: hidden;
}

.results-progress {
    position: absolute;
    background-color: #019e7c;
    height: 7px;
    border-radius: 5px;
    overflow: hidden;
}

.points {
    background-color: #f0f3f6;
    border: 2px solid #e2e7ed;
    border-radius: 6px;
    color: #728188;
    margin: 1em 0;
    text-align: center;
    padding: 1em;
}

.points span {
    color: #728188;
    font-weight: 700;
}

.score-footer {
    align-items: center;
    border-top: 2px solid #f0f3f6;
    display: flex;
    justify-content: center;
    margin: 20px 0;
    padding-top: 30px;
    gap: 20px;
}

.cust-btn.secondary {
    background: #495255;
}

.cust-btn.secondary:hover {
    background-color: #019e7c;
    opacity: .75;
}

.tracked-header {
    border-bottom: 2px solid #f0f3f6;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.wpProQuiz_response {
    background-color: #f0f3f6;
    border: 2px solid #e2e7ed;
    border-radius: 6px;
    box-shadow: none;
    color: #728188;
    margin: 30px 0;
    min-height: 85px;
    min-height: none;
    padding: 25px;
    position: relative;
    text-align: center;
}

.wpProQuiz_response .alert {
    padding: 5px 1em;
    font-weight: 700;
}

.wpProQuiz_response .alert-danger {
    border: 1px solid red;
    color: red;
    background: rgba(255, 0, 0, .2);
}

.wpProQuiz_response .alert-success {
    padding: 5px 1em;
    border: 1px solid #6db46d;
    color: #6db46d;
    background: rgba(109, 180, 109, .2);
}

#trackedHidden {
    display: none;
}

.vi-btn {
    margin: 5px;
    background-color: #243577;
    border: 1px solid #243577;
    border-radius: 2px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1;
    border-radius: 2px;
    color: #ffffff;
}

.vi-btn:hover {
    background-color: #30BFA2;
    border-color: #30BFA2;
    color: #ffffff;
}

.question-box .title {
    color: #243577;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin: 25px 0;
}

.question-box-video {
    position: relative;
    padding-top: 15%;
}

.question-box-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.screen-box h5 {
    text-align: center;
    color: #3a3a3a;
    font-size: 2.6666666666667rem;
    font-family: 'Roboto', sans-serif;
}

.screen-box .main-screen video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}

.video-quiz-started .question-box {
    margin-bottom: 60px;
}

#videoQuizHide {
    display: none;
}

.clock-modal {
    position: fixed;
    right: 0;
    top: 10%;
    width: 250px;
    text-align: center;
    background-color: #30BFA2;
    border-radius: 10px;
    margin: 50px auto 20px;
    padding: 5px;
    overflow: hidden;
    color: #ffffff;
}

.clock-modal #timer-h {
    font-size: 1.6666666666667rem;
    line-height: 1.4;
    padding: 10px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.clock-modal .count {
    padding: 5px;
}

.clock-modal #timer {
    padding: 5px;
    color: crimson;
    background-color: aliceblue;
    border-radius: 2px;
}

.critilearn-courses .accordion-item:not(:last-of-type) {
    margin-bottom: 15px;
}

.critilearn-courses .accordion-button {
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #6ec1e4;
}

.critilearn-courses .accordion-button[aria-expanded="true"] {
    color: #000000;
}

.critilearn-courses .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.critilearn-courses .accordion-button:not(.collapsed) {
    background-color: #fff;
}

.accordion-button:focus {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.critilearn-courses .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.critilearn-courses .accordion-body li:not(:last-of-type) {
    margin-bottom: 15px;
}

.critilearn-courses .accordion-body li a {
    color: #3a3a3a;
    text-decoration: underline;
}

.critilearn-courses .accordion-body ul {
    margin-bottom: 0;
}

/* New Landing page style start */

.main-header {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.main-header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 40px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main-header .header-wrapper .header-logo {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-header .header-wrapper .header-logo a {
    /* display: block; */
    max-width: 180px;
    width: 100%;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.main-header .header-wrapper .header-logo .blink.desktop-link {
    max-width: unset;
}

.main-header .header-wrapper .main-menu {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.main-header .header-wrapper .main-menu li a {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    position: relative;
    transition: all 0.5s ease;
}

.main-header .header-wrapper .main-menu li a.active {
    color: #30BFA2;
    font-weight: bold;
}

.main-header .header-wrapper .main-menu li a:hover {
    color: #30BFA2;
}

.main-header .header-wrapper .main-menu li .nav-btn {
    padding: 5px 10px;
    background-color: #243577;
    border-radius: 5px;
    color: #ffff;
}

.main-header .header-wrapper .main-menu li .nav-btn:hover {
    background-color: #30BFA2;
    color: #ffff;
}

.main-header .header-wrapper .main-menu li:not(:last-of-type) {
    margin-right: 23px;
}

.user-auth {
    position: relative;
    margin-left: 23px;
}

.user-auth .user-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #243577;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
}

.user-auth .user-deropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffff;
    padding: 15px;
    border-radius: 10px;
    min-width: 150px;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    margin-top: 20px;
}

.user-auth:hover .user-deropdown {
    opacity: 1;
    visibility: visible;
    margin-top: 12px;
}

.user-auth .user-deropdown a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
    display: block;
}

.user-auth .user-deropdown a:hover {
    color: #30BFA2;
}

.user-auth .user-deropdown a:not(:last-of-type) {
    margin-bottom: 5px;
}

.main-banner {
    position: relative;
    padding-top: 250px;
    padding-bottom: 267px;
}

.main-banner .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.main-banner .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner .banner-content {
    position: relative;
    max-width: 1050px;
    width: 100%;
}

.main-banner .banner-content h1 {
    font-size: 75px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #243577;
}

.highlight {
    color: #30BFA2;
}

.main-banner .banner-content .banner-desc {
    max-width: 910px;
    width: 100%;
    margin-top: 15px;
}

.main-banner .banner-content p {
    font-size: 20px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

.main-banner .banner-content .btn {
    margin-top: 20px;
}

.btn {
    font-size: 16px;
    background-color: #243577;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

.btn:focus,
.btn:hover {
    color: #FFFFFF;
    box-shadow: none;
    background-color: #30BFA2;
}

.padding-top {
    padding-top: 60px;
}

.padding-bottom {
    padding-bottom: 60px;
}

.infromation-desc .dr-img {
    position: relative;
    height: 100%;
}

.infromation-desc .dr-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    border-radius: 20px;
    margin: 0px auto;
}

.drname {
    font-size: 20px;
    color: #30BFA2;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h2 {
    color: #243577;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    flex: 1;
}

.btn.btn-border {
    background-color: transparent;
    color: #243577;
    border: 1px solid #243577;
    font-weight: bold;
}

.btn.btn-border:hover {
    border-color: #30BFA2;
    color: #30BFA2;
}

.course-card {
    position: relative;
}

.course-body .course-img a {
    display: block;
    position: relative;
    padding-top: 60%;
}

.course-body .course-img a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.course-body .course-desc {
    border: 1px solid #30BFA2;
    border-top: 0;
    padding: 15px;
    border-radius: 0px 0px 20px 20px;
}

.course-body .course-desc h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.course-body .course-desc h3 a {
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

.course-body .course-desc .review {
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    gap: 10px;
    margin-bottom: 20px;
}

.course-body .course-desc .review .rating {
    display: inline-flex;
}

.course-body .course-desc .review .rating small {
    margin-right: 10px;
    font-weight: bold;
}

.course-body .course-desc .review .rating i {
    color: #F8B84E;
    font-size: 13px;
}

.course-body .course-desc .price {
    font-size: 25px;
    margin-bottom: 20px;
}

.course-body .bottom-link a {
    color: #243577;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.team-card-body {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.team-card-body .team-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card-body .team-card-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #30BFA2;
    padding: 20px;
    color: #ffffff;
    transform: translateY(100%);
    transition: all 0.6s ease-in-out;
}

.team-card-body:hover .team-card-desc {
    transform: translateY(0);
}

.team-card-body .team-card-desc h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.testimonials-slider .slick-track {
    display: flex;
}

.testimonials-slider .review-card {
    height: unset;
}

.review-card-body {
    padding: 40px 40px;
    background-color: transparent;
    border: 1px solid #30BFA2;
    border-radius: 20px;
    transition: all 0.5s ease;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.review-card-body>* {
    transition: all 0.6s ease;
}

.review-card-body:hover {
    background-color: #30BFA2;
}

.review-card-body .icon {
    text-align: center;
    margin-bottom: 20px;
}

.review-card-body p {
    font-family: 'Segoe UI';
    font-weight: normal;
    color: #000000;
    text-align: center;
}

.review-card-body:hover .icon svg path {
    fill: #ffffff;
}

.review-card-body:hover .auth-name,
.review-card-body:hover p {
    color: #ffffff;
}

.review-card-body .auth-name {
    font-family: 'Segoe UI';
    color: #30BFA2;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.testimonials-slider .review-card {
    padding: 0 15px;
}

.testimonials-slider .slick-list {
    margin: 0 -15px;
}

.testimonials {
    overflow: hidden;
}

.main-footer {
    padding: 40px 0 20px;
    background-color: #243577;
    color: #ffffff;
}

.main-footer p {
    color: #ffffff;
}

.main-footer .footer-col.site-info {
    max-width: 390px;
    flex: 0 0 390px;
}

.main-footer .footer-col.site-info h4 {
    font-size: 50px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.footer-col-innner {
    display: flex;
    flex-wrap: wrap;
}


.footer-col-innner .widget ul li a {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s ease;
}

.footer-col-innner .widget ul li a:hover {
    color: #30BFA2;
}

.footer-col-innner .widget ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.footer-col-innner .widget h4 {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-bottom: 23px;
}

.footer-col-innner .widget p a {
    color: #FFFFFF;
    transition: all 0.5s ease;
}

.footer-col-innner .widget p a:hover {
    color: #30BFA2;
}

.footer-col-innner .widget p:not(:last-of-type) {
    margin-bottom: 20px;
}

.footer-col-innner .widget:not(:first-of-type) {
    padding-left: 60px;
}

.main-footer .footer-bottom {
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    margin-top: 20px;
}

.menu-toggle {
    position: relative;
    background: transparent;
    border: 0;
    width: 25px;
    padding: 0;
    display: none;
}

.menu-toggle span {
    display: block;
    height: 4px;
    background: #243577;
    transition: all .2s ease;
}

.menu-toggle span::before,
.menu-toggle span::after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #243577;
    transition: all .2s ease;
}

.menu-toggle span::before {
    top: -10px;
}

.menu-toggle span::after {
    bottom: -10px;
}

.menu-toggle.active span::before {
    transform: translate3d(0, 10px, 0);
}

.menu-toggle.active span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0);
}

.menu-toggle.active span {
    transform: rotate(45deg);
}

.mobile-menu-wrapper {
    position: fixed;
    z-index: 999;
    background: #ffff;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translate(-100%, 0px);
    left: 0;
    width: 280px;
}

.mobile-menu-head {
    padding: 15px 15px;
    background: #243577;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-close svg {
    width: 16px;
    height: 16px;
}

.nav-close svg path {
    fill: #ffffff;
}

.mobile-menu-bar ul li a {
    font-size: 16px;
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.mobile-menu-wrapper.menu-active {
    transform: translate(0%, 0px);
}

.overlay-main::after {
    content: '';
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease;
    background: rgba(0, 0, 0, 0.3);
}

.overlay-main.active::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s;
}

.mobile-menu-bar>ul {
    list-style: none;
    padding: 10px 20px;
    margin: 0;
    height: calc(100vh - 48px);
    overflow: auto;
}

.mobile-menu-bar>ul li {
    line-height: normal;
}

body.menu-change {
    overflow: hidden;
}

.inner-page-banner {
    margin-bottom: 60px;
}

.inner-page-banner .banner-img {
    position: relative;
    padding-top: 27.3%;
}

.page-banner {
    position: relative;
    padding-top: 218px;
    padding-bottom: 100px;
    background-color: #243577;
    margin-bottom: 60px;
}

.page-banner .banner-title h1 {
    margin: 0;
    color: #FFFFFF;
    font-size: 57px;
}

.inner-page-banner .banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.breadcrumb ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb ul li,
.breadcrumb ul li a {
    position: relative;
    font-size: 18px;
    color: #30BFA2;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    transition: all 0.5s ease;
}

.breadcrumb ul li a:hover {
    color: #243577;
}

.breadcrumb ul li:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 10px;
}

.breadcrumb ul li:not(:last-of-type)::before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #30BFA2;
}

.course-info-title {
    margin-bottom: 32px;
}

.course-info-title h1 {
    color: #243577;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 57px;
    margin-bottom: 15px;
}

.course-info-title .ratings i {
    font-size: 25px;
    color: #F8B84E;
}

.course-info .course-info-block {
    border: 1px solid #979696;
    border-radius: 20px;
    padding: 40px;
}

.course-info-block .block-title {
    font-size: 35px;
    font-weight: bold;
    color: #243577;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
}

.course-info-block .sub-head {
    color: #243577;
    font-size: 23px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.course-info-block .sub-head b {
    font-weight: bold;
}

.cost-lbl {
    display: inline-block;
    padding: 10px 15px;
    background-color: #30BFA2;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

.course-info-block .inner-block:not(:last-of-type) {
    margin-bottom: 40px;
}

.course-info-block:not(:last-of-type) {
    margin-bottom: 40px;
}

.user-words .user-info {
    display: flex;
    align-items: center;
}

.user-words .profile-img {
    flex-shrink: 0;
}

.user-words .profile-img img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.user-words .user-desc p {
    margin-bottom: 0;
    color: #243577;
}

.user-words .user-desc {
    padding-left: 15px;
}

.user-words .user-desc p strong {
    margin-right: 5px;
    display: inline-block;
}

.user-rating {
    display: flex;
}

.user-rating i {
    font-size: 20px;
    color: #F8B84E;
}

.user-words:not(:last-of-type) {
    margin-bottom: 30px;
}

.course-info-block.review-box {
    border: 0;
    background-color: #243577;
}

.course-info-block.review-box .block-title {
    color: #ffffff;
}

.rate {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}

.rate input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.rate label {
    width: 1.325rem;
    height: 1.125rem;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.rate label::before {
    position: absolute;
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' t='1584099080940' class='icon' viewBox='0 0 1024 1024' version='1.1' p-id='9773' width='18px' height='18px' fill='%23F8B84E'%3e%3cpath d='M686.153143 573.732571l174.884571-169.691429-241.152-35.401143-108.032-218.258286-108.032 218.258286-241.152 35.401143 174.884571 169.691429-41.691429 240.566857 215.990857-113.737143 215.405714 113.737143zM987.282286 369.737143q0 12.580571-14.848 27.428571l-207.433143 202.313143 49.152 285.696q0.585143 4.022857 0.585143 11.410286 0 28.598857-23.405714 28.598857-10.825143 0-22.820571-6.875429l-256.585143-134.875429-256.585143 134.875429q-12.580571 6.875429-22.820571 6.875429-11.995429 0-17.993143-8.265143t-5.997714-20.260571q0-3.437714 1.170286-11.410286l49.152-285.696-208.018286-202.313143q-14.262857-15.433143-14.262857-27.428571 0-21.138286 32.036571-26.258286l286.866286-41.691429 128.585143-260.022857q10.825143-23.405714 28.013714-23.405714t28.013714 23.405714l128.585143 260.022857 286.866286 41.691429q32.036571 5.12 32.036571 26.258286z' p-id='9774'/%3e%3c/svg%3e");
    transition: .3s;
}

.rate label::after {
    position: absolute;
    z-index: 1;
    content: url("data:image/svg+xml,%3Csvg t='1584099189586' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='10117' fill='%23fcbb42' width='18px' height='18px'%3E%3Cpath d='M987.282286 369.737143q0 12.580571-14.848 27.428571l-207.433143 202.313143 49.152 285.696q0.585143 4.022857 0.585143 11.410286 0 11.995429-5.997714 20.260571t-17.408 8.265143q-10.825143 0-22.820571-6.875429l-256.585143-134.875429-256.585143 134.875429q-12.580571 6.875429-22.820571 6.875429-11.995429 0-17.993143-8.265143t-5.997714-20.260571q0-3.437714 1.170286-11.410286l49.152-285.696-208.018286-202.313143q-14.262857-15.433143-14.262857-27.428571 0-21.138286 32.036571-26.258286l286.866286-41.691429 128.585143-260.022857q10.825143-23.405714 28.013714-23.405714t28.013714 23.405714l128.585143 260.022857 286.866286 41.691429q32.036571 5.12 32.036571 26.258286z' p-id='10118'%3E%3C/path%3E%3C/svg%3E");
    opacity: 0;
    transition: .3s;
}

.rate input:checked~label::before {
    opacity: 0;
}

.rate input:checked~label::after {
    opacity: 1;
}

.review-box label {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    display: block;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.review-box .form-group textarea {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 20px;
    width: 100%;
    height: 245px;
    outline: none;
    padding: 15px;
    resize: none;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.btn.btn-secondary {
    background-color: #30BFA2;
    border-color: #30BFA2;
}

.btn.btn-secondary:focus {
    box-shadow: none;
}

.course-buy {
    background-color: #243577;
    padding: 40px;
    border-radius: 20px;
    color: #ffffff;
}

.course-buy h3 {
    margin-bottom: 20px;
}

.course-select input {
    /* display: none; */
    display: block;
    position: relative;
    top: 18px;
}

.course-select label {
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding-left: 25px;
    cursor: pointer;
}

.course-select:not(:last-of-type) {
    margin-bottom: 10px;
}

.course-select label span {
    font-weight: normal;
    font-size: 13px;
    display: block;
}

.course-select label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #30BFA2;
    border-radius: 50%;
    display: none;
}

.course-select label::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    width: 9px;
    height: 9px;
    background-color: #30BFA2;
    border-radius: 50%;
    visibility: hidden;
    display: none;
}

.course-select input:checked+label::after {
    visibility: visible;
}

.quantity {
    display: inline-flex;
    border: 2px solid #30BFA2;
    overflow: hidden;
}

.quantity button {
    background-color: #30BFA2;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}



.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
    background-color: #30BFA2;
    color: #ffffff;
}

.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
}

.sticky-area {
    position: sticky;
    position: -webkit-sticky;
    top: 160px;
}

.course-nav {
    margin-top: 20px;
    margin-bottom: 35px;
}

.course-nav .nav-item:not(:last-of-type) {
    margin-right: 35px;
}

.course-nav .nav-link {
    padding: 0;
    background-color: transparent !important;
    color: #30BFA2;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.course-nav .nav-pills .nav-link.active {
    color: #243577;
    font-weight: bold;
}

.preparation-card .preparation-body {
    position: relative;
}

.preparation-card .preparation-body .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.preparation-card .preparation-body .img-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.preparation-card .preparation-body .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preparation-card .preparation-body .pre-title {
    position: relative;
    padding: 60% 15px 15px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 30px;
}

.offset-container {
    position: relative;
}


.offset-left .row {
    margin-right: 0;
}

.offset-left .row>*:last-child {
    padding-right: 0;
}

@media screen and (min-width: 1200px) {
    .offset-left {
        margin-left: calc((100% - 1320px) / 2);
    }

    .offset-left {
        padding-left: 15px;
    }
}

@media screen and (min-width: 1450px) {
    .offset-left {
        margin-left: calc((100% - 1680px) / 2);
    }

    .offset-left {
        padding-left: 15px;
    }
}

.cart-table.table>:not(:last-child)>:last-child>* {
    border-bottom: 0;
}

.cart-table.table tr th {
    color: #979696;
}

.cart-table.table tr td {
    padding: 20px 10px 10px;
    border: 0;
}

.cart-table .product {
    display: flex;
    align-items: center;
    max-width: 657px;
    width: 100%;
}

.cart-table .product .img-wrap {
    width: 85px;
    height: 85px;
    border-radius: 20px;
    margin-right: 20px;
    flex-shrink: 0;
}

.cart-table .product .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.cart-table tr td {
    vertical-align: middle;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #243577;
}

.cart-table tr td .quantity {
    display: flex;
    background-color: transparent;
    border: 1px solid #243577;
    max-width: 164px;
    width: 100%;
    color: #243577;
}

.cart-table tr td .quantity .input-box {
    width: auto;
    flex: 1;
    background-color: transparent;
    color: #243577;
}

.cart-table tr td .quantity button {
    background-color: transparent;
    color: #243577;
    font-size: 25px;
}

.grand-total {
    background-color: #30BFA2;
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.grand-total .sub-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.grand-total .form-select {
    border: 0 !important;
    border-radius: 0;
    padding: 0.675rem 2.25rem 0.675rem .75rem;
}

.form-select:focus {
    box-shadow: none !important;
}

.grand-total hr {
    margin: 30px 0;
    background-color: #ffffff;
    color: #ffff;
    height: 2px;
}

.grand-total .btn:hover {
    border-color: #ffffff;
    color: #ffffff;
}

.newsletter-wrapper {
    padding: 60px 15px;
    background-color: #243577;
    border-radius: 20px;
}

.newsletter-wrapper .section-title h2 {
    color: #ffffff;
}

.newsletter-wrapper form .input-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.newsletter-wrapper form .input-wrapper input {
    max-width: 500px;
    width: 100%;
    height: 42px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    outline: none;
    padding: 10px 15px;
    border-radius: 5px;
    color: #BEBEBE;
}

.newsletter-wrapper form .input-wrapper input::placeholder {
    color: #BEBEBE;
}

.newsletter-wrapper form .input-wrapper input::-moz-placeholder {
    color: #BEBEBE;
}

.subcourse-list ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.subcourse-list ul li a {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    text-decoration: underline;
}

.subcourse-list ul li a:hover {
    color: #30BFA2;
}

.accordion-body .video-title {
    color: #243577;
}

.quiz-video-list .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #30BFA2;
}

.quiz-video-list .accordion-button::after {
    display: none;
}

.quiz-video-list .accordion-button::before {
    content: '\2b';
    width: 14px;
    height: 16px;
    margin-right: 15px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.quiz-video-list .accordion-button:not(.collapsed)::before {
    content: '\f068';
}

.review-popup .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.review-popup .modal-content .modal-body {
    padding: 0;
}

.review-popup .modal-content .modal-body .review-box {
    padding: 60px;
    border-radius: 15px;
}

.review-popup .btn-close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    background-size: 13px;
}

.footer-logo {
    max-width: 250px;
    width: 100%;
    margin-bottom: 30px;
}

.successfully-popup {
    max-width: 650px;
}

.successfully-popup .modal-content {
    border-radius: 30px;
}

.successfully-popup .modal-content .modal-body {
    padding: 50px 30px;
}

.successfully-popup .icon-wrap {
    margin: 0 auto 30px;
    width: 100px;
    height: 100px;
    background-color: #08a704;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.successfully-popup .icon-wrap img {
    width: 70px;
}

.login-form {
    margin: auto;
}

.team-slider .slick-list {
    margin: 0 -15px;
}

.team-slider .slick-track {
    display: flex;
}

.team-slider .team-card {
    padding: 0 15px;
}

.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 15px 0 0;
}

.slick-dots li:not(:last-of-type) {
    margin-right: 5px;
}

.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #000000;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #30BFA2;
}

.team-list {
    overflow: hidden;
}

.bank-page .order_details {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 20px 0 2em;
    gap: 15px;
}

.bank-page .order_details li {
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.bank-page .order_details li:last-of-type {
    border: 0;
}

.bank-page .order_details li strong {
    display: block;
    font-size: 18px;
    text-transform: none;
    line-height: 1.5;
}

.bacs-bank-details h2 {
    font-size: 1.5rem;
    border-top: 3px solid #ebebeb;
    padding-top: 0.5em;
    color: #3a3a3a;
    margin-bottom: 0.7em;
}

.bacs-bank-details h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.order-details-table .details-title {
    background: #fbfbfb;
    padding: 1em;
    margin-bottom: 0;
    font-size: 1.3rem;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e5e5e5;
}

.order-details-table table {
    border: 1px solid #ebebeb;
}

.order-details-table {
    margin-top: 20px;
}

.order-details-table table tbody tr td {
    border: 1px solid #ebebeb;
    padding: 0.7em 1em;
    vertical-align: middle;
}

.order-details-table table tbody tr td strong {
    color: #4b4f58;
}

.table>:not(:last-child)>:last-child>* {
    border-color: #ebebeb;
}

.order-details-table table tbody tr td ul {
    margin-left: 20px;
}

.order-details-table table tbody tr td ul li strong {
    display: inline-block;
    margin-right: 0.25em;
}

.order-details-table table tbody tr td ul li span {
    color: #4b4f58;
}

.ac-container a,
.order-details-table a {
    color: #0170b9;
}

.order-details-table table tfoot tr td {
    font-weight: 700;
    padding: 0.7em 1em;
    border: 1px solid #ebebeb;
}

.order-details-table address {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 1em;
    font-style: normal;
}

.order-details-table address p {
    margin: 0;
}

.textarea-div {
    border: none;
    outline: none;
    resize: none;
    /* Disable resizing */
    overflow: auto;
    /* Enable scrolling if content exceeds textarea height */
    background-color: transparent;
    /* Make background transparent */
    width: 100%;
    /* Occupy full width */
    padding: 0;
    /* Remove default padding */
    font-family: inherit;
    /* Use the same font-family as parent */
    font-size: inherit;
    /* Use the same font-size as parent */
    line-height: inherit;
    /* Use the same line-height as parent */
}

.edic-video video {
    width: 100%;
}

.review-card-body .auth-name .text-sm {
    font-size: 16px;
}

.privacy-policy ul+h2,
.privacy-policy p+h2 {
    margin-top: 30px;
}

.main-banner .mcq-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 40px;
}

.main-banner .mcq-wrap .banner-content {
    flex-shrink: 0;
}

.main-banner .mcq-wrap .card {
    padding: 15px 15px;
    flex: 1;
}

.main-banner .mcq-wrap .card h3 {
    color: #243577;
    padding-bottom: 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid currentColor;
}



.main-banner .mcq-wrap .card form h4 {
    margin-bottom: 15px;
}

.main-banner .mcq-wrap .card form .ans-op {
    display: block;
    border: 1px solid #243577;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.6s ease;
    font-weight: 600;
}
.main-banner .mcq-wrap .card form .ans-op span {
    display: inline-block;
    border-right: 1px solid #243577;
    padding-right: 5px;
    margin-right: 5px;
     transition: all 0.6s ease;
}

.main-banner .mcq-wrap .card form .op-input {
    display: none;
}
.main-banner .mcq-wrap .card form .op-input:checked+label{
    background-color: #243577;
    color: #FFFFFF;
}
.main-banner .mcq-wrap .card form .op-input:checked+label span{
    border-color: #FFFFFF;
}

.main-banner .mcq-wrap .card  .progress-wrape:not(:last-of-type){
    margin-bottom: 15px;
}
.progress-bar{
    background-color: #30BFA2;
}
.main-banner .mcq-wrap .prev_que{
margin-bottom: 15px;
}

.blog-card .blog-card-body .blog-img {
    position: relative;
    min-height: 200px;
}

.blog-card .blog-card-body .blog-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card .blog-card-body .blog-info h3 {
    font-size: 18px;
    color: #333333;
    margin: 15px 0px 0px;
}

.blog-card .blog-card-body p {
    color: #333333;
    font-size: 14px;
    margin: 10px 0px 0px;
}

.blog-card .blog-card-body .blog-tag {
    font-size: 12px;
    font-weight: 400;
    background-color: #243577;
    display: inline-block;
    position: absolute;
    z-index: 1;
    color: #FFFFFF;
    padding: 5px;
    line-height: 1;
    border-radius: 10px;
    left: 10px;
    top: 10px;
}

.breadcrumb.with-filter {
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.breadcrumb .filter-form {
    display: flex;
    gap: 10px;
}

.breadcrumb .filter-form select {
    background-color: #243577;
    border: 1px;
    border-color: #243577;
    padding: 10px 10px 10px 10px;
    color: #FFFFFF;
    border-radius: 20px;
    width: 325px;
    outline: none;
}

.breadcrumb .filter-form .btn {
    border-radius: 20px;
}

/* font-family: 'Roboto', sans-serif; */