a,
a:hover {
    text-decoration: none
}

:focus,
a {
    outline: 0 !important
}

.go-top,
.more:hover {
    cursor: pointer
}

.go-top,
.go-top:hover {
    background-color: #3a63c7
}

.quick-link ul li::after,
.quick-return ul li::after,
.stellarnav li.has-sub>a:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: ""
}

.newslatter h5,
.saveConbtn .btn,
.stellarnav li a,
.stellarnav ul li>a,
footer h4 {
    text-transform: uppercase
}

.card_thumbnail_new h4,
.popular-card-div h4,
.testi-para {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.category_duration ul li,
.course_start_end ul li,
.validity p {
    list-style-type: none;
    font-size: 12px;
    display: inline-block
}

.banner-left p,
.slwrap .newbannerWrap .bannerInfo .infoWrap p {
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.VsTVUAD89KWleD0YRVsD,
.feedback-btn,
.joinbtn {
    text-decoration: none !important
}

@font-face {
    font-family: ClashGrotesk-Extralight;
    src: url("../fonts/ClashGrotesk-Extralight.woff2") format("woff2"), url("../fonts/ClashGrotesk-Extralight.woff") format("woff"), url("../fonts/ClashGrotesk-Extralight.ttf") format("truetype");
    font-weight: 200;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: ClashGrotesk-Light;
    src: url("../fonts/ClashGrotesk-Light.woff2") format("woff2"), url("../fonts/ClashGrotesk-Light.woff") format("woff"), url("../fonts/ClashGrotesk-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: ClashGrotesk-Regular;
    src: url("../fonts/ClashGrotesk-Regular.woff2") format("woff2"), url("../fonts/ClashGrotesk-Regular.woff") format("woff"), url("../fonts/ClashGrotesk-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: ClashGrotesk-Medium;
    src: url("../fonts/ClashGrotesk-Medium.woff2") format("woff2"), url("../fonts/ClashGrotesk-Medium.woff") format("woff"), url("../fonts/ClashGrotesk-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: ClashGrotesk-Semibold;
    src: url("../fonts/ClashGrotesk-Semibold.woff2") format("woff2"), url("../fonts/ClashGrotesk-Semibold.woff") format("woff"), url("../fonts/ClashGrotesk-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: ClashGrotesk-Bold;
    src: url("../fonts/ClashGrotesk-Bold.woff2") format("woff2"), url("../fonts/ClashGrotesk-Bold.woff") format("woff"), url("../fonts/ClashGrotesk-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

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

body,
html {
    scroll-behavior: smooth;
    font-family: ClashGrotesk-Regular
}

#preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.preloader-bubblingG {
    text-align: center;
    width: 78px;
    height: 49px;
    margin: auto
}

.preloader-bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 24px auto;
    background: #3899c6;
    border-radius: 49px;
    -o-border-radius: 49px;
    -ms-border-radius: 49px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    animation: 1s infinite alternate bubblingG;
    -o-animation: 1s infinite alternate bubblingG;
    -ms-animation: bubblingG 1s infinite alternate;
    -webkit-animation: 1s infinite alternate bubblingG;
    -moz-animation: 1s infinite alternate bubblingG
}

.preloader-bubblingG #bubblingG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s
}

.preloader-bubblingG #bubblingG_2 {
    animation-delay: .45s;
    -o-animation-delay: .45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: .45s;
    -moz-animation-delay: .45s
}

.preloader-bubblingG #bubblingG_3 {
    animation-delay: .9s;
    -o-animation-delay: .9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s
}

@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #3899c6;
        transform: translateY(0)
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: #fff;
        transform: translateY(-20px)
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #3899c6;
        -webkit-transform: translateY(0)
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: #fff;
        -webkit-transform: translateY(-20px)
    }
}

.dropdown-content li.disabled,
.popular-card.disabled {
    cursor: default;
    opacity: .6
}

:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0
}

ul {
    list-style-type: none
}

.custom-container {
    padding: 0 50px
}

header {
    padding: 0;
    box-shadow: 0 10px 14px 0 #3697c51f;
    background: #fff
}

.card-bottom,
.class-list-top,
.headerWrap,
.paymentSelect ul,
.tdashboardHeader .rt-side {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-social-icons {
    display: flex;
    align-items: center;
    gap: 21px
}

.header-social-icons img {
    width: 29px
}

.header-social-icons a {
    position: relative;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: .3s ease-in-out
}

.header-social-icons a:hover {
    transform: translateY(-10px);
    transition: .3s ease-in-out
}

.header-social-icons a span {
    position: absolute;
    right: -11px;
    top: 2px;
    width: 18px;
    display: flex;
    height: 18px;
    border-radius: 50%;
    background-color: #4fcfe5;
    color: #fff;
    align-items: center;
    justify-content: center;
    font: 600 11px/0px Outfit
}

.logo a img {
    width: 108px;
    transition: .3s ease-in-out
}

.course_start_end,
.intl-tel-input,
.iti,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.stellarnav.mobile>ul>li>a.dd-toggle,
.tutor-images img {
    width: 100%
}

.stellarnav a.dd-toggle .icon-plus {
    right: -38%
}

.stellarnav {
    z-index: 99
}

.stellarnav li a {
    text-align: right;
    position: relative;
    font: 400 16px/22px Outfit;
    letter-spacing: 0;
    color: #000
}

.login-btn a,
.stellarnav ul li>a {
    font-weight: 500;
    line-height: 43px;
    font-family: ClashGrotesk-Medium;
    letter-spacing: .05em
}

.stellarnav a,
.stellarnav li a:hover {
    color: #000 !important
}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right
}

.footer-bottom,
.ft-cntnt p,
.go-top,
.go-top i,
.login-btn a {
    text-align: center
}

.header-right {
    display: flex;
    align-items: center;
    gap: 52px;
    justify-content: flex-end
}

.stellarnav li.has-sub>a:after {
    margin-left: 7px;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    display: inline-block;
    top: -3px;
    position: relative;
    background-image: url(../images/drpdwn.png);
    height: 6px;
    width: 9px
}

.stellarnav ul li>a {
    padding: 10px 12px;
    font-size: 16px;
    text-align: left;
    color: #3697c5 !important;
    border-bottom: 2px solid transparent
}

.stellarnav ul li.active a {
    color: #333 !important;
    border-bottom: 2px solid #893a3f
}

.stellarnav li li {
    display: block !important;
    width: 100% !important
}

.stellarnav.desktop li.has-sub ul li a {
    padding: 10px;
    color: #000 !important;
    font-size: 16px;
    border-bottom: 1px solid #cecece;
    text-align: left
}

.stellarnav.desktop li.has-sub ul li:first-child a {
    border-radius: 10px 10px 0 0
}

.stellarnav.desktop li.has-sub ul li:last-child a {
    border-radius: 10px 10px 0 0;
    border-bottom: 0
}

.stellarnav.desktop li.has-sub ul li a:hover {
    background-color: #f5f8f9 !important;
    color: #529bbb !important
}

.stellarnav.desktop li.has-sub ul li:last-child:hover a {
    border-radius: 0 0 10px 10px
}

.stellarnav.desktop li.has-sub ul {
    padding-top: 0;
    background-color: #fff;
    box-shadow: 0 12px 25px #0000000a;
    border-radius: 10px
}

.class-card-top,
.ganderpanel ul,
.header-left,
ul.class-duration {
    display: flex;
    align-items: center;
    gap: 20px
}

.category {
    display: flex;
    position: relative;
    align-items: center
}

.go-top,
header.hdr.scroll {
    position: fixed;
    z-index: 999
}

.login-btn a {
    font-size: 18px;
    color: #3697c5;
    border: 1px solid #51bce2;
    padding: 10px 20px;
    border-radius: 32px
}

.go-top {
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    -webkit-transition: var(--transition);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.search-text,
.word {
    color: #231f20
}

.go-top img {
    transform: rotate(180deg)
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: 5s linear infinite top-bottom;
    animation: 5s linear infinite top-bottom
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto
}

.go-top:hover {
    color: #000;
    -webkit-transition: .5s linear;
    transition: .5s linear;
    border: 1px solid #3a63c7
}

.go-top.active svg {
    font-size: 19px
}

footer h4 {
    padding-bottom: 10px !important;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -.01em;
    text-align: left;
    color: #263238
}

.quick-link ul li a,
.quick-return ul li a,
.contactUs ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.01em;
    text-align: left;
    font-family: "ClashGrotesk-Medium";
    color: #666
}

.contactUs ul li {
    line-height: 25px;
}

.card-duration-left,
.card-ft,
.dropdown-content-top,
.popular-card.disabled span.csWrap {
    display: flex;
    align-items: center;
    gap: 10px
}

.quick-access ul li,
.quick-access ul li a {
    display: flex;
    gap: 14px;
    align-items: center;
    padding-bottom: 12px;
    word-break: break-all;
    font: 15px/19px Outfit;
    letter-spacing: 0;
    color: #dfdcdd
}

.footer-logo img {
    width: 275px
}

footer {
    padding: 71px 0 0;
    background: #fafafa
}

.footer-logo a {
    font: 32px/28px DM Serif Display;
    letter-spacing: 1.6px;
    color: #fff
}

.social-all p {
    font: 300 14px/24px Outfit;
    letter-spacing: 0;
    color: #dfdcdd;
    padding: 17px 0 24px
}

.newslatter h5 {
    font: 20px/22px DM Serif Display;
    letter-spacing: 1.2px;
    color: #fff;
    padding: 10px 0 20px
}

.ft-cntnt p,
.ft-cntnt p a {
    color: #263238
}

.btnTheme,
.cmmn-btn a,
.common-top h2,
.load-more p,
.view-all.green-bg a,
.word,
button.submit-btn.back-button {
    text-transform: capitalize
}

.newslatter input[type=email] {
    background: no-repeat padding-box #fff;
    border-radius: 7px;
    font: 16px/24px Outfit;
    letter-spacing: 0;
    color: #111;
    padding: 10px 54px 10px 10px;
    border: 0;
    width: 100%
}

.social-icons {
    display: flex;
    gap: 10px;
    margin: 26px 0
}

.newslatter button {
    background: no-repeat padding-box #f99f3e;
    border-radius: 0 7px 7px 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 11px;
    border: 0
}

.class-section-left-Wrap,
.dashboard-profile-div,
.dashboard-profile-img,
.newbanner,
.newslatter form,
.popular-carousel,
.slwrap,
.teachers-card-img,
.video-play-btn.ripple,
.your-security {
    position: relative
}

.card_price_cta,
.footer-copyright {
    display: flex;
    justify-content: space-between
}

.ansOptionWrap .ansOption input[type=radio],
.category>.dropdown,
.resuUploadBox input[type=file],
.testimonial-carousel button.owl-prev span,
.word,
footer .quick-link ul li::after,
footer .quick-return ul li::after {
    display: none
}

.card-ft img {
    width: 38px
}

.quick-link {
    padding-left: 0
}

.socila-media ul li a {
    background-color: #fff;
    display: flex;
    border: 2px solid #fff;
    height: 37px;
    width: 37px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #f99f3e;
    transition: .3s ease-in-out;
    font-size: 16px
}

.socila-media ul li a:hover {
    transform: translateY(-10px)
}

.socila-media ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 19px
}

.ft-cntnt p {
    font-size: 15px;
    font-weight: 400;
    line-height: 17.58px;
    font-family: ClashGrotesk-Medium
}

.footer-bottom {
    padding: 20px 0;
    margin-top: 77px;
    border-top: .25px solid #2632387a
}

.quick-link ul li,
.quick-return ul li {
    position: relative;
    padding-left: 0
}

.quick-link ul li::after,
.quick-return ul li::after {
    position: absolute;
    left: 0;
    top: 16px;
    width: 16px;
    height: 16px;
    background-image: url(../images/arw.png)
}

.search-text {
    position: absolute;
    left: 130px;
    font-weight: 400;
    font-size: 22px;
    line-height: 43px;
    pointer-events: none
}

img.rectangle-big-top {
    position: absolute;
    top: 48px;
    width: 51px;
    left: 27px;
    animation: 30s linear infinite falling
}

img.rectangle-small {
    position: absolute;
    left: 0;
    bottom: 35%;
    width: 40px
}

img.rectangle-small-btm {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 56px;
    animation: 30s linear infinite falling
}

img.rectangle-medium-mid {
    position: absolute;
    right: 56%;
    top: 30%;
    width: 37px;
    z-index: 11;
    animation: 30s linear infinite falling
}

img.cap,
img.cup {
    position: absolute;
    width: 86px !important;
    top: -71px;
    animation: 30s linear infinite falling
}

img.cup {
    left: 0;
    z-index: 9
}

img.cap {
    right: 0;
    z-index: 111
}

.banner {
    position: relative;
    background: #51bce20f;
    overflow: hidden
}

.auto-text,
.banner .owl-dots,
.bnr-pos1,
.bnr-pos2,
.bnr-pos3 {
    position: absolute
}

.banner-left h1 span,
.bg-common {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.banner-left h1 {
    font-family: ClashGrotesk-Semibold;
    font-size: 54px;
    line-height: 110%;
    letter-spacing: .02em;
    text-align: left;
    min-width: 500px;
    max-width: 592px
}

.banner-left h6 {
    font-family: Roboto;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #427efe;
    padding: 16px 0
}

.banner-left p {
    font-size: 19px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    color: #666;
    font-family: ClashGrotesk-Light;
    padding: 30px 0
}

.cmmn-btn a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    color: #fff;
    background: #33a752;
    padding: 14px 27px;
    border-radius: 34px;
    margin-top: 20px;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent
}

.experties p,
.scroll .stellarnav ul li>a,
.star-all {
    font-size: 15px
}

.cmmn-btn a:hover {
    background: #fff;
    border: 2px solid #33a752;
    color: #33a752;
    transition: .3s ease-in-out
}

.banner-left h1 span {
    background-image: url(../images/text-bg.png);
    width: 100%;
    display: inline;
    padding: 0
}

.banner-right {
    padding: 40px 0 0 48px
}

.banner .owl-dots {
    top: 33%;
    right: -41px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transform: rotateZ(90deg)
}

.banner button.owl-dot.active span {
    border: 1px solid #33a752;
    width: 13px;
    height: 13px
}

.banner button.owl-dot span {
    border: 1px solid #727272;
    width: 5px;
    height: 5px;
    padding: 3px;
    display: block;
    background: #fff;
    border-radius: 50%
}

.banner-right img {
    height: 439px;
    position: relative;
    object-fit: contain;
    bottom: 0;
    z-index: 99;
    border-radius: 0 0 181px 216px;
    margin-top: -52px
}

.banner-left {
    padding: 130px 0 130px 36px
}

.bnr-pos1 {
    left: 30px;
    top: 59px
}

.position-div.banner-pos-img img {
    width: 203px
}

.bnr-pos2 {
    right: 5px;
    top: 50%
}

.bnr-pos3 {
    left: 49px;
    bottom: 27%
}

.cless-conn-page,
.common-left,
.contentPage {
    padding: 40px 0
}

.common-pos-img {
    display: flex;
    align-items: center;
    box-shadow: 0 0 25px 0 #34a8531c
}

.auto-text {
    left: 130px
}

.bnr-right-img::before,
.circle-container {
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%)
}

@keyframes falling {
    0% {
        opacity: 1;
        transform: translateY(0) rotate(-5deg)
    }

    20% {
        opacity: 1;
        transform: translateY(15px) translateX(-20px) rotate(20deg)
    }

    40% {
        transform: translateY(25px) translateX(20px) rotate(-5deg)
    }

    60% {
        transform: translateY(35px) translateX(-40px) rotate(55deg)
    }

    80% {
        transform: translateY(40px) translateX(45px) rotate(-5deg)
    }

    100% {
        opacity: 1;
        transform: translateY(60px) translateX(-50px) rotate(35deg)
    }
}

@-webkit-keyframes simple-square-to-circle {
    100% {
        -webkit-border-radius: 45% 35% 40% 45%/39% 46% 41% 51%
    }
}

@keyframes simple-square-to-circle {
    100% {
        -webkit-border-radius: 65% 45% 50% 55%/49% 66% 41% 51%
    }
}

.bnr-right-img,
.play-btn {
    position: relative;
    text-align: center
}

.bnr-right-img::before {
    position: absolute;
    content: "";
    bottom: 0;
    background: bottom no-repeat #3697c5;
    height: 371px;
    width: 388px;
    margin: 0 auto;
    border-radius: 55% 45% 40% 65%/39% 36% 61% 61%;
    animation: 2s linear infinite alternate simple-square-to-circle, 1s linear 1s infinite alternate simple-scale
}

.circle-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.experties,
.testi-top {
    display: flex;
    align-items: center
}

.circle {
    width: 300px;
    height: 300px;
    border: 2px solid #3697c5;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    animation: 2s infinite pulse
}

.circle:nth-child(2) {
    width: 350px;
    height: 350px;
    animation-delay: -1s
}

.circle:nth-child(3) {
    width: 400px;
    height: 400px;
    animation-delay: -.5s
}

.circle:nth-child(4) {
    width: 450px;
    height: 450px;
    animation-delay: 0s
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(1.2)
    }
}

.margin-top {
    margin-top: 89px
}

.play-btn.without-before::before {
    position: unset !important;
    content: unset
}

.brdr-radius-none img,
.play-btn.without-before img {
    border-radius: unset !important
}

.trusted-finace .play-btn.without-before img {
    border-radius: unset !important;
    width: 290px
}

.teams-professionals {
    padding: 100px 0 33px;
    overflow: hidden
}

.bg-common {
    background-image: url(../images/common-bg.svg);
    overflow: hidden
}

.experties {
    gap: 10px;
    box-shadow: 0 0 25px 0 hsla(136, 53%, 43%, .11);
    background: #fff;
    padding: 6px;
    border-radius: 50px;
    width: fit-content
}

.experties p {
    font-family: Roboto Condensed;
    font-weight: 500;
    line-height: 23.44px;
    text-align: left;
    color: #253036;
    padding-right: 39px
}

#verifyOtp .edit-number input[type=text],
.chapter-card-right,
.common-top h2,
.common-top h6,
.common-top p,
.joinBox,
.resuUploadBox label,
.start-all,
.tool-img,
.verificationPopWrap .text {
    text-align: center
}

.experties.img-1 {
    position: absolute;
    top: 84px;
    left: -103px
}

.experties.img-2 {
    position: absolute;
    right: -76px;
    top: 41%
}

.experties.img-3 {
    position: absolute;
    left: -84px;
    bottom: 1%
}

.tailor-finance {
    background: hsl(20deg 100% 99% / 48%);
    background-repeat: no-repeat;
    background-size: cover
}

.smarter-tool {
    background-image: url(../images/blue-backgrnd.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    padding: 20px 40px 0
}

.dashborad-navigation ul li.active a,
.popular-card.active h6,
.smarter-tool .common-left h3,
.smarter-tool .common-left p {
    color: #fff
}

.smarter-tool .common-left h6 {
    line-height: 28px;
    color: #fff
}

.smarter-tool .cmmn-btn a {
    background: #ffd800;
    color: #000
}

.tool-img img {
    width: 306px;
    margin: 0 auto
}

.common-sec.finance-solution {
    overflow: hidden;
    padding: 100px 0 38px
}

.your-security .experties.img-1 {
    position: absolute;
    top: 75px;
    left: unset;
    right: -6%
}

.your-security .experties.img-2 {
    position: absolute;
    right: -37%;
    top: 40%
}

.your-security .experties.img-3 {
    position: absolute;
    left: unset;
    bottom: 28%;
    right: -36%
}

.experties img {
    width: 37px
}

.common-top h2 {
    font-family: Roboto;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    color: #253036
}

.common-top h6 {
    font-family: Roboto;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    color: #1b74e8;
    padding: 10px 0
}

.common-top p {
    font-family: Roboto;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
    width: 94%;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 50px;
    color: #666
}

.testi-card p,
.testi-cntnt h6 {
    color: #253036;
    text-align: left
}

.testi-top img {
    width: 55px !important;
    height: 55px;
    border-radius: 50%
}

.testi-top {
    gap: 13px
}

.testi-card {
    padding: 20px;
    box-shadow: 0 0 35px 0 hsla(0, 0%, 0%, .05);
    background: #fff;
    border-radius: 20px;
    position: relative
}

.pos-img img {
    width: 50px !important
}

.pos-img {
    position: absolute;
    right: 22px;
    top: 19px
}

.testi-cntnt h6 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px
}

.star-all .checked {
    color: #ffd800
}

.star-all {
    color: #ccc
}

.testimonial {
    padding: 50px 0 50px 54px;
    overflow: hidden
}

.testi-card p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding-top: 17px;
    height: auto
}

.testimonial-carousel .owl-stage {
    margin: 20px 10px
}

.blurBlock.disable .joinBlock,
.class-banner.checkOut .class-banner-inner .class-banner-inner-left .start-date span,
.cmn-animate,
.dropdown-content.show,
.exam-state .nav,
.resuUploadBox label span {
    display: block
}

.common-pos-img img {
    width: 34px !important
}

.common-pos-img {
    background: #fff;
    padding: 10px;
    border-radius: 41px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content
}

header.hdr.scroll {
    width: 100%;
    display: block;
    top: 0;
    animation: .35s ease-out slideDown
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.scroll .logo a img {
    width: 90px;
    transition: .3s ease-in-out
}

.stellarnav .icon-close:after,
.stellarnav .icon-close:before,
.stellarnav a.dd-toggle .icon-plus:after,
.stellarnav a.dd-toggle .icon-plus:before {
    border-bottom: 3px solid #fff
}

.stellarnav li {
    margin-right: 28px
}

.category_duration ul li:last-child,
.stellarnav li:last-child {
    margin-right: 0
}

.common-sec .common-left ul li {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #3e4855
}

.common-sec .common-left ul {
    list-style-type: decimal;
    padding-left: 20px
}

.common-sec .common-left .dot-list {
    list-style-type: disc;
    padding-left: 20px
}

.available-at img {
    width: 146px
}

.testimonial h6 {
    padding-top: 18px
}

.auto-text span {
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    color: #231f20
}

.search-here input[type=email],
.search-here input[type=text] {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    font-family: ClashGrotesk-Medium;
    border: 0;
    width: 100%;
    padding: 20px 87px 20px 36px;
    border-radius: 71px;
    color: #231f2080
}

.search-here {
    border-radius: 47px;
    border: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

.right-arw {
    position: absolute;
    right: 9px
}

.right-arw img {
    width: 55px;
    padding: 5px;
    height: 55px;
    background: #35b79e;
    border: 5px solid #c6fff740;
    border-radius: 50%
}

span.bold {
    color: #000;
    font-family: ClashGrotesk-Semibold
}

span.green {
    color: #35b79e;
    font-family: ClashGrotesk-SemiBold
}

.category>.form-control,
.popular-card h6 {
    line-height: 1.2;
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 18px
}

.popular-card.active {
    background: #489bd5
}

.popular-card.active img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(188deg) brightness(270%) contrast(103%)
}

.popular-card img {
    width: fit-content !important;
    height: 25px
}

.popular-card h6 {
    text-align: left;
    color: #2d8aba
}

button.owl-next,
button.owl-prev {
    position: absolute;
    font-size: 47px
}

.popular-card {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 3px solid #3697c54d;
    padding: 7px 10px;
    border-radius: 40px;
    justify-content: center;
    min-height: 63px
}

.popular-card.disabled {
    flex-direction: column
}

.popular-card.disabled strong {
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    color: #747474
}

.owl-nav.disabled {
    position: absolute;
    top: 15%;
    transform: translate(0, -50%);
    left: 0
}

button.owl-next img,
button.owl-prev img {
    width: 12px
}

button.owl-prev {
    left: -30px;
    color: #893a3f
}

button.owl-next {
    right: -30px;
    color: #893a3f
}

.most-popular {
    position: relative;
    padding: 40px 0
}

.popolar-card-section {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.card-duration,
.card-top {
    display: flex;
    align-items: center
}

.category>.form-control {
    letter-spacing: .05em;
    text-align: center;
    color: #3697c5;
    border: 1px solid #51bce2;
    padding: 10px 20px;
    border-radius: 32px
}

.card-top {
    gap: 0px
}

.card-top h6 {
    font-weight: 500;
    line-height: 24px;
    color: #893a3f;
    font-family: ClashGrotesk-Semibold;
    border: 1.5px solid #893a3f;
    border-radius: 40px;
    padding: 3px 6px;
}

.card-bottom-left h5,
.card-bottom-left p,
.card-duration-left h6,
.card-duration-right a,
.next-batch p span,
.popular-card-div h4 {
    font-family: ClashGrotesk-Medium
}

.popular-card-div h4 {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    padding: 10px 0 0;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.next-batch p span {
    color: #893a3f;
    font-size: 18px
}

.card-duration {
    justify-content: space-between;
    padding: 10px 0
}

.load-more p,
.owl-dots {
    align-items: center;
    display: flex
}

.card-duration-left h6.active,
.tdashboard .tsidebar .sidebarmenu ul li a:hover,
.tdashboard .tsidebar .sidebarmenu ul li.active a {
    background: #2d8aba;
    color: #fff
}

.card-duration-left h6 {
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    background: #fff;
    padding: 6px 10px;
    border-radius: 29px;
    color: #2d8aba;
    border: 2px solid #2d8aba
}

.card-duration-right a {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #428bc1;
    text-decoration: underline
}

.card-bottom-left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.card-bottom-left h5 {
    color: #893a3f;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px
}

.card-bottom-right a {
    font-weight: 500;
    font-size: 16px;
    line-height: 17.22px;
    font-family: ClashGrotesk-Medium;
    color: #1faf38
}

.load-more p,
.teachers-card-bottom h6 {
    font-size: 20px;
    font-family: ClashGrotesk-Medium
}

.popular-card-div {
    border: 1px solid #dbeded;
    padding: 10px;
    border-radius: 20px;
    width: 24%;
    margin-bottom: 10px
}

.load-more p {
    gap: 10px;
    justify-content: center;
    font-weight: 400;
    line-height: 29.52px;
    text-align: center;
    color: #00000054
}

.teachers-card-bottom h6,
.teachers-card-bottom p {
    font-weight: 500;
    line-height: 1.2;
    text-align: center
}

.load-more {
    text-align: center;
    padding: 30px 0 0;
    cursor: pointer
}

.teachers-card-bottom h6 {
    margin: 0 0 4px
}

.joinClass-sec .joinClassWrap .ttl ul li.devider strong,
.start-all .fa-star {
    color: #000
}

.starcard a,
.start-all .fa-star.checked {
    color: #f2b200
}

.teachers-card-bottom p {
    font-size: 16px;
    font-family: ClashGrotesk-Medium;
    color: #428bc1
}

.exam-state-inner .nav-link,
.most-popular-teacher .common-top p,
.view-all a {
    font-weight: 400;
    font-family: ClashGrotesk-Medium
}

.most-popular-teacher .common-top p {
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    color: #666;
    padding-bottom: 45px
}

.most-popular-teacher {
    background: #ecf7fd;
    padding: 50px 0 80px;
    position: relative
}

.teachers-card-bottom {
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .05);
    background: #fff;
    padding: 15px 10px;
    position: relative
}

.teachers-card-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 147px;
    background: rgba(81, 189, 227, 1);
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    /* clip-path: circle(50% at 50% 6%); */
    border-radius: 240px 240px 0 0;
}

.yellow .teachers-card-img::before {
    background: #ffca6ed9
}

.purple .teachers-card-img::before {
    background: #6666b3
}

.green .teachers-card-img::before {
    position: absolute;
    background: #00a990
}

.teachers-card-img img {
    width: 100% !important;
    height: 205px;
    margin: 0 auto;
    object-fit: cover;
    width: 100% !important;
    height: 203px;
    margin: 0 auto;
    object-fit: contain;
}

.teacher-carousel {
    width: 87%;
    margin: 0 auto
}

.owl-carousel button span {
    background: #00a990;
    background: #00a9904d;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%
}

button.owl-dot.active span {
    background: #00a9904d;
    width: 30px;
    height: 10px;
    border-radius: 20px !important;
    background: #00a990
}

.owl-dots {
    gap: 5px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -30px;
    justify-content: center
}

.popolar-card-section-all {
    padding: 0;
}

.statetab-inner-content .popular-card-div {
    width: 100%;
    margin-bottom: 20px
}

.exam-state-inner .nav-link {
    font-size: 18px;
    line-height: 25px;
    color: #00000080 !important;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 15px
}

.exam-state-inner .nav-pills .nav-link.active,
.exam-state-inner .nav-pills .show>.nav-link {
    background-color: unset;
    color: #000 !important;
    position: relative;
    padding: 0 20px;
    margin-bottom: 15px
}

.exam-state-inner .nav-pills .nav-link.active::before,
.exam-state-inner .nav-pills .show>.nav-link::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #51bde3;
    width: 2px;
    height: 100%
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #2d8aba
}

::-webkit-scrollbar-thumb:hover {
    background: #2d8aba
}

.exam-state-left .nav {
    width: 100%;
    height: 538px;
    overflow-y: scroll;
    margin: 10px 0 !important
}

.view-all a {
    font-size: 20px;
    line-height: 29.52px;
    text-align: center;
    border: 1px solid #2d8aba;
    padding: 10px;
    border-radius: 43px;
    min-width: 200px;
    width: fit-content;
    display: block;
    margin: 0 auto;
    color: #2d8aba
}

.exam-state,
.question-simplified {
    padding: 50px 0
}

.become-tutor {
    background: #ecf7fd;
    padding: 0 40px
}

.dropdown,
.dropdown-custm-drpdwn {
    position: relative;
    display: inline-block
}

.dropdown-content,
.hand,
.ques-1 {
    position: absolute
}

.custm-drpdwn .dropdown-button {
    background-color: #3bafda;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 25px;
    outline: 0;
    display: flex;
    align-items: center
}

.dropdown-button .icon {
    margin-right: 8px
}

.dropdown-content {
    display: none;
    background-color: #fff;
    min-width: 300px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 9;
    border-radius: 20px;
    box-shadow: 0 14px 34px 0 #00000026;
    max-height: 400px;
    overflow-y: scroll
}

.dropdown-content a:hover,
.dropdown-content li:hover {
    background-color: #f1f1f1
}

.selected .icon img {
    filter: invert(100%) sepia(3%) saturate(12%) hue-rotate(46deg) brightness(354%) contrast(105%)
}

.category_duration,
.dropdown-content-top,
.earningInfotableeWrap .erningInfotableacc .accordion-header .accordion-button .priceWticon {
    display: flex;
    align-items: center
}

.dropdown-content-top img {
    width: 30px;
    height: 30px
}

.dropdown.custm-drpdwn {
    border: 0;
    padding: 0
}

.dropdown-content-top h6 {
    font-weight: 500;
    font-size: 17px;
    color: #333;
    font-family: Roboto Condensed
}

.dropdown-content-inr p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    padding-top: 8px;
    font-family: ClashGrotesk-Medium
}

.dropdown-content li {
    border-bottom: 1px solid #00000026;
    border-bottom: 1px solid #00000026;
    padding: 14px;
    cursor: pointer
}

.dropdown-content li:last-child {
    border: 0
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.category-button {
    display: flex;
    align-items: center;
    background-color: #3b9ed8 !important;
    color: #fff;
    border: none;
    border-radius: 35px;
    padding: 10px 15px;
    transition: background-color .3s;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1;
    text-align: center;
    font-family: ClashGrotesk-Medium;
    gap: 2px;
    min-width: 161px
}

.category-button:hover {
    background-color: #3292c2
}

.category-button .icon {
    margin-right: 8px;
    width: 20px
}

.category-button .arrow {
    margin-left: auto
}

.become-tutor-left h6,
.easy-download-left h6 {
    font-weight: 600;
    font-size: 46px;
    line-height: 59.04px;
    color: #333;
    font-family: ClashGrotesk-Medium
}

.become-tutor-left p,
.easy-download-right p {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #666;
    font-family: ClashGrotesk-Medium;
    padding: 20px 0
}

.view-all.green-bg a {
    background: #00a990;
    color: #fff;
    margin: 0;
    min-width: 241px
}

.testi-para {
    overflow: hidden;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 5
}

.download-here img {
    width: 193px
}

.easy-download-right p {
    color: #3e4956
}

.easy-download-right {
    padding-left: 40px
}

.easy-download {
    padding: 50px 40px
}

.hand {
    right: 0;
    bottom: 0;
    z-index: 9
}

.controls input[type=range],
.hand img {
    width: 180px
}

.finacial-tab {
    width: 78%;
    max-width: 100%;
    padding-top: 40px
}

.finacial-tab .tab-content {
    height: 550px;
    overflow-y: scroll
}

.ques-1 {
    bottom: 31%;
    right: 54px
}

.ques-2,
img.flag-img,
img.lang-bg {
    position: absolute;
    right: 0
}

.ques-2 {
    top: 15%
}

.ques-1 img {
    width: 192px
}

.ques-2 img {
    width: 156px
}

.finacial-tab h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28.13px;
    letter-spacing: 1px;
    text-align: left;
    color: #253036;
    padding-bottom: 30px;
    font-family: ClashGrotesk-Medium
}

.finacial-tab .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.09px;
    letter-spacing: .02em;
    text-align: left;
    color: #3e4855;
    width: 243px;
    max-width: 100%;
    font-family: ClashGrotesk-Medium
}

.finacial-tab .nav-pills .nav-link.active,
.finacial-tab .nav-pills .show>.nav-link {
    background-color: unset;
    position: relative;
    color: #00a990
}

.finacial-tab .nav-pills .nav-link.active::before,
.finacial-tab .nav-pills .show>.nav-link::before {
    position: absolute;
    content: "";
    right: -4px;
    background: #33a752;
    width: 100px;
    height: 3px;
    top: 15px
}

.finacial-tab button.accordion-button {
    font-size: 15px;
    font-weight: 500;
    line-height: 21.09px;
    text-align: left;
    color: #253036;
    padding-left: 42px;
    font-family: ClashGrotesk-Medium
}

.finacial-tab .accordion-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0;
    color: #727272;
    font-family: ClashGrotesk-Medium;
    padding-left: 30px
}

.finacial-tab .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    color: #253036
}

.finacial-tab .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url("../images/Add.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    left: 0;
    top: 16px
}

.contact-us,
.contact-us a {
    display: flex;
    align-items: center
}

.finacial-tab .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.png");
    transform: rotate(-180deg)
}

.finacial-question .common-top h2,
.finacial-question .common-top h6,
.question-simplified .common-top h2 {
    text-align: left
}

.finacial-question .common-top p {
    width: 94%;
    margin: unset;
    text-align: left
}

.finacial-question .common-top {
    width: 86%;
    max-width: 100%;
    margin-bottom: 30px
}

.contact-us {
    box-shadow: 0 0 25px 0 hsla(0, 0%, 0%, .06);
    gap: 20px;
    width: fit-content;
    padding: 10px 24px;
    border-radius: 35px;
    background: #fff;
    margin-top: 24px;
    flex-wrap: wrap
}

.contact-us a {
    gap: 10px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24.31px;
    letter-spacing: -.01em;
    text-align: left;
    color: #253036
}

.auto-otp,
.available-at {
    display: flex;
    align-items: center;
    gap: 10px
}

.available-at {
    margin-top: 20px
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    padding-left: 30px
}

.question-simplified .common-top {
    width: 80%
}

.question-simplified .common-top p {
    text-align: left;
    max-width: 100%;
    margin: 0;
    color: #666
}

.common-mdl .modal-title {
    font-weight: 700;
    font-size: 20px !important;
    line-height: 26px;
    text-align: center;
    color: #333;
    letter-spacing: 1px
}

.common-mdl .modal-header {
    border-bottom: 0
}

.modal-content.common-mdl {
    padding: 33px 61px;
    border-radius: 15px
}

.common-mdl .modal-body p {
    font-weight: 400;
    font-size: 19px;
    line-height: 22.14px;
    text-align: center;
    color: #666
}

.auto-otp input[type=text],
input#mobile_code {
    box-shadow: 0 0 25px 0 #83bf4f47;
    border: 1px solid #00a990;
    padding: 10px 24px 10px 92px !important;
    letter-spacing: 4px;
    color: #666;
    font-weight: 500 !important;
    font-size: 20px
}

.auto-otp {
    justify-content: center
}

.edit-number p,
.time-remaining {
    align-items: center;
    gap: 10px;
    display: flex
}

.auto-otp input[type=text] {
    width: 64px !important;
    padding: 14px 10px !important;
    border-radius: 10px !important;
    text-align: center
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: unset !important;
    border-right: 1px solid #ccc
}

.common-mdl input[type=text] {
    border-radius: 20px
}

.btnTheme {
    background: #00a990 !important;
    border: 0;
    padding: 14px 23px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    min-width: 130px
}

.common-button {
    text-align: center;
    margin: 40px 0 0
}

.modal-body h4 {
    font-weight: 700;
    font-size: 19px !important;
    line-height: 1;
    text-align: center;
    color: #333;
    letter-spacing: 1px
}

.edit-icon {
    cursor: pointer;
    margin-left: 5px
}

.edit-number input[type=text] {
    border: none;
    transition: border .3s;
    padding: 7px 10px;
    margin-top: 10px
}

input[type=text].editable {
    border: 1px solid #007bff;
    border-radius: 4px;
    background: 0 0;
    outline: 0
}

.edit-number p {
    width: 182px;
    justify-content: center;
    margin: 0 auto
}

.time-remaining {
    justify-content: center;
    padding: 36px 0 0
}

img.crcl-bg-image {
    width: 64px
}

.profile-image {
    position: absolute;
    width: 47px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.dashboard-content {
    display: flex;
    gap: 30px;
    width: 100%
}

.dashborad-left {
    width: 380px;
    background: #ecf7fd;
    border-radius: 20px
}

.dashboard-profile {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px
}

img.flag-img {
    bottom: 0
}

.dashboard-profile-number h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-align: left;
    color: #333
}

.dashboard-profile-number p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.68px;
    accent-color: #666666;
    padding-top: 5px
}

.dashborad-navigation ul li a {
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    color: #1b1b1b;
    letter-spacing: 1px
}

.dashborad-navigation ul li {
    padding: 28px 20px 28px 40px;
    border-radius: 10px;
    position: relative
}

.dashborad-navigation ul li.active::before {
    position: absolute;
    content: "";
    right: -16px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 11px solid #51bde3;
    transform: translate(-50%, -50%)
}

.dashborad-navigation ul li.active {
    background: #51bde3
}

ul.upper-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 0 34px 0 #00000014;
    padding: 5px 10px;
    border-radius: 20px;
    margin-bottom: 38px
}

ul.upper-details li.active {
    background: #ecf7fd;
    color: #2d8aba;
    font-size: 24px;
    line-height: 1
}

ul.upper-details li {
    background: #fff;
    padding: 18px 47px;
    border-radius: 20px;
    color: #666;
    font-weight: 500;
    font-size: 24px;
    line-height: 1
}

.dashboard-right {
    width: calc(100% - 410px)
}

.input-box {
    display: flex;
    align-items: center;
    gap: 0;
    box-shadow: 0 0 25px 0 #83bf4f47;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    background: #fff
}

.input-box input[type=text],
input[type=email] {
    border-left: 1px solid #d4d4d4;
    border-radius: 0;
    padding: 10px 20px;
    background: unset
}

.input-box img {
    width: 48px;
    padding: 10px
}

#updateBasicDetailsForm .input-box input[type=email],
#updateBasicDetailsForm .input-box input[type=text] {
    width: calc(100% - 48px);
    box-shadow: none;
    outline: 0;
    border: none;
    border-left: 1px solid #d4d4d4
}

.common-form label {
    font-weight: 400;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 16px
}

.common-form label span {
    color: #51bde3;
    font-weight: 700
}

.form-height {
    min-height: 320px;
    padding: 0
}

.view-all.green-bg.text-right {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.back-button {
    border: 2px solid #00aa91 !important;
    padding: 2px 10px;
    border-radius: 32px;
    min-width: 100px;
    color: #00aa91;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 1px
}

button {
    border: 0 !important;
    background: unset !important
}

.dropdown {
    border: 1px solid #51bce2;
    padding: 9px 10px;
    min-width: 223px;
    border-radius: 42px;
    display: flex;
    align-items: center;
    justify-content: center
}

.language-div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap
}

.out-language {
    min-width: calc(25% - 8px);
    border: 1px solid #00000033;
    padding: 12px;
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

.out-language h5 {
    color: #51bde3;
    font-weight: bolder;
    font-size: 79px;
    line-height: 1;
    font-family: ClashGrotesk-Bold
}

.language-div h6 {
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    color: #333
}

.out-language .form-check {
    position: absolute;
    right: 12px;
    top: 6px
}

.form-check-input {
    border-radius: 50% !important;
    padding: 11px
}

.form-check-input:checked {
    border-color: #00a990;
    background: #00a990;
    border-radius: 50%;
    padding: 11px
}

.out-language.active,
.out-language:hover {
    border: 1px solid #00aa91
}

img.lang-bg {
    top: 0;
    height: 127px
}

.state-cntnt,
img.state-bg {
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.state-cstm {
    min-width: 190px;
    border: 1px solid #00000033;
    padding: 12px;
    border-radius: 20px;
    position: relative;
    height: 146px;
    transition: border .3s
}

img.state-bg {
    position: absolute;
    height: 127px;
    object-fit: contain
}

.state-cntnt {
    position: absolute;
    text-align: center
}

.state-cntnt h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36.9px;
    text-align: center;
    color: #333;
    word-wrap: break-word;
    padding: 0 10px
}

.state-cstm .form-check {
    position: absolute;
    right: 14px;
    z-index: 9;
    top: 10px
}

.department-cstm.checked,
.out-language.checked,
.state-cstm.active,
.state-cstm.checked,
.state-cstm:hover {
    border: 2px solid #00aa91
}

button.submit-btn.back-button {
    background-color: #00a990 !important;
    color: #fff;
    margin: 0;
    min-width: 241px
}

.state-div-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.form-check .form-check-input[type=checkbox] {
    cursor: pointer !important
}

.no-data-found img {
    width: 30%
}

.no-data-found,
.verificationPop.active {
    display: flex;
    justify-content: center;
    align-items: center
}

.dropdown-toggle,
.search-form {
    align-items: center;
    display: flex
}

.department-cstm {
    border: 1px solid rgba(0, 0, 0, .2);
    width: calc(25% - 8px);
    position: relative;
    height: auto;
    border-image: initial;
    padding: 10px;
    border-radius: 20px
}

.department-cstm h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #333;
    padding: 10px 0
}

.department-cstm p {
    color: #666;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0
}

.classlistoption,
.department-cstm .form-check {
    position: absolute;
    right: 10px;
    top: 10px
}

.dropdown-toggle {
    gap: 5px
}

.department-div-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.department-cstm img {
    width: 26px
}

.class-section {
    display: flex;
    align-items: flex-start
}

.class-section-right {
    width: 68%;
    padding: 40px 30px 30px
}

.dashboard-content.bookmarked-course-page .class-section-right {
    width: calc(100% - 380px);
    padding: 0
}

.dashboard-content.bookmarked-course-page .class-section-right .popular-card-div {
    width: calc(33.333333% - 7px)
}

.class-section-right-top .class-top-right select.form-select {
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 46px
}

.search-form {
    max-width: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    gap: 10px;
    height: 46px;
    min-width: 250px
}

.class-top-right,
.regradiowrap {
    display: flex;
    align-items: center;
    gap: 30px
}

.class-section-right-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: flex-start
}

.class-section-left h1 {
    color: #000;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: normal;
    text-align: left;
    font-family: ClashGrotesk-Medium;
    padding-bottom: 20px;
    padding-left: 50px
}

.filterTtl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0 20px 0 50px
}

.class-card,
.exam-content {
    display: flex;
    align-items: center
}

.filterTtl h1 {
    padding: 0 !important;
    margin: 0
}

.class-section-left {
    background: #fafafa;
    position: relative;
    width: 30%;
    padding: 40px 0 0 00px
}

.left-sticky button.accordion-button {
    font-weight: 500;
    font-size: 20px;
    line-height: 15px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-family: ClashGrotesk-Medium;
    color: #666667 !important
}

.left-sticky .accordion-item {
    border: 0;
    margin-bottom: 20px;
    background: unset
}

.left-sticky .accordion-button:not(.collapsed) {
    box-shadow: unset;
    color: #00a990 !important
}

.exam-content {
    flex-wrap: wrap;
    gap: 18px
}

.exam-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: normal;
    padding: 8px 10px;
    border-radius: 32px;
    background: #fff;
    border: 1px solid #666
}

.exam-content p.active {
    border: 1px solid #893a3f;
    background: #893a3f;
    color: #fff
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/drpdown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    max-width: 20px;
    height: 20px
}

.accordion-item.active {
    background: #ecf7fd;
    border: 0
}

.class-top-left h1 {
    color: #333;
    font-size: 39px;
    line-height: 1;
    letter-spacing: normal;
    font-family: ClashGrotesk-Semibold
}

.class-top-left p,
.search-form input[type=text],
.select-here select.form-select {
    color: #666;
    font-size: 20px;
    font-weight: 400
}

.class-duration li span,
h6.target-batch {
    letter-spacing: normal;
    font-family: ClashGrotesk-Medium
}

.class-top-left p {
    line-height: 1;
    letter-spacing: normal;
    padding-top: 5px
}

.search-form input[type=text] {
    line-height: 1;
    letter-spacing: normal;
    border: 0;
    width: calc(100% - 30px)
}

.select-here select.form-select {
    border: 1px solid #ccc;
    padding: 10px 39px 10px 13px;
    line-height: 100%;
    letter-spacing: normal;
    height: 46px;
    border-radius: 10px;
    min-width: 140px
}

.apply,
.assessment-left .nav-link h6,
.clear-all {
    font-size: 21px;
    text-transform: capitalize
}

.class-card {
    justify-content: space-between;
    box-shadow: 0 0 24px 0 #0000001a;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px
}

.chapter-card,
.mockExamList {
    box-shadow: 0 0 14px 0 #0000000a;
    display: flex
}

.class-duration li span {
    color: #2d8aba;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #2d8aba;
    padding: 5px 10px;
    border-radius: 20px
}

.class-duration li.more span {
    border: 0;
    text-decoration: underline
}

.class-duration li.active span {
    color: #893a3f;
    border: 1px solid #893a3f
}

.class-banner-inner-right>img,
.class-card-top img,
.priceSummerybox .coupon-ttl .icon {
    max-width: 40px
}

h6.target-batch {
    color: #333;
    font-size: 25px;
    line-height: 27px;
    padding: 13px 0
}

p.next-batch {
    color: #666;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    font-family: ClashGrotesk-Medium
}

.class-card-right a,
.class-card-right p {
    font-size: 18px;
    line-height: 24px;
    font-family: ClashGrotesk-Medium;
    letter-spacing: normal
}

.course_start_end ul li span,
.pryvc label a:hover,
.qustion-assessment-sec .qustion-type-info .resultDetails ul li strong.total,
p.next-batch span {
    color: #893a3f
}

.class-card-right {
    border-left: 1px solid #00000021;
    border-left: 1px solid #00000021;
    padding-left: 30px;
    max-width: 316px
}

.class-card-right p {
    color: #666
}

.price,
.tdashboardHeader .rt-side .hduser .dropdownmenu-content ul li a:hover {
    color: #2d8aba
}

.class-card-right a {
    color: #1faf38
}

.class-card-left {
    width: 80%;
    max-width: 100%
}

.sidebar-bottom {
    border-top: 1px solid #00000021;
    display: flex;
    align-items: center;
    gap: 36px;
    justify-content: flex-end;
    padding: 30px
}

.clear-all {
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #676067
}

.apply {
    background: #00a990 !important;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 13px 10px;
    border-radius: 10px;
    min-width: 112px
}

.nextClassBox,
.qustion-assessment-sec .qustion-type-info .resultDetails {
    min-width: 280px
}

.left-sticky {
    min-height: 608px;
    padding-left: 50px
}

.class-banner-inner-left h1 {
    color: #333;
    font-weight: 600;
    font-size: 39px;
    line-height: 45px;
    letter-spacing: normal;
    max-width: 746px;
    padding: 16px 0;
    font-family: ClashGrotesk-Semibold
}

.class-banner-inner {
    display: flex;
    align-items: flex-start;
    background: #f3f9fc;
    padding: 30px;
    border-radius: 10px;
    margin: 20px 0 0
}

.class-banner-inner-left {
    max-width: 70%;
    padding-right: 40px
}

.class-banner-inner-right {
    max-width: 30%;
    border-left: 1px solid #0000001c;
    padding-left: 40px
}

.class-banner-inner.course-details-Banner .class-banner-inner-left {
    max-width: calc(100% - 250px);
    width: 100%
}

.class-banner-inner.course-details-Banner .class-banner-inner-left h1,
.dbearningPanel .dbearningBox .icon img,
.nxtclass .icon img,
.priceSummerybox .coupon-ttl .icon img {
    max-width: 100%
}

.class-banner-inner.course-details-Banner .class-banner-inner-right {
    max-width: 250px;
    width: 100%
}

.start-date h6 {
    color: #666;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    gap: 10px
}

.start-date h6 span {
    color: #893a3f;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: normal
}

.copy img,
.registerPage .registerSide ul li .icon img {
    max-width: 24px
}

.class-banner-inner-right h5 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    padding-top: 10px
}

.assessment-left .nav-link h6,
h6.price {
    font-weight: 500;
    line-height: 25px;
    color: #666;
    letter-spacing: normal
}

h6.price {
    font-size: 22px;
    padding: 12px 0
}

.class-banner-inner-right p {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: normal;
    color: #000;
    padding: 10px 0 20px
}

.class-banner-inner-right p span {
    color: #2d8aba;
    font-family: ClashGrotesk-Semibold;
    font-size: 30px
}

.class-bnr-btn .btnTheme {
    border-radius: 10px;
    max-width: 200px
}

.assessment-left .nav-link h6 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 30px;
    border-radius: 5px;
    position: relative;
    font-family: ClashGrotesk-Medium
}

.nav-link,
.nav-link1 {
    padding: 0;
    margin-bottom: 20px
}

.assessment-left .nav-link.active h6 {
    background: #ddeef5;
    color: #00a990
}

.assessment-left .nav-link h6 img {
    max-width: 26px
}

.assessment-left .nav-link.active h6::before {
    position: absolute;
    content: "";
    right: -16px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 11px solid #ddeef5;
    transform: translate(-50%, -50%)
}

.assessment-left {
    padding-top: 20px;
    background: #fff
}

.assessment-left .nav {
    box-shadow: 0 4px 34px 0 #00000014;
    min-height: 785px
}

.assesment-top-common h5 {
    color: #2d8aba;
    line-height: 28px;
    letter-spacing: normal;
    font-size: 25px;
    font-family: ClashGrotesk-Medium;
    padding-bottom: 10px
}

.assesment-top-common p,
.assment-card p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal
}

.assesment-top-common p {
    color: #666;
    line-height: 24px
}

.assment-card {
    border: 1px solid #51bde38a;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    border-radius: 10px;
    margin-top: 5px
}

.assment-card img {
    max-width: 56px
}

.assment-card p {
    color: #333;
    line-height: 25px
}

.assesment-top-common {
    padding-bottom: 60px
}

.assesment-top-common .teachers-card-img {
    position: relative;
    margin-bottom: -87px
}

.assesment-top-common .teachers-card-img img {
    height: 288px
}

.assessment-right {
    padding-top: 40px
}

.assesment-top-common .teacher-carousel {
    width: 100%;
    margin: 20px auto 0
}

.subject-card h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: normal;
    color: #666;
    border: 1px solid #666;
    padding: 10px 4px;
    border-radius: 20px;
    text-align: center;
    min-width: 120px
}

.chapters-download h6,
.chapters-download p {
    line-height: 24px;
    font-family: ClashGrotesk-Medium
}

.subject-card.active h6 {
    background: #893a3f;
    border: 1px solid #893a3f;
    color: #fff
}

.sub-classification-banner {
    background: #ecf7fd;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    margin-top: 20px
}

.chapters-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0
}

.chapters-download h6 {
    color: #2d8aba;
    font-weight: 500;
    font-size: 26px
}

.chapters-download p {
    color: #00a990;
    font-size: 18px;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize
}

.chapters-download p img {
    max-width: 20px
}

.subject-classification {
    background: #ecf7fd38;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px
}

.chapter-card {
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px
}

.chapter-card-left h5,
.chapter-card-right p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: normal;
    max-width: 590px
}

.chapter-card-right p {
    max-width: unset !important;
    padding-top: 6px;
    font-family: ClashGrotesk-Medium;
    color: #666
}

.chapter-card-right img {
    max-width: 30px
}

.owl-carousel.owl-theme.subject-carousel {
    max-width: 96%;
    margin: 0 auto
}

.join-now .chapter-card-right p {
    max-width: unset !important;
    padding-top: 6px;
    color: #00a990
}

.contactInfo-sec,
.joinClass-sec,
.mockExam-block {
    padding: 40px 0;
    margin: 0
}

.mockExam-bloc h4,
.mockExam-block h4 {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: #2d8aba;
    padding: 0;
    margin: 0 0 20px
}

.mockExam-block h5,
.mockExamList .text p {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    padding: 0;
    line-height: 1.2
}

.mockExam-block h5 {
    font-size: 24px;
    color: #666;
    margin: 0 0 30px
}

.mockExamList {
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin: 0 0 20px;
    border-radius: 10px
}

.mockExamList .text p {
    font-size: 20px;
    letter-spacing: 1.2;
    color: #000;
    margin: 0
}

.mockExamList .goBtn a {
    display: flex;
    justify-content: center;
    width: 32px;
    height: 32px;
    align-items: center;
    background: #51bde3;
    border-radius: 50%;
    color: #fff;
    outline: rgba(81, 189, 227, .25) solid 3px !important
}

.blurBlock {
    position: relative;
    min-height: 360px
}

.blurBlock.disable:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(2px);
    z-index: 1
}

.blurBlock .joinBlock {
    position: absolute;
    width: 100%;
    max-width: 278px;
    background: #e6f8fe;
    border-radius: 20px;
    padding: 0 30px 30px;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translatey(-50%);
    text-align: center;
    display: none
}

.quSavebtnWrap .btn,
.saveConbtn .btn {
    background: #00a990 !important;
    box-shadow: none
}

.ansOptionWrap,
.blurBlock .joinBlock .textBox,
.classChatWrap,
.earningInfotableeWrap,
.nextClassBox .text,
.nxtclass .info,
.priceSummerybox .priceInfo,
.qustion-assessment-sec .qustion-type-info .resultDetails ul,
.qustion-type-info .info,
.tdashboardHeader .ttl {
    padding: 0;
    margin: 0
}

.blurBlock .joinBlock .textBox h3 {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #000;
    padding: 0;
    margin: 0
}

.blurBlock .joinBlock .textBox p {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    color: #000;
    padding: 0;
    margin: 0 0 20px
}

.blurBlock .joinBlock .textBox a {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    background: #2d8aba;
    display: inline-block;
    padding: 16px 40px;
    border-radius: 27px;
    color: #fff;
    transition: .3s ease-in-out
}

.qustion-type-info .info .ttl h2,
.qustion-type-info .info h2 {
    font-family: ClashGrotesk-Semibold;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #333
}

.blurBlock .joinBlock .textBox a:hover {
    background: #00a990
}

.blurBlock .joinBlock .icon {
    width: 105px;
    height: 105px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 19px;
    margin: -50px auto 20px;
    background: #e6f8fe
}

.qustion-type-info .info h2 {
    padding: 0;
    margin: 0 0 10px
}

.signin-grp {
    box-shadow: 0 0 25px 0 #83bf4f47;
    border: 1px solid #00a990;
    border-radius: 10px;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    position: relative
}

.signin-grp .select2-container--default .select2-selection--single {
    border: 0 !important
}

.signin-grp input[type=text] {
    padding: 13px 0 13px 20px;
    border-left: 1px solid #000;
    border-radius: 0 10px 10px 0 !important
}

.signin-grp .select2-container {
    width: 99px !important;
    border: 0 !important
}

.common-mdl form {
    margin-top: 30px;
    position: relative
}

span#mobile_number-error {
    position: absolute;
    bottom: -28px
}

.qustion-assessment-sec {
    padding: 60px 0;
    margin: 0
}

.qustion-assessment-sec .qustion-type-info {
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    margin: 0 0 20px
}

.qustion-assessment-sec .qustion-type-info .resultDetails ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
    padding: 0
}

.assesssetpanel:last-child,
.card_thumbnail_new.smallSize:last-child,
.earningTablewrap .table,
.qustion-assessment-sec .qustion-list .quaDesc p:last-child,
.qustion-assessment-sec .qustion-type-info .resultDetails ul li:last-child,
.qustion-type-info .info p:last-child,
.registerPage .registerSide ul li:last-child,
.searchSuggestion .searchall a:last-child p,
.tdashboard .tsidebar .sidebarmenu ul li:last-child {
    margin-bottom: 0
}

.qustion-assessment-sec .qustion-type-info .resultDetails ul li span {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    padding: 0;
    margin: 0
}

.qustion-assessment-sec .qustion-type-info .resultDetails ul li strong {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    display: inline-block
}

.earningInfotableeWrap .erningInfotableacc .accordion-item.currentItem .accordion-header .accordion-button .priceWticon strong,
.qustion-assessment-sec .qustion-type-info .resultDetails ul li strong.correct {
    color: #00a990
}

.qustion-assessment-sec .qustion-type-info .resultDetails ul li strong.wrong {
    color: #ff5a5a
}

.qustion-type-info .info .infoTop {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 30px
}

.infoChipwrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0 0 0 30px
}

.infoChipwrap li {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #666;
    padding: 8px 28px;
    border: 1px solid #666;
    border-radius: 27px
}

.infoChipwrap li.active {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    color: #893a3f;
    border-color: #893a3f
}

.qustion-type-info .info .ttl {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0 0 10px
}

.qustion-type-info .info .ttl h2 {
    padding: 0;
    margin: 0
}

.qustion-type-info .info .ttl span {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    background: #893a3f;
    padding: 10px 28px;
    border-radius: 27px
}

.qustion-assessment-sec .qustion-list .quaDesc h6,
.qustion-type-info .info h5 {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #2d8aba;
    padding: 0;
    margin: 0 0 6px
}

.qustion-type-info .info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #666;
    padding: 0;
    margin: 0 0 10px
}

.qustion-assessment-sec .qustion-list {
    padding: 0 20px
}

.qustion-assessment-sec .qustion-list .quaPara,
.result-listBlock .resultPanel .qBox {
    padding: 0;
    margin: 0 0 10px
}

.qustion-assessment-sec .qustion-list .quaPara p,
.result-listBlock .resultPanel .qBox p {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
    color: #333;
    padding: 0;
    margin: 0;
    font-family: ClashGrotesk-Medium
}

.qustion-assessment-sec .qustion-list .quaDesc,
.tdashboard .tsidebar .btn {
    padding: 0;
    margin: 0 0 20px
}

.qustion-assessment-sec .qustion-list .quaDesc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #666;
    padding: 0;
    margin: 0 0 10px
}

.qustion-assessment-sec .qustion-list .ttl {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 10px;
    padding: 0
}

.qustion-assessment-sec .qustion-list .ttl h3 {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0
}

.qustion-assessment-sec .qustion-list .ttl span {
    display: inline-block;
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    background: #893a3f;
    color: #fff;
    border-radius: 27px;
    padding: 10px 30px;
    margin: 0
}

.qustion-assessment-sec .qustion-list h6 {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #333;
    padding: 0;
    margin: 0 0 20px
}

.ansOptionWrap .ansOption {
    margin: 0 0 15px
}

.ansOptionWrap .ansOption input[type=radio]:checked,
.ansOptionWrap .ansOption input[type=radio]:not(:checked),
.paymentradio [type=radio]:checked,
.paymentradio [type=radio]:not(:checked),
.regradiolist [type=radio]:checked,
.regradiolist [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.ansOptionWrap .ansOption input[type=radio]:checked+label,
.ansOptionWrap .ansOption input[type=radio]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    background: #e6f8fe;
    padding: 12px 26px 12px 50px;
    border-radius: 27px;
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #666;
    transition: .3s ease-in-out
}

.ansOptionWrap .ansOption input[type=radio]:checked+label:before,
.ansOptionWrap .ansOption input[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 12px;
    width: 20px;
    height: 20px;
    border: 1px solid #666;
    border-radius: 100%;
    background: 0 0
}

.ansOptionWrap .ansOption input[type=radio]:checked+label:after,
.ansOptionWrap .ansOption input[type=radio]:not(:checked)+label:after {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/qu-check-icon.png) center center no-repeat;
    position: absolute;
    left: 19px;
    top: 11px;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-transition: .2s;
    transition: .2s
}

.quSavebtnWrap .btn,
.saveConbtn .btn {
    color: #fff;
    transition: .3s ease-in-out
}

.ansOptionWrap .ansOption input[type=radio]:checked+label {
    background: #2d8aba;
    color: #fff;
    transition: .3s ease-in-out
}

.ansOptionWrap .ansOption input[type=radio]:not(:checked)+label:after,
.paymentradio [type=radio]:not(:checked)+label:after,
.regradiolist [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.ansOptionWrap .ansOption input[type=radio]:checked+label:after,
.paymentradio [type=radio]:checked+label:after,
.regradiolist [type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.quSavebtnWrap {
    display: flex;
    justify-content: flex-end;
    gap: 20px
}

.quSavebtnWrap .btn {
    padding: 12px 40px;
    border-radius: 27px;
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    border: 1px solid #00a990 !important;
    outline: 0
}

.anyQuest-sec .btnWrap .subQubtn:hover,
.quSavebtnWrap .btn:hover,
.saveConbtn .btn:hover {
    background: 0 0 !important;
    color: #00a990
}

.result-listBlock {
    padding: 0;
    margin: 0 0 15px
}

.result-listBlock .resultPanel {
    padding: 0 20px 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #00000040
}

.result-listBlock .resultPanel .ansBox p {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #00a990;
    padding: 0;
    margin: 0
}

.fullscreenDiv .loginformwrap .lrformBox h3,
.registerFormWrap .ttl h3,
.regpara {
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.result-listBlock .resultPanel .ansBox p strong {
    font-family: ClashGrotesk-Medium;
    font-weight: 400;
    color: #666
}

.result-listBlock .resultPanel .ansBox .rightans {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #00a990;
    border-left: 1px solid #000;
    padding: 0 0 0 8px;
    margin-left: 8px
}

.quSavebtnWrap .btn.retest {
    background: 0 0 !important;
    color: #2d8aba;
    border-color: #2d8aba !important
}

.quSavebtnWrap .btn.retest:hover {
    background: #2d8aba !important;
    color: #ffff;
    border-color: #2d8aba !important
}

.fullscreenDiv .loginformwrap .lrformBox .form-group .iti__flag-container,
.registerForm .form-group .iti__flag-container {
    border-right: 1px solid #ccc;
    z-index: 1
}

.fullscreenDiv {
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 30px 15px
}

.fullscreenDiv .loginformwrap {
    width: 100%;
    max-width: 604px;
    margin: 0 auto
}

.fullscreenDiv .loginformwrap .loginLogo {
    text-align: center;
    margin: 0 0 40px
}

.fullscreenDiv .loginformwrap .lrformBox {
    background: #fff;
    border-radius: 20px;
    padding: 50px 98px 60px
}

.fullscreenDiv .loginformwrap .lrformBox h3 {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    padding: 0;
    margin: 0 0 30px
}

.fullscreenDiv .loginformwrap .lrformBox .form-group label {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #666;
    padding: 0;
    margin: 0 0 15px
}

.fullscreenDiv .loginformwrap .lrformBox .form-group label sup {
    color: red
}

.fullscreenDiv .loginformwrap .lrformBox .form-group #mobile_code.form-control {
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 10px;
    font-family: Poppins, sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: normal;
    padding-left: 100px !important;
    height: 66px
}

.fullscreenDiv .loginformwrap .lrformBox .form-group .iti__flag-container .iti__selected-flag,
.registerForm .form-group .iti__flag-container .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px
}

.fullscreenDiv .loginformwrap .lrformBox .form-group #mobile_code.form-control::placeholder {
    color: rgba(0, 0, 0, .2);
    opacity: 1
}

.fullscreenDiv .loginformwrap .lrformBox .form-group #mobile_code.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, .2)
}

.saveConbtn {
    text-align: center;
    padding: 30px 0 0
}

.saveConbtn .btn {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    padding: 14px 60px;
    border-radius: 27px;
    border: 1px solid #00a990 !important
}

.regpara {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 30px 0 0
}

.regpara a {
    color: #00a990;
    border-bottom: 2px solid #00a990
}

.registerPage,
.subjectDetailsBox {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0
}

.registerPage .registerSide {
    width: 550px;
    background: #ecf7fd;
    height: 100vh;
    overflow-y: auto;
    padding: 40px 20px
}

.registerPage .registerFormBox {
    width: calc(100% - 550px);
    background: #fafafa;
    padding: 30px 40px;
    height: 100vh;
    overflow-y: auto
}

.registerFormWrap {
    background: #fff;
    border-radius: 20px;
    padding: 30px
}

.registerFormWrap .ttl h3 {
    font-size: 28px;
    line-height: 100%;
    color: #202020;
    padding: 0;
    margin: 0 0 30px
}

.registerFormWrap .form-group label {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    padding: 0;
    margin: 0 0 10px
}

.pryvc label,
.resuUploadBox label .upttl {
    font-size: 15px;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.2
}

.registerFormWrap .form-group .field {
    border: 1px solid #ccc;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    border-radius: 10px;
    height: 56px;
    padding: 10px;
    width: 100%
}

.registerFormWrap .form-group {
    margin: 0 0 20px
}

.attachField {
    display: flex;
    padding: 0;
    margin: 0
}

.attachField .attselec {
    border: 1px solid #ccc;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    border-radius: 10px 0 0 10px;
    height: 56px;
    padding: 10px 20px 10px 10px;
    border-right: 0
}

.attachField input[type=text].attselec {
    padding: 10px
}

.registerFormWrap .form-group .attfield.field {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.registerForm .form-group #mobile_code.form-control {
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 10px;
    font-family: Poppins, sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: normal;
    padding-left: 100px !important;
    height: 56px
}

.attachField input[type=text].attselec::placeholder,
.registerForm .form-group #mobile_code.form-control::placeholder,
.registerFormWrap .form-group .field::placeholder {
    color: rgba(0, 0, 0, .2);
    opacity: 1
}

.attachField input[type=text].attselec::-ms-input-placeholder,
.registerForm .form-group #mobile_code.form-control::-ms-input-placeholder,
.registerFormWrap .form-group .field::-ms-input-placeholder {
    color: rgba(0, 0, 0, .2)
}

.genderselect input[type=radio]:checked,
.genderselect input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none
}

.genderselect input[type=radio]:checked+label,
.genderselect input[type=radio]:not(:checked)+label {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    padding: 16px 30px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #666;
    display: flex;
    gap: 10px;
    align-items: center
}

.genderselect input[type=radio]:checked+label {
    background: #2d8aba;
    border-color: #2d8aba;
    color: #fff
}

.registerSide-logo {
    padding: 0;
    margin: 0 0 30px;
    text-align: center
}

.registerPage .registerSide ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 0 20px;
    background: 0 0;
    border-radius: 49px;
    padding: 6px
}

#newbannerSlider .owl-dots button.active span,
.registerPage .registerSide ul li.active {
    background: #fff
}

.registerPage .registerSide ul li .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #99cae2;
    border: 5px solid #c3e0ee
}

.registerPage .registerSide ul li.done .icon {
    background: #00a990;
    border-color: #9eddd9
}

.registerPage .registerSide ul li .text {
    padding: 0 0 0 20px
}

.registerPage .registerSide ul li .text p {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 2px
}

.registerPage .registerSide ul li .text span {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    padding: 0;
    margin: 0
}

.regradiolist [type=radio]:checked+label,
.regradiolist [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    margin: 0
}

.regradiolist [type=radio]:checked+label:before,
.regradiolist [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #706f6f;
    border-radius: 100%;
    background: #fff
}

.regradiolist [type=radio]:checked+label:before {
    border: 1px solid #2d8aba
}

.regradiolist [type=radio]:checked+label:after,
.regradiolist [type=radio]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #2d8aba;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    border: 1px solid #2d8aba
}

.resuUploadBox.fullH {
    height: 300px
}

.resuUploadBox.helfH {
    height: 143px
}

.resuUploadBox.helfH.fr {
    margin-bottom: 14px
}

.resuUploadBox {
    background: #cccCCC2E;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.resuUploadBox label .icon {
    max-width: 30px;
    margin: 0 auto 15px
}

.dbearningPanel .dbearningBox .icon,
.nextClassBox .icon,
.resuUploadBox.helfH label .icon {
    max-width: 60px
}

.resuUploadBox label .upttl {
    color: #0000009E;
    margin: 0
}

.resuUploadBox label small {
    color: #0000009E
}

.pryvc {
    max-width: calc(100% - 330px);
    display: flex;
    text-align: left;
    gap: 15px
}

.pryvc label {
    color: #333;
    margin: 0
}

.pryvc label a {
    color: #2d8aba;
    transition: .3s ease-in-out
}

.tdashboard {
    padding: 0 0 0 260px;
    margin: 0;
    background: #fafafa
}

.tdashboard .tsidebar {
    width: 100%;
    max-width: 260px;
    background: #fff;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 999
}

.paymentSelect,
.tdashboard .tsidebar .logo {
    padding: 0;
    margin: 0 0 30px
}

.tdashboard .tsidebar .sidebarmenu ul li {
    position: relative;
    padding: 0;
    margin: 0 0 10px
}

.tdashboard .tsidebar .sidebarmenu ul li a {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .46px;
    color: #5b4a5c;
    padding: 10px 15px;
    border-radius: 27px;
    display: flex;
    transition: .3s ease-in-out;
    align-items: center;
    gap: 10px
}

.tdashboard .tsidebar .sidebarmenu ul li a .icon {
    line-height: 0
}

.tdashboard .tsidebar .sidebarmenu ul li a:hover .icon img {
    filter: brightness(0) invert(1)
}

.tdashboard .tsidebar .sidebarmenu ul li .menucount {
    background: #00a990;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 27px;
    color: #fff;
    padding: 4px 8px;
    margin: 0
}

.tdashboard .tmain {
    height: 100vh;
    overflow-y: auto;
    padding: 90px 20px 30px;
    position: relative
}

.tdashboardHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 20px 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 99;
    background: #fafafa
}

.tdashboardHeader .ttl h3 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .46px;
    color: #1f1e1e;
    padding: 0;
    margin: 0
}

.liveclassStartwrap h3,
.liveclassStartwrap h6,
.liveclassStartwrap p,
.verificationPopWrap .text p {
    font-weight: 500;
    font-family: Poppins, sans-serif
}

.tdashboardHeader .rt-side .srcbox {
    width: 100%;
    min-width: 400px;
    position: relative;
    margin: 0 15px 0 0
}

.tdashboardHeader .rt-side .srcbox .srcfield {
    background: #fff;
    padding: 6px 10px 6px 40px;
    border: none;
    box-shadow: none;
    outline: 0;
    border-radius: 27px;
    width: 100%;
    height: 46px
}

.tdashboardHeader .rt-side .srcbox span {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #ff9f81
}

.tdashboardHeader .rt-side .setNot {
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    border-right: 1px solid #c7c6c2
}

.tdashboardHeader .rt-side .setNot ul {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0
}

.tdashboardHeader .rt-side .setNot ul li a {
    width: 40px;
    height: 40px;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #2d8aba
}

.tdashboardHeader .rt-side .setNot ul li a .count {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff4545;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 17.5px;
    letter-spacing: .46%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0
}

.tdashboardHeader .rt-side .hduser {
    display: flex;
    align-items: center;
    min-width: 200px;
    position: relative
}

.tdashboardHeader .rt-side .hduser .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 6px 2px #00000026;
    box-shadow: 0 1px 2px 0 #0000004D
}

.tdashboardHeader .rt-side .hduser .icon img,
.welcome-video img {
    width: 100%;
    height: 100%
}

.tdashboardHeader .rt-side .hduser .info {
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 0 10px
}

.tdashboardHeader .rt-side .hduser .info p {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #1f1e1e;
    padding: 0;
    margin: 0
}

.verificationPop {
    background: #00000008;
    backdrop-filter: blur(83px);
    position: absolute;
    width: 100%;
    height: calc(100% - 90px);
    border-radius: 20px;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0
}

.liveclassStartwrap,
.verificationPopWrap {
    background: #fff;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.verificationPopWrap {
    max-width: 550px;
    border-radius: 20px;
    padding: 40px
}

.verificationPopWrap .tham {
    max-width: 200px;
    margin: 0 auto;
    padding: 0
}

.verificationPopWrap .text p {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #666;
    padding: 0;
    margin: 0
}

.liveclassStart {
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center
}

.liveclassStartwrap {
    border-radius: 30px;
    max-width: 460px;
    padding: 30px
}

.liveclassStartwrap h3 {
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    color: #2d8aba;
    padding: 0;
    margin: 0 0 10px
}

.liveclassStartwrap .icon {
    max-width: 120px;
    margin: 0 auto
}

.liveclassStartwrap p {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #333
}

.liveclassStartwrap h6 {
    font-size: 24px;
    line-height: 1.2;
    color: #51bde3;
    padding: 0;
    margin: 10px 0
}

.liveclassStartwrap h5 {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #893a3f;
    padding: 0;
    margin: 0 0 20px
}

.liveclassStartwrap a {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    background: #00a990;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 27px;
    border: 1px solid #00a990
}

.classListwarp .ttlFilter .datefilter span,
.classListwarp .ttlFilter h3,
.dashboard-footer p,
.nextClassBox .classDaytag,
.nextClassBox .text p {
    font-weight: 400;
    font-family: Poppins, sans-serif;
    line-height: 1.2
}

.liveclassStartwrap a:hover {
    background: 0 0;
    color: #00a990
}

.dashboard-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 6px 20px 6px 0;
    margin: 0;
    text-align: right
}

.dashboard-footer p {
    font-size: 12px;
    text-align: right;
    text-transform: capitalize;
    color: #666
}

.tdashboardHeader .rt-side .hduser .dropdownmenu-content {
    position: absolute;
    right: 0;
    box-shadow: 0 0 14px 0 #00000014;
    background: #fff;
    border-radius: 10px;
    min-width: 133px;
    top: 40px
}

.tdashboardHeader .rt-side .hduser .dropdownmenu-content ul {
    padding: 10px;
    margin: 0
}

.tdashboardHeader .rt-side .hduser .dropdownmenu-content ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fafafa
}

.priceSummerybox .priceInfo .priceInfoPanel:last-child,
.tdashboardHeader .rt-side .hduser .dropdownmenu-content ul li:last-child {
    border-bottom: none
}

.tdashboardHeader .rt-side .hduser .dropdownmenu-content ul li a {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    transition: .3s ease-in-out
}

.tdashboardHeader .rt-side .hduser .dropdownmenu-content ul li:last-child a,
.tdashboardHeader .rt-side .hduser .dropdownmenu-content ul li:last-child a:hover {
    color: #ff4545
}

.classListwarp {
    background: #fff;
    border-radius: 20px;
    height: calc(100vh - 120px);
    padding: 15px
}

.classListwarp .ttlFilter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px
}

.classListwarp .ttlFilter h3 {
    font-size: 24px;
    color: #000;
    padding: 0;
    margin: 0
}

.classListwarp .ttlFilter .datefilter {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 10px;
    flex-wrap: wrap
}

.classListwarp .ttlFilter .datefilter .datefilterwrap {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 0
}

.classListwarp .ttlFilter .subjectSrc,
.dateStatus {
    align-items: center;
    display: flex;
    padding: 0;
    margin: 0
}

.classListwarp .ttlFilter .datefilter span {
    color: #666;
    font-size: 16px;
    padding: 0;
    margin: 0
}

.classListwarp .ttlFilter .datefilter .datefilterwrap .datebox .form-control {
    border: 1px solid #ccc;
    outline: 0;
    box-shadow: none
}

.classListwarp .ttlFilter .datefilter .datefilterwrap .datebox:first-child .form-control {
    border-radius: 10px 0 0 10px
}

.classListwarp .ttlFilter .datefilter .datefilterwrap .datebox:last-child .form-control {
    border-radius: 0 10px 10px 0;
    border-left: 0
}

.classListwarp .ttlFilter .subjectSrc {
    gap: 10px;
    flex-wrap: wrap
}

.classListwarp .ttlFilter .subjectSrc .subfield {
    min-width: 160px
}

.classListwarp .ttlFilter .subjectSrc .subfield .form-control {
    -webkit-appearance: listbox
}

.classListwarp .ttlFilter .subjectSrc .form-control {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    border: 1px solid #ccc;
    border-radius: 8px;
    min-height: 36px
}

.classListwarp .ttlFilter .subjectSrc .srcfield {
    min-width: 300px
}

.dateStatus {
    flex-wrap: wrap
}

.dateStatus p {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #0000003B
}

.dateStatus p:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0
}

.class-duration li:last-child span.studentStatus {
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    text-decoration: none
}

.class-duration li:last-child a {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: underline;
    color: #00a990;
    display: inline-block
}

.classListwarp .classListbox .class-card {
    background: #ecf7FD80;
    box-shadow: none
}

.classListwarp .classListbox .class-card .class-card-left {
    width: calc(100% - 290px)
}

.nextClassBox {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative
}

.nextClassBox .classDaytag {
    border: 1px solid #00a990;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 17px;
    background: #fff;
    color: #00a990;
    position: absolute;
    right: 0;
    top: -10px
}

.nextClassBox .text p {
    font-size: 14px;
    color: #000;
    padding: 0;
    margin: 0
}

.nextClassBox .text h5 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #51bde3;
    padding: 0;
    margin: 0
}

.nextClassBox .text span {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    color: #893a3f
}

.subjectDetailsBox .subName {
    padding: 0;
    margin: 0 60px 0 0
}

.subjectDetailsBox .subName p {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 6px
}

.subjectDetailsBox .subName h4 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #2d8aba;
    padding: 0;
    margin: 0
}

.addnewCl .addnewBtn,
.subjectDetailsBox .subdetailsBtn a {
    color: #00a990;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    line-height: 1.2;
    font-weight: 500
}

.subjectDetailsBox .subdetailsBtn a {
    display: inline-block;
    border: 1px solid #00a990;
    background: #fff;
    padding: 8px 36px;
    border-radius: 27px
}

.classlistoption button {
    background: 0 0;
    border: none;
    box-shadow: none;
    outline: 0
}

.classListbox.classListDetails .class-card.class-cardDetails {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.classDetailsInfo .nav.nav-tabs {
    background: #ecf7fd;
    justify-content: space-between;
    padding: 0 20px;
    margin: 0;
    border-bottom: none
}

.classDetailsInfo .nav.nav-tabs .nav-link {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    padding: 14px 40px;
    margin: 0;
    border-radius: 0;
    border: none
}

.classDetailsInfo .nav.nav-tabs .nav-link.active {
    background: #51bde3 !important;
    color: #fff
}

.cldetilascard {
    padding: 15px;
    margin: 0
}

.cldetilascardWrap {
    padding: 15px;
    background: #d9d9D91A;
    border-radius: 10px
}

.cldetilascardWrap .ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 0 20px
}

.cldetilascardWrap .ttl h4 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 0;
    margin: 0
}

.addnewCl .addnewBtn {
    padding: 0;
    margin: 0;
    text-transform: capitalize
}

.accordion.classDetailsAccor .accordion-item {
    border: none;
    padding: 0 20px;
    position: relative;
    box-shadow: 0 0 24px 0 #0000000D;
    border-radius: 10px;
    margin: 0 0 20px
}

.accordion.classDetailsAccor .accordion-item .accordiOption {
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer
}

.accordion.classDetailsAccor .accordion-item .accordion-header .accordion-button {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    padding-left: 0;
    padding-right: 0
}

.accordion.classDetailsAccor .accordion-item .accordion-header .accordion-button .count {
    display: inline-block;
    margin: 0 15px 0 0;
    color: #2d8aba
}

.accordion.classDetailsAccor .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #ccc !important;
    box-shadow: none
}

.accordion.classDetailsAccor .accordion-item .accordion-body {
    padding-left: 26px
}

.accordion.classDetailsAccor .accordion-item .accordion-body ul li {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    list-style: inside;
    color: #654e63;
    padding: 0;
    margin: 0
}

.captersuploadvideo {
    max-width: 450px;
    padding: 0;
    margin: 30px 0 0;
    position: relative
}

.captersuploadvideo img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover
}

.captersuploadvideo .imgDelete {
    position: absolute;
    top: 15px;
    right: 15px
}

.joinBox .icon,
.joinbtn,
.progress,
.progress .title,
.subBox,
.videoheader,
.videoimg {
    position: relative
}

.captersuploadvideo .imgDelete .romoveimg {
    display: flex;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    border: none;
    outline: 0;
    color: #ff5a5a;
    font-size: 14px;
    line-height: 1.2
}

.assesssetpanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    margin: 0 0 15px;
    box-shadow: 0 0 14px 0 #0000000A;
    border-radius: 10px
}

.assesssetpanel .box p {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: .2px;
    color: #000
}

.assesssetpanel .box.markbox {
    width: 260px
}

.assesssetpanel .box.cpname {
    width: calc(100% - 300px)
}

.earningInfotableeWrap .erningInfotableacc .accordion-header .accordion-button {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin: 0
}

.earningInfotableeWrap .erningInfotableacc .accordion-item {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}

.earningInfotableeWrap .erningInfotableacc .accordion-header .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #ccc !important;
    box-shadow: none;
    background-color: #fff
}

.earningInfotableeWrap .erningInfotableacc .accordion-header .accordion-button .weekstatus span {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #000;
    display: inline-block;
    border-radius: 27px;
    padding: 6px 14px;
    background: #ccc
}

.dbearningPanel .dbearningBox .textblock .procePanel .wkstatus.current,
.earningInfotableeWrap .erningInfotableacc .accordion-item.currentItem .accordion-header .accordion-button .weekstatus span {
    background: gold
}

.earningInfotableeWrap .erningInfotableacc .accordion-header .accordion-button .priceWticon figure {
    max-width: 40px;
    margin: 0
}

.earningInfotableeWrap .erningInfotableacc .accordion-header .accordion-button .commtbox {
    display: inline-block;
    width: 33.333333%
}

.earningInfotableeWrap .erningInfotableacc .accordion-header .accordion-button .commtbox p {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #263238;
    padding: 0;
    margin: 0
}

.earningInfotableeWrap .erningInfotableacc .accordion-header .accordion-button .priceWticon strong {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    color: #2d8aba
}

.earningTablewrap {
    background: #d9d9D93B;
    padding: 8px;
    border-radius: 10px
}

.earningTablewrap table tr td {
    border-bottom: none;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    font-family: ClashGrotesk-Medium
}

.earningTablewrap table tr:nth-child(odd) td {
    background: #ecf7fd
}

.classpanel {
    padding: 21px 10px;
    box-shadow: 0 2px 14px 0 #0000000F;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 14px
}

.classpanel .teimfo {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 11px 0 11px 7px
}

.classpanel .teimfo .tham {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #51bde3
}

.classpanel .teimfo .tham img,
.usercard-img img,
.videosect-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.classpanel .teimfo .text {
    width: calc(100% - 66px);
    padding: 0 0 0 10px
}

.classpanel .teimfo .text h5 {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0 0 5px
}

.classpanel .teimfo .text ul {
    display: flex;
    gap: 8px;
    align-items: center
}

.govtjob-card,
.perform-box {
    align-items: center;
    display: flex
}

.classpanel .teimfo .text ul li {
    font-size: 12px;
    color: #f2b200
}

.subBox {
    margin: 0;
    padding: 17px 0 0 11px
}

.classpanel .subBox h5 {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 23px;
    line-height: 20px;
    color: #2d8aba;
    padding: 0;
    margin: 0 0 7px
}

.classpanel .subBox p,
.perform-box a {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.2
}

.classpanel .subBox p {
    font-size: 15px;
    color: #893a3f
}

.perform-box {
    justify-content: start;
    gap: 12px
}

.perform-box a {
    font-size: 14px;
    color: #428bc1;
    display: block ruby;
    text-decoration: underline
}

.videoheader-left h4,
.videoheader-left h5,
.videoheader-right h6 {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    margin: 0 0 5px
}

.jobdetail-card p a:hover,
.perform-box a:hover {
    color: #428bc1;
    text-decoration: none
}

.joinbtn {
    margin: 0;
    padding: 11px 21px;
    background: #00a990;
    font-size: 13px;
    font-weight: 500;
    color: #fff !important;
    border-radius: 22px
}

.feedback-btn:hover,
.joinbtn:hover {
    background: #02ddbc
}

.joinBox .icon {
    margin: 0 auto 10px;
    padding: 0;
    width: 41px
}

.joinBox .disabled {
    opacity: .6;
    cursor: not-allowed
}

.progress {
    width: 88px;
    height: 88px;
    font-size: 22px;
    color: #000;
    border-radius: 50%;
    overflow: hidden;
    background: #f2f2f2;
    text-align: center;
    line-height: 93px;
    margin: 0;
    font-weight: 600
}

.progress .title {
    z-index: 100;
    width: 100%;
    font-size: 16px;
    font-weight: 700
}

.progress .left,
.progress .overlay,
.progress .right {
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

.progress span::after {
    content: "%";
    position: absolute;
    font-size: 16px
}

.progress .overlay {
    z-index: 1;
    background-color: #f2f2f2
}

.progress .left,
.progress .right {
    border: 4px solid #00a990;
    border-radius: 100px 0 0 100px;
    border-right: 0;
    transform-origin: right
}

.progress .left {
    animation: 1s linear forwards load1
}

.progress:nth-of-type(2) .right,
.progress:nth-of-type(3) .right {
    animation: .5s linear 1s forwards load2
}

.progress:first-of-type .right,
.progress:last-of-type .right {
    animation: .8s linear 1s forwards load3
}

@keyframes load1 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(180deg)
    }
}

@keyframes load2 {
    0% {
        z-index: 100;
        transform: rotate(180deg)
    }

    100% {
        z-index: 100;
        transform: rotate(270deg)
    }
}

@keyframes load3 {
    0% {
        z-index: 100;
        transform: rotate(180deg)
    }

    100% {
        z-index: 100;
        transform: rotate(315deg)
    }
}

.govtjobs-section,
.videosection {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.videocard {
    padding: 14px 12px;
    box-shadow: 0 1px 9px 4px #0000000F;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 14px
}

.videoheader {
    margin: 0 0 3px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.videoimg,
.welcome-video {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 140px;
    border-radius: 10px;
    overflow: hidden
}

.videoheader-left h4 {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    padding: 0
}

.videoheader-left h5 {
    font-size: 16px;
    line-height: 1.2;
    color: #893a3f;
    padding: 0
}

.videoheader-right h6 {
    font-size: 18px;
    line-height: 23px;
    color: #2d8aba;
    padding: 0
}

.govtjob-cardleft h3,
.govtjob-cardleft h6 {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    line-height: 27px
}

.videoheader-right h6 span {
    font-size: 12px;
    color: #428bc1;
    display: block
}

.videoheader-right {
    text-align: right
}

.videoimg #overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: #0009
}

.proicons_pdf {
    position: absolute;
    left: 44%;
    bottom: 36%;
    z-index: 9;
    width: 33px
}

.welcome-video {
    position: relative
}

.videosect-bg,
.welcome-video #overlay {
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0
}

.welcome-video #overlay {
    cursor: pointer;
    background: #0009;
    z-index: 9
}

.play-button {
    position: absolute;
    top: 50%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    z-index: 999
}

.play-button a::before {
    content: '';
    width: 7%;
    height: auto;
    border-radius: 14px;
    background: 0 0;
    border: 1px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: 3s linear infinite video-play;
    animation: 3s linear infinite video-play
}

.play-button a i {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-left: 5px;
    display: inline-flex;
    border: 1px solid #f1f6ff;
    position: relative;
    color: #fff;
    font-size: 30px
}

@-webkit-keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@-webkit-keyframes half-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes half-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@-webkit-keyframes video-play {
    0% {
        width: 50%;
        height: 50%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@keyframes video-play {
    0% {
        width: 50%;
        height: 50%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

.govtjob-card {
    justify-content: space-between;
    box-shadow: 0 0 24px 0 #0000001A;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative
}

.govtjob-cardleft,
.govtjob-cardright {
    margin: 0;
    padding: 0;
    position: relative;
    width: auto
}

.govtjob-cardleft h3 {
    color: #333;
    font-size: 24px;
    letter-spacing: normal;
    padding: 6px 0
}

.govtjob-cardright .viewdetail {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #2d8aba;
    padding: 0;
    margin: 0 0 10px;
    display: block ruby;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 6px
}

.govtjob-cardright .viewdetail svg {
    font-size: 13px
}

.govtjob-cardright .viewdetail:hover {
    color: #38a6dd;
    text-decoration: underline
}

.jobsfound-card {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 53px
}

.govtjob-cardleft h6 {
    margin: 0;
    padding: 0;
    position: relative;
    color: #666;
    font-size: 17px
}

.govtjob-cardleft h6 span {
    color: #2d8aba;
    font-size: 17px;
    font-weight: 600;
    padding-left: 8px
}

.jobdetails-section {
    margin: 0;
    padding: 50px 0;
    position: relative;
    width: 100%
}

.jobdetails-section h2 {
    margin: 0 0 14px;
    padding: 0;
    font-family: ClashGrotesk-Semibold;
    position: relative;
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 33px
}

.jobdetails-section h5 {
    margin: 0 0 9px;
    padding: 0;
    font-family: ClashGrotesk-Medium;
    position: relative;
    color: #666;
    font-size: 36px;
    line-height: 41px;
    font-weight: 400
}

.jobdetail-card p,
.jobdetails-section h6 {
    font-family: ClashGrotesk-Regular;
    line-height: 30px;
    position: relative
}

.jobdetails-section h5 span {
    font-family: ClashGrotesk-Semibold;
    color: #2d8aba;
    font-size: 36px;
    font-weight: 600
}

.jobdetails-section h6 {
    margin: 0 0 48px;
    padding: 0;
    color: #333;
    font-size: 23px;
    font-weight: 500
}

.jobdetails-section h6 span {
    font-family: ClashGrotesk-Medium;
    font-weight: 600
}

.jobdetail-head {
    margin: 0;
    padding: 8px 27px;
    background: #d3eff8;
    font-family: ClashGrotesk-Medium;
    font-size: 26px;
    color: #000;
    font-weight: 500;
    border-radius: 6px
}

.jobdetail-card {
    margin: 0;
    padding: 15px 30px;
    position: relative;
    width: 100%
}

.jobdetail-card p {
    margin: 0;
    padding: 8px 0;
    color: #4d4b4b;
    font-size: 20px;
    font-weight: 500
}

.jobdetail-card p a {
    color: #428bc1;
    text-decoration: underline
}

.newclasse-section {
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    width: 520px
}

.newclasse-section h3 {
    margin: 0 0 45px;
    padding: 0;
    font-family: ClashGrotesk-Medium;
    position: relative;
    color: #333;
    font-size: 40px;
    font-weight: 600;
    line-height: 33px;
    text-align: center
}

.usercard-text h4,
.usercard-text h6 {
    margin: 0;
    font-size: 21px;
    font-weight: 500
}

.newclasse-section p,
.usercard-text h4,
.usercard-text h6 {
    font-family: ClashGrotesk-Medium;
    line-height: 24px;
    padding: 0;
    position: relative
}

.usercard-img {
    margin: 0;
    padding: 0;
    background: #51bde3;
    position: relative;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%
}

.newclasse-usercard {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px
}

.form-checkcard,
.starcard {
    gap: 12px;
    display: flex;
    text-align: center
}

.usercard-text h4 {
    color: #000
}

.usercard-text h6 {
    color: #2d8aba
}

.usercard-text h6 span {
    font-size: 16px;
    color: #893a3f;
    display: block
}

.newclasse-section p {
    margin: 41px 0 0;
    color: #676067;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    width: 100%
}

.starcard {
    margin: 8px auto;
    width: 200px;
    align-items: center;
    justify-content: center
}

.starcard a .bg-light {
    color: #d5d1d1
}

.form-checkcard {
    margin: 12px auto;
    width: 469px;
    align-items: center;
    justify-content: center
}

.form-checkcard .form-check-input {
    padding: 8px
}

.form-checkcard .form-check-label {
    gap: 5px;
    display: flex;
    justify-content: start
}

.newclasse-section .form-control {
    margin: 22px 0 33px;
    padding: 12px 15px;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.couponField .btn,
.feedback-btn,
.priceSummerybox .coupon-ttl .textBox h4,
.priceSummerybox .priceInfo h4 {
    font-family: ClashGrotesk-Medium;
    font-weight: 500
}

.feedback-btn {
    margin: 0;
    padding: 8px 25px;
    position: relative;
    background: #00a990;
    font-size: 18px;
    color: #fff !important;
    border-radius: 22px
}

.class-banner.checkOut {
    padding: 30px 0;
    margin: 0
}

.class-banner.checkOut .class-banner-inner {
    flex-direction: column;
    margin-top: 0
}

.class-banner.checkOut .class-banner-inner .class-banner-inner-left {
    width: 100%;
    max-width: 100%;
    padding-right: 0
}

.class-banner.checkOut .class-banner-inner .class-banner-inner-left .datehurry {
    display: flex;
    align-items: flex-end;
    gap: 60px;
    padding: 0;
    margin: 0
}

.class-banner.checkOut .class-banner-inner .class-banner-inner-left .start-date {
    display: flex;
    gap: 60px;
    padding: 0;
    margin: 0
}

.class-banner.checkOut .class-banner-inner .class-banner-inner-left .start-date h6 {
    display: block;
    font-size: 18px
}

.class-banner.checkOut .class-banner-inner .class-banner-inner-left .class-list-top .class-card-top .class-duration li:last-child span,
.price h6 {
    color: #666
}

.class-banner.checkOut .class-banner-inner .class-banner-inner-right {
    padding-left: 0;
    border-left: 0;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin: 30px 0 0;
    max-width: 100%
}

.class-banner.checkOut .class-banner-inner .class-banner-inner-right h6,
.class-banner.checkOut .class-banner-inner .class-banner-inner-right p {
    padding: 0
}

.priceSummerybox {
    background: #fff;
    border: 1px solid #ecf7fd;
    border-radius: 10px;
    padding: 15px
}

.priceSummerybox .coupon-ttl {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 0;
    margin: 0 0 20px
}

.priceSummerybox .coupon-ttl .textBox h4 {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0
}

.priceSummerybox .coupon-ttl .textBox p {
    font-family: ClashGrotesk-Regular;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #666;
    margin: 0
}

.couponField {
    position: relative;
    padding: 0;
    margin: 0 0 20px
}

.couponField .form-control {
    border: 1px solid #00a990;
    padding: 6px 100px 6px 10px;
    border-radius: 10px;
    height: 48px;
    outline: 0;
    box-shadow: none;
    margin: 0
}

.couponField .btn {
    font-size: 16px;
    line-height: 1.2;
    border: 1px solid #2d8aba !important;
    background: #2d8aba !important;
    color: #fff !important;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    height: 48px;
    padding: 6px 20px;
    margin: 0
}

.priceSummerybox .priceInfo h4 {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0 0 15px
}

.dbtankyou .desc h3,
.dbtankyou .desc h4 {
    font-family: Poppins, sans-serif;
    line-height: 1.2;
    margin: 0 0 6px;
    letter-spacing: .1px;
    font-weight: 600
}

.priceSummerybox .priceInfo .priceInfoPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #a9a9A96B;
    padding: 10px 0;
    margin: 0
}

.priceSummerybox .priceInfo .priceInfoPanel p,
.priceSummerybox .priceInfo .priceInfoPanel span {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0
}

.priceSummerybox .priceInfo .priceInfoPanel strong {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0
}

.priceSummerybox .priceInfo .priceInfoPanel .pricebox {
    min-width: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.decrease {
    color: #f71212 !important
}

.increase,
p.names_pt {
    color: #00a990 !important
}

.proccedBtn {
    margin-top: 20px
}

.proccedBtn .btn {
    font-family: ClashGrotesk-Semibold;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    background: #00a990 !important;
    color: #fff !important;
    width: 100%;
    border-radius: 27px;
    padding: 14px 10px
}

.paymentradio [type=radio]:checked+label,
.paymentradio [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #000
}

.paymentradio [type=radio]:checked+label:before,
.paymentradio [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #666;
    border-radius: 100%;
    background: #fff
}

.paymentradio [type=radio]:checked+label:after,
.paymentradio [type=radio]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #00a990;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: .2s;
    transition: .2s
}

.paymentradio [type=radio]:checked+label:before {
    border-color: #00a990
}

.dbcard {
    background: #fff;
    padding: 10px;
    border-radius: 10px
}

.dbtankyou {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0
}

.dbtankyou .desc {
    max-width: 60%
}

.dbtankyou .desc h3 {
    font-size: 22px;
    color: #1f1e1e;
    padding: 0
}

.dbtankyou .desc h4 {
    font-size: 18px;
    color: #00a990;
    padding: 0
}

.dbtankyou .desc p,
.nxtclass .info p {
    font-weight: 400;
    font-family: Poppins, sans-serif
}

.dbtankyou .desc p {
    font-size: 12px;
    line-height: 1.6;
    color: #1f1e1e;
    letter-spacing: .1px;
    padding: 0;
    margin: 0;
    max-width: 420px
}

.dbtankyou .posterbox {
    display: flex;
    background: #e6f8fe;
    padding: 30px 10px 0 0;
    border-radius: 10px
}

.dbtankyou .posterbox .text h4 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #00a990;
    padding: 26px 0 0;
    margin: 0;
    max-width: 130px
}

.dbearningTtl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 20px
}

.dbearningTtl h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #1f1e1e;
    padding: 0;
    margin: 0
}

.dbearningTtl .erselect {
    min-width: 175px
}

.dbearningTtl .erselect .field {
    border: none;
    border-bottom: 1px solid #666;
    outline: 0;
    box-shadow: none;
    width: 100%
}

.dbearningPanel {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.dbearningPanel .dbearningBox {
    width: 50%;
    display: flex;
    align-items: center();
    padding: 0;
    margin: 0;
    border-right: 1px solid #00000033
}

.dbearningPanel .dbearningBox:last-child {
    border-right: 0;
    padding-left: 30px
}

.dbearningPanel .dbearningBox .textblock {
    padding: 0 0 0 15px;
    margin: 0
}

.dbearningPanel .dbearningBox .textblock h4 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #263238;
    padding: 0;
    margin: 0
}

.dbearningPanel .dbearningBox .textblock .procePanel {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 10px 0 0
}

.dbearningPanel .dbearningBox .textblock .procePanel strong {
    font-family: Poppins, sans-serif;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #00a990;
    padding: 0;
    margin: 0
}

.dbearningPanel .dbearningBox .textblock .procePanel .wkstatus {
    display: inline-block;
    background: #ccc;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    padding: 6px 10px;
    border-radius: 27px
}

.nxtclass {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0
}

.nxtclass .icon {
    max-width: 80px
}

.nxtclass .info p {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0 0 10px
}

.nxtclass .info a,
.smallTtl {
    font-family: ClashGrotesk-Medium
}

.nxtclass .info .subjectDate {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0 0 10px
}

.nxtclass .info .subjectDate h5 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #51bde3;
    padding: 0;
    margin: 0
}

.nxtclass .info .subjectDate span {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #893a3f;
    padding: 0;
    margin: 0
}

.nxtclass .info a {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    background: #00a990;
    padding: 12px 16px;
    border-radius: 27px;
    display: inline-block;
    margin: 0
}

.smallTtl {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #00a990;
    padding: 0;
    margin: 0 0 10px
}

.about-why-sec h3,
.cless-conn-page .cless-conn-desc h2,
.tc-page h2 {
    font-family: ClashGrotesk-Medium;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.2;
    color: #333;
    padding: 0;
    margin: 0 0 20px
}

.about-why-sec .tetxBloxk p,
.cless-conn-page .cless-conn-desc p,
.tc-page p {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #263238;
    padding: 0;
    margin: 0 0 15px
}

.about-why-sec {
    background: #f3fbff;
    padding: 40px 0;
    margin: 0;
    position: relative
}

.about-why-sec::before {
    content: '';
    width: 117px;
    height: 132px;
    background: url(../images/Shape_1.png) left top/cover no-repeat;
    position: absolute;
    right: 15px;
    top: 35px
}

.about-why-sec:after {
    content: '';
    width: 200px;
    height: 234px;
    background: url(../images/Shape_2.png) left top/cover no-repeat;
    position: absolute;
    right: 29%;
    bottom: 6%
}

.about-why-sec ul {
    padding: 0;
    margin: 60px 0 0
}

.about-why-sec ul li {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #2d8aba;
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.about-why-sec ul li img {
    padding-top: 6px
}

.aboutReview {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 40px 0 0
}

.aboutReview ul {
    display: flex;
    align-items: center;
    gap: 4px;
    align-items: center;
    padding: 0;
    margin: 0
}

.aboutReview ul li {
    font-size: 10px;
    line-height: 1.2;
    color: #f2b200;
    padding: 0;
    margin: 0
}

.aboutReview h6 {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(0, 0, 0, .3);
    padding: 0;
    margin: 0
}

.aboutReview h6 strong {
    font-size: 16px;
    line-height: 1.2;
    color: #000
}

.stuWrap .stubox {
    border: 1.5px solid #ffae10;
    background: #fff3c9;
    padding: 30px 20px;
    border-radius: 0 20px;
    max-width: 280px
}

.stuWrap .stubox h4 {
    font-family: ClashGrotesk-Semibold;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    color: #333;
    padding: 0;
    margin: 0
}

.stuWrap .mocBox p,
.stuWrap .stubox p {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #101010B2;
    padding: 0;
    margin: 0
}

.stuWrap .mocBox h4,
.stuWrap .stateBox h4 {
    margin: 0 0 10px;
    line-height: 1.2;
    letter-spacing: 0;
    font-family: ClashGrotesk-Semibold;
    font-weight: 600
}

.stuWrap .mocBox {
    border: 1.5px solid #00bde5;
    background: #00d1FF33;
    padding: 20px;
    border-radius: 0 20px;
    max-width: 155px
}

.stuWrap.d-flex {
    align-items: flex-start;
    gap: 20px;
    margin-top: 40px
}

.stuWrap .mocBox h4 {
    font-size: 24px;
    padding: 0
}

.stuWrap .stateBox {
    border: 1.5px solid #9650ef;
    background: #a25BFB33;
    padding: 20px;
    border-radius: 0 20px;
    max-width: calc(100% - 175px)
}

.stuWrap .stateBox h4 {
    font-size: 32px;
    color: #333;
    padding: 0
}

.anyQuest-sec {
    padding: 60px 0;
    margin: 0;
    background: #f3fbff
}

.anyQuest-sec h2 {
    font-family: ClashGrotesk-Semibold;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    color: #333;
    padding: 0;
    margin: 0 0 40px
}

.anyQuest-sec .form-group {
    margin: 0 0 30px
}

.anyQuest-sec .form-group label {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    color: rgba(0, 0, 0, .5)
}

.anyQuest-sec .form-group .form-control {
    background: 0 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
    outline: 0;
    padding-left: 0;
    padding-right: 0
}

.anyQuest-sec .form-group textarea.form-control {
    height: 120px
}

.anyQuest-sec .btnWrap,
.contactInfo-sec .contactInfoBox,
.contactInfo-sec .contactInfoBox .text {
    text-align: center;
    padding: 0;
    margin: 0
}

.anyQuest-sec .btnWrap .subQubtn {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    background: #00a990 !important;
    border: 1.5px solid #00a990 !important;
    color: #fff;
    border-radius: 27px;
    outline: 0;
    box-shadow: none;
    padding: 12px 40px;
    margin: 0;
    transition: .3s ease-in-out
}

.contactInfo-sec .contactInfoBox .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto 20px;
    background: #2d8aba
}

.contactInfo-sec .contactInfoBox .text h4 {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #141518;
    padding: 0;
    margin: 0
}

.contactInfo-sec .contactInfoBox .text p {
    font-family: ClashGrotesk-Regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    color: #878787;
    padding: 0;
    margin: 0
}

.contactInfo-sec .contactInfoBox .text span {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    color: #00a990;
    display: block
}

.contactInfo-sec .contactInfoBox .text a {
    color: #2d8aba;
    text-decoration: underline
}

.tc-page {
    padding: 60px 0 40px;
    margin: 0
}

.tc-page h6 {
    font-family: ClashGrotesk-Semibold;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    color: #263238;
    padding: 0;
    margin: 0 0 10px
}

.circular-progress {
    position: relative;
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center
}

.circular-progress svg {
    transform: rotate(-90deg)
}

.circular-progress circle {
    fill: none;
    stroke-width: 10px;
    stroke-linecap: round
}

.circular-bg {
    stroke: #e6e6e6
}

.circular-bar {
    stroke: #00A990
}

.progress-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 42px;
    color: #000
}

.controls {
    display: none;
    margin-top: 32px;
    gap: 12px;
    align-items: center
}

.mobFilter button,
.thread-wrapper .row:nth-child(2n),
.thread-wrapper .row:nth-child(odd) {
    align-items: center
}

.searchResult {
    margin-top: 10px
}

.searchSuggestion {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    max-height: 320px;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px
}

.searchSuggestion h4 {
    font-weight: 600;
    font-size: 20px;
    color: #37b89f;
    padding: 0;
    margin: 0 0 15px
}

button.threadBtn,
button.threadBtn-1 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 9px 25px;
    box-shadow: none;
    line-height: 1.2
}

.searchSuggestion .searchall {
    background: #f5fbfd;
    padding: 10px;
    border-bottom: 1px solid #fff;
    margin: 0 0 20px
}

.searchSuggestion .searchall p {
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 15px
}

button.threadBtn {
    border-radius: 27px;
    background: #fff !important;
    color: #00a990 !important;
    border: 1px solid #00a990 !important;
    transition: .6s
}

button.threadBtn:hover {
    background-color: #00a990 !important;
    color: #fff !important
}

button.threadBtn-1 {
    border-radius: 27px;
    background: #00a990 !important;
    color: #fff !important;
    border: 1px solid #00a990 !important
}

.f_14,
button.editBtn {
    font-size: 14px !important
}

div#topic-details {
    background: #f6f9fc;
    padding: 20px;
    border-radius: 10px
}

button.editBtn {
    color: #00a990 !important;
    display: block;
    height: 40px
}

.threadTitle h3 {
    font-size: 16px;
    font-weight: 900;
    color: #00a990
}

.threadTitle a {
    font-size: 15px;
    color: #2d8aba;
    font-weight: 800;
    display: block
}

.threadTitle h5 {
    color: #893a3f;
    font-size: 13px;
    letter-spacing: normal;
    border: 1px solid #893a3f;
    padding: 5px;
    border-radius: 20px;
    font-family: ClashGrotesk-Medium;
    text-align: center;
    display: inline-block
}

.threadTitle p {
    font-size: 13px;
    color: #333
}

.card_thumbnail_new {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 20px;
    padding: 10px;
    background: #ffffff94;
    box-shadow: -1px -1px 8px 1px #00000040;
}

.card_thumbnail_new .thumbnail img {
    width: 100%;
    border-radius: 10px;
    height: 212px;
    object-fit: cover
}

.card_thumbnail_new h4 {
    line-height: 26px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 15px 0;
    letter-spacing: 1px;
    height: 53px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-family: 'ClashGrotesk-Medium';
}

.category_duration ul {
    text-align: left;
    margin-left: 10px
}

.category_duration ul li {
    border: 1px;
    color: #2d8aba;
    padding: 6px 12px;
    margin-right: 5px;
    border-radius: 20px;
    font-weight: 700
}

.category_duration ul li.active {
    background-color: #2d8aba;
    color: #fff
}

.category_duration ul li:last-child:not(:only-child) {
    border: none;
    text-decoration: underline;
    position: relative
}

.category_duration ul li.active:last-child {
    background-color: none
}

.category_duration ul li:last-child:not(:only-child)::after {
    content: '\f101';
    position: absolute;
    top: 7px;
    right: -2px;
    font-family: 'Font Awesome 6 Free'
}

.course_start_end ul {
    text-align: left;
    border-bottom: 1px;
    margin: 10px 0
}

.course_start_end ul li,
.validity p {
    margin-right: 6px;
    border-right: 1px;
    margin-bottom: 10px;
    padding-right: 6px;
    line-height: 1.2;
    color: #666;
    font-weight: 600;
    letter-spacing: 1px
}

.validity p {
    margin: 0 !important;
    padding: 0;
}

.course_start_end ul li:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0
}

.price h3 {
    color: #893a3f;
    font-size: 28px;
    font-weight: 700
}

.price h3 span {
    font-size: 16px;
    color: #786f77;
    font-weight: 500;
    text-decoration: line-through
}

.cta a {
    background: #00a990;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 17px;
    border-radius: 10px;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
}

.vijDesc h2,
.vijDesc h3,
.vijDesc h4 {
    letter-spacing: normal
}

.card_list_new {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0 0 24px 0 #0000001A
}

.w_100 {
    width: 100% !important;
    display: block
}

.no_mar {
    border-bottom: none !important;
    margin-bottom: 0 !important
}

.m_20 {
    margin-top: 20px !important
}

.m_30 {
    margin-top: 30px !important
}

.withBesPrice {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 5px
}

.smallSize.card_thumbnail_new h4 {
    font-size: 20px
}

.card-top h6 {
    font-size: 12px
}

.course_start_end ul li.f_14 {
    font-size: 12px !important
}

.smallSize.card_thumbnail_new .cta a {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 1.2
}

.explaneBox {
    background: #e2e3e573;
    padding: 10px;
    color: #41464b;
    border-radius: 5px;
    margin-top: 15px
}

.contentPage h2 {
    font-family: Roboto;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: #253036;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0 20px
}

.contentPage p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    font-family: Roboto, sans-serif;
    color: #666;
    padding: 0;
    margin: 0 0 10px
}

.slwrap .newbannerWrap .bannerInfo .infoWrap h1,
.vijDesc h2,
.vijDesc h3,
.vijDesc h4,
.wlcModal .modal-desc h3 {
    font-weight: 600;
    font-family: ClashGrotesk-Semibold
}

.filterContent-sec {
    display: flex
}

.filterContent-sec .class-section-left {
    width: 400px
}

.filterContent-sec .class-section-right {
    width: calc(100% - 400px);
    padding: 40px 15px 30px 30px
}

.mobFilter {
    position: absolute;
    right: -35px;
    top: -22px;
    z-index: 2
}

.mobFilter button {
    height: 36px;
    width: 36px;
    background: #3b9ed8 !important;
    justify-content: center;
    color: #fff;
    border-radius: 0 3px 3px 0;
    outline: 0;
    box-shadow: none;
    display: none
}

.slwrap .newbannerWrap {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%
}

.slwrap {
    height: 546px;
}

.slwrap .newbannerWrap .bannerInfo {
    display: flex;
    /* width: 50%;
    padding-left: 50px */
}

.slwrap .newbannerWrap .bannerInfo .infoWrap {
    max-width: 560px
}

.slwrap .newbannerWrap .newbnrimg {
    width: 100%
}

.slwrap .newbannerWrap .bannerInfo .infoWrap h1 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 1.8px;
    padding: 0;
    margin: 0 0 30px
}

.slwrap .newbannerWrap .bannerInfo .infoWrap p {
    font-size: 19px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    color: #666;
    font-family: ClashGrotesk-Light;
    padding: 0
}

#newbannerSlider .owl-dots {
    position: absolute;
    right: 60px;
    bottom: 20px;
    width: auto;
    left: inherit
}

#newbannerSlider .owl-dots button span {
    background: #fffFFF4D;
    width: 20px;
    height: 3px;
    border-radius: 6px
}

.newbanner .search-hereWrap {
    position: absolute;
    bottom: 15%;
    left: 100px;
    z-index: 6;
    width: 100%;
    max-width: 440px
}

.wlcModal .modal-desc {
    text-align: center;
    padding: 0;
    margin: 0 0 30px
}

.wlcModal .modal-desc h3 {
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    color: #2d8aba;
    padding: 0;
    margin: 0 0 15px
}

.vijDesc h2,
.vijDesc h3,
.vijDesc h4,
.wlcModal .modal-desc p {
    color: #333;
    line-height: 1.2
}

.wlcModal .modal-desc p {
    font-family: ClashGrotesk-Medium;
    font-size: 28px;
    padding: 0;
    margin: 0
}

.wlcModal .form-group {
    margin-bottom: 20px
}

.wlcModal .form-group label {
    font-family: ClashGrotesk-Medium;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    padding: 0;
    margin: 0 0 10px
}

.wlcModal .form-group .form-control {
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 50px
}

.wlcModal .form-group textarea.form-control {
    height: 100px
}

.wlcModal .modal-content {
    border-radius: 15px
}

.vijDesc h2 {
    font-size: 36px;
    padding: 0 0 20px
}

.vijDesc h3 {
    font-size: 26px;
    padding: 0 0 10px
}

.vijDesc h4 {
    font-size: 30px;
    padding: 0 0 10px
}

.vijDesc p,
.vijDesc ul li {
    font-family: Roboto;
    font-weight: 400;
    display: block;
    max-width: 100%;
    color: #666
}

.vijDesc p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 15px;
    padding: 0
}

.vijDesc ul li {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0 0 10px
}

.joinClass-sec .joinClassWrap .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #f5f5f5
}

.joinClass-sec .joinClassWrap .ttl h3 {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    font-size: 26px;
    line-height: 20px;
    color: #2d8aba;
    padding: 0;
    margin: 0
}

.joinClass-sec .joinClassWrap .ttl ul,
.single_zoomdetails .class-content h4,
.single_zoomdetails h3,
.studentChatPanel .top h4 {
    font-family: ClashGrotesk-Medium;
    font-weight: 500;
    line-height: 1.2
}

.joinClass-sec .joinClassWrap .ttl ul {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px
}

.joinClass-sec .joinClassWrap .ttl ul strong {
    color: #3697c5
}

.joinClassWrap {
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .08) 0 4px 12px;
    height: calc(100Vh - 120px)
}

.studentChatPanel {
    box-shadow: rgba(17, 17, 26, .05) 0 1px 0, rgba(17, 17, 26, .1) 0 0 8px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%
}

.studentChatPanel .top {
    background: #3697C52B;
    padding: 15px;
    margin: 0
}

.studentChatPanel .top h4 {
    font-size: 20px;
    color: #000
}

.classChatWrap .classChatList {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #f5f5f5
}

.classChatWrap .classChatList:last-child {
    border: none
}

.classChatWrap .classChatList .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    border: 1px solid #2d8aba
}

.classChatWrap .classChatList .text {
    width: calc(100% - 50px);
    padding: 0 0 0 10px
}

.joinClassWrap>.row {
    height: calc(100% - 51px)
}

#join-flow,
#join-flow>.col-md-12>.row,
.root-design,
.videoChatSec,
.videoChatSec .root-design-single-div,
.videoChatSec .root-design-single-div #root,
.videoChatSec .root-design-single-div #root .BYpXSnOHfrC2td4QRijO,
.videoChatSec>.row,
.videoChatSec>.row>.root-design {
    height: 100% !important
}

.VsTVUAD89KWleD0YRVsD {
    margin: 0;
    padding: 11px 21px;
    position: relative;
    background: #00a990;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    border-radius: 22px
}

.single_zoomdetails h3 {
    font-size: 30px;
    color: #00a990;
    margin: 0 0 20px
}

.single_zoomdetails .class-content {
    padding: 20px 0 0
}

.single_zoomdetails .class-content h4 {
    font-size: 20px;
    color: #646464;
    margin: 0 0 10px
}

.ansOptionWrap .ansOption label {
    display: flex;
    width: fit-content;
    gap: 10px;
}

.ansBoxChild,
.ansBoxChild p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ansBoxChild .rightans {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rightAns {
    color: #00a990;
}

.rightans p code {
    color: #00a990;

}

.greenColor,
.redColor {
    display: flex;
    gap: 10px;
    align-items: center;
}

.redColor .wrong p {
    color: red !important;
}

.redColor .wrong {
    color: red;
}

.financialContainer {
    position: relative;
}


/* ==========pallavi's new css 7/1/2026============== */

.most-popular .popular-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 31%;
    transform: translateY(-50%);
}

.jobCard .card_price_cta {
    justify-content: flex-end;
}



/* =================utube section================ */

/* CSS */
.video-content-box-conatiner {
    padding: 50px;
    display: flex;
    align-items: center;
    gap: 50px;
    /* background: rgba(236, 247, 253, 1); */
    background-color: rgb(241 226 213);
    position: relative;
}

.video-link {
    text-decoration: none;
    color: inherit;
}

.video-section {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 15px;
    width: 250px;
    text-align: center;
    position: relative;
}

.badge {
    background: #ff5722;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 10px;
}

.video-inner h3 {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}

.video-inner p {
    font-size: 14px;
    color: #555;
}

.play-btn {
    width: 50px;
    height: 50px;
    background: #ff0000;
    border-radius: 50%;
    margin: 0 auto 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn .triangle {
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.content-section-content {
    flex: 1;
}

.content-section-content h2 {
    margin-top: 0;
    font-size: 22px;
    color: #333;
}

.content-section-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.content-section-content ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.content-section-content ul li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.cta-btn {
    display: inline-block;
    background: #007bff;
    color: #fff;
    padding: 10px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s ease;
}

.cta-btn:hover {
    background: #0056b3;
}


.video-link-left {
    text-decoration: none;
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}



/* ============downloadlink=========== */
/* CSS */
/* Promo Section Styling */
/* Promo Section */
.promo-wrapper {
    gap: 50px;
    padding: 60px;
    background: #f5f5f5;
    border-radius: 16px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #f5f5f5;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.mobileImage img {
    width: 100%;
}

.mobileScannerImage {
    position: relative;
}

.scanner {
    position: absolute;
    top: 33%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 155px;
}

.scannerText {
    position: absolute;
    top: 63%;
    transform: translate(-50%, -50%);
    left: 49%;
    width: 155px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}

.mobileImage img {
    height: 418px;
    object-fit: contain;
}

.most-popular-images img {
    width: 86px;
    height: 86px;
    object-fit: cover;
}

/* .most-popular-image-all {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1fr,1fr);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
} */

.popularCarousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.most-popular-images {
    text-align: center;
}

.most-popular-images img {
    width: 100px !important;
    margin: 0 auto;
    height: 100px;
}

.most-popular-images p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 6px;
}

.most-popular-images {
    background: #fff;
    padding: 10px;
    border-radius: 27px;
    max-width: 220px;
    box-shadow: 1px 1px 3px 0px #00000047;
    margin: 15px;
}

.utubeSection {
    display: flex;
    gap: 33px;
    margin: 6px;
    flex-wrap: wrap;
}

.utubeVideoCarousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.content-section-content h2 {
    font-family: 'ClashGrotesk-Medium';
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.commonHeadingPadding {
    padding-bottom: 30px;
}

.common-top h2 {
    text-align: center;
}

/* Left Content */
.promo-info {
    flex: 1;
}

.promo-badge {
    display: inline-block;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    background: #489bd5;
}

.promo-heading {
    font-size: 30px;
    margin: 12px 0;
    color: #423636;
    line-height: 1.3;
    font-weight: 700;
}

.promo-description {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* Action Input + Button */
.promo-action {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
    position: relative;
}
.promo-action select{
    position: absolute;
    border: none;
    top: 0;
    bottom: 0;
    border-radius: 10px 0 0px 10px;
    border-right: 1px solid #ccc;
    padding: 0 6px 0 6px;
}
.promo-input {
    flex: 1;
    padding: 12px;
    border: 0;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 4px 1px #00000045 !important;
    padding-left: 70px;
}

.promo-input:focus {
    border-color: #ff9800;
    outline: none;
    box-shadow: 0px 0px 4px 1px #00000045 !important;
}

.promo-button {
    background: #ff9800;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.promo-button:hover {
    background: #e68900;
    transform: translateY(-2px);
}

/* Store Links */
.promo-stores {
    display: flex;
    gap: 18px;
}

.store-link {
    background: #00a990;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 17px;
    border-radius: 10px;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    border: 0;
    transition: 0.3s ease-in-out;

}

.store-link svg {
    width: 22px;
    height: 22px;
}

.store-link:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
    transition: 0.3s ease-in-out;
}

.promo-stores:hover span {
    transform: translateY(-2px);
    transition: 0.3s ease-in-out;
    color: #fff;

}

/* Right Features */
.promo-features {
    flex: 1;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.feature-box {
    background: #2a2a40;
    border: 1px solid #444;
    border-radius: 12px;
    padding: 22px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    text-align: left;
    border-left: 5px solid #00a990;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.feature-box h4 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.feature-box span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #ccc;
}

button.promo-button {
    background: #00a990 !important;
    font-weight: 500;
    border: 1px solid #00a990 !important;
}

/* Responsive */
@media (max-width: 768px) {

    .search-here {
    width: 70%;
    bottom: -25px;
}
    .exam-state-left .nav {
        height: auto;
}
        .promo-wrapper {
            flex-direction: column;
            padding: 40px 20px;
            grid-template-columns: 1fr;
            gap: 27px;
        }
    .promo-features {
        grid-template-columns: 1fr;
    }

    .newbanner .search-hereWrap {
        position: absolute;
        bottom: 43px;
        left: 0;
        z-index: 6;
        width: 100%;
        max-width: 440px;
    }

    .search-text {
        left: 124px !important;
    }

    .slwrap .newbannerWrap {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0px;
        top: 0;
        transform: 0;
        left: 0;
        width: 100%;
    }
}


.teachers-card-img {
    padding-top: 24px;
}


.contentTopRemove .common-top p {
    display: none;
}

.scanner img {
    width: 100%;
    height: 100%;
}


.social-connect {
    text-align: center;
    background: #f9f9f9;
    border-radius: 12px;
}

.social-connect h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #333;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-link:hover {
    transform: translateY(-4px);
    opacity: 0.9;
}

/* Platform-specific colors */
.facebook {
    background: #3b5998;
}

.twitter {
    background: #1da1f2;
}

.instagram {
    background: #e1306c;
}

.linkedin {
    background: #0077b5;
}

.youtube {
    background: #ff0000;
}


.social-icons:hover a svg {
    color: #fff;
}

.video-section iframe {
    border-radius: 20px;
}


/* =================video-section css============== */

.video-content-box {
    padding: 50px;
    background: #080808;
    display: flex;
    align-items: center;
    gap: 50px;
}

/* VIDEO CARD */
.video-section {
    width: 100%;
    max-width: 480px;
    height: 300px;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    border-radius: 22px;
    /* box-shadow: 0 15px 30px rgba(14, 12, 12, 0.6); */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.video-section:hover {
    transform: translateY(-6px);
}

.video-link {
    text-decoration: none;
    flex: 1;
}

.badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 14px;
    font-size: 12px;
    color: #fff;
    border-radius: 30px;
}

.play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    animation: pulse 1.6s infinite;
}

.play-btn::before {
    content: '';
    border-left: 24px solid white;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 4px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(255, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.video-inner h3 {
    color: #fff;
    margin-bottom: 6px;
}

.video-inner p {
    color: #d1d1d1;
    font-size: 14px;
}

/* CONTENT SIDE */
.content-section {
    flex: 1;
    color: white;
}

.content-section h2 {
    margin-bottom: 15px;
}

.content-section p {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.content-section ul {
    list-style: none;
    margin-bottom: 30px;
}

.content-section ul li {
    margin-bottom: 10px;
    color: #ddd;
}

.content-section span {
    padding: 12px 22px;
    background: #3B9EDB;
    font-weight: 600;
    color: white;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.content-section span:hover {
    background-color: #00A990;
}

a {
    text-decoration: none;
}

.magnifingGlass {
    position: absolute;
    left: 13px;
}

.exam-state {
    background: #ecf7fd;
}

.cta.card-bottom-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.validity p {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cardDuration {
    border: 1px;
    background: #2d8aba;
    padding: 5px 6px;
    margin-right: 5px;
    border-radius: 20px;
    font-weight: 700;
    color: #fff;
    font-size: 9px;
    letter-spacing: 1px;
    display: block;
    text-align: center;
}
.installApp{
    font-size: 20px;
    margin: 12px 0;
    color: #423636;
    line-height: 1.3;
    font-weight: 700;
}

.contactUs ul li {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.contactUs ul li {
    text-align: left;
}

.contactUs ul li span {
    color: #1da1f2;
    font-size: 24px;
}

.course_start_end ul li:last-child {
    margin: 0;
}

/* ===================current affair css =============== */

            /* ===== Container ===== */

        .currentAffairSection{
                padding: 30px 0;
           
            .wrap {
                max-width: var(--max-width);
                margin: 28px auto;
                padding: 0 18px
            }

            /* ===== Header ===== */
            header.site-header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 18px;
                margin-bottom: 18px;
            }

            .brand {
                display: flex;
                align-items: center;
                gap: 12px;
            }

            .logo {
                width: 54px;
                height: 54px;
                border-radius: 10px;
                background: linear-gradient(135deg, var(--accent) 0%, #1f4e7a 100%);
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-weight: 700;
                font-size: 20px;
                box-shadow: var(--shadow);
            }

            .site-title {
                font-size: 20px;
                font-weight: 700;
                margin: 0
            }

            .site-tag {
                font-size: 13px;
                color: var(--muted);
                margin-top: 2px
            }

            nav.topnav {
                display: flex;
                gap: 14px;
                align-items: center
            }

            .topnav a {
                font-size: 14px;
                color: var(--muted);
                padding: 8px 10px;
                border-radius: 8px
            }



            .topnav a:hover {
                background: rgba(43, 108, 176, 0.08);
                color: var(--accent)
            }

            /* ===== Layout ===== */
          .grid {
                display: grid;
                grid-template-columns: 1fr 275px;
                gap: 20px;
            }

            @media (max-width:880px) {
                .grid {
                    grid-template-columns: 1fr
                }
            }

            /* ===== Hero / featured ===== */
            .hero {
                display: grid;
                grid-template-columns: 1fr 280px;
                gap: 18px;
                margin-bottom: 18px;
            }

            @media (max-width:880px) {
                .hero {
                    grid-template-columns: 1fr
                }
            }

            .featured {
                background: linear-gradient(180deg, #fff, #fbfdff);
                border-radius: var(--radius);
                box-shadow: var(--shadow);
                overflow: hidden;
                display: flex;
                flex-direction: column;
            }

           .featured .media {
                min-height: 220px;
                background: linear-gradient(90deg, rgba(43, 108, 176, 0.12), rgba(43, 108, 176, 0.04));
                /* display: flex;
                align-items: flex-end; */
                border: 1px solid #00000030;
                position: relative;
            }
            .featured .media img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
           .featured .media h2 {
                    margin: 0;
                    color: #06203a;
                    position: absolute;
                    bottom: 23px;
                    left: 162px;
                    font-weight: 700;
                    font-size: 36px;
                }
                .featured-heading {
                    margin: 0;
                    color: #06203a;
                    font-weight: 700;
                    font-size: 36px;
                    padding: 20px 15px 15px;
                }
            .featured .meta {
                padding: 14px 16px;
                border-top: 1px solid rgba(15, 23, 36, 0.04)
            }

            .featured .excerpt {
                color: var(--muted);
                padding: 0 16px 16px 16px
            }

            .small-cards {
                display: flex;
                flex-direction: column;
                gap: 12px
            }

            .small-card {
                background: var(--card-bg);
                padding: 10px;
                border-radius: 10px;
                box-shadow: var(--shadow);
            }

            /* ===== Article list ===== */
            .articles {
                display: flex;
                flex-direction: column;
                gap: 14px
            }

            .card {
                display: flex;
                gap: 14px;
                background: var(--card-bg);
                padding: 14px;
                border-radius: 12px;
                box-shadow: var(--shadow);
                align-items: flex-start;
            }

            .card .thumb {
                width: 160px;
                height: 100px;
                border-radius: 8px;
                flex-shrink: 0;
                background: linear-gradient(135deg, #e6f0fb, #f8fbff);
                display: flex;
                align-items: center;
                justify-content: center;
                color: var(--accent);
                font-weight: 700;
            }

            .card h3 {
                margin: 0 0 6px 0;
                font-size: 18px
            }

            .meta-line {
                font-size: 13px;
                color: black;
                margin-bottom: 8px
            }

            .excerpt {
                color: black
            }

          .readmore {
                margin-top: 10px;
                display: inline-block;
                border-radius: 8px;
                border: 1px solid rgba(43, 108, 176, 0.12);
                font-size: 13px;
                background: #35b79e !important;
                padding: 4px 14px;
                color: #fff !important;
                font-weight: 600;
            }

            /* ===== Sidebar ===== */
            .media img {
                height: 100%;
                width: 100%;
            }
           aside.sidebar {
                position: relative;
                background: #a1d9f521;
                padding: 15px;
                margin: 0 0 30px;
                border-radius: 5px;
            }
            .media  img {
                max-width: 100%;
                height: 100%;
                width: 100%;
            }
            .widget {
                background: var(--card-bg);
                padding: 12px;
                border-radius: 12px;
                box-shadow: var(--shadow);
                margin-bottom: 14px
            }

            .widget h4 {
                margin: 0 0 10px 0;
                font-size: 15px
            }

            .trending li {
                list-style: none;
                padding: 8px 6px;
                border-radius: 8px
            }

            .trending li+li {
                margin-top: 6px
            }

            .tag-cloud {
                display: flex;
                flex-wrap: wrap;
                gap: 8px
            }

            .tag {
                font-size: 13px;
                padding: 6px 9px;
                border-radius: 8px;
                background: rgba(43, 108, 176, 0.06);
                color: var(--accent)
            }

            /* ===== Footer ===== */
            footer {
                margin-top: 22px;
                padding: 18px 0;
                color: var(--muted);
                font-size: 14px;
                text-align: center
            }

            /* ===== Search box ===== */
            .search {
                display: flex;
                gap: 8px;
                align-items: center;
                background: #fff;
                padding: 8px;
                border-radius: 10px;
                border: 1px solid rgba(11, 22, 40, 0.04)
            }

            .search input {
                border: 0;
                outline: none;
                font-size: 14px;
                flex: 1
            }

            .btn {
                background: var(--accent);
                color: #fff;
                padding: 8px 12px;
                border-radius: 8px;
                border: 0;
                cursor: pointer
            }

            .btn.secondary {
                background: transparent;
                color: var(--accent);
                border: 1px solid rgba(43, 108, 176, 0.12)
            }

            /* ===== small utilities ===== */
            .kicker {
                font-size: 12px;
                color: var(--accent);
                font-weight: 700;
                text-transform: uppercase
            }

            .muted {
                color: var(--muted);
                font-size: 13px
            }

            .flex {
                display: flex;
                gap: 12px;
                align-items: center
            }

            .divider {
                height: 1px;
                background: rgba(15, 23, 36, 0.04);
                margin: 14px 0;
                border-radius: 2px
            }

            /* Mobile header nav (simple) */
            .mobile-nav-btn {
                display: none
            }

            @media (max-width:640px) {
                nav.topnav {
                    display: none
                }

                .mobile-nav-btn {
                    display: inline-flex;
                    background: transparent;
                    border: 1px solid rgba(11, 22, 40, 0.06);
                    padding: 8px;
                    border-radius: 8px
                }

                .mobile-menu {
                    display: none;
                    background: #fff;
                    padding: 12px;
                    margin-top: 10px;
                    border-radius: 10px;
                    box-shadow: var(--shadow)
                }

                .mobile-menu a {
                    display: block;
                    padding: 8px 0;
                    color: var(--muted)
                }
            }

            /* small tweak for cards on very small screens */
            @media (max-width:520px) {
                .card {
                    flex-direction: column
                }

                .card .thumb {
                    width: 100%;
                    height: 140px
                }
            }

            .nav {
                display: flex;
                align-items: center;
                gap: 25px;
            }
            .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
                background: #35b79e !important;
                padding: 4px 14px;
            }
            .nav-link {
                border: 1px solid #35b79e !important;
                padding: 5px 10px;
                color: #35b79e;
                font-weight: 500;
            }
            h3.currentAffairHeading {
                font-weight: 400;
                font-family: 'ClashGrotesk-Medium';
                padding-bottom: 30px;
            }
            .curentAffairTop  button.btn.secondary {
                background: #35b79e !important;
                padding: 4px 14px;
                color: #fff !important;
                font-weight: 500;
            }
            .search {
                box-shadow: 1px 1px 3px 1px #0000001f;
            }

 }

/* ==================current affair ============== */



/* MOBILE */
@media (max-width: 768px) {
    .search-here {
    border: 0;
    border: 1px solid #00000070;
}
    .video-content-box {
        flex-direction: column;
    }

    .video-section {
        max-width: 100%;
    }

    .slwrap .newbannerWrap .newbnrimg {
        width: 100%;
        height: 321px;
        top: 0;
        position: absolute;
    }

    .slwrap {
        height: 300px;
    }
}

#vijetaForm {
.form-control {
    border: 0 !important;
}
.form-group.signin-grp {
    margin-bottom: 10px;
}
}

.edit-number{
    input#v_mobile {
    text-align: center;
}
}
#vijetaVerifyOtpModal{
span.edit-icon img {
    width: 20px;
    position: absolute;
    right: 16px;
    top: 15px;
}
.edit-number p {
    position: relative;
}
}
