/*-----------------------------------------------------------------------------

    Template Name: iLearning – Online Education Platform HTML Template
    Template URI:
    Description:
    Author: UiBarn
    Author URI:  https://themeforest.net/user/devsarray
    Version: 1.0

----------------------------------------------------------------------------- */

/*-----------------------------------------------------------------------------
[Table of Contents]

    1.0 - CSS Variable Start
    2.0 - Global CSS Start
    3.1 - Header Section Start
    3.2 - Hero Section Start
    3.3 - Category Section Start
    3.4 - Advisor Section Start
    3.5 - Popular Course Section Start
    3.6 - Analytics Section Start
    3.7 - Experts Section Start
    3.8 - Testimonial Section Start
    3.9 - Choosing Us Section Start
    3.10 - Upcomming Event Section Start
    3.11 - Home Article Section Start
    3.12 - Subscribe Section Start
    3.13 - Footer Section Start
    4.1 - Hero 2 Section Start
    5.1 - Education Section Start
    5.2 - Offer Section Start
    6.1 - Shop Product Section Start
    6.2 - Shop Sidebar Section Start
    7.1 - Product Details Top Section Start
    7.2 - Product Details Bottom Section Start
    7.3 - Cart Modal Section Start
    8.0 - Instructor Details Page Start
    9.0 - Course Details Page Start
    10.0 - Checkout Page Start
    11.0 - Pricing Page Start
    12.0 - FAQ Page Start
    13.0 - Blog Page Start
    14.1 - Blog Details Content Section Start
    14.2 - Blog Details Sidebar Section Start
    15.0 - Become a Instructor Page End
    16.0 - Career Page Start
    17.0 - Career Details Page Start
    18.0 - No Job Page Start
    19.0 - Event Page Start
    20.0 - Event Details Page Start
    21.0 - Contact Page Start
    22.0 - 404 Page Start
    23.0 - Certificate Page Start
    24.0 - User All Form Page Start
----------------------------------------------------------------------------- */

/*=========================================================================================
    1.0 - CSS Variable Start
 ==========================================================================================*/

:root {
    --purple: #9c4df4;
    --dark-purple: #0a033c;
    --light-purple: #3b3563;
    --orange: #ff6652;
}

/*=========================================================================================
    1.0 - CSS Variable End
 ==========================================================================================*/

/*=========================================================================================
    2.0 - Global CSS Start
 ==========================================================================================*/
html,
body {
    font-family: 'Inter', sans-serif;
    color: var(--light-purple);
}

body {
    background: #f7f5fa;
}

.body-3 {
    background: #fff;
}

a {
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

a:hover {
    color: var(--dark-purple);
    cursor: pointer;
}

.section {
    margin-bottom: 60px;
}

.mobile-show {
    display: none !important;
}

.mobile-lg-show {
    display: none;
}

/* Section Top Title */
.section-title-box {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.section-title-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #6c688a;
    margin-top: 16px;
}

.section-title-box h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: var(--dark-purple);
}

.section-side-title-box {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-side-title-box h2 {
    max-width: 700px;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    color: var(--dark-purple);
}

.bg-dark-purple .section-title-box h2 {
    color: #fff !important;
}

.bg-dark-purple .section-side-title-box h2 {
    color: #fff !important;
}

.pdfModal iframe {
    width: 100%;
}

/* Text Color */
.text-orange-2 {
    background: -o-linear-gradient(122.32deg, #ffa093 55.64%, #ff6652 78.85%);
    background: linear-gradient(327.68deg, #ffa093 55.64%, #ff6652 78.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-orange {
    color: var(--orange) !important;
}

.text-purple {
    color: var(--purple);
}

/* Button Start */
.btn-purple {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background: -o-linear-gradient(348.96deg, #9c4df4 0%, #b071f6 100%);
    background: linear-gradient(101.04deg, #9c4df4 0%, #b071f6 100%);
    -webkit-box-shadow: 0px 4px 20px rgba(161, 86, 245, 0.2);
    box-shadow: 0px 4px 20px rgba(161, 86, 245, 0.2);
    border-radius: 8px;
    padding: 20px 30px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: 1px solid var(--purple);
}

.btn-purple:hover {
    color: #fff;
}

.btn-purple-light {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--purple);
    background: #ebdbfd;
    -webkit-box-shadow: 0px 4px 20px rgba(161, 86, 245, 0.2);
    box-shadow: 0px 4px 20px rgba(161, 86, 245, 0.2);
    border-radius: 8px;
    padding: 20px 30px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: 1px solid #ebdbfd;
}

.btn-white {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--dark-purple);
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(161, 86, 245, 0.2);
    box-shadow: 0px 4px 20px rgba(161, 86, 245, 0.2);
    border-radius: 8px;
    padding: 20px 30px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: 1px solid #fff;
}

.btn-outline-purple {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--purple);
    border: 1px solid var(--purple);
    border-radius: 8px;
    padding: 20px 29px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.btn-outline-purple:hover {
    color: var(--purple);
}

.btn-outline-gray {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #6c688a;
    border: 1px solid #e7e6ec;
    border-radius: 8px;
    padding: 20px 29px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background: transparent;
}

/* Slick Slider */
.slider-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.slider-btn-box .slick-arrow {
    background: var(--purple);
    -webkit-box-shadow: 0px 50px 80px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 50px 80px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.slider-btn-box .slick-arrow.slick-disabled {
    background: #ffffff;
    color: var(--dark-purple);
}

.slick-slider {
    margin: 0 10px;
    padding: 0;
}

.slick-slide {
    margin: 0 10px;
    padding: 0;
}

.slick-dots {
    bottom: -40px !important;
}

/* Color */

.bg-dark-purple {
    background: var(--dark-purple);
}

.bg-gray {
    background: #faf6fe;
}

/* Utility */
.py-150 {
    padding: 150px 0;
}

/* Page Title Box Start */
.page-title-box {
    background: -o-linear-gradient(357.91deg, #ebdbfd 1.49%, #ffeeeb 99.1%);
    background: linear-gradient(92.09deg, #ebdbfd 1.49%, #ffeeeb 99.1%);
    border-radius: 20px;
    margin-top: 150px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-breadcrumb {
    padding: 10px 20px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.breadcrumb-item a {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #0a033c;
    display: inherit;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #0a033c;
}

.page-breadcrumb .breadcrumb-item.active {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #0a033c;
}

.page-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    color: #0a033c;
}
/* Page Title Box End */

/* Pagination Start */
.pagination-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.pagination-box ul .prev,
.pagination-box ul .next {
    width: 44px;
    height: 44px;
    background: #f2e6ff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--purple);
    font-size: 18px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.pagination-box ul .prev.active,
.pagination-box ul .next.active {
    background: -o-linear-gradient(
        348.96deg,
        #9c4df4 0%,
        #b071f6 100%
    ) !important;
    background: -o-linear-gradient(
        348.96deg,
        #9c4df4 0%,
        #b071f6 100%
    ) !important;
    background: -o-linear-gradient(
        348.96deg,
        #9c4df4 0%,
        #b071f6 100%
    ) !important;
    background: linear-gradient(101.04deg, #9c4df4 0%, #b071f6 100%) !important;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    color: #fff;
}

.pagination-text {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #0a033c;
}

.pagination-link.active {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3e4756;
}

.pagination-link.active a {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #3e4756;
}
/* Pagination End */

/* Form */
label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #6c688a;
    margin-bottom: 4px;
}

.selectpicker {
    height: 100%;
    border-radius: 6px;
}

.selectpicker:focus-visible {
    outline: 0;
    border-radius: 6px;
}

.form-check-label {
    font-weight: 400;
    font-size: 18px;
    color: #6c688a;
}

.ql-toolbar.ql-snow {
    border-radius: 8px 8px 0 0;
    border-color: #e7e6ec;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
    height: 120px;
    border-radius: 0 0 8px 8px;
    border-color: #e7e6ec;
}

.form-check-input:focus {
    border-color: var(--purple);
    -webkit-box-shadow: 0 0 0 0.25rem rgba(156, 77, 244, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(156, 77, 244, 0.25);
}

.shop-p-filter.form-select {
    border: 0;
    background: transparent;
    width: 70%;
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0a033c;
}

.form-label span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #9d9ab1;
}

.form-check-input {
    margin-top: 7px;
}

.form-control,
.form-select {
    font-weight: 400;
    font-size: 16px;
    padding: 16px 12px;
    border: 1px solid #e7e6ec;
    color: #0a033c;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.form-select {
    color: #6c688a;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--purple);
    outline: 0;
    border: 1px solid #d6bbfb;
    -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
        0px 0px 0px 4px #f4ebff;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #f4ebff;
}

.input-group-prepend {
    border: 1px solid #e7e6ec;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.selectpicker {
    color: #6c688a;
    padding: 16px 12px;
    border: 0;
}

.input-group-text {
    background-color: #fff;
    border: 1px solid #e7e6ec;
    padding: 16px 12px;
}

.slick-dots li button:before {
    font-size: 8px;
}

.slick-dots li.slick-active button:before {
    color: var(--purple);
    font-size: 12px;
}

.slick-dotted.slick-slider {
    margin-bottom: 100px;
}

/* Scroll To Top */
.scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    padding: 10px;
    color: red;
    width: 50px;
    height: 50px;
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--purple);
    color: #fff;
    border-radius: 6px;
}

/* Video Js css */
.playlist-mother-video {
    width: 100% !important;
    border-radius: 20px;
    overflow: hidden;
}

.video-js {
    width: 100%;
}

.bci .video-js {
    height: 550px;
}

.page-wrapper {
    width: 100%;
    display: inline-block;
}
.playlist-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.playlist-item-wrapper {
    display: inline-block;
}

.playlist-child-videos {
    overflow: auto;
    height: 100%;
}

.playlist-item-wrapper {
    margin: 10px;
    margin-left: 0 !important;
    padding: 10px;
    max-width: 320px;
}

.playlist-thumb {
    position: relative;
}

.playlist-thumb img {
    width: 320px;
}

.playlist-meta-length {
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
}

.playlist-item-wrapper[data-playing='true'] .playlist-thumb img {
    opacity: 0.5;
}

.playlist-item-wrapper[data-live='true'] .playlist-meta-length {
    color: #dd3333;
}

.playlist-item-wrapper[data-live='true'] .playlist-meta-length:before {
    border-radius: 100%;
    margin-right: 5px;
    -webkit-animation: blink 1300ms 0s ease infinite;
    animation: blink 1300ms 0s ease infinite;
    content: '•';
    display: inline-block;
    vertical-align: middle;
}

.playlist-item-wrapper .playlist-meta-length > span {
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes blink {
    from {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/*=========================================================================================
    2.0 - Global CSS End
 ==========================================================================================*/

/*=========================================================================================
    3.0 - Home Page Start
 ==========================================================================================*/

/*--------------------------------------------------------------------------
    3.1 - Header Section Start
 ---------------------------------------------------------------------------*/
.header {
    background: transparent;
    padding: 4px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header.sticky {
    position: -webkit-sticky;
    position: sticky;
    background-color: var(--light-purple) !important;
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

.navbar-brand.header-logo {
    width: 20%;
}

.navbar-expand-xl .navbar-nav {
    gap: 12px;
}

.header .navbar-nav .dropdown-menu {
    max-height: 335px;
    overflow-y: auto;
}

.nav-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #0a033c;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.header-1 .nav-link {
    color: #fff !important;
}

.navbar-expand-lg .navbar-collapse {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    max-height: 370px;
    overflow: auto;
}

.navbar-menu-icon {
    color: #fff;
    font-size: 24px;
}

.header-1 {
    background: #0b033c;
}

.scroll-none {
    display: none !important;
}

.header.sticky .nav-link {
    color: #fff;
}

.header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.signin-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 8px;
    color: purple;
    border: 1px solid purple;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.signin-btn:hover {
    color: purple;
}

.signup-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 6px;
    color: #fff;
    background: -o-linear-gradient(348.96deg, #9c4df4 0%, #b071f6 100%);
    background: linear-gradient(101.04deg, #9c4df4 0%, #b071f6 100%);
    -webkit-box-shadow: 0px 4px 20px rgba(161, 86, 245, 0.2);
    box-shadow: 0px 4px 20px rgba(161, 86, 245, 0.2);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.signup-btn:hover {
    color: #fff;
}

.cart-btn {
    font-size: 24px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: purple;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.cart-number {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--orange);
    color: #fff;
    font-size: 8px;
    top: 10px;
    right: 10px;
}

.user-profile-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #0a033c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.user-profile-name.dropdown-toggle::after {
    display: none;
}

/* User Profile Dropdown */
.user-profile-dropdown {
    width: 460px;
    border-radius: 20px;
    border: 0;
    left: unset !important;
    right: 0 !important;
    top: 60px !important;
}

.user-profile-box {
    padding: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.up-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0a033c;
    margin-bottom: 12px;
}

.up-mail {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
}

.up-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.up-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.up-menu-list li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #0a033c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.up-menu-list {
    padding: 16px 28px;
}

.up-logout-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px;
}

.up-logout-box a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #9c4df4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

/* header dropdown */
.header-menu-dropdown {
    position: relative;
}

.header-dropdown {
    position: absolute;
    opacity: 0;
    background: #fff;
    left: 0;
    top: 80px;
    width: 100%;
    border-radius: 6px;
    padding: 20px 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.header-menu-dropdown:hover .header-dropdown {
    opacity: 1;
    top: 40px;
}

.header-megamenu {
    position: absolute;
    content: '';
    width: 100%;
    background: #fff;
    height: 100px;
    top: 100px;
    padding: 20px;
    z-index: 9999;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0px 0px 20px 20px;
    opacity: 0;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

.courses-menu {
    opacity: 1;
    top: 45px;
}
/*--------------------------------------------------------------------------
    3.1 - Header Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    3.2 - Hero Section Start
 ---------------------------------------------------------------------------*/
.hero {
    /* height: 90vh; */
    position: relative;
}

.hero-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
}

.hero-area {
    padding-top: 200px;
    padding-bottom: 120px;
}

.hero-content {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.hero-title {
    font-weight: 600;
    font-size: 72px;
    line-height: 94px;
    text-align: center;
    color: #ffffff;
}

.hero-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #e7e6ec;
}

.hero-text-orange {
    background: -o-linear-gradient(122.32deg, #ffa093 55.64%, #ff6652 78.85%);
    background: linear-gradient(327.68deg, #ffa093 55.64%, #ff6652 78.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.button-collections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-img-box {
    width: 100%;
    height: 630px;
    border-radius: 30px;
    overflow: hidden;
}

.hero-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-img-box-1 {
    display: none;
}
/*--------------------------------------------------------------------------
    3.2 - Hero Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    3.3 - Category Section Start
 ---------------------------------------------------------------------------*/
.single-category {
    text-align: center;
    padding: 50px 30px;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    width: 100%;
}

.cat-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: var(--dark-purple);
    margin-bottom: 5px;
}

.cat-icon {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background: #fff0ee;
    border-radius: 50%;
    margin-bottom: 15px;
}

.cat-num {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #6c688a;
}

/* Category 2 */
.single-category-2 {
    background: #231c50;
    border-radius: 30px;
    padding: 50px 30px;
    display: block;
}

.single-category-2 .cat-icon {
    width: 120px;
    height: 120px;
    margin: 0;
    border-radius: 50%;
    margin-bottom: 15px;
    background: -o-linear-gradient(
        top,
        rgba(59, 53, 99, 0) 0%,
        rgba(59, 53, 99, 0.7) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(59, 53, 99, 0)),
        to(rgba(59, 53, 99, 0.7))
    );
    background: linear-gradient(
        180deg,
        rgba(59, 53, 99, 0) 0%,
        rgba(59, 53, 99, 0.7) 100%
    );
    border: 1px solid #3b3563;
}

.single-category-2 .cat-title {
    text-align: left;
    color: #ffffff;
}

.single-category-2 .cat-num {
    text-align: left;
    color: #ffffff;
}

/* Category 3 */
.single-category-3 .cat-icon {
    width: auto;
    height: auto;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

.single-category-3 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    border: 1px solid #ccc;
    padding: 40px;
    border-radius: 20px;
}

.single-category-3 .cat-title,
.single-category-3 .cat-num {
    text-align: left !important;
}

.single-category-3:hover {
    background: var(--purple);
}

.single-category-3:hover .cat-title,
.single-category-3:hover .cat-num {
    color: #fff !important;
}

/* Category 4 */
.single-learning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    border-bottom: 4px solid #ff6652;
    border-radius: 20px;
    padding: 32px 24px;
}

.single-learning img {
    width: 60px;
    height: 60px;
}

.single-learning h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0a033c;
}

.single-learning p {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #6c688a;
}

/*--------------------------------------------------------------------------
    3.3 - Category Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    3.4 - Advisor Section Start
 ---------------------------------------------------------------------------*/

.lg-img-box {
    max-height: 600px;
    position: relative;
}

.advisor-bg {
    position: absolute;
    bottom: 0;
    width: 48%;
}

.advisor-area {
    position: relative;
}

.lg-img-box .advisor-img-lg {
    -o-object-fit: cover;
    object-fit: cover;
    text-align: right;
    margin: 0 auto;
}

.img-sm-left {
    position: absolute;
    left: 85px;
    top: 45%;
    width: 75px;
    height: 75px;
    background: #ffffff;
    -webkit-box-shadow: 0px 25px 70px rgba(10, 3, 60, 0.15);
    box-shadow: 0px 25px 70px rgba(10, 3, 60, 0.15);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.book-icon-box {
    width: 70px;
    height: 70px;
    background: #fff0ee;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.book-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--dark-purple);
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    width: 270px;
    position: absolute;
    content: '';
    bottom: -5px;
    right: 70px;
}

.section-side-list li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
    background: -o-linear-gradient(294.72deg, #ffa093 9.26%, #ff6652 92.24%);
    background: linear-gradient(155.28deg, #ffa093 9.26%, #ff6652 92.24%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.section-side-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    gap: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: var(--dark-purple);
    margin-bottom: 16px;
}

.section-side-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    color: var(--dark-purple);
    margin-bottom: 24px;
}

.section-side-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--light-purple);
    margin-bottom: 24px;
}

/* Advisor 3 */
.book-shop-3 {
    right: unset;
    bottom: 25px;
    left: -50px;
}

/*--------------------------------------------------------------------------
    3.4 - Advisor Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    3.5 - Popular Course Section Start
 ---------------------------------------------------------------------------*/
/* Filter Box */
.filter-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: var(--dark-purple);
}

.filter-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    overflow: scroll;
}

.filter-btn.active {
    position: relative;
}

.filter-btn.active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: black;
    left: 0;
    top: 41px;
    z-index: 1;
}

.devider {
    position: relative;
    border: 2px solid #e7e6ec;
}

.popular-course-tab.product-details-tab .nav-tabs .nav-link {
    font-size: 18px !important;
    line-height: 16px !important;
}

.popular-course-tab.product-details-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 4px solid #1e1e1e !important;
}

/* Single Course start */
.single-course {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.course-img-box {
    height: 235px;
}

.course-img-box img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.course-content-top {
    padding: 24px;
}

.ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-content-top .ratings {
    margin-bottom: 12px;
}

.rating-average {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: var(--orange);
}

.total-rating {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: var(--dark-purple);
}

.ratings ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    font-size: 14px;
    color: var(--orange);
}

.course-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--dark-purple);
    margin-bottom: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 70px;
}

.course-short-desc p {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #6c688a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.course-short-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.course-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
}

.course-instructor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.course-instructor img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.instructor-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: var(--dark-purple);
}

.course-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #9c4df4;
}

/* Course 2 */
.filter-box-2 {
    overflow-x: auto;
}

.filter-box-2::-webkit-scrollbar {
    display: none;
}

.filter-box-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    overflow: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 1200px;
}

.filter-btn-2.is-checked {
    color: #fff;
    background: var(--purple);
}

.filter-btn-2 {
    padding: 20px 24px;
    background: #fff;
    border-radius: 8px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    cursor: pointer;
}

/* Single Course End */
/*--------------------------------------------------------------------------
    3.5 - Popular Course Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    3.6 - Analytics Section Start
 ---------------------------------------------------------------------------*/

.analytics {
    background: var(--dark-purple);
}

.analytics-area {
    padding: 80px 0;
}

.single-analytics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-right: 1px solid rgba(108, 104, 138, 0.5);
}

.analytics-wrapper:last-child .single-analytics {
    border-right: 0;
}

.analytics-icon img {
    width: 50px;
    height: 50px;
}

.analytics-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 78px;
    text-align: center;
    color: #ffffff;
}

.analytics-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #e7e6ec;
}
/*--------------------------------------------------------------------------
    3.6 - Analytics Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    3.7 - Experts Section Start
 ---------------------------------------------------------------------------*/
.single-expert {
    text-align: center;
}

.expert-img {
    height: 430px;
    width: 300px;
    border-radius: 200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.expert-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.expert-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: var(--dark-purple);
    margin-bottom: 10px;
}

.expert-post {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #6c688a;
}

/* Experts 3 */
.single-expert-3 .expert-img {
    display: block;
    height: 365px;
    border-radius: 20px;
}

.single-expert-3 .expert-name {
    display: block;
    text-align: center;
}
/*--------------------------------------------------------------------------
    3.7 - Experts Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    3.8 - Testimonial Section Start
 ---------------------------------------------------------------------------*/

.single-testimonial {
    background: #ffffff;
    border-radius: 30px;
    margin-top: 50px;
}

.testimonial-img {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -50px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.testimonial-top-box {
    padding: 20px;
}

.testimonial-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: var(--dark-purple);
    margin-bottom: 10px;
}

.testimonial-post {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #6c688a;
    margin-bottom: 25px;
}

.testimonial-msg {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    color: #6c688a;
}

.testimonial-bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin: 0 auto;
}

.testimonial-bottom-box .ratings {
    margin-bottom: 0;
}

.testimonial-bottom-box .review {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: var(--dark-purple);
}

/* Testimonial 2 */
.single-testimonial-2 {
    padding: 30px;
    background: #fff;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.single-testimonial-2 .testimonial-bottom-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0;
    gap: 10px;
}

.single-testimonial-2 .reputation {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0a033c;
    margin-bottom: 10px;
}

.single-testimonial-2 .testimonial-img {
    margin-top: 0;
    width: 56px;
    height: 56px;
}

.single-testimonial-2 .testimonial-msg {
    text-align: left;
    margin-bottom: 40px;
}

.single-testimonial-2 .testimonial-bottom-box {
    margin-bottom: 10px;
}

.single-testimonial-2 .testimonial-img,
.single-testimonial-2 .testimonial-img {
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.single-testimonial-2 .testimonial-author,
.single-testimonial-3 .testimonial-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.single-testimonial-2 .testimonial-post,
.single-testimonial-3 .testimonial-post {
    text-align: left;
    margin-bottom: 0;
}

/* Testimonial 3 */
.single-testimonial-3 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.single-testimonial-3 .testimonial-img {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.single-testimonial-3 .testimonial-name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
}

.single-testimonial-3 .testimonial-post {
    font-size: 12px;
}

.single-testimonial-3 .testi-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 80%;
    padding: 0 48px;
}

.single-testimonial-3 .testimonial-msg {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #2b2c4f;
    text-align: left;
}

.testi-right {
    height: 100%;
    position: relative;
    background: pink;
    background: url(../images/testimonial/testimonial-bg.svg);
    border-left: 5px dashed #ccc;
    padding-left: 5px;
}

.testi-right::after {
    width: 100%;
    height: 100%;
}

/* Testimonial 3 */
.testimonial-3 .single-testimonial {
    margin-top: 0;
    border-radius: 20px;
}

.test-top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 24px;
}

.test-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.test-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.test-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #0a033c;
    margin-bottom: 10px;
}

.test-post {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #6c688a;
}

.testimonial-3 .testimonial-msg {
    text-align: left;
    padding: 0 24px;
    margin-bottom: 24px;
}

.testimonial-3 .testimonial-bottom-box {
    padding: 24px;
}

/*--------------------------------------------------------------------------
    3.8 - Testimonial Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    3.9 - Choosing Us Section Start
 ---------------------------------------------------------------------------*/
.choosing-us-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.choosong-us-icon {
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 45px;
    left: 45px;
}

.single-choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    gap: 20px;
}

.choose-icon {
    width: 110px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: antiquewhite;
    border-radius: 20px;
}

.choose-text h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: var(--dark-purple);
}

.choose-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
}

/* Choose Us 2 */
.single-choose-2 {
    background: #fff;
    border-radius: 30px;
    padding: 40px 18px;
    text-align: center;
}

.single-choose-2 .choose-icon {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border-radius: 0;
    margin-bottom: 24px;
}

.choose-text h3 {
    margin-bottom: 12px;
}
/*--------------------------------------------------------------------------
    3.9 - Choosing Us Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    3.10 - Upcomming Event Section Start
 ---------------------------------------------------------------------------*/
.single-event {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-type {
    padding: 12px 20px;
    background: #fff;
    display: inline-block;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: var(--dark-purple);
    margin-bottom: 40px;
}

.event-details h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: var(--dark-purple);
    margin-bottom: 10px;
}

.event-details p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--light-purple);
}

.event-details {
    margin-bottom: 25px;
}

.event-img {
    position: absolute;
    width: 188px;
    height: 283px;
    bottom: 0;
    right: 35px;
}

.event-img img {
    width: 100%;
    height: 100%;
}

.event-content {
    width: 68%;
}

/*--------------------------------------------------------------------------
    3.10 - Upcomming Event Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    3.11 - Home Article Section Start
 ---------------------------------------------------------------------------*/
.aricle-img {
    width: 100%;
    height: 290px;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.aricle-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-wishlist {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    top: 24px;
    right: 24px;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.8);
    color: var(--dark-purple);
    border-radius: 50%;
}

.single-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.article-content {
    padding: 30px;
    border-radius: 0 0 20px 20px;
    background: #fff;
}

.article-cat {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #6c688a;
    padding: 15px 20px;
    background: #faf6fe;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 15px;
}

.article-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--dark-purple);
    margin-bottom: 25px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 72px;
}

.article-desc p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #6c688a;
    gap: 4px;
}

.article-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.home-article-area .aricle-img {
    width: 210px;
    height: 210px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.home-article-area .article-title {
    margin-bottom: 24px;
}

.single-home-aritcle-2 .aricle-img {
    width: 100%;
    height: 310px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

.single-home-aritcle-2 .article-title {
    margin-bottom: 0;
}

.a

/*--------------------------------------------------------------------------
    3.11 - Home Article Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    3.12 - Subscribe Section Start
 ---------------------------------------------------------------------------*/
 .subscribe {
    margin-bottom: -250px;
}

.subscribe-area {
    margin-bottom: -250px;
}

.subscribe-box {
    position: relative;
    width: 100%;
    height: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    overflow: hidden;
}

.subscribe-bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.subscribe-content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.subscribe-box h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #ffffff;
}

.subscibe-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 85%;
}

.subscribe-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #ebdbfd;
}

.subscribe-form-box {
    height: 75px;
    width: 465px;
    position: relative;
}

.subscribe-form-box input {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 12px;
}

.subscribe-form-box button {
    position: absolute;
    right: 8px;
    top: 7px;
}

/*--------------------------------------------------------------------------
    3.12 - Subscribe Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    3.13 - Footer Section Start
 ---------------------------------------------------------------------------*/
.footer {
    background: #f5edfe;
    padding-top: 200px;
}

.footer-2 {
    padding-top: 0 !important;
}

.footer-middle {
    padding: 100px 0;
}

.footer-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-purple);
    margin-bottom: 25px;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-social li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 22px;
}

.footer-social li a:hover {
    background: orange;
    color: #fff;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-content {
    width: 80%;
}

.footer-menu .menu-category {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: var(--dark-purple);
    margin-bottom: 40px;
}

.footer-menu-list li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #6c688a;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.footer-copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #6c688a;
    padding: 20px 0;
}
/*--------------------------------------------------------------------------
    3.13 - Footer Section End
 ---------------------------------------------------------------------------*/

/*=========================================================================================
    3.0 - Home Page End
 ==========================================================================================*/

/*=========================================================================================
    4.0 - Home 2 Start
 ==========================================================================================*/

/*--------------------------------------------------------------------------
    4.1 - Hero 2 Section Start
 ---------------------------------------------------------------------------*/
.hero-2 {
    background: #f5edfe;
    padding-top: 150px;
    padding-bottom: 60px;
}

.hero-title-2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 80px;
    color: #0a033c;
    margin-bottom: 25px;
}

.hero-text-2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #3b3563;
    margin-bottom: 25px;
}

.hero-2-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 100px;
}

.hero-2-member ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-2-member ul li {
    margin-right: -20px;
}

.hero-2-member ul li:last-child {
    margin-right: 0;
}

.hero-2-member p {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #3b3563;
}

.hero-img-box-2 {
    position: relative;
}

.hero-2-bg {
    position: absolute;
    top: 0;
    z-index: 1;
    right: -5px;
}

.hero-2-img {
    position: relative;
    z-index: 2;
}

/*=========================================================================================
    4.0 - Home 2 End
 ==========================================================================================*/

/*=========================================================================================
    5.0 - About Use Page Start
 ==========================================================================================*/
/*--------------------------------------------------------------------------
    5.1 - Education Section Start
 ---------------------------------------------------------------------------*/
.column-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.education-slider {
    margin-top: 50px;
}

.education-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.education-slider img {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
/*--------------------------------------------------------------------------
    5.1 - Education Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    5.2 - Offer Section Start
 ---------------------------------------------------------------------------*/
.single-offer {
    padding: 30px 15px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.offer-content h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #0a033c;
    margin-bottom: 20px;
}

.offer-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #6c688a;
}
/*--------------------------------------------------------------------------
    5.2 - Offer Section End
 ---------------------------------------------------------------------------*/

/*=========================================================================================
    5.0 - About Use Page End
 ==========================================================================================*/

/*=========================================================================================
    6.0 - Shop Page Start
 ==========================================================================================*/

/*--------------------------------------------------------------------------
    6.1 - Shop Product Section Start
 ---------------------------------------------------------------------------*/

.shop-search-bar {
    position: relative;
    height: 60px;
    overflow: hidden;
}

.shop-search-bar input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #6c688a;
    border: 0;
}

.search-btn {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -o-linear-gradient(348.96deg, #9c4df4 0%, #b071f6 100%);
    background: linear-gradient(101.04deg, #9c4df4 0%, #b071f6 100%);
    border-radius: 6px;
    color: #fff;
}

.shop-sort-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    height: 60px;
    padding: 15px;
    border: 0;
    border-radius: 6px;
}

.shop-sort-box label {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: rgba(93, 90, 111, 0.6);
}

.shop-sort-box select {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #0a033c;
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-shop-product {
    padding: 24px;
    border-radius: 20px;
    background: #fff;
}

.single-shop-product-img {
    display: inline-block;
    height: 195px;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
}

.single-shop-product-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.single-shop-product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}

.single-shop-product-content a {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #0a033c;
    display: inline-block;
    margin-bottom: 10px;
}

.single-shop-product-content .price {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #9c4df4;
}

.single-shop-product .ratings {
    margin-bottom: 0;
}

.my-purchase-book .ssp-img-box {
    padding: 24px;
    padding-bottom: 0;
}

.my-purchase-book .single-shop-product-content {
    padding: 24px;
}

.my-purchase-book .pdf-box {
    padding: 24px;
}

.my-purchase-book.single-shop-product {
    padding: 0;
}
/*--------------------------------------------------------------------------
    6.1 - Shop Product Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    6.2 - Shop Sidebar Section Start
 ---------------------------------------------------------------------------*/
.sidebar-product-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #0a033c;
    margin-bottom: 7px;
}

.sidebar-product-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #ff6652;
}

.sidebar-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #0a033c;
    margin-bottom: 30px;
}

.single-sidebar-product {
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.product-full-img img {
    border-radius: 30px;
}

.sidebar-product-img {
    width: 88px;
    height: 105px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.sidebar-product-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-sidebar-product .ratings {
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-sidebar-product:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

.empty-box img {
    width: 420px;
    height: 305px;
}

.empty-box h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #0a033c;
}
/*--------------------------------------------------------------------------
    6.2 - Shop Sidebar Section End
 ---------------------------------------------------------------------------*/

/*=========================================================================================
    6.0 - Shop Page End
 ==========================================================================================*/

/*=========================================================================================
    7.0 - Shop Details Page Start
 ==========================================================================================*/
/*--------------------------------------------------------------------------
    7.1 - Product Details Top Section Start
 ---------------------------------------------------------------------------*/
.breadcrumb-item + .breadcrumb-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.product-full-img img {
    width: 100%;
}

.pdb-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #0a033c;
    margin-bottom: 20px;
}

.product-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.product-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.product-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #0a033c;
    margin-bottom: 10px;
}

.product-post {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #6c688a;
}

.product-details-box .ratings {
    margin-bottom: 20px;
}

.pdb-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
    margin-top: 25px;
}

.pdb-desc span {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #0a033c;
}

.buying-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    gap: 30px;
}

.pricng-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-price {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #9c4df4;
}

.regular-price {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #6c688a;
}

.quantity-box {
    width: 160px;
    height: 60px;
    background: #e7e6ec;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.quantity {
    width: 60px;
    height: 44px;
    background: #ffffff;
    border-radius: 6px;
    text-align: center;
    padding: 10px;
}

.buying-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.buying-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.decrement {
    color: #6c688a;
    font-size: 48px;
}

.increment {
    color: #6c688a;
    font-size: 32px;
}

.wishlist {
    width: 62px;
    height: 62px;
    background: #ebdbfd;
    border-radius: 8px;
    font-size: 28px;
    color: var(--purple);
    border: 1px solid #ebdbfd;
}

/*--------------------------------------------------------------------------
    7.1 - Product Details Top Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    7.2 - Product Details Bottom Section Start
 ---------------------------------------------------------------------------*/
.product-details-tab .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0a033c !important;
    padding: 0 35px 30px 35px;
}

.product-details-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: inherit;
    background-color: transparent;
    border-bottom: 4px solid var(--purple);
}

.nav-tabs {
    margin-bottom: 50px;
}

/* product details tab start */
.prod-det-coll li:first-child {
    border-top: 1px solid #e7e6ec;
}
.prod-det-coll li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7e6ec;
    padding: 20px 0;
}

.prod-det-coll li h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #0a033c;
    width: 285px;
}

.prod-det-coll li p {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
}
/* product details tab End */

.prod-review h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #0a033c;
    margin-bottom: 35px;
}

.rating-num {
    background: #ffffff;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.review-rating-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.review-rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review-lg-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    font-size: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
    color: #6c688a;
}

.rating-star p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #6c688a;
    margin-bottom: 5px;
}

.review-input textarea {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #0a033c;
    padding: 24px;
}

.single-review-comment .ratings {
    margin: 10px 0;
}

.single-review-comment .ratings li {
    font-size: 20px;
}

.single-review-comment .rating-average {
    font-size: 20px;
}

.single-review-comment .rating-average span {
    color: #0a033c;
}

.rating-num h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #0a033c;
}

.rating-average span {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #ff6652;
}

.src-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #0a033c;
}

.single-review-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.src-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.src-react-box {
    width: 60px;
    height: 60px;
    background: #f5edfe;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.src-react-box button {
    color: #0a033c;
    font-size: 26px;
}

/*--------------------------------------------------------------------------
    7.2 - Product Details Bottom Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    7.3 - Cart Modal Section Start
 ---------------------------------------------------------------------------*/
.modal {
    background: rgba(59, 53, 99, 0.65);
}

.modal-content {
    position: relative;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.pdfModal .modal-content {
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.modal-body {
    padding: 20px;
}

.pdfModal .modal-body {
    padding: 0;
}

.btn-close {
    position: absolute;
    content: '';
    right: -85px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    z-index: 222222;
    border-radius: 50%;
    font-size: 30px;
    opacity: 1;
}

.carModal .btn-close:hover {
    opacity: 1;
}

.single-cart-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scp-img {
    width: 110px;
    height: 135px;
    border-radius: 12px;
    overflow: hidden;
}

.scp-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.scp-content a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #0a033c;
    display: block;
}

.scp-content span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #6c688a;
}

.scp-content p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #9c4df4;
}

.cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-total p {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #0a033c;
}

.cart-total span {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #9c4df4;
}

/*--------------------------------------------------------------------------
    7.3 - Cart Modal Section End
 ---------------------------------------------------------------------------*/

/*=========================================================================================
    7.0 - Shop Details Page End
 ==========================================================================================*/

/*=========================================================================================
    8.0 - Instructor Details Page Start
 ==========================================================================================*/
.instructor-info {
    background: #ffffff;
    border-radius: 20px;
    padding: 45px 20px;
}

.instructor-img {
    width: 205px;
    height: 205px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.instructor-info .instructor-name {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #0a033c;
    margin-bottom: 12px;
}

.instructor-course {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
    margin-bottom: 24px;
}

.instructor-email,
.instructor-phone {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
    margin-bottom: 12px;
}

.instructor-email span,
.instructor-phone span {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #0a033c;
}

.instructor-content {
    text-align: center;
}

.short-dec-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
}

.instructor-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
}

.instructor-social li a {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: #fff0ee;
    color: #ff6652;
    font-size: 26px;
}

.instructor-course-details {
    background: #ffffff;
    border-radius: 20px;
    padding: 45px 20px;
}

.instructor-course-details ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.instructor-course-details ul li:last-child {
    margin-bottom: 0;
}

.instructor-course-details ul li .icd-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #6c688a;
}

.instructor-course-details ul li .icd-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #0a033c;
}

.short-dec-text br {
    content: '';
    margin: 14px;
    display: block;
    font-size: 24%;
    outline: red;
}

.short-dec-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    color: #0a033c;
    margin-bottom: 16px;
}

/*=========================================================================================
    8.0 - Instructor Details Page End
 ==========================================================================================*/

/*=========================================================================================
    9.0 - Course Details Page Start
 ==========================================================================================*/
.playing-video-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #0a033c;
    margin-top: 16px;
}

.single-playlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.playlist-child-videos {
    max-height: 385px;
    overflow: auto;
}

.sp-desc .sp-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #0a033c;
    margin-bottom: 8px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sp-desc .sp-duration {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #ff6652;
    text-align: left;
}

.sp-img-box {
    border-radius: 8px;
    width: 73px;
    height: 57px;
    overflow: hidden;
}

.sp-img-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lock-icon {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--purple);
    margin-left: 37px;
    font-size: 12px;
}

.lock {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.522);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: not-allowed;
    left: 0;
    top: 0;
}

.jc-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #0a033c;
    margin-bottom: 24px;
}

.join-community {
    padding: 35px;
    background: #fff;
    border-radius: 20px;
}

.jc-member {
    position: absolute;
    content: '';
    padding: 12px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    bottom: 24px;
    left: 24px;
}

.join-community .text {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0a033c;
    margin-top: 20px;
    margin-bottom: 45px;
}

.jc-img-box {
    height: 197px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.jc-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.jc-member p {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #0a033c;
}

.jc-member p span {
    color: var(--orange);
    margin-right: 8px;
}

/*=========================================================================================
    9.0 - Course Details Page End
 ==========================================================================================*/

/*=========================================================================================
    10.0 - Checkout Page Start
 ==========================================================================================*/
.back-to-home {
    font-weight: 500;
    font-size: 18px;
    line-height: 54px;
    color: #9c4df4;
    margin-bottom: 70px;
}

.back-to-home:hover {
    color: #9c4df4;
}

.checkout-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
}

.user-checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.user-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox-mark {
    width: 22px;
    height: 22px;
    border: 1px solid #9c4df4;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox-mark p {
    width: 8px;
    height: 8px;
    background: #9c4df4;
    border-radius: 50%;
}

.user-left h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #0a033c;
}

.user-btn-box button {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9c4df4;
}

.user-btn-box p {
    color: #e7e6ec;
}

.checkout-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-left .user-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #6c688a;
}

.input-group-prepend {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-cancel {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #6c688a;
    border-radius: 8px;
    padding: 20px 30px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: 1px solid #e7e6ec;
}

.card-type {
    position: relative;
}

.card-type img {
    position: absolute;
    right: 4px;
    top: 34px;
}

.checkout-cart {
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
}

.checkout-cart .scp-img {
    width: 100px;
    height: 85px;
    border-radius: 12px;
    overflow: hidden;
}

.checkout-cart .single-cart-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout-cart .single-cart-product .delete {
    margin-top: 3px;
}

.checkout-cart .scp-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

/*=========================================================================================
    10.0 - Checkout Page End
 ==========================================================================================*/

/*=========================================================================================
    11.0 - Pricing Page Start
 ==========================================================================================*/
.switches-container {
    width: 200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative;
    background: #fff5ec;
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #ff881b;
    font-size: 11px;
}

.switch-wrapper {
    padding: 5px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
        -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
        -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
        -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
        -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.switch {
    border-radius: 3rem;
    background: #ff881b;
    height: 100%;
}

.switch div {
    font-size: 11px;
    color: #fff !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color);
    -webkit-transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    -o-transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.switches-container
    input:nth-of-type(1):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(1) {
    opacity: 1;
}

.switches-container
    input:nth-of-type(2):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(2) {
    opacity: 1;
}

.buyer-analytics {
    background: #fff;
    border-radius: 5px;
    height: 50px;
}

.buyer-analytics .switch {
    border-radius: 4px;
    background: -o-linear-gradient(348.96deg, #9c4df4 0%, #b071f6 100%);
    background: linear-gradient(101.04deg, #9c4df4 0%, #b071f6 100%);
}

.buyer-analytics label {
    color: #0a033c !important;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    margin-top: 10px;
}

.buyer-analytics .switch div {
    font-size: 16px;
    font-weight: 500;
}

/* Seller Dashboard Switch Button End */
.single-pricing {
    background: #fff;
    border-radius: 20px;
}

.pricing-top {
    padding: 24px;
}

.pricing-top img {
    margin-bottom: 30px;
}

.pricing-top h2 {
    font-weight: 600;
    font-size: 30px;
    color: #0a033c;
}

.pricing-collections li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
}

.pricing-collections li:last-child {
    margin-bottom: 0;
}

.pricing-bottom {
    padding: 24px;
}

.pricing-price {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #9c4df4;
}

.pricing-price span {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
/*=========================================================================================
    11.0 - Pricing Page End
 ==========================================================================================*/

/*=========================================================================================
    12.0 - FAQ Page Start
 ==========================================================================================*/
.faq-heading-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.faq-heading-right p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordion-button {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #0a033c;
    border: 0;
    border-radius: 8px;
    padding: 30px;
}

.accordion-item {
    margin-bottom: 16px;
    border-radius: 8px;
    border: 0 !important;
}

.accordion-button:focus {
    border-color: transparent !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: #0a033c;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.accordion-body {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
    padding-top: 0;
}
/*=========================================================================================
    12.0 - FAQ Page End
 ==========================================================================================*/

/*=========================================================================================
    13.0 - Blog Page Start
 ==========================================================================================*/
.lg-blog .aricle-img {
    width: 100%;
    height: 415px;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    position: relative;
}

.lg-blog .article-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #0a033c;
    margin: 0;
}

.article-desc {
    margin-bottom: 16px;
}

.bd-sidebar-single-blog .article-desc {
    margin-bottom: 0;
}

.aricle-img .article-cat {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.article-title {
    margin-bottom: 0;
}

.single-article-3 .article-content {
    padding: 24px 0;
    border-radius: 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.single-article-3 .aricle-img {
    border-radius: 20px;
}
/*=========================================================================================
    13.0 - Blog Page End
 ==========================================================================================*/

/*=========================================================================================
    14.0 - Blog Details Page Start
 ==========================================================================================*/
/*--------------------------------------------------------------------------
    14.1 - Blog Details Content Section Start
 ---------------------------------------------------------------------------*/
.stc-span.text-center {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #6c688a;
    text-align: center;
    margin: 0 auto;
    display: inherit;
}

.blog-details-lg-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
}

.bd-middle-img {
    width: 100%;
    border-radius: 20px;
    margin: 16px 0 50px 0;
}

.blog-details-lg-img img {
    width: 100%;
}

.aprreciate-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0;
}

.aprreciate-box h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0a033c;
}

.bd-quote {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    border-left: 4px solid var(--purple);
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #6c688a;
    margin: 20px 0;
}

.src-left .text-purple {
    color: var(--purple);
}

/*--------------------------------------------------------------------------
    14.1 - Blog Details Content Section End
 ---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
    14.2 - Blog Details Sidebar Section Start
 ---------------------------------------------------------------------------*/
.sidebar-content {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}

.bd-sidebar-cat li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #0a033c;
    margin-bottom: 24px;
}

.bd-sidebar-cat li:last-child a {
    margin: 0;
}

.bd-sidebar-single-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
}

.bds-blog {
    padding: 0 !important;
}

.bd-sidebar-single-blog .bds-img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.bd-sidebar-single-blog .bds-img img {
    width: 100%;
    height: 100%;
}

.bds-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #0a033c;
    margin-bottom: 10px;
    display: inline-block;
}

.bds-tag-collections li a {
    display: inline-block;
    padding: 20px 30px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #6c688a;
}

.bds-tag-collections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.instructor-social.share-blog {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 0;
}

.share-blog li a {
    width: 70px;
    height: 70px;
    background: #fff;
    color: var(--purple);
    border: 1px solid #ebdbfd;
}

/*--------------------------------------------------------------------------
    14.2 - Blog Details Sidebar Section End
 ---------------------------------------------------------------------------*/

/*=========================================================================================
    14.0 - Blog Details Page End
 ==========================================================================================*/

/*=========================================================================================
    15.0 - Become a Instructor Page End
 ==========================================================================================*/
.bic-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #0a033c;
    margin-bottom: 24px;
}

.bic-title-2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0a033c;
    margin-bottom: 24px;
}

.become-instructor-img img {
    width: 100%;
    border-radius: 20px;
}

/* Modal Start */
.becomeInstructorModal .modal-content {
    border-top: 4px solid var(--purple);
}

.bcih-img {
    width: 80px;
    height: 80px;
    left: 568px;
    top: 706px;
    background: #f5edfe;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bc-instructor-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bcih-content h2 {
    font-weight: 600;
    font-size: 24px;
    color: #0a033c;
    margin-bottom: 8px;
}

.bcih-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
}

.instructor-resume-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.instructor-resume-box h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #0a033c;
}

.instructor-resume-box h3 span {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
}

.inst-social {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0a033c;
    margin-bottom: 16px;
}

small {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #9d9ab1;
}

.becomeInstructorModal .modal-header,
.becomeInstructorModal .modal-body,
.becomeInstructorModal .modal-footer {
    padding: 30px;
}

.file-input-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.input-group-text {
    font-weight: 400;
    font-size: 16px;
    color: #475467;
}

.selectpicker {
    color: #475467;
}

.file-input-label {
    font-weight: 500;
    font-size: 16px;
    color: #515b6f;
    border: 1px dashed var(--purple);
    padding: 16px;
    cursor: pointer;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.file-input-label span {
    color: var(--purple);
}

.cm-title {
    margin-bottom: 8px !important;
}
/* Modal End */
/*=========================================================================================
    15.0 - Become a Instructor Page End
 ==========================================================================================*/

/*=========================================================================================
    16.0 - Career Page Start
 ==========================================================================================*/
.career-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.single-career {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}

.career-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.career-top p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
}

.career-top span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    color: #0a033c;
}

.cb-left .career-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 24px;
}

.career-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.single-career .article-desc {
    margin-bottom: 0;
}

.single-career .btn-purple {
    font-size: 16px;
    padding: 16px 24px;
}
/*=========================================================================================
    16.0 - Career Page End
 ==========================================================================================*/

/*=========================================================================================
    17.0 - Career Details Page Start
 ==========================================================================================*/
.career-details-title-box h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 78px;
    color: #0a033c;
    margin-bottom: 12px;
}

.career-details-title-box p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #6c688a;
}

.career-details-title-box ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #6c688a;
    list-style: disc;
    margin-left: 12px;
}

.career-details-title-box {
    margin-bottom: 24px;
}

.cd-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.cdt-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #9c4df4;
    padding: 2px 8px;
    background: #f5edfe;
    border: 0.5px solid #ebdbfd;
    border-radius: 4px;
}

.cdt-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

.cdt-date {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: right;
    color: #6c688a;
}

.career-details-tag-box {
    margin-top: 28px;
    margin-bottom: 60px;
}

.quick-summary-collection li {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #3b3563;
    margin-bottom: 12px;
}

.quick-summary-collection li:last-child {
    margin-bottom: 0;
}

.required-skill-collections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.required-skill-collections li {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #0a033c;
    padding: 8px 24px;
    border: 1px solid #cecdd8;
    border-radius: 99px;
}

.hpc-number {
    width: 48px;
    height: 48px;
    background: #f7f7f7;
    border: 1px solid #e7e6ec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #0a033c;
}

.hiring-process-collections li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
    margin-bottom: 24px;
}

.hpc-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #0a033c;
    margin-bottom: 4px;
}

.hiring-process-collections {
    margin-top: 24px;
}

.career-details-page .short-dec-text {
    color: #3b3563;
}

.hpc-warning {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 0 !important;
}

.hpc-warning .hpc-number {
    background: #fff !important;
    border-color: #fff !important;
}
/*=========================================================================================
    17.0 - Career Details Page End
 ==========================================================================================*/

/*=========================================================================================
    18.0 - No Job Page Start
 ==========================================================================================*/
.no-job-page-area {
    background: url(../images/no-job.png);
    min-height: 87vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-job-page {
    padding-top: 160px;
}

.no-job-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #0a033c;
    margin-bottom: 24px;
}

.no-job-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #6c688a;
    width: 80%;
    margin-bottom: 40px;
}

.no-job-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*=========================================================================================
    18.0 - No Job Page End
 ==========================================================================================*/

/*=========================================================================================
    19.0 - Event Page Start
 ==========================================================================================*/
.single-event-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding-left: 0;
}

.single-event-box.bg-pink {
    background: -o-linear-gradient(357.91deg, #ebdbfd 1.49%, #ffeeeb 99.1%);
    background: linear-gradient(92.09deg, #ebdbfd 1.49%, #ffeeeb 99.1%);
}

.single-ec-top a {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    color: #0a033c;
    margin-bottom: 12px;
    display: inline-block;
}

.single-ec-top p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #3b3563;
}

.single-event-img {
    padding: 20px;
    width: 375px;
    height: 285px;
    border-radius: 12px;
}

.single-event-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-ec-top {
    padding: 20px 20px 20px 0;
}

.single-ec-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding: 20px 20px 20px 0;
}

.single-ecb-left ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #6c688a;
}

.single-ecb-left ul li span {
    color: var(--orange);
}
/*=========================================================================================
    19.0 - Event Page End
 ==========================================================================================*/

/*=========================================================================================
    20.0 - Event Details Page Start
 ==========================================================================================*/
.event-details-title-box h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    color: #0a033c;
    margin-bottom: 12px;
}

.event-details-title-box p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #6c688a;
    gap: 10px;
    margin-bottom: 35px;
}

.event-details-title-box .event-details-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 45px;
}

.event-details-page .instructor-course-details .instructor-social li {
    margin-bottom: 0;
}

.event-details-page .instructor-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.event-details-page .instructor-social li a {
    width: 70px;
    height: 70px;
    background: #f5edfe;
    color: var(--purple);
}

.google-map iframe {
    width: 100%;
    height: 340px;
    border-radius: 20px;
}

.event-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event-btn-group .btn-purple {
    width: 80%;
}
/*=========================================================================================
    20.0 - Event Details Page End
 ==========================================================================================*/

/*=========================================================================================
    21.0 - Contact Page Start
 ==========================================================================================*/
.contact-form {
    padding: 60px;
    background: #fff;
    border-radius: 20px;
}

.contact-form-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #0a033c;
    margin-bottom: 12px;
}

.contact-form-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #6c688a;
}

.single-contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 85px 35px;
    border-radius: 20px;
}

.scb-1 {
    border-top: 6px solid #9c4df4;
}

.scb-2 {
    border-top: 6px solid var(--orange);
}

.single-contact-img {
    width: 142px;
    height: 142px;
    background: #faf6fe;
    border: 1px solid #f5edfe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.single-contact-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #6c688a;
}

.single-contact-text {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #0a033c;
}

.visit-img {
    width: 100%;
    height: 332px;
    border-radius: 20px;
    overflow: hidden;
}

.visit-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.visit-city {
    font-weight: 600;
    font-size: 24px;
    color: #0a033c;
    margin-bottom: 6px;
}

.visit-address {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
}

.visit-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 16px;
    padding-top: 30px;
}

.visit-location {
    color: #9c4df4;
    font-size: 18px;
}
/*=========================================================================================
    21.0 - Contact Page End
 ==========================================================================================*/

/*=========================================================================================
    22.0 - 404 Page Start
 ==========================================================================================*/
.error-page {
    padding-top: 160px;
}

.error-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #0a033c;
    margin-bottom: 40px;
}

.error-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #6c688a;
    margin-bottom: 40px;
}

.error-page-content {
    margin-top: 100px;
}

/*=========================================================================================
    22.0 - 404 Page End
 ==========================================================================================*/

/*=========================================================================================
    23.0 - Certificate Page Start
 ==========================================================================================*/
.up-size {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #0a033c;
    margin-top: 12px;
}

.certificate-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.certificate-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #0a033c;
}

.profile-name-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.pn-button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pn-img-box {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #ebdbfd;
}

.pn-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/*=========================================================================================
    23.0 - Certificate Page End
 ==========================================================================================*/

/*=========================================================================================
    24.0 - User All Form Page Start
 ==========================================================================================*/
.user-common {
    padding-top: 160px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    min-height: 90vh;
    position: relative;
}

.sign-up-bg {
    background-image: url(../images/login-bg.png);
}

.sign-in-bg {
    background-image: url(../images/sign-in-bg.png);
}

.user-profile-form {
    padding: 70px 60px;
    background: #fff;
    border-radius: 20px;
}

.user-lg-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    color: #0a033c;
}

.form-top-box .form-name {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #0a033c;
    margin-bottom: 12px;
}

.form-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #6c688a;
}

.form-top-box {
    margin-bottom: 20px;
}

.google-signin-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #d0d5dd;
    padding: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
    -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    margin-bottom: 24px;
}

.signUp-with-email {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #0a033c;
    position: relative;
    padding: 0 12px;
    display: inline-block;
}

.signUp-with-email::after {
    position: absolute;
    content: '';
    width: 200px;
    height: 1px;
    background: #d0d5dd;
    left: -200px;
    top: 16px;
}

.signUp-with-email::before {
    position: absolute;
    content: '';
    width: 200px;
    height: 1px;
    background: #d0d5dd;
    right: -200px;
    top: 16px;
}

.google-signin-box {
    overflow: hidden;
    margin-bottom: 24px;
    text-align: center;
}

.form-bottom-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
    text-align: center;
    margin-top: 16px;
}

.form-bottom-box p a {
    color: #0a033c;
}

.form-bottom-box .form-check-label {
    font-weight: 400;
    font-size: 18px;
    color: #0a033c;
}

.forgot-pass {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #0a033c;
}

.psc-item {
    background: #e4e4e7;
    border-radius: 10px;
    width: 100px;
    height: 5px;
}

.pass-strong-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.psc-item.active {
    background: #16a249;
}

.discountModal .modal-body {
    padding: 0;
}

.discountModal .modal-body img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.attachment-box label {
    cursor: pointer;
}
/*=========================================================================================
    24.0 - User All Form Page End
 ==========================================================================================*/
