@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url(bootstrap.min.css);

body {
    font-family: "Roboto", sans-serif;
}



a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

header {
    background: #EEE;
}

header .navbar {
    padding: 23.5px 0px;
}

header .form-control {
    border: none;
    border-radius: 0px;
    color: #8B8B8B;
    height: 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 0px 40px;
    width: 440px;
    border-left: 1px solid #DADBDC;
}

header .form-control::placeholder {
    color: #8B8B8B;
}

.form-control:focus {
    color: #8B8B8B;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    border-left: 1px solid #DADBDC;
    box-shadow: none;
}

header form .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 6.5px 15px;
    line-height: normal;
    width: 210px;
}

header form .dropdown-toggle::after {
    border: none;
    background-image: url(../images_ui/polygon-shape.svg);
    background-repeat: no-repeat;
    width: 12px;
    vertical-align: middle;
    height: 6px;
    position: absolute;
    background-size: 13px;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
}

header .search-icon {
    position: absolute;
    top: 47%;
    left: 18px;
    transform: translate(0px, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

header .input-box {
    position: relative;
}

.left-side {
    display: flex;
    align-items: center;
    grid-gap: 28px;
}

.left-side form {
    background-color: #FFF;
    border: 1px solid #DADBDC;
    border-radius: 5px;
    height: 43px;
    padding: 6px 0px;
    align-items: flex-start;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

header .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    line-height: 22px;
    padding: 0px 14px !important;
}

.cart {
    position: relative;
    margin: 0 0 0 14px;
}

.cart span {
    color: #FFF;
    font-size: 8px;
    font-weight: 600;
    background-color: #2672F8;
    width: 17px;
    height: 17px;
    line-height: 16px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
    top: -6px;
    right: -5px;
}

/* = hero-sec == */
.text-box h1 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 7px;
    line-height: 45px;
}

.text-box p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.space {
    margin-bottom: 20px;
}

.btn-primary:hover {
    background-color: #184FAF;
}

.btn-primary {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    width: 224px;
    height: 53px;
    border-radius: 5px;
    border: 2px solid #2672F8;
    background: #2672F8;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-sec {
    margin-top: 60px;
}

.btn-default:hover {
    background: #EDF4FF;
    color: #2672F8;
}

.btn-default {
    color: #2672F8;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 45px;
    border-radius: 5px;
    width: 224px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2672F8;
}

.left-space p {
    margin: 40px 0px 20px;
}

.left-space {
    padding-left: 184px;
}

.hero-sec .img-holder {
    margin-left: -54px;
}

.hero-sec {
    padding: 30px 0px 0px;
    width: 100%;
}

/* course-page = */
.course-sec {
    background-image: url(../images_ui/course-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 96px 0px 78px;
    width: 100%;
    height: 600px;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    grid-gap: 10px 8px;
    justify-content: center;
}

.tag-list li a {
    border-radius: 15px;
    border: 0.75px solid #FFF;
    background: #FFF;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 20px;
    display: inline-block;
}

.course-boxes {
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    grid-gap: 12px;
    display: grid;
    text-align: start;
    margin-top: 27px;
    overflow: auto;
    padding-bottom: 20px;
}

.course-boxes > .course-box:last-child {
    margin-bottom: -20px; /* Add this rule */
}

.course-box .image-holder img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

.box-body {
    background: #FFF;
    border-top: none;
    border: 1.122px solid #D9D9D9;
    padding: 8px 14px 13px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.box-body.text-box h4 span {
    color: #4B4B4B;
    font-size: 11.55px;
    font-weight: 400;
    line-height: 15.4px;
}

.text-box h4 {
    color: #000;
    font-size: 15.4px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.tag {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding-top: 2px;
    border-radius: 4.16px;
    width: 110.4px;
    height: 24.48px;
    background: #FFC700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-card {
    min-height: 87px;
    height: 100%;
    margin-bottom: 20px;
}

.list .dropdown-toggle::after {
    content: none;
}

.list-box {
    width: 24.48px;
    height: 24.48px;
    border-radius: 5.1px;
    background: #EEE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.box-bottom .list {
    display: flex;
    align-items: center;
    grid-gap: 11px;
}

.box-bottom h6 {
    color: #4B4B4B;
    font-size: 13.2px;
    font-weight: 500;
    line-height: normal;
}

.video-tag {
    background: #EEE;
    width: 51.975px;
}

/* ====== footer ===== */
.footer-lists {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    grid-gap: 85px;
}

footer {
    padding: 43px 0px 63px;
    background-color: #EEEEEE;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.footer-lists li a,
footer p,
.bottom-footer a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

/* ==login === */
.login-sec {
    padding: 80px 55px;
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
}

.opacity-0 {
    opacity: 0 !important;
}

.login-sec .login-box {
    background: #FFF;
    max-width: 626px;
    margin: 0 auto;
    padding: 76px 80px;
    border: 1px solid #ccc; /* Subtle grey outline */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle drop shadow */
    outline: 1px solid #eee; /* Additional subtle grey outline */
    margin-bottom: 50px;
}

.login-sec .login-box .form-check label a {
    color: #000;
    text-decoration: underline;
}

.login-sec .login-box .form-check {
    margin-bottom: 6px;
}

.mb-10 {
    margin-bottom: 28px;
}

.login-sec .login-box .form-check .form-check-input {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #8B8B8B;
}

.login-sec .login-box .form-check label {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    justify-content: flex-start;
}

.box-space {
    max-width: 626px;
    margin: 11px auto 0;
    padding: 0px 80px;
}

.text-box h3 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}

.login-sec form .form-control::placeholder {
    color: #8B8B8B;
}

.login-sec form {
    margin-top: 37px;
}

.login-sec form .form-group {
    margin-bottom: 13px;
}

.login-sec form .btn-primary {
    width: 100%;
    margin-top: 26px;
}

.btn-primary img {
    margin-right: 8px;
}

.box-space p a {
    color: #2672F8;
    text-decoration: underline;
}

.mt-38 {
    margin-top: 38px !important;
}

.box-space p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.login-sec form .link {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 8px;
}

.login-sec form .form-control {
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    height: 53px;
    border-radius: 5px;
    border: 1px solid #8B8B8B;
    background: #FFF;
}

.login-box2 p {
    font-size: 14px;
    margin-top: 7px;
}

.login-box.login-box2 {
    padding: 131px 0px;
}

.login-box2 .img-holder {
    margin-bottom: 36px;
}

.boost-box .left-space p {
    margin: 0 0 21px;
}

.boost-box .left-space {
    display: flex;
    align-items: center;
    grid-gap: 18px;
    padding-left: 0px;
}

.header-avatar {
    background-color: #000;
    width: 35px;
    display: flex;
    line-height: 15px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    height: 35px;
    color: #FFF !important;
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin: 0px 28px 0px 12px;
}

/* == credit-box == */
.credit-box .credit-header {
    border-radius: 5px 5px 0px 0px;
    background: #2672F8;
    padding: 27px 10px;
}

.credit-box .credit-header h2 {
    font-size: 36px;
    margin-bottom: 12px;
}

.credit-box .credit-header p {
    max-width: 393px;
    width: 100%;
    margin: 0 auto;
}

.credit-box {
    border-radius: 5px;
    border: 1px solid #8B8B8B;
}

.credit-body {
    padding: 29px 152px 24px 140px;
}

.credit-body .form-check label {
    margin-top: 4px;
    display: flex;
}

.credit-left {
    border-right: 1px solid #DADBDC;
    margin-left: 80px;
}

.credit-right {
    margin-left: 80px;
}

.credit-footer h6 span {
    margin: 0px 20px;
}

.credit-footer h6 {
    color: #000;
    font-size: 22px;
    margin: 10px 0px 32px;
    font-weight: 400;
    line-height: 30px;
}

.credit-footer .btn-primary {
    margin: 0 auto;
    width: 290px;

}

.form-check-input:checked {
    background-color: #2672F8;
    border-color: #2672F8;
}

.credit-sec {
    padding: 70px 0px 90px;
}

.credit-footer {
    border-radius: 0px 0px 5px 5px;
    background: #DADBDC;
    padding: 40px 0px 48px;
}

.credit-body .form-check label span {
    font-size: 13px;
    display: block;
    margin-top: -8px;
}

.credit-body .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}

.credit-body .form-check-input {
    width: 25px;
    height: 25px;
    margin-right: 11px;
}

.credit-body .form .para-right {
    margin-left: 85px;
}

.filter-box a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.filter-box {
    width: 100%;
    /* height: 700px; */
    overflow-y: scroll;
}

.filter-inner {
    margin-right: 13px;
}

.filter-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 17px;
}

.blog-sec {
    padding: 40px 0px 60px;
}

.filter-box::-webkit-scrollbar {
    width: 5px;
    border-radius: 6px;
}

.filter-box::-webkit-scrollbar-track {
    background: rgb(218, 219, 220, 0.5);
    width: 1px;
    border-radius: 6px;
}

.filter-box::-webkit-scrollbar-thumb {
    background: #DADBDC;
    width: 5px;
    border-radius: 6px;
}

.btn-collapse {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 0px 18px;
    border-top: 1px solid #DADBDC;
    justify-content: space-between;
}

.filter-box .collapse2 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%;
    height: 16px;
}

.filter-box .collapse2 .form-check-input {
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 2px;
    border: 1.5px solid #8B8B8B;
    margin: 0;
}

.filter-box .collapse-inner {
    display: none;
}

.filter-box .collapse-inner.show {
    display: block;
}

.filter-box .collapse2 .form-check {
    margin-bottom: 0px;
    padding-bottom: 0px;
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 0;
}

.filter-box .collapse2 ul li h6 {
    color: #4B4B4B;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
}

.filter-box .collapse-space {
    margin-left: 14px;
}

.filter-lists {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

.accordion-body .accordion-item .accordion-collapse {
    margin: 0;
}

.collapse2 ul li label {
    color: #000;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    width: 100%;
    flex: 1;
    line-height: 1;
    padding-left: 8px;

}

#captions ul {
    margin-top: 12px !important;
}

#nestedAccordionExample {
    margin-top: 12px;
}

.subject-list .form-check-label {
    padding: 0 !important;
}

.collapse2 ul li {
    width: 100%;
}

.form-check-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-button:not(.collapsed)::after {
    content: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.accordion-item.accordion-item2 {
    padding: 16px 0px 8px;
    border-top: 1px solid #DADBDC;
}

.accordion-collapse {
    padding-left: 10px;
    margin-top: 14px;
}

.accordion-item {
    padding: 0;
    border: none;
    /* margin-bottom: 12px; */
}

.accordion-header {
    margin-bottom: 12px;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-body {
    padding: 4px 0 0 0;
}

/* .collapse-space {
    margin-top: 12px !important;
} */
#captions .accordion .accordion-header {
    margin-bottom: 0;
}

#captions .accordion-button ul {
    margin-top: 0 !important;
}

#captions #nestedAccordionExamplea1 {
    margin-top: 12px;
}

.collapse-space ul {
    margin-bottom: 12px !important;
}

.collapse-space ul:last-child {
    margin: 0;
}

.accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-button {
    padding: 0;
    justify-content: space-between;
    height: 16px;
}

.accordion-button::after {
    content: none;
}

.mt-24 {
    margin-top: 24px;
}

.subject-list .form-switch .form-check-input {
    width: 31px;
    height: 15px;
    border-radius: 10px;
    background-color: #D60000;
    background-image: url(../images_ui/cross-img.svg);
    background-repeat: no-repeat;
    background-size: 13px;
}

.subject-list .form-switch .form-check-input:checked {
    background-image: url(../images_ui/check-icon.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-color: #2672F8;
}

.form-switch {
    padding-left: 0px;
}

.filter-box .collapse2 .form-check.form-switch {
    display: flex;
    justify-content: end;
}

.filter-box button[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.collapse-box button[aria-expanded="false"] svg {
    transform: rotate(0deg);
}

.btn-tag {
    color: #4B4B4B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 15px;
    display: flex;
    padding: 5px 20px;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    background: #EDF4FF;
}

.tag-lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 34px;
    margin-bottom: 32px;
    grid-gap: 8px;
}

.text-box h6 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.tag-lists.tag-lists2 {
    margin-top: 12px;
}

.tag-lists.tag-lists2 .btn-tag {
    padding: 5px 20px;
    background-color: transparent;
    border: 0.5px solid #4B4B4B;
}

.result-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.result-list li h6 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.result-list li .form-select {
    flex: 1;
    border-radius: 5px;
    color: var(--BK, #000);
    font-size: 14px;
    font-weight: 500;
    padding: 3px 14px;
    width: 135px;
    line-height: 20px;
    border: 0.5px solid #4B4B4B;
}

.result-list li {
    display: flex;
    grid-gap: 10px;
    align-items: center;
}

.blog-sec .course-boxes {
    grid-template-columns: 3fr 3fr 3fr 3fr;
}

.blog-sec .course-boxes .tag {
    font-size: 13.3px;
    width: 74.005px;
    height: 19.945px;
}

.blog-sec .course-boxes .text-box h4 span {
    font-size: 10px;
}

.blog-sec .course-boxes .text-box h6 {
    color: #4B4B4B;
    font-size: 12px;
}

.blog-sec .course-boxes .text-box h4 {
    font-size: 14px;
}

.page-item .page-link {
    color: #000;
    font-size: 14px;
    font-weight: 800;
    border: none;
    padding: 0px 13px;
    background-color: transparent;
    line-height: normal;
}

.page-item.active-list .page-link {
    width: 40px;
    border-radius: 50%;
    height: 39.628px;
    border: 1px solid #4B4B4B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 13px;
}

.page-item .page-link.active {
    color: #2672F8;
    text-decoration: underline;
}

.pagination li:first-child .page-link {
    border: 1px solid #D9D9D9;
    width: 40px;
    border-radius: 50%;
    height: 39.628px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 13px;
}

.pagination {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 40px;
    justify-content: center;
}

.page-item.active-list .page-link {
    width: 40px;
    border-radius: 50%;
    height: 39.628px;
    border: 1px solid #4B4B4B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link:hover {
    background-color: transparent;
    border: none;
}

.promoting-box .promoting-header {
    background: #2672F8;
    padding: 33px 31px 30px;
    position: relative;
}

.promoting-header h2 {
    font-size: 36px;
    font-weight: 500;
}

.wrapper {
    overflow: hidden;
}

.promoting-box .promoting-header::after {
    background: #2672F8;
    padding: 33px 31px 30px;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    right: -100%;
    top: 0;
}

.promoting-body::after {
    background: #EDF4FF;
    padding: 33px 31px 30px;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    right: -100%;
    top: 0;
}

.body-inner {
    background-color: #fff;
    display: flex;
}

.heading {
    background: #EDF4FF;
    padding: 14px 11px 11px 38px;
}

.row-space h2 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.learn-box {
    border: 1.5px solid var(--light-blue, #EDF4FF);
}

.promoting-left {
    padding: 28px 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.promoting-left .text-box h2 {
    font-weight: 500;
    font-size: 36px;
}

.promoting-left .text-box h2 span {
    font-size: 18px;
    line-height: 25px;
}

.promoting-left .btn-primary {
    margin-top: 10px;
}

.promoting-body {
    background: #EDF4FF;
    padding: 42px 10px 42px 38px;
    position: relative;
}

.promoting-right .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.promoting-right {
    position: relative;
}

.learn-body {
    padding: 14px 38px;
}

.learn-body li {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

.row-space p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
}

.row-space {
    margin-top: 33px;
}

.row-space .text-box {
    margin-top: 28px;
}

.para-space {
    padding-top: 20px;
}

.row-space .text-box p {
    line-height: 22px;
}

.side-box {
    border: 1px solid #DADBDC;
    background: #FFF;
}

.side-box ul {
    display: flex;
    grid-gap: 20px;
    padding: 18px 19px 11px;
}

.side-box h6 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.side-box p {
    color: #000;
    font-size: 12px;
    max-width: 72px;
    line-height: 14px;
    width: 100%;
    font-weight: 500;
}

.box-body2 {
    background-color: #F4F4F4;
}

.box-footer a h6 {
    color: var(--Primary-Blue, #2672F8) !important;
}

.box-footer a {
    text-decoration-line: underline;
    margin-top: 20px;
    display: block;
}

.box-footer {
    padding: 21px 27px 25px 17px;
}

.offcanvas-end {
    width: 300px;
}

.avatar {
    background: #000;
    width: 52.5px;
    height: 52.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 7px;
    border-radius: 50%;
}

.offcanvas-body {
    padding: 78px 30px;
}

.offcanvas-header .btn-close {
    position: absolute;
    top: 23px;
    right: 14px;
}

.offcanvas-body h2 {
    color: #000;
    font-size: 30px;
    font-weight: 500;
}

.offcanvas-body h2 span {
    font-size: 16px;
}

.offcanvse-inner p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.offcanvse-inner {
    border-bottom: 1px solid #DADBDC;
    padding-top: 32px;
}

.offcanvse-inner2 span {
    font-size: 13px;
}

.offcanvse-inner2 {
    padding-top: 26px;
    border-bottom: 1px solid #DADBDC;
    padding-bottom: 32px;
    margin-bottom: 30px;
}

.btn-logout {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.offcanvse-inner2 p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.offcanvse-inner .btn-primary {
    margin: 21px 0px 34px;
}

.offcanvas-header {
    padding: 0;
}

.avatar h6 {
    color: var(--WH, #FFF);
    font-size: 24px;
    font-weight: 400;
}

.offcanvas-body .text-box p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.offcanvse-inner2 ul {
    margin-top: 20px;
}

.offcanvse-inner2 ul li a {
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    grid-gap: 12px;
    font-weight: 400;
    line-height: 32px;
}

.offcanvse-inner2 ul li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 20px;
    width: 100%;
}

/******/
.header-media {
    display: flex;
    align-items: center;
}

.captions {
    display: none;
}

.accordion-subjects {
    overflow-y: auto;
    max-height: 600px;
}

.accordion-subjects::-webkit-scrollbar {
    width: 5px;
    border-radius: 6px;
}

.accordion-subjects::-webkit-scrollbar-track {
    background: rgb(218, 219, 220, 0.5);
    width: 1px;
    border-radius: 6px;
}

.accordion-subjects::-webkit-scrollbar-thumb {
    background: #DADBDC;
    width: 5px;
    border-radius: 6px;
}

.col-lg-12 .promoting-box .promoting-header::after,
.col-lg-12 .promoting-body::after {
    display: none;
}

.col-lg-12 .promoting-body {
    padding: 42px 38px 42px 38px;
}

.small-text-1 {
    font-size: 10px !important;
    color: black !important;
}

.small-text-2 {
    font-size: 11.5px !important;
    color: black !important;
}

.small-text-3 {
    font-size: 13px !important;
    color: black !important;
    font-weight: light  !important;
}

.small-text-4 {
    font-size: 15px !important;
    color: black !important;
    
}

.logo-small {
    width: 70%;
  }

.input-box-small {
    width: 70%;
}

.primary-blue-background {
    background-color: #2672F8;
}
