.university-banner {
    background: url('https://pub.oasisuni.com/img/Portal/academia_banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
}

.university-landing-banner {
    background: url('https://pub.oasisuni.com/img/Portal/academia_bannerGetStart.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.university-banner .kt-container,
.university-banner .row {
    height: 100%;
}

.university-banner .row {
    color: #FFF;
    justify-content: center;
    align-items: center;
}

input, select {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #B4B4B4;
    /* border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; */

    height: 43px;
    max-height: 43px;
    color: #707070;
    background: transparent;
}

select {
    text-align-last: center;
}

.video-title {
    line-height: 60px;
    margin: 0 0 30px 0;
}

    .video-title div:nth-child(1) {
        color: #F16728;
    }

    .video-title div:nth-child(2) {
        color: #325D79;
    }

.video-description div:nth-child(2) {
    margin-top: -2px;
    /* cursor: pointer; */
}

.video-description div:nth-child(3) {
    cursor: pointer;
}

    .video-description div:nth-child(3):hover {
        color: #F16728 !important;
    }

.video-price {
    color: #FFF;
    background: linear-gradient(to bottom, #F16728 50%, rgba(46, 46, 46, .9) 50%) top;
    background-size: 100% 200%;
    padding: 8px 0 0 0;
    cursor: pointer;
    transition: .2s ease-out;
}

    .video-price:hover {
        background-position: bottom;
    }

.lightPurple {
    background: #AF73EA;
}

.lightGreen {
    background: #6CDBB0;
}

.lightBlue {
    background: #6C97DB;
}

.slick-lecturer {
    overflow: hidden;
    margin-top: 60px;
}

.slick-lecturerInner {
    text-align: center;
}

.smallUnderLine {
    background: #B4B4B4;
    width: 13%;
    height: 1px;
    margin: 12px 0;
}

.slick-arrowPosition {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .slick-arrowPosition img {
        cursor: pointer;
    }

.slick-dots {
    text-align: center;
    margin-top: 50px;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:before {
                content: '•';
                font-size: 50px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                text-align: center;
                color: rgba(131, 131, 131, .3);
            }

        .slick-dots li.slick-active button:before {
            color: #838383;
        }

.slick-what-lecturer-said.inner {
    background: url('https://pub.oasisuni.com/img/Portal/what-lecturer-our-said-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 73px 40px;
    position: relative;
    overflow: hidden;
    line-height: 18px;
    color: #2E2E2E;
}

.removePaddingLeft {
    padding-left: 0;
}

input, select {
    margin-bottom: 1rem;
}

.university {
    margin-bottom: 30px;
}

    .university .mega-inputContainer {
        margin-top: 40px;
    }

    .university .mega-inputGrid {
        grid-column-gap: 30px;
        grid-row-gap: 8px;
    }

    .university .videoButton.inner-filterBtn {
        /* margin-top: -13px; */
        margin-bottom: 0;
    }

.addNewVideoBtn {
    background: transparent;
    border: 2px solid #2E2E2E;
    color: #2E2E2E !important;
    padding: 10px 20px !important;
    cursor: pointer;
    transition: all .3s ease;
}

    .addNewVideoBtn:hover {
        color: #FFF !important;
        background: #2E2E2E;
    }

.universitySection {
    background: #F7F7F7;
    padding: 80px 0;
}

.navBar-dashboad.innerUniversity .colorTab {
    color: #FFF;
}

.navBar-dashboad.innerUniversity {
    color: #2E2E2E;
}

    .navBar-dashboad.innerUniversity.scroll,
    .navBar-dashboad.innerUniversity.inner-mageUniversity {
        color: #FFF;
    }

#profileIcon.whiteColor,
#websiteLogo.whiteColor {
    filter: brightness(0) invert(1);
}

.contentBoxDesign {
    background: #FFF;
    padding: 46px 56px 26px 56px;
}

/* SUBJECT DETAIL */
.subjectGrid {
    display: grid;
    grid-template-columns: 62% 38%;
    grid-column-gap: 48px;
}

.subjectDescription {
    color: #707070;
    margin-top: 16px;
}

.subject-underline {
    width: 100%;
    height: 1px;
    background: #707070;
    margin: 60px 0 50px 0;
}

.marginBottom01 {
    margin-bottom: 26px;
}

.courseContent-box {
    border: 1px solid #707070;
    padding: 30px;
    margin-top: 20px;
}

    .courseContent-box .box:first-child {
        width: 60%;
    }

    .courseContent-box .box:last-child {
        width: 40%;
    }

.box {
    display: flex;
}

    .box div {
        color: #707070;
        margin-left: 16px;
    }

.topicDescription div {
    color: #707070;
}

.subject-underlineGrey {
    width: 100%;
    height: 1px;
    background: #E0E0E0;
    margin: 20px 0;
}

.subjectProfile {
    background: #F7F7F7;
    padding: 50px 40px;
}

.subjectDetail-container {
    margin-bottom: 23px;
}

    .subjectDetail-container div:first-child {
        color: #2E2E2E;
    }

    .subjectDetail-container div:last-child {
        color: #707070;
    }

.fon14 {
    font-size: 14px;
}

.subjectCart-detail {
    position: relative;
    border-bottom: 1px solid #707070;
}

    .subjectCart-detail .removeDefaultRadio {
        position: absolute;
        top: 0;
        right: 28px;
    }

.videoButton div.buyNow {
    background: linear-gradient(to left, #B4B5B3 50%, #00E67C 50%) right;
    background-size: 200%;
}

    .videoButton div.buyNow:hover {
        background-position: left;
    }


/* CART */
.contentBoxDesign.change {
    padding: 46px 50px 8px 50px;
    overflow: hidden;
    position: relative;
}

.contentBoxDesign .cartGrid:first-child .cartGrid-content02,
.contentBoxDesign .cartGrid:first-child .cartGrid-content01 {
    padding-top: 0;
    padding-bottom: 50px;
}

.contentBoxDesign .cartGrid {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

    .contentBoxDesign .cartGrid .cartGrid-content02,
    .contentBoxDesign .cartGrid .cartGrid-content01 {
        padding: 50px 0;
    }

    .contentBoxDesign .cartGrid:last-child .cartGrid-content02,
    .contentBoxDesign .cartGrid:last-child .cartGrid-content01 {
        border-bottom: none;
    }

.sellingPrice {
    background: #F16728;
    color: #FFF;
    padding: 20px 26px;
}

.cartGrid .custom-checkBox input,
.cartGrid .checkmarkBox {
    left: 0;
    top: 50%;
}

.cartGrid .custom-checkBox input {
    margin-bottom: 0;
}

.cartCartMarginLeft01 {
    margin-left: 48px;
}

.cartCartMarginLeft02 {
    margin-left: 28px;
}

.cartGrid-content02,
.cartGrid-content01 {
    border-bottom: 1px solid #707070;
}

.cartGrid-content02,
.cartCartMarginLeft02 {
    margin-top: 42px;
}

.cartGrid-content02 {
    position: relative;
}

.cartButtonCotainer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
}

.cartButton {
    color: #2E2E2E;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2E2E2E;
    background: transparent;
    padding: 5px 26px;
    border-radius: 50px;
    transition: all .4s ease;
    cursor: pointer;
}

    .cartButton:hover {
        color: #FFF;
        background: #2E2E2E;
    }

    .cartButton svg {
        margin-right: 8px;
    }

    .cartButton:hover svg path {
        fill: #FFF;
    }

.lineHeight16 {
    line-height: 16px;
}

.overflowX {
    overflow-x: scroll;
}

.whiteRectangle {
    position: absolute;
    width: 100%;
    height: 23px;
    background: #FFF;
    bottom: 0;
    left: 0;
}


/* CHECKOUT */
.billingAddress {
    display: flex;
    margin-top: 26px;
}

.billing-marginRight {
    margin-right: 60px;
}

.billingInfo {
    margin-bottom: 26px;
}

.billingTable {
    width: 100%;
    margin-bottom: 26px;
}

    .billingTable table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .billingTable tr:first-child td {
        position: relative;
        text-align: left;
        padding: 16px 20px;
        border-top: 1px solid #707070;
        border-bottom: 1px solid #B4B4B4;
    }

    .billingTable tr td {
        padding: 36px 20px 36px 20px;
        color: #2E2E2E;
        font-family: "Avenir Heavy";
        vertical-align: top;
        border-bottom: 1px solid #B4B4B4;
    }

    .billingTable tr:last-child td {
        padding: 16px 20px;
        border-bottom: 1px solid #707070;
        border-top: 1px solid #B4B4B4;
        font-size: 30px;
    }

    .billingTable tr td:first-child {
        width: 81px;
        max-width: 81px;
    }

    .billingTable tr td:nth-child(2) {
        width: 430px;
        max-width: 430px;
        color: #707070;
        font-family: "Avenir Medium";
        padding-right: 50px;
    }

    .billingTable tr:nth-last-child(2) td {
        border-top: 1px solid #B4B4B4;
    }

    .billingTable tr td:nth-child(3) {
        position: relative;
        left: -3%;
    }

    .billingTable tr td:nth-child(4) {
        text-align: center;
    }

.billing-courseName {
    font-family: "Avenir Heavy";
    text-transform: uppercase;
}

.billing-educationLevel {
    font-family: "Avenir Medium";
    font-size: 12px;
    color: #707070;
}

.billing-subjectName {
    font-family: "Avenir Heavy";
    color: #2E2E2E;
    font-size: 18px;
    margin-top: -2px;
}

.billing-byWho {
    display: flex;
    color: #2E2E2E;
    margin-top: 20px;
}

    .billing-byWho div {
        margin-left: 13px;
    }

    .billing-byWho div {
        font-family: "Avenir Medium";
        color: #707070;
    }

.adjustLeftPosition01,
.adjustLeftPosition02 {
    position: relative;
    left: -4%
}

.courseLevelContainer {
    padding-left: 30px;
}

.subjectNameContainer {
    margin-bottom: 30px;
}

.billingBtn {
    display: flex;
    height: 100%;
    margin-left: 80px;
}

.purpleColor {
    color: #AF73EA;
}

.greenColor {
    color: #6CDBB0;
}

.blueColor {
    color: #6C97DB;
}

.whiteSpace {
    white-space: nowrap;
}


/* PAYMENT SUMMARY */
.floatRight {
    float: right;
    margin-top: 20px;
    margin-bottom: 16px;
}

.paymentContent01 {
    color: #2E2E2E;
    width: 150px;
    max-width: 150px;
}

.paymentContent02 {
    color: #707070;
}

.universityTable {
    width: 100%;
}

    .universityTable tr:first-child td {
        position: relative;
        left: 0 !important;
        padding: 16px 20px;
        border-top: 1px solid #707070;
        border-bottom: 1px solid #B4B4B4;
    }

    .universityTable tr:nth-child(2) td {
        padding: 36px 20px;
    }

    .universityTable tr td {
        padding: 0 20px 36px 20px;
        color: #2E2E2E;
        font-family: "Avenir Heavy";
        vertical-align: top;
    }

        .universityTable tr td:first-child {
            width: 81px;
            max-width: 81px;
        }

        .universityTable tr td:nth-child(2) {
            width: 200px;
            max-width: 200px;
            /* color: #707070;
    font-family: "Avenir Medium"; */
        }

        .universityTable tr td:nth-child(3) {
            width: 300px;
            max-width: 300px;
        }

        .universityTable tr td:nth-child(4) {
            width: 135px;
            max-width: 135px;
            position: relative;
            left: 3px;
        }

        .universityTable tr td:nth-child(5) {
            width: 152px;
            max-width: 152px;
        }

    .universityTable tr:last-child td {
        padding: 16px 20px;
        border-bottom: 1px solid #707070;
        border-top: 1px solid #B4B4B4;
    }

.radioText {
    position: relative;
    left: 38px;
    margin-right: 100px;
}

.addTop {
    top: 3px;
}

.removeDefaultRadio {
    position: relative;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .removeDefaultRadio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 27px;
    background-color: #EFEFEF;
    border-radius: 50%;
}

.removeDefaultRadio input:checked ~ .checkmark:after {
    background-color: #00A7FF;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: block;
}

.removeDefaultRadio .checkmark:after {
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FFF;
}

.paymentGrid {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-top: 23px;
    margin-bottom: 26px;
}

/* .videoButton a { */
    /* width: 32%; */
/* } */

    /* .videoButton a div { */
        /* width: 100%; */
    /* } */

    /* .videoButton a:nth-child(2) div { */
        /* margin-left: 40px; */
    /* } */


/* PAYMENT SUMMARY */
.contentContainer {
    margin-bottom: 20px;
}

.content01 {
    color: #2E2E2E;
    width: 180px;
    max-width: 180px;
}

.content02 {
    color: #707070;
    display: flex;
}

    .content02 .time {
        margin-left: 30px;
    }


/* USER SUBJECT DETAILS */
.userSubjectDetails div:nth-child(1) .courseContent-box .videoButton div {
    width: 120px;
    max-width: 120px;
}

.userSubjectDetails .subjectProfile {
    padding: 20px 40px 40px 40px;
}

    .userSubjectDetails .subjectProfile .courseContent-box {
        border: none;
        padding: 0;
    }

.userSubjectDetails .subjectCart-detail .addNewVideoBtn {
    padding: 6px 20px !important;
}

.modal-content {
    background: transparent;
    border: none;
    border-radius: 0;
}

.modal-body {
    border: none;
    background: #FFF;
    padding: 40px;
}

.modal-header .close {
    padding: 0;
    opacity: 1;
}

.close span {
    color: #FFF;
}

.modal {
    background: rgba(0, 0, 0, .6);
}

.userSubjectDetails-modal .modal-dialog {
    max-width: 920px;
}

.userSubjectDetails-modal .subjectGrid {
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 28px;
}


/* PARTICIPANT */
.manageParticipant-table {
    width: 1080px;
    max-width: 1080px;
    margin-bottom: 26px;
}

    .manageParticipant-table table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .manageParticipant-table tr:first-child td {
        position: relative;
        text-align: left;
        padding: 16px 20px;
        border-top: 1px solid #707070;
        border-bottom: 1px solid #B4B4B4;
    }

    .manageParticipant-table tr td {
        padding: 36px 20px 36px 20px;
        color: #2E2E2E;
        font-family: "Avenir Heavy";
        vertical-align: top;
        border-bottom: 1px solid #B4B4B4;
    }

        .manageParticipant-table tr td:nth-child(3),
        .manageParticipant-table tr td:nth-child(4),
        .manageParticipant-table tr td:nth-child(5),
        .manageParticipant-table tr td:nth-child(6),
        .manageParticipant-table tr td:nth-child(7) {
            text-align: center;
        }

/* .billingAddress .viewParticipant-detail
{
    margin-left: 100px;
} */
.viewParticipant-detailBtn {
    margin-left: 0;
}

.removeMarginTop {
    margin-top: 0;
}

.manageParticipant-table.viewTable {
    width: 1080px;
    max-width: 1080px;
}

    .manageParticipant-table.viewTable tr td:nth-child(2) {
        width: 200px;
        max-width: 200px;
    }

.font26 {
    font-size: 26px;
}

.removePaddingLi a {
    padding: 0;
}


.viewParticipant-detailBtn.uploadBtn {
    margin-right: 22px;
}

/* SUBSCRIPTION */
.manageParticipant-table.subscription {
    width: 1280px;
    max-width: 1280px;
}

    .manageParticipant-table.subscription tr td:nth-child(2) {
        text-align: center;
        width: 160px;
        max-width: 160px;
    }

    .manageParticipant-table.subscription tr td:nth-child(3) {
        width: 200px;
        max-width: 200px;
    }
/* INVOICE */
.invoice-soldTo {
    margin-top: 80px;
}

.invoiceTable {
    margin-top: 50px;
}

    .invoiceTable .billingTable tr td {
        width: auto;
    }

        .invoiceTable .billingTable tr td:nth-child(2) {
            width: 60%;
        }

    .invoiceTable .billingTable tr:last-child td {
        font-size: 18px;
    }

.removeMarginLeft .addNewVideoBtn {
    width: 95px;
    max-width: 95px;
}

/* 12/07/2021 */
.videoDescriptionGrid {
    display: grid;
    grid-column-gap: 50px;
    grid-template-columns: 2fr 1fr;
}

.videoDescriptionGrid-number {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-self: baseline;
}

.numberBox {
    margin-right: 3%;
    width: 30%;
    height: 50px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 2px solid #2E2E2E;
    color: #2E2E2E;
    cursor: pointer;
    transition: all .3s ease;
}

    .numberBox:hover {
        color: #FFF;
        background: #2E2E2E;
    }

    .numberBox.active {
        color: #FFF;
        background: #2E2E2E;
    }

.ipadDivWidth {
    width: 25%;
}

.maxWidth-invoice {
    width: 142px;
    max-width: 142px;
}
/* ACCOUNT */
.profileContainer {
    display: flex;
    justify-content: space-between;
}

.profileWidth01 {
    width: 28%;
    padding-top: 43px;
    padding-left: 100px;
    background: #FFF;
    box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.19);
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.19);
    transition: all .4s ease;
}

.profileWidth02 {
    width: 72%;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: all .4s ease;
}

.profile-imgInner {
    width: auto;
    margin-bottom: 40px;
}

.profile-item {
    color: #707070;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 3px 0;
    position: relative;
    cursor: pointer;
}

    .profile-item::before {
        content: "";
        position: absolute;
        top: -10px;
        right: 0;
        width: 8px;
        height: 100%;
        background: #F16728;
        opacity: 0;
        transition: all .4s ease;
    }

    .profile-item:hover {
        color: #F16728;
        font-family: "Avenir Heavy";
    }

        .profile-item:hover::before {
            opacity: 1;
            top: 0;
        }

    .profile-item.active {
        color: #F16728;
        font-family: "Avenir Heavy";
    }

        .profile-item.active::before {
            top: 0;
            opacity: 1;
        }

.mobileArrow {
    color: #707070;
    font-size: 20px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    margin-bottom: 30px;
    display: none;
}

    .mobileArrow #profileSide {
        transition: all .4s ease;
    }

.profile-formContainer {
    padding: 43px 100px;
    position: relative;
    width: 100%;
    transition: all .4s ease;
}

.profile-innerTab {
    justify-content: space-between;
    border: none;
}

    .profile-innerTab li {
        width: 48.5%;
        text-align: center;
    }

        .profile-innerTab li a {
            display: block;
            background: #E5E5E5;
            color: #707070;
            padding: 16px 0;
            transition: all .2s ease;
        }

            .profile-innerTab li a:hover {
                background: #00A7FF;
                color: #FFF;
                font-family: "Avenir Heavy";
            }

            .profile-innerTab li a.active {
                background: #00A7FF;
                color: #FFF;
                font-family: "Avenir Heavy";
            }

.profile-TabContent {
    margin-top: 50px;
}

.profile-saveBtn {
    width: 87px;
    max-width: 87px;
    line-height: 20px;
}

.profile-form label {
    font-size: 20px;
}

.profile-form .form-group {
    margin-bottom: 2.3rem;
}

.profile-form input:hover,
.profile-form input:focus,
.profile-form textarea:hover,
.profile-form textarea:focus,
.profile-form select:hover,
.profile-form select:focus {
    border: none !important;
    outline: none;
    box-shadow: none;
    border-color: transparent;
    background: #FFF;
}

.profile-form input,
.profile-form textarea {
    border: none !important;
    border-color: transparent;
    background: #FFF;
    padding: 26px 20px;
    border-radius: 0;
    color: #707070;
    font-size: 14px;
    font-family: "Avenir Light";
    margin-top: 8px;
}

.profile-form select {
    border: none !important;
    border-color: transparent;
    background: #FFF;
    border-radius: 0;
    color: #707070;
    font-size: 14px;
    font-family: "Avenir Light";
    height: 54px;
    max-height: 54px;
    margin-top: 8px;
}

.profile-form textarea {
    padding: 16px 20px;
}

.profile-underline {
    width: 100%;
    height: 1px;
    background: #707070;
    margin: 10px 0 43px 0;
}

.subscriptionForm select {
    text-align-last: left;
}

.subscriptionForm .editTopicBtn.formBtn button {
    margin-left: 0;
}

.subscriptionForm.editVideo-form select {
    margin-bottom: 0;
}

.subscriptionForm.editVideo-form .form-group {
    margin-bottom: 20px;
}

.editVideo-form.subscriptionForm .editTopicBtn button {
    height: 54px;
    max-height: 54px;
}

.noLabel {
    height: 32px;
    max-height: 32px;
}

.profile-changeBtn {
    cursor: pointer;
    background: #00A7FF;
    color: #FFF;
    border-radius: 50px;
    padding: 8px 50px;
    align-items: center;
    display: flex;
    align-items: center;
    width: 143px;
    max-width: 143px;
    transition: all .2s ease;
    margin: 0 10px;
}

    .profile-changeBtn:hover {
        background: #0081c7;
        color: #FFF;
    }

.profile-saveBtn.qualification {
    width: 170px;
    max-width: 170px;
    text-transform: uppercase;
}

.profile-listingTable {
    width: 100%;
    margin: 30px 0;
}

    .profile-listingTable tr td {
        border-bottom: 1px solid #707070;
        font-family: "Avenir Medium";
        font-size: 14px;
        color: #707070;
        text-align: center;
        padding: 16px 16px;
        vertical-align: middle;
        line-height: 20px;
        white-space: nowrap;
    }

    .profile-listingTable tr:nth-child(1) td {
        font-family: "Avenir Heavy";
        font-size: 14px;
        color: #2E2E2E;
        text-align: center;
        vertical-align: top;
    }

        .profile-listingTable tr:nth-child(1) td:nth-child(1) {
            text-align: left;
        }

    .profile-listingTable tr td:nth-child(1) {
        text-align: center;
        width: 8%;
        padding: 16px 16px 16px 0;
    }

.profile-form.modalForm {
    margin-top: 16px;
}

    .profile-form.modalForm label {
        font-size: 20px;
    }

    .profile-form.modalForm .form-group {
        margin-bottom: 2.3rem;
    }

    .profile-form.modalForm input:hover,
    .profile-form.modalForm input:focus,
    .profile-form.modalForm textarea:hover,
    .profile-form.modalForm textarea:focus,
    .profile-form.modalForm select:hover,
    .profile-form.modalForm select:focus {
        border: none !important;
        outline: none;
        box-shadow: none;
        border-color: transparent;
        background: #F7F7F7;
    }

    .profile-form.modalForm input,
    .profile-form.modalForm textarea {
        border: none !important;
        border-color: transparent;
        background: #F7F7F7;
        padding: 26px 20px;
        border-radius: 0;
        color: #707070;
        font-size: 14px;
        font-family: "Avenir Light";
        margin-top: 8px;
    }

    .profile-form.modalForm select {
        border: none !important;
        border-color: transparent;
        background: #F7F7F7;
        border-radius: 0;
        color: #707070;
        font-size: 14px;
        font-family: "Avenir Light";
        height: 54px;
        max-height: 54px;
        margin-top: 8px;
    }

    .profile-form.modalForm textarea {
        padding: 16px 20px;
    }

.profile-form .arrowIcon {
    top: 23px;
}

.profile-saveBtn.working {
    width: 216px;
    max-width: 216px;
    text-transform: uppercase;
}

.workingMargin {
    margin-top: 40px;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.editTopicBtn.formBtn button {
    width: 100%;
    padding: 6px 20px;
    margin-right: 0;
    margin-left: 20px;
    /* height: 36px;
    max-height: 36px; */
}

.editVideoSection {
    background: #F7F7F7;
    padding-bottom: 80px;
}

.formInnerContainer {
    background: #FFF;
    padding: 80px 40px 80px 40px;
    box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.2);
}

.editVideo-form label {
    font-size: 20px;
}

.editVideo-form .form-group {
    margin-bottom: 2.3rem;
}

.editVideo-form input:hover,
.editVideo-form input:focus,
.editVideo-form textarea:hover,
.editVideo-form textarea:focus,
.editVideo-form select:hover,
.editVideo-form select:focus {
    border: none !important;
    outline: none;
    box-shadow: none;
    border-color: transparent;
    background: #F7F7F7;
}

.editVideo-form input,
.editVideo-form textarea {
    border: none !important;
    border-color: transparent;
    background: #F7F7F7;
    padding: 26px 20px;
    border-radius: 0;
    color: #707070;
    font-size: 14px;
    font-family: "Avenir Light";
    margin-bottom: 0;
}

.editVideo-form select {
    border: none !important;
    border-color: transparent;
    background: #F7F7F7;
    border-radius: 0;
    color: #707070;
    font-size: 14px;
    font-family: "Avenir Light";
    height: 54px;
    max-height: 54px;
    margin-bottom: 0;
}

.editVideo-form textarea {
    padding: 16px 20px;
}

input:checked + .slider {
    background-color: #EFEFEF;
}

input:focus + .slider {
    box-shadow: 0 0 1px #EFEFEF;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    background-color: #00A7FF;
    color: #FFF;
    content: url("img/tick-icon.svg");
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
    left: -1px;
}

.adjustPosition {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.marginBotttom01 {
    margin-bottom: 26px;
}

.arrowIcon {
    position: absolute;
    top: 13px;
    right: 18px;
    cursor: pointer;
}

label {
    margin-bottom: 0;
}

.formBtn div {
    width: 50%;
    margin-right: 18px;
}

.formBtn {
    margin-top: 0;
}

#submit {
    background: linear-gradient(to left, #00E67C 50%, #335D7A 50%) right;
    background-size: 200%;
}

    #submit:hover {
        background-position: left;
    }

.innerDivider {
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    margin: 50px 0;
}

.editVideo-form .form-group.marginBottomZero {
    margin-bottom: 0;
}

.custom-checkBox {
    display: flex;
    align-items: center;
}

    .checkmarkBox,
    .custom-checkBox input {
        top: 24%;
        left: -20%;
    }

.manageParticipant-table.viewTable.account tr td:nth-child(2) {
    width: auto;
}

.modal-content {
    background: transparent;
    border: none;
    border-radius: 0;
}

.modal-body {
    border: none;
    background: #FFF;
    padding: 40px 0;
}
/*added 25/10/21 */
.colorBtn {
    padding: 10px 50px;
    color: white;
    background: #325D79;
    border-radius: 50px;
}

.subsribeBtn {
    background: #fff;
    color: coral;
}

.colorBtn:hover {
    color: white;
}

.subsribeBtn:hover {
    color: coral;
}

#myTab {
    justify-content: center;
}

.nav-tabs {
    border: none;
}

    .nav-tabs .nav-item {
        border-bottom: 1px solid #dee2e6;
        color: #dee2e6;
    }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: transparent;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border-color: #fff #fff black;
        color: black;
    }

.subcribeBg {
    background-color: coral;
    color: white;
}

.footer {
    margin-top: 0px;
}

.lecturer-title {
    color: inherit;
}

@media (min-width: 1820px) {
    .adjustLeftPosition01,
    .adjustLeftPosition02 {
        left: -2.3% !important;
    }
}

@media (min-width: 1650px) {
    .manageParticipant-table {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1640px) {
    .billingTable tr td:nth-child(3) {
        left: 0 !important;
    }
}

@media (min-width: 1510px) {
    .manageParticipant-table.viewTable {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1440px) {
    .billingTable tr td:nth-child(3) {
        left: -5%;
    }

    .billingTable tr td:nth-child(2) {
        width: auto;
        max-width: 100%;
    }

    .adjustLeftPosition01,
    .adjustLeftPosition02 {
        left: -3%;
    }
}

@media (max-width: 1024px) {
    .paymentGrid {
        grid-template-columns: 50% 50%;
    }

    .contentBoxDesign .cartGrid {
        grid-template-columns: 76% 40%;
    }

    .subjectGrid {
        grid-template-columns: 55% 45%;
    }

    .viewParticipant-detailBtn.uploadBtn {
        margin-right: 0;
    }

    .videoDescriptionGrid {
        grid-template-columns: 1fr;
    }

    .numberBox {
        width: 22%;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .secondParticipant-table
    .subjectGrid {
        grid-template-columns: 100%;
    }

    .addNewVideoBtn.filterBtn {
        margin-top: 5px;
        width: 185px;
        max-width: 185px;
    }

    .paymentGrid {
        grid-template-columns: 100%;
    }

    .cartGrid .custom-checkBox input, .cartGrid .checkmarkBox {
        top: 55%;
    }

    .contentBoxDesign .cartGrid {
        grid-template-columns: 100% 51%;
    }

    .subjectGrid {
        grid-template-columns: 1fr 1fr;
    }

    .box {
        width: 100%;
    }

    .viewParticipant-detailBtn.uploadBtn {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 36px;
    }

    .courseContent-box .d-flex,
    .secondParticipant-table {
        display: block !important;
    }

        .courseContent-box .d-flex .box:last-child {
            margin-top: 10px;
        }

    .userSubjectDetails div:nth-child(1) .courseContent-box .videoButton div {
        width: 100%;
        max-width: 100%;
    }

    .userSubjectDetails .subjectCart-detail .addNewVideoBtn {
        width: 120px;
        max-width: 120px;
        margin-top: 6px;
    }

    .ipadDivWidth {
        width: 33.33%
    }

    .billingAddress .ipadDivWidth:nth-child(4) {
        margin-left: 60px;
    }

    .billingAddress .ipadDivWidth:nth-child(3) {
        margin-left: 0;
    }

    .billingAddress .viewParticipant-detail {
        margin-left: 60px;
    }

    .flexWrap {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .ipadDivWidth {
        width: 100%;
    }

    .removeMarginLeft {
        margin-left: 0;
    }

    .invoiceMobile-marginTop {
        margin-top: 40px;
    }

    .billingAddress .viewParticipant-detail {
        margin-left: 0;
    }

    .userSubjectDetails .subjectCart-detail .addNewVideoBtn {
        width: 120px;
        max-width: 120px;
        margin-top: 6px;
    }

    .userSubjectDetails div:nth-child(1) .courseContent-box .videoButton div {
        width: 100%;
        max-width: 100%;
    }

    .box {
        width: 100%;
    }

    .viewParticipant-detailBtn.uploadBtn {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 36px;
    }

    .courseContent-box .d-flex,
    .secondParticipant-table {
        display: block !important;
    }

        .courseContent-box .d-flex .box:last-child {
            margin-top: 10px;
        }

    .cartButtonCotainer {
        display: block;
        bottom: 20px;
    }

        .cartButtonCotainer .cartButton:nth-child(2) {
            margin-top: 10px;
        }

    .subjectGrid {
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
    }

    .cartGrid .custom-checkBox input, .cartGrid .checkmarkBox {
        top: 55%;
    }

    .contentBoxDesign .cartGrid {
        grid-template-columns: 240% 100%;
    }

    .videoButton a {
        width: 100%;
    }

        .videoButton a:nth-child(2) div {
            margin-top: 20px;
            margin-left: 0;
        }

    .billingBtn {
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 43px;
    }

    .billingAddress {
        display: block;
    }

    .floatRight {
        float: left;
    }

    .removeDefaultRadio:nth-child(2) .radioText {
        margin-right: 0;
    }

    .paymentGrid {
        grid-template-columns: 100%;
    }

    select {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .removePaddingLeft {
        padding-left: 15px;
    }

    .removePadding {
        margin: 0;
    }

    .addNewVideoBtn.filterBtn {
        margin-top: 5px;
        width: 185px;
        max-width: 185px;
    }

    .contentBoxDesign {
        padding: 26px;
    }

    .content01 {
        width: 60%;
    }

    .content02 {
        width: 40%;
        display: block;
    }

        .content02 .time {
            margin-left: 0;
        }

    .editTopicBtn.formBtn button {
        margin-left: 0;
    }

        .editTopicBtn.formBtn button:nth-child(1) {
            margin: 0 !important;
        }

    .editTopicBtn.formBtn button {
        margin: 10px 0 0 0 !important;
    }

    .changeTabTitle {
        margin-bottom: 20px;
    }

    .profile-innerTab li {
        width: 100%;
        margin-bottom: 10px;
    }

    .editVideo-form .form-group.marginBottomZero.mobileMarginBottom {
        margin-bottom: 40px;
    }

    .dividerAdjustMargin {
        margin: 10px 0 50px 0;
    }

    .checkmarkBox, .custom-checkBox input {
        left: 0;
        top: 80%;
    }

    .custom-checkBox {
        margin-bottom: 20px;
    }

    .checkboxTextAdjust {
        position: relative;
        bottom: -18px;
        left: 40px;
    }
}
