/************GLOBAL***************/

:root {
    --bgWhite: #fff;
    --bgPrimary: #D4FFFE;
    --bgPrimaryDark: #004EA2;
    --borderPrimaryDark: #004EA2;
    --bgSecondary: #e1f0ff;
    --colorLight: #908FA5;
    --colorYellow: #FF7A1A;
    --borderColorPrimary: #C6E4F3;
    --bgShade1: #F6FAFF;
    --bgShade2: #FFF6F1;
    --bgShade3: #EBFBFF;
    --borderShade1: #4C7CC6;
    --borderShade2: #FCC09C;
    --borderShade3: #92E6FD;
    --borderGrey: #E3E3E3;
    --colorWhite: #fff;
    --colorRed: rgb(214, 0, 0);
    --colorBlack: #000;
    --colorPrimary: #014ea1;
}

.bgShade1 {
    background-color: var(--bgShade1);
    border: solid 1px var(--borderShade1);
}

.bgShade2 {
    background-color: var(--bgShade2);
    border: solid 1px var(--borderShade2);
}

.bgShade3 {
    background-color: var(--bgShade3);
    border: solid 1px var(--borderShade3);
}

.fit-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.fs-20 {
    font-size: 20px;
}

.mt-24 {
    margin-top: 24px;
}

.text-light-custom {
    color: var(--colorLight);
}

.fs-14 {
    font-size: 14px;
}

.colorWhite {
    color: var(--colorWhite);
}

/************GLOBAL ENDS**********/
/********Header**************/

.navbar-brand img {
    max-width: 146px;
}

header .cart-nav {
    display: none;
}

/********Header Ends*********/

/**********Footer*************/

.footer__wrapper_logo img {
    max-width: 277px;
    margin-bottom: 20px;
}

/**********Footer Ends********/

/***********HOME*********************/

.home_slider_section .carousel-caption {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
}

.home-banner-cont p {
    padding-bottom: 35px;
}

.banner-home-custom {
    background-color: var(--bgPrimary);
    padding: 20px 0 0;
    min-height: 600px;
}

.banner-home-custom::before {
    content: '';
    display: inline-block;
    width: 106px;
    height: 424px;
    position: absolute;
    left: 0;
    top: 52px;
    background: url(../dist/images/newDesign/homeBanner-left.png) no-repeat;
    background-size: 100%;
}

.banner-home-custom::after {
    content: '';
    display: inline-block;
    width: 47px;
    height: 74px;
    position: absolute;
    right: 50px;
    top: 28px;
    background: url(../dist/images/newDesign/homeBanner-right.png) no-repeat;
    background-size: 100%;
}

.find-courses-category-block {
    padding: 30px;
    border-radius: 6px;
    border: solid 2px var(--borderColorPrimary);
    min-height: 100%;
}

.find-courses-with-top-categories .col-md-4+.col-md-4+.col-md-4+.col-md-4 {
    margin-top: 30px;
}

.find-courses-category-cont {
    padding-left: 15px;
    padding-top: 5px;
}

.find-courses-with-top-categories::after {
    content: '';
    display: inline-block;
    width: 44px;
    height: 45px;
    position: absolute;
    right: 3px;
    top: -10px;
    background: url(../dist/images/newDesign/triangleRight.png) no-repeat;
    background-size: 100%;
}

.why-choose-block {
    padding: 32px;
    border-radius: 6px;
    min-height: 100%;
}

.why-choose-img {
    height: 91px;
    width: 91px;
    border-radius: 6px;
    border: solid 1px;
    text-align: center;
    line-height: 71px;
    padding: 10px;
    margin-bottom: 32px;
}

.why-choose-block.bgShade1 .why-choose-img {
    border-color: var(--borderShade1);
}

.why-choose-block.bgShade2 .why-choose-img {
    border-color: var(--borderShade2);
}

.why-choose-block.bgShade3 .why-choose-img {
    border-color: var(--borderShade3);
}

.why-choose-cont h4 {
    margin-bottom: 12px;
}

.why-choose-us-section {
    border-bottom: solid 1px var(--borderGrey);
}

.get-started::before {
    content: '';
    display: inline-block;
    width: 94px;
    height: 92px;
    position: absolute;
    left: 18px;
    top: -25px;
    background: url(../dist/images/shape/triangel3.png) no-repeat;
    background-size: 100%;
}

.new__courses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new__courses .contentCard {
    flex: 1;
}

/***********HOME ENDS****************/

/**********Course Detail Page***************/

.cart__includes-info ul li {
    margin-top: 10px;
}

.rating-and-details {
    padding-bottom: 24px;
}

.rating-and-details .icon-with-date {
    margin-top: 12px;
    flex-wrap: wrap;
}

.rating-and-details .icon-with-date .icon-with-date-start {
    margin-right: 20px;
}

.rating-and-details .icon-with-date svg {
    margin-right: 5px;
}


/**********Course Detail Page ENDS**********/

/************Watch*********************/

.lesson-and-hour-and-comment-outer {
    margin: 0 30px 20px;
    padding: 15px;
    background: var(--bgSecondary);
    border-radius: 3px;
}

.lesson-and-hour-and-comment-outer .lesson-hours>div+div {
    margin-left: 15px;
}

.given-rating i {
    color: var(--colorYellow);
    cursor: pointer;
    font: 24px;
}

.quiz-section {
    padding: 30px 30px 0;
    border-top: solid 1px #ddd;
    margin-top: 30px;
}

.questions-block .question {
    font-size: 18px;
    font-weight: 500;
}

.questions-block {
    padding: 15px;
    margin-top: 15px;
    display: none;
}

.questions-block.show {
    display: block;
}

.questions-block .choices {
    padding: 25px 0px;
}

.questions-block .question .question_number {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    border: solid 1px var(--borderPrimaryDark);
    line-height: 40px;
    margin-right: 5px;
}

.questions-block .choices .form-check {
    padding: 0;
    border: solid 1px #ddd;
    border-radius: 4px;
    position: relative;
}

.questions-block .choices .form-check input {
    margin: 0;
    position: absolute;
    top: 18px;
    left: 15px;
}

.questions-block .choices .form-check+.form-check {
    margin-top: 10px;
}

.questions-block .choices .form-check label {
    padding: 15px 15px 15px 40px;
    width: 100%;
    cursor: pointer;
}

.questions-block .choices .form-check.checked {
    border-color: var(--borderShade1);
    background: var(--bgShade1);
}

.next-prev-submit button[type="submit"] {
    display: none;
}

.prev-btn[disable="disable"] {
    opacity: .6;
    pointer-events: none;
}

/************Watch Ends*****************/

/*************Play Quiz******************/

.white_bg_box {
    background: var(--bgWhite);
    padding: 20px 20px 30px;
    border-radius: 5px;
}

.white_bg_box .questions-block {
    margin-top: 0;
}

.white_bg_box .next-prev-submit {
    padding: 0 15px;
}


/*************************************/

#playQuizForm fieldset:not(:first-of-type) {
    display: none;
}

.progress {
    height: 15px
}

.progress-bar {
    background-color: var(--bgPrimaryDark);
}

.fit-image {
    width: 100%;
    object-fit: cover
}

#playQuizForm .questions-block {
    display: block;
}

.countdown {
    color: var(--colorRed);
    font-size: 30px;
}

.question_numbers_outer,
.review_answers {
    color: var(--colorBlack);
    font-weight: 600;
}

.time_remaining_text {
    font-size: 14px;
}

.question_text {
    margin-left: 5px;
    width: calc(100% - 55px);
}

.review_answers_fieldset .questions-block+.questions-block {
    padding-top: 30px;
    border-top: solid 1px #ddd;
}

.review_answers_fieldset .questions-block .question {
    cursor: pointer;
}

.go_to_question_edit:hover {
    text-decoration: underline;
    color: var(--colorPrimary);
}

/*************************************/

/*************Play Quiz Ends*************/

/***********Quiz thankyou page**************/

.scoreboard_outer {
    gap: 90px;
    row-gap: 20px;
}

.percentage_scored {
    font-size: 70px;
}

.scoreboard_outer {
    margin-top: 50px;
}

/***********Quiz thankyou page ENDS*********/

/***************Implement Changes******************/

.event-info {
    padding-top: 20px;
}

.event-info .courseCard--wrapper {
    margin-top: 0;
}

.loader img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 100px;
}

.students-info-intro nav .nav>button {
    margin: 0;
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
}


.students-info-intro nav .nav #nav-logout-tab {
    color: var(--colorRed);
}

.get-started-item {
    background: var(--bgPrimaryDark);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.get-started-item h6,
.get-started-item p {
    color: var(--colorWhite);
}

.get-started-item p {
    margin: 0 auto 30px;
    color: var(--colorWhite);
    max-width: 60%;
    font-weight: 400;
}

.get-started-item .green-btn {
    background: #ffc91b;
    color: var(--colorWhite);
}

.get-started-area {
    justify-content: center;
}

.bgLight {
    background: #ebebf2;
}

.lesson-hours svg {
    margin-right: 5px;
}

div.active>.notOnActive,
div:not(.active)>.showOnActive {
    display: none;
}

.input-group.error .errorMsg {
    font-size: 12px;
    position: relative;
    padding: 0.7rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #fbcec9;
    border-radius: 0.25rem;
    color: #91372e;
    background-color: #fcdedb;
    width: 100%;
    margin-top: 10px;
}

.closePopup, .closePopup:hover {
    background: var(--bgPrimary);
    height: 34px;
    width: 34px;
    font-size: 20px;
    padding: 0;
    border-radius: 100%;
    position: absolute;
    opacity: 1;
    right: -15px;
    top: -19px;
}

#VideoModal .modal-content {
    background: transparent;
    min-height: 460px;
}

#VideoModal .modal-content .modal-body {
    height: 100%;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.playBtn {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 35px;
    text-align: center;
    line-height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    color: var(--colorWhite);
    background: var(--bgPrimaryDark);
    border: 0;
}

.playBtn::after, .playBtn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid var(--borderPrimaryDark);
    animation: ripple 2s linear infinite;
}

.playBtn::after {
    animation: ripple 3s linear infinite;
}

.about_us_video_cont img {
    transition: .3s !important;
}

.about_us_video_cont:hover img {
    transform: scale3d(1.1,1.1,1.1);
}

/***************Implement Changes ENDS*************/