body {
    font-size: 1rem;
    color: #2E2E2E;
    font-family: "OpenSans";
    font-stretch: normal;
    font-optical-sizing: auto;
    transition: .5s ease all;
}

@font-face {
    font-family: OpenSans;
    src: url(../../Fonts/OxfordAdvantage/OpenSans.ttf);
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../Fonts/OxfordAdvantage/OpenSans.eot');
    src: url('../../Fonts/OxfordAdvantage/OpenSans.eot?#iefix') format('embedded-opentype'),  url('../../Fonts/OxfordAdvantage/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DMSerifDisplay';
    src: url('../../Fonts/OxfordAdvantage/DMSerifDisplay.eot');
    src: url('../../Fonts/OxfordAdvantage/DMSerifDisplay.eot?#iefix') format('embedded-opentype'),  url('../../Fonts/OxfordAdvantage/DMSerifDisplay.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #9b9b9b;
}

/*Header Start*/
header .navbar-brand {
    color: #ffffff;
}
header .nav-item .active {
    background-color: #FD5821;
    color: #FFFFFF !important;
    transition: 0.4s;
}
header .nav-link {
    color: #FFFFFF !important;
    border-radius: 10px;
    padding: 7px 16px;
    font-size: 16px;
    margin-left: 30px;
    transition: 0.4s;
    overflow: hidden;
}
    header .nav-link:hover {
        background-color: #FD5821;
        color: #FFF !important;
        border-radius: 10px;
        font-size: 16px;
        transition: 0.4s;
        overflow: hidden;
    }
.frm-header .nav-link:hover {
    background-color: #EE3208;
    color: #FFFFFF !important;
}
header .navbar-expand-lg {
    background-color: #112874;
    color: #FFFFFF;
    padding: 20px 0px;
    border-bottom: 2px solid #EAEAEA33;
}
.header img {
    width: 160px;
}
/*Header End*/
/*Banner Start*/
.banner {
    background: rgb(17,40,116);
    background: linear-gradient(180deg, rgba(17,40,116,1) 0%, rgba(0,136,202,1) 100%);
    position: relative;
    overflow: hidden;
}
.banner-container {
    padding: 20px 0px;
    background-image: url(../../Images/OxfordAdvantage/banner-cloud.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    position:relative;
    z-index:1;
    top: 1px;
}
.BannerDots-img-container {
    text-align: center;
    width: -webkit-fill-available;
    padding-top: 20px;
}
.Ball-img {
    position: absolute;
    left: 56%;
    top: 10%;
    width: initial;
    -webkit-animation: move-up-down 1s infinite alternate;
    animation: move-up-down 1s infinite alternate;
}

@keyframes move-up-down {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}
.Avatar-img {
    position: absolute;
    left: 91% !important;
    top: -6% !important;
    z-index: -1;
    transform: rotate(0deg) !important;
    width: 59px !important;
    height: 59px !important;
}

.banner-plane-img {
    position: absolute;
    left: 36%;
    top: 48%;
    transform: rotate(134deg);
    z-index: 1;
}

.banner-astronaut-img {
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 1;
}

.BDStar1 {
    position: absolute;
    top: 50px;
    left: 60px;
    color: #FFCB66;
    font-size: 24px;
    transform: rotate(192deg);
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.09, 1.09, 1.09);
    }

    to {
        transform: scaleX(1);
    }
}

.BDStar2 {
    position: absolute;
    top: 30%;
    left: 50%;
    color: #FFCB66;
    font-size: 18px;
    transform: rotate(192deg);
    animation: pulse 1s infinite;
}

.BDStar3 {
    position: absolute;
    top: 5%;
    right: 20%;
    color: #FFCB66;
    font-size: 22px;
    animation: pulse 2s infinite;
}

.BDStar4 {
    position: absolute;
    bottom: 1%;
    right: -12%;
    color: #FFCB66;
    font-size: 36px;
    animation: pulse 2s infinite;
}

.BannerDots-img {
    position: relative;
    z-index: 1;
    -webkit-animation: shimmy 3s infinite;
    animation: shimmy 6s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes shimmy {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(20px, 30px);
    }
}

@keyframes shimmy {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(20px, 30px);
    }
}

.banner-heading {
    font-size: 52px;
    color: #ffffff;
    font-family: DMSerifDisplay;
    margin-top: 70px;
    line-height: 68px;
    padding-right: 20%;
    position: relative;
    right: 8px;
}

.banner-integrated {
    color: #FFE829;
    background-image: url(../../Images/OxfordAdvantage/dash.svg);
    background-repeat: no-repeat;
    background-position: 0px 60px;
}

.banner-subheading {
    font-size: 20px;
    color: #ffffff;
    margin: 20px 0px 50px 0px;
    position: relative;
    right: 8px;
}

.banner-teacher-img {
    position: relative;
    right: 78px;
    bottom: 0px;
    margin-top: 20px;
}
/*Banner text animation start*/
.mySlides {
    display: none;
}

.dot {
}

.bnr-fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes bnr-fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1280px) {
    .banner-heading {
        padding-right: 5%;
    }
}
    @media (max-width: 1199.98px) {
        .banner-heading {
            font-size: 40px;
            line-height: 52px;
        }

        .banner-integrated {
            background-position: 0px 47px;
        }
    }
    /*Banner text animation end*/
    .login-container {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 32px;
        width: 100%;
        height: 464px;
        float: right;
        margin-top: 54px;
        position: relative;
    }

        .login-container h1 {
            font-size: 24px;
            font-family: DMSerifDisplay;
            margin-bottom: 30px;
        }

    .form-control {
        border: 1px solid #6D6D6D !important;
        background-color: #ffffff !important;
        padding: 8px 12px;
        letter-spacing: 1px;
        color: #2E2E2E;
        font-weight: 400;
    }

    .form-label {
        font-size: 14px;
        color: #2E2E2E;
        font-weight: 600;
    }

    .fs-text {
        font-size: 13px;
        color: #6D6D6D;
        text-align: right;
        font-weight: 600;
        letter-spacing: 1px;
        display: block;
        text-decoration: none;
    }

        .fs-text:hover {
            color: #FD5821;
            display: block;
            text-decoration: none;
        }

    .class-container {
        font-size: 12px;
        text-align: center;
    }

    .class-text {
        background-color: white;
        display: inline-block;
        padding: 1px 10px;
        position: relative;
        z-index: 1;
    }

    .class-container hr {
        position: relative;
        top: 13px;
    }
    /*Banner End*/

    .main-container {
        margin-bottom: 120px;
    }

    /*Product Features Start*/
    .pf-container {
        padding-top: 100px;
    }

    .pf-text1 {
        color: #222222;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .pf-text2 {
        color: #2E2E2E;
        font-size: 40px;
        font-weight: 400;
        font-family: DMSerifDisplay;
        line-height: 48px;
        margin: 10px 0px 20px 0px;
    }

    .pf-text3 {
        color: #6D6D6D;
        font-size: 16px;
        font-weight: 400;
    }

    .pf-text4 {
        color: #2E2E2E;
        font-size: 24px;
        font-weight: 400;
        font-family: DMSerifDisplay;
        line-height: 33px;
        margin-bottom: 10px;
    }

    .pf-text5 {
        color: #2E2E2E;
        font-size: 18px;
        font-weight: 400;
        font-family: DMSerifDisplay;
        margin-bottom: 10px;
    }

    .pf-img-space {
        margin: 40px 0px;
    }

    .pf-icon {
        color: #ffffff !important;
        padding: 6px !important;
        font-size: 26px;
        transition: 0.4s;
        width: 56px;
        height: 56px;
        background-color: #FD5821;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .w-82 {
        width: 82%;
    }

    .pf-rscontiner {
        margin-bottom: 40px;
    }

    .icon-star {
        color: #FD5821 !important;
    }
    /*Product Features End*/
    /*Empower accordion block styles starts*/
    .empowerblk-img {
        /*background-image: url(../../Images/OxfordAdvantage/banner-cloud.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    height: 134px;*/
        transform: rotate(180deg);
        z-index: 1;
        position: relative;
    }

    .cloudposition {
        top: 2px;
    }

    .cloudposition1 {
        top: 2px;
    }

    .cloudposition2 {
        bottom: 1px;
    }

    .empowerblk-Dots {
        background-image: url(../../Images/OxfordAdvantage/Dots.svg);
        background-repeat: no-repeat;
        background-size: 95%;
        padding-top: 263px;
        background-position: right 3em bottom 0px;
        -webkit-animation: shimmy 3s infinite;
        animation: shimmy 6s infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

    .empowerblk-img-bottom {
        /*padding: 20px 0px;
    background-image: url(../../Images/OxfordAdvantage/banner-cloud.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    height: 136px;
    position: relative;
    z-index: 132;*/
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #fff;
    }

    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
        .empowerblk-img-bottom {
            top: 3px;
        }

        .empowerblk-img {
            position: relative;
            top: -1px;
        }

        .bannerimg-bottom {
            position: relative;
            top: 5px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
        .empowerblk-img-bottom {
            top: 5px;
        }

        .empowerblk-img {
            position: relative;
            top: -1px;
        }

        .bannerimg-bottom {
            position: relative;
            top: 6px;
        }
    }

    .plane-img {
        position: absolute;
        left: 14%;
        top: -100px;
        width: initial;
        z-index: 1;
    }

    .planet-img {
        position: absolute;
        top: 130px;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .FAQStar2 {
        position: absolute;
        top: 220px;
        right: 170px;
        color: #FDC529;
        font-size: 30px;
        animation: pulse 2s infinite;
        z-index: 1;
    }

    .empowerblk .accordion p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .empowerblk .accordion {
        position: relative;
    }

        .empowerblk .accordion .euftsaccordion-blk {
            border-radius: 20px;
            border: 1px solid #e4bfff;
            background: #60239d;
            padding: 16px 20px;
        }

    .empowerblk .euftsaccordionTitle .accordionTitle,
    .empowerblk .accordion__Heading {
        color: #fff;
        font-family: DMSerifDisplay;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        display: block;
        text-decoration: none;
        transition: background-color 0.5s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .empowerblk .euftsaccordion-content {
        margin-bottom: 0px;
    }

    .empowerblk .euftsaccordionTitle .accordionTitle:after,
    .empowerblk .accordion__Heading:after {
        content: "\21";
        font-family: "oxford" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
        /* line-height: 2.2em;*/
        float: right;
        transition: transform 0.3s ease-in-out;
        font-size: 16px;
        /*width: 32px;
    height: 32px;*/
        text-align: center;
    }

    .empowerblk .euftsaccordionTitle .accordionTitleActive:after,
    .empowerblk .euftsaccordionTitle .accordionTitle.is-expanded:after {
        transform: rotate(180deg);
        content: "\34";
        font-family: "oxford" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
        /*    line-height: 1.9em;*/
        font-size: 16px;
        /*width: 32px;
    height: 32px;*/
        text-align: center;
    }

    .empowerblk .accordionItem {
        height: auto;
        overflow: hidden;
        /*max-height: 50em;*/
        transition: height 1s;
    }

        .empowerblk .accordionItem.is-collapsed {
            max-height: 0;
        }

    .no-js .accordionItem.is-collapsed {
        max-height: auto;
    }

    .animateIn {
        animation: accordionIn 0.45s normal ease-in-out both 1;
    }

    .animateOut {
        animation: accordionOut 0.45s alternate ease-in-out both 1;
    }

    @keyframes accordionIn {
        0% {
            opacity: 0;
            transform: scale(0.9) rotateX(-60deg);
            transform-origin: 50% 0;
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes accordionOut {
        0% {
            opacity: 1;
            transform: scale(1);
        }

        100% {
            opacity: 0;
            transform: scale(0.9) rotateX(-60deg);
        }
    }

    .empowerblk {
        background: #8642ca;
        color: #ffffff;
        /*padding: 80px 84px 0px 84px;*/
    }

    .empowerblk-space {
        padding-top: 80px;
    }

    .empowerblk .eufs-text1 {
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .empowerblk .eufts-text2 {
        padding: 12px 0px;
        font-family: DMSerifDisplay;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        border: none !important;
    }

    .empowerblk .eufts-text3 {
        font-size: 16px;
        font-style: normal;
        margin-bottom: 0px !important;
    }

    .empowerblk .euftsimg-blk {
        margin-top: 80px;
        position: relative;
        top: 36px;
    }

    .padlft-4px {
        padding-left: 4px !important;
    }

    .euftsaccordion-blk {
        margin-bottom: 22px;
    }

    .empowerblk .euftsaccordion-blk .is-expanded p {
        padding-top: 12px;
    }

    @media (min-width: 320px) and (max-width: 640px) {
        .empowerblk .euftsimg-blk {
            margin: 24px 0px;
        }

        /*.empowerblk {
        padding: 8px !important;
    }*/

        .euftsaccordion-blk {
            margin-bottom: 16px;
        }

        .accordion .euftsaccordion-blk {
            padding: 16px;
        }
    }
    /*Empower accordion styles end*/

    /*Testimonials Styless start*/

    .slick-prev:before,
    .slick-next:before {
        color: #181616 !important;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        padding-left: 0px !important;
        padding: 10px 0;
    }

    .slick-slide img {
        width: 56px;
        height: 56px;
        border-radius: 50%;
    }

    .card {
        margin: 0px 12px;
    }

    .DOPTTE-blk {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .astronaut-scaleX {
        transform: scaleX(-1);
    }



    .icon-video {
        color: #fff;
        text-align: center;
    }

    .media-blk .icon-video {
        color: #ffffff !important;
        padding: 6px !important;
        font-size: 20px;
        transition: 0.4s;
        width: 42px;
        height: 42px;
        background-color: #FD5821;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }

    .doptte-name {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        color: #2e2e2e;
        margin-bottom: 0px !important;
        height: 50px;
    }

    .DOPTTE-blk .card {
        margin: 0px 12px;
        border-radius: 20px;
        border-color: #E7E7E7;
        border-width: 2px
    }

        .DOPTTE-blk .card .card-footer {
            background-color: transparent;
            border: none;
        }


    .doptte-class {
        /*font-family: Roboto;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #6d6d6d;
        height: 30px;
        display: block;
    }

    .doptte-details {
        padding-left: 12px;
        padding-top: 5px;
    }

    .card-text {
    }

    .doptte-text1 {
        padding-top: 24px;
        color: #1d2332;
        font-family: DMSerifDisplay;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0px;
        line-height: 28px;
        height: 75px;
    }

    .doptte-text2 {
        padding-top: 12px;
        margin-bottom: 0px;
        height: 145px;
    }

    .doptte-review {
        padding-top: 12px;
    }

    .slick-prev:before {
        content: "\67";
        font-family: "oxford" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        background: #fff;
        border-radius: 50%;
        padding: 12px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .slick-next:before {
        content: "\67";
        font-family: "oxford" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        background: #fff;
        border-radius: 50%;
        padding: 12px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .slick-next {
        transform: rotate(180deg);
    }

    .slick-prev,
    .slick-next {
        z-index: 99;
    }

        .slick-prev.slick-disabled:before,
        .slick-next.slick-disabled:before {
            opacity: 0;
        }

        .slick-prev.slick-disabled,
        .slick-next.slick-disabled {
            display: none !important;
        }

    .slick-dots li.slick-active button:before {
        color: #fd5821;
    }

    .slick-dots li button:before {
        font-size: 40px;
        color: #FFF0D4;
        opacity: 1;
    }

    :focus-visible {
        outline: 0 !important;
    }

    .DOPTTE-blk .eufs-text1 {
        color: #2e2e2e;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .slick-next {
        right: -11px;
    }

    .slick-prev {
        left: -11px;
    }

    .padlft-4px {
        padding-left: 4px !important;
    }

    .DOPTTE-blk .eufts-text2 {
        padding: 12px 0px;
        font-family: DMSerifDisplay;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        border: none !important;
    }

    .DOPTTE-blk .eufts-text3 {
        font-size: 16px;
        font-style: normal;
        margin-bottom: 0px !important;
    }

    .DOPTTE-blk .responsive {
        margin-top: 40px;
    }
/*.DOPTTE-blk .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}*/
/*@media (min-device-width: 320px) and (max-device-width: 767px) {
    .DOPTTE-blk {
        padding: 8px;
    }
}*/
/*Testimonials Styles end*/
/*FAQ accordion block styles starts*/
.faqblk .accordion p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
}

    .faqblk .accordion {
        position: relative;
    }

        .faqblk .accordion .faqaccordion-blk {
            border-radius: 20px;
            border: 1px solid #4FC79D;
            background: #05573A;
            padding: 16px 20px;
        }

    .faqblk .faqaccordionTitle .accordionTitle,
    .faqblk .accordion__Heading {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        display: block;
        text-decoration: none;
        transition: background-color 0.5s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .faqblk .faqaccordion-content {
        margin-bottom: 0px;
    }

    .faqblk .faqaccordionTitle .accordionTitle:after,
    .faqblk .accordion__Heading:after {
        content: "\21";
        font-family: "oxford" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
        /*    line-height: 2.2em;*/
        float: right;
        transition: transform 0.3s ease-in-out;
        font-size: 16px;
        /*width: 32px;
    height: 32px;*/
        text-align: center;
    }

    .faqblk .faqaccordionTitle .accordionTitleActive:after,
    .faqblk .faqaccordionTitle .accordionTitle.expanded:after {
        transform: rotate(180deg);
        content: "\34";
        font-family: "oxford" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
        /*    line-height: 1.9em;*/
        font-size: 16px;
        /* width: 32px;
    height: 32px;*/
        text-align: center;
    }

    .faqblk .accordionItem {
        height: auto;
        overflow: hidden;
        /*max-height: 50em;*/
        transition: height 1s;
    }

        .faqblk .accordionItem.collapsed {
            max-height: 0;
        }

    .no-js .accordionItem.collapsed {
        max-height: auto;
    }

    .animateIn {
        animation: accordionIn 0.45s normal ease-in-out both 1;
    }

    .animateOut {
        animation: accordionOut 0.45s alternate ease-in-out both 1;
    }

    @keyframes accordionIn {
        0% {
            opacity: 0;
            transform: scale(0.9) rotateX(-60deg);
            transform-origin: 50% 0;
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes accordionOut {
        0% {
            opacity: 1;
            transform: scale(1);
        }

        100% {
            opacity: 0;
            transform: scale(0.9) rotateX(-60deg);
        }
    }

    .faqblk {
        background: #218360;
        color: #ffffff;
        position: relative;
        display: block;
        overflow: hidden;
        /*padding: 80px 84px 0px 84px;*/
    }

        .faqblk .eufs-text1 {
            color: #ffffff;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .faqblk .faq-text2 {
            padding: 12px 0px;
            font-family: DMSerifDisplay;
            font-size: 40px;
            font-style: normal;
            font-weight: 400;
            border: none;
        }

        .faqblk .faq-text3 {
            font-size: 16px;
        }

        .faqblk .faqimg-blk {
            position: absolute;
            bottom: -20px;
        }

            .faqblk .faqimg-blk img {
                /*position: absolute;
    top: 2260px;*/
            }

    .padlft-4px {
        padding-left: 4px !important;
    }

    .faqaccordion-blk {
        margin-bottom: 22px;
    }

    .faqblk .faqaccordion-blk .expanded p {
        padding-top: 12px;
    }


    /*FAQ accordion styles end*/

    /*Contact Us Start*/
    .cc-container
    .cc-images {
        margin: 40px 0px 20px 0px;
    }


    .CUTabs-layout label:hover, a:hover {
        border-bottom-color: #9b59b6;
    }

    .CUTabs-layout {
        display: grid;
        height: 100%;
        overflow: hidden;
        grid-template-rows: 50px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

        .CUTabs-layout input[type=radio] {
            display: none;
        }

        .CUTabs-layout label.nav {
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            user-select: none;
            transition: background 0.4s, padding-left 0.2s;
            padding-left: 0;
            border-radius: 50px;
            width: 210px;
        }

        .CUTabs-layout input[type=radio]:checked + .page + label.nav {
            background: #011E41;
            color: #ffffff;
        }



            .CUTabs-layout input[type=radio]:checked + .page + label.nav svg {
                opacity: 1;
            }

        .CUTabs-layout label.nav span {
            padding-left: 0px;
            position: relative;
        }

        .CUTabs-layout label.nav svg {
            left: 0;
            top: -3px;
            position: absolute;
            width: 15px;
            opacity: 0;
            transition: opacity 0.2s;
        }

        .CUTabs-layout .page {
            grid-column-start: 1;
            grid-row-start: 2;
            grid-column-end: span 3;
            padding: 0px 20px;
            display: flex;
            align-items: center;
        }

        .CUTabs-layout .page-contents > * {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.2s, transform 0.2s;
        }

            .CUTabs-layout .page-contents > *:nth-child(1) {
                transition-delay: 0.4s;
            }

            .CUTabs-layout .page-contents > *:nth-child(2) {
                transition-delay: 0.6s;
            }

            .CUTabs-layout .page-contents > *:nth-child(3) {
                transition-delay: 0.8s;
            }

            .CUTabs-layout .page-contents > *:nth-child(4) {
                transition-delay: 1s;
            }

            .CUTabs-layout .page-contents > *:nth-child(5) {
                transition-delay: 1.2s;
            }

            .CUTabs-layout .page-contents > *:nth-child(6) {
                transition-delay: 1.4s;
            }

            .CUTabs-layout .page-contents > *:nth-child(7) {
                transition-delay: 1.6s;
            }

            .CUTabs-layout .page-contents > *:nth-child(8) {
                transition-delay: 1.8s;
            }

            .CUTabs-layout .page-contents > *:nth-child(9) {
                transition-delay: 2s;
            }

            .CUTabs-layout .page-contents > *:nth-child(10) {
                transition-delay: 2.2s;
            }

            .CUTabs-layout .page-contents > *:nth-child(11) {
                transition-delay: 2.4s;
            }

            .CUTabs-layout .page-contents > *:nth-child(12) {
                transition-delay: 2.6s;
            }

            .CUTabs-layout .page-contents > *:nth-child(13) {
                transition-delay: 2.8s;
            }

            .CUTabs-layout .page-contents > *:nth-child(14) {
                transition-delay: 3s;
            }

            .CUTabs-layout .page-contents > *:nth-child(15) {
                transition-delay: 3.2s;
            }

            .CUTabs-layout .page-contents > *:nth-child(16) {
                transition-delay: 3.4s;
            }

            .CUTabs-layout .page-contents > *:nth-child(17) {
                transition-delay: 3.6s;
            }

            .CUTabs-layout .page-contents > *:nth-child(18) {
                transition-delay: 3.8s;
            }

            .CUTabs-layout .page-contents > *:nth-child(19) {
                transition-delay: 4s;
            }

            .CUTabs-layout .page-contents > *:nth-child(20) {
                transition-delay: 4.2s;
            }

        .CUTabs-layout input[type=radio] + .page {
            transition: transform 0.2s;
            transform: translateX(100%);
        }

        .CUTabs-layout input[type=radio]:checked + .page {
            transform: translateX(0%);
        }

            .CUTabs-layout input[type=radio]:checked + .page .page-contents > * {
                opacity: 1;
                transform: translateY(0px);
            }

        .CUTabs-layout .page-contents {
            width: 100%;
            /*margin-top:30px;*/
        }
    /*Contact Us end*/



    /*Footer Start*/
    footer {
        background-color: #011E41;
        color: #ffffff;
        padding: 16px 0px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

        footer .left-menu .nav-link {
            color: #FFFFFF !important;
            padding: 6px 15px;
            font-size: 14px;
            border: 2px solid rgb(253 88 33 / 0%);
            transition: 0.4s;
            font-weight: 400;
            border-radius: 10px;
        }

            footer .left-menu .nav-link:hover {
                background-color: #FD5821;
                color: #FFF !important;
                border-radius: 10px;
                transition: 0.4s;
                overflow: hidden;
            }

        footer .right-menu .nav-link {
            color: #333033 !important;
            padding: 6px !important;
            font-size: 20px;
            border: 2px solid #FFFFFF;
            margin-left: 10px;
            transition: 0.4s;
            width: 40px;
            height: 40px;
            background-color: #ffffff;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        footer .right-menu {
            margin: auto 0;
        }

            footer .right-menu .nav-link:hover {
                color: #FFFFFF !important;
                border: 2px solid #FD5821;
                transition: 0.4s;
                background-color: #FD5821;
            }

        footer .copyright {
            font-size: 12px;
            padding: 10px 0px;
        }
    /*Footer End*/


    .btn1 {
        font-size: 16px;
        color: #ffffff;
        background-color: #FD5821;
        padding: 8px 10px;
        text-align: center;
        width: 100%;
        border-radius: 50px;
        transition: 0.4s;
        border: none;
        text-decoration: none;
        display: block;
    }

        .btn1:hover {
            background-color: #EE3208 !important;
            transition: 0.4s;
            color: #ffffff !important;
            text-decoration: none;
        }
.btn1validate {
    background-color: #EE3208 !important;   
    color: #ffffff !important;    
}

    .btn2 {
        font-size: 16px;
        color: #6D6D6D;
        background-color: #FFFFFF;
        padding: 8px 10px;
        text-align: center;
        border: 2px solid #6D6D6D;
        width: 100%;
        border-radius: 50px;
        transition: 0.4s;
        text-decoration: none;
        display: block;
    }

        .btn2:hover {
            color: #6D6D6D;
            background-color: #F6F6F6;
            transition: 0.4s;
            text-decoration: none;
        }

    a {
        color: #2E2E2E;
        text-decoration: none;
        transition: 0.4s;
    }

        a:hover {
            color: #FD5821;
            text-decoration: none;
            transition: 0.4s;
        }

    .rating-select {
        color: #FD5821;
    }

    .rebtn {
        position: relative;
        overflow: hidden;
        transition: background 400ms;
        color: #fff;
        background-color: #6200ee;
        padding: 1rem 2rem;
        font-family: 'Roboto', sans-serif;
        font-size: 1.5rem;
        outline: 0;
        border: 0;
        border-radius: 0.25rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3); /* black with 30% opacity */
        cursor: pointer;
    }

    span.ripple {
        position: absolute;
        border-radius: 50%;
        transform: scale(0);
        animation: ripple 600ms linear;
        background-color: rgba(255, 255, 255, 0.7);
    }

    @keyframes ripple {
        to {
            transform: scale(4);
            opacity: 0;
        }
    }


    /*.banner {
    display: none;
}
.pf-container {
    display: none;
}
.empowerblk {
    display: none;
}
.DOPTTE-blk {
    display: none;
}
.faqblk {
    display: none;
}
.cc-container {
    display: none;
}*/







    /*`xxl` applies to x-large devices (large desktops, less than 1400px)*/
    @media (max-width: 1399.98px) {
        /*.BDStar4 {
        display:none;
    }*/
        .banner-teacher-img {
            right: 38px;
        }

        .banner-astronaut-img {
            left: 55%;
            top: 56%;
        }

        .banner-plane-img {
            top: 44%;
        }
    }
    /*`xl` applies to large devices (desktops, less than 1200px)*/
    @media (max-width: 1366px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: 1204px;
        }
        header .navbar-expand-lg {
            padding: 15px 0px;
        }
        header .nav-link {
            padding: 10px 16px;
        }
        header .nav-link {
            padding: 10px 16px;
            margin-left: 52px;
        }
        .BDStar1 {
            top: 26px;
            left: 38px;
        }
        .BDStar2 {
            top: 28%;
            left: 52%;
        }
        .BDStar3 {
            top: 4%;
            right: 17%;
        }
        .BannerDots-img-container {
            padding-top: 11px;
        }
        .banner-heading {
            margin-top: 50px;
            line-height: 62px;
        }
        .banner-teacher-img {
            margin-top: 8px;
            right: 78px;
        }
        .banner-subheading {
            margin: 22px 0px 20px 0px;
        }
        .Ball-img {
            left: 57%;
            top: 11%;
        }
        /*.login-container {
            left: 8px;
        }*/
        .banner-plane-img {
            top: 35%;
            left: 41%;
        }
        .banner-astronaut-img {
            left: 55%;
            top: 55%;
            width: 120px;
        }
        .DOPTTE-blk .eufts-text2 {
            padding: 0px 0px;
            line-height: 50px;
        }
        .DOPTTE-blk .responsive {
            margin-top: 16px;
        }
        .plane-img {
            top: -128px;
            left: 13%;
        }
        .FAQStar2 {
            right: 120px;
        }
        .faqblk .accordion .faqaccordion-blk {
            padding: 20px 28px;
        }
        .faqaccordion-blk {
            margin-bottom: 16px;
        }
        .DOPTTE-blk {
            padding-bottom: 60px;
        }
        .pf-img-space {
            margin: 10px 0px;
        }
        .faqblk .faqimg-blk {
            /*left: 19px;*/
            bottom: -24px;
        }
        /*.faqblk .faqimg-blk img {
            width: 78%;
        }*/
        .cc-container .cc-images {
            margin: 40px 0px 0px 0px;
        }
    }

    /*`xl` applies to large devices (desktops, less than 1200px)*/
    @media (max-width: 1199.98px) {
        .BDStar4 {
            right: -6%;
            font-size: 20px;
            z-index: -1;
        }

        .Ball-img {
            left: 53%;
        }

        .banner-plane-img {
            left: 26%;
        }

        .banner-astronaut-img {
            left: 45%;
        }

        .banner-heading {
            padding-right: 0%;
            right: 0px;
        }
        .banner-subheading {
            right: 0px;
        }
        .banner-teacher-img {
            right: 25px;
            bottom: -5px;
        }

        .login-container {
            padding: 16px;
            height: 444px;
        }

        .doptte-text2 {
            height: 175px;
        }

        .doptte-class {
            height: 45px;
        }
    }
    /*`lg` applies to medium devices (tablets, less than 992px)*/
    @media (max-width: 991.98px) {
        .main-container {
            margin-bottom: 170px;
        }

        .plane-img {
            left: 8%;
            top: -150px;
        }

        .header .nav-link {
            margin: 20px 0px;
        }

        .header .nav-item {
            margin: 0 auto;
        }

        .BDStar1, .BDStar2, .BDStar3, .BDStar4, .Ball-img, .banner-plane-img, .banner-astronaut-img {
            display: none;
        }

        .banner-teacher-img {
            right: 32px;
            margin-top: 0px;
        }

        .banner-heading {
            margin-top: 50px;
        }

        .doptte-text2 {
            height: 150px;
        }
    }
    /*`md` applies to small devices (landscape phones, less than 768px)*/
    @media (max-width: 767.98px) {
        .forgetpwd-container {
            padding: 20px !important;
        }

        /*.faqblk .faqimg-blk img {
            max-width: 120%;
        }*/

        .main-container {
            margin-bottom: 240px;
        }

        .faqblk .faqimg-blk {
            position: relative;
            bottom: -50px;
        }

        .plane-img {
            left: 62%;
            top: -60px;
            width: 320px;
        }

        .planet-img {
            top: 40px;
            right: -60px;
            width: 110px;
        }

        .FAQStar2 {
            top: 100px;
            left: 30px;
        }

        .empowerblk-Dots {
            background-repeat: no-repeat;
            background-size: 300%;
            padding-top: 272px;
            background-position: left 1em top 0px;
        }

        .DOPTTE-blk {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .faqblk .faqaccordionTitle .accordionTitle, .faqblk .accordion__Heading {
            font-size: 16px;
        }

        .faqaccordion-blk {
            margin-bottom: 16px;
        }

        .faqblk .faq-text2 {
            font-size: 32px;
        }

        .doptte-text2 {
            font-size: 14px;
            height: 100px;
        }

        .doptte-text1 {
            font-size: 18px;
            height: 70px;
        }

        .doptte-class {
            font-size: 12px;
            height: 45px;
        }

        .doptte-name {
            font-size: 14px;
            height: 45px;
        }

        .pf-text2 {
            font-size: 32px;
        }

        .DOPTTE-blk .eufts-text2 {
            font-size: 32px;
        }

        .empowerblk .euftsaccordionTitle .accordionTitle, .empowerblk .accordion__Heading {
            font-size: 16px;
        }

        .empowerblk .eufts-text2 {
            font-size: 32px;
        }

        .empowerblk-space {
            padding-top: 40px;
        }

        .pf-text3 {
            font-size: 14px;
        }

        .banner-integrated {
            background-position: 0px 35px;
            background-size: 100%;
        }

        .banner-heading {
            margin-top: 10px;
            font-size: 30px;
            line-height: 46px;
            padding-right: 24%;
        }

        .banner-subheading {
            margin: 10px 0px 30px 0px;
        }

        .banner-teacher-img {
            position: initial;
        }

        .login-container {
            margin-bottom: 80px;
            left:0;
        }
        /*footer .left-menu .nav-link {
        padding: 6px 12px !important;
    }*/
        .CUTabs-layout .page {
            padding: 0px 0px;
        }

        .mlr-0 {
            margin-left: 0px !important;
        }
    }

    /* `sm` applies to x-small devices (portrait phones, less than 576px)*/
    @media (max-width: 575.98px) {
        .Avatar-img {
            right: -1% !important;
            width: 40px !important;
            transform: rotate(348deg) !important;
            left: auto !important;
        }

        .login-container {
            margin-bottom: 50px;
            left:0;
        }

        .doptte-text2 {
            height: 110px;
        }
    }

    @media (max-width: 398.98px) {
        .doptte-text1 {
            height: 65px;
        }

        .doptte-text2 {
            height: 150px;
        }

        .doptte-name {
            height: 50px;
        }
    }


    .navbar-toggler:not(.toggleIcon) .navbar-toggler-icon {
        content: "\73";
        font-family: "oxford" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .navbar-toggler:not(.toggleIcon) .navbar-toggler-icon::before {
            opacity: 0;
        }

        .navbar-toggler:not(.toggleIcon) .navbar-toggler-icon::after {
            content: "\5f";
            font-family: "oxford" !important;
            font-style: normal !important;
            font-weight: normal !important;
            font-variant: normal !important;
            text-transform: none !important;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 3px;
            left: 5px;
            transition: all .5s ease-in-out;
        }

    .navbar-toggler-icon::before {
        content: "\73";
        font-family: "oxford" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 3px;
        left: 5px;
        transition: all .5s ease-in-out;
    }

    .navbar-toggler-icon {
        color: #fff;
        background-image: none;
        position: relative;
    }

    .navbar-toggler {
        border: none;
        margin: 0px;
        padding: 0px;
    }

        .navbar-toggler:focus {
            border: none;
        }

    .form-control {
        transition: .5s ease all;
    }

    .euftst1 {
    }

    .euftst2 {
        transition: all 1.3s;
        transform: scale(1.4);
    }

    /**ValidateLicence Styles Start**/

    .grey-bg {
        background: #F6F6F6;
    }

    .licact-container {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 32px;
        margin: 32px 0px;
    }

    .lic-text1 {
        color: #333;
        font-weight: 600;
        padding: 25px 0px;
    }

    .bck-arrow .icon-back {
        padding: 6px !important;
        font-size: 13px;
        transition: 0.4s;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #E7E7E7;
        color: #FD5821;
    }

    .lic-text {
        font-size: 24px !important;
        font-weight: 700;
        padding-bottom: 35px;
        margin-left: 18px;
    }

    .fnt-14px {
        color: #212121;
        font-size: 14px;
        font-weight: 400;
    }

    .lic-rbtn .form-check-input:checked {
        background-color: #FD5821;
        border-color: #FD5821;
    }

    .lic-rbtn .form-check-input:focus {
        border-color: #FD5821;
        box-shadow: 0 0 0 0.25rem rgb(255 212 133);
    }

    .mandatory-txt {
        font-size: 12px;
        color: #6D6D6D;
    }

        .mandatory-txt .red-color {
            color: #FF0505;
        }

    .mand_fld {
        color: #FF0505;
        padding-left: 3px;
    }

    .btnValidate, .btnCancle {
        width: fit-content;
        padding: 10px 20px;
        font-weight: 600;
        font-size: 16px;
    }

    .btncancel {
        margin-bottom: 25px;
        width: fit-content;
        padding: 10px 20px;
        margin: auto;
    }

    .btnCancle {
        background: #FFF;
        border: 1px solid #6D6D6D;
        color: #6D6D6D;
    }

        .btnCancle:hover {
            border: 1px solid #EE3208 !important;
        }

    .btnValidate {
        background: #D1D1D1;
        color: #FFF;
        /*    margin-right: 15px;
*/
    }

    .fl-rgt {
        position: absolute;
        right: 30px;
        top: 27px;
        padding: 12px !important;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    select:after {
    }

    .select-questions {
        border: 1px solid #6D6D6D !important;
        background-color: #ffffff !important;
        padding: 8px 12px;
        letter-spacing: 1px;
        color: #2E2E2E;
        font-weight: 400;
    }

    .lic-txt1 {
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 15px;
    }

    .lic-txt2 {
        font-size: 16px;
        font-weight: 400;
    }

    .success-msg {
        margin: 25px 0px;
    }

    .phone-number {
        color: #6D6D6D;
        font-size: 14px;
    }

    .ml-0 {
        margin-left: 0px !important;
    }

    .step-container {
        position: relative;
        text-align: center;
        transform: translateY(-43%);
    }

    .step-circle {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #B0B0B0;
        color: #B0B0B0;
        line-height: 30px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        cursor: pointer;
        font-size: 14px;
        /* Added cursor pointer */
    }

    .step-line {
        position: absolute;
        top: 16px;
        left: 50px;
        width: calc(100% - 100px);
        background-color: red;
        z-index: -1;
    }

    .progress, .progress-stacked {
        height: 1px !important;
        --bs-progress-bg: #B0B0B0 !important;
    }

    #multi-step-form {
        overflow-x: hidden;
    }

    .wizrad-width, .stepcont-title {
        max-width: 429px !important;
        width: 100%;
        margin: auto;
        height: 20px;
    }

    .wiz-selected {
        background: #FD5821;
        color: #FFF;
        border-color: #FD5821;
    }

    .licact-list {
        font-size: 12px;
        color: #6D6D6D;
        margin-bottom: 0px !important;
        padding-left: 26px !important;
        padding-top: 10px !IMPORTANT;
        line-height: 22px;
    }

    .licact-note {
        color: #2E2E2E;
        font-size: 14px;
    }

    .licact-txt1 {
        color: #6D6D6D;
        font-size: 14px;
        font-style: italic;
    }

    .wiz-title {
        width: 100%;
        max-width: 800px;
        margin: auto;
    }

    .class-inact {
        color: #B0B0B0;
        font-size: 16px;
        font-weight: 600;
    }

    .class-act {
        color: #2E2E2E;
        font-size: 16px;
        font-weight: 600;
    }

    .key-text {
        font-size: 16px;
        font-weight: 600;
        border: 1px solid #B0B0B0 !important;
    }

    .VLNote {
        font-weight: 600;
    }

    @media (min-device-width: 320px) and (max-device-width: 768px) {
        .licact-container {
            padding: 16px;
        }

        .fl-rgt {
            top: 11px;
            right: 15px;
        }

        .wizrad-width, .stepcont-title {
            max-width: 181px !important;
        }

        .key-text {
            font-size: 14px;
        }
    }
    /**ValidateLicence Styles End**/

    /**ManageRegistration Styles Start**/

    .grey-bg {
        background: #F6F6F6;
    }

    .licact-container {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 32px;
        margin: 32px 0px;
    }

    .lic-text1 {
        color: #333;
        font-weight: 600;
        padding: 25px 0px;
    }

    .bck-arrow .icon-back {
        padding: 6px !important;
        font-size: 13px;
        transition: 0.4s;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #E7E7E7;
        color: #FD5821;
    }

    .lic-text {
        font-size: 24px !important;
        font-weight: 700;
        padding-bottom: 35px;
        margin-left: 18px;
    }

    .fnt-14px {
        color: #212121;
        font-size: 14px;
        font-weight: 400;
    }

    .lic-rbtn .form-check-input:checked {
        background-color: #FD5821;
        border-color: #FD5821;
    }

    .lic-rbtn .form-check-input:focus {
        border-color: #FD5821;
        box-shadow: 0 0 0 0.25rem rgb(255 212 133);
    }

    .mandatory-txt {
        font-size: 12px;
        color: #6D6D6D;
    }

        .mandatory-txt .red-color {
            color: #FF0505;
        }

    .mand_fld {
        color: #FF0505;
        padding-left: 3px;
    }

    .btnValidate, .btnCancle {
        width: fit-content;
        padding: 10px 20px;
    }

    .btncancel {
        margin-bottom: 25px;
        width: fit-content;
        padding: 10px 20px;
        margin: auto;
    }

    .btnCancle {
        background: #FFF;
        border: 1px solid #6D6D6D;
        color: #6D6D6D;
    }

    .btnValidate {
        background: #D1D1D1;
        color: #FFF;
        margin-right: 15px;
    }

    .fl-rgt {
        position: absolute;
        right: 30px;
        top: 27px;
        padding: 12px !important;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .select-questions {
        border: 1px solid #6D6D6D !important;
        background-color: #ffffff !important;
        padding: 8px 12px;
        letter-spacing: 1px;
        color: #2E2E2E;
        font-weight: 400;
    }

    .lic-txt1 {
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 15px;
    }

    .lic-txt2 {
        font-size: 16px;
        font-weight: 400;
    }

    .success-msg {
        margin: 25px 0px;
    }

    .phone-number {
        color: #6D6D6D;
        font-size: 14px;
    }

    .ml-0 {
        margin-left: 0px !important;
    }


    .step-container {
        position: relative;
        text-align: center;
        transform: translateY(-43%);
    }

    .step-circle {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #B0B0B0;
        color: #B0B0B0;
        line-height: 30px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        cursor: pointer;
        font-size: 14px;
        /* Added cursor pointer */
    }

    .step-line {
        position: absolute;
        top: 16px;
        left: 50px;
        width: calc(100% - 100px);
        background-color: red;
        z-index: -1;
    }

    .progress, .progress-stacked {
        height: 1px !important;
        --bs-progress-bg: #B0B0B0 !important;
    }

    #multi-step-form {
        overflow-x: hidden;
    }

    .wizrad-width, .stepcont-title {
        max-width: 429px !important;
        width: 100%;
        margin: auto;
        height: 20px;
    }

    .wiz-selected {
        background: #FD5821;
        color: #FFF;
        border-color: #FD5821;
    }

    .licact-txt1 {
        color: #6D6D6D;
        font-size: 14px;
        font-style: italic;
    }

    .wiz-title {
        width: 100%;
        max-width: 800px;
        margin: auto;
    }

    .usr-img {
        width: 130px;
        height: 130px;
        border-radius: 50%;
    }

    .upload-pro {
        max-width: 130px;
        width: 100%;
    }

    .select-questions {
        border: 1px solid #6D6D6D !important;
        background-color: #ffffff !important;
        padding: 8px 12px;
        letter-spacing: 1px;
        color: #2E2E2E;
        font-weight: 400;
    }

    .btnRegister, .btnCancle {
        width: fit-content;
        padding: 10px 20px;
        font-weight: 600;
        font-size: 16px;
    }

    .btncancel {
        margin-bottom: 25px;
        width: fit-content;
        padding: 10px 20px;
        margin: auto;
    }

    .btnCancle {
        background: #FFF;
        border: 1px solid #6D6D6D;
        color: #6D6D6D;
    }

    .btnRegister {
        color: #FFF;
        margin-right: 15px;
    }

    .mgreg-text {
        color: #2E2E2E;
        font-weight: 600;
        font-size: 16px;
        padding-top: 16px;
    }

    .select-Relation, .select-Class {
        border: 1px solid #6D6D6D !important;
        background-color: #ffffff !important;
        padding: 8px 12px;
        letter-spacing: 1px;
        color: #2E2E2E;
        font-weight: 400;
    }

    .class-inact {
        color: #B0B0B0;
        font-size: 16px;
        font-weight: 600;
    }

    .class-act {
        color: #2E2E2E;
        font-size: 16px;
        font-weight: 600;
    }

    .scholl-name {
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

    .btn:hover {
        color: #2E2E2E !important;
        background-color: transparent !important;
    }

    .scholl-search {
        position: absolute !important;
        right: 5px !important;
        border: none !important;
        z-index: 8 !important;
        padding-top: 13px !important;
    }

        .scholl-search .icon-search {
            color: #6D6D6D !important;
        }

    .tc-text {
        color: #6D6D6D;
    }

    .wiz-completed {
        border: 1px solid #FD5821;
        color: #FD5821;
    }

    .photo-box {
        border: 1px solid var(--colors-border-stroke-border-1, #E7E7E7);
        padding: 16px 24px;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        position: relative;
        border-radius: 6px;
    }

    .text-completed {
        color: #2E2E2E;
        font-size: 16px;
        font-weight: 600;
    }

    .uplod-text {
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        top: 35%;
        text-align: center;
        left: 32%;
    }

    .btnCancle:hover {
        border: 1px solid #EE3208 !important;
    }

    .serach-drplist {
        height: 200px !important;
        overflow-y: scroll !important;
        width: 100%;
        overflow-x: hidden;
        position: absolute;
        top: 43px;
    }

        .serach-drplist > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
            border-bottom: 1px solid #ccc;
        }

    .licact-container .form-control {
        border: 1px solid #B0B0B0 !important;
        color: #6D6D6D;
    }

    .fnt-13px {
        font-size: 13px;
        color: #2E2E2E;
        padding-top: 3px;
    }

    .datepicker td, .datepicker th {
        width: 40px;
        height: 40px;
    }

    .iframe-content {
        width: 100%;
        border: 1.6px solid #9a9a9a;
        border-right: 1.6px solid rgb(238, 238, 238);
        border-bottom: 1.6px solid rgb(238, 238, 238);
    }

    .iframeborder-rgt {
        border-right: 1.6px solid #9a9a9a;
    }

    .tcheader {
        color: #fff !important;
        background-color: #112874;
        min-height: 50px !important;
        padding: 8px 15px;
        border-bottom: 1px solid #e5e5e5;
    }
.TChead {
    color: #2e2e2e !important;
    background-color: #fff !important;
}
    .TChead .tcclose{
        color:#2e2e2e !important;
    }
    .tcheader .modal-title {
        font-size: 14px !important;
        font-weight: 500;
    }

    .p-2px {
        padding: 2px !important;
    }

    .tcclose {
        background: transparent;
        color: #FFF;
        border: none;
        font-size: 25px;
    }

    modal {
        background: #7b7b7b;
    }

    .cursorptr {
        cursor: pointer;
    }
    /***Pre-loader styles starts****/
    #pageloaderdiv {
        float: left;
        color: #FFFFFF;
        background: #fff;
        background-position: 0 -1352px;
        width: 150px;
        padding: 8px 15px 8px 15px;
        z-index: 16;
        position: fixed;
        top: 40%;
        left: 45%;
        -webkit-box-shadow: 0px 1px 13px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 1px 13px -2px rgba(0,0,0,0.75);
        box-shadow: 0px 1px 13px -2px rgba(0,0,0,0.75);
        border-radius: 10px;
        color: #000;
        text-align: center;
        font-weight: bold;
        z-index: 999;
        font-size: 14px !important;
        font-family: Arial !important;
    }

    #pageloaderblock {
        background: #7b7b7b45;
        display: block;
        visibility: visible;
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
    }

    .page_loader_div1 img {
        width: 71%;
    }

    /***Pre-loader styles ends****/

    @media (min-device-width: 320px) and (max-device-width: 767px) {
        .licact-container {
            padding: 16px;
        }

        .fl-rgt {
            top: 11px;
            right: 15px;
        }

        .wizrad-width, .stepcont-title {
            max-width: 181px !important;
        }
    }

    /**ManageRegistration Styles End**/

    /**Password Recovery Styles Start**/

    .forgetpwd-container {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 32px;
        margin: 32px 0px;
    }

    .frgpwd-text1 {
        color: #333;
        font-weight: 600;
        padding: 25px 0px;
    }

    .fpbck-arrow:before {
        content: "\66";
        font-family: "oxford" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        border: 1px solid rgba(0, 0, 0, 0.176);
        // box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 50%;
        padding: 12px;
        width: fit-content;
        color: #fd5821;
        font-size: 16px;
        vertical-align: middle;
    }

    .forgetpwd-container .fb-text {
        font-size: 24px !important;
        font-weight: 700;
    }

    .forgetpwd-container .fnt-14px {
        color: #212121;
        font-size: 14px;
        font-weight: 400;
    }

    .pwd-notes {
        color: #2E2E2E;
        font-size: 14px;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .forgetpwd-container .pwd-rbtn .form-check-input:checked {
        background-color: #FD5821;
        border-color: #FD5821;
    }

    .forgetpwd-container .pwd-rbtn .form-check-input:focus {
        border-color: #FD5821;
        box-shadow: 0 0 0 0.25rem rgb(255 212 133);
    }

    .forgetpwd-container .mandatory-txt {
        font-size: 14px;
    }

        .forgetpwd-container .mandatory-txt .red-color {
            color: #FF0505;
        }

    .forgetpwd-container .mand_fld {
        color: #FF0505;
        padding-left: 3px;
    }

    .btnContinue, .btnCancle, btnsignin {
        width: fit-content;
        padding: 10px 20px;
        font-weight: 600;
    }

    .btnsignin, .btncancel {
        margin-bottom: 25px;
        width: fit-content;
        padding: 10px 20px;
        margin: auto;
    }

    .forgetpwd-container .btnCancle {
        background: #FFF;
        border: 1px solid #6D6D6D;
        color: #6D6D6D;
        margin-right: 15px;
    }

    .forgetpwd-container .fl-rgt {
        position: absolute;
        right: 30px;
        top: 27px;
        padding: 12px !important;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    select:after {
    }

    .forgetpwd-container .select-questions {
        border: 1px solid #6D6D6D !important;
        background-color: #ffffff !important;
        padding: 8px 12px;
        letter-spacing: 1px;
        color: #2E2E2E;
        font-weight: 400;
    }

    .pwdrest-txt1 {
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 15px;
    }

    .pwdrest-txt2 {
        font-size: 16px;
        font-weight: 400;
    }

    .success-msg {
        margin: 25px 0px;
    }

    .phone-number {
        color: #6D6D6D;
        font-size: 14px;
    }

    .resend-opt {
        color: #FD5821;
        font-size: 14px;
    }

    .forgetpwd-container .ml-0 {
        margin-left: 0px !important;
    }

    .forgetpwd-container .mr-auto {
        margin-right: auto;
    }

    .forgetpwd-container .pf-icon {
        font-size: 18px;
        transition: 0.4s;
        width: 39px;
        height: 39px;
    }

    .forgetpwd-container .forgetpwd-container .form-control {
        border: 1px solid #B0B0B0 !important;
    }

    .forgetpwd-container .forgetpwd-container .form-check {
        padding-left: 22px;
    }

    @media (min-device-width: 320px) and (max-device-width: 767px) {
        .forgetpwd-container .forgetpwd-container {
            padding: 16px;
        }
    }



    .forgetpwd-container .grey-bg {
        background: #F6F6F6;
    }

    .dispOUPINone {
        display: none;
    }

    .forgetpwd-container .fnt-14px strong {
        font-size: 14px;
        font-weight: 400;
    }

    .form-check-input[type=radio] {
        border: 1.5px solid #666666;
    }

    .btn-cnt {
        width: fit-content;
        background: #FFF;
        border: 1px solid #6D6D6D;
        color: #6D6D6D;
        margin-right: 15px;
        padding: 10px 20px;
        font-weight: 600;
        border-radius: 50px;
    }

        .btn-cnt:hover {
            color: unset !important;
            background: unset !important;
        }

    /*.otpmodal {
        top: 50%;
        position: absolute;
    }*/

    .otpmodal .modal-content {
        z-index: 999;
    }
    /*header .plfrms .nav-link:hover {
    background-color: #EE3208 !important;
    color: #FFF !important;
}*/
    /**Password Recovery Styles End**/
    /*****System Requirement Tooltip styles starts********/
    .sysreqinner, .sysreqinners {
        background: #fff;
        padding: 10px;
        position: absolute;
        z-index: 99999;
        color: #333;
        border-radius: 4px;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0px 2px 16px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 2px 16px -2px rgba(0,0,0,0.75);
        box-shadow: 0px 2px 16px -2px rgba(0,0,0,0.75);
        width: 320px;
        bottom: 57px;
        right: 0;
        display: none; /* Initially hidden */
    }

        .sysreqinners hr {
            margin-top: 2px !important;
            margin-bottom: 2px !important;
        }

        .sysreqinner:after, .sysreqinners:after {
            content: "";
            width: 20px;
            position: absolute;
            height: 30px;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #fff;
            right: 3%;
            margin-top: 8px;
        }

    .post-relative {
        position: relative;
    }

    .strongcolor {
        color: #FD5821;
    }

    @media (min-device-width: 320px) and (max-device-width: 600px) {
        .sysreqinner {
            bottom: 43px;
        }

        footer .right-menu {
            margin-top: 10px;
        }
    }

    @media (min-device-width: 320px) and (max-device-width: 423px) {
        footer .left-menu .nav-link {
            padding: 6px 22px !important;
        }
    }

    @media (min-device-width: 424px) and (max-device-width: 441px) {
        footer .left-menu .nav-link {
            padding: 6px 25px !important;
        }
    }

    @media (min-device-width: 442px) and (max-device-width: 507px) {
        footer .left-menu .nav-link {
            padding: 6px 36px !important;
        }
    }

    @media (min-device-width: 508px) and (max-device-width: 767px) {
        footer .left-menu .nav-link {
            padding: 6px 8px !important;
        }
    }

    /*****System Requirement Tooltip styles ends********/

.school_height {
    height: 375px;
}
.otpicon {
    font-size: 24px;
    vertical-align: bottom;
}
.passwordicon {
    position: absolute;
    bottom: 10px;
    right: 7px;
}
.password-showicon {
    background: url(../../Images/OxfordAdvantage/oupi-sprite.png) 0px -40px;
    width: 38px;
    height: 23px;
	cursor: pointer;
}
.password-hideicon {
    background: url(../../Images/OxfordAdvantage/oupi-sprite.png) 0px -70px;
    width: 38px;
    height: 23px;
	cursor: pointer;
}