@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Work Sans', sans-serif;
    margin: 0;
    overflow-x: hidden;
}
strong {
    padding: 0;
    margin: 0;
}
label,
a {
    text-decoration: none;
}
a:hover {
    color: inherit;
}
p {
    font-size: 16px;
    color: #1C1D1F;
}
ul {
    list-style: none;
    padding: 0;
}
h2 {
    color: #1C1D1F;
    font-size: 30px;
    font-weight: 600;
}
h2 {
    position: relative;
    z-index: 3;
}
h2::after {
    position: absolute;
    content: "";
    top: -5px;
    left: 100px;
    width: 82px;
    height: 52px;
    background-image: url(../img/hedng-bg.svg);
    z-index: -1;
}
header {
    /* box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3); */
    position: sticky;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
}
.hero-section.teacher-hero {
    padding: 90px 0;
}
input[type="checkbox"] {
    position: relative;
    margin-right: 8px;
}
input[type="checkbox"]::before {
    position: absolute;
    content: "";
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
}
input[type="checkbox"]:checked::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    left: 3px;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-size: 12px;
        background-position: 0px;
    top: 2px;
}
input[type="checkbox"]:checked::before {
    border: 1px solid #e49136;
}

.section-heading {
    position: relative;
    margin-bottom: 30px;
}
.section-heading h2 {
    position: relative;
    display: inline-block;
    z-index: 5;
}
.section-heading h2 span {

    color: #E49136;
}
.section-heading h2::before {
    position: absolute;
    content: "";
    top: -5px;
    left: 100px;
    width: 82px;
    height: 52px;
    background-image: url(../img/hedng-bg.svg);
    z-index: -1;
}
.btn-btn-border {
    background: #FEFAF6;
    border: 1px solid #E49136;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #E49136;
    padding: 10px 15px;
    white-space: nowrap;
}
.btn-btn-primary {
    background: #E49136;
    border: 1px solid #E49136;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #fff;
    padding: 10px 15px;
    transition: 0.3s;
    line-height: 21px;
}
.btn-btn-primary:hover {
    color: #E49136;
    border: 1px solid #E49136;
    background: #FEFAF6;
}
.nonl-cnt {
    font-size: 12px;
    color: #1C1D1F;
}
.text-btn {
    color: #E49136;
    font-size: 16px;
    border: 0;
    padding: 0;
    background: transparent;
}
.nev-row {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.logo {
    color: #E49136;
    font-size: 40px;
    line-height: 20px;
    padding-right: 15px;
}
.open-search {
    border-radius: 3px;
    flex: auto;
    margin: 0 15px 0 0;
    overflow: hidden;
    position: relative;
}
.nav-icn-man {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    flex: 0 0 auto;
}
.footer.create-courese-header{
    padding-left: 1rem;
}
.course-type-selct select {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}
.category-second-list li, .category-second-list-1 li {
    min-width: 180px;
}
.open-search .fa-search {
    display: none;
}
.open-search .input-open-search {
    display: none;
}
.open-search .input-open-search:checked~.search {
    display: block;
}
.search .input-search {
    height: 40px;
    padding: 0 14px 0 40px;
    width: auto;
    transition: 100ms all linear 0s;
    background: #FEFAF6 0% 0% no-repeat padding-box;
    border: 1px solid #D6C4B4;
    border-radius: 0px 10px 10px 0px;
    background-image: linear-gradient(to bottom, #E49136 0%, #E49136 90%), linear-gradient(to bottom, transparent, transparent);
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.search .input-search:focus {
    background-size: 100% 2px, 100% 1px;
    outline: none;
}
.search .button-search {
    background: transparent;
    border: 0;
    color: #E49136;
    cursor: pointer;
    padding: 13px 14px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.search .button-search .fa-search {
    display: block;
}
.nav-content .nav-content-list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.nav-content .nav-content-list .nav-content-item {
    align-items: center;
    display: flex;
    height: 40px;
    margin: 0 5px;
    position: relative;
    transition: 100ms all linear 0s;
}

.nav-content .nav-content-list .nav-content-item .item-arrow {
    margin-left: 5px;
    position: relative;
    top: -3px;
}

.nav-content .nav-content-list .nav-content-item .open-menu-login-account {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
}

.nav-content .nav-content-list .nav-content-item .input-menu {
    display: none;
}

.nav-content .nav-content-list .nav-content-item .input-menu:checked~.login-list {
    display: block;
}

.nav-content .nav-content-list .nav-content-item .login-list {
    background: #fff;
    border-bottom: 3px solid #E49136;
    border-radius: 3px;
    box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
    display: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 28px;
    transition: 100ms all linear 0s;
    width: 200px;
    z-index: 10;
}

.nav-content .nav-content-list .nav-content-item .login-list .login-list-item {
    padding: 15px 20px;
}

.nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover {
    background: #E49136;
}

.nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover a {
    color: #fff;
}

.nav-content .nav-content-list .nav-content-item:nth-child(2):hover .fas {
    color: #e74c3c;
}

.nav-content .nav-content-list .nav-content-item:hover .fas {
    color: #E49136;
}

.nav-content .nav-content-list .account-login .login-text {
    align-items: end;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-left: 5px;
}
.dtl-cur .progress {
    margin-bottom: 2em;
}
.course_price h5 {
    display: flex;
    align-items: center;
    text-decoration: line-through;
    margin: 0;
        line-height: 1;
}
.course_price {
    display: flex;
    min-height: 49px;
    flex-wrap: wrap;
    text-align: left;
    flex-direction: column;
    justify-content: center;
}
.course_price h4 {
    margin: 0;
        line-height: 1;
}

.nav-content .nav-content-list .account-login .login-text strong {
    display: block;
}

.nav-container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

.nav-row {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.nav-row .nav-row-list {
    flex: auto;
}

.nav-row .nav-row-list .nav-row-list-link {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: 100ms all linear 0s;
}

.nav-row .nav-row-list .nav-row-list-link:hover {
    background: #e1e1e1;
    width: 100%;
}

.featured-category {
    flex: auto;
    margin: 0 15px 0 0;
}

.all-navigator {
    align-items: center;
    background: #3B2A27;
    border-radius: 9px 0 0 9px;
    color: #fff;
    display: flex;
    height: 40px;
    padding: 0 35px 0 15px;
    width: 100%;
}

.all-navigator .fa-angle-up,
.all-navigator .fa-angle-down {
    position: absolute;
    right: 13px;
}

.all-navigator .fa-angle-up {
    display: none;
}

.all-navigator .fas {
    font-size: 16px;
    margin-right: 0;
}

.all-category-nav {
    cursor: pointer;
    position: relative;
}

.all-category-nav .open-menu-all {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
}
.all-category-nav .input-menu-all {
    display: none;
}
.all-category-nav .input-menu-all:checked~.all-category-list {
    display: block;
}

.all-category-nav .input-menu-all:checked+.all-navigator .fa-angle-down {
     display: none;
}
    
.all-category-nav .input-menu-all:checked+.all-navigator .fa-angle-up {
    display: block;
}
.all-category-list {
    background: #fff;
    box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
    display: none;
    height: auto; 
    padding: 0 0 15px;
    position: absolute;
    top: 56px; 
    z-index: 90;
    white-space: nowrap;
}

.all-category-list ul{
    border-bottom: 3px solid #E49136;
}
.all-category-list-item:hover {
    display: block;
    background: #E49136;
}

.all-category-list-item:hover .category-second-list {
    left: 100%;
    opacity: 1;
    visibility: visible;
}
.web-development:hover .category-second-list-1 {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.all-category-list-item:hover .all-category-list-link {
    color: #fff;
}

.all-category-list-link, .web-development a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px;
    transition: 100ms all linear 0s;
    color: #000;
    font-size: 14px;
}
.web-development:hover{
    background: #E49136;
}
.web-development:hover .web-dmtlgg{
    color: #fff;
}

.all-category-list-link i{
    margin-left: 70px;
}
.category-second-list, .category-second-list-1 {
    background: #fff;    /* box-shadow: inset 44px -1px 88px -59px rgba(0, 0, 0, 0.37); */
    border-left: 1px solid #cfcfcf;
    display: flex; 
    left: 80%; 
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: 100ms all linear 0s;
    visibility: hidden;
    width: auto;
}
.category-second-list-ul span {
    font-size: 14px;
    font-weight: 500;
    padding:0.6rem 0.6rem 0;
}
.resp-open-dropdown{
    position: absolute;
    right: 0px;
    top: 0;
    display: block;
    height: 37px;
    width: 37px;
    background: #fff;
    text-align: center;
    z-index: 999;
    padding: 0 !important;
    font-size: 16px !important;
}
.resp-open-dropdown i{
    line-height: 2.3;
    transform: rotate(90deg);
}


@media (max-width: 991px) {
    .open-search {
        position: static;
        text-align: right;
    }
}

@media (max-width: 991px) {
    .open-search .fa-search {
        display: block;
    }
}

@media (max-width: 991px) {
    .search {
        display: none;
        position: absolute;
        left: 0;
        top: 70px;
        width: 100%;
        z-index: 999;
    }
}

@media (max-width: 991px) {
    .nav-content .nav-content-list .nav-content-item {
        padding: 0 5px;
    }
}

@media (max-width: 768px) {
    .nav-content .nav-content-list .nav-content-item .item-arrow {
        display: none;
    }
}
@media (max-width: 991px) {
    .nav-content .nav-content-list .account-login .login-text {
        display: none;
    }
}

@media (max-width: 991px) {
    .nav-content .nav-content-list .nav-content-link {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .nav-row {
        display: none;
    }
}

@media (max-width: 991px) {
    .featured-category {
        display: none;
    }
}

@media (max-width: 991px) {
    .all-category-list {
        min-width: 100%;
    }
}


@media (max-width: 991px) {
    .category-second-list {
        display: none;
    }
}

.category-second-list .img-product-menu img {
    max-width: 180px;
}
.category-second-list-ul {
    display: flex;
    flex-direction: column;  
}
.category-second-item a, .web-development ul li a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px;
    color: #000;
     font-size: 14px;
}
.category-second-item a i, .web-development ul li a i{
    margin-left: 50px;
}
.category-second-item:hover, .web-development ul li:hover {
    background: #E49136;
}
.category-second-item:hover a, .web-development ul li:hover a {
    color: #fff;
}

.hero-section {
    /* padding: 60px 0;
    background-image: url(../img/hero-bg.svg);
    background-position: center;
    background-size: cover; */
}
.hero-section-1 {
    background-image: url(../img/hero-bg-1.png);
    padding: 146px 0;
}

.hero-content {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-content-btn .app-btn {
    display: inline-flex;
    margin: 0 3px;
}
.hero-content-btn {
    display: flex;
    justify-content: center;
}

.sldr-bx {
    background-color: #fff;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 15px;
    padding: 20px 40px;
}
.sldr-bx h2 {
    color: #1C1D1F;
    font-size: 34px;
}
.sldr-bx h1 {
    font-size: 50px;
}

.hero-section span {
    display: block;
    position: relative;
    font-family: Georgia;
    font-weight: 700;
    font-size: 20px;
    color: #1C1D1F;
    margin-bottom: 0px;
    z-index: 2;
}
.app-btn img {
    max-width: 140px;
    margin-top: 10px;
}
/* .hero-section span::after {
    position: absolute;
    content: "";
    top: -8px;
    left: 60px;
    width: 82px;
    height: 52px;
    background-image: url(../img/hedng-bg.svg);
    z-index: -1;
} */
.hero-section .carousel-item img{
    height: 100%;
    object-fit: contain;
}
.hero-section h1 {
    color: #E49136;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
}
.hero-section p {
    margin-bottom: 20px;
}

.banner_text {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
}


.border-right-1 {
    border-right: 1px solid #707070;
}

.profile-nv {
    position: relative;
}
.profile-dropdwn {
    position: absolute;
    top: 50px;
    background: #fff;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 0px 0px 15px 15px;
    width: 217px;
    right: 0;
}
.profl-dtl {
    display: flex;
    background: #3B2A27;
    padding: 16px;
    align-items: center;
}
.profl-dtl img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    flex: 0 0 auto;
    margin-right: 5px;
}
.profl-dtl h4 {
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.profl-dtl h4 span {
    display: block;
    font-size: 12px;
    color: #EDDAC5;
    width: 140px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.profile-dropdwn ul {
    margin-top: 10px;
    margin-bottom: 1rem;
}
.profile-dropdwn ul li a {
    padding: 4px 16px;
    display: block;
    color: #1C1D1F;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}
.profile-dropdwn ul li a:hover {
    background-color: #1C1D1F;
    color: #fff;
}
.drop-prmenu {
    cursor: pointer;
}

/* =====================================
 Popular Subjects Section  
========================================*/
.popular-subjects {
    padding: 80px 0;
}

.hding-sect span {
    display: block;
    color: #3B2A27;
    font-size: 17px;
    z-index: 999;
    position: relative;
}
.hding-sect h2 {
    position: relative;
    margin: 0;
    z-index: 5;
}
.hding-sect h2::after {
    position: absolute;
    content: "";
    top: -5px;
    left: 100px;
    width: 82px;
    height: 52px;
    background-image: url(../img/hedng-bg.svg);
    z-index: -1;
}
.hding-sect p {
    padding-left: 30px;
    margin: 0;
    color: #1C1D1F;
}
.pluler-sbcjt {
    margin-top: 50px;
}
.pluler-sbcjt .row, .our-dtl-man .row{
    justify-content: center;
}
.sub-box {
    display: inline-block;
    flex-basis: 17.7%;
    border: 1px dashed #707070;
    border-radius: 15px;
    background: #FFFFFF;
    margin: 0 15px 30px;
    text-align: center;
    padding: 30px 0;
    transition: 0.3s;
    position: relative;
}
.sub-box::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    background: #AF5143;
    display: block;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
}
.sub-box:hover {
    border: 1px solid #fff;
    box-shadow: 0px 0px 20px #00000030;
}
.sub-box::after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -15px;
    background-image: url(../img/dot_shape.svg);
    width: 60px;
    height: 60px;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
}
.sub-box:hover::before,
.sub-box:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.sub-box .img-icon {
    height: 50px;
    margin: 0 auto 20px;
}
.sub-box .img-icon img {
    height: 100%;
}
.sub-box p {
    margin: 0;
}
.sub-box h3 {
    font-size: 20px;
    color: #1C1D1F;
    font-weight: 600;
    margin-bottom: 8px;
}


/* =====================================
 Our Courses Section  
========================================*/

.bg-light {
    background-color: #FCF7F1 !important;
}

.tabs-hd {
    margin-top: -23px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 10px;
}
.tabs-hd .nav.nav-tabs {
    border-bottom: 0;
}
.tabs-hd .nav.nav-tabs button.nav-link {
    font-size: 16px;
    color: #1C1D1F;
    font-weight: 600;
}
.tabs-hd .nav.nav-tabs button.nav-link:hover {
    border: 0;
    color: #E49136;
}
.tabs-hd .nav.nav-tabs button.nav-link.active {
    border: 0;
    color: #E49136;
}

.course-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000017;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.img-box {
    height: 206px;
    position: relative;
    margin-bottom: 15px;
}
.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.like-tag {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    top: 10px;
    padding: 0 10px;
}
.like-tag span {
    background: #AF5143 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 6px 10px;
    color: #EDDAC5;
    font-size: 14px;
}
.like-btn {
    position: relative;
}
.like-btn i {
    font-size: 26px;
    color: #fff;
    text-shadow: 0 0 3px #e49136, 0 0 5px #e49136;
}
.like-btn input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.like-btn input:checked+i {
    color: #E49136;
}

.dtl-cur {
    padding: 0 10px 10px;
}
.dtl-cur span i {
    color: #E49136;
    font-size: 20px;
    padding-right: 8px;
}
.dtl-cur span {
    font-size: 14px;
    color: #1C1D1F;
    display: block;
    margin: 4px 0;
    display: flex;
    align-items: center;
}
.dtl-cur h3 {
    color: #1C1D1F;
    font-size: 18px;
    font-weight: 600;
    font-family: Georgia;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 43px;
}
.dtl-cur h3 a {
    color: #1C1D1F;
    height: 100%;
}
.dtl-cur h3 a:hover {
    color: #E49136;
}
.no_data {
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rat-pr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rat-pr h4 {
    color: #AF5143;
    font-size: 24px;
    font-weight: 600;
}
.rat-pr h4 span {
    display: inline-block;
    color: #AF5143;
    font-size: 16px;
}
.rat-pr p {
    margin: 0;
}
.rat-pr p i {
    background: #af5143;
    font-weight: 400;
    border-radius: 5px;
    color: #EDDAC5;
    font-size: 14px;
    padding: 4px;
}
.rat-pr p i:before {
    color: #E49136;
    margin-right: 5px;
}

.dtl-cntet {
    position: absolute;
    top: 0;
    left: -10000;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scale(0);
    transition: 0.3s;
}
.dtl-cntet h3 {
    margin-bottom: 0;
}
.dtl-cntet ul li {
    font-size: 14px;
    margin-bottom: 5px;
}
.dtl-cntet p {
    font-weight: 500;
    color: #000;
    word-break: break-word;
}

.course-box:hover .dtl-cntet {
    transform: scale(1);
    left: 0;
}

.our-dtl-man {
    margin: 50px 0;
    border-radius: 15px;
    padding: 40px;
}

.bg-dark {
    background: #3B2A27;
}

.dtl-bying {
    display: flex;
    align-items: center;
}
.dtl-bying h3 {
    color: #EDDAC5;
    font-size: 24px;
    margin: 0;
}
.dtl-bying p {
    color: #D6C4B4;
    font-size: 16px;
    margin: 0;
}
.title-dtl {
    padding-left: 15px;
}


/* =====================================
 Students are Viewing Section  
========================================*/

.students-viewing {
    padding: 50px 0;
}


/* =====================================
 Feedback Section  Section  
========================================*/


.student-feedback {
    padding: 50px 0;
}

.testi-sldr {
    position: relative;
}

.dot-shaps {
    position: absolute;
    right: -5px;
    top: 0;
    transform: rotate(-90deg);
}

.round-shap {
    position: absolute;
    width: 88px;
    height: 88px;
    display: inline-block;
    left: -30px;
    bottom: -20px;
    background-color: #AF5143;
    border-radius: 100px;
}

.user-feedbck {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px #00000029;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    height: 100%;
}
.slick-slider .slick-track{
    display: flex !important;
}
.user-feedbck .shap-vtr {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.user-feedbck ul {
    display: flex;
}
.user-feedbck ul li {
    margin-right: 5px;
}
.user-feedbck p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin: 25px 0 20px;
}

.usr-drl {
    display: flex;
    align-items: center;
}
.usr-drl img {
    width: 55px;
    height: 55px;
    border-radius: 60px;
    flex: 0 0 auto;
}
.usr-drl h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    font-family: Georgia;
    margin: 0;
    padding-left: 10px;
}
.usr-drl h3 span {
    display: block;
    color: #3B2A27;
    font-size: 14px;
    margin-top: 3px;
    font-weight: 500;
}

.student-feedback .slick-initialized .slick-slide {
    padding: 18px 10px;
    height: inherit !important;
}


.slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
}
.slick-arrow:before {
    font-size: 30px;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}

.btn-wrap {
    text-align: center;
    width: 100%;
}

.prev-btn,
.next-btn {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.student-feedback-avrge span {
    color: #3B2A27;
    font-size: 16px;
    display: block;
    margin-top: 20px;
}
.student-feedback-avrge h2 {
    color: #1C1D1F;
    font-size: 28px;
    position: relative;
    z-index: 5;
    font-weight: 600;
}
.student-feedback-avrge p {
    color: #1C1D1F;
}
.student-feedback-avrge h3 {
    color: #3B2A27;
    font-size: 22px;
    margin-top: 20px;
    font-weight: 600;
}

.avrg-totle-fd {
    display: flex;
}
.avrg-totle-fd h4 {
    color: #AF5143;
    font-size: 40px;
    font-weight: 600;
}
.avrg-totle-fd p {
    color: #3B2A27;
}


/* =====================================
 Footer  Section  
========================================*/
footer {
    background-color: #3B2A27;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
footer h3 {
    color: #EDDAC5;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: Georgia;
    position: relative;
}

footer p {
    color: #D6C4B4;
    font-size: 14px;
    position: relative;
}

footer ul li a {
    color: #D6C4B4;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    position: relative;
}

footer ul li a:hover {
    color: #fff;
}

footer input {
    width: 100%;
    margin-bottom: 15px;
    background: #FBF3EB;
    border: 1px solid #EDDAC5;
    border-radius: 5px;
    padding: 8px 10px;
    position: relative;
}

footer::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -52px;
    width: 100%;
    height: 100%;
    background-image: url(../img/f-shap.svg);
    background-repeat: no-repeat;
}

footer::after {
    position: absolute;
    content: "";
    left: 0;
    top: -52px;
    width: 100%;
    height: 100%;
    background-image: url(../img/f-shap.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.text-upr {
    position: relative;
    z-index: 3;
}

.bootom-footer {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
}

.bootom-footer p, .bootom-footer a {
    color: #3B2A27;
    margin: 0;
}




/* Login Modal section */
.login-mdl-larg .modal-dialog {
    max-width: 900px;
}

.login-sectn {
    position: relative;
}
.login-sectn .cls-mdl{
    z-index: 999;
}

.cls-mdl {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.login-mdl-larg .modal-content {
    background-color: transparent;
    border: 0;
}

.login-sectn {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}

.lgn-dtl {
    padding: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.lgn-dtl span {
    display: block;
    color: #3B2A27;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.lgn-dtl h2 {
    color: #1C1D1F;
    font-size: 28px;
    position: relative;
    z-index: 6;
    margin-bottom: 30px;
}

.lgn-dtl h2::after {
    position: absolute;
    content: "";
    top: -5px;
    left: 100px;
    width: 82px;
    height: 52px;
    background-image: url(../img/hedng-bg.svg);
    z-index: -1;
}

.cmn-frm .form-group {
    position: relative;
    margin-bottom: 15px;
}

.cmn-frm input,
.cmn-frm select,
.cmn-frm textarea {
    background: #FEFAF6;
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    color: #1C1D1F;
}

.cmn-frm label {
    color: #1C1D1F;
    font-size: 14px;
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.cmn-frm input::placeholder,
.cmn-frm textarea::placeholder {
    font-size: 14px;
    color: #474747;
}

.lgn-img {
    padding: 60px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
}
.lgn-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/login-shap.svg);
    top: -5px;
    left: -5px;
    background-repeat: no-repeat;
    background-size: 100px;
}

.lgn-img img {
    width: 100%;
}

.inpt-icn {
    position: absolute;
    right: 9px;
    top: 16px;
}



.mdl-link {
    font-size: 14px;
}



/*=======================
  Course Listing Page
=======================*/

.page-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    margin-bottom: 50px;
}

.page-filter h3 {
    color: #1C1D1F;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}

.page-filter select {
    padding: 9px 25px;
    background: #FEFAF6;
    border: 1px solid #E49136;
    border-radius: 5px;
    color: #E49136;
    font-size: 14px;
    position: relative;
    background-image: url(../img/filter.svg);
    background-repeat: no-repeat;
    background-position: 5px;
}

.filter-section {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px #00000029;
    border: 1px solid #EDDAC5;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

.filter-section .accordion-button:not(.collapsed) {
    color: #3B2A27;
    background-color: #fff;
    box-shadow: none;
    border: 0;
}


.filter-section .accordion-button::after {
    background-image: url(../img/bottom_down.svg) !important;
    width: 16px;
    height: 7px;
    transform: rotate(-180deg);
}

.filter-section .accordion-item {
    border: 0;
    border-top: 1px solid #EDDAC5;
    border-bottom: 1px solid #EDDAC5;
}

.filter-section .accordion-button {
    padding: 16px 0;
    font-weight: 600;
}

.filter-section h3 {
    color: #1C1D1F;
    font-size: 22px;
    font-family: Georgia;
    font-weight: 700;
    margin: 10px 0 20px;
}


.filter-section ul li {
    color: #474747;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 3px;
}

.dt-none {
    display: none;
}


/*=======================
  Course Detail Page
=======================*/
.page-filter span {
    font-size: 14px;
    color: #3B2A27;
    font-weight: 500;
}

.dtl-hero {
    border-top: 1px solid #fff;
}

.dtl-hero h1 {
    color: #E49136;
    font-size: 40px;
    font-weight: 600;
}

.dtl-hero p {
    color: #1C1D1F;
}


.dtl-hero .rte-prst {
    color: #3B2A27;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.usrncrt-name {
    font-size: 14px;
    font-weight: 600;
}

.usrncrt-name i {
    color: #E49136;
}

.usrncrt-name span {
    color: #E49136;
}

.dtl-hero h5 {
    margin: 10px 0;
    color: #1C1D1F;
    font-size: 16px;
}

.dtl-hero h5 span {
    color: #686868;
    font-size: 14px;
}

.ofr-pmt.by-btn {
    display: flex;
    align-items: center;
    margin: 15px 0;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 0px;
}

.ofr-pmt.by-btn h3 {
    font-size: 22px;
    color: #AF5143;
    font-weight: 600;
    /* margin-right: 10px; */
    margin-bottom: 0;
    margin-right: 15px;
}

.ofr-pmt.by-btn h3 span {
    font-size: 14px;
}

.ofr-pmt.by-btn h4 {
    color: #1C1D1F;
    font-size: 18px;
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    text-decoration: line-through;
    margin: 5px 0 20px;
    line-height: 1;
}

.ofr-pmt.by-btn h4 span {
    font-size: 14px;
    color: #1C1D1F;
    display: block;
}

.ofr-pmt.by-btn p {
    color: #1C1D1F;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 1rem;
}


.lern-inclds {
    padding: 60px 0;
}

.whts-larn {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #00000017;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.whts-larn h2 {
    margin-bottom: 20px;
}

.list-chek li {
    margin-bottom: 15px;
    background-image: url(../img/list-icon.svg);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 1px 3px;
}

.incds-curs li {
    display: inline-block;
    width: 47%;
    margin-right: 10px;
    margin-bottom: 15px;
}

.course-content {
    padding: 50px 0;
}

.intoduse li {
    margin-bottom: 18px;
    display: block;
}

.intoduse span {
    float: right;
    color: #686868;
    font-size: 14px;
}

.course-content .accordion-item {
    margin-bottom: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #00000017;
    border-radius: 10px;
    overflow: hidden;
    border: 0;
}

.course-content .accordion-item button.accordion-button {
    color: #1C1D1F;
    font-weight: 900;
    font-size: 18px;
    font-family: Georgia;
    background-color: #fff;
    padding-left: 50px;
    justify-content: space-between;
}

.course-content .accordion-item button.accordion-button span {
    font-size: 12px;
    color: #686868;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
}

.course-content .accordion-button::after {
    position: absolute;
    left: 15px;
    background-image: url(../img/drp-mn.svg);
    transform: rotate(-180deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/drp-mn.svg);
    transform: rotate(0deg);
}

.reqmt {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px dashed #AF5143;
    border-radius: 10px;
    padding: 14px;
}

.reqmt h3 {
    color: #AF5143;
    font-size: 30px;
    font-weight: 700;
    font-family: Georgia;
}

.reqmt p {
    margin: 0;
    color: #AF5143;
}



.desc-rting {
    padding: 50px 0;
}

.profile-instrct {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #00000017;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.profile-instrct h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.profile-instrct h2::after {
    position: absolute;
    content: "";
    top: -5px;
    left: 20px;
}

.curse-owner {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.curse-owner h3 img{
    width: 20px;
    height: auto; 
    margin-right: 5px;
}

.curse-owner img {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    flex: 0 0 auto;
    margin-right: 15px;
    object-fit: cover;
}

.curse-owner h3 {
    color: #E49136;
    font-size: 22px;
    font-weight: 600;
}

.curse-owner h3 span {
    color: #1C1D1F;
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
    font-weight: 400;
}

.usr-fd {
    background: #FCF2F4;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.usr-giv-rate {
    display: flex;
    /* align-items: center; */
    margin-bottom: 10px;
}

.usr-giv-rate img {
    width: 34px;
    height: 34px;
    border-radius: 50px;
    flex: 0 0 auto;
    margin-right: 10px;
    margin-top: 2px;
}

.usr-giv-rate h3 {
    color: #1C1D1F;
    font-size: 16px;
    margin: 0;
    word-wrap: break-word;
    min-width: 210px;
}

.usr-giv-rate h3 span {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.usr-giv-rate h3 span img {
    width: 60px;
    height: auto;
}

.usr-fd P {
    font-size: 14px;
    margin-bottom: 4px;
}

.usr-fd a {
    text-decoration: underline;
}

.usr-fd ul {
    display: flex;
    margin-top: 3px;
    align-items: center;
    margin-bottom: 0;
}

.usr-fd ul li {
    margin-right: 5px;
    position: relative;
}

.usr-fd ul li i {
    width: 20px;
    display: inline-block;
    text-align: center;
}

.usr-fd ul li input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

.usr-fd ul li input:checked+i {
    color: #e49136;
}

.report-abuse .modal-dialog {
    max-width: 650px;
}

.report-abuse .modal-content {
    background-color: transparent;
}

.report-mdl {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 30px;
}

.report-mdl h2 {
    font-size: 26px;
    margin-bottom: 20px;
}






/*====================== 
    Cart Page Start 
========================*/
.cart-itmes {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000017;
    border-radius: 10px;
    padding: 10px 90px 10px 10px;
    position: relative;
}

.couse-img {
    width: 190px;
    height: 190px;
    margin-right: 15px;
    flex: 0 0 auto;
}

.couse-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-itmes h3 {
    color: #1C1D1F;
    font-size: 18px;
    font-family: Georgia;
    font-weight: 800;
    margin: 10px 0;
}

.cart-itmes h5 {
    color: #1C1D1F;
    font-size: 14px;
    margin: 15px 0;
}

.cart-itmes h5 span {
    color: #686868;
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
}
.cart-itmes .cart-crse-dtl h5 span {
    text-decoration: none;
}

.price-tag-mang {
    position: absolute;
    right: 10px;
    top: 20px;
    text-align: right;
}

.price-tag-mang h4 {
    color: #AF5143;
    font-size: 22px;
    font-weight: 600;
}

.price-tag-mang h4 span {
    font-size: 12px;
}

.price-tag-mang h5 {
    color: #503E3B;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-decoration: line-through;
    line-height: 0;
}

.price-tag-mang h4 span {
    font-size: 12px;
}

.price-total {
    background: #FCF2F4;
    border-radius: 10px;
    padding: 40px 20px;
}

.price-total h2 {
    color: #1C1D1F;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.price-total p {
    color: #503E3B;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.price-total h1 {
    color: #AF5143;
    font-size: 50px;
    font-weight: 600;
}

.price-total h3 span {
    color: #503E3B;
    font-weight: 600;
    text-decoration: line-through;
    font-size: 20px;
}

.price-total h3 {
    color: #503E3B;
    font-size: 16px;
}




/* Checkout Page Start */
.box-outer {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #00000017;
    border-radius: 10px;
}

.plan-itms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #E49136;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.student-plan-row {
    background: #FCF2F4;
    border-radius: 10px;
    padding: 20px 20px 50px;
}

.plan-itms h5 {
    color: #1C1D1F;
    font-size: 16px;
    font-family: Georgia;
    font-weight: 700;
    margin: 0;
}

.payment-section h2 {
    font-size: 25px;
    margin-bottom: 25px;
}

.payment-section h2::after {
    left: 50px;
}

.student-plan-row ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #FABFC2;
}

.student-plan-row ul li img {
    width: 50px;
}

.thanks-mdl {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 30px 60px;
}

.thanks-mdl h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0;
}

.thanks-mdl p {
    margin-bottom: 20px;
}

.box-tole-amt {
    margin: 0 auto 25px;
    background: #FFFF;
    border: 1px dashed #707070;
    border-radius: 15px;
    padding: 16px;
}

.box-tole-amt h5 {
    color: #503E3B;
}

.box-tole-amt p {
    color: #503E3B;
}

.box-tole-amt h6 {
    color: #AF5143;
    font-size: 30px;
    font-weight: 600;
}

.box-tole-amt h6 span {
    font-size: 20px;
}


/* Profile page Start */

.lgn-profile {
    background: #FCF2F4;
    border-radius: 10px;
    padding: 10px;
}

.profile-img {
    width: 100%;
    height: 300px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.data-user h3 {
    color: #1C1D1F;
    font-family: Georgia;
    font-weight: 700;
}

.data-user ul {
    margin-bottom: 20px;
}

.data-user ul li {
    margin-bottom: 3px;
    color: #474747;
    font-size: 15px;
}

.data-user ul li span {
    color: #000;
    font-weight: 600;
}

.data-user a {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.edit-text {
    font-size: 25px;
    margin-bottom: 30px;
    font-family: Georgia;
    font-weight: 700;
}

h2.edit-text::after {
    left: 60px;
}

.profile-section {
    padding-bottom: 120px;
}

.nav-tabs {
    border: 0;
}

.my-crse-tbs .nav-link {
    color: #1C1D1F;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.my-crse-tbs .nav-link:hover {
    border: none;
    isolation: isolate;
    color: #E49136;
    border-bottom: 1px solid #E49136;
}

.my-crse-tbs .nav-link.active {
    background-color: transparent;
    border: 0;
    color: #E49136;
    border-bottom: 1px solid #E49136;
}

.course-mang .accordion-body {
    padding: 0;
    border: 0;
}

.accordion-item {
    border: 0;
}

.progress {
    overflow: inherit;
    border-radius: 0.25rem;
    background: #F9F2EB 0% 0% no-repeat padding-box;
    border: 1px solid #D6C4B4;
    border-radius: 9px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 3px;
}

.progress-bar {
    overflow: initial;
    background: #E49136 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.dtl-cur span.value-perch {
    position: absolute;
    bottom: -26px;
    color: #1C1D1F;
    font-size: 14px;
    font-weight: 600;
}

/* Course Detail Page */


.video-tulst {
    width: 100%;
    max-height: 400px;
    overflow: auto;
    border-radius: 20px;
}

.video-tulst iframe {
    width: 100%;
    height: 100%;
}

.video-tulst .desc {
    margin: 15px 0 0 15px;
}

.course-detail-content h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-detail-content h2::after {
    position: absolute;
    content: "";
    top: -5px;
    left: 30px;
}

.assiment-usr {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000017;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
}

.assisment-img {
    width: 130px;
    height: 120px;
    flex: 0 0 auto;
    margin-right: 10px;
}

.assiment-usr h3 {
    color: #1C1D1F;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.assiment-usr p {
    font-size: 14px;
    margin-bottom: 5px;
}


.course-dtl-1 .accordion-button::after {
    position: absolute;
    right: 15px;
    top: 23px;
}

.course-dtl-1 .accordion-button {
    display: block;
}

.course-dtl-1 .accordion-button span {
    display: block;
    margin-top: 3px;
}

.course-dtl-1 .accordion-item button.accordion-button {
    padding-left: 10px;
    font-size: 14px;
    box-shadow: none;
}

.cour-type-acrdn li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px;
    background: #FEFAF6;
    border: 1px solid #FAEBDA;
    border-radius: 6px;
    margin-bottom: 15px;
}

.cour-type-acrdn li a{
    width: 100%;
    padding: 8px;
}

.cour-type-acrdn li span.img-img {
    flex: 0 0 auto;
    padding: 8px;
}

.cour-type-acrdn li img {
    width: 20px;
}

.hedng-acrdn {
    font-weight: 500;
    display: flex;
    align-items: flex-start;
}

.hedng-acrdn b {
    font-weight: 500;
    margin-top: 0px;
    line-height: 1;
}

.hedng-acrdn t {
    display: block;
    font-size: 11px;
    margin-top: 2px;
    color: #686868;
}

.hedng-acrdn input {
    margin-right: 12px;
}

.hedng-acrdn input[type="checkbox"] {
    width: 20px;
    height: 16px;
}

.course-dtl-1 .accordion-body {
    padding: 5px;
}


.upload-assignment .modal-dialog {
    max-width: 680px;
}

.upload-assignment .modal-content {
    background-color: transparent;
    border: 0;
}

.upload-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}

.assignment-frm span {
    display: block;
    text-align: center;
    margin-top: 5px;
    color: #1C1D1F;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.hide-inpt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.assignment-frm textarea {
    background: #FEFAF6;
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin: 15px 0;
}

.assignment-1 {
    margin-top: -20px;
}

.assignment-1 h3 {
    font-size: 20px;
    font-weight: 600;
}

.assignment-1 p {
    color: #1C1D1F;
    font-size: 14px;
}

.view-assmnt {
    background: #FEFAF6;
    padding: 20px;
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    margin-bottom: 15px;
}

.view-assmnt h4 {
    font-size: 18px;
    color: #1C1D1F;
    font-weight: 600;
}

.view-assmnt p {
    color: #1C1D1F;

}

.thnks-text h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: Georgia;
}

.q-asection h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 600;
}

.q-asection textarea {
    width: 100%;
    background: #FEFAF6;
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    padding: 10px 15px;
}

.cmt-section {
    margin-top: 15px;
}

.cmt-section p {
    font-size: 14px;
}

.rlpy-over-cmt {
    padding-left: 20px;
    border-left: 1px solid #707070;
    margin-bottom: 15px;
}

.comt-submit {
    position: relative;
}

.comt-submit input {
    background: #FEFAF6;
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    padding: 9px;
    width: 100%;
}

.comt-submit button {
    position: absolute;
    right: 0;
    top: 0;
}

.start-quiz {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6C4B4;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
}

.start-quiz h3 {
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: Georgia;
}

.start-quiz p {
    margin-bottom: 20px;
}


.quiz-section {
    background: #FEFAF6 0% 0% no-repeat padding-box;
    border: 1px solid #D6C4B4;
    border-radius: 10px;
    padding-top: 18px;
}

.header {
    padding: 15px;
    top: 0;
    width: 100%;
    z-index: 9999;
    margin-top: 50px;
    background: #3B2A27 0% 0% no-repeat padding-box;
    border: 1px solid #EBE0D7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 0px 10px 10px;
}

.quiz-body {
    margin-top: 15px;
    padding-bottom: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.quiz-body .header{
    border-radius: 10px;
}

.btnAc.text-end{
    padding: 10px 0;
}

.option-block-container {
    margin-top: 20px;
}

.option-block {
    padding: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin-bottom: 12px;
    border: 1px solid #EBE0D7;
    border-radius: 6px;
    cursor: pointer;
}

.result-question {
    font-weight: bold;
}

.c-wrong {
    margin-left: 20px;
    color: #FF0000;
}

.c-correct {
    margin-left: 20px;
    color: green;
}

.last-row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.res-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.ques-tagline {
    color: #1C1D1F;
    font-size: 16px;
    margin: 20px 0 10px;
}

.ques-tagline span {
    float: right;
    color: #AF5143;
    font-size: 14px;
}

.button-quz {
    display: flex;
}

.right-title {
    color: #fff;
}

.quiz-section input.form-check-input {
    float: none;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
}

.quiz-section input.form-check-input::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -2px;
    width: 20px;
    height: 20px;
    background: #FEFAF6 0% 0% no-repeat padding-box;
    border: 1px solid #D6C4B4;
    border-radius: 10px;
}

.quiz-section input.form-check-input:checked::before {
    background: #E49136;
}

.quiz-section input.form-check-input:checked::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 4px;
    width: 6px;
    height: 6px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.quiz-section input.form-check-input:checked+span {
    display: block;
    background-image: url(../img/check_circle.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.quiz-section label {
    display: flex;
}

.no-of-ques {
    color: #AF5143;
    font-weight: 600;
    font-family: Georgia;
}

.ques-top {
    font-size: 20px;
    font-weight: 600;
}

.right-and-box h3 {
    background: #FFFFFF;
    border: 1px solid #56B14F;
    border-radius: 19px;
    font-size: 12px;
}

.right-and-box h3 img {
    margin-left: 0px;
    margin-right: 10px;
    width: 39px;
}

.rong-ans h3 {
    background: #FFFFFF;
    border: 1px solid #E01C1C;
    border-radius: 19px;
}

.rong-ans h3 span {
    color: #E49136;
}

.submit-qiuz {
    background: #FEFAF6;
    border: 1px solid #D6C4B4;
    border-radius: 10px;
    padding: 20px;
}

.msg-trop {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #00000017;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.msg-trop h1 {
    font-size: 26px;
    font-weight: 600;
}

.know-review h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.know-review h3 img {
    width: 30px;
}

.know-review ul {
    padding-left: 30px;
}

.know-review ul li {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

/* Teacher Website Start */
.teacher-hero {
    background-image: url(../img/teacher-hero.png);
    background-position: center top;
    background-size: cover;
}

.teacher-hero p {
    color: #fff;
}

.choose-section {
    padding: 50px 0;
}

.choose-us-heading h3 {
    font-size: 50px;
    font-weight: 700;
    color: #1C1D1F;
}

.choose-us-heading h3 span {
    display: block;
    color: #AF5143;
}

.choose-us-heading p {
    color: #1C1D1F;
}

.choose-dtl-box {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.choose-dtl-box .choose-icon {
    width: 100px;
    height: 100px;
    padding: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #AF514338;
    border-radius: 10px;
    position: absolute;
    left: -10px;
    top: 30px;
    z-index: 1;
}

.choose-dtl-box .choose-icon img {
    width: 100%;
}

.outer-box {
    padding: 30px 70px 30px 70px;
    box-shadow: 0px 0px 20px #AF514357;
    border: 1px dashed #AF5143;
    border-radius: 15px;
    position: relative;
}

.outer-box span {
    color: #51667D;
    opacity: 0.23;
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 10px;
}

.outer-box h4 {
    color: #1C1D1F;
    font-size: 24px;
    font-weight: 600;
}

.outer-box p {
    color: #1C1D1F;
}

.earn-mony-section {
    padding: 50px 0;
}

.card-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000017;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 96%;
    margin-bottom: 20px;
}

.earn-icon {
    width: 60%;
    margin: 0 auto 15px;
    height: 140px;
}

.earn-icon img {
    height: 100%;
    width: 100%;

}

.card-box h3 {
    color: #1C1D1F;
    font-size: 24px;
    font-weight: 600;
    margin: 36px 0 10px;
}

.card-box p {
    color: #1C1D1F;
}

.discover-panel {
    padding: 100px 0;
    background-image: url(../img/discover-bg.png);
    text-align: center;
    position: relative;
}

.discover-panel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007a;
}

.discover-panel h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}

.discover-panel p {
    color: #fff;
    position: relative;
}

.discover-panel h2::after {
    left: 35%;
}

.discover-panel button {
    position: relative;
}

.course-slider {
    padding: 50px 0;
    margin-bottom: 30px;
}

.course-slider h2 {
    font-size: 35px;
}

.course-slider h1 {
    font-size: 60px;
    color: #E49136;
    font-weight: 600;
    z-index: 9;
    position: relative;
}

.course-search-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-filds input {
    background: #FEFAF6;
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    padding: 6px 15px 6px 30px;
    position: relative;
}

.search-filds {
    position: relative;
}

.search-icn {
    left: 8px;
    top: 10px;
}

.data-user h4 {
    margin-top: 20px;
    font-weight: 600;
}

.bank-dtl span {
    display: block;
}

.label-yes-no-btn label {
    display: inline-block;
    margin-right: 10px;
}

.label-yes-no-btn label input {
    margin-right: 5px;
}

.cmn-frm h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.wallet-amount h2 {
    font-size: 40px;
}

.wallet-amount h6 {
    /*font-size: 60px;*/
    color: #AF5143;
    font-weight: 600;
}

.wallet-amount h2 small {
    color: #AF5143;
    font-size: 30px;
}

.transactions-section {
    padding: 50px 0;
}

table {
    border: 1px solid #000;
}

table td,
table th {
    width: 1%;
    white-space: nowrap;
    padding: 16px 10px;
}

table th {
    background: #3B2A27 0% 0% no-repeat padding-box;
    color: #EDDAC5;
    font-size: 16px;
    font-weight: 400;
}

table tbody tr {
    border-bottom: 1px solid #f3f3f3;
}

table tbody tr:last-child {
    border: 0;
}

table td h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

table td p {
    margin-bottom: 0;
    font-size: 14px;
}

.success {
    color: #5DC630;
    font-size: 14px;
}

.added-acount-box {
    position: relative;
    padding-left: 40px;
}

.added-acount-box input {
    position: absolute;
    left: 20px;
    top: 25px;
}















.create-courese-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3B2A27 0% 0% no-repeat padding-box;
    padding: 0px 15px 0 0;
}

.create-courese-header p {
    margin: 0;
    font-size: 20px;
    font-family: Georgia;
    font-weight: 700;
    color: #EDDAC5;
}

.logo-and-noumber {
    display: flex;
    align-items: center;
    max-width: 75%;
}

.logo-and-noumber img {
    width: 150px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.logo-and-noumber span {
    color: #EDDAC5;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.course-type-selct {
    padding:40px;
    height: 100%;
    overflow-y: auto;
    height: calc(100vh - (57px + 71px));
    display: table-cell;
    vertical-align: middle;
}


.types-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6C4B4;
    border-radius: 15px;
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
}

.types-name input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.types-name input:checked+span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #3B2A27;
    box-shadow: 0px 0px 20px #00000017;
    border-radius: 15px;
}

.course-icon-icon {
    width: 160px;
    height: 160px;
    border-radius: 200px;
    flex: 0 0 auto;
    margin-right: 15px;
}

.course-icon-icon img {
    width: 100%;
    height: 100%;
}

.type-name {
    padding: 0 70px 0 0px;
    width: 70%;
}

.type-name h4 {
    font-weight: 600;
    color: #1C1D1F;
    font-size: 20px;
}

.type-name p {
    margin: 0;
    font-size: 15px;
    color: #1C1D1F;
}

.course-type-selct h3 {
    color: #1C1D1F;
    font-size: 30px;
    font-weight: 600;
    font-family: Georgia;
    margin-bottom: 30px;
}

.align-cnter {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.course-type-secton {
    height: 84vh;
}*/

.test-type-time li {
    background: #FEFAF6 0% 0% no-repeat padding-box;
    border: 1px solid #D6C4B4;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: #1C1D1F;
    font-weight: 600;
}

.test-type-time li input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
}
.test-type-time li label{
    width: 100%;
    cursor: pointer;
}

.test-type-time li input::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: -1px;
    left: -1px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6C4B4;
    border-radius: 10px;
    border-radius: 30px;
}

.test-type-time li input:checked::before {
    background: #E49136 0% 0% no-repeat padding-box;
    border: 1px solid #E49136;
}

.test-type-time li input:checked::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 30px;
    top: 4px;
    left: 4px;
    background-color: #fff;
}

.test-type-time li input:checked+span {
    background-image: url(../img/check_circle.svg);
    display: block;
}

.count-man {
    position: absolute;
    right: 11%;
    top: 10px;
    color: #888888;
}

.your-course-inpt input {
    width: 90%;
}

.intended-learners h3 {
    font-size: 20px;
    font-weight: 600;
}

.tips-mange li {
    padding-left: 30px;
    background-image: url(../img/check_circle.svg);
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.tips-mange li h4 {
    font-size: 16px;
    font-weight: 600;
}

.tips-mange li p {
    font-size: 14px;
}

.tips-mange h3 {
    font-size: 23px;
    margin-bottom: 20px;
}

.form-group p {
    font-size: 12px;
    margin: 0;
}

.count-man-1 {
    position: absolute;
    right: 1%;
    top: 35px;
    color: #888888;
}


.preview-mg {
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #D6C4B4;
    border-radius: 5px;
}

.preview-mg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.upload-btn-btn {
    margin-bottom: 10px;
    position: relative;
    height: 42px;
}

/* .upload-btn-btn::before {
    position: absolute;
    content: "No File Selected";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FEFAF6 0% 0% no-repeat padding-box;
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    padding: 12px;
} */

#course_landing_page .upload-btn-btn::after{
    display: none;
}

.upload-btn-btn::after {
    position: absolute;
    content: "Upload";
    top: 2px;
    right: 2px;
    width: 92px;
    height: 36px;
    font-size: 14px;
    background: #E49136 0% 0% no-repeat padding-box;
    border: 1px solid #E49136;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.instructor-dtl {
    display: flex;
    margin-top: 20px;
}

.instructor-dtl h3 {
    margin-top: 0;
}

.instructor-img {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 15px;
}
.instructor-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.add-amount {
    width: 375px;
    position: relative;
}

.add-amount input {
    padding-left: 70px;
}

.add-amount .amount-type {
    position: absolute;
    height: 63%;
    width: 60px;
    background: #EDDAC5 0% 0% no-repeat padding-box;
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.curriculum-add-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.section-ques {
    display: flex;
    width: 100%;
    align-items: center;
}

.curriculum-add-part h4 {
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.curriculum-add-part span {
    font-weight: 500;
}

.create-part-1 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6C4B4;
    border-radius: 10px;
    padding: 1rem;
}

/* .upload-content {
    padding: 10px 0;
} */

.upp-ld {
    margin-right: 15px;
    width: 193px;
    flex: 0 0 auto;
    margin-bottom: 20px;
}

.upp-ld img {
    width: 100%;
}

.upload-content p {
    margin-bottom: 10px;
    color: #1C1D1F;
}

.edit-call-man {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upload-content-view {
    display: flex;
    margin-bottom: 15px;
}

.img-view-mm {
    width: 100px;
    height: 100px;
    flex: 0 0 auto;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.img-view-mm img {
    width: 100%;
    height: 100%;
}

.text-btn {
    font-size: 16px;
    color: #E49136;
    font-weight: 600;
    text-decoration: underline;
}

.upload-content-view p {
    margin: 0;
}

.border-bottom-1 {
    border-bottom: 1px solid #E2E2E2;
}


.add-curri {
    display: none;
}

.quiz-type-ques {
    display: flex;
    background: #FEFAF6 0% 0% no-repeat padding-box;
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    padding: 10px 20px;
    margin-left: 10px;
    margin: 0;
}

.quiz-type-ques li {
    margin-right: 15px;
}

.quiz-type-ques li:last-child {
    margin-right: 0px;

}

.up-textimg {
    display: none;
}

.quiz-tpe-ques-tab button.nav-link {
    background: #FEFAF6 0% 0% no-repeat padding-box;
    border: 1px solid #E49136;
    border-radius: 5px;
    font-size: 16px;
    color: #E49136;
    margin-right: 10px;
}

.quiz-tpe-ques-tab button.nav-link:hover {
    background: #E49136 0% 0% no-repeat padding-box;
    border: 1px solid #E49136;
    border-radius: 5px;
    color: #fff;
}

.quiz-tpe-ques-tab button.nav-link.active {
    background: #E49136 0% 0% no-repeat padding-box;
    border: 1px solid #E49136;
    border-radius: 5px;
    color: #fff;

}

.right-1 {
    right: 1%;
}

.ans-quiz {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.radio-download {
    position: relative;
    width: 180px;
}

.radio-download input {
    position: relative;
    width: auto;
}

.radio-download input::before {
    position: absolute;
    content: "";
    right: -1px;
    top: -3px;
    width: 52px;
    height: 25px;
    background: #3B2A27 0% 0% no-repeat padding-box;
    border: 1px solid #3B2A27;
    transition: 0.3s;
    border-radius: 13px;
}

.radio-download input::after {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #E49136 0% 0% no-repeat padding-box;
    border-radius: 20px;
    transition: 0.3s;
}

.radio-download input:checked::before {
    background: #E49136 0% 0% no-repeat padding-box;
    border: 1px solid #E49136;
}

.radio-download input:checked::after {
    left: 30px;
    background: #fff 0% 0% no-repeat padding-box;
}


.totle-submit-ques ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
}
.totle-submit-ques ul li img{
    width: 15px;
}

.notificationall{
    position: absolute;
    top: 50px;
    background: #fff;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 0px 0px 15px 15px;
    width: 500px;
    max-height: 630px;
    overflow-y: auto;
    right: 0;
}

.notificationall ul{
    margin: 0;
    padding: 10px 15px;
}
.notificationall ul h4{
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.notificationall ul li{
    font-size: 14px;
    margin-bottom: 5px; 
    border-bottom: 1px solid #E2E2E2;
    padding: 4px 0 6px;
}
.notificationall ul li a{
    color: #000;
}
.notificationall ul li a p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom:5px;
}
.course-slider-btn{
    margin-top: 50px;
}
.dtl_action{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    bottom: 10px;
}

.dtl_action button{
    margin-right: 15px;
}
.dtl_action>a{
    width: 100%;
    margin-right: 15px;
}
.course-box .dtl-cntet .dtl_detail{
    overflow-y: auto;
    height: 290px;
    margin: 15px 0;
}

.course-box .dtl-cntet .dtl-cur h3{
    margin-top: 0;
}

.course-box .dtl-cntet .dtl-cur ul{
    margin-bottom: 0;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(151, 151, 151); 
    border-radius: 50px;
  }
 ::-webkit-scrollbar-thumb {
    background: #E49136; 
    border-radius: 50px;
  }

  .f_quick{
    padding-right: 10%;
  }

  .create-curriculum .nav-pills li a{
    margin-right: 1rem;
  }
  .create-curriculum .nav-pills{
    margin-top: 1.2rem;
    height: 30px;
  }
  .create-curriculum .nav-pills li a.show, .create-curriculum .nav-pills li:hover a{
    background: #E49136;
    color: #fff;
  }
  .lect_content_inner{
    width: 100%;
  }
  .lect_content_inner .upp-ld{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border: 1px solid #c37c71;
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    height: 70px;
    width: 190px;
  }
  .lect_content_inner .upp-ld img{
    padding-right: 10px;
  }
  .lect_content_inner .nav-pills {
    margin: 0;
}
.lect_content_inner .nav-pills li a.active.show .upp-ld,
.lect_content_inner .nav-pills li a.active.show:hover .upp-ld{
    border: 1px solid #e49136;
}
.currItem_sect{
    display: flex;
    align-items: center;
    margin-top: 1.2rem;
}
.sub_currItem{
    display: flex;
    align-items: center;
    background: #FEFAF6;
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    font-size: 16px;
    color: #1C1D1F;
    font-weight: 500;
    padding: 8px;
}
.sub_currItem>div{
    padding: 0 15px;
}
.sub_currItem span{
   color: #E49136;
   font-weight: 700;
}
.currItem_rgt{
    display: flex;
    align-items: center;
}
.currItem_rgt .mid_item{
    margin: 0 20px;
}
.currItembtn{
    background: #E49136;
    border: 1px solid #E49136;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #fff;
    padding: 10px 15px;
    transition: 0.3s;
    line-height: 42px;
    cursor: pointer;
}
.currItembtn:hover{
    color: #fff;
}
.sub_currItem a{
    cursor: pointer;
}
.urrItem_descrp{
    margin-top: 15px;
}
.urrItem_descrp label{
    font-size: 20px;
}
.urrItem_descrp .text-end{
    padding: 10px 0;
}
/* button.btn-btn-border {
    padding: 7px 15px;
} */
.urrItem_descrp textarea{
    margin-top: 15px;
}
.section-ques a{
    cursor: pointer;
}
.details_edit{
    flex: 1 0 90%;
}
.course-type-secton{
    height: calc(100vh - (57px + 71px));
}
.course-type-secton>.row{
    height: 100%;
}
input:focus-visible, textarea:focus-visible, select:focus-visible{
    outline: 1px solid #e49136;
}
.btn-btn-border.nav-content-link{
    padding: 5px !important;
}
.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.section-ques a{
    color: #1C1D1F;
    border-bottom: none !important;
}

.sub_currItem a{
    color: #1C1D1F;
}

.lectureAdd .form-group label, .lectureAdd h4, .upload-content h4{
    color: #1C1D1F;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.lectureAdd textarea, .upload-content textarea, .upload-content input {
    width: 100%;
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    background: #FEFAF6;
    color: #1C1D1F;
    padding: 8px 12px;
    margin-top: 10px;
}
.lectureAdd .resources{
    padding: 8px 12px;
}
.upload-content input[type=file]::-webkit-file-upload-button {
    display: none;
  }
  .fa-newspaper{
    color: #AF5143;
  }

  .section-ques img{
    margin-right: 10px;
    width: 22px;
    height: 24px;
  }

  .editable-input input{
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    font-size: 16px;
    padding: 2px 10px;
    background: #FEFAF6;
  }
  .editable-buttons button{
    background: #E49136;
    border: 1px solid #E49136;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px;
  }

  .upload-content h5{
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
  }

  .upload-content p{
    font-weight: 500;
    margin-bottom: 0;
  }

  .upload-content.fine-resources a i.fa{
    background: #E49136;
    border: 1px solid #E49136;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 0px;
    color: #fff;
    padding: 4px 8px;
    transition: 0.3s;
    line-height: 20px;
    margin-left: 5px;
    cursor: pointer;
  }
  .upload-content.fine-resources p>a{
    margin-left: auto;
  }
  .upload-content input[type="radio"]{
    width: 20px;
    margin-right: 18px;
  }
  .submit-quiz{
    width: auto;
    float: right;
    margin-top: 15px;
  }
.topic .btn{
    background: #E49136;
    border: 1px solid #E49136;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #fff;
    padding: 10px 15px;
    transition: 0.3s;
    line-height: 21px;
}
.topic_w, #section_details{
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.topic_w a{
    width: 100%;
}
.ques_curr_delete>div>div.d-flex{
        align-items: baseline !important;
    
}
.SectionRemove i.fa, .lecture_curr_delete i.fa{
    background: #E49136;
    border: 1px solid #E49136;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 0px;
    color: #fff;
    padding: 4px 8px;
    transition: 0.3s;
    line-height: 20px;
    margin-left: 5px;
    cursor: pointer;
}
.tab-content .upload-content>p{
    margin-top:10px;
}
.cour-type-acrdn a {
    color: #1C1D1F;
    font-size: 14px;
}
.btn-btn-border.nav-content-link{
    color: #E49136;
}
.img-cour{
    padding: 40px;
    text-align: center;
}
.img-cour img{
    width: 100%;
}
.course-dtl-1>.row{
    margin: 0;
}
.course-dtl-1 .row>div.col-lg-3, .course-dtl-1 .row>div.col-lg-9{
    padding: 0;
}
/*.intended-learners{
    height: 100vh;
}
.intended-learners {
    height: calc(100vh - 57px);
    overflow-y: auto;
    padding-bottom: 3rem;
}*/
.label-yes-no-btn{
    margin: 30px 0;
}
#reviewCourseModal .modal-title{
    color: #000;
    font-weight: 600;
}
#comModal .modal-title{
    text-align: center;
    width: auto !important;
}
#comModal .btn-close{
    position: absolute;
    right: 15px;
    top: 15px;
}
#reviewCourseModal .whts-larn {
    max-height: 445px;
    overflow: auto;
    margin-bottom: 1rem;
}
#reviewCourseModal .whts-larn h2{
    font-size: 20px;
}
#reviewCourseModal .whts-larn h2 a{
    color: #1C1D1F;
}
#reviewCourseModal .whts-larn h2 a:hover{
    color: #1C1D1F;
}
#reviewCourseModal .whts-larn h2::after {
    top: -10px;
}
#reviewCourseModal .list-chek li {
    margin-bottom: 7px;
}
.ud-text-with-links{
    margin-bottom: 0;
}
.ud-text-with-links a{
    color: #E49136;
}
.become_modal_btn{
    margin-top: 40px;
}
.become_modal_btn button{
    width: 100px;
    margin-right: 1rem;
}
.bank-dtl li{
    display: flex;
}
.bank-dtl li span{
    margin-left: 5px;
}
.contact-field .col-3{
    padding-right: 5px;
}
.contact-field .col-9{
    padding-left: 5px;
}
.search .autocomplete-dropdown{
    padding: 15px !important;
}
.all-category-list-item{
    position: relative;
}
.dtl-main-img video{
    width: 530px !important;
    height: 310px !important;
}
.course-detail-content .accordion-button{
    padding-right: 40px;
}
.carousel-caption{
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%);
}

.student-box{
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #CDCDCD;
    margin-bottom: 20px;
}
.stunt-img{
    width: 100%;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}
.stunt-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.student-box h3 {
    font-size: 18px;
    color: #1C1D1F;
    font-weight: 600;
    margin-bottom: 4px;
}
.student-box a{
    font-size: 14px;
    color: #1C1D1F;
    display: block;
}

.feedback-question-amnge{
    list-style: none;
    padding: 0 20px;
    margin: 0;
}
.feedback-question-amnge li{
    margin-bottom: 40px;
    padding-left: 50px;
    background-image: url(../img/bullet.svg);
        background-repeat: no-repeat;
    background-position: 7px 5px;
}
.feedback-question-amnge li p{
    font-size: 15px;
    color: #000;
    
}
.feedback-question-amnge.student-rrtt li p{
    margin-bottom: 0;
}
.fdbck-tle{
    font-weight: 700;
}



#add_more_learn .d-flex.align-items-center.your-course-inpt, 
#add_more_requirements .d-flex.align-items-center.your-course-inpt, 
#add_more_course_for .d-flex.align-items-center.your-course-inpt{
    display: block !important;
}
 
 #freeOrPaid .add-amount.form-group { 
    margin-bottom: 25px;
}



.alrt-mange-aud{
        position: absolute;
    font-size: 11px;
    right: 0;
    text-align: left;
    margin-bottom: 20px;
}
@media screen and (max-width:1399px) {
    .sub-box {
        flex-basis: 17.36%;
    }
    .user-feedbck .shap-vtr {
        width: 40px;
    }  
    .course-box .dtl-cntet .dtl-cur h3{
        font-size: 16px;
    }  
    .course-box .dtl-cntet .dtl-cur p {
        font-size: 15px;
    }
    .course-box .dtl-cntet .dtl-cur ul li, 
    .course-box .dtl-cntet .dtl-cur span {
        font-size: 13px;
    }
    .course-box .dtl-cntet .dtl_detail {
        height: 305px;
    }
    .profile-section .profile-img {
        height: 250px;
    }
    .profile-section .data-user a {
        width: 30%;
    }
    .outer-box {
        padding: 30px 60px 30px 60px;
    }
    .usr-giv-rate h3{
        min-width: 165px;
    }
    .dtl-main-img video {
        width: 460px !important;
        height: 300px !important;
    }
    .incds-curs li{
        width: 100%;
    }
}

@media screen and (max-width:1199.98px) {
    .hero-section h1, .course-slider h1 {
        font-size: 50px;
    }
    .hero-section .carousel-caption .hero-content h1 {
        font-size: 26px;
    }
    .hero-section span {
    font-size: 18px;
}
.hero-section p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.3;
}
.app-btn img {
    max-width: 120px;
}
    .hero-img.text-end {
        width: 90%;
        margin: auto;
    }
    .sub-box {
        flex-basis: 21.8%;
    }
    .course-slider h2 {
        font-size: 24px;
    }
    .f_quick {
        padding-right: 6%;
    }
    .choose-us-heading h3 span {
        display: initial;
    }
    .profile-section .profile-img {
        height: 200px;
        width: 200px;
        margin: auto;
        margin-bottom: 10px;
    }
    .profile-section .data-user a {
        width: 32%;
    }
    footer::before{
        bottom: -95px;
    }
    footer::after{
        top: -94px;
    }
    .round-shap{
        left: -20px;
    }
    .type-name {
        padding: 0 20px 0 0px;
    }
    .card-box h3 {
        font-size: 20px;
    }
    .usr-giv-rate h3 {
        min-width: 125px;
    }
    .total-box h3 {
        font-size: 40px !important;
    }
    .dtl-main-img video {
        width: 380px !important;
        height: 220px !important;
    }
    .logo-and-noumber {
        max-width: 70%;
    }
}

@media screen and (max-width:991px) {
    .mange-topman{
        margin-top: 20px;
    }
    
    .hero-section h1, .course-slider h1, .choose-us-heading h3 {
        font-size: 38px;
    }
    .hero-section {
    margin-top: 55px;
}
.hero-section.teacher-hero {
    margin: 0;
}
.hero-content-in p{display: none;}
.carousel-indicators [data-bs-target] {
    width: 15px;
}
    a.app-btn {
        width: 40%;
        display: inline-block;
    }

    a.app-btn img {
        width: 100%;
    }

    .sub-box {
        flex-basis: 29%;
    }

    .students-viewing {
        padding: 50px 0 30px !important;
    }

    .tabs-hd .nav.nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .tabs-hd .nav.nav-tabs button.nav-link {
        white-space: nowrap;
    }
    .all-navigator {
        margin-right: 0;
        border-radius: 9px;
    }
    .all-category-nav {
        width: 100%;
        position: absolute;
        bottom: -40px;
        left: 0;
        border: 0;
    }

    .search .input-search {
        width: 100%;
        border-radius: 5px;
    }
    .nev-row{
        padding: 0;
    }
    .course-slider {
        padding: 80px 0 50px;
    }
    .tag-hdr{
        padding-top: 50px;
    }
    .price-total{
        margin-bottom: 50px;
    }
    h2.accordion-header{
        margin-bottom: 1rem;
    }
    .btn-btn-primary.nav-content-link{
        padding: 10px !important;
    }
    .login-mdl-larg .modal-dialog {
        max-width: 760px;
    }
    .profile-section .data-user a {
        width: 48%;
        margin-bottom: 1rem;
    }
    .profile-section .border-right-1 {
        border-right: none;
    }
    .profile-section .lgn-profile {
        margin-bottom: 1rem;
    }
    .outer-box h4, .card-box h3 {
        font-size: 20px;
    }
    footer::after {
        top: -155px;
    }
    footer::before {
        bottom: -155px;
    }
    .course-mang .accordion-button:not(.collapsed) {
        color: #1c1d1f;
        background-color: #fcf7f1;
        box-shadow: none;
    }
    .discover-panel h2 {
        font-size: 30px;
    }
    .notificationall {
        width: 450px;
        max-height: 500px;
    }
    .course-icon-icon {
        width: 120px;
        height: 120px;
    }
    .card-box p {
        font-size: 14px;
    }
    .currItem_sect, .currItem_rgt.active_list {
        display: block;
    }
    .currItem_rgt .mid_item {
        margin: 15px 60px;
    }
    .currItem_rgt .mid_item img{
        transform: rotate(90deg);
        height: 12px;
    }
    .incds-curs li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    #reviewCourseModal .whts-larn {
        max-height: 320px;
    }
    .search .autocomplete-dropdown{
        left: 0px !important;
        width: 100% !important;
    }
    .all-category-list-link, .web-dmtlgg{
        width: calc( 100% - 37px );
    }
    .all-category-list-link i, .web-dmtlgg i{
        display: none;
    }
    .category-second-list-1{
        display: block;
    }
    .all-category-list-item:hover .category-second-list, .web-development:hover .category-second-list-1 {
        /* left: 100%; */
        position: relative;
        right: 0px;
        left: auto;
        opacity: 1;
        visibility: visible;
    }
    .all-category-nav .input-menu-all~.all-category-list {
    display: none;
    max-height: calc( 100vh - 140px);
    overflow-x: hidden;
    overflow-y: auto;
}
.all-category-list {
    top: 40px;
}
    .all-category-list-item:hover, .web-development:hover {
        background: #fff;
    }
    .all-category-list-item:hover .all-category-list-link,
    .all-category-list-item:hover>.resp-open-dropdown i,
    .web-development:hover .web-dmtlgg,
    .web-development:hover>.resp-open-dropdown i{
        color: #E49136;
        font-weight: 600;
    }
    .category-second-list, .category-second-list-1{
        border-left: 0;
        padding-left: 15px;
    }
    .all-category-list ul {
        border-bottom: none;
    }
    .total-box{
        padding: 20px !important;
    }
    .total-box h6 {
        font-size: 18px !important;
    }
    .total-icon{
        width: 150px;
    }
    .total-icon img{
        width: 100%;
    }
    .total-box h3 {
        font-size: 34px !important;
    }
    .logo-and-noumber {
        max-width: 62%;
    }
    .carousel-caption .hero-content {
        padding: 20px;
    }
    .hero-section .carousel-caption span{
        font-size: 16px;
    }
    .hero-section .carousel-caption .hero-content h1 {
    font-size: 22px;
    margin: 0 !important;
}
}

@media screen and (max-width:767px) {

    .container,
    .container-sm {
        max-width: 100%;
    }

    .hding-sect p {
        padding: 0;
        text-align: center;
    }

    .hding-sect h2,
    .hding-sect span {
        text-align: center;
    }

    .hding-sect a {
        display: block;
        text-align: center !important;
        width: 50%;
        margin: 20px auto;
    }

    .mbl-none {
        display: none !important;
    }

    .dt-none {
        display: inline-block;
    }

    .sub-box {
        flex-basis: 41%;
    }
    .students-viewing .page-filter {
        display: flex;
    }

    .page-filter {
        display: block;
    }

    .cart-itmes {
        display: block;
        padding: 10px;
    }

    .couse-img {
        width: 100%;
        margin-bottom: 10px;
    }
    .hero-section {
        padding: 0;
    }
.hero-section .carousel-caption .hero-content h1 {
    font-size: 18px;
    margin: 0;
}

.hero-section .carousel-caption span {
    font-size: 14px;
}
.carousel-caption .hero-content {
    padding: 15px;
}
    .nav-icn-man {
        margin-right: 0 !important;
    }
    .nav-content .nav-content-list .nav-content-item {
        padding: 0px;
    }
    .hding-sect h2 {
        margin-bottom: 0.5rem !important;
    }
    .hero-section h1, .course-slider h1 {
        font-size: 30px;
    }
    .course-slider h2, .hero-section span {
        font-size: 20px;
    }
    .wallet-amount h2, .discover-panel h2 {
        font-size: 30px;
    }
    .course-slider-btn{
        margin-top: 20px;
    }
    .students-viewing .course-search-filter{
        display: block;
       
    }
    .students-viewing .course-search-filter .search-filds{
        margin-top:1rem;
    }
    .choose-dtl-box .choose-icon{
        left: 0px;
    }
    .f_quick {
        padding-left: .7rem;
    }
    .login-mdl-larg .modal-dialog {
        max-width: 450px;
    }
    .modal-dialog .lgn-img {
        padding: 30px;
        text-align: center;
        justify-content: center;
    }
    .label-yes-no-btn label {
    display: flex; 
}
    .modal-dialog .lgn-img img {
        width: 60%;
    }
    .students-viewing .nav-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-y: hidden;
    }
    .border-right-1 {
        border-right: none;
    }
    .profile-section .data-user a {
        width: 32%;
    }
    .outer-box {
        padding: 30px 70px 30px 70px;
    }
    .round-shap {
        left: 0px;
    }
    p {
        font-size: 14px;
    }
    .dtl-bying {
        margin: 20px 0;
    }
    footer::after, footer::before{
        display: none;
    }
    .price-tag-mang {
        top: 210px;
    }
    .cart-course .cart-crse-dtl{
        padding-top: 15px;
    }
    .wallet-amount h2::after, .transactions-section h2::after {
        left: 10px;
    }
    .course-type-secton, .course-type-selct {
        height: auto;
    }
    .img-cour img {
        width: 60%;
    }
    .create-courese-header {
        display: block;
        height: auto;
    }
    .create-courese-header .close{
    text-align: end;
    }  
    .intended-learners {
        height: auto;
    }
    .create-courese-header{
        padding:0;
    }
    .create-courese-header .close a.courseFrmBtn{
        line-height: 4;
    }
    .create-courese-header .close a img{
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .preview-mg {
        max-height: 300px;
    }
    .whts-larn h2 {
        font-size: 22px;
    }
    #reviewCourseModal .whts-larn h2 {
        font-size: 16px;
    }
    #reviewCourseModal .list-chek li {
        font-size: 14px;
        background-size: 16px;
        padding-left: 25px;
    }
    .become_modal_btn {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .page-filter {
        margin-bottom: 20px;
    }
    .total-box{
        margin-bottom: 40px;
    }
    .earn-mony-section {
        padding-top: 10px !important;
    }
    .logo-and-noumber {
        max-width: 90%;
    }
}

@media screen and (max-width:575.98px){    
    .sub-box {
        flex-basis: 90%;
    }
    .hero-section .carousel-item img.hero_sec_img {
    height: 130px;
}
.hero-section .carousel-caption .hero-content h1 {
    font-size: 15px;
    margin: 0;
    line-height: 1;
}
.hero-section .carousel-caption span {
    font-size: 12px;
}
.hero-content {
    width: 170px;
    border-radius: 10px;
    padding: 8px !important;
}
    .nonl-cnt {
        font-size: 10px;
        width: 65px;
    }
    .logo img{
        width: 100px;
    }
    .open-search{
        margin: 0 10px 0 0;
    }
    .hero-section h1, .course-slider h1, .transactions-section h2, .wallet-amount h2, .choose-us-heading h3 {
        font-size: 24px;
    }
    .hero-section span, .dtl-cur h3, .course-slider h2{
        font-size: 16px;
    }
    .dtl-cur h3{
        min-height: 40px;
    }
.app-btn img {
    margin: 5px 0 0 0;
}
.carousel-indicators [data-bs-target] {
    width: 8px;
}
.carousel-indicators {
    right: 15px;
    bottom: 0px;
    left: auto;
    margin: auto;
}
    p {
        font-size: 13px;
    }
    .sub-box h3, .student-feedback-avrge h3, .page-filter h3 {
        font-size: 18px;
    }
    a.app-btn {
        width: auto;
    }
    .hero-img.text-end {
        width: 60%;
        margin-top: 20px !important;
    }
    .course-slider  {
        padding: 80px 0 40px;
        text-align: center;
    }
    .hding-sect h2, .section-heading h2,.student-feedback-avrge h2{
        font-size: 24px !important;
    }
    .hding-sect h2::after, .hero-section span::after {
        top: -15px;
        left: 35%;
    }
    .popular-subjects {
        padding: 50px 0;
    }
    .pluler-sbcjt {
        margin-top: 20px;
    }
    .tabs-hd .nav.nav-tabs button.nav-link, .dtl-bying p, .all-navigator, .text-btn {
        font-size: 14px;
    }
    .dtl-bying h3, .notificationall ul h4 {
        font-size: 20px;
    }
    .avrg-totle-fd h4 {
        font-size: 30px;
    }
    .bootom-footer {
        padding: 10px 0;
    }
    .bootom-footer p, footer p, footer ul li a, .rat-pr p i,
    .notificationall ul li a, .notificationall ul li p{       
        font-size: 12px;
    }
    footer ul li a, .notificationall ul li p{
        margin-bottom: 10px;
    }
    footer h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    footer ul{
        margin-bottom: 2rem;
    }
    footer ul li a{
        margin-bottom: 5px;
    }
    footer input{
        padding: 6px 10px;
        font-size: 12px;
    }
    .btn-btn-primary, .btn-btn-border{ 
        padding: 6px 12px;
    font-size: 11px;
    }
    .reqmt {
    margin-top: 50px;
    }
    section.dtl-hero.bg-light.py-5 {
    padding: 0 !important;
    }
    .student-feedback button img{
        width: 35px;
    }
    .hding-sect span{
        font-size: 12px;
    }
    .all-category-list{
        top: 45px;
    }
    .notificationall{
        width: 300px;
        top: 40px;
    }
    .wallet-amount h1 {
        font-size: 50px;
    }
    .transactions-section {
        padding: 0;
    }
    .transactions-section .table-responsive{
        margin: 1.5rem 0;
    }
    .page-filter select {
        padding: 6px 25px;
    }
    .btn-btn-primary.nav-content-link {
        padding: 4px !important;
        font-size: 10px;
    }
    .login-mdl-larg .modal-dialog {
        max-width: 100%;
        margin:0 auto;
    }
    .modal-dialog h2 {
        color: #1C1D1F;
        font-size: 22px;
    }
    .data-user .btn-btn-primary {
        padding: 12px;
    }
    .profile-section .profile-img {
        height: 300px;
        width: 300px;
        margin: 5px auto 15px;
    }
    .btn-btn-border.nav-content-link {
        padding: 0px !important;
        border: none;
        background: none;
    }
    .btn-btn-border.nav-content-link .cart_text{
        display: none;
    }
    .btn-btn-border.nav-content-link img{
        width: 24px; 
    }
    #lblCartCount{
        margin-top: 7px;
    }
    .profile-section .data-user a {
        width: 100%;
            padding: 13px;
    }
    .outer-box span {
        font-size: 40px;
    }
    .students-viewing .page-filter {
        display: block;
    }
    .page-filter h3 {
        margin-bottom: 10px;
    }
    .course-type-selct h3 {
        font-size: 24px;
    }
    .logo-and-noumber span {
        font-size: 14px;
    }
    .create-courese-header p {
        font-size: 16px;
    }
    .close img{
        height: 12px;
    }
    .logo-and-noumber img {
        width: 120px;
        margin-right: 10px;
    }
    .create-courese-header {
        padding: 0px 10px 0 0;
    }
    .course-type-selct {
        padding: 40px 20px;
    }
    .course-icon-icon {
        width: 50px;
        height: 50px;
    }
    .types-name{
        padding: 20px 10px;
    }
    .type-name p {
        margin: 0;
        font-size: 12px;
    }
    .type-name {
        padding: 0 10px 0 0px;
    }
    .create-courese-header .courseFrmBtn{
        font-size: 12px;
        margin-right: 0px !important;
    }
    .course-dtl-1 h2 {
        font-size: 24px;
    }
    .intended-learners h3, .outer-box h4, .card-box h3 {
        font-size: 16px;
    }
    .instructor-dtl {
        display: block;
    }
    .instructor-img {
        margin-bottom: 15px;
    }
    h2::after{
        display: none;
    }
    .sub_currItem a {
        font-size: 13px;
    }
    .sub_currItem>div {
        padding: 0 7px;
    }
    .create-part-1{
        padding: 0.5rem;
    }
    .upload-content h5 {
        margin-right: 5px;
        font-size: 16px;
        white-space: nowrap;
    }
    .upload-content.fine-resources a i.fa {
        font-size: 10px;
        padding: 1px 6px;
        margin-left: 0px;
    }
    .card-box{
        padding: 12px;
    }
    .curriculum-add-part h4 {
        margin-right: 5px;
        font-size: 16px;
        white-space: nowrap;
    }
    .section-ques img {
        margin-right: 5px;
        width: 18px;
        height: 20px;
    }
    .create-curriculum .nav-pills {
        margin-top: 1.2rem;
        height: 40px;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 5px;
    }
    .card-box p {
        font-size: 12px;
    }
    .editableform .control-group {
        white-space: normal !important;
    }
    .editable-buttons {
        margin-top: 10px;
        margin-left: 0px !important;
    }
    .editable-input input {
        width: 100%;
        padding-right: 0px !important;
    }
    .curriculum-add-part span {
        margin-right: 0 !important;
    }
    .create-curriculum .nav-pills li a {
        margin-right: 0.5rem;
    }
    .card-box {
        box-shadow: 0px 0px 5px #00000017;
    }
    .become_modal_btn {
        margin-top: 20px;
    }
    .our-dtl-man {
        margin: 10px 0 50px;
    }
    .my-crse-tbs .nav-link.active{
        border-bottom: none;
    }
    .contact-field .col-3{
        padding-right: 3px;
    }
    .contact-field .col-9{
        padding-left: 3px;
    }
    .total-box h3 {
        font-size: 30px !important;
    }
    .comments-box .d-flex p {
        font-size: 12px !important;
    }
    .dtl-main-img video {
        width: 330px !important;
        height: 190px !important;
    }
    .logo-and-noumber {
        max-width: 92%;
    }

.assiment-usr { 
    display: block;
    text-align: center;
}
.assisment-img {
    width: 100%; 
    height: 200px;
    margin-bottom: 20px;
}
.assisment-img img{
        object-fit: cover;
    width: 100%;
    height: 100%;
}
}


    /*ratings css*/
    
/* make the current radio visually hidden */
.crs_ratings input[type=radio]{ 
  -webkit-appearance: none;
  margin: 0;
  box-shadow: none; /* remove shadow on invalid submit */
}

/* generated content is now supported on input. supporting older browsers? change button above to {position: absolute; opacity: 0;} and add a label, then style that, and change all selectors to reflect that change */
.crs_ratings input[type=radio]::after {
  content: '\2605';
  font-size: 32px;
}

/* by default, if no value is selected, all stars are grey */
.crs_ratings input[type=radio]:invalid::after {
  color: #ddd;
}

/* if the rating has focus or is hovered, make all stars darker */
.crs_ratings:hover input[type=radio]:invalid::after,
.crs_ratings:focus-within input[type=radio]:invalid::after
{color: #888;}

/* make all the stars after the focused one back to ligh grey, until a value is selected */
.crs_ratings:hover input[type=radio]:hover ~ input[type=radio]:invalid::after,
.crs_ratings input[type=radio]:focus ~ input[type=radio]:invalid::after  {color: #ddd;}


/* if a value is selected, make them all selected */
.crs_ratings input[type=radio]:valid {
  color: orange;
}
/* then make the ones coming after the selected value look inactive */
.crs_ratings input[type=radio]:checked ~ input[type=radio]:not(:checked)::after{
  color: #ccc;
  content: '\2606'; /* optional. hollow star */
}
.crs_ratings input{
    background: none;
    border: none;
    border-radius: 0;
    width: auto;
    padding: 0;
    margin-right: 15px;
}

.resourse_content .resourse_content_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #fcf7f1;
    margin-bottom: 10px;
}
.resourse_content .resourse_content_inner p{
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
}
.total-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #AF514357;
    border: 1px dashed #AF5143;
    border-radius: 15px;
    padding: 20px 20px 20px 50px;   
}
.total-box h6{
    color: #000;
    font-size: 26px;
    font-weight: 700;
}
.total-box h3{
    color: #000;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
}
.comments-box .d-flex{
    justify-content: space-between;
    margin-bottom: 25px;
}
.comments-box{
    background: #FCF2F4;
    border-radius: 10px;
    padding: 30px;
    margin-top:20px;
}
.comment-profile{
    display: flex;
    align-items: center;
}
.comments-box .d-flex p{
    font-size: 16px !important;
    width: 100% !important;
}
.comment-profile h6{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}
.comment-profile p{
    color: #3B2A27;
    font-weight: 500;
    margin-bottom: 0;
}
.comment-profile img{
    width: 55px;
    height: 55px;
    margin-right: 15px;
}
.comments-box p{
    color: #000;
    font-size: 18px;
    width: 90%;
}
.comment-input{
    margin-top:25px;
}
.comment-input input{
    border: 1px solid #D6C4B4;
    border-radius: 5px;
    background: #FEFAF6;
    font-size: 16px;
    padding: 7px 20px;
    width: calc(100% - 150px);
}
.course-select select{
    padding: 10px;
    background-image: none;
    width: 200px;
}
.reply-text{
    display: flex;
    align-items: center;
}
.reply-text p{
    color: #E49135;
    margin-bottom: 0;
    font-size: 18px;
    margin-left: 15px;
}
#welcomeModal .btn-close, #successModal .btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
#welcomeModal .modal-body, #successModal .modal-body {
    padding: 2rem;
    text-align: center;
}
.report-abuse h2::after {
    left: 10px;
}
.report-abuse .comt-submit {
    margin-top: 50px;
    margin-bottom: 20px;
}
.hero-section .carousel-item img.hero_sec_img {
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 575px){
    .lern-inclds {
        padding: 30px 0;
    }
    .hero-section.teacher-hero {
    padding: 50px 0;
}
.moble-none-man{
    display: none;
}
.profile-section{
    padding-bottom: 20px;
}
.lgn-dtl {
    padding: 50px 20px 20px; 
}
.login-modal-btn{
    width: 100%;
}
}



input[type="password"] {
    padding-right: 47px !important;
}

.video-tulst video { 
    object-fit: cover;
}
.resource-download-mann{
    text-align: left;
}
.resource-download-mann li{
    olor: #000;
    margin-bottom: 15px; 
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.resource-download-mann li a{
    color: #000;
}
a.resourceDelete {
    float: right;
}

/*[type=button], [type=reset], [type=submit], button, input {
    -webkit-appearance: none;
    appearance: none;
}*/