@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "BlenderPro-Medium", sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: #f0f1ea;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
    font-family: "Montserrat", serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}

.theme1-btn {
    background-color: #008080;
    height: 50px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1-btn:hover {
    background-color: #026060;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1-btn span.theme1-txt {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}


/* btn Starts */


/* btn Ends */


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "BlenderPro-Medium";
    src: url(../fonts/BlenderPro-Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "BlenderPro-Medium";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "BlenderPro-Medium";
    font-size: 28.31px;
    color: #010101;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: "BlenderPro-Medium";
    font-size: 35px;
    color: #000000;
    margin: 0 0 0px;
}

h4 {
    font-family: "BlenderPro-Medium";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "BlenderPro-Medium";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "BlenderPro-Medium";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #999898;
    font-size: 15px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/* Sidebar SEction Start */

section.side_bar {
    position: relative;
    z-index: 1;
    background: #fff;
    gap: 10vh;
    height: 100vh;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(19, 42, 76);
    padding-top: 20px;
}

.side-bar-logo {
    text-align: center;
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 20px;
}

div#page-content {
    padding-left: 17%;
}

.dashboard_page-box .col-xl-2.col-lg-3.col-md-4 {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.dashboard_page-box .col-xl-10.col-lg-9.col-md-8 {
    padding: 0;
}

.side-bar-profile {
    text-align: center;
    margin: 30px 0;
}

.side-bar-profile h6 {
    font-size: 10px;
    color: #ffffff;
    text-transform: capitalize;
}

.side-bar-profile img {
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 50%;
    background-color: rgb(239, 239, 239);
    width: 102px;
    height: 102px;
}

.side-bar-profile h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

.side-bar-profile p {
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-family: "BlenderPro-Medium";
    text-transform: uppercase;
}

a {}

li.Logout {
    position: absolute;
    bottom: 30px;
    width: 90%;
    left: 8px;
}

li.Logout a {
    background: #ed1d23;
    color: #fff !important;
    border-radius: 5px;
    justify-content: center;
    height: 68px;
}

ul.slidebar_menu a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 15px;
    width: 100%;
    /* height: 70px; */
    transition: 0.3s ease-in-out;
    font-family: "BlenderPro-Medium";
    font-size: 15.746px;
    color: rgba(255, 255, 255, 0.502);
    text-transform: uppercase;
    line-height: 18px;
}

ul.slidebar_menu a img {
    display: none;
}

ul.slidebar_menu a.active img {
    display: block;
}


ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    background: #ed1d23;
    color: #fff;
    border-radius: 5px;
}

ul.slidebar_menu a img {
    transition: .2s all;
    width: 35px;
    height: 35px;
    object-fit: none;
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    object-fit: none;
}

.side-bar-logout-box a {
    background: #03101e;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 80px;
    letter-spacing: 1px;
}

.side-bar-logout-box a i {
    font-size: 18px;
    font-weight: 600;
}

.dashbord-right-box {
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0 20px 30px;
}

.subchild {
    display: none;
    margin-left: 20px;
    position: relative;
}

.slidebar_menu li:hover>.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild a {
    justify-content: center;
}

.slidebar_menu {
    /* position: relative; */
    /* height: 62vh; */
    /* overflow-y: scroll; */
    border-radius: 25px;
}

ul.slidebar_menu a span {
    display: block;
    font-size: 11px;
    color: #7c7c7c;
}

.side-bar-list {
    padding: 0;
    /* height: 70vh; */
    display: block;
    align-content: center;
    margin: 10px;
    margin-top: 0;
    border-radius: 20px;
    /* border: 1px solid #00000021; */
}

li.list-item a {
    border-bottom: 0;
}


/* Sidebar SEction End */

ul.slidebar_menu li:last-child a {
    border: 0;
}

.slidebar_menu::before {}


/*  Header Nav Bar Start */

.search-nav {
    position: relative;
    height: 116px;
    margin-bottom: 0;
    z-index: 99;
    border-bottom: 1px solid #00000021;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.search-nav .row {
    width: 100%;
}

.header-search button {
    width: 60px;
    height: 50px !important;
    background: unset;
    border: 0;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    border-radius: 7px;
    color: #00000052;
}

.header-search input {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dddddd;
    height: 49px;
    font-family: 'Montserrat';
    background: transparent;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    opacity: 0.988;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 20px;
    gap: 5px;
}

a.mailbox {
    font-size: 18px;
    color: #ed1d23;
    position: relative;
    width: 45px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    z-index: 99;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    opacity: 0.988;
}

a.mailbox span {
    width: 5px;
    height: 5px;
    background: #ed1d23;
    padding: 1px;
    position: absolute;
    top: 10px;
    right: 13px;
    border-radius: 10px;
    z-index: 1;
}

.mail-box {
    position: relative;
}

.user-profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
    padding-left: 10px;
    align-items: baseline;
}

.user-profile-img {
    border-radius: 65px;
}

.user-profile-img img {
    object-fit: cover;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    opacity: 0.988;
    width: 51px;
    height: 49px;
    object-position: top;
}

.user-profile-info h4 {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.search-nav .row {
    align-items: center;
}

.notification-box {
    position: relative;
}

.side-bar-logo img,
.side-bar-logo a {
    width: auto;
    object-fit: cover;
}


/* Mail Box */

ul.mail-messages {
    position: absolute;
    right: 0;
    width: 230px;
    background: #ed1d23;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.mail-messages li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.mail-messages li .mail-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.mail-messages li:hover {
    background: #03101e;
}

ul.mail-messages li .mail-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.mail-messages li .mail-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.mail-messages li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.mail-messages li:last-child {
    border: 0;
}


/* Mail Box */


/* Notification Box */

ul.notification-messages-list {
    position: absolute;
    right: 0;
    width: 230px;
    background: #ed1d23;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.notification-messages-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.notification-messages-list li .notification-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.notification-messages-list li:hover {
    background: #61656a;
}

ul.notification-messages-list li .notification-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.notification-messages-list li .notification-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.notification-messages-list li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.notification-messages-list li:last-child {
    border: 0;
}

.notification-dropdown-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.notification-dropdown-btns a {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #000000;
    padding: 5px 8px;
    border-radius: 5px;
    width: 48%;
    justify-content: center !important;
    border: 1px solid #000;
}

ul.notification-messages-list li:hover .notification-dropdown-btns a {
    background: #000;
}


/* Notification Box */


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    right: 10px;
    width: 150px;
    background: #000000;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
}

.user-profile-dropdown a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transition: .2s all;
    text-align: center;
}

.user-profile-dropdown a:last-child {
    border: 0;
}

.user-profile-dropdown a:hover {
    background: #ed1d23;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    color: #ed1d23;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.user-profile-info h4>i {
    position: absolute;
    right: -20px;
    top: 0;
}

.header-search {
    position: relative;
    margin-left: auto;
}


/* Profile Box */


/* Home PAge Start */

div#sidebar a.close-btn {
    display: none;
}

div#sidebar a.toggle-btn {
    display: none;
}

.dashboar_page-content {
    border-top-left-radius: 30px;
    margin-top: 30px;
}

.welcome-box h3 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 100;
    position: relative;
    color: #fff;
}

.welcome-box p {
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 20px;
    color: #fff;
}

.wecolme-box-main {
    position: relative;
}

.welcome-box {
    position: absolute;
    top: 0;
    left: 4%;
    width: 60%;
    top: 30px;
    margin: auto;
    display: block;
    align-content: center;
    margin-bottom: 0 !important;
    border-radius: 10px;
}

img.wecolme-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
}

.welcome-box h3 span {
    display: block;
}

.upload-resume-box {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 79px 0px rgba(58, 58, 58, 0.08);
    padding: 20px 20px;
    margin-top: 20px;
}

.upload-resume-in img {}

.upload-resume-box h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.upload-resume-in {
    border-width: 1px;
    border-color: rgb(255 255 255 / 29%);
    border-style: dashed;
    border-radius: 5px;
    position: relative;
    padding: 60px 30px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    border: 2px dashed #f0f0f0;
}

.upload-resume-in input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload-resume-in button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload-resume-in p {
    color: #666;
    font-weight: 500;
}

.chart-container {
    position: relative;
}

.card p span {
    display: block;
    font-size: 22px;
    margin: 0px 0;
    font-weight: 600;
    color: #1c2b3e;
}

.month-display {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    margin: 30px 0 -25px 0;
}


/* Home PAge End */


/* Notification Page */

.notify-page.theme-box {
    height: 80vh;
}

.notification-page {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}

.all-mail-area {
    padding: 0 20px 20px 20px;
}


/* Notification Page */
a.theme-btn {
    background: #ed1d23;
    color: #fff;
    border-radius: 5px;
    padding: 15px 25px;
    text-transform: uppercase;
}

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

ul.category-list li {
    width: 32%;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.catg-imag {
    background: #f5fbfa;
    display: grid;
    place-content: center;
    border-radius: 5px;
    background-color: rgb(237 29 35 / 14%);
    width: 54px;
    height: 55px;
}

.catg-text h5 span {
    display: block;
}

.catg-imag img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}

.catg-text {
    width: 70%;
}

.catg-text h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    margin-bottom: 0;
    color: rgb(27, 27, 27);
}

.catg-text p {
    font-size: 14px;
    color: #959595;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}

.course-section {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-top: 20px;
    padding: 20px 0;
}

.course-card {
    overflow: hidden;
    margin: 0 10px;
}

.course-number {
    color: red;
    font-weight: bold;
    position: relative;
}

.custom-progress {
    height: 6px;
    background: #eee;
    border-radius: 10px;
    margin-top: 10px;
}

.custom-progress .progress-bar {
    background: red;
}

.completed {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.percent {
    color: #e7e7e7;
    font-weight: bold;
}

.play-btn {
    background: red;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

section.course-section h5 {
    font-size: 20px;
    color: rgb(20, 20, 20);
    text-transform: uppercase;
}

.course-card img {
    height: 180px;
    object-fit: cover;
}

.course-card h6 {
    text-transform: uppercase;
    font-size: 14px;
}

.course-card p {
    font-size: 12px;
    color: rgba(41, 46, 56, 0.502);
    line-height: 20px;
    font-weight: 500;
}

.course-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00000033;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.course-main-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*  */

.user_box {
    background: #ed1d23;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 40px;
}

.user_box ul.user_dtl {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.user_box ul.user_dtl>li>img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
}

.user_box ul.user_dtl>li {
    width: 30%;
}

.user_box ul.user_dtl>li:last-child {
    width: 70%;
}

.user_box ul.user_dtl>li h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
}

.user_box ul.user_dtl>li span {
    color: #fff;
    font-size: 10px;
    display: block;
    line-height: 1;
    font-weight: 500;
    margin: 7px 0px;
}

.user_box ul.user_dtl>li p {
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.user_box ul.user_stt {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.user_box ul.user_stt>li {
    width: 33.33333%;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.user_box ul.user_stt>li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.user_box ul.user_stt>li>span {
    display: block;
    font-size: 12px;
}

.quizs_wrpr>h2 {
    font-size: 20px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 30px;
}

.quizs_wrpr>.quizs_box img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.quizs_wrpr>.quizs_box h3 {
    color: #000;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.quizs_wrpr>.quizs_box p {
    font-size: 11px;
    line-height: 1.2;
    font-family: 'BlenderPro-Medium';
    color: #8d8d89;
    text-transform: uppercase;
}

.quizs_wrpr>.quizs_box {
    border-bottom: 1px solid #c0c0bb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.quizs_wrpr>.quizs_box a>i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ed1d23;
    border-radius: 50%;
    color: #ed1d23;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    margin-top: 40px;
}

.quizs_wrpr>.quizs_box:hover a>i {
    background: #ed1d23;
    color: #fff;
}

.quizs_wrpr>.quizs_box>.row {
    align-items: center;
}

.pdf_resrc_wrpr {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 185px;
    overflow-x: hidden;
    margin-top: 30px;
}

.pdf_resrc_wrpr>h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pdf_resrc_wrpr>ul {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pdf_resrc_wrpr>ul>li>span {
    background: #ed1d23;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 40px;
    border-radius: 5px;
}

.pdf_resrc_wrpr>ul>li {
    width: 20%;
}

.pdf_resrc_wrpr>ul>li:last-child {
    width: 80%;
}

.pdf_resrc_wrpr>ul>li>p {
    font-size: 12px;
    line-height: 1.2;
    font-family: 'BlenderPro-Medium';
    color: #000;
}

.course-section-header ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-section-header ul>li {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.course-section-header ul>li:after {
    position: absolute;
    content: "";
    background: #cccccc;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 10px;
    height: 13px;
}

.course-section-header ul>li.prev_btn:after {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.course-section-header ul>li:hover {
    background: #ed1d23;
}

.course-section-header ul>li:hover:after {
    background: #fff;
}

.slick-arrow:before {
    display: none !IMPORTANT;
}

.course-card .course-card-text {
    margin-top: 20px;
}

.course-card .course-card-text .course-main-text {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.course-number:after {
    position: absolute;
    content: "";
    background: #ff0000;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -11px;
}

.compltd_wrp span.completed {
    display: flex;
    align-items: center;
    gap: 10px;
}

.compltd_wrp span.completed>img {
    width: 20px;
    height: 20px;
}

.compltd_wrp {
    margin-top: 30px;
}

.progress_wrpr {
    position: relative;
}

.progress_wrpr>span.percent {
    position: absolute;
    bottom: -20px;
    right: 0;
    line-height: 1;
}

.slick-active {
    opacity: 1;
}

.course-card.slick-slide.slick-current .percent {
    color: #ed1d23;
}



/* Inner Subscription Billing Ends*/


.subscription-billing-box {
    background-image: url(../images/subscription-billing-back.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 41px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-position-x: right;
}

.Choose-plan-main-box {
    margin-top: 30px;
    background: #ffff;
    padding: 25px 20px;
    border-radius: 10px;
}

.Choose-plan-main-bronze ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    transition: 0.5s;
}

.Choose-plan-main-silver ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.choose-plan-main-row:hover {
    background: #ed1d23;

    transition: 0.5s;
}

.choose-plan-main-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 12px;
    transition: 0.5s;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
}

.choose-plan-main-row:hover * {
    color: #fff;
}

.main-gold-box {
    background: #ed1d23;
    padding: 20px 15px;
    border-radius: 10px;
}

.main-gold-box p {
    margin-bottom: 15px;
}

.main-gold-box-listing ul li a {
    color: #6f6f6f;
    font-size: 12px;
    font-weight: 600;
}

.main-gold-box-listing ul li a {
    color: #6f6f6f;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "BlenderPro-Medium";
}

.main-gold-box-listing ul {
    margin-bottom: 0;
}

.payment-history-box {
    margin-top: 30px;
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 10px;
}

.payment-history-box h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-gold-box h2 {
    color: #fff;
}

.main-gold-box p {
    font-size: 14px;
    color: #f5868a;
    font-family: "BlenderPro-Medium";
    text-transform: uppercase;
    margin-bottom: 10px;
}

.main-gold-box>h2 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

.main-gold-box-listing {
    background: #fff;
    padding: 15px 15px;
    border-radius: 10px;
}

.main-gold-box-listing ul li img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.main-gold-box-listing h2 {
    color: #242424;
    font-size: 20px;
}

.main-gold-box-listing h2 span {
    font-size: 12px;
}

.Choose-plan-main-silver ul li p {
    color: #999999;
    font-family: "BlenderPro-Medium";
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
}

.Choose-plan-main-number h2 {
    margin-bottom: 0 !important;
    font-size: 18px !important;
    color: #242424;
    font-family: "BlenderPro-Medium";
}

.Choose-plan-main-silver ul li span {
    background: #fdeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #facacb;
}

.Choose-plan-main-number h2 sub {
    color: #000;
    font-size: 12px;
}

.Choose-plan-main-silver ul li h2 {
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.Choose-plan-main-box h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #141414;
}

.main-gold-box>h2 {
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.dashbord-right-box.chg {
    padding: 0 0px 0px;
}

.saved-payment-methods-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    transition: 0.5s;
}

.saved-payment-methods-visa ul li img {
    border-radius: 10px;
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    background: #ed1d234f;
    border: 1px solid #ed1d234f;
}

.saved-payment-methods-visa-btn {
    opacity: 0;
}

.saved-payment-methods-row:hover .saved-payment-methods-visa-btn {
    opacity: 1;
}

.saved-payment-methods-row:hover {
    background: #fff;
    transition: 0.5s;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}

.subscription-billing-current-plan {
    background: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 5px;
}

.subscription-billing-box h2 {
    font-size: 28px;
}

.subscription-billing-box p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 500;
}

.subscription-billing-box h2 {
    color: #ffff;
    border-bottom: 1px solid #ffffff47;
    padding-bottom: 8px;
    width: fit-content;
    padding-right: 50px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.subscription-billing-box a {
    color: #fde1e2;
    font-family: "BlenderPro-Medium";
    font-size: 14px;
    font-weight: 500;
    background: #ed1d23;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
}

.subscription-billing-current-plan p {
    font-size: 12px;
    margin-bottom: 0;
    color: #959595;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "BlenderPro-Medium";
}

.subscription-billing-current-plan h3 span {
    color: #d22120;
}

.saved-payment-methods {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 10px;
    margin-top: 30px;
}

.saved-payment-methods-visa ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.saved-payment-methods-visa-btn a {
    font-size: 10px;
    background: #fbd2d3;
    font-family: "BlenderPro-Medium";
    padding: 2px 12px;
    border-radius: 5px;
    color: #ed1d23;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
}

.saved-payment-methods-visa ul li h2 {
    color: #313131;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
}

.saved-payment-methods-visa ul li p {
    color: #9f9f9f;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
}

.saved-payment-methods h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.subscription-billing-current-plan h3 {
    margin-bottom: -5px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}


.payment-history-box th,
td {
    padding: 15px 0;
    text-align: center;
    color: #3f3f3f;
    font-family: "BlenderPro-Medium";
    font-weight: 700;
    line-height: 17px;
    font-size: 12px;
    text-transform: uppercase;
}

.payment-history-box tr {

    transition: 0.5s;
}

.payment-history-box tr:hover {
    background: #fff;
    transition: 0.5s;
    box-shadow: 0 0 5px 0 #00000014;
    border-radius: 20px !important;
}

.payment-history-box a {
    background: #ed1d23;
    padding: 8px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    font-family: "BlenderPro-Medium";
}

.payment-history-box th {
    background-color: #f1f1f1;
    font-size: 12px;
    color: #313131;
    font-weight: 700;
}

.payment-history-box table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
}


/* Inner Subscription Billing Ends*/

/*Inner My Enrolled Courses Start*/

.my-enrolled-courses-box {
    background: #ffffff;
    padding: 25px 25px;
    box-shadow: 0 0 5px 0 #00000014;
    border-radius: 10px;
}

.course-card.inner {
    margin-top: 25px;
}

.my-enrolled-courses-heading h2 {
    color: #212529;
    margin-bottom: 0px;
}

.my-enrolled-courses-heading {
    border-bottom: 1px solid #dedfdf;
    padding-bottom: 20px;
}

.my-enrolled-courses-heading p {
    color: #212529;
    font-size: 12px;
    font-weight: 600;
}

.enrolled-coueses-quizzes-boxs {
    background: #ffffff;
    padding: 20px 15px;
    box-shadow: 0 0 5px 0 #00000014;
    border-radius: 10px;
}


.quizs_box.chg img {
    width: 100%;
    height: 75px;
}

.enrolled-coueses-quizzes-heading h2 {
    color: #212529;
    margin-bottom: 20px;
    font-size: 20px;
}

/*Inner My Enrolled Courses Ends*/

/*Inner My Courses Detail Start*/

.my-courses-detail-right-mian-box {
    background: #ffffff;
    padding: 20px 15px;
    box-shadow: 0 0 5px 0 #00000014;
    border-radius: 10px;
}

.my-courses-detail-right-box ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.my-courses-detail-right-box {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.my-courses-detail-right-box ul li h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.my-courses-detail-right-box ul li span {
    color: #ed1d23;
    font-weight: 800;
    margin-bottom: 0px;
    display: block;
    font-size: 12px;
}

.my-courses-detail-right-box ul li p {
    color: #7f7f7f;
    line-height: 15px;
    font-weight: 500;
    font-size: 10px;
}

.my-courses-detail-right-box ul li img {
    width: 180px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.inner-my-courses-detail-left-main-box {
    background: #ffffff;
    padding: 20px 20px;
    box-shadow: 0 0 5px 0 #00000014;
    border-radius: 10px;
}

.inner-my-courses-detail-heading {
    border-bottom: 1px solid #dedfdf;
    padding-bottom: 15px;
}

.video-container {
    position: relative;
    cursor: pointer;
}

.inner-my-courses-detail-silder-row {
    margin-top: 30px;
}

.video-container video {
    width: 100%;
    display: block;
    height: 385px;
    border-radius: 8px;
    object-fit: cover;
}

.inner-my-courses-detail-silder-one .slick-slide {
    margin: 0px 0px;
}

.inner-my-courses-detail-silder-two-items img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.inner-my-courses-detail-silder-two .slick-slide {
    margin: 0px 0px;
}

.inner-my-courses-detail-silder-two-items {
    margin-bottom: 10px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ed1d23;
    color: white;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.video-container:before {
    content: "";
    position: absolute;
    background: linear-gradient(-5deg, #152742, transparent);
    width: 100%;
    height: 100%;
    border-radius: 8px;
}


.inner-my-courses-detail-bottom-text p {
    color: #7f7f7f;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 22px;
}

.inner-my-courses-detail-bottom-text h2 {
    margin: 15px 0 5px;
}

.inner-my-courses-detail-bottom-text a {
    color: #fde1e2;
    font-family: "BlenderPro-Medium";
    font-size: 14px;
    font-weight: 500;
    background: #ed1d23;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
}

/*Inner My Courses Detail Ends*/

/* profile page */

/* Image box */
.profile-box img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

/* Button */
.change-btn {
    padding: 10px 40px;
    border: 1px solid #ccc;
    cursor: pointer;
    letter-spacing: 1px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    border-radius: 5px;
}

.change-btn:hover {
    background: #ddd;
}

/* Hide file input */
input[type="file"] {
    display: none;
}

.profile_wrpr {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-top: 20px;
    padding: 20px;
}

.profile_wrpr .profile_headd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dedfdf;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.profile_wrpr .profile_headd>ul.tabs_list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.profile_wrpr .profile_headd>ul.tabs_list>li {
    cursor: pointer;
    background: #f2f2f2;
    font-size: 14px;
    color: #000;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 5px;
}

.profile_wrpr .profile_headd>ul.tabs_list>li.actv {
    background: #ed1d23;
    color: #fff;
}

.profile_wrpr .grp_inp {
    margin-bottom: 20px;
}

.profile_wrpr .grp_inp>label {
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
    color: #000;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.profile_wrpr .grp_inp>input {
    width: 100%;
    height: 50px;
    border: 1px solid #e7e7e7;
    color: #000;
    font-size: 14px;
    outline: none;
}

.profile_wrpr .grp_inp>input::placeholder {
    font-size: 12px;
    color: #8b8b8b;
    text-transform: uppercase;
}

.profile_wrpr .grp_inp>select {
    width: 100%;
    height: 50px;
    border: 1px solid #e7e7e7;
    color: #000;
    font-size: 14px;
    outline: none;
}

.profile_wrpr .profile__imggwrpr {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.profile_wrpr h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.profile_wrpr button {
    background: #ed1d23;
    font-size: 14px;
    color: #ffffff;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 5px;
    border: 0;
}

.profile_wrpr .saved-payment-methods {
    padding: 0;
}

.profile_wrpr .saved-payment-methods-visa ul li img {
    background: #ed1d231a;
    border-radius: 5px;
}

.profile_wrpr .saved-payment-methods-row {
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
    border: 1px solid #e7e7e700;
}

.profile_wrpr .saved-payment-methods-row:hover {
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
    transition: 0.3s ease-in-out;
    border: 1px solid #e7e7e7;
}

.connect_acconts_wpr .connect_acconts_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 15px;
    transition: 0.3s ease-in-out;
    border: 1px solid #e7e7e700;
    border-radius: 5px;
}

.connect_acconts_wpr .connect_acconts_box>ul {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.connect_acconts_wpr .connect_acconts_box>ul>li>span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdeaea;
    border: 1px solid #ed1d23;
    border-radius: 5px;
}

.connect_acconts_wpr .connect_acconts_box>ul>li>h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    line-height: 1;
    margin-bottom: 5px;
}

.connect_acconts_wpr .connect_acconts_box>ul>li>p {
    font-size: 12px;
    font-family: 'BlenderPro-Medium';
    line-height: 1.2;
}

.connect_acconts_wpr .connect_acconts_box:hover {
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
    transition: 0.3s ease-in-out;
    border: 1px solid #e7e7e7;
}

.cust-tabs.actv {
    display: block;
}

.cust-tabs {
    display: none;
}