body {
    font-family: var(--font_family2);
    font-style: normal;
    overflow-x: hidden;
  }
  body,
  label {
    font-weight: 400;
  }
  label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
  }
  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #373737;
    margin-bottom: 0;
    font-family: var(--font_family2);
  }
  .modal-content {
    border: none;
    --bs-modal-border-radius: 20px;
  }
  .modal-header {
    --bs-modal-inner-border-radius: 20px;
  }
  .modal-header .close {
    --btn: 34px;
    width: var(--btn);
    height: var(--btn);
    border-radius: 100%;
    background-color: var(--system_primery_color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: none;
    padding: 0;
  }
  .modal-header .close:hover {
    background-color: var(--system_secendory_color);
  }
  .modal-footer {
    border-color: #d1d1d1;
  }
  .modal-backdrop {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .cs_modal .modal-body {
    padding: 35px 30px;
  }
  .cs_modal .modal-body .pass_forget_btn {
    color: #707070;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
  }
  .cs_modal .modal-body .pass_forget_btn:hover {
    color: var(--system_secendory_color);
  }
  .cs_modal .modal-body p {
    color: #707070;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-top: 25px;
  }
  .cs_modal .modal-body p a {
    color: var(--system_secendory_color);
  }
  .cs_modal .modal-body .social_login_btn .btn_1 {
    color: #fff;
    background-color: #3b5998;
    border: 1px solid #3b5998;
    margin-top: 0;
  }
  .cs_modal .modal-body .social_login_btn .btn_1 i {
    margin-right: 10px;
  }
  .cs_modal .modal-body .social_login_btn .btn_1:hover {
    color: #fff !important;
  }
  .cs_modal .modal-body .social_login_btn .form-group:last-child .btn_1 {
    background-color: #4285f4;
    border: 1px solid #4285f4;
  }
  .cs_modal .modal-body .nice_Select {
    height: 50px;
    line-height: 50px;
    padding: 10px 20px;
    border: 1px solid #f1f3f5;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    width: 100%;
    line-height: 29px;
  }
  .cs_modal .modal-body .nice_Select .list {
    width: 100%;
  }
  .cs_modal .modal-body .nice_Select:after {
    right: 22px;
    top: 35%;
    transform: translateY(-50%);
  }
  .cs_modal .modal-body input {
    height: 50px;
    line-height: 50px;
    padding: 10px 20px;
    border: 1px solid #f1f3f5;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    width: 100%;
  }
  .cs_modal .modal-body .form-group {
    margin-bottom: 12px;
  }
  .cs_modal .modal-body textarea {
    height: 168px;
    padding: 15px 20px;
    border: 1px solid #d1d1d1;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border-radius: 6px;
    resize: none;
  }
  .cs_modal .modal-body .btn_1 {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .cs_modal .form-control:focus {
    box-shadow: none;
  }
  .cs_modal .modal-header {
    background-color: #f8f8fe;
    padding: 23px 30px;
    border-bottom: 0 solid transparent;
  }
  .cs_modal .modal-header h5 {
    font-size: 22px;
    font-weight: 600;
  }
  .cs_modal .modal-header span {
    font-size: 14px;
    color: #707070;
    opacity: 1;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    color: var(--system_secendory_color);
    font-family: var(--font_family1);
  }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a {
    color: currentColor;
  }
  .f_w_800 {
    font-weight: 800;
  }
  .font_1 {
    font-family: var(--font_family1);
  }
  .theme_search_field {
    background: #ffffff;
    height: 50px;
    border-radius: 50px;
    width: 400px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
  @media (min-width: 1400px) and (max-width: 1600px) {
    .theme_search_field {
      width: 300px;
    }
  }
  .theme_search_field input {
    font-family: var(--font_family1);
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    border: 0;
    background: 0 0 !important;
    height: 50px;
    padding: 0 15px 0 10px;
    box-shadow: none !important;
    line-height: 50px;
  }
  .theme_search_field button {
    font-size: 18px;
    padding: 0 0 0 15px;
    line-height: 100%;
    box-shadow: none !important;
  }
  .theme_search_field button,
  .theme_search_field button:hover {
    color: var(--system_primery_color);
  }
  .theme_search_field.large_search_field {
    width: 500px;
    height: 60px;
  }
  .theme_search_field.large_search_field button {
    padding-left: 30px;
  }
  .theme_search_field.large_search_field input {
    height: 60px;
    line-height: 60px;
  }
  .theme_search_field .input-group-prepend {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 0 !important;
  }
  .theme_search_field .input-group-prepend button {
    padding-left: 15px !important;
  }
  .theme_search_field .input-group-prepend + input {
    padding-left: 44px !important;
  }
  .img,
  img {
    max-width: 100%;
    height: auto;
  }
  .img,
  a,
  img {
    transition: all 0.4s ease-in-out;
  }
  a {
    text-decoration: none !important;
  }
  .button,
  button,
  input,
  textarea {
    outline: none;
    transition: all 0.4s ease-in-out;
  }
  input::-webkit-inner-spin-button,
  input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type="number"] {
    -moz-appearance: textfield;
  }
  ul {
    margin: 0;
    padding: 0;
  }
  ul li {
    list-style: none;
  }
  ::-webkit-input-placeholder,
  ::placeholder {
    color: #373737 !important;
    font-size: 14px;
  }
  .gap_10 {
    grid-gap: 10px;
  }
  .gap_15 {
    grid-gap: 15px;
  }
  .gap-2 {
    gap: 8px;
  }
  .mb_10 {
    margin-bottom: 10px;
  }
  .mb_15 {
    margin-bottom: 15px;
  }
  .mb_20 {
    margin-bottom: 20px;
  }
  .mb_23 {
    margin-bottom: 23px;
  }
  .mb_25 {
    margin-bottom: 25px;
  }
  .mb_30 {
    margin-bottom: 30px;
  }
  .mb_35 {
    margin-bottom: 35px;
  }
  .mb_40 {
    margin-bottom: 40px;
  }
  .mb_37 {
    margin-bottom: 37px;
  }
  .mb_50 {
    margin-bottom: 50px;
  }
  .mb_55 {
    margin-bottom: 55px;
  }
  .mb_60 {
    margin-bottom: 60px;
  }
  .mb_76 {
    margin-bottom: 76px;
  }
  .mb_80 {
    margin-bottom: 80px;
  }
  .mt_20 {
    margin-top: 20px;
  }
  .mt_10 {
    margin-top: 10px;
  }
  .mt_30 {
    margin-top: 30px;
  }
  .mt_40 {
    margin-top: 40px;
  }
  .mt_60 {
    margin-top: 60px;
  }
  .mt_70 {
    margin-top: 70px;
  }
  .mr_10 {
    margin-right: 10px;
  }
  .mr_15 {
    margin-right: 15px;
  }
  .mr_20 {
    margin-right: 20px;
  }
  .pt_70 {
    padding-top: 70px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .pt_70 {
      padding-top: 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt_70 {
      padding-top: 40px;
    }
  }
  #back-top {
    position: fixed;
    right: 20px;
    bottom: 24px;
    cursor: pointer;
    z-index: 9999999;
    display: none;
  }
  #back-top a {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    color: #fff;
    line-height: 40px;
    background: var(--system_primery_color);
    font-size: 15px;
    border-radius: 30px;
    box-shadow: 0 3px 20px 0 var(--system_primery_gredient1);
    transition: all 0.4s ease-in-out;
    background-size: 200% auto;
  }
  #back-top a:hover {
    background-color: transparent;
    color: var(--system_primery_color);
  }
  .section_spacing {
    padding: 139px 0 120px;
  }
  .section_spacing3 {
    padding: 139px 0 115px;
  }
  .font_14 {
    font-size: 14px;
  }
  .font_16 {
    font-size: 16px;
  }
  .font_18 {
    font-size: 18px;
  }
  .font_20 {
    font-size: 20px;
  }
  .font_22 {
    font-size: 22px;
  }
  .font_30 {
    font-size: 30px;
    line-height: 45px;
  }
  .f_w_400 {
    font-weight: 400;
  }
  .f_w_500 {
    font-weight: 500;
  }
  .f_w_600 {
    font-weight: 600;
  }
  .f_w_700 {
    font-weight: 700;
  }
  .theme_text {
    color: var(--system_primery_color) !important;
  }
  .theme_text2 {
    color: #373737 !important;
  }
  .theme_text3 {
    color: var(--system_secendory_color) !important;
  }
  .nowrap {
    white-space: nowrap;
  }
  .gray-bg {
    background: #fafafa;
  }
  @media (max-width: 767.98px) {
    .pt_70 {
      padding-top: 30px;
    }
    .section_spacing {
      padding: 65px 0 45px;
    }
    .section_spacing3 {
      padding: 65px 0 40px;
    }
    .font_30 {
      font-size: 25px;
      line-height: 35px;
    }
  }
  @media (min-width: 576px) {
    .instructor_cta .modal-dialog {
      max-width: 625px;
      margin: 1.75rem auto;
    }
  }
  .select2-results__options li {
    white-space: nowrap;
    width: 100%;
  }
  .margin_auto {
    margin: auto;
  }
  .success_text {
    color: #20e007 !important;
  }
  .error_text {
    color: #ff1919;
  }
  .form-control:focus {
    border: none !important;
  }
  .left-0 {
    left: 0 !important;
  }
  .img-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .btnNext,
  .btnPrevious,
  .next,
  .skip {
    cursor: pointer;
  }
  .bg-primary {
    background-color: var(--system_primery_color) !important;
  }
  .text-primary {
    color: var(--system_primery_color) !important;
  }
  .banner-img {
    z-index: -1;
  }
  .about .row > * > * {
    position: relative;
  }
  .reward-content:before {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
  .reward-content:after {
    filter: blur(0) !important;
  }
  .rating {
    border: none;
    float: left;
  }
  .rating > input {
    display: none;
  }
  .rating > label {
    color: #ddd;
    float: right;
    cursor: pointer;
  }
  .rating > label:before {
    content: "\F005";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: 0 3px;
    font-size: 16px;
    display: inline-block;
  }
  .rating > .half:before {
    content: "\F089";
    position: absolute;
  }
  .rating:not(:checked) > label:hover,
  .rating:not(:checked) > label:hover ~ label,
  .rating > input:checked + label:hover,
  .rating > input:checked ~ label,
  .rating > input:checked ~ label:hover,
  .rating > input:checked ~ label:hover ~ label,
  .rating > label:hover ~ input:checked ~ label {
    color: #ffc107;
  }
  .unchecked {
    color: #ddd !important;
  }
  .submit_q_btn:hover {
    color: var(--system_primery_color) !important;
  }
  hr {
    border-color: #d1d1d1;
    opacity: 1;
  }
  .modal-backdrop {
    --bs-backdrop-zindex: 999 !important;
  }
  .modal .modal-dialog {
    z-index: 1010 !important;
  }
  .modal-footer .theme_btn_outline {
    padding: 15px 28px;
  }
  .row-gap-24 {
    row-gap: 24px;
  }
  .modal-header .btn-close {
    --bs-btn-close-bg: none;
  }
  @media (min-width: 991px) {
    .border-top-md-0 {
      border-top: 0 !important;
    }
  }
  .header_area {
    padding: 0 130px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
  .header_area.navbar_fixed {
    background: #fff;
    z-index: 90;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    transform: translateY(70px);
    transition: transform 0.5s, background 0.5s;
    -webkit-transition: transform 0.5s, background 0.5s;
  }
  .header_area.navbar_fixed .main_menu ul li a {
    padding: 25px 0;
  }
  .header_area .contact_wrap {
    justify-content: flex-end;
  }
  .header_area .contact_wrap .mobile_no p {
    font-weight: 600;
    font-family: var(--font_family1);
    color: #505050;
    font-size: 16px;
    margin-bottom: 0;
  }
  .header_area .contact_wrap .mobile_no p span a {
    color: #627ae4;
  }
  .header_area .contact_wrap .signin a.sign_in {
    font-size: 16px;
    color: #505050;
    font-weight: 600;
    margin-right: 40px;
  }
  .header_area .contact_wrap .signin a.sign_in:hover {
    color: #4543de;
  }
  .header_area .contact_wrap .contact_btn {
    margin-left: 0;
  }
  .header_area .main_menu {
    margin-left: auto;
    margin-right: 0;
  }
  .header_area .main_menu ul li {
    display: inline-block;
    position: relative;
  }
  .header_area .main_menu ul li:hover > a {
    color: var(--system_primery_gredient1);
  }
  .header_area .main_menu ul li:hover .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .header_area .main_menu ul li:hover .mega_menu {
    pointer-events: auto;
  }
  .header_area .main_menu ul li .submenu {
    width: 200px;
    position: absolute;
    left: 0;
    top: 120%;
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
  .right_control_submenu .header_area .main_menu ul li .submenu {
    left: auto;
    right: 0;
  }
  .right_control_submenu .header_area .main_menu ul li .submenu li ul {
    left: auto;
    right: 100%;
  }
  .header_area .main_menu ul li .submenu li {
    display: block;
    margin: 0;
  }
  .header_area .main_menu ul li .submenu li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .header_area .main_menu ul li .submenu li:hover > a {
    left: 0;
    padding-left: 25px;
  }
  .header_area .main_menu ul li .submenu li a {
    font-size: 14px;
    line-height: 1.2;
    color: var(--system_secendory_color);
    padding: 15px 20px;
    border-top: 1px solid #f3f3f3;
    font-weight: 400;
    display: block;
    margin: 0;
    transition: all 0.4s ease-in-out;
    position: relative;
    text-transform: capitalize;
    left: 0;
  }
  .header_area .main_menu ul li .submenu li a.active {
    color: var(--system_primery_gredient1);
  }
  .header_area .main_menu ul li .submenu li a:hover {
    left: 5px;
    color: var(--system_primery_gredient1);
  }
  .header_area .main_menu ul li .submenu li ul {
    left: 100%;
    position: absolute;
    background: #fff;
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
  .header_area .main_menu ul li a {
    color: var(--system_secendory_color);
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px;
    padding: 20px 0 25px;
    display: inline-block;
    text-transform: capitalize;
    font-family: var(--font_family2);
  }
  .header_area .main_menu ul li.submenu_active > a,
  .header_area .main_menu ul li a.active,
  .header_area .main_menu ul li a:hover {
    color: var(--system_primery_gredient1);
  }
  .header_area .main_menu .menu_menu {
    width: calc(100% - 30px) !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .header_area .main_menu .menu_dropdown ul li a {
    font-weight: 400;
  }
  .header_area .main_menu .menu_dropdown > ul li {
    position: relative;
  }
  .header_area .dropdown-toggle:after {
    display: none;
  }
  .header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__left .logo_img {
    --width: 150px;
    max-width: var(--width);
    min-width: var(--width);
    height: 80px;
    display: inline-block;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .header__left .logo_img {
      --width: 120px;
    }
  }
  @media (max-width: 991.98px) {
    .header__left .logo_img {
      margin-right: 10px;
      --width: 100px;
      height: auto;
    }
  }
  @media only screen and (min-width: 1300px) and (max-width: 1899.98px) {
    .header__left .logo_img {
      margin-right: 10px;
    }
  }
  .header__left .logo_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .header__left .categories_menu {
    font-size: 16px;
    color: #687083;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-right: 30px;
  }
  .header__left .categories_menu i {
    font-weight: 900;
    margin-right: 10px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .header__left .category_search .theme_search_field {
      width: 200px;
    }
  }
  @media only screen and (min-width: 1400px) and (max-width: 1499.98px) {
    .header__left .category_search .theme_search_field {
      width: 300px;
    }
  }
  @media (max-width: 991.98px) {
    .header__right.login_user .profile_info {
      margin-right: 40px;
    }
  }
  @media (max-width: 479px) {
    .header__right.login_user .profile_info {
      margin-right: 35px;
    }
  }
  .notify_count {
    font-weight: 600;
    font-family: var(--font_family1);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: -2px;
    right: 3px;
  }
  .float,
  .notify_count {
    text-align: center;
    color: #fff;
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .float {
    z-index: 100;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 135px;
    right: 20px;
    border-radius: 50px;
    box-shadow: 0 10px 20px 0 var(--system_primery_color);
  }
  .subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #373737;
    margin-bottom: 0;
    font-family: var(--font_family2);
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .header_area {
      padding: 0;
    }
    .header_area .header__wrapper .header__left .logo_img {
      margin-right: 10px;
    }
    .header_area
      .header__wrapper
      .header__left
      .category_search
      .theme_search_field {
      display: none;
    }
    .header_area .main_menu ul li a {
      font-size: 15px;
      margin: 0 15px;
    }
    .header_area .contact_wrap .signin a.sign_in {
      margin-right: 15px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1600.98px) {
    .header_area {
      padding: 0 20px;
    }
  }
  @media only screen and (min-width: 1601px) and (max-width: 1800.98px) {
    .header_area {
      padding: 0 50px;
    }
  }
  @media (max-width: 575.98px) {
    .header_area .logo_img img {
      height: 55px !important;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .header_area .main_menu ul li a {
      margin: 0 12px;
    }
    .header_area .contact_wrap .mobile_no p {
      font-size: 13px;
      margin-right: 8px;
    }
  }
  @media only screen and (min-width: 1439px) and (max-width: 1599.98px) {
    .header_area .main_menu ul li a {
      margin: 0 12px;
    }
  }
  @media only screen and (min-width: 1600px) and (max-width: 1671.98px) {
    .header_area .main_menu ul li a {
      margin: 0 17px;
    }
  }
  @media (max-width: 767.98px) {
    .header_area {
      padding: 10px 0;
    }
    .header_area .contact_wrap {
      margin-left: 0;
      margin-right: 35px;
    }
    .header_area .contact_wrap .theme_btn.small_btn2 {
      padding: 10px 18px;
      font-size: 14px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .header_area {
      padding: 10px 0;
    }
    .header_area .contact_wrap {
      margin-left: 0;
      margin-right: 35px;
    }
  }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .header_area .header__wrapper .header__left .logo_img img {
      height: 52px !important;
      width: auto !important;
      padding: 0 !important;
    }
  }
  .menu_dropdown {
    display: block;
  }
  .menu_dropdown_iner {
    min-width: 280px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
  .menu_dropdown_iner .single_menu_dropdown {
    flex: 100% 0 0;
    margin: 20px 0 15px;
  }
  .menu_dropdown_iner .single_menu_dropdown h4 {
    color: var(--system_secendory_color);
    margin: 0;
  }
  .menu_dropdown ul li {
    display: block;
  }
  .menu_dropdown ul li a {
    width: 100%;
    color: #202e3b !important;
    text-align: start;
    line-height: 1.5;
    padding: 15px 30px !important;
    display: inline-block;
    border-right: 1px solid transparent;
    white-space: nowrap;
  }
  .menu_dropdown ul li a:hover {
    color: var(--system_primery_color) !important;
  }
  .menu_dropdown > ul {
    position: absolute;
    top: 90px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    z-index: 99;
    text-align: right;
    transition: 0.5s;
    padding: 0;
    margin: 0;
  }
  @media (max-width: 1199px) {
    .menu_dropdown > ul {
      display: none;
    }
  }
  .menu_dropdown > ul:after {
    content: "";
    position: absolute;
    height: 9px;
    width: 14px;
    top: -9px;
    left: 27px;
    background-color: #fff;
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
  .menu_dropdown > ul > .active_menu_item > a,
  .menu_dropdown > ul > li > a:hover {
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  }
  .mega_menu_dropdown > ul li > ul::-webkit-scrollbar {
    width: 5px;
  }
  .mega_menu_dropdown > ul li > ul::-webkit-scrollbar-track {
    background-color: #202e3b;
    border-radius: 100px;
  }
  .mega_menu_dropdown > ul li > ul::-webkit-scrollbar-thumb {
    background: var(--system_primery_color);
    border-radius: 100px;
  }
  li.mega_menu_dropdown.third_sub > ul {
    top: 100% !important;
    left: 0 !important;
  }
  .header__right.login_user .profile_img {
    flex-direction: row-reverse;
    gap: 16px;
  }
  .studentProfileThumb {
    margin-right: 0 !important;
  }
  @media (max-width: 991.98px) {
    .header__right.login_user .profile_info {
      margin-right: 0;
    }
  }
  .heading-cart-icon {
    margin-right: 16px;
    margin-left: 0;
  }
  .who_we_area {
    padding: 150px 0;
  }
  .who_we_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .who_we_info .info_left {
    border: 1px solid #d1d1d1;
    padding: 57px 80px 67px 50px;
    border-radius: 5px 0 0 5px;
  }
  .who_we_info .info_left span {
    font-family: var(--font_family2);
    font-size: 14px;
    font-weight: 600;
    color: #373737;
    display: inline-block;
    margin-bottom: 21px;
  }
  .who_we_info .info_left p {
    font-family: var(--font_family1);
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: var(--system_secendory_color);
  }
  .who_we_info .info_right {
    background: var(--system_primery_color);
    display: flex;
    align-items: center;
    padding: 70px 65px 70px 70px;
    background-size: 200% auto;
  }
  .who_we_info .info_right p {
    font-family: var(--font_family2);
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
  }
  .about_gallery {
    display: grid;
    grid-template-columns: 330px 360px;
    grid-gap: 30px;
    align-items: center;
  }
  .about_gallery .gallery_box .thumb.small_thumb {
    margin: 30px 0 0 50px;
  }
  .about_area {
    padding-bottom: 120px;
  }
  .about_area .section__title h3 {
    margin-bottom: 40px;
  }
  .about_area .section__title p {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--font_family2);
    color: var(--system_secendory_color);
    font-weight: 400;
  }
  @media (max-width: 767.98px) {
    .who_we_area {
      padding: 75px 0;
    }
    .who_we_area .who_we_info {
      grid-template-columns: repeat(1, 1fr);
    }
    .who_we_area .who_we_info .info_left,
    .who_we_area .who_we_info .info_right {
      padding: 35px 30px;
      border-radius: 5px;
    }
    .about_gallery_area {
      padding-bottom: 30px;
    }
    .about_gallery_area .about_gallery {
      grid-template-columns: auto;
    }
    .about_gallery_area .about_gallery .gallery_box .thumb {
      margin-bottom: 30px;
    }
    .about_gallery_area .about_gallery .gallery_box .thumb.small_thumb {
      margin: 0;
    }
  }
  @media (max-width: 575.98px) {
    .who_we_area .who_we_info .info_left p {
      font-size: 20px;
      line-height: 31px;
    }
    .who_we_area .who_we_info .info_right p {
      font-size: 25px;
      line-height: 35px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .about_gallery_area .about_gallery {
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 40px;
    }
  }
  @media (min-width: 992px) and (max-width: 1499.98px) {
    .about_gallery_area .about_gallery {
      grid-template-columns: repeat(2, 1fr);
      padding-right: 40px;
    }
  }
  @media (max-width: 768px) {
    .social_btns {
      justify-content: space-between;
      row-gap: 10px;
    }
    .social_btns a {
      flex-basis: calc(50% - 5px);
      margin: 0 !important;
    }
  }
  @media (max-width: 420px) {
    .social_btns a {
      flex-basis: 100%;
    }
  }
  .account_profile_thumb .thumb {
    width: 272px;
    height: 272px;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
  }
  .account_profile_thumb .thumb img {
    width: 272px;
    height: 272px;
    border-radius: 50%;
  }
  .account_profile_wrapper {
    display: grid;
    grid-template-columns: 272px auto;
    grid-gap: 119px;
  }
  .account_profile_wrapper .preview_upload {
    display: grid;
    grid-template-columns: 180px auto;
    grid-gap: 30px;
    grid-template-rows: 180px;
    margin-bottom: 57px;
  }
  .account_profile_wrapper .preview_upload_thumb {
    background: #f4f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .account_profile_wrapper .preview_upload_thumb span {
    font-size: 18px;
    font-weight: 600;
    color: var(--system_secendory_color);
  }
  .account_profile_wrapper .preview_drag {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23E1E2E6FF' stroke-dasharray='4' stroke-dashoffset='8' stroke-linecap='square'/%3E%3C/svg%3E");
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .account_profile_wrapper .preview_drag_inner {
    text-align: center;
  }
  .account_profile_wrapper .preview_drag_inner p {
    font-size: 16px;
    font-weight: 400;
    color: #828bb2;
    margin: 12px 0 2px;
  }
  .account_profile_wrapper .preview_drag_inner .chose_file {
    font-size: 16px;
    font-weight: 400;
    color: #4265ff;
    position: relative;
    text-decoration: underline;
  }
  .account_profile_wrapper .preview_drag_inner .chose_file input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .account_profile_wrapper .account_title h3 {
    margin-bottom: 2px;
  }
  .account_profile_wrapper .email_grid_input {
    display: grid;
    grid-template-columns: auto 50px;
    grid-gap: 5px;
  }
  .account_profile_wrapper .email_grid_input .editor_icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #e1e2e6;
    background: #f9f9fd;
  }
  .account_profile_wrapper .email_grid_input .editor_icon i {
    font-size: 16px;
    font-weight: 400;
    color: #687083;
  }
  .account_profile_wrapper .privacy_permission {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 56px;
  }
  .account_profile_wrapper .privacy_permission .single_privacy_permission {
    display: flex;
  }
  .account_profile_wrapper
    .privacy_permission
    .single_privacy_permission
    .primary_bulet_checkbox {
    margin-right: 20px;
    position: relative;
    top: 1px;
  }
  .account_profile_wrapper
    .privacy_permission
    .single_privacy_permission
    .permission_text
    .icon {
    margin-right: 12px;
    position: relative;
    top: -3px;
  }
  .account_profile_wrapper
    .privacy_permission
    .single_privacy_permission
    .permission_text
    .permission_content
    h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--system_secendory_color);
    margin-bottom: 0;
  }
  .account_profile_wrapper
    .privacy_permission
    .single_privacy_permission
    .permission_text
    .permission_content
    p {
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    line-height: 24px;
  }
  .account_profile_wrapper
    .privacy_permission
    .single_privacy_permission
    .permission_text
    .permission_content
    p
    br {
    display: inline-block;
  }
  @media (min-width: 1200px) and (max-width: 1500.98px) {
    .account_profile_wrapper {
      grid-gap: 60px;
    }
  }
  @media (max-width: 767.98px) {
    .account_profile_wrapper {
      grid-template-columns: auto;
      grid-gap: 20px;
    }
    .account_profile_wrapper .account_profile_thumb .thumb {
      width: 200px;
      height: 200px;
    }
    .account_profile_wrapper .privacy_permission {
      margin-bottom: 36px;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 30px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .account_profile_wrapper {
      grid-template-columns: auto;
      grid-gap: 40px;
    }
    .account_main_content {
      padding: 100px 40px 150px;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .account_profile_wrapper {
      grid-template-columns: auto;
      grid-gap: 20px;
    }
    .account_main_content {
      padding: 100px 40px 150px;
    }
  }
  @media (max-width: 575.98px) {
    .account_profile_wrapper .preview_upload {
      grid-template-columns: 1fr;
    }
    .account_profile_wrapper .preview_upload .preview_drag {
      height: 180px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1250.98px) {
    .account_profile_wrapper
      .privacy_permission
      .single_privacy_permission
      .permission_text
      .permission_content
      p
      br {
      display: none;
    }
  }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .account_main_content {
      padding: 75px 0;
    }
  }
  @media (min-width: 1200px) {
    .account_main_content {
      padding: 100px 40px 150px;
    }
  }
  @media (min-width: 1600px) {
    .account_main_content {
      padding: 100px 150px 150px 105px;
    }
  }
  @media (min-width: 1800px) {
    .account_main_content {
      padding: 100px 360px 150px 105px;
    }
  }
  .affiliate_bradcam_area {
    background-color: #f7faff;
    padding: 135px 0 337px;
    background-image: url(../img/affiliate/affiliate_bg_1.jpg);
    background-size: cover;
    background-position: 50%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .affiliate_bradcam_area {
      padding-top: 100px;
    }
  }
  @media only screen and (max-width: 767px) {
    .affiliate_bradcam_area {
      padding: 60px 0;
    }
  }
  .affiliate_bradcam_area .breadcam_text {
    max-width: 800px;
    margin: auto;
  }
  .affiliate_bradcam_area .breadcam_text span {
    font-size: 16px;
    font-weight: 600;
    color: #fb1159;
    margin-bottom: 16px;
    display: block;
  }
  .affiliate_bradcam_area .breadcam_text h3 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.4;
    color: #0b0a24;
    margin-bottom: 0;
  }
  .affiliate_bradcam_area .breadcam_text p {
    font-size: 18px;
    font-weight: 500;
    color: #5b5675;
    margin: 20px 0 43px;
  }
  .affiliate_bg {
    background: #f7faff;
  }
  .affiliate_bg.section_padding2 {
    margin-top: 80px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .affiliate_bg.section_padding2 {
      margin-top: 60px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .affiliate_bg.section_padding2 {
      margin-top: 40px;
    }
  }
  @media only screen and (max-width: 767px) {
    .affiliate_bg.section_padding2 {
      margin-top: 30px;
    }
  }
  .affiliate_faq_box {
    border-bottom: 1px solid #e9eaf0;
    padding-bottom: 26px;
    padding-right: 30px;
  }
  .affiliate_faq_box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0b0a24;
    margin-bottom: 17px;
  }
  .affiliate_faq_box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    color: #0b0a24;
  }
  .Affiliate_benefit_boxs:before {
    content: "";
    background-image: url(../img/affiliate/shape_img.svg);
    position: absolute;
    left: 90px;
    top: 90px;
    bottom: 90px;
    right: 90px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .Affiliate_benefit_box {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid #f8f7fc;
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .Affiliate_benefit_box {
      padding: 30px;
    }
  }
  .Affiliate_benefit_box img {
    max-width: 50px;
  }
  .Affiliate_benefit_box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0b0a24;
    margin: 30px 0 14px;
  }
  .Affiliate_benefit_box p {
    font-size: 16px;
    line-height: 1.63;
    color: #0b0a24;
    font-weight: 400;
  }
  .Requirements_boxs {
    display: flex;
  }
  .single_Requirements_box {
    flex: 50% 0 0;
    background-color: #fff;
  }
  .single_Requirements_box:not(:last-child) {
    border-right: 1px solid #f0f1f2;
  }
  .single_Requirements_box .Requirements_box_head {
    padding: 28px 40px 27px;
    border-bottom: 1px solid #f0f1f2;
  }
  .single_Requirements_box .Requirements_box_head h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1ebf88;
    margin-bottom: 0;
  }
  .single_Requirements_box .Requirements_box_head.style2 {
    color: #ff1744;
  }
  .single_Requirements_box .Requirements_box_head.style2 h3 {
    color: #dc3545 !important;
  }
  .single_Requirements_box .Requirements_box_body {
    padding: 35px 68px 40px 40px;
  }
  @media only screen and (max-width: 991px) {
    .single_Requirements_box .Requirements_box_body {
      padding: 24px;
    }
  }
  .single_Requirements_box .Requirements_box_body ul li {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
  }
  .single_Requirements_box .Requirements_box_body ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  .single_Requirements_box .Requirements_box_body ul li .icon {
    flex: 20px 0 0;
    position: relative;
    top: 3px;
  }
  .single_Requirements_box .Requirements_box_body ul li .icon img {
    width: 100%;
  }
  .single_Requirements_box .Requirements_box_body ul li p {
    font-size: 16px;
    font-weight: 500;
    color: #0b0a24;
    line-height: 1.63;
    font-family: var(--font_family2), sans-serif;
    flex: 1 1 0;
  }
  .section__title4 {
    margin-bottom: 52px;
  }
  @media only screen and (max-width: 767px) {
    .section__title4 {
      margin-bottom: 30px;
    }
  }
  .work_title_area {
    display: flex;
    grid-column-gap: 102px;
    margin-bottom: 56px;
  }
  .work_title_area .section__title4 {
    max-width: 383px;
  }
  .work_title_area .work_title_desc {
    margin-top: 43px;
  }
  .work_title_area .work_title_desc p {
    font-size: 16px;
    font-weight: 400;
    color: #0b0a24;
    line-height: 1.63;
  }
  .work_title_area .work_title_desc p:not(:last-child) {
    margin-bottom: 25px;
  }
  .process_widget_box {
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid #f8f7fc;
    padding: 40px 60px 49px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .process_widget_box {
      padding: 20px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .process_widget_box {
      padding: 24px;
    }
  }
  .process_widget_box .icon img {
    max-width: 60px;
  }
  .process_widget_box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0b0a24;
    margin: 22px 0 13px;
  }
  .process_widget_box p {
    font-size: 16px;
    line-height: 1.63;
    color: #0b0a24;
    font-weight: 400;
    margin-bottom: 0;
  }
  .commision_box {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03);
    background-color: #fff;
    display: flex;
    position: relative;
    margin-top: -237px;
    z-index: 10;
  }
  .commision_box .theme_btn {
    min-width: 280px;
    text-align: center;
  }
  .commision_box:after,
  .commision_box:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-position: 50%;
    background-image: url(../img/affiliate/dots.svg);
    background-repeat: repeat;
    z-index: -1;
    left: -50px;
    top: -47px;
  }
  .commision_box:after {
    z-index: -1;
    left: auto;
    top: auto;
    right: -50px;
    bottom: -24px;
  }
  .commision_left {
    padding: 60px 75px 60px 100px;
    max-width: 480px;
    border-right: 1px solid #ebf1ff;
    background: #fff;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .commision_left {
      padding: 30px;
      max-width: 350px;
    }
  }
  @media only screen and (max-width: 767px) {
    .commision_left {
      max-width: 100%;
      padding: 20px;
    }
  }
  .commision_left h4 {
    font-size: 30px;
    color: #202e3b;
    font-weight: 700;
    margin-bottom: 0;
  }
  .commision_left h3 {
    font-size: 50px;
    font-weight: 800;
    color: #202e3b;
    line-height: 1;
    margin: 0;
  }
  .commision_left p {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    line-height: 1.63;
  }
  .commision_left .rate_text {
    margin: 10px 0 35px;
  }
  .commision_left .Sale_text {
    margin-bottom: 37px;
    margin-top: 5px;
  }
  .commision_left .discription_text {
    margin-top: 20px;
  }
  .commision_right {
    padding: 80px 0 60px 100px;
    background: #fff;
    border-radius: 5px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .commision_right {
      padding: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .commision_right {
      padding: 20px 20px 40px;
    }
  }
  .commision_payment_lists {
    max-width: 325px;
  }
  .commision_payment_list {
    display: flex;
    grid-gap: 20px;
  }
  .commision_payment_list:not(:last-child) {
    margin-bottom: 37px;
  }
  @media only screen and (max-width: 767px) {
    .commision_payment_list:not(:last-child) {
      margin-bottom: 24px;
    }
  }
  .commision_payment_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0b0a24;
    margin-bottom: 3px;
  }
  .commision_payment_text p {
    font-size: 15px;
    line-height: 1.73;
    color: #0b0a24;
    margin-bottom: 0;
  }
  .affliate_faq-section {
    padding-bottom: 94px;
  }
  @media (max-width: 767.98px) {
    .affiliate_bradcam_area .breadcam_text h3 {
      font-size: 30px;
    }
    .affiliate_bradcam_area .breadcam_text p {
      font-size: 16px;
      margin: 15px 0 30px;
    }
    .affiliate_faq_box {
      padding-right: 0;
    }
    .Affiliate_benefit_boxs:before {
      left: 20px;
      top: 20px;
      right: 20px;
      bottom: 20px;
    }
    .Requirements_boxs {
      flex-wrap: wrap;
      grid-gap: 20px;
    }
    .single_Requirements_box {
      flex: 100% 0 0;
    }
    .single_Requirements_box .Requirements_box_head {
      padding: 30px;
    }
    .work_title_area {
      margin-bottom: 30px;
      flex-wrap: wrap;
    }
    .work_title_area .work_title_desc {
      margin-top: 0;
    }
    .commision_box {
      flex-wrap: wrap;
      margin-top: 60px;
    }
    .commision_box .theme_btn {
      min-width: auto;
    }
    .commision_box:before {
      left: 0;
    }
    .commision_box .circle_img,
    .commision_box:after {
      right: 0;
    }
    .commision_box .comissiion_left,
    .commision_box .comissiion_right {
      padding: 30px;
    }
    .affliate_faq-section {
      padding-bottom: 70px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .work_title_area {
      grid-column-gap: 30px;
    }
    .commision_box:before {
      left: 0;
    }
    .commision_box .circle_img,
    .commision_box:after {
      right: 0;
    }
    .commision_box .comissiion_left {
      padding: 30px;
      max-width: 380px;
    }
    .commision_box .comissiion_right {
      padding: 30px;
    }
  }
  .banner_area {
    background-image: url(../img/banner/banner.jpg);
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 234px;
    padding-bottom: 336px;
  }
  .banner_text {
    max-width: 700px;
  }
  .banner_text h3 {
    font-size: 60px;
    line-height: 76px;
    margin-bottom: 15px;
    color: #fff;
    font-family: var(--font_family1);
    font-weight: 900;
  }
  .banner_text p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 26px;
    font-family: var(--font_family2), sans-serif;
    margin-bottom: 51px;
  }
  .banner_text .single_slider {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .banner_text .single_slider img {
    width: 100%;
  }
  @media (max-width: 767.98px) {
    .banner_area {
      padding-top: 80px;
      padding-bottom: 140px;
    }
    .banner_area .banner_text h3 {
      font-size: 35px;
      line-height: 51px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .banner_area {
      padding-top: 190px;
      padding-bottom: 236px;
    }
  }
  @media (max-width: 575.98px) {
    .banner_area .banner_text .large_search_field {
      width: 100%;
    }
  }
  #bannerSlider .owl-nav > div {
    --lms-nav-btn: 42px;
    --lms-nav-posi: 15px;
    width: var(--lms-nav-btn);
    height: var(--lms-nav-btn);
    line-height: 45px !important;
    background-color: var(--system_primery_color) !important;
    border-radius: 100%;
    font-size: 20px !important;
    position: absolute;
    top: 50%;
    left: var(--lms-nav-posi);
    transform: translateY(-50%);
  }
  #bannerSlider .owl-nav > div:last-child {
    left: auto;
    right: var(--lms-nav-posi);
  }
  .cta_part {
    background-image: url(../img/cta_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    text-align: center;
  }
  .cta_part h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .cta_part p {
    color: #bbbec4;
  }
  .cta_part .theme_btn {
    margin-top: 35px;
  }
  .instructor_cta {
    background-image: url(../img/instractor_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .instructor_cta h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 21px;
  }
  .work_process .single_work_process {
    position: relative;
    padding-left: 110px;
    margin-bottom: 40px;
  }
  .work_process .single_work_process:last-child {
    margin-bottom: 0;
  }
  .work_process .single_work_process h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .work_process .list_number {
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    background-color: var(--system_primery_color);
    position: absolute;
    left: 0;
    top: 0;
  }
  .work_process .video_img {
    border-radius: 5px;
  }
  .work_process .video_img:after {
    display: none;
  }
  .work_process .video_img .popup_video {
    opacity: 1;
    visibility: visible;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: var(--system_primery_color);
    top: 50%;
    transform: translateY(-50%);
  }
  .work_process .video_img .popup_video:hover {
    background-color: var(--system_primery_color);
    color: #fff;
  }
  .video_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video_img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--system_secendory_color);
    z-index: -1;
    opacity: 0;
    content: "";
    border-radius: 5px 5px 0 0;
    transition: 0.5s;
  }
  .video_img img {
    width: 100%;
  }
  .video_img .popup_video {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
  .video_img .popup_video img {
    max-width: 60px;
    margin: 0 auto;
    text-align: center;
  }
  .video_img.shape_styled:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80%;
    height: 65%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/carv_shape.png);
    background-size: 100% 100%;
    z-index: 1;
  }
  .section_padding {
    padding: 120px 0;
  }
  @media (max-width: 767.98px) {
    .cta_part h2 {
      font-size: 30px;
    }
    .instructor_process .single_instructor_part {
      margin: 20px 0;
    }
    .instructor_process .single_instructor_part h4 {
      margin: 15px 0 5px;
    }
    .work_process .single_work_process {
      padding-left: 70px;
      margin-bottom: 20px;
    }
    .work_process .single_work_process:last-child {
      margin-bottom: 40px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .work_process .single_work_process {
      padding-left: 70px;
      margin-bottom: 20px;
    }
    .section_padding {
      padding: 80px 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section_padding {
      padding: 70px 0;
    }
    .section_padding2 {
      padding: 70px 0 40px;
    }
  }
  @media (max-width: 575.98px) {
    .section_padding {
      padding: 70px 0;
    }
    .section_padding2 {
      padding: 70px 0 40px;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .section_padding {
      padding: 70px 0;
    }
    .section_padding2 {
      padding: 70px 0 40px;
    }
  }
  @media (max-width: 991px) {
    .font_md_16 {
      font-size: 18px !important;
    }
  }
  @media (max-width: 576px) {
    .font_sm_16 {
      font-size: 16px !important;
    }
  }
  .blog_area {
    padding: 120px 0;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .blog_area {
      padding: 90px 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_area {
      padding: 70px 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .blog_area {
      padding: 50px 0;
    }
  }
  .blog_area .accordion-body .curriculam_single {
    margin-bottom: 0;
  }
  .blog_area .accordion-body .curriculam_left,
  .blog_area .accordion-body .curriculam_right {
    max-width: 100%;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .blog_area .single_blog .thumb {
      height: 280px;
    }
  }
  .blog_read_more {
    background: var(--system_primery_color);
    background-size: 200% auto;
    border-radius: 2px;
    color: #fff;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 500;
  }
  .blog_read_more:hover {
    background-position: 100%;
  }
  p.blog_length {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: transparent;
    background: var(--system_primery_color);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% auto;
  }
  .single_blog {
    border: 0.5px solid #d1d1d1;
    display: flex;
    flex-direction: column;
  }
  .single_blog:hover .thumb .thumb_inner {
    transform: scale(1);
  }
  .single_blog .thumb {
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 306/170;
  }
  .single_blog .thumb .thumb_inner {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
  }
  .single_blog .blog_meta {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .single_blog .blog_meta span {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    display: block;
    margin: 0;
  }
  .single_blog .blog_meta h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    min-height: 56px;
    transition: all 0.4s ease-in-out;
    color: #1f2b40;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .single_blog .blog_meta h4:hover {
    color: var(--system_primery_gredient1);
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .single_blog .blog_meta h4 {
      font-size: 20px;
    }
  }
  .blog_item_footer {
    flex-grow: 1;
  }
  .blog_sidebar_box {
    border: 1px solid #d1d1d1;
    padding: 16px;
  }
  .blog_page_wrapper .single_blog {
    height: 100%;
    position: relative;
  }
  .blog_page_wrapper .single_blog:before {
    content: attr(data-category);
    position: absolute;
    top: 12px;
    left: 16px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.5490196078);
    z-index: 2;
    border-radius: 38px;
    color: #fff;
    font-size: 9px;
    line-height: 14px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .blog_page_wrapper .single_blog .thumb {
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 767px) {
    .blog_page_wrapper .single_blog .thumb {
      margin-bottom: 20px;
    }
  }
  .blog_page_wrapper .single_blog .blog_meta span {
    font-family: var(--font_family1);
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #656a7b;
  }
  .blog_details_area {
    padding: 145px 0 147px;
  }
  .blog_details_area .single_blog_details .blog_details_banner {
    margin-bottom: 52px;
  }
  .blog_details_area .single_blog_details .blog_title {
    margin-bottom: 57px;
  }
  .blog_details_area .single_blog_details .blog_title span {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    display: block;
    margin-bottom: 18px;
  }
  .blog_details_area .single_blog_details .blog_title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }
  .blog_details_area .single_blog_details .quote_text {
    display: flex;
    margin: 60px 0 40px;
  }
  .blog_details_area .single_blog_details .quote_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #373737;
    line-height: 30px;
  }
  .blog_details_area .single_blog_details .quote_text .horizontal_line {
    background: var(--system_primery_color);
    height: 3px;
    width: 90px;
    flex: 90px 0 0;
    position: relative;
    top: 6px;
    margin-right: 30px;
    background-size: 200% auto;
  }
  .blog_details_area .single_blog_details .details_info h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--system_secendory_color);
    margin-bottom: 25px;
  }
  .blog_details_area .single_blog_details .details_info h5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #373737;
    margin-bottom: 27px;
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .blog_area .single_blog .blog_meta {
      padding-right: 0;
    }
  }
  @media (max-width: 767.98px) {
    .blog_area {
      padding-top: 66px;
      padding-bottom: 28px;
    }
    .blog_page_wrapper {
      padding: 75px 0 35px;
    }
    .blog_page_wrapper .single_blog {
      margin-bottom: 30px;
    }
    .blog_page_wrapper .single_blog .blog_meta h4 {
      font-size: 20px;
      line-height: 30px;
    }
    .blog_details_area {
      padding: 75px 0 72px;
    }
    .blog_details_area .mb_55,
    .blog_details_area .single_blog_details .blog_details_banner,
    .blog_details_area .single_blog_details .blog_title {
      margin-bottom: 30px;
    }
    .blog_details_area .single_blog_details .blog_title h3 {
      font-size: 25px;
      line-height: 35px;
    }
    .blog_details_area .single_blog_details .quote_text {
      margin: 40px 0 20px;
    }
    .blog_details_area .single_blog_details .quote_text .horizontal_line {
      width: 40px;
      flex: 40px 0 0;
      margin-right: 20px;
    }
    .blog_details_area .single_blog_details .details_info h4 {
      line-height: 34px;
      margin-bottom: 20px;
    }
  }
  .lms_blog_details_area {
    padding: 80px 0 120px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .lms_blog_details_area {
      padding: 100px 0 80px;
    }
  }
  .lms_blog_details_area .blog_details_inner {
    border: 1px solid #d1d1d1;
    border-top: 0;
    margin-bottom: 50px;
  }
  .lms_blog_details_area .blog_details_inner .content {
    padding: 0 40px 40px;
  }
  @media (max-width: 767px) {
    .lms_blog_details_area .blog_details_inner .content {
      padding: 20px;
    }
  }
  .lms_blog_details_area .blog_details_inner .blog_post_date {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    font-family: var(--font_family1);
    grid-gap: 10px;
  }
  .lms_blog_details_area .blog_details_inner .blog_post_date span {
    font-size: 12px;
    font-weight: 700;
    color: var(--system_primery_color);
    border-radius: 5px;
    background-color: #3b5998;
    padding: 3px 11px;
    text-transform: uppercase;
    display: inline-block;
  }
  .lms_blog_details_area .blog_details_inner .blog_post_date p {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
  }
  .lms_blog_details_area .blog_details_inner h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33;
    margin: 20px 0 25px;
    color: #3a3636;
  }
  .lms_blog_details_area .blog_details_inner p {
    font-size: 16px;
    color: #373737;
    font-weight: 400;
    line-height: 1.63;
  }
  .lms_blog_details_area .blog_details_inner .blog_details_banner {
    margin-bottom: 30px;
  }
  .lms_blog_details_area .blog_details_inner .quote_text {
    display: flex;
    margin: 59px 0 41px;
  }
  .lms_blog_details_area .blog_details_inner .quote_text .horizontal_line {
    background: var(--system_primery_color);
    height: 3px;
    width: 90px;
    flex: 90px 0 0;
    position: relative;
    top: 6px;
    margin-right: 30px;
    background-size: 200% auto;
  }
  .lms_blog_details_area .blog_details_inner .quote_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #687083;
    line-height: 1.5;
    max-width: 580px;
  }
  .lms_blog_details_area .blog_details_inner .details_info {
    margin-top: 55px;
  }
  .lms_blog_details_area .blog_details_inner .details_info h4 {
    font-size: 24px;
    font-weight: 700;
    color: #687083;
    margin-bottom: 12px;
    line-height: 2.08;
  }
  .lms_blog_details_area .blog_reply_box {
    border: 1px solid #d1d1d1;
    padding: 50px 50px 70px 70px;
  }
  @media (max-width: 991px) {
    .lms_blog_details_area .blog_reply_box {
      padding: 40px;
    }
  }
  @media (max-width: 576px) {
    .lms_blog_details_area .blog_reply_box {
      padding: 20px;
    }
  }
  .lms_blog_details_area .blog_reply_box input,
  .lms_blog_details_area .blog_reply_box textarea {
    border: 1px solid #d1d1d1 !important;
    padding: 10px 24px;
  }
  .lms_blog_details_area .blog_reply_box input {
    height: 50px;
  }
  .lms_blog_details_area .blog_reply_box input.theme_btn {
    font-weight: 400;
  }
  .lms_blog_details_area .blog_reply_box textarea {
    height: 130px;
  }
  .lms_blog_details_area .blog_reply_box button {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 55px;
  }
  .lms_blog_details_area .blog_details_tags {
    border-top: 1px solid #f1ece8;
    border-bottom: 1px solid #f1ece8;
    padding: 15px 0 54px;
    margin: 55px 0 57px;
  }
  .news_lists .single_newslist h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
  .blog_sidebar_wrap form .input-group {
    border-color: #d1d1d1 !important;
  }
  .blog_details_banner img {
    aspect-ratio: 966/493;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .blog_meta_name {
    background: var(--system_primery_color);
    background-size: 200% auto;
    color: #fff;
    border-radius: 42px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 27px 0 6px;
    height: 44px;
    line-height: 44px;
  }
  @media (max-width: 576px) {
    .blog_meta_name {
      padding: 0 15px;
      height: 36px;
      font-size: 13px;
      line-height: 36px;
    }
  }
  .blog_meta_name img {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  @media (max-width: 576px) {
    .blog_meta_name img {
      height: 22px;
      width: 22px;
    }
  }
  .blog_meta_category,
  .blog_meta_date {
    background: #1f2b40;
    color: #fff;
    border-radius: 42px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 27px;
    height: 44px;
    line-height: 44px;
  }
  @media (max-width: 576px) {
    .blog_meta_category,
    .blog_meta_date {
      padding: 0 15px;
      height: 36px;
      font-size: 13px;
      line-height: 36px;
    }
  }
  .blog_share_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .blog_reviews_inner {
    margin-bottom: 70px;
  }
  .blog_sidebar_box .single_newslist .thumb {
    min-width: 72px;
    width: 72px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .blog_sidebar_box .single_newslist .details_link {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1f2b40;
  }
  .blog_sidebar_box .single_newslist .details_link:hover {
    color: var(--system_primery_gredient1);
    text-decoration: underline !important;
    text-underline-offset: 5px;
  }
  .blog_social_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  @media (max-width: 767px) {
    .blog_social_btns {
      flex-wrap: nowrap !important;
    }
  }
  .blog_social_btns .social_btn {
    height: 50px;
    width: 50px;
    aspect-ratio: 1/1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
  .blog_social_btns .social_btn i {
    margin: 0;
  }
  .blog_social_btns .social_btn.fb_text {
    color: #395799;
  }
  .blog_social_btns .social_btn.twitter_text {
    color: #03abf0;
  }
  .blog_social_btns .social_btn.pinterest_text {
    color: #c92128;
  }
  .blog_social_btns .social_btn.linkedin_text {
    color: #0477b5;
  }
  .blog_social_btns .social_btn:hover {
    background: #fff !important;
  }
  .blog_social_btns .social_btn:hover i {
    background: var(--system_primery_color) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
  }
  .lms_single_reviews {
    border: 0.5px solid #d1d1d1;
    padding: 30px 35px;
  }
  .blog_reply_container,
  .lms_single_reviews.replyBox {
    position: relative;
  }
  .lms_single_reviews.replyBox:before {
    content: "";
    height: 70px;
    width: 100px;
    border: 2px solid #192c32;
    border-right: 0;
    border-top: 0;
    z-index: -1;
    position: absolute;
    left: -100px;
    top: 0;
    border-bottom-left-radius: 20px;
  }
  html[dir="rtl"] .lms_single_reviews.replyBox:before {
    left: auto;
    right: -100px;
  }
  @media (max-width: 991px) {
    .lms_single_reviews.replyBox:before {
      width: 30px;
      left: -30px;
    }
    html[dir="rtl"] .lms_single_reviews.replyBox:before {
      left: auto;
      right: -30px;
    }
  }
  .lms_single_reviews.replyBox:after {
    content: "";
    width: 2px;
    background: #192c32;
    z-index: -1;
    position: absolute;
    left: -100px;
    top: -45px;
  }
  html[dir="rtl"] .lms_single_reviews.replyBox:after {
    left: auto;
    right: -100px;
  }
  @media (max-width: 991px) {
    .lms_single_reviews.replyBox:after {
      left: -30px;
    }
    html[dir="rtl"] .lms_single_reviews.replyBox:after {
      left: auto;
      right: -30px;
    }
  }
  .lms_single_reviews.replyBox:not(:last-child):after {
    height: calc(100% + 45px);
  }
  .lms_single_reviews.replyBox:last-child:after {
    height: 70px;
  }
  .lms_single_reviews,
  .lms_single_reviews.replyBox {
    z-index: 80;
  }
  .lms_single_reviews:last-child {
    border: 0.5px solid #d1d1d1 !important;
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
  }
  .new_replay_add_form .replyBox {
    padding: 20px;
    border: 0.5px solid #d1d1d1;
    margin-top: 20px;
  }
  .new_replay_add_form .replyBox textarea {
    border: 0.5px solid #d1d1d1 !important;
    padding: 20px;
    margin-bottom: 20px;
  }
  .new_replay_add_form .replyBox .theme_btn {
    width: 100%;
  }
  .new_replay_add_form .replyBox button {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog_comment_time {
    font-size: 12px;
    color: #fff !important;
    line-height: 32px !important;
    padding: 0 10px;
    border-radius: 40px;
    background: var(--system_primery_color);
    background-size: 200% auto;
    display: block;
  }
  .lms_single_reviews .link a.reply_btn {
    color: #f64153;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
  }
  .lms_single_reviews .link a.reply_btn:hover {
    text-decoration: underline !important;
    text-underline-offset: 6px;
  }
  .deleteBtn svg {
    color: #687083;
  }
  .deleteBtn svg:hover {
    color: #f64153;
  }
  .bradcam_bg_1 {
    background-image: url(../img/banner/bradcam_bg_1.jpg);
  }
  .bradcam_bg_2 {
    background-image: url(../img/banner/bradcam_bg_2.jpg);
  }
  .breadcrumb_area {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    height: 400px;
    background-size: cover;
    text-align: center;
    background-image: url(../img/banner/brand-bg2.png)!important;
  }
  .breadcrumb_area .breadcam_wrap h3 {
    font-size: 48px;
    font-weight: 700;
    color: var(--menu_text);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .breadcrumb_area .breadcam_wrap h3 {
      font-size: 50px;
      line-height: 66px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb_area .breadcam_wrap h3 {
      font-size: 40px;
      line-height: 56px;
    }
  }
  @media only screen and (max-width: 767px) {
    .breadcrumb_area .breadcam_wrap h3 {
      font-size: 30px;
      line-height: 40px;
    }
  }
  .breadcrumb_area .breadcam_wrap p {
    color: var(--menu_text);
    font-size: 18px;
    line-height: 28px;
  }
  .brand_area .barnd_wrapper {

    background: rgba(255, 255, 255, 0);
    box-shadow: 0 3px 79px rgba(0, 0, 0, 0.05);
    padding: 35px 20px;
    position: relative;
    backdrop-filter: blur(10px);
    margin-top: -66px;
    border-radius: 126px;
  }
  .brand_area .barnd_wrapper .single_brand {
    text-align: center;
  }
  .brand_area .barnd_wrapper .single_brand img {
    width: auto;
    display: inline-block;
  }
  @media (max-width: 767.98px) {
    .brand_area .barnd_wrapper {
      margin-top: -50px;
      padding: 20px 18px;
    }
  }
  .theme_btn {
    text-transform: capitalize;
    font-family: var(--font_family1);
    display: inline-block;
    line-height: 1;
    background: var(--system_primery_color);
    background-size: 200% auto;
    padding: 16px 28px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
  }
  .theme_btn:hover {
    background-position: 100%;
    color: #fff;
  }
  .theme_btn.small_btn {
    padding: 16px 25px;
  }
  .theme_btn.small_btn2 {
    padding: 16px 39px;
    white-space: nowrap;
  }
  .theme_btn.small_btn3 {
    padding: 16px 32px;
  }
  .theme_btn.small_btn4 {
    padding: 11px 21px;
  }
  .theme_btn.point_btn {
    font-weight: 400;
    padding: 10px;
    background-color: var(--system_primery_color);
    color: #fff;
  }
  .theme_line_btn {
    text-transform: capitalize;
    font-family: var(--font_family1);
    display: inline-block;
    line-height: 1;
    color: var(--system_primery_color);
    font-size: 16px;
    font-weight: 600;
    background: 0 0;
    padding: 16px 28px;
    border-radius: 50px;
    border: 1px solid transparent;
    border-color: var(--system_primery_gredient1);
  }
  .theme_line_btn:hover {
    color: #fff;
    border-color: var(--system_primery_gredient1);
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .theme_line_btn.small_btn2 {
    padding: 16px 39px;
  }
  .social_btn {
    text-transform: capitalize;
    font-family: var(--font_family1);
    font-size: 16px;
    font-weight: 600;
    padding: 13px 34px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .social_btn {
      padding: 12px 28px;
    }
  }
  .social_btn i {
    margin-right: 6px;
  }
  .social_btn.fb_bg {
    background: #395799;
  }
  .social_btn.Twitter_bg {
    background: #03abf0;
  }
  .social_btn.Pinterest_bg {
    background: #c92128;
  }
  .social_btn.Linkedin_bg {
    background: #0477b5;
  }
  .social_btn:hover {
    color: #fff;
    background: var(--system_primery_color) !important;
  }
  .theme_btn_lite {
    text-transform: capitalize;
    font-family: var(--font_family1);
    display: inline-block;
    line-height: 1;
    color: var(--system_primery_color);
    background: var(--system_primery_color_10);
    padding: 7px 25px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
  }
  .theme_btn_lite:hover {
    color: #fff;
    border-color: var(--system_primery_gredient1);
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .theme_btn_lite.round_btn {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
  }
  .white_btn {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: var(--system_secendory_color);
    background: #fff;
    padding: 21px 28px;
    border-radius: 0;
    font-family: var(--font_family2), sans-serif;
    border: 1px solid transparent;
    text-transform: uppercase;
  }
  .white_btn:hover {
    color: #fff;
    border-color: var(--system_primery_color);
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .line_link {
    font-size: 16px;
    font-weight: 600;
    color: var(--system_secendory_color);
    font-family: var(--font_family1);
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
  }
  .line_link:hover {
    color: var(--system_primery_color);
    border-color: currentColor;
  }
  .theme_line_payment_btn {
    font-size: 16px;
    font-weight: 600;
    background: 0 0;
    border-radius: 5px;
    height: 30px;
    width: 100%;
    border: 1px solid transparent;
    border-color: var(--system_primery_color);
  }
  .theme_btn_mini,
  .theme_line_payment_btn {
    font-family: var(--font_family1);
    color: var(--system_primery_color);
    text-transform: capitalize;
    display: inline-block;
    line-height: 1;
  }
  .theme_btn_mini {
    background: var(--system_primery_color_10);
    padding: 10px;
    margin-right: 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
  }
  .theme_btn_mini:hover {
    color: #fff;
    border-color: var(--system_primery_gredient1);
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .theme_btn_mini.round_btn {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
  }
  @media (max-width: 575.98px) {
    .theme_btn,
    .theme_line_btn,
    .theme_line_payment_btn {
      padding: 15px 16px;
    }
  }
  .quiz_primary_btn {
    background: var(--system_primery_color);
    background-size: 200% auto;
    display: block;
    height: 64px;
    padding: 20px 45px;
    border-radius: 50px;
    color: #fff !important;
    font-size: 20px;
    line-height: 1.2;
  }
  .quiz_primary_btn:hover {
    background-position: 100%;
  }
  .quiz_secondary_btn {
    background: #1f2b40;
    display: block;
    height: 64px;
    padding: 20px 45px;
    border-radius: 50px;
    color: #fff !important;
    font-size: 20px;
    line-height: 1.2;
  }
  .quiz_secondary_btn:hover {
    background: var(--system_primery_color);
    background-size: 200% auto;
    color: #fff !important;
  }
  button.theme_btn {
    border: 0;
  }
  .shoping_wrapper .dark_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 8, 34, 0.4);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
  .shoping_wrapper .dark_overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .shoping_wrapper .shoping_cart {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 3;
    height: 100%;
    width: 519px;
    padding: 140px 30px 40px 40px;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: all 0.4s ease-in-out;
  }
  .shoping_wrapper .shoping_cart.active {
    opacity: 1;
    z-index: 99 !important;
    visibility: visible;
  }
  .shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header {
    border-bottom: 1px solid #e1e2e6;
  }
  .shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--system_secendory_color);
    margin-bottom: 15px;
  }
  .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart {
    display: flex;
    border-bottom: 1px solid #e1e2e6;
    align-items: center;
    padding: 20px 0;
  }
  .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart:last-child {
    padding-bottom: 60px;
    margin-bottom: 30px;
  }
  .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb {
    width: 120px;
    margin-right: 30px;
  }
  .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb img {
    width: 120px;
  }
  .shoping_wrapper
    .shoping_cart
    .shoping_cart_inner
    .single_cart
    .cart_content
    h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font_family2), sans-serif;
    color: #373737;
    margin-bottom: 10px;
  }
  .shoping_wrapper
    .shoping_cart
    .shoping_cart_inner
    .single_cart
    .cart_content
    p {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    font-family: var(--font_family2), sans-serif;
    display: flex;
    align-items: center;
  }
  .shoping_wrapper
    .shoping_cart
    .shoping_cart_inner
    .single_cart
    .cart_content
    p
    .multy_icon {
    display: inline-block;
    font-size: 14px;
    margin-right: 13px;
    margin-left: 5px;
    color: #373737;
  }
  .shoping_wrapper
    .shoping_cart
    .shoping_cart_inner
    .single_cart
    .cart_content
    p
    .prise {
    color: #20e007;
  }
  @media (min-width: 767.98px) {
    .shoping_wrapper .chart_close {
      display: none;
    }
  }
  @media (max-width: 575.98px) {
    .shoping_wrapper .shoping_cart {
      width: 100%;
      padding: 100px 20px 30px 30px;
    }
  }
  .new_cart_wrapper .single_cart {
    border: 1px solid #d1d1d1;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
    align-items: center;
    grid-gap: 15px;
  }
  .new_cart_wrapper .single_cart .product_name {
    grid-gap: 10px;
  }
  .new_cart_wrapper .single_cart .product_name h5 {
    font-size: 16px;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0;
    max-height: 37px;
    line-height: 1.2;
  }
  .new_cart_wrapper .single_cart .thumb {
    width: 115px;
    flex: 115px 0 0;
  }
  .new_cart_wrapper .single_cart .thumb img {
    width: 100%;
  }
  @media (max-width: 767.98px) {
    .new_cart_wrapper .single_cart {
      padding: 15px;
    }
    .new_cart_wrapper .single_cart .thumb {
      width: 70px;
      flex: 70px 0 0;
    }
  }
  .mega_menu_dropdown > ul {
    position: absolute;
    top: 0;
    left: 90%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    z-index: 99;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .mega_menu_dropdown > ul li {
    display: block;
  }
  .mega_menu_dropdown > ul li a {
    display: block;
    color: #8d96a7;
    line-height: 1.5;
    padding: 15px 30px;
    display: inline-block;
  }
  .mega_menu_dropdown > ul li a:hover {
    color: #fff;
  }
  .mega_menu_dropdown > ul li > ul {
    left: 104%;
    transition: 0.5s;
    text-align: left;
    opacity: 0;
    visibility: hidden;
  }
  .mega_menu_dropdown > ul li > .active_menu > ul {
    left: 100%;
  }
  .mega_menu_dropdown .single_menu_dropdown {
    flex: 48% 0 0;
    margin: 20px 0 15px;
  }
  .mega_menu_dropdown .single_menu_dropdown h4 {
    font-size: 16px;
    display: block;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #fff;
  }
  .mega_menu_dropdown .single_menu_dropdown > ul {
    padding: 0;
    margin: 0;
  }
  .mega_menu_dropdown .single_menu_dropdown > ul li a {
    margin: 0;
    padding: 8px 0;
  }
  .mega_menu_dropdown:hover > ul {
    opacity: 1 !important;
    visibility: visible !important;
    left: 100%;
  }
  .mega_menu_dropdown:hover > a {
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  }
  #menu_dropdown .mega_menu_dropdown .menu_dropdown_iner {
    min-width: 180px !important;
  }
  .active_menu .feature_btn:after {
    content: "\E648";
  }
  .active_menu .menu_dropdown > ul {
    opacity: 1;
    visibility: visible;
    top: 75px;
  }
  .active_menu .active_menu_item > a {
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  }
  .active_menu .active_menu_item > ul {
    opacity: 1 !important;
    visibility: visible !important;
    left: 100%;
  }
  .search_box_active .form-control {
    transform: scaleY(1) !important;
  }
  .input-group-prepend2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  @media (max-width: 991.98px) {
    .menu_dropdown {
      display: none;
    }
    .mega_menu_dropdown > ul li > ul {
      left: 0;
      top: 0;
    }
    .feature_btn,
    .mega_menu_dropdown .menu_dropdown_iner {
      display: none;
    }
    .dropdown_close_icon {
      cursor: pointer;
    }
    .xs_menu {
      max-width: 270px;
      overflow: hidden;
      color: #fff;
      transform: translateX(-50px);
      visibility: hidden;
      opacity: 0;
      transition: 0.5s;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 999;
      width: 100%;
      height: 100vh;
      overflow-y: scroll;
      background-color: var(--system_secendory_color);
    }
    .xs_menu ul {
      margin: 0;
      padding: 0;
    }
    .xs_menu ul li {
      list-style: none;
    }
    .xs_menu .xs_menu_item_dropdown > a {
      display: block;
      background-color: var(--system_secendory_color);
      color: #fff;
      padding: 12px 20px;
    }
    .xs_menu .xs_menu_dropdown_header {
      background-color: var(--system_secendory_color);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 20px;
      border-bottom: 2px solid hsla(0, 0%, 100%, 0.3);
    }
    .xs_menu .xs_menu_dropdown_header i {
      color: #fff;
      font-size: 20px;
    }
    .xs_menu_active {
      transform: translateX(-50px);
      display: block;
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }
    .single_menu_dropdown {
      margin-bottom: 10px;
      color: #fff;
    }
    .single_menu_dropdown h4 {
      font-size: 20px;
      margin-top: 15px;
      display: inline-block;
    }
    .single_menu_dropdown a {
      color: #fff;
      padding: 3px 0;
      display: inline-block;
    }
    .xs_menu_item_dropdown {
      background-color: var(--system_secendory_color);
      padding: 10px 20px;
      cursor: pointer;
    }
    .xs_menu_item_dropdown .dropdown_icon {
      float: right;
      font-size: 12px;
      margin-top: 6px;
    }
    .xs_menu_item_dropdown > ul {
      background-color: #fff;
      padding: 0 20px;
      transform: translateY(10px);
      cursor: default;
    }
    .xs_menu_item_dropdown > ul a {
      color: #373737;
    }
  }
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 405px;
    }
  }
  @media (min-width: 991.98px) {
    .xs_menu {
      display: none;
    }
  }
  .category_area {
    padding-bottom: 120px;
  }
  .category_area .section__title p {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    margin: 20px 0 30px;
  }
  .category_area .category_wiz .thumb {
    position: relative;
  }
  .category_area .category_wiz .thumb .cat_btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background: #fff;
    border-radius: 0;
    font-family: var(--font_family2), sans-serif;
    font-size: 16px;
    color: var(--system_secendory_color);
    font-weight: 600;
    padding: 27.5px 8px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 23px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .category_area .category_wiz .thumb .cat_btn {
      padding: 18px 8px;
    }
  }
  .category_area .category_wiz .thumb .cat_btn:hover {
    color: #fff;
    border-color: var(--system_primery_gredient1);
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .category_area .category_wiz .thumb.cat1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 360px;
  }
  .category_area .category_wiz .thumb.cat2,
  .category_area .category_wiz .thumb.cat3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 330px;
  }
  .category_area .category_wiz .thumb.small_thumb {
    margin-right: 50px;
  }
  .category_area .brouse_cat_btn {
    background: var(--system_primery_color);
    font-size: 30px;
    font-family: var(--font_family1);
    font-weight: 700;
    line-height: 38px;
    color: #fff;
    text-align: right;
    padding: 50px;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    background-size: 200% auto;
  }
  .category_area .couses_category {
    background: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 65px 70px 40px;
    position: relative;
    margin-top: -100px;
    margin-bottom: 150px;
    z-index: 12;
  }
  .category_area .couses_category .col-xl-4:not(:last-child) .single_course_cat {
    margin-bottom: 30px;
  }
  .category_area .couses_category .single_course_cat {
    display: flex;
  }
  .category_area .couses_category .single_course_cat .icon {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .category_area .couses_category .single_course_cat .course_content h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--system_secendory_color);
    margin-bottom: 5px;
  }
  .category_area .couses_category .single_course_cat .course_content p {
    font-size: 16px;
    font-weight: 500;
  }
  .cat_title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #8d96a7;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499.98px) {
    .category_area .category_wiz .thumb.small_thumb {
      margin-right: 0;
    }
    .category_area .brouse_cat_btn {
      margin-left: 0;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .category_area .category_wiz .thumb.small_thumb {
      margin-right: 0;
    }
    .category_area .brouse_cat_btn {
      margin-left: 0;
      font-size: 25px;
      line-height: 33px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .category_area .couses_category {
      padding: 52px 50px 23px;
    }
    .category_area .couses_category .single_course_cat {
      flex-direction: column;
    }
  }
  @media (min-width: 1200px) and (max-width: 1499.98px) {
    .category_area .couses_category {
      padding: 65px 30px 40px;
    }
    .category_area .couses_category .single_course_cat .course_content h4 {
      font-size: 19px;
    }
  }
  @media (max-width: 767.98px) {
    .category_area {
      padding-bottom: 45px;
    }
    .category_area .category_wiz .thumb.small_thumb {
      margin-right: 0;
    }
    .category_area .category_wiz .thumb .cat_btn {
      font-size: 14px;
      padding: 20px 8px;
    }
    .category_area .brouse_cat_btn {
      margin-left: 0;
    }
    .category_area .couses_category {
      padding: 40px 30px;
      margin-top: -50px;
      margin-bottom: 66px;
    }
  }
  @media (max-width: 575.98px) {
    .category_area .couses_category .single_course_cat {
      flex-direction: column;
    }
  }
  .h100px {
    height: 100px !important;
  }
  .checkout_wrapper {
    display: grid;
    grid-template-columns: 66.666667% 33.333334%;
    gap: 24px;
    padding-top: 30px;
    margin-bottom: 50px;
  }
  .checkout_wrapper .billing_details_wrapper {
    padding: 0;
  }
  .checkout_wrapper .order_wrapper > div {
    border: 0.5px solid #d1d1d1;
    padding: 24px;
    border-radius: 2px;
  }
  .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .checkout_wrapper
    .order_wrapper
    .ordered_products
    .single_ordered_product
    .product_name
    .thumb {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-size: cover;
    background-position: 50%;
    margin-right: 6px;
    border-radius: 2px;
  }
  .checkout_wrapper
    .order_wrapper
    .ordered_products
    .single_ordered_product
    .product_name
    .thumb
    img {
    width: 100%;
  }
  .checkout_wrapper
    .order_wrapper
    .ordered_products
    .single_ordered_product
    .product_name
    span {
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .checkout_wrapper
    .order_wrapper
    .ordered_products
    .single_ordered_product
    .order_prise {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
  }
  .checkout_wrapper .order_wrapper .ordered_products_lists {
    margin-bottom: 10px;
  }
  .checkout_wrapper .order_wrapper .ordered_products_lists .single_lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e1e2e6;
    padding: 20px 0;
  }
  .checkout_wrapper
    .order_wrapper
    .ordered_products_lists
    .single_lists
    .coupon_value {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e1e2e6;
    padding: 11px 23px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font_family1);
    text-transform: uppercase;
    color: var(--system_primery_color);
  }
  .checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span {
    color: #373737;
    font-size: 16px;
    font-weight: 400;
  }
  .checkout_wrapper
    .order_wrapper
    .ordered_products_lists
    .single_lists
    span.total_text {
    font-size: 16px;
    color: var(--system_secendory_color);
    font-weight: 600;
  }
  .checkout_wrapper .order_wrapper .bank_transfer .bank_check {
    margin-bottom: 25px;
  }
  .checkout_wrapper .order_wrapper .bank_transfer .bank_check .label_name {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font_family2), sans-serif;
    color: #373737;
  }
  .checkout_wrapper .order_wrapper .bank_transfer .quote {
    background: #f9f9fd;
    padding: 30px;
    border: 1px solid #e1e2e6;
    border-radius: 5px;
  }
  .checkout_wrapper .order_wrapper .bank_transfer .quote p {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    line-height: 26px;
    margin-bottom: 0;
  }
  .checkout_wrapper .order_wrapper .bank_transfer .payment {
    display: flex;
    flex-direction: column;
    margin: 30px 0 17px;
  }
  .checkout_wrapper
    .order_wrapper
    .bank_transfer
    .payment
    .primary_bulet_checkbox {
    margin-bottom: 6px;
  }
  .checkout_wrapper .order_wrapper .bank_transfer .payment .label_name {
    margin-right: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    margin-bottom: 0;
  }
  @media (max-width: 767.98px) {
    .checkout_wrapper {
      grid-template-columns: 1fr;
    }
    .checkout_wrapper .billing_details_wrapper,
    .checkout_wrapper .order_wrapper {
      padding: 0;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .checkout_wrapper {
      grid-template-columns: 55% 45%;
    }
    .checkout_wrapper .billing_details_wrapper,
    .checkout_wrapper .order_wrapper {
      padding: 75px 30px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .checkout_wrapper {
      grid-template-columns: 1fr;
    }
    .checkout_wrapper .billing_details_wrapper,
    .checkout_wrapper .order_wrapper {
      padding: 55px 30px;
    }
  }
  @media (min-width: 1500px) and (max-width: 1799.98px) {
    .checkout_wrapper .billing_details_wrapper {
      padding: 0;
    }
  }
  @media (max-width: 575.98px) {
    .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
      flex-wrap: nowrap;
      align-items: flex-end;
    }
  }
  .bank_transfer .primary_checkbox {
    align-items: start;
  }
  .bank_transfer .primary_checkbox .checkmark {
    margin-top: 6px;
  }
  .cart_qty_added {
    font-size: 14px;
    background: #1f2b40;
    padding: 3px 7.5px;
    border-radius: 2px;
    color: #fff;
  }
  .Payment_btn,
  .Payment_btn2 {
    padding: 10px 15px !important;
  }
  .select2-results__option--highlighted {
    background: var(--system_primery_color) !important;
    background-size: 200% auto !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font_family1) !important;
  }
  body {
    font-family: var(--font_family2) !important;
  }
  .theme_according button {
    position: relative;
  }
  .theme_according button:after {
    display: none;
  }
  .theme_according button:before {
    content: "\F106";
    position: absolute;
    font-size: 16px;
    color: #373737;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    left: auto;
    right: 20px;
    transform: translateY(-50%) scaleY(1);
    font-weight: 900;
    transition: all 0.4s ease-in-out;
  }
  .theme_according button.collapsed:before {
    transform: translateY(-50%) scaleY(-1);
  }
  .theme_according .accordion-item {
    margin-bottom: 15px;
    border: 0;
  }
  .theme_according .accordion-header {
    border: 0 !important;
    padding: 0;
    background: transparent;
  }
  .theme_according .accordion-header button {
    font-size: 18px;
    font-weight: 600;
    color: var(--system_secendory_color);
    display: block;
    width: 100%;
    text-decoration: none !important;
    text-align: start;
    box-shadow: none !important;
    border: 1px solid #ececec !important;
    font-family: var(--font_family2), sans-serif;
    border-radius: 5px !important;
    padding: 12px 40px 12px 20px;
    background-color: #f8f8f8;
  }
  @media (max-width: 767.98px) {
    .theme_according .accordion-header button {
      flex-wrap: wrap;
    }
  }
  .theme_according .accordion-header button:not(.collapsed) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-color: transparent !important;
  }
  .theme_according .accordion-header button.collapsed {
    background-color: transparent;
    transition: all 0.4s ease-in-out;
  }
  .theme_according .accordion-header button span {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font_family2), sans-serif;
    color: #373737;
  }
  .theme_according .accordion-header button span.course_number {
    color: var(--system_primery_color);
    font-weight: 400;
    margin-right: 10px;
  }
  @media (max-width: 575.98px) {
    .theme_according .accordion-header button span.course_number {
      display: block;
      margin-bottom: 10px;
    }
  }
  .theme_according .accordion-header button span.course_date {
    color: #0052b4;
    font-weight: 400;
    background: #f0f5fa;
    border-radius: 30px;
    padding: 8px 10px;
    line-height: 1;
  }
  .theme_according .accordion-header button span.course_date span {
    font-weight: 500;
    color: #0052b4;
  }
  .theme_according .accordion-header button p {
    font-size: 20px;
    font-weight: 500;
    color: var(--system_secendory_color);
    margin-bottom: 0;
    margin-top: 15px;
  }
  .theme_according .accordion-body {
    background: #f8f8f8;
    padding: 0 20px 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #d1d1d1;
    border-top: 0;
    transition: all 0.4s ease-in-out;
  }
  .theme_according .accordion-body p {
    font-size: 16px;
    color: var(--system_secendory_color);
    font-weight: 400;
  }
  .theme_according .accordion-body .curriculam_right .theme_btn_lite {
    margin-right: 0;
  }
  .theme_according .curriculam_left,
  .theme_according .curriculam_right {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .theme_according .curriculam_left .ti-lock,
  .theme_according .curriculam_left .ti-unlock,
  .theme_according .curriculam_right .ti-lock,
  .theme_according .curriculam_right .ti-unlock {
    margin-top: -4px;
  }
  .description_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
  }
  .description_grid .single_description_grid {
    background: var(--system_secendory_color);
    padding: 26px 24px;
    border-radius: 5px;
  }
  .description_grid .single_description_grid h5 {
    font-size: 14px;
    font-weight: 400;
    color: #c4c4c4;
    margin-bottom: 4px;
  }
  .description_grid .single_description_grid p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
  }
  .position_right {
    position: absolute;
    right: 0;
  }
  .link a {
    color: #687083;
    font-size: 16px;
    padding-right: 30px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    font-family: var(--font_family2), sans-serif;
  }
  .link a.active,
  .link a:hover {
    color: var(--system_primery_gredient1);
  }
  .link a.reply_btn {
    font-weight: 400;
  }
  .link a i {
    font-size: 12px;
  }
  .disable_btn {
    background: #333;
    border-radius: 3px;
  }
  .theme_progressBar.progress {
    height: 10px;
    background: #e7d9ff;
    border-radius: 10px;
    margin: 0 0 5px;
  }
  .theme_progressBar.progress .progress-bar {
    background: var(--system_primery_color);
    border-radius: 10px;
    background-size: 200% auto;
  }
  .theme_cookies {
    background: #ffede2;
    border-radius: 20px;
    padding: 20px 30px 20px 20px;
    position: fixed;
    left: 40px;
    bottom: 40px;
    width: 980px;
    display: flex;
    align-items: center;
    z-index: 1000;
    justify-content: space-between;
    grid-gap: 25px;
  }
  .theme_cookies_info {
    display: flex;
    align-items: center;
    grid-gap: 30px;
  }
  .theme_cookies_info .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .theme_cookies_info .icon img {
    width: 100%;
  }
  .theme_cookies_info p {
    font-size: 16px;
    font-weight: 400;
    color: var(--system_secendory_color);
    line-height: 26px;
    font-family: var(--font_family1);
    max-width: 416px;
    margin-bottom: 0;
  }
  .theme_cookies_info p a {
    color: var(--system_primery_color);
  }
  .theme_cookies_info p a:hover {
    text-decoration: underline;
  }
  .theme_cookies .cookie_btn {
    background: #f8d4be;
    font-size: 14px;
    font-weight: 600;
    color: var(--system_secendory_color);
    border-radius: 30px;
    border: 0;
    font-family: var(--font_family2), sans-serif;
    white-space: nowrap;
    padding: 14.5px 31px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
  }
  .theme_cookies .cookie_btn:hover {
    background: var(--system_primery_color);
    color: #fff;
    background-size: 200% auto;
  }
  .switch_toggle {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 36px;
    margin-bottom: 0;
  }
  .switch_toggle input {
    display: none;
    opacity: 0;
  }
  .switch_toggle input:checked + .slider {
    background: #eceef4;
  }
  .switch_toggle input:checked + .slider:before {
    transform: translateX(14px);
  }
  .switch_toggle .slider {
    background-color: #eceef4;
    cursor: pointer;
    position: absolute;
    inset: 0;
    transition: 0.4s;
  }
  .switch_toggle .slider:before {
    content: "";
    height: 16px;
    top: 2px;
    left: 3px;
    position: absolute;
    transition: 0.4s;
    width: 16px;
    background: #707db7;
    background: #fff;
  }
  .switch_toggle .slider.round {
    border-radius: 34px;
  }
  .switch_toggle .slider.round:before {
    border-radius: 50%;
  }
  .lmsSwitch_toggle {
    --width: 45px;
    --height: 24px;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    position: relative;
    margin-bottom: 0;
  }
  .lmsSwitch_toggle input {
    display: none;
  }
  .lmsSwitch_toggle input:checked + .slider {
    background: #eceef4;
  }
  .lmsSwitch_toggle input:checked + .slider:before {
    transform: translate(20px, -50%);
    background: var(--system_primery_color);
    background-size: 200% auto;
    box-shadow: 0 5px 10px rgba(108, 39, 255, 0.25);
  }
  .lmsSwitch_toggle .slider {
    background-color: #eceef4;
    position: absolute;
    transition: 0.4s;
    cursor: pointer;
    inset: 0;
  }
  .lmsSwitch_toggle .slider:before {
    --width: 19px;
    content: "";
    height: var(--width);
    width: var(--width);
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: 0.4s;
    background: var(--system_secendory_color);
    box-shadow: 0 5px 10px rgba(130, 139, 178, 0.25);
  }
  .lmsSwitch_toggle .slider.round {
    border-radius: 100px;
  }
  .lmsSwitch_toggle .slider.round:before {
    border-radius: 50%;
  }
  .lmsSwitch_toggle .switch_toggle input {
    display: none;
  }
  .float {
    z-index: 999;
  }
  .top_right_btn {
    z-index: 100;
    right: 50px;
    position: absolute;
    top: 10px;
    opacity: 0.8;
  }
  .top_right_btn:hover {
    opacity: 1;
    color: #fff;
    font-weight: 700;
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .class_close_tag {
    position: absolute;
    width: 70px;
    height: auto;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    top: 20px;
    left: 20px;
    background: #fff;
    display: inline-flex;
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding: 0 10px !important;
    min-width: 70px !important;
    color: var(--system_primery_color);
  }
  .newsletter_form_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 17, 52, 0.5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .newsletter_form_wrapper .newsletter_active {
    opacity: 1;
    visibility: visible;
  }
  .newsletter_form_wrapper .dashboard_card .card {
    background: #fff;
    padding: 15px 0;
    text-align: center;
    min-width: 150px;
    justify-content: center;
    border: 1px solid rgba(214, 214, 218, 0.568627451);
    border-radius: 5px;
  }
  .newsletter_form_inner {
    width: 848px;
    background: #fff;
    height: auto;
    display: grid;
    grid-template-columns: 500px auto;
    position: relative;
  }
  .newsletter_form_inner .close_modal {
    position: absolute;
    right: 15px;
    z-index: 10;
    top: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
  }
  .newsletter_form_inner .close_modal i {
    line-height: 30px;
    font-size: 14px;
  }
  .newsletter_form_inner .close_modal:hover {
    background: var(--system_primery_color);
    background-size: 200% auto;
    color: #fff;
    transform: rotate(90deg);
  }
  .newsletter_form_inner .newsletter_form {
    padding: 90px 70px 70px;
  }
  .newsletter_form_inner .newsletter_form h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--system_secendory_color);
    margin-bottom: 0;
  }
  .newsletter_form_inner .newsletter_form p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: var(--system_primery_color);
    text-align: justify;
    margin: 15px 0 25px;
  }
  .my_courses_wrapper .package_widget .package_body {
    background: #fff;
  }
  .my_courses_wrapper .short_select {
    flex-wrap: wrap;
  }
  .my_courses_wrapper .short_select h5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .my_courses_wrapper .my-course-select {
    min-width: 200px;
    width: 50%;
  }
  .modules_area {
    padding-bottom: 50px;
  }
  .modules_area .modile_main_wrap {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
  }
  .modules_area .single_module {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
    padding: 30px 30px 22px;
    border: 1px solid transparent;
    transition: 0.3s;
    border-radius: 5px;
  }
  .modules_area .single_module .icon {
    background: rgba(230, 62, 69, 0.04);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    color: var(--system_primery_color);
    font-size: 27px;
    line-height: 78px;
    text-align: center;
    margin: auto;
  }
  .modules_area .single_module h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--system_secendory_color);
    margin-top: 26px;
    margin-bottom: 13px;
  }
  .modules_area .single_module p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 0;
  }
  .modules_area .single_module:hover {
    border-color: var(--system_primery_color);
  }
  .slider_btn_text {
    min-width: 130px;
    padding: 0 10px;
    background: var(--system_primery_color);
    border-radius: 5px;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500;
    width: 100%;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 200% auto;
  }
  .textViewer {
    margin-top: 50px;
    padding: 40px;
  }
  .my-course-select:after,
  .update-select-arrow:after {
    right: 20px;
    top: 25px;
  }
  .oneLine_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify-all;
  }
  .account_profile_form .theme_select:after {
    top: 25px;
  }
  .translator-switch {
    font-family: var(--font_family2), sans-serif !important;
  }
  .translator-switch .nice-select-search-box {
    display: none;
  }
  .translator-switch .nice-select .list {
    padding: 0;
  }
  .lms_pricing_wized {
    border: 1px solid #ebebeb;
    padding: 45px 40px 40px;
  }
  .lms_pricing_wized .lms_pricing_hader span {
    font-size: 20px;
    font-weight: 900;
    font-family: var(--font_family1);
    display: block;
  }
  .lms_pricing_wized .lms_pricing_hader h3 {
    font-size: 48px;
    font-weight: 700;
    color: var(--system_primery_color);
    font-family: var(--font_family1);
    margin: 18px 0 14px;
  }
  .lms_pricing_wized .lms_pricing_hader h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font_family2), sans-serif;
    margin-bottom: 4px;
  }
  .lms_pricing_wized .lms_pricing_hader p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }
  .lms_pricing_wized .lms_pricing_body {
    margin: 37px 0 35px;
  }
  .lms_pricing_wized .lms_pricing_body ul li {
    font-size: 16px;
    font-weight: 500;
    color: #202e3b;
    line-height: 26px;
    position: relative;
    padding-left: 15px;
  }
  .lms_pricing_wized .lms_pricing_body ul li:not(:last-child) {
    margin-bottom: 14px;
  }
  .lms_pricing_wized .lms_pricing_body ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #0b0a24;
    left: 0;
    top: 10px;
    border-radius: 50%;
  }
  .lms_single_reviews {
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 45px;
  }
  .lms_single_reviews.replyBox {
    margin-left: 165px;
  }
  html[dir="rtl"] .lms_single_reviews.replyBox {
    margin-left: 0;
    margin-right: 165px;
  }
  @media (max-width: 991px) {
    .lms_single_reviews.replyBox {
      margin-left: 60px;
    }
    html[dir="rtl"] .lms_single_reviews.replyBox {
      margin-left: 0;
      margin-right: 60px;
    }
  }
  @media (max-width: 576px) {
    .lms_single_reviews.replyBox {
      margin-left: 40px;
    }
    html[dir="rtl"] .lms_single_reviews.replyBox {
      margin-left: 0;
      margin-right: 40px;
    }
  }
  .lms_single_reviews .thumb {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font_family1);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--system_primery_color);
    flex: 80px 0 0;
    margin-right: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px;
    background-size: 200% auto;
  }
  @media (max-width: 991px) {
    .lms_single_reviews .thumb {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      flex: 40px 0 0;
      margin-right: 12px;
    }
  }
  .lms_single_reviews:last-child {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0;
  }
  .lms_single_reviews .review_content h4 {
    margin-bottom: 1px;
    color: #202e3b;
  }
  .lms_single_reviews .review_content .review_content_head {
    margin: 0 0 15px;
    grid-gap: 20px;
  }
  .lms_single_reviews .review_content .rated_customer {
    display: flex;
    align-items: center;
    margin: 7px 0 0;
  }
  .lms_single_reviews .review_content .rated_customer .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
  }
  .lms_single_reviews .review_content .rated_customer .feedmak_stars i {
    color: #ffc107;
    font-size: 15px;
  }
  .lms_single_reviews
    .review_content
    .rated_customer
    .feedmak_stars
    i:not(:last-child) {
    margin-right: 5px;
  }
  .lms_single_reviews .review_content .rated_customer span {
    font-size: 12px;
    font-weight: 400;
    color: #373737;
    line-height: 1;
  }
  .lms_single_reviews .review_content p {
    font-size: 18px;
    line-height: 28px;
    color: #42454f;
  }
  .keyword_lists a {
    font-size: 14px;
    font-family: var(--font_family2), sans-serif;
    font-weight: 500;
    color: #373737;
    display: inline-block;
    padding: 7px 17px;
    border: 0;
    border-radius: 3px;
    background-color: #fafafa;
  }
  .keyword_lists a:hover {
    background: var(--system_primery_color);
    border-color: var(--system_primery_gredient1);
    color: #fff;
    background-size: 200% auto;
  }
  .news_lists .single_newslist:not(:last-child) {
    border-bottom: 1px solid #e3e6ef;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .news_lists .single_newslist h4 {
    transition: 0.3s;
    line-height: 1.44;
    font-family: var(--font_family1);
    text-transform: capitalize;
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #1f2b40;
  }
  .news_lists .single_newslist h4:hover {
    color: var(--system_primery_gredient1);
  }
  .news_lists .single_newslist p {
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    color: #656a7b;
  }
  .theme_search_field4 {
    background: transparent;
    height: 60px;
    border-radius: 5px;
    width: 510px;
    border: 1px solid #e3e6ef;
  }
  .theme_search_field4 button {
    font-size: 18px;
    padding: 0 0 0 20px;
    line-height: 100%;
    box-shadow: none !important;
    height: 60px;
  }
  .theme_search_field4 button,
  .theme_search_field4 button:hover {
    color: var(--system_primery_color);
  }
  .theme_search_field4 input {
    font-size: 14px;
    font-weight: 400;
    color: #202e3b;
    font-family: var(--font_family1);
    border: 0;
    background: transparent !important;
    height: 50px;
    padding: 0 15px 0 10px;
    box-shadow: none !important;
    line-height: 50px;
  }
  .theme_search_field4 input::-moz-placeholder {
    color: #373737;
  }
  .theme_search_field4 input::placeholder {
    color: #373737;
  }
  .theme_search_field4.large_search_field {
    width: 500px;
    height: 60px;
  }
  .theme_search_field4.large_search_field button {
    padding-left: 30px;
  }
  .theme_search_field4.large_search_field input {
    height: 60px;
    line-height: 60px;
  }
  .theme_search_field4.style2 {
    border-radius: 0;
    border-color: #e9e7f7;
  }
  .theme_search_field4.style2 i {
    color: var(--system_primery_color);
  }
  .theme_search_field4.style2 input {
    font-size: 14px;
    font-weight: 500;
    color: #202e3b;
    font-family: var(--font_family1);
    border: 0;
    background: transparent !important;
    height: 60px;
    padding: 0 15px 0 10px;
    box-shadow: none !important;
    line-height: 60px;
  }
  .theme_search_field4.style2 input::-moz-placeholder {
    color: #202e3b;
  }
  .theme_search_field4.style2 input::placeholder {
    color: #202e3b;
  }
  .rounded_border_bottom {
    width: 100%;
    height: 1px;
    border-radius: 0.5px;
    background-color: #e9e7f7;
  }
  .home6_border {
    border-bottom: 1px solid #d1d1d1;
  }
  .popupClose {
    --pc-size: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    align-items: center;
    justify-content: center;
    width: var(--pc-size);
    height: var(--pc-size);
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    background-color: var(--system_primery_color);
    color: #fff;
    transition: 0.3s;
    display: none;
  }
  .popupClose:hover {
    background-color: #202e3b;
  }
  .popupClose i {
    font-size: 12px;
  }
  .mobile_filter {
    display: none;
    padding: 10px;
  }
  .mobile_filter:hover rect {
    fill: var(--system_primery_color);
  }
  .mobile_filter svg rect {
    fill: #202e3b;
    transition: 0.3s;
  }
  .side_cate {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
    overflow: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  .side_cate ul {
    clear: both;
  }
  .side_cate ul li {
    display: block;
    border-top: 1px solid #f5f7fb;
  }
  .side_cate ul li:last-child {
    border-bottom: 1px solid #f5f7fb;
  }
  .side_cate ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    color: #373737;
  }
  .side_cate ul li a.active,
  .side_cate ul li a:hover {
    color: var(--system_primery_color);
  }
  .side_cate ul li ul {
    display: none;
  }
  .side_cate ul li ul li {
    padding-left: 5px;
  }
  .side_cate #dropdown {
    padding: 10px;
    margin: -10px;
  }
  .side_cate_close {
    display: block;
    font-size: 16px;
    float: right;
    margin: 20px;
    transition: all 0.3s ease-in-out;
  }
  .side_cate_close:hover {
    color: var(--system_primery_color);
  }
  .curriculam_single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .curriculam_left {
    max-width: calc(100% - 150px);
    flex: 0 0 100%;
  }
  .curriculam_right {
    justify-content: space-between;
    max-width: 150px;
    flex: 0 0 100%;
  }
  .rating_percent span {
    min-width: 60px;
    text-align: end;
  }
  .certificate-verify .theme_mailChimp {
    margin-top: 40px;
    position: relative;
  }
  .certificate-verify .theme_mailChimp button:hover {
    background-color: var(--system_secendory_color);
  }
  @media only screen and (max-width: 767px) {
    .certificate-verify .theme_mailChimp button {
      position: absolute;
      top: 0;
      right: 0;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      min-width: 80px;
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
      margin-top: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .certificate-verify .theme_mailChimp button,
    .certificate-verify .theme_mailChimp input {
      height: 50px;
    }
  }
  .certificate-verify.address_lines {
    margin-top: 20px;
  }
  .certificate-verify h2 {
    font-size: 28px;
    line-height: 1.5;
    color: #ff1919;
  }
  @media only screen and (max-width: 767px) {
    .certificate-verify h2 {
      font-size: 24px;
    }
  }
  @media only screen and (max-width: 767px) {
    .certificate-verify .p-5 {
      padding-top: 100px !important;
      padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
      padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    }
  }
  .question_number_lists a.wait_for_confirm {
    border: 2px solid #ff0;
    color: var(--system_primery_color);
    background: #ff0;
  }
  .mega_menu {
    padding: 20px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
    pointer-events: none;
  }
  .mega_menu li h4 {
    font-size: 17px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .sidebar_iner {
    box-shadow: 5px 30px 30px 0 rgba(0, 0, 0, 0.1);
    height: calc(100% - 20px);
    background: linear-gradient(0deg, rgba(146,95,226,1) 0%, rgba(170,130,233,1) 100%);
    margin: 20px;
    border-radius: 30px;
  }
  .sidebar .logo > a {
    display: block;
    width: auto;
    height: 70px;
    margin: auto;
    height: 50px;
  }
  .sidebar .logo > a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .sidebar ul li a i {
    font-size: 14px;
    color: var(--system_secendory_color);
    transition: all 0.3s ease-in-out;
  }
  .sidebar ul li a:hover i {
    color: #fff;
  }
  .deposit_save_info input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .deposit_save_info button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .dashboard_main_wrapper .sidebar_icon {
    color: #fff;
  }
  .dashboard_main_wrapper .box_header .lmsSwitch_toggle .slider {
    background-color: #fff;
    box-shadow: 5px 30px 30px 0 rgba(0, 0, 0, 0.1);
  }
  .sidebar_close_icon {
    color: #fff;
  }
  .d-flex.justify-content-center.actions {
    margin-top: 16px;
  }
  #leaderboardBody .point-table > ul li {
    display: flex;
  }
  #leaderboardBody .point-table > ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: var(--system_primery_color);
    margin-top: 8px;
    margin-right: 10px;
    background-size: 200% auto;
  }
  #myLeaderBoard .modal-title {
    line-height: 1;
  }
  #myLeaderBoard .modal-body,
  #myLeaderBoard .modal-header {
    padding: 24px;
  }
  .notification_open {
    margin: 6px;
  }
  .point_btn svg {
    width: 18px;
    height: 17px;
  }
  .mega_menu_list {
    position: unset !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: 0 !important;
  }
  .mega_menu_list li a {
    background-color: transparent !important;
    padding: 12px 0 !important;
    font-size: 15px !important;
  }
  .mega_menu_list li a:hover {
    padding-left: 3px !important;
  }
  .contact_section {
    min-height: 30vh;
  }
  .section_padding2 {
    padding: 116px 0 90px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_padding2 {
      padding: 80px 0 50px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section_padding2 {
      padding: 70px 0 45px;
    }
  }
  #popupContentModal .newsletter_form_inner {
    grid-template-columns: 400px auto;
  }
  #popupContentModal .newsletter_form_inner .newsletter_form p {
    text-align: center !important;
  }
  #popupContentModal .newsletter_form_inner .newsletter_form_thumb {
    background-position: 0 0;
  }
  #notification_count > a > svg {
    color: #fff !important;
  }
  .Menu_NOtification_Wrap .notification_Header {
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .main_content_iner .box_header .main-title {
    gap: 15px;
  }
  @media (max-width: 575.98px) {
    .coupon_wrapper {
      display: grid;
      grid-template-columns: auto;
      grid-gap: 10px;
      flex-wrap: wrap;
    }
    .payment_method_wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 15px;
    }
    .lms_single_reviews {
      flex-direction: column;
    }
    .profile_info .profile_info_iner a {
      padding: 12px;
    }
  }
  @media (max-width: 767.98px) {
    .description_grid {
      grid-template-columns: repeat(1, 1fr);
    }
    .theme_cookies {
      right: 20px;
      left: 20px;
      bottom: 20px;
      grid-gap: 20px;
      width: auto;
      justify-content: center;
      flex-wrap: wrap;
      padding: 25px 30px 25px 20px;
    }
    .theme_cookies .theme_cookies_info {
      justify-content: center;
      text-align: center;
      grid-gap: 14px;
      flex-direction: column;
    }
    .theme_cookies .theme_cookies_info .icon {
      width: 50px;
      height: 50px;
    }
    .theme_cookies .theme_cookies_info p {
      font-size: 14px;
    }
    .theme_cookies .cookie_btn {
      font-size: 12px;
      padding: 11px 35px;
    }
    .newsletter_form_wrapper .newsletter_form_inner {
      grid-template-columns: auto;
      height: 600px;
      overflow: auto;
    }
    .newsletter_form_wrapper .newsletter_form_inner .newsletter_form_thumb {
      height: 300px;
    }
    .newsletter_form_wrapper .newsletter_form_inner .newsletter_form {
      padding: 50px 30px;
    }
    .lms_pricing_wized {
      padding: 30px;
    }
    .lms_pricing_wized .lms_pricing_hader h3 {
      font-size: 35px;
    }
    .lms_blog_details_area {
      padding: 70px 0 40px;
    }
    .lms_blog_details_area .blog_details_inner h3 {
      font-size: 25px;
    }
    .lms_blog_details_area .blog_details_inner .quote_text {
      margin: 30px 0;
    }
    .lms_blog_details_area .blog_details_inner .quote_text .horizontal_line {
      width: 40px;
      flex: 40px 0 0;
      margin-right: 15px;
    }
    .lms_blog_details_area .blog_details_inner .details_info h4 {
      font-size: 20px;
    }
    .lms_blog_details_area .blog_reply_box {
      padding-top: 30px;
      margin-top: 36px;
    }
    .lms_blog_details_area .blog_details_tags {
      margin: 30px 0;
      padding: 15px 0 30px;
    }
    .lms_single_reviews.replyBox {
      padding-left: 15px;
    }
    .theme_search_field {
      display: none !important;
    }
    .header_area
      .header__wrapper
      .header__left
      .category_search
      .categories_menu {
      margin-right: 0;
    }
    .header_area
      .header__wrapper
      .header__left
      .category_search
      .categories_menu
      i {
      font-size: 18px;
    }
    .header_area
      .header__wrapper
      .header__left
      .category_search
      .categories_menu
      span {
      display: none !important;
    }
    #popupContentModal .newsletter_form_inner {
      grid-template-columns: 50% 50% !important;
      height: auto;
    }
    #popupContentModal .newsletter_form_inner .newsletter_form_thumb {
      height: 100% !important;
    }
  }
  @media (min-width: 768px) and (max-width: 850.98px) {
    .theme_cookies {
      width: 90%;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .newsletter_form_wrapper .newsletter_form_inner {
      width: 90%;
    }
    .lms_single_reviews.replyBox {
      padding-left: 30px;
    }
  }
  @media (max-width: 767px) {
    .modules_area {
      padding-bottom: 0;
    }
    .modules_area .modile_main_wrap {
      grid-template-columns: repeat(1, 1fr);
    }
    .banner_area {
      padding-bottom: 100px;
    }
    .course__details .course__details_title .single__details {
      width: 100%;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .modules_area {
      padding-bottom: 20px;
    }
    .modules_area .modile_main_wrap {
      grid-template-columns: repeat(2, 1fr);
    }
    .banner_area {
      padding-top: 150px;
      padding-bottom: 200px;
    }
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    .modules_area .modile_main_wrap {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .lms_single_reviews.replyBox {
      padding-left: 40px;
    }
    .categories_menu {
      margin-right: 0;
    }
    .categories_menu span {
      display: none;
    }
  }
  @media (min-width: 1200px) and (max-width: 1459.98px) {
    .theme_search_field4 {
      width: 280px;
    }
  }
  @media only screen and (min-width: 1400px) and (max-width: 1499.98px) {
    .header_area
      .header__wrapper
      .header__left
      .category_search
      .theme_search_field {
      width: 230px;
    }
  }
  @media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .header_area.navbar_fixed .main_menu ul li a {
      padding: 10px 0;
    }
  }
  @media only screen and (min-width: 1367px) {
    .header_area .header__wrapper .header__left .logo_img {
      margin-right: 20px;
    }
  }
  @media only screen and (max-width: 991px) {
    .popupClose {
      display: flex;
    }
    .mobile_filter {
      display: block !important;
    }
    .course_category_chose {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      background-color: #fff;
      margin-top: 0 !important;
      width: 100%;
      height: 100%;
      padding: 20px;
      overflow: auto;
      display: none;
    }
    .sidebar_iner {
      box-shadow: 0 0 0;
      background: none;
      margin: 0px;
    }
    .login_wrapper .login_wrapper_left,
    .login_wrapper .login_wrapper_right {
      grid-column: span 12 / span 12;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .popupClose {
      line-height: 28px;
    }
    .profile_info_icon {
      padding: 17px 19px;
    }
    .header_iner {
      padding: 12px 30px;
      height: auto;
    }
    .header_iner .notification_wrapper ul li:not(:last-child) {
      margin: 6px;
    }
  }
  @media only screen and (max-width: 767px) {
    .popupClose {
      --pc-size: 30px;
      font-size: 16px;
    }
    .header__left form {
      display: none;
    }
    .dashboard_card .card {
      width: calc(50% - 10px);
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      padding: 20px 0;
    }
    #historyDiv {
      overflow: hidden;
      overflow-x: auto;
    }
    #historyDiv table {
      width: 600px;
    }
    .social_btns {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    #invoice_print {
      padding: 40px;
      overflow: auto;
    }
    .profile_info_icon {
      padding: 14px 16px;
    }
    .header_iner .notification_wrapper ul li:not(:last-child) {
      margin: 6px;
    }
    .header_iner .notification_wrapper ul li a .notify_icon img {
      max-width: 26px;
      width: 26px;
    }
    .theme_btn.point_btn {
      padding: 8px;
    }
    .section-subtitle-action {
      display: flex;
      align-items: center;
      margin-top: 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .popupClose {
      --pc-size: 25px;
    }
    .mobile_filter ~ h5 {
      display: none;
    }
    .profile_info_icon {
      padding: 13px 15px;
    }
    .theme_btn.point_btn {
      font-size: 14px;
    }
    .theme_btn.point_btn svg {
      width: 16px;
      height: 16px;
    }
    .header_iner .notification_wrapper ul {
      padding: 10px 12px !important;
    }
    .header_iner .notification_wrapper ul li a .notify_icon img {
      width: 20px;
      max-width: 20px;
    }
    .header_iner .notification_wrapper ul li:not(:last-child) {
      margin-right: 15px;
    }
  }
  @media only screen and (max-width: 479px) and (max-width: 420px) {
    .header_iner .notification_wrapper ul {
      padding: 6px 12px !important;
    }
  }
  @media (max-width: 991.98px) {
    .theme_search_field {
      width: 200px;
    }
  }
  @media only screen and (min-width: 1200px) {
    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
      height: 90vh;
      overflow: hidden;
      overflow-y: auto;
    }
  }
  @media only screen and (max-width: 414px) {
    .sumit_skip_btns {
      flex-wrap: wrap;
      gap: 15px;
    }
    .sumit_skip_btns > * {
      margin: 0 !important;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .profile_info_icon {
      padding: 23px 25px;
    }
    .header_iner .notification_wrapper ul {
      padding: 12px 20px;
    }
    .login_wrapper .login_wrapper_left,
    .login_wrapper .login_wrapper_right {
      grid-column: span 6 / span 6;
    }
  }
  @media (min-width: 1400px) {
    .col-xxl-9 {
      max-width: 75%;
      flex: 0 0 75%;
    }
    .col-xxl-3 {
      max-width: 25%;
      flex: 0 0 25%;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .login_wrapper .login_wrapper_left {
      grid-column: span 5 / span 5;
    }
    .login_wrapper .login_wrapper_right {
      grid-column: span 7 / span 7;
    }
  }
  @media (max-width: 1279px) {
    #content-area {
      overflow-x: hidden;
    }
  }
  @media (min-width: 992px) and (max-width: 1279px) {
    .banner_area {
      padding-top: 150px;
      padding-bottom: 250px;
    }
  }
  @media (max-width: 479px) {
    .banner_area {
      padding: 70px 0;
    }
    .header_area .header__wrapper .header__left .logo_img {
      margin: 0 !important;
    }
    .translator-switch {
      margin-right: 5px !important;
    }
  }
  @media (max-width: 414px) {
    .category_search {
      display: none !important;
    }
    .profile .nav-link {
      padding-top: 10px;
      padding-bottom: 10px;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
    }
  }
  @media (max-width: 413px) {
    .header__wrapper .nice-select {
      display: none;
    }
  }
  @media (max-width: 991px) {
    #popupContentModal .newsletter_form_inner {
      grid-template-columns: 350px auto;
    }
    .newsletter_form_wrapper .newsletter_form_inner .newsletter_form {
      padding: 70px 50px 50px;
    }
  }
  @media (max-width: 567px) {
    #popupContentModal .newsletter_form_inner {
      grid-template-columns: repeat(1, 100%) !important;
      height: auto;
    }
    #popupContentModal .newsletter_form_thumb {
      display: none;
    }
    #popupContentDiv .newsletter_form_wrapper {
      overflow: auto;
    }
  }
  @media (max-width: 576px) {
    .my_courses_wrapper .my-course-select {
      width: 100%;
    }
  }
  @media only screen and (min-width: 575px) and (max-width: 1150px) {
    .course_fullview_wrapper .course__play_warp {
      margin-top: 20px;
    }
  }
  .table-bordered td,
  .table-bordered th {
    border-color: #d1d1d1;
  }
  .table-bordered td {
    color: #373737;
  }
  .table-bordered td a {
    color: currentColor;
  }
  .table-bordered td a:hover {
    color: var(--system_primery_color) !important;
  }
  .nice-select {
    border: 1px solid #d1d1d1 !important;
    height: 50px;
    line-height: 1;
    min-width: 95px;
    padding-left: 12px;
    padding-right: 20px;
    border-radius: 50px !important;
  }
  .nice-select.open:before {
    transform: translateY(-50%) scaleY(-1);
  }
  .nice-select-search-box {
    border: 1px solid #d1d1d1;
    border-bottom: 0;
    border-top: 0;
    border-radius: 0 !important;
    margin-top: 4px;
    z-index: 10 !important;
    border-radius: 4px !important;
  }
  .nice-select-search-search {
    height: 32px;
  }
  .nice-select .current {
    font-family: var(--font_family1);
    font-size: 14px;
    font-weight: 500;
    color: var(--system_secendory_color);
    line-height: 46px;
  }
  .nice-select .list {
    width: 100%;
    box-shadow: 0 0 0;
    border: 1px solid #d1d1d1;
    padding-top: 42px;
    max-height: 300px;
  }
  .nice-select .list .option {
    font-size: 14px;
    font-weight: 500;
  }
  .nice-select:after {
    display: none;
  }
  .nice-select:before {
    content: "\E64B";
    font-family: themify;
    font-size: 12px;
    font-weight: 800;
    color: var(--system_secendory_color);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all 0.1s ease-in-out;
  }
  .short_select .nice-select {
    height: 36px;
  }
  .short_select .nice-select .current {
    line-height: 32px;
  }
  .header_area .nice-select {
    height: 38px;
  }
  .header_area .nice-select .current {
    line-height: 36px;
  }
  .dashboard_main_wrapper .short_select .nice-select {
    height: 42px;
  }
  .dashboard_main_wrapper .short_select .nice-select .current {
    line-height: 40px;
  }
  .select2-selection--single {
    border-color: #d1d1d1 !important;
    height: auto !important;
  }
  .select2-selection__rendered {
    --pr: 30px;
    font-size: 14px;
    line-height: 20px !important;
    color: var(--system_secendory_color) !important;
    padding: 14px 20px !important;
    padding-right: var(--pr) !important;
  }
  html[dir="rtl"] .select2-selection__rendered {
    padding-right: 20px !important;
    padding-left: var(--pr) !important;
  }
  .select2-selection__rendered:before {
    content: "\E64B";
    font-family: themify;
    font-size: 12px;
    font-weight: 800;
    color: var(--system_secendory_color);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.1s ease-in-out;
  }
  [aria-expanded="true"] .select2-selection__rendered:before {
    transform: translateY(-50%) scaleY(-1);
  }
  .select2-selection__arrow {
    display: none;
  }
  .select2-dropdown,
  .select2-search__field {
    border-color: #d1d1d1 !important;
  }
  .select2-results__options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .select2-results__options::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 100px;
  }
  .select2-results__options::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100px;
  }
  .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .select2-results__option--selected {
    background-color: #f3f3f3 !important;
  }
  .select2-results__option--highlighted {
    background-color: var(--system_primery_color) !important;
  }
  .pagination {
    --bs-pagination-padding-x: 18px;
    --bs-pagination-padding-y: 6px;
    justify-content: center;
    gap: 14px;
  }
  .pagination-wrapper {
    margin-top: 30px;
  }
  @media only screen and (max-width: 767px) {
    .pagination-wrapper {
      margin-top: 20px;
    }
  }
  .pagination .page-item.disabled {
    pointer-events: none;
    cursor: not-allowed;
  }
  .pagination .page-item:first-child:hover img {
    filter: brightness(0) invert(1);
  }
  .pagination .page-item:last-child img {
    transform: scaleX(-1);
  }
  .pagination .page-item:last-child:hover img {
    filter: brightness(0) invert(1);
  }
  .page-link {
    color: #1f2b40 !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 !important;
    border-radius: 2px !important;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
  }
  .page-item.active .page-link,
  .page-link:hover {
    background: var(--system_primery_color) !important;
    border-color: var(--system_primery_gredient1);
    color: #fff !important;
    background-size: 200% auto !important;
  }
  .paginations {
    --bs-pagination-padding-x: 18px;
    --bs-pagination-padding-y: 6px;
    justify-content: center;
    gap: 14px;
  }
  .paginations-wrapper {
    margin-top: 30px;
  }
  @media only screen and (max-width: 767px) {
    .paginations-wrapper {
      margin-top: 20px;
    }
  }
  .paginations .paginations-list {
    margin: 0;
  }
  .paginations .paginations-list.disabled {
    pointer-events: none;
    cursor: not-allowed;
  }
  .paginations .paginations-list:first-child {
    margin: 0;
    margin-right: 0 !important;
  }
  .paginations .paginations-list:first-child:hover img {
    filter: brightness(0) invert(1);
  }
  .paginations .paginations-list:first-child a,
  .paginations .paginations-list:last-child {
    margin: 0;
    margin-right: 0 !important;
  }
  .paginations .paginations-list:last-child img {
    transform: scaleX(-1);
  }
  .paginations .paginations-list:last-child:hover img {
    filter: brightness(0) invert(1);
  }
  .paginations .paginations-list:last-child a {
    margin: 0;
    margin-right: 0 !important;
  }
  .paginations-links {
    color: #1f2b40 !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 !important;
    border-radius: 2px !important;
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
  .paginations-links.active,
  .paginations-links:hover {
    background: var(--system_primery_color) !important;
    border-color: var(--system_primery_gredient1);
    color: #fff !important;
    background-size: 200% auto !important;
  }
  .course_tabs {
    border-radius: 5px;
    margin-bottom: 50px;
  }
  .lms_tabmenu {
    background: #fff !important;
    width: calc(100% - 20px);
    gap: 12px;
  }
  .lms_tabmenu .nav-item .nav-link.active {
    background: var(--system_primery_color);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% auto;
  }
  .lms_tabmenu .nav-item .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
  }
  .lms_tabmenu .nav-item .nav-link:hover {
    background: var(--system_primery_color);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% auto;
  }
  .link .reply2_btn,
  .link .reply_btn {
    color: #f64153;
  }
  .link .reply2_btn:hover,
  .link .reply_btn:hover {
    text-decoration: underline !important;
    text-underline-offset: 6px;
    color: #f64153 !important;
  }
  .delete_svg_icon {
    color: #687083;
  }
  .delete_svg_icon:hover {
    color: #f64153;
  }
  i.fa-star.empty {
    color: rgba(143, 104, 255, 0.3019607843);
  }
  .primary_input,
  .primary_input3 {
    height: 49px;
    border: 1px solid #d1d1d1;
    font-family: var(--font_family2), sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--system_secendory_color);
    padding: 15px 20px;
    width: 100%;
    border-radius: 6px;
  }
  .primary_input3::-moz-placeholder,
  .primary_input::-moz-placeholder {
    color: #afafaf;
  }
  .primary_input3::placeholder,
  .primary_input::placeholder {
    color: #afafaf;
  }
  .primary_input5 {
    height: 56px;
    border: 0;
    font-family: var(--font_family2), sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #202e3b;
    padding: 23px 0;
    width: 100%;
    position: relative;
  }
  .primary_input5::-moz-placeholder {
    color: #373737;
  }
  .primary_input5::placeholder {
    color: #373737;
  }
  .custom_input_group {
    height: 50px;
  }
  .custom_input_group .input-group-prepend .input-group-text {
    min-width: 242px;
    max-width: 242px;
    background: #395799;
    border: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 24px;
  }
  .custom_input_group .input-group-prepend .input-group-text i {
    font-size: 16px;
    color: #fff;
    margin-right: 14px;
  }
  .custom_input_group .input-group-prepend .input-group-text span {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font_family1);
    color: #fff;
  }
  .custom_input_group .input-group-prepend .input-group-text.twitter_bg {
    background: #1babf0;
  }
  .custom_input_group .input-group-prepend .input-group-text.linkedin_bg {
    background: #dd5143;
  }
  .custom_input_group .input-group-prepend .input-group-text.youtube_bg {
    background: red;
  }
  .custom_input_group input {
    height: 50px;
    border: 1px solid #d1d1d1 !important;
    font-family: var(--font_family2), sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--system_secendory_color);
    padding: 15px 20px;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .custom_input_group input::-moz-placeholder {
    color: #afafaf;
  }
  .custom_input_group input::placeholder {
    color: #afafaf;
  }
  .primary_textarea {
    height: 150px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    font-family: var(--font_family2), sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--system_secendory_color);
    padding: 15px 20px;
    width: 100%;
  }
  .primary_textarea::-moz-placeholder {
    font-size: 14px;
    color: #8e8e8e;
    text-transform: capitalize;
  }
  .primary_textarea::placeholder {
    font-size: 14px;
    color: #8e8e8e;
    text-transform: capitalize;
  }
  .primary_textarea3 {
    height: 160px;
    border: 1px solid #d1d1d1;
    font-family: var(--font_family2), sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--system_secendory_color);
    padding: 15px 20px;
    width: 100%;
  }
  .primary_textarea3::-moz-placeholder {
    color: #afafaf;
  }
  .primary_textarea3::placeholder {
    color: #afafaf;
  }
  .primary_textarea4 {
    height: 120px;
    border: 1px solid #d1d1d1;
    font-family: var(--font_family2), sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--system_secendory_color);
    padding: 15px 20px;
    width: 100%;
    background: transparent;
  }
  .primary_textarea4::-moz-placeholder {
    color: #afafaf;
  }
  .primary_textarea4::placeholder {
    color: #afafaf;
  }
  .primary_textarea5 {
    height: 130px;
    border-radius: 0;
    border: 0;
    font-family: var(--font_family2), sans-serif;
    color: #202e3b;
    padding: 3px 25px 0 0;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border: 0 !important;
  }
  .primary_textarea5:focus {
    border: 0;
    outline: none;
  }
  .primary_textarea5::-moz-placeholder {
    color: #373737;
  }
  .primary_textarea5::placeholder {
    color: #373737;
  }
  .primary_label {
    font-weight: 500;
    margin-bottom: 10px;
  }
  .primary_label,
  .primary_label2 {
    font-size: 14px;
    color: #373737;
    display: block;
    line-height: 1;
  }
  .primary_label2 {
    font-family: var(--font_family1);
    font-weight: 600;
    margin-bottom: 14px;
  }
  .primary_label2 span {
    color: #ff1919;
  }
  .contact_section .contact_title h4 {
    font-size: 36px;
    font-weight: 700;
    color: #1f2b40;
  }
  .contact_section .contact_info {
    padding-top: 186px;
  }
  .contact_section .contact_info > p {
    margin: 20px 0 49px;
  }
  .contact_section
    .contact_info
    .address_lines
    .single_address_line:not(:last-child) {
    margin-bottom: 15px;
  }
  .contact_section .contact_info .address_lines .single_address_line i {
    font-size: 20px;
    font-weight: 400;
    color: var(--system_primery_color);
    margin-right: 20px;
    position: relative;
    top: 7px;
  }
  .contact_section
    .contact_info
    .address_lines
    .single_address_line
    .address_info
    p {
    font-size: 14px;
    font-weight: 600;
    color: #373737;
  }
  .contact_section
    .contact_info
    .address_lines
    .single_address_line
    .address_info
    p:not(:last-child) {
    margin-bottom: 0;
  }
  .contact_section .contact_form_box {
    padding: 77px 45px 60px;
  }
  .contact_section .contact_form_box .contact_title {
    margin-bottom: 29px;
  }
  .contact_map {
    padding: 120px 0 0;
  }
  .contact_map #contact-map {
    height: 400px;
  }
  @media (max-width: 767.98px) {
    .custom_input_group .input-group-prepend .input-group-text {
      min-width: 40px;
      max-width: 40px;
      flex: 40px 0 0;
      padding-left: 20px;
      padding-right: 35px;
      width: 40px;
    }
    .custom_input_group .input-group-prepend .input-group-text span {
      display: none;
    }
    .contact_section .contact_info {
      padding-top: 71px;
    }
    .contact_section .contact_form_box {
      padding: 47px 30px 40px;
    }
    .contact_section .contact_form_box input {
      min-height: 69px;
      border: 0.5px solid #d1d1d1;
    }
    .contact_map {
      padding: 45px 0 75px;
    }
  }
  .contact-form select {
    padding-left: 30px;
  }
  .contact-form input,
  .contact-form select {
    height: 70px;
    font-size: 18px;
  }
  .contact-form span.text-danger {
    position: absolute;
    bottom: -22px;
    font-size: 14px;
  }
  .contact-form button[type="submit"] {
    height: 70px;
    font-size: 18px;
  }
  .contact-form .contact-form-element {
    position: relative;
    margin-bottom: 30px;
    display: flex;
  }
  .contact-form .contact-form-element.has-content input ~ label {
    top: 0;
    font-size: 14px;
    left: 20px;
    background: #fff;
    padding: 2px 4px;
  }
  .contact-form .contact-form-element.has-content textarea ~ label {
    top: -8px;
    font-size: 14px;
    left: 20px;
    background: #fff;
    padding: 2px 4px;
  }
  .contact-form .contact-form-element input,
  .contact-form .contact-form-element textarea {
    margin-bottom: 0 !important;
    padding-left: 40px;
  }
  html[dir="rtl"] .contact-form .contact-form-element input,
  html[dir="rtl"] .contact-form .contact-form-element textarea {
    padding-left: 0;
    padding-right: 40px;
  }
  .contact-form .contact-form-element input:focus ~ label {
    top: 0;
    font-size: 14px;
    left: 20px;
    color: var(--system_primery_gredient1);
    background: #fff;
    padding: 2px 4px;
  }
  .contact-form .contact-form-element textarea:focus ~ label {
    top: -8px;
    font-size: 14px;
    left: 20px;
    color: var(--system_primery_gredient1);
    background: #fff;
    padding: 2px 4px;
  }
  .contact-form .contact-form-element input ~ label {
    top: 50%;
    transform: translateY(-50%);
  }
  .contact-form .contact-form-element input ~ label,
  .contact-form .contact-form-element textarea ~ label {
    position: absolute;
    margin: 0;
    line-height: 1;
    left: 40px;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
  }
  .contact-form .contact-form-element textarea ~ label {
    top: 20px;
  }
  .conversition_box .single_comment_box .comment_box_inner {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .conversition_box .single_comment_box .comment_box_inner .comment_box_info {
    display: flex;
    --thumb-img: 50px;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner
    .comment_box_info
    .thumb {
    width: var(--thumb-img);
    height: var(--thumb-img);
    flex: var(--thumb-img) 0 0;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner
    .comment_box_info
    .thumb
    img {
    width: 100%;
    border-radius: 50%;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner
    .comment_box_info
    .comment_box_text {
    position: relative;
    z-index: 1;
    width: calc(100% - var(--thumb-img));
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner
    .comment_box_info
    .comment_box_text
    h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--system_secendory_color);
    margin-bottom: 0;
    display: inline-block;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner
    .comment_box_info
    .comment_box_text
    span {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 2px;
    display: block;
    color: #7b7887;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner
    .comment_box_info
    .comment_box_text
    p {
    font-size: 16px;
    color: var(--system_secendory_color);
    line-height: 1.7;
    margin-bottom: 14px;
    text-align: left;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner
    .comment_box_info
    .comment_box_text
    .attach_view {
    display: flex;
    align-items: center;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner
    .comment_box_info
    .comment_box_text
    .attach_view
    .attacthment_link {
    font-size: 11px;
    background: #a9a9a9;
    color: #fff;
    padding: 3px 10px;
    border-radius: 30px;
    margin-right: 5px;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner
    .comment_box_info
    .comment_box_text
    .attach_view
    .view {
    color: #fff;
    background: #a9a9a9;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner
    .comment_box_info
    .comment_box_text
    .attach_view
    .view
    i {
    font-size: 12px;
    line-height: 1;
  }
  .conversition_box .single_comment_box .comment_box_inner .comment_box_edit {
    text-align: right;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner.comment_box_inner_reply {
    margin-left: 50px;
    border-bottom: 1px solid #d1d1d1;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner.comment_box_inner_reply
    .attach_view {
    justify-content: flex-end;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner.comment_box_inner_reply2 {
    margin-left: 100px;
    border-bottom: 1px solid #d1d1d1;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner.comment_box_inner_reply2
    .thumb {
    margin-left: 15px;
    margin-right: 0;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner.comment_box_inner_reply2
    .attach_view {
    justify-content: flex-end;
  }
  @media (max-width: 575.98px) {
    .conversition_box
      .single_comment_box
      .comment_box_inner.comment_box_inner_reply,
    .conversition_box
      .single_comment_box
      .comment_box_inner.comment_box_inner_reply2 {
      margin-left: 20px;
    }
  }
  .counter_area {
    padding: 150px 0 145px;
    position: relative;
  }
  .counter_area:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 52%;
    background-image: url(../img/about/counter_bg.png);
    -webkit-clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
  }
  .counter_area .counter_wrapper .single_counter {
    display: flex;
    align-items: center;
  }
  .counter_area .counter_wrapper .single_counter:not(:last-child) {
    margin-bottom: 53px;
  }
  .counter_area .counter_wrapper .single_counter:first-child {
    padding-left: 165px;
  }
  .counter_area .counter_wrapper .single_counter:nth-child(2) {
    padding-left: 105px;
  }
  .counter_area .counter_wrapper .single_counter:nth-child(3) {
    padding-left: 15px;
  }
  .counter_area .counter_wrapper .single_counter h3 {
    font-size: 60px;
    font-weight: 900;
    color: var(--system_primery_color);
    margin-right: 42px;
    min-width: 150px;
    margin-bottom: 0;
  }
  .counter_area .counter_wrapper .single_counter .counter_content h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--system_secendory_color);
    margin-bottom: 15px;
  }
  .counter_area .counter_wrapper .single_counter .counter_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #373737;
  }
  @media (max-width: 767.98px) {
    .counter_area {
      padding: 36px 0 72px;
    }
    .counter_area .counter_wrapper .single_counter {
      padding-left: 0 !important;
      flex-direction: column;
      align-items: flex-start;
    }
    .counter_area .counter_wrapper .single_counter h3 {
      font-size: 40px;
      width: auto;
      margin-bottom: 20px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .counter_area {
      padding: 25px 0 144px;
    }
  }
  @media (max-width: 991.98px) {
    .counter_area:before {
      display: none;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .counter_area:before {
      width: 45%;
    }
  }
  @media (min-width: 992px) and (max-width: 1499.98px) {
    .counter_area:before {
      width: 45%;
    }
    .counter_area .counter_wrapper .single_counter:first-child {
      padding-left: 30px;
    }
    .counter_area .counter_wrapper .single_counter:nth-child(2) {
      padding-left: 10px;
    }
    .counter_area .counter_wrapper .single_counter:nth-child(3) {
      padding-left: 0;
    }
    .counter_area .counter_wrapper .single_counter h3 {
      margin-right: 30px;
      font-size: 50px;
    }
  }
  .course_area .single_course .thumb {
    position: relative;
    overflow: hidden;
  }
  .course_area .single_course .thumb img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  .course_area .single_course .thumb .prise_tag {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    background: #fff;
    color: var(--system_primery_color);
  }
  .course_area .single_course .course_content {
    padding-top: 26px;
    padding-right: 20px;
  }
  .course_area .single_course .course_content h4 {
    font-weight: 700;
    transition: all 0.4s ease-in-out;
  }
  .course_area .single_course .course_content h4:hover {
    color: var(--system_primery_color);
  }
  .course_area .single_course .course_content .rating_cart {
    display: flex;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .course_area .single_course .course_content .rating_cart .rateing {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    font-weight: 500;
    color: var(--system_secendory_color);
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    margin-right: 5px;
  }
  .course_area .single_course .course_content .rating_cart .rateing span {
    margin-right: 7px;
  }
  .course_area .single_course .course_content .rating_cart .rateing i {
    color: #ffc107;
  }
  .course_area .single_course .course_content .rating_cart .cart_store {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: var(--system_secendory_color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
  }
  .course_area .single_course .course_content .rating_cart .cart_store:hover {
    border-color: var(--system_primery_color);
    color: var(--system_primery_color);
  }
  .course_area .single_course .course_content .course_less_students a {
    font-size: 14px;
    font-weight: 400;
    color: var(--system_secendory_color);
    display: inline-flex;
    align-items: center;
  }
  .course_area
    .single_course
    .course_content
    .course_less_students
    a:not(:last-child) {
    margin-right: 30px;
  }
  .course_area .single_course .course_content .course_less_students a i {
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
  }
  .course_area .single_course:hover img,
  .couse_wizged:hover img {
    transform: scale(1.1);
  }
  .couse_wizged:hover .thumb_inner {
    transform: scale(1);
  }
  .couse_wizged .thumb {
    position: relative;
    overflow: hidden;
    height: 215px;
  }
  .couse_wizged .thumb img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  .couse_wizged .thumb_inner {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
  }
  .couse_wizged .thumb .prise_tag {
    position: absolute;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    top: 20px;
    left: 20px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    background: #fff;
    color: var(--system_primery_color);
    min-height: 70px;
    padding: 0 10px !important;
    min-width: 70px !important;
  }
  .couse_wizged .thumb .prev_prise {
    text-decoration: line-through;
    color: var(--system_secendory_color);
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 5px;
  }
  .couse_wizged .course_content {
    padding-top: 26px;
    padding-right: 20px;
  }
  .couse_wizged .course_content h4 {
    font-weight: 700;
    transition: all 0.4s ease-in-out;
  }
  .couse_wizged .course_content h4:hover {
    color: var(--system_primery_color);
  }
  .couse_wizged .course_content .rating_cart {
    display: flex;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .couse_wizged .course_content .rating_cart .rateing {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    font-weight: 500;
    color: var(--system_secendory_color);
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    margin-right: 5px;
    background: #fff;
  }
  .couse_wizged .course_content .rating_cart .rateing span {
    margin-right: 7px;
  }
  .couse_wizged .course_content .rating_cart .rateing i {
    color: #ffc107;
  }
  .couse_wizged .course_content .rating_cart .cart_store {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: var(--system_secendory_color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #fff;
    transition: all 0.4s ease-in-out;
  }
  .couse_wizged .course_content .rating_cart .cart_store:hover {
    border-color: var(--system_primery_color);
    color: var(--system_primery_color);
  }
  .couse_wizged .course_content .course_less_students a {
    font-size: 14px;
    font-weight: 400;
    color: var(--system_secendory_color);
    display: inline-flex;
    align-items: center;
  }
  .couse_wizged .course_content .course_less_students a:not(:last-child) {
    margin-right: 30px;
  }
  .couse_wizged .course_content .course_less_students a i {
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
  }
  @media (max-width: 1199px) {
    .section_spacing .couse_wizged {
      margin-bottom: 50px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section_spacing .couse_wizged {
      margin-bottom: 30px;
    }
  }
  .Nocouse_wizged {
    grid-gap: 15px;
  }
  .Nocouse_wizged h1 {
    font-size: 30px;
  }
  @media (max-width: 575.98px) {
    .Nocouse_wizged h1 {
      font-size: 20px;
    }
  }
  .quiz_area {
    padding-bottom: 140px;
  }
  .quiz_area .single_course .thumb {
    position: relative;
    overflow: hidden;
  }
  .quiz_area .single_course .thumb img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  .quiz_area .single_course .thumb .prise_tag {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    background: #fff;
    color: var(--system_primery_color);
  }
  .quiz_area .single_course .thumb .live_tag {
    color: var(--system_primery_color);
  }
  .quiz_area .single_course .thumb .live_tag,
  .quiz_area .single_course .thumb .quiz_tag {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: capitalize;
    border-radius: 0 5px 0 0;
    padding: 8px 16px;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
  }
  .quiz_area .single_course .thumb .quiz_tag {
    color: #373737;
  }
  .quiz_area .single_course .course_content {
    padding-top: 26px;
    padding-right: 20px;
  }
  .quiz_area .single_course .course_content h4 {
    font-weight: 700;
    transition: all 0.4s ease-in-out;
  }
  .quiz_area .single_course .course_content h4:hover {
    color: var(--system_primery_color);
  }
  .quiz_area .single_course .course_content .rating_cart {
    display: flex;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .quiz_area .single_course .course_content .rating_cart .rateing {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    font-weight: 500;
    color: var(--system_secendory_color);
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    margin-right: 5px;
  }
  .quiz_area .single_course .course_content .rating_cart .rateing span {
    margin-right: 7px;
  }
  .quiz_area .single_course .course_content .rating_cart .rateing i {
    color: #ffc107;
  }
  .quiz_area .single_course .course_content .rating_cart .cart_store {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: var(--system_secendory_color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
  }
  .quiz_area .single_course .course_content .rating_cart .cart_store:hover {
    border-color: var(--system_primery_color);
    color: var(--system_primery_color);
  }
  .quiz_area .single_course .course_content .course_less_students a {
    font-size: 14px;
    font-weight: 400;
    color: var(--system_secendory_color);
    display: inline-flex;
    align-items: center;
  }
  .quiz_area
    .single_course
    .course_content
    .course_less_students
    a:not(:last-child) {
    margin-right: 30px;
  }
  .quiz_area .single_course .course_content .course_less_students a i {
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
  }
  .quiz_area .single_course:hover img {
    transform: scale(1.1);
  }
  .quiz_area .white_box {
    background: #fff;
    position: relative;

    padding-top: 90px;
  }
  .author-img {
    width: var(--width);
    height: var(--width);
    flex: 0 0 auto;
    border: 1px solid #F7EFFF;
}
  .quiz_wizged .thumb img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  .quiz {
    padding: var(--section-sepreate-sm) 0;
    background-color: #f8f8f8;
}
  .quiz_wizged .thumb .prise_tag {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
  }
  .quiz_wizged .thumb .live_tag,
  .quiz_wizged .thumb .prise_tag {
    color: var(--system_primery_color);
  }
  .quiz_wizged .thumb .live_tag,
  .quiz_wizged .thumb .quiz_tag {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: capitalize;
    border-radius: 0 5px 0 0;
    padding: 8px 16px;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
  }
  .quiz_wizged .thumb .quiz_tag {
    color: #373737;
  }
  .quiz_wizged .course_content {
    padding-top: 26px;
    padding-right: 20px;
  }
  .quiz_wizged .course_content h4 {
    font-weight: 700;
    transition: all 0.4s ease-in-out;
  }
  .quiz_wizged .course_content h4:hover {
    color: var(--system_primery_color);
  }
  .quiz_wizged .course_content .rating_cart {
    display: flex;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .quiz_wizged .course_content .rating_cart .rateing {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    font-weight: 500;
    color: var(--system_secendory_color);
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    margin-right: 5px;
    background: #fff;
  }
  .quiz_wizged .course_content .rating_cart .rateing span {
    margin-right: 7px;
  }
  .quiz_wizged .course_content .rating_cart .rateing i {
    color: #ffc107;
  }
  .quiz_wizged .course_content .rating_cart .cart_store {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: var(--system_secendory_color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #fff;
    transition: all 0.4s ease-in-out;
  }
  .quiz_wizged .course_content .rating_cart .cart_store:hover {
    border-color: var(--system_primery_color);
    color: var(--system_primery_color);
  }
  .quiz_wizged .course_content .course_less_students a {
    font-size: 14px;
    font-weight: 400;
    color: var(--system_secendory_color);
    display: inline-flex;
    align-items: center;
  }
  .quiz_wizged .course_content .course_less_students a:not(:last-child) {
    margin-right: 30px;
  }
  .quiz_wizged .course_content .course_less_students a i {
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
  }
  .quiz_wizged:hover img {
    transform: scale(1.1);
  }
  .courses_area {
    padding: 80px 0 90px;
  }
  .courses_area .couse_wizged,
  .courses_area .quiz_wizged {
    margin-bottom: 0px;
  }
  .courses_area .short_select .nice-select-search-box {
    display: none;
  }
  .courses_area .short_select ul {
    padding-top: 0;
  }
  .course_category_chose .single_course_categry {
    border: 0.5px solid #d1d1d1;
    border-radius: 20px;
    padding: 26px 26px 0;
  }
  .course_category_chose .single_course_categry .primary_checkbox {
    margin-bottom: 23px;
  }
  .course_category_chose .single_course_categry h4 {
    margin-bottom: 18px;
  }
  .course_category_chose .single_course_categry:not(:last-child) {
    margin-bottom: 36px;
  }
  .course_category_chose .course_title svg {
    margin-right: 10px;
  }
  .Check_sidebar li:not(:last-child) {
    margin-bottom: 15px;
  }
  .noBrake {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .quiz_area .single_course .course_content,
    .quiz_wizged .course_content {
      padding-right: 0;
    }
  }
  @media (max-width: 767.98px) {
    .quiz_area {
      padding-bottom: 45px;
    }
    .quiz_area .white_box {
      margin-top: -75px;
      padding-top: 45px;
    }
    .quiz_area .single_course .course_content,
    .quiz_wizged .course_content {
      padding-right: 0;
    }
    .courses_area {
      padding: 65px 0 30px;
    }
    .courses_area .couse_wizged,
    .courses_area .quiz_wizged {
      margin-bottom: 40px;
    }
  }
  .lms_tabmenu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .social-list a {
    --link: 30px;
    width: var(--link);
    height: var(--link);
    border-radius: 100%;
    background-color: #EBEFF2;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #98A6B4;
    font-size: 15px;
    line-height: 1.5;
}
.social-list {
  position: relative;
  display: flex;
  align-items: center;
}
  .lms_tabmenu::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
  }
  .lms_tabmenu::-webkit-scrollbar-thumb {
    background: var(--system_primery_color);
    border-radius: 10px;
    background-size: 200% auto;
  }
  .lms_tabmenu::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .quiz_wizged .thumb .prev_prise {
    text-decoration: line-through;
    color: var(--system_secendory_color);
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 5px;
  }
  .quiz_wizged .thumb .prise_tag {
    top: 20px;
    right: 20px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    min-height: 70px;
    min-width: 70px !important;
  }
  html[dir="rtl"] .quiz_wizged .thumb .prise_tag {
    left: 20px;
    right: auto;
  }
  .single_play_list .active span {
    color: var(--system_primery_color);
  }
  .class_tags {
    padding: 20px 20px 20px 24px;
  }
  html[dir="rtl"] .class_tags {
    padding: 20px 24px 20px 20px;
  }
  .class_price_tag .prise_tag {
    right: 24px !important;
  }
  html[dir="rtl"] .class_price_tag .prise_tag {
    left: 24px !important;
    right: auto !important;
  }
  .class_tags,
  .class_tags a {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    margin-bottom: 0 !important;
  }
  .class_tags span {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 100px;
    color: #fff;
    line-height: 1.3;
  }
  .class_tags span.bg1 {
    background: #f81717;
  }
  .class_tags span.bg2 {
    background: #4b64ec;
  }
  .class_tags span.bg3 {
    background: #16ce8c;
  }
  .course {
    margin-bottom: 50px;
    margin-top: 50px;

    height: 100%;
  }
  .course-section {
    margin: 100px 0;
  }
  .course-item {
    border: 0px solid #d1d1d1;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
  }
  .course-item,
  .course-item-img {
    transition: all 0.4s ease-in-out;
  }
  .course-item-img {
    height: 192px;
    overflow: hidden;
    position: relative;
    border-bottom: 0.5px solid #d1d1d1;
    border-radius: 20px;
  }
  .course-item-img .course-tag {
    position: absolute;
    top: -20px;
    left: 100px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 50px;
    padding: 6px 16px;
    background: #ffffff;
  }

  .course-tag {
    position: relative;
    top: 17px;
    text-align: center;
    left: 94px;
    width: 151px;
    font-size: 14px!important;
    z-index: 999999999999;
    line-height: 1.4;
    border-radius: 50px;
    padding: 6px 20px;
    background: #ffffff;
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.4);
  }
  .course-item-info .course-tag {
    margin-top: -25px;
    margin-left: -6px;
    width: 55%;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 50px;
    padding: 6px 16px;
    background: #9b6ce51a;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .course-item-img .course-tag {
      font-size: 13px;
    }
  }
  @media only screen and (max-width: 991px) {
    .course-item-img .course-tag {
      font-size: 12px;
    }
  }
  html[dir="rtl"] .course-item-img .course-tag {
    left: auto;
    right: 20px;
  }
  .course-item-img .course-tag span {
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .course-item-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    transition: all 0.4s ease-in-out;
  }
  .course-item:hover img {
    transform: scale(1.2) !important;
  }
  .course-item-info {
    padding: 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .course-item-info-footer {
    border-top: 0.5px solid #d1d1d1;
  }
  .course-item-info .title {
    font-size: 22px;
    line-height: 1.4;
    line-height: 24px;
    font-weight: 600;
    color: #1f2b40;
    font-family: var(--fontFamily1);
    margin-bottom: 12px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .course-item-info .title {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 991px) {
    .course-item-info .title {
      font-size: 13px;
    }
  }
  .course-item-info .title:hover {
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .course-item-info .meta {
    font-size: 13px;
    line-height: 1.4;
    color: #1f2b40;
    margin-bottom: 30px;
    line-height: 15px;
  }
  @media only screen and (max-width: 991px) {
    .course-item-info .meta {
      font-size: 12px;
    }
  }
  .course-item-info .meta img,
  .course-item-info .meta svg {
    width: 15px;
    height: 15px;
  }
  .course-item-info .meta a {
    color: #1f2b40;
  }
  .course-item-info-description {
    font-size: 13px;
    line-height: 1.4;
    color: #656a7b;
    line-height: 21px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  @media only screen and (max-width: 991px) {
    .course-item-info-description {
      font-size: 12px;
    }
  }
  .course-item-footer {
    padding-top: 12px;
    flex-grow: 1;
    position: relative;
  }
  .course-item-footer:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    border-top: 0.5px solid #d1d1d1;
    bottom: 43px;
    left: 0;
    right: 0;
  }
  .course-item-footer.no-border:before {
    display: none;
  }
  .course-item-footer .price {
    display: flex;
    gap: 10px;
    align-items: flex-end;
  }
  .course-item-footer .price .current {
    font-size: 20px;
    line-height: 1.5;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--fontFamily1);
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .course-item-footer .price .current {
      font-size: 18px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .course-item-footer .price .current {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 767px) {
    .course-item-footer .price .current {
      font-size: 14px;
    }
  }
  .course-item-footer .price del {
    color: #1f2b40;
    font-size: 16px;
    line-height: 1;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .course-item-footer .price del {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 991px) {
    .course-item-footer .price del {
      font-size: 13px;
    }
  }
  .curriculum_meta {
    gap: 8px;
  }
  .curriculum_meta li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
  }
  .curriculum_meta li:not(:last-child):after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #1f2b40;
    display: inline-block;
  }
  .curriculum_meta_accordion {
    gap: 8px;
    padding-right: 40px;
  }
  .curriculum_meta_accordion li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
  }
  .curriculum_meta_accordion li:not(:last-child):after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
  }
  .expand_all_btn {
    font-size: 20px;
    font-weight: 700;
    color: #020343;

    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .expand_all_btn:hover {
    background-position: 100%;
  }
  .accordion-item {
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.0784313725);
  }
  .accordion-item .accordion-button {
    background: var(--system_primery_color);
    background-size: 200% auto;
    color: #fff !important;
    padding: 20px !important;
  }
  .accordion-item .accordion-button:before {
    color: #fff !important;
  }
  .accordion-item .accordion-body {
    padding-top: 34px;
    background: #fff;
    border: 0;
  }
  .curriculam_left {
    max-width: none;
    flex: initial;
  }
  .course_category_chose .primary_checkbox .label_name {
    color: #9f8ea9;
  }
  .course_category_chose .primary_checkbox:hover .label_name,
  .course_category_chose
    .primary_checkbox
    input[checked]
    + .checkmark
    + .label_name {
    color: transparent;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webit-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .course_category_chose .single_course_categry h4 {
    font-weight: 500 !important;
  }
  .primary_checkbox2 .checkmark:after,
  .primary_checkbox .checkmark:after {
    background: rgba(143, 104, 255, 0.1019607843) !important;
    border-color: rgba(143, 104, 255, 0.7019607843) !important;
  }
  .single_course_categry ul {
    max-height: 250px;
    overflow: auto;
    margin: 18px 0 20px;
    padding-top: 2px;
  }
  .single_course_categry ul::-webkit-scrollbar {
    width: 5px;
  }
  .single_course_categry ul::-webkit-scrollbar-track {
    background: rgba(143, 104, 255, 0.2);
    border-radius: 20px;
    border: 1px solid #fff !important;
    box-sizing: content-box;
  }
  .single_course_categry ul::-webkit-scrollbar-thumb {
    background: var(--system_primery_color);
    background-size: 200% auto;
    border-radius: 20px;
  }
  .single_course_categry ul::-webkit-scrollbar-thumb:hover {
    background-position: 100%;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .font_40 {
    font-size: 40px;
  }
  .gap-10 {
    gap: 10px;
  }
  .gap-12 {
    gap: 12px;
  }
  .gap-20 {
    gap: 20px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .px-34 {
    padding-left: 34px;
    padding-right: 34px;
  }
  .pb-50 {
    padding-bottom: 50px;
  }
  .font_32 {
    font-size: 32px;
  }
  .details_shadow {
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1490196078) !important;
    margin-bottom: 50px;
  }
  .course_tabs.gradient {
    border-radius: 2px;
    margin-bottom: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-size, 95px);
    z-index: 2;
  }
  .course_tab_content > div:not(:last-child) {
    margin-bottom: 50px;
  }
  .gradient_border {
    background: #fff;
    border-radius: 5px;
  }
  .gradient_border .nav-item .nav-link.active {
    background: var(--system_primery_color);
    background-size: 200% auto;
    color: #fff;
  }
  .gradient_border .nav-item .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    background: #f5f5f5;
    border: 1px solid #f5f5f5 !important;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }
  .gradient_border .nav-item .nav-link:not(.active):hover {
    background: #fff;
    color: var(--system_secendory_color);
    border: 0.5px solid var(--system_primery_gredient1) !important;
  }
  .course_sidebar {
    margin-top: -304px;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1490196078);
    margin-bottom: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-size, 95px);
  }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .course_sidebar {
      margin-top: -320px;
    }
  }
  @media (max-width: 1200px) {
    .course_sidebar {
      margin-top: 0;
    }
  }
  .quiz_sidebar__widget {
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1490196078);
    margin-bottom: 50px;
  }
  .course__details,
  .quiz__details {
    padding: 35px 0 0;
    background: #fff;
  }
  .course__details_head,
  .quiz__details_head {
    padding: 50px 0;
    padding-top: 122px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .course__details_head .location,
  .quiz__details_head .location {
    font-size: 18px;
    line-height: 28px;
    color: var(--menu_text);
    display: flex;
    align-items: center;
  }
  .course__details_head .location .location_title,
  .quiz__details_head .location .location_title {
    width: 17ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }
  .course__details_head .category,
  .quiz__details_head .category {
    margin-bottom: 40px;
  }
  .course__details_head .category_item a,
  .quiz__details_head .category_item a {
    text-decoration: underline !important;
    text-underline-offset: 4px;
    color: var(--menu_text);
    font-size: 14px;
    text-transform: capitalize;
  }
  .course__details_head .meta_item,
  .quiz__details_head .meta_item {
    background: #fff;
    color: #1f2b40;
    padding: 10px 16px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
  }
  .course__details_head .meta_item.highlight,
  .quiz__details_head .meta_item.highlight {
    background: var(--system_secendory_color);
    color: #fff;
    padding: 7px 24px 7px 7px;
    background-size: 200% auto;
    border-radius: 50px;
  }
  .course__details_head .meta_item.highlight img,
  .quiz__details_head .meta_item.highlight img {
    border-radius: 100%;
    width: 30px;
    aspect-ratio: 1/1;
  }
  .course__details_head .meta_item.highlight p,
  .quiz__details_head .meta_item.highlight p {
    color: #fff;
  }
  .course__details_head .title,
  .quiz__details_head .title {
    font-size: 48px;
    line-height: 64px;
    color: var(--menu_text);
    font-weight: 700;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  @media (max-width: 991px) {
    .course__details_head .title,
    .quiz__details_head .title {
      font-size: 38px;
      line-height: 48px;
    }
  }
  @media (max-width: 767px) {
    .course__details_head .title,
    .quiz__details_head .title {
      font-size: 32px;
      line-height: 42px;
    }
  }
  .course__details_title,
  .quiz__details_title {
    display: flex;
  }
  .course__details_title .single__details,
  .quiz__details_title .single__details {
    display: flex;
    align-items: center;
    position: relative;
    width: 33%;
    z-index: 1;
    margin-bottom: 40px;
  }
  .course__details_title .single__details:not(:last-child),
  .quiz__details_title .single__details:not(:last-child) {
    margin-right: 60px;
    padding-right: 60px;
  }
  .course__details_title .single__details:not(:last-child):before,
  .quiz__details_title .single__details:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #e9e7f7;
    width: 1px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .course__details_title .single__details .thumb,
  .quiz__details_title .single__details .thumb {
    margin-right: 25px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex: 80px 0 0;
    background-size: cover;
    background-position: 50%;
  }
  .course__details_title .single__details .thumb img,
  .quiz__details_title .single__details .thumb img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }
  .course__details_title .single__details .details_content span,
  .quiz__details_title .single__details .details_content span {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    display: inline-block;
    margin-bottom: 3px;
  }
  .course__details_title .single__details .details_content .rating_star,
  .quiz__details_title .single__details .details_content .rating_star {
    display: flex;
  }
  .course__details_title .single__details .details_content .rating_star .stars,
  .quiz__details_title .single__details .details_content .rating_star .stars {
    display: flex;
    align-items: center;
  }
  .course__details_title .single__details .details_content .rating_star .stars i,
  .quiz__details_title .single__details .details_content .rating_star .stars i {
    font-size: 15px;
    color: #ffc107;
  }
  .course__details_title
    .single__details
    .details_content
    .rating_star
    .stars
    i:not(:last-child),
  .quiz__details_title
    .single__details
    .details_content
    .rating_star
    .stars
    i:not(:last-child) {
    margin-right: 5px;
  }
  .course__details_title .single__details .details_content .rating_star p,
  .quiz__details_title .single__details .details_content .rating_star p {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font_family2), sans-serif;
    color: var(--system_secendory_color);
    margin-bottom: 0;
    margin-left: 19px;
  }
  .course__details .video_screen,
  .quiz__details .video_screen {
    background-image: url(../img/course_details/banner.jpg);
    width: 100%;
    aspect-ratio: 415/267;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .course__details .video_screen p,
  .quiz__details .video_screen p {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font_family2), sans-serif;
    color: #fff;
    margin-top: 14px;
  }
  .quiz__details {
    background: #fff;
    padding: 80px 0 50px !important;
  }
  .sidebar__widget {
    padding: 24px 40px 40px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

  }
  .sidebar__widget .sidebar__title {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
  }
  .sidebar__widget .sidebar__title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #020343;
    margin-bottom: 0;
    margin-right: 0;
  }
  .sidebar__widget .sidebar__title .previous_price {
    font-size: 20px;
    font-weight: 500;
  }
  .sidebar__widget .sidebar__title p {
    font-weight: 600;
  }
  .sidebar__widget .sidebar__title p,
  .sidebar__widget .sidebar__title p a {
    font-size: 14px;
    color: #c4c4c4;
    margin-bottom: 0;
    font-family: var(--font_family1);
  }
  .sidebar__widget .sidebar__title p a {
    font-weight: 500;
  }
  .sidebar__widget .sidebar__title p a:hover {
    color: var(--system_primery_color);
  }
  .sidebar__widget .sidebar__title p a i {
    margin-right: 5px;
  }
  .sidebar__widget .course_includes li {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .sidebar__widget .course_includes li:not(:last-child) {
    margin-bottom: 12px;
  }
  .sidebar__widget .course_includes li i {
    font-size: 22px;
    font-weight: 400;
    color: #373737;
    margin-right: 15px;
  }
  .sidebar__widget .course_includes li p {
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 0;
  }
  .lms_tab_content
    .course_overview_description
    .single_overview:not(:last-child) {
    margin-bottom: 54px;
  }
  .lms_tab_content .course_overview_description .single_overview:last-child {
    margin-bottom: 25px;
  }
  .lms_tab_content .course_overview_description .single_overview .theme_border {
    margin-bottom: 24px;
  }
  .lms_tab_content .course_overview_description .single_overview p {
    line-height: 26px;
    font-weight: 400;
  }
  .lms_tab_content .course_overview_description .single_overview .social_btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .lms_tab_content
    .course_overview_description
    .single_overview
    .social_btns
    .social_btn {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .lms_tab_content
    .course_overview_description
    .single_overview
    h4:not(:first-child) {
    margin-top: 66px;
  }
  .lms_tab_content .instractor_details_wrapper {
    padding-bottom: 97px;
  }
  .lms_tab_content .instractor_details_wrapper .instractor_title {
    margin-bottom: 45px;
  }
  .lms_tab_content .instractor_details_wrapper .instractor_title h4 {
    margin-bottom: 3px;
  }
  .lms_tab_content .instractor_details_wrapper .instractor_title > p {
    color: #373737;
    font-weight: 500;
  }
  .lms_tab_content
    .instractor_details_wrapper
    .instractor_details_inner
    .instractor_details_info
    h4 {
    margin-bottom: 8px;
  }
  .lms_tab_content
    .instractor_details_wrapper
    .instractor_details_inner
    .instractor_details_info
    h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font_family2), sans-serif;
    color: #373737;
  }
  .lms_tab_content
    .instractor_details_wrapper
    .instractor_details_inner
    .instractor_details_info
    .ins_details {
    margin-bottom: 21px;
    margin-top: 24px;
  }
  .lms_tab_content
    .instractor_details_wrapper
    .instractor_details_inner
    .instractor_details_info
    .intractor_qualification
    .single_qualification {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font_family2), sans-serif;
    margin-bottom: 10px;
  }
  .lms_tab_content
    .instractor_details_wrapper
    .instractor_details_inner
    .instractor_details_info
    .intractor_qualification
    .single_qualification
    i {
    font-size: 22px;
    font-weight: 400;
    margin-right: 15px;
  }
  .lms_tab_content .author_courses {
    padding-top: 30px;
    border-top: 1px solid #e9e7f7;
  }
  .course_review_wrapper .details_title {
    margin-bottom: 45px;
  }
  .course_review_wrapper .details_title h4 {
    margin-bottom: 3px;
  }
  .course_review_wrapper .details_title > p {
    color: #373737;
  }
  .course_review_wrapper .course_feedback {
    display: flex;
    align-items: center;
    border: 0.5px solid #d1d1d1;
    padding: 24px 38px 24px 26px;
    border-radius: 2px;
  }
  @media (max-width: 767px) {
    .course_review_wrapper .course_feedback {
      padding-right: 26px;
      padding-left: 26px;
    }
  }
  html[dir="rtl"] .course_review_wrapper .course_feedback {
    padding-left: 38px;
    padding-right: 26px;
  }
  .course_review_wrapper .course_feedback .course_feedback_left {
    padding-right: 60px;
    margin-bottom: 30px;
    text-align: center;
  }
  @media (max-width: 767px) {
    .course_review_wrapper .course_feedback .course_feedback_left {
      padding-right: 0;
    }
  }
  .course_review_wrapper .course_feedback .course_feedback_left h2 {
    font-size: 48px;
    font-weight: 900;
    color: transparent;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 0;
    line-height: 1;
  }
  .course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 8px;
  }
  .course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars i {
    color: #ffc107;
    font-size: 16px;
  }
  .course_review_wrapper
    .course_feedback
    .course_feedback_left
    .feedmak_stars
    i:not(:last-child) {
    margin-right: 5px;
  }
  .course_review_wrapper .course_feedback .course_feedback_left span {
    font-family: var(--font_family2), sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #656a7b;
  }
  .course_review_wrapper .course_feedback .feedbark_progressbar {
    width: 100%;
  }
  .course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar {
    display: grid;
    grid-template-columns: minmax(-webkit-max-content, 100%) repeat(2, 1fr);
    grid-template-columns: minmax(max-content, 100%) repeat(2, 1fr);
    align-items: center;
  }
  .course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar:not(:last-child) {
    margin-bottom: 20px;
  }
  .course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .progress {
    height: 19px;
    background-color: #e8e8ed;
    border-radius: 30px;
    margin-right: 23px;
    border: 1px solid rgba(143, 104, 255, 0.3019607843);
    padding: 4px;
  }
  .course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .progress
    .progress-bar {
    background: var(--system_primery_color);
    background-size: 200% auto;
    border-radius: 30px;
  }
  .course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .rating_percent
    .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0 14px 0 0;
  }
  .course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .rating_percent
    .feedmak_stars
    i {
    color: #ffc107;
    font-size: 16px;
  }
  .course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .rating_percent
    .feedmak_stars
    i.empty {
    color: rgba(143, 104, 255, 0.3019607843);
  }
  .course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .rating_percent
    .feedmak_stars
    i:not(:last-child) {
    margin-right: 5px;
  }
  .course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .rating_percent
    span {
    font-family: var(--font_family2), sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--system_secendory_color);
  }
  .course_review_wrapper .course_cutomer_reviews {
    margin-top: 42px;
  }
  .course_review_wrapper .course_cutomer_reviews .details_title {
    margin-bottom: 80px;
  }
  .course_review_wrapper .course_cutomer_reviews .single_reviews {
    display: flex;
    border-bottom: 1px solid #e9e7f7;
    padding-bottom: 90px;
    position: relative;
  }
  .course_review_wrapper
    .course_cutomer_reviews
    .single_reviews
    .review_content
    p {
    text-align: left;
  }
  .course_review_wrapper .course_cutomer_reviews .single_reviews .time {
    background: var(--system_primery_color);
    background-size: 200% auto;
    color: #fff;
    font-size: 12px;
    padding: 5px 14px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .course_review_wrapper .course_cutomer_reviews .single_reviews p {
    color: #656a7b;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  }
  .course_review_wrapper .course_cutomer_reviews .single_reviews:last-child {
    border: 0;
  }
  .course_review_wrapper .course_cutomer_reviews .single_reviews .thumb {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font_family1);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--system_primery_color);
    flex: 80px 0 0;
    margin-right: 27px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px;
    background-size: 200% auto;
  }
  .course_review_wrapper
    .course_cutomer_reviews
    .single_reviews
    .review_content
    h4 {
    margin-bottom: 0;
  }
  .course_review_wrapper
    .course_cutomer_reviews
    .single_reviews
    .review_content
    .rated_customer {
    display: flex;
    align-items: center;
    margin: 7px 0 16px;
  }
  .course_review_wrapper
    .course_cutomer_reviews
    .single_reviews
    .review_content
    .rated_customer
    .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
  }
  .course_review_wrapper
    .course_cutomer_reviews
    .single_reviews
    .review_content
    .rated_customer
    .feedmak_stars
    i {
    color: #ffc107;
    font-size: 15px;
  }
  .course_review_wrapper
    .course_cutomer_reviews
    .single_reviews
    .review_content
    .rated_customer
    .feedmak_stars
    i:not(:last-child) {
    margin-right: 5px;
  }
  .course_review_wrapper
    .course_cutomer_reviews
    .single_reviews
    .review_content
    .rated_customer
    span {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
  }
  .view_all_qa_btn,
  .view_all_review_btn {
    height: 74px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f2b40;
    color: #fff;
    font-size: 24px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 70px;
    margin-top: 40px;
  }
  .view_all_qa_btn:hover,
  .view_all_review_btn:hover {
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  @media (max-width: 767.98px) {
    .course__details {
      padding: 75px 0 45px;
    }
    .course__details_title {
      flex-direction: column;
    }
    .course__details_title .single__details {
      margin-bottom: 30px;
    }
    .course__details_title .single__details:not(:last-child) {
      margin-right: 0;
      padding-right: 0;
    }
    .course__details_title .single__details:not(:last-child):before {
      display: none;
    }
    .course__details .video_screen {
      width: 100%;
      aspect-ratio: 1/1;
    }
    .sidebar__widget .sidebar__title h3 {
      font-size: 30px;
    }
    .lms_tab_content {
      margin-bottom: 45px;
    }
    .lms_tab_content .instractor_details_wrapper {
      padding-bottom: 47px;
    }
    .lms_tab_content .instractor_details_wrapper .instractor_details_inner {
      grid-template-columns: auto;
      grid-gap: 30px;
      margin-bottom: 30px;
    }
    .lms_tab_content
      .instractor_details_wrapper
      .instractor_details_inner
      .instractor_details_info
      .ins_details {
      margin-bottom: 21px;
    }
    .lms_tab_content .author_courses {
      padding-top: 47px;
    }
    .course_review_wrapper .course_feedback {
      flex-direction: column;
    }
    .course_review_wrapper
      .course_feedback
      .feedbark_progressbar
      .single_progrssbar
      .progress,
    .course_review_wrapper
      .course_feedback
      .feedbark_progressbar
      .single_progrssbar
      .rating_percent
      .feedmak_stars {
      margin-right: 15px;
    }
    .course_review_wrapper
      .course_feedback
      .feedbark_progressbar
      .single_progrssbar
      .rating_percent
      .feedmak_stars
      i {
      font-size: 14px;
    }
    .course_review_wrapper .course_cutomer_reviews .details_title {
      margin-bottom: 30px;
    }
    .course_review_wrapper .course_cutomer_reviews .single_reviews {
      padding-bottom: 40px;
      margin-bottom: 40px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .course__details_title .single__details:not(:last-child) {
      margin-right: 10px;
      padding-right: 10px;
    }
    .course__details_title .single__details:not(:last-child):before {
      display: none;
    }
    .course__details_title .single__details .details_content h4 {
      font-size: 18px;
    }
    .course__details_title .single__details .details_content .rating_star p {
      margin-left: 5px;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .sidebar__widget .sidebar__title h3 {
      font-size: 30px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    .sidebar__widget .sidebar__title h3 {
      font-size: 30px;
    }
  }
  @media (min-width: 1500px) {
    .lms_tab_content {
      padding-right: 50px;
    }
  }
  @media (max-width: 575.98px) {
    .course_review_wrapper .course_cutomer_reviews .single_reviews {
      flex-direction: column;
    }
  }
  .btn-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  .sale_time_left {
    color: #f82734;
  }
  .money_back_guarantee {
    font-size: 16px;
    color: #656a7b;
  }
  .course_details_additional_actions {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1f2b40;
  }
  .course_details_additional_actions li a {
    color: #1f2b40;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.4s ease-in-out;
    position: relative;
  }
  .course_details_additional_actions li a:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1f2b40;
  }
  .course_details_additional_actions li a:hover {
    color: var(--system_primery_gredient1);
  }
  .course_details_additional_actions li a:hover:after {
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .apply_coupon_section label {
    font-size: 15px;
    font-weight: 500;
    color: #1f2b40;
  }
  .apply_coupon_section input {
    display: block;
    width: 100%;
    height: 46px;
    padding: 4px 140px 4px 10px;
    border: 1px solid #08001f;
    border-radius: 50px;
    background: #f7efff;
    margin-top: 6px;
  }
  html[dir="rtl"] .apply_coupon_section input {
    padding-left: 140px;
    padding-right: 10px;
  }
  .apply_coupon_section button[type="submit"] {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50px;
    background: var(--system_primery_color);
    background-size: 200% auto;
    color: #fff;
    height: 40px;
    min-width: 127px;
  }
  html[dir="rtl"] .apply_coupon_section button[type="submit"] {
    right: auto;
    left: 3px;
  }
  .apply_coupon_section button[type="submit"]:hover {
    background-position: 100%;
  }
  .more_course_section {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .more_course_section .section__title h3 {
    font-size: 40px;
  }
  .more_course_section .owl-nav div {
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 0.5px solid #d1d1d1;
  }
  .more_course_section .owl-nav div svg {
    color: #1f2b40;
  }
  .more_course_section .owl-nav div:hover {
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .more_course_section .owl-nav div:hover svg {
    color: #fff;
  }
  .more_course_section .owl-nav div.owl-next {
    right: -100px !important;
    left: auto !important;
  }
  .more_course_section .owl-nav div.owl-prev {
    left: -100px !important;
    right: auto !important;
  }
  .more_course_section .view-all-btn a,
  .more_course_section .view-all-btn i {
    font-size: 20px;
    font-weight: 700;
    color: transparent;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    transition: all 0.4s ease-in-out;
  }
  .more_course_section .view-all-btn a:hover,
  .more_course_section .view-all-btn i:hover {
    background-position: 100%;
  }
  .more_course_section .view-all-btn i {
    transform: rotate(-45deg);
  }
  @media (max-width: 991px) {
    .more_course_section {
      padding-top: 40px;
    }
    .more_course_section .section__title h3 {
      font-size: 30px;
      line-height: 1.4;
    }
  }
  @media (max-width: 576px) {
    .more_course_section .section__title h3 {
      font-size: 20px;
      line-height: 1.4;
    }
  }
  .instractor_details_wrapper .thumb {
    width: 143px;
    min-width: 143px;
    height: 143px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: 3px solid #1f2b40;
    overflow: hidden;
  }
  .social_links {
    gap: 6px;
    margin-top: 20px;
  }
  .social_links li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: var(--system_primery_color);
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social_links li a:hover {
    background-position: 100%;
  }
  .social_links li a i {
    color: #fff;
  }
  .instractor_details_info h4 {
    font-size: 24px;
    color: #1f2b40;
  }
  .instractor_details_info .about_instructor {
    color: #656a7b;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .intractor_qualification .single_qualification {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .intractor_qualification .single_qualification:not(:last-child) {
    margin-bottom: 30px;
  }
  .intractor_qualification {
    position: relative;
  }
  .intractor_qualification:before {
    content: "";
    width: 2px;
    height: 100%;
    background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(143, 104, 255, 0.6) 0,
      rgba(143, 104, 255, 0) 100%
    );
    position: absolute;
    left: -30px;
    top: 0;
  }
  html[dir="rtl"] .intractor_qualification:before {
    left: auto;
    right: -30px;
  }
  .instractor_details_inner {
    --bs-gutter-x: 60px;
  }
  .instructor_box {
    border: 0.5px solid #d1d1d1;
    border-bottom: 0;
    position: relative;
    padding: 20px 44px;
  }
  .instructor_box:before {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: var(--system_primery_color);
    background-size: 200% auto;
    border-radius: 2px;
  }
  .rating_percent span {
    min-width: 40px;
  }
  .svg-play {
    height: 24px;
    width: 24px;
    min-width: 24px;
    background: #1f2b40;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
  }
  .svg-play svg {
    margin-left: 2px;
  }
  html[dir="rtl"] .svg-play svg {
    margin-left: 0;
    margin-right: 2px;
  }
  .curriculam_single:hover .svg-play {
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .curriculam_single .theme_btn_lite {
    background: none;
    position: relative;
    padding: 0;
    background: var(--system_primery_color);
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    border: 0;
  }
  .curriculam_single .theme_btn_lite:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    background: var(--system_primery_color);
    background-size: 200% auto;
    border-radius: 2px;
    z-index: 2;
    border: 0;
  }
  .curriculam_single .theme_btn_lite:hover {
    border: 0;
    background-position: 100%;
  }
  .curriculam_single .theme_btn_lite:hover:before {
    background-position: 100%;
  }
  .theme_according .curriculam_left,
  .theme_according .curriculam_right {
    gap: 8px;
  }
  .grid-column-span2 {
    grid-column: 1/3;
  }
  .single_overview .social_btns,
  .single_overview h4:not(:first-child) {
    margin-top: 66px;
  }
  .students_also_bought {
    padding: 20px;
  }
  .students_also_bought .single_related_product {
    border: 0.5px solid #d1d1d1;
  }
  .students_also_bought .single_related_product:not(:last-child) {
    margin-bottom: 18px;
  }
  .students_also_bought .single_related_product .left {
    border-right: 0.5px solid #d1d1d1;
    padding: 8px;
  }
  .students_also_bought .single_related_product .right .stats {
    display: flex;
    flex-direction: column;
    border-right: 0.5px solid #d1d1d1;
  }
  .students_also_bought .single_related_product .right .stats li {
    font-size: 13px;
    color: #1f2b40;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .students_also_bought
    .single_related_product
    .right
    .stats
    li:not(:last-child) {
    border-bottom: 0.5px solid #d1d1d1;
  }
  .students_also_bought .single_related_product .right .price {
    border-right: 0.5px solid #d1d1d1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .students_also_bought .single_related_product .right .price .current {
    font-size: 20px;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
  }
  .students_also_bought .single_related_product .right .price del {
    font-size: 16px;
    color: #1f2b40;
  }
  .students_also_bought .single_related_product .right .card_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .students_also_bought .thumb {
    height: 80px;
    width: 80px;
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .students_also_bought .skill_lavel {
    font-size: 13px;
    background: #1f2b40;
    padding: 2px 8px;
    border-radius: 2px;
    color: #fff;
  }
  .students_also_bought .info {
    color: #656a7b;
    font-size: 14px;
  }
  .students_also_bought .info li {
    position: relative;
  }
  .students_also_bought .info li:not(:last-child):after {
    content: "";
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background: #656a7b;
    margin-left: 8px;
  }
  .students_also_bought .title {
    font-size: 14px;
    color: #1f2b40;
    font-weight: 600;
  }
  .rating img {
    width: 16px;
    height: 16px;
  }
  .theme_according .accordion-header button span {
    color: #fff;
  }
  .applied_coupon_container {
    gap: 10px;
    margin-top: 20px;
  }
  .applied_coupon_container .applied_coupon {
    border: 1px solid var(--system_primery_gredient1);
    border-radius: 4px;
    flex-grow: 1;
    display: flex;
  }
  .applied_coupon_container .coupon_code {
    padding: 2px 10px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    flex-grow: 1;
    font-weight: 700;
    text-align: center;
  }
  .applied_coupon_container span.coupon_off {
    background: var(--system_primery_color);
    background-size: 200% auto;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 2px 16px;
    font-weight: 700;
  }
  .applied_coupon_container .remove_coupon a,
  .applied_coupon_container .remove_coupon button {
    white-space: nowrap;
    color: var(--system_secondary_color);
    text-decoration: underline !important;
    text-underline-offset: 4px;
  }
  .applied_coupon_container .remove_coupon a:hover,
  .applied_coupon_container .remove_coupon button:hover {
    color: var(--system_primery_gredient1);
  }
  .social_btn:hover {
    background-size: 200% auto !important;
  }
  .skill_lavel-tag {
    color: #fff;
    background: #1f2b40;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 5px;
    border-radius: 2px;
    line-height: 20px;
  }
  .rating_filter_star img {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .social_share_options_label {
    font-size: 15px;
    font-weight: 600;
    color: #1f2b40;
    margin-top: 30px;
  }
  .course_share_social_links {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 6px;
  }
  .course_share_social_links a {
    display: flex;
    height: 40px;
    width: 40px;
    border: 1px solid hsla(0, 0%, 69%, 0.4509803922);
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
  }
  .course_share_social_links a i {
    color: #8d8d8d;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
  }
  .course_share_social_links a:hover {
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .course_share_social_links a:hover i {
    color: #fff;
  }
  .conversition_box
    .single_comment_box
    .comment_box_inner.comment_box_inner_reply2
    .thumb {
    margin-left: 0;
    margin-right: 15px;
  }
  .cart_store > img {
    width: 23px !important;
  }
  .course-item:hover .cart_store img {
    transform: scale(1) !important;
  }
  .cart_store:hover img,
  .course-item .cart_store:hover img {
    transform: scale(1.2) !important;
  }
  .quiz_details_thumb {
    height: 265px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  @media (max-width: 767px) {
    .students_also_bought h4 {
      font-size: 32px;
    }
  }
  .cta_area {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/banner/cta_bg.jpg);
    background-position: 50%;
    position: relative;
    z-index: 1;
    padding: 150px 0;
  }
  .cta_area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #0a0b21;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .cta_area .section__title h3 {
    margin-bottom: 10px;
  }
  .cta_area .section__title p {
    margin-bottom: 40px;
  }
  .package_area {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/banner/backage_bg.jpg);
    background-position: bottom;
    padding-top: 140px;
    padding-bottom: 292px;
  }
  @media (min-width: 768px) and (max-width: 1199px) {
    .package_area {
      padding-top: 90px;
      padding-bottom: 230px;
    }
  }
  .package_area .single_package {
    text-align: center;
  }
  .package_area .single_package .icon img {
    display: inline-block;
    width: auto !important;
    height: 70px;
  }
  .package_area .single_package h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 31px;
  }
  .package_area .single_package p {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
  }
  @media (max-width: 767.98px) {
    .cta_area {
      padding: 75px 0;
    }
    .package_area {
      padding-top: 65px;
      padding-bottom: 145px;
    }
  }
  .header_iner {

    position: relative;
    width: 100%;
    top: 0;
    z-index: 99;
    padding: 0 45px 0 30px;
    height: 80px;
    background-size: 200% auto;
  }
  .header_iner .category_search .theme_search_field {
    background-color: #fff;
  }
  .header_iner .category_search .theme_search_field .btn {
    color: #000 !important;
  }
  .header_iner .category_search input::-moz-placeholder {
    color: #fff !important;
  }
  .header_iner .category_search input::placeholder {
    color: #fff !important;
  }
  .profile_info {
    position: relative;
    cursor: pointer;
    max-width: 250px;
  }
  .profile_info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 15px;
  }
  .profile_info span {
    font-size: 16px;
    font-weight: 600;
    color: #687083;
    font-family: var(--font_family1);
  }
  .profile_info_iner {
    position: absolute;
    top: 100%;
    right: 0;
    text-align: left;
    min-width: 294px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 57px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid var(--system_primery_color);
    opacity: 0;
    visibility: hidden;
    transform: translateY(3px);
    transform-origin: right top;
    transition: all 0.4s ease-in-out;
  }
  .active .profile_info_iner {
    opacity: 1;
    visibility: visible;
    transform: translateY(13px);
  }
  .profile_info_iner a {
    display: block;
    padding: 13px 10px;
    color: var(--system_secendory_color);
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
  }
  .profile_info_iner a:hover {
    background-color: #f3f5fa;
    color: var(--system_primery_color);
  }
  .profile_info_icon {

    color: var(--system_primery_color);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-right: 0;
    padding: 0px 0px;
    border-radius: 6px;
  }
  @media (max-width: 420px) {
    .profile_info_icon {
      padding: 11px 15px;
    }
  }
  .profile_info_icon svg {
    width: 17px;
    height: 18px;
  }
  .active .profile_info_icon {
    color: #fff;
  }
  .profile_info .studentProfileThumb {
    --img: 50px;
    width: var(--img);
    height: var(--img);
    border-radius: 100%;
    cursor: pointer;
    margin-right: 15px;
    background-size: cover;
    background-position: 50%;
  }
  @media (max-width: 767px) {
    .profile_info .studentProfileThumb {
      --img: 40px;
    }
  }
  .sidebar_icon i {
    font-size: 24px;
  }
  .notification_area {
    right: -30px;
    width: 330px;
    z-index: 10;
    border-radius: 10px;
    box-shadow: 2px 2px 40px hsla(0, 0%, 69.4%, 0.15);
    top: 64px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
  .notification_area,
  .notification_area:after {
    position: absolute;
    background: #fff;
    border: 1px solid #eceef4;
  }
  .notification_area:after {
    content: "";
    width: 25px;
    height: 25px;
    top: -12.5px;
    right: 34px;
    transform: rotate(45deg);
    border-bottom: 0;
    border-right: 0;
  }
  .notification_area.active {
    opacity: 1;
    visibility: visible;
  }
  .notification_body {
    padding: 30px;
    max-height: 345px;
    overflow: auto;
    text-align: left;
  }
  .notification_body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .notification_body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 100px;
  }
  .notification_body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100px;
  }
  .notification_body::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .notification_body .single_nofy {
    display: flex;
    align-items: center;
  }
  .notification_body .single_nofy:not(:last-child) {
    margin-bottom: 25px;
  }
  .notification_body .single_nofy .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex: 50px 0 0;
    margin-right: 20px;
  }
  .notification_body .single_nofy .icon img {
    width: 100%;
  }
  .notification_body .single_nofy .notyfy_content h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font_family1);
    color: currentColor;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
    color: var(--system_secendory_color);
  }
  .notification_body .single_nofy .notyfy_content h4:hover {
    color: var(--system_primery_color);
  }
  .notification_body .single_nofy .notyfy_content p {
    font-size: 12px;
    font-weight: 500;
    color: #687083;
  }
  .notification_footer a {
    font-size: 16px;
    font-weight: 600;
    color: var(--system_secendory_color);
    font-family: var(--font_family1);
    display: block;
    border-top: 1px solid #e9e7f7;
    text-align: center;
    padding: 18px 0 19px;
  }
  .notification_footer a:hover {
    color: var(--system_primery_color) !important;
  }
  .notification_wrapper ul {
    display: flex;
    z-index: 100;
    align-items: center;
    padding: 7px 10px;
    background: blueviolet;
    border-radius: 50px;
    margin-right: 13px;
  }
  .notification_wrapper ul li {
    position: relative;
  }
  .notification_wrapper ul li:not(:last-child) {
    margin: 6px;
  }
  @media (max-width: 420px) {
    .notification_wrapper ul li {
      margin-right: 10px !important;
    }
  }
  .notification_wrapper ul li a {
    position: relative;
    z-index: 2;
    display: inline-block;
  }
  .notification_wrapper ul li a .notify_icon img {
    max-height: 18px;
    max-width: 30px;
  }
  .notification_wrapper ul li a .notify_count {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fcc63c;
    font-size: 10px;
    font-weight: 600;
    font-family: var(--font_family1);
    display: inline-block;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 2px;
    right: 6px;
  }
  @media (max-width: 991.98px) {
    .header_iner {
      width: 100%;
      padding: 20px;
      height: 80px;
    }
    .header_iner .notification_wrapper ul li:not(:last-child) {
      margin-right: 20px;
    }
    .header_iner .category_search,
    .header_iner .category_search .categories_menu {
      display: none !important;
    }
    .profile_info img {
      width: 45px;
      height: 45px;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .header_iner {
      padding: 0 50px;
    }
    .header_iner .category_search .theme_search_field {
      display: none;
    }
  }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    .header_iner {
      padding: 0 50px;
    }
  }
  @media (max-width: 767.98px) {
    .header_iner .notification {
      margin: 0 10px;
    }
    .profile_info .profile_info_iner {
      transform: translateY(0);
    }
    .collaps_part.active .collaps_part_content,
    .profile_info.active .profile_info_iner {
      transform: translateY(-13px);
    }
    .notification_area {
      margin-right: 15px;
    }
  }
  @media (max-width: 575.98px) {
    .header_iner .notification_wrapper ul li .notification_area {
      right: -200px;
      width: 300px;
    }
    .header_iner
      .notification_wrapper
      ul
      li
      .notification_area
      .notification_body {
      padding: 20px;
    }
    .profile_info span {
      display: none;
    }
    .profile_info.active .profile_info_iner {
      transform: translateY(-15px) !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .header_iner .notification_wrapper ul li .notification_area:after {
      right: auto;
      left: 90px;
    }
  }
  @media (min-width: 1700px) {
    .header_iner .category_search .theme_search_field {
      width: 539px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1299.98px) {
    .header_iner .category_search .theme_search_field {
      display: none !important;
    }
  }
  @media (max-width: 420px) {
    .header_iner .notification_wrapper ul li .notification_area {
      right: -220px;
      width: 280px;
    }
    .header_iner .notification_wrapper ul li .notification_area:after {
      left: 52px;
    }
  }
  @media only screen and (min-width: 1300px) and (max-width: 1399.98px) {
    .header_iner .category_search .theme_search_field {
      width: 310px;
    }
  }
  @media only screen and (min-width: 1400px) and (max-width: 1499.98px) {
    .header_iner .category_search .theme_search_field {
      width: 300px;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .collaps_part.active .collaps_part_content {
      transform: translateY(23px);
    }
  }
  .dashboard_main_wrapper {
    display: flex;
  }
  .dashboard_main_wrapper .dashboard_part {
    background: linear-gradient(
      180deg,
      rgba(255, 234, 239, 0),
      rgba(64, 232, 221, 0.1)
    );
    background: #f9f5ff !important;
  }
  .dashboard_main_wrapper .main_content_iner .dashboard_banner {
    display: grid;
    grid-template-columns: 220px auto;
    grid-gap: 25px;
    align-items: center;
  }
  .dashboard_main_wrapper .main_content_iner .dashboard_banner .thumb {
    background-image: url(../img/banner/dashboard_banner.jpg);
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 8px;
  }
  .dashboard_main_wrapper .main_content_iner .dashboard_banner .thumb .badge {
    background-color: #373a32;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    padding: 8px 13px;
  }
  .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info {
    padding-right: 46px;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    h4
    a:hover {
    color: var(--system_primery_color);
    border-color: var(--system_primery_color);
    background: transparent;
  }
  .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info p {
    font-weight: 500;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    .progress {
    height: 10px;
    background: #e0e0e0;
    border-radius: 10px;
    margin: 18px 0 15px;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    .progress
    .progress-bar {
    background: var(--system_primery_color);
    border-radius: 10px;
    background-size: 200% auto;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    .course_qualification {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    .course_qualification
    .rateing {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    font-weight: 500;
    color: var(--system_secendory_color);
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    margin-right: 5px;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    .course_qualification
    .rateing
    span {
    margin-right: 7px;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    .course_qualification
    .rateing
    i {
    color: #ffc107;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    .course_qualification
    .starts {
    padding-left: 30px;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    .course_qualification
    .starts
    i {
    color: #ffc107;
    font-size: 12px;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    .course_qualification
    .starts
    i:not(:last-child) {
    margin-right: 0;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    .course_qualification
    span {
    color: #373737;
    font-weight: 500;
    margin-right: 3px;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    .theme_btn {
    border-radius: 100px;
    margin-top: 5px;
    padding: 10px 14px;
    font-size: 12px;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    .title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #5c6574;
    transition: all 0.3s ease-in-out;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info
    .title:hover {
    color: var(--system_primery_color);
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info_profile {
    --img: 16px;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info_profile:hover
    p {
    color: var(--system_primery_color);
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info_profile
    .img {
    max-width: var(--img);
    height: var(--img);
    flex: 0 0 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info_profile
    .img
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .dashboard_main_wrapper
    .main_content_iner
    .dashboard_banner
    .banner_info_profile
    p {
    font-size: 12px;
    color: #969b94;
    white-space: nowrap;
    padding-left: 10px;
    transition: all 0.3s ease-in-out;
  }
  .dashboard_main_wrapper .main_content_iner .recommended_courses {
    padding-bottom: 57px;
  }
  .dashboard_main_wrapper .dashboard_part .theme_search_field {
    height: 44px;
  }
  .dashboard_main_wrapper .theme_search_field input {
    height: 44px;
    line-height: 44px;
    color: #000;
  }
  .dashboard_part .theme_search_field {
    height: 56px;
  }
  .dashboard_part .theme_search_field input::-moz-placeholder {
    color: #fff;
  }
  .dashboard_part .theme_search_field input::placeholder {
    color: #fff;
  }
  .dashboard_part .my_courses_wrapper {
    padding-bottom: 0;
  }
  .dashboard_part .my_courses_wrapper .row {
    margin-bottom: -30px;
  }
  .dashboard_part .my_courses_wrapper .couse_wizged {
    margin-bottom: 40px;
  }
  .dashboard_part .my_courses_wrapper .couse_wizged .rating_cart {
    margin-bottom: 20px;
  }
  .dashboard_part .my_courses_wrapper .quiz_wizged {
    margin-bottom: 40px;
  }
  .dashboard_part .my_courses_wrapper .quiz_wizged .rating_cart {
    margin-bottom: 20px;
  }
  .dashboard_title {
    margin-bottom: 45px;
  }
  .dashboard_title h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.27778;
    margin-bottom: 0;
    color: #fff;
  }
  .dashboard_title h3 span {
    color: var(--system_primery_color);
  }
  .dashboard_title p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #8c9098;
  }
  .dashboard_card {
    border-radius: 10px;
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
    padding: 25px;
    background-color: #fff;
    margin-bottom: 34px;
  }
  .kisa-aciklama {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .dashboard_card .head h4 {
    font-size: 24px;
    line-height: 1.41667;
    margin-bottom: 0;
    font-weight: 500;
    color: #5c6574;
  }
  .dashboard_card .head a {
    font-size: 20px;
    line-height: 1.5;
    color: var(--system_primery_color);
    font-weight: 500;
  }
  .dashboard_card .head a:hover {
    text-decoration: underline;
  }
  .dashboard_card .icon {
    --width: 100px;

    height: var(--width);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }
  .dashboard_card .icon img,
  .dashboard_card .icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .dashboard_card > span {
    font-size: 18px;
    line-height: 1.5;
    color: #8c9098;
    font-weight: 500;
  }
  .dashboard_card h4 {
    font-size: 28px;
    line-height: 1.27778;
    color: #5c6574;
    margin-bottom: 0;
  }
  .dashboard_lg_card {
    border-radius: 10px;
    box-shadow: -12px 16px 40px rgba(0, 0, 0, 0.05);
    padding: 30px;
    background-color: #fff;
  }
  .dashboard_badge {
    padding: 35px;
  }
  .dashboard_badge_carousel {
    padding: 20px;
    border: 1px solid rgba(66, 119, 255, 0.07);
    border-radius: 22px;
    min-height: 277px;
  }
  .dashboard_badge_carousel .owl-nav div {
    font-size: 30px;
    color: #445972;
    background-color: transparent !important;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dashboard_badge_carousel .owl-nav div:last-child {
    left: auto;
    right: 0;
  }
  .dashboard_badge_carousel .owl-stage {
    display: flex;
    align-items: center;
  }
  .dashboard_badge_carousel .owl-item.center .img {
    --icon: 150px;
  }
  .dashboard_badge_item .img {
    --icon: 105px;
    width: var(--icon);
    height: var(--icon);
    margin: auto auto 15px;
  }
  .dashboard_badge_item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .dashboard_badge_item p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #5c6574;
  }
  .dashboard_badge_item span {
    color: var(--system_primery_color);
    font-size: 12px;
  }
  .dashboard_badge_item .progress {
    width: 100px;
    margin: auto;
    height: 5px;
  }
  .dashboard_badge_item .progress-bar {
    background-color: var(--system_primery_color);
  }
  .progress {
    position: relative;
    overflow: visible;
  }
  .progress-status {
    --position: 50%;
    --width: 36px;
    text-align: center;
    width: var(--width);
    height: var(--width);
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid var(--system_primery_color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(var(--position), -50%);
    left: var(--position);
    font-size: 12px;
    font-weight: 500;
    color: var(--system_primery_color);
    box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25);
  }
  .my_courses_wrapper {
    padding-bottom: 32px;
  }
  .my_courses_wrapper .couse_wizged,
  .my_courses_wrapper .quiz_wizged {
    margin-bottom: 55px;
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .dashboard_main_wrapper .dashboard_part {
      width: calc(100% - 280px);
    }
    .dashboard_main_wrapper .main_content_iner.main_content_padding {
      padding: 81px 20px 57px;
    }
    .dashboard_main_wrapper .main_content_iner.wishList_main_content {
      padding: 81px 40px 118px;
    }
    .dashboard_main_wrapper .main_content_iner .dashboard_banner {
      grid-template-columns: 1fr;
      grid-gap: 20px;
    }
    .purchase_history_wrapper {
      padding: 81px 40px 134px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    .dashboard_main_wrapper .dashboard_part {
      width: calc(100% - 280px);
    }
  }
  @media (min-width: 1600px) {
    .dashboard_main_wrapper .dashboard_part {
      width: calc(100% - 345px);
    }
  }
  @media (max-width: 991.98px) {
    .dashboard_main_wrapper .dashboard_part {
      width: 100%;
    }
  }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .dashboard_main_wrapper .main_content_iner.main_content_padding {
      padding: 70px 0 5px;
    }
    .dashboard_main_wrapper .main_content_iner .dashboard_banner {
      grid-template-columns: 1fr;
      grid-gap: 20px;
    }
    .dashboard_main_wrapper .main_content_iner .recommended_courses {
      padding-bottom: 34px;
    }
    .purchase_history_wrapper {
      padding: 70px 0 75px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .dashboard_main_wrapper .main_content_iner.main_content_padding {
      padding: 81px 20px 57px;
    }
    .dashboard_main_wrapper .main_content_iner.wishList_main_content {
      padding: 81px 40px 118px;
    }
    .dashboard_main_wrapper .main_content_iner .dashboard_banner {
      grid-template-columns: 1fr;
      grid-gap: 20px;
    }
    .purchase_history_wrapper {
      padding: 81px 40px 150px;
    }
  }
  @media (min-width: 1200px) {
    .dashboard_main_wrapper .main_content_iner.main_content_padding,
    .dashboard_main_wrapper .main_content_iner.wishList_main_content {
      padding: 81px 40px 57px;
    }
    .purchase_history_wrapper {
      padding: 0;
    }
  }
  @media (min-width: 1850px) {
    .dashboard_main_wrapper .main_content_iner.main_content_padding {
      padding: 81px 361px 57px 135px;
    }
    .purchase_history_wrapper {
      padding: 81px 220px 150px 135px;
    }
  }
  @media (max-width: 767.98px) {
    .dashboard_main_wrapper .main_content_iner.wishList_main_content {
      padding: 70px 0 43px;
    }
    .my_courses_wrapper .couse_wizged,
    .my_courses_wrapper .quiz_wizged {
      margin-bottom: 32px;
    }
  }
  @media (min-width: 1700.98px) {
    .dashboard_main_wrapper .main_content_iner.wishList_main_content {
      padding: 81px 240px 118px 135px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1580px) {
    .dashboard_main_wrapper .main_content_iner .dashboard_banner {
      grid-template-columns: 1fr;
    }
  }
  @media only screen and (max-width: 767px) {
    .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info {
      padding-right: 0;
    }
    .dashboard_main_wrapper
      .main_content_iner
      .dashboard_banner
      .banner_info
      .title {
      font-size: 18px;
    }
    .dashboard_part .col-sm-6 {
      width: 50%;
    }
    .dashboard_part .col-sm-6:nth-child(2n + 2) {
      padding-left: 0;
    }
    .dashboard_title h3 {
      font-size: 24px;
    }
    .dashboard_title p {
      font-size: 18px;
    }
    .dashboard_card {
      margin-bottom: 24px;
    }
    .dashboard_card .head a,
    .dashboard_card .head h4 {
      font-size: 18px;
    }
    .dashboard_card > span {
      font-size: 16px;
    }
    .dashboard_card h4 {
      font-size: 24px;
      font-size: 20px;
    }
    .dashboard_badge_carousel {
      min-height: 227px;
    }
    .dashboard_badge_carousel .owl-nav div {
      width: 40px;
      height: 40px;
      font-size: 26px;
    }
    .dashboard_badge_carousel .owl-item.center .img {
      --icon: 100px;
    }
    .dashboard_badge_item .img {
      --icon: 70px;
    }
    footer {
      overflow: hidden;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dashboard_main_wrapper
      .main_content_iner
      .dashboard_banner
      .banner_info
      .title {
      font-size: 18px;
    }
    .dashboard_title h3 {
      font-size: 32px;
    }
    .dashboard_title p {
      font-size: 18px;
    }
    .dashboard_card {
      padding: 20px;
      margin-bottom: 30px;
    }
    .dashboard_card .head h4 {
      font-size: 20px;
    }
    .dashboard_card .head a {
      font-size: 18px;
    }
    .dashboard_card .icon {
      --width: 65px;
    }
    .dashboard_card > span {
      font-size: 16px;
    }
    .dashboard_card h4 {
      font-size: 28px;
    }
    .dashboard_badge {
      padding: 25px;
    }
    .dashboard_badge_carousel {
      min-height: 212px;
    }
    .dashboard_badge_carousel .owl-nav div {
      width: 40px;
      height: 40px;
      font-size: 26px;
    }
    .dashboard_badge_carousel .owl-item.center .img {
      --icon: 90px;
    }
    .dashboard_badge_item .img {
      --icon: 55px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dashboard_main_wrapper
      .main_content_iner
      .dashboard_banner
      .banner_info
      .title {
      font-size: 18px;
    }
    .dashboard_title h3 {
      font-size: 30px;
    }
    .dashboard_title p {
      font-size: 18px;
    }
    .dashboard_card {
      margin-bottom: 30px;
    }
    .dashboard_card .head h4 {
      font-size: 22px;
    }
    .dashboard_card .head a,
    .dashboard_card > span {
      font-size: 18px;
    }
    .dashboard_card h4 {
      font-size: 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .dashboard_main_wrapper
      .main_content_iner
      .dashboard_banner
      .banner_info
      .title {
      font-size: 18px;
    }
    .dashboard_title h3 {
      font-size: 28px;
    }
    .dashboard_title p {
      font-size: 18px;
    }
    .dashboard_card .head h4 {
      font-size: 20px;
    }
    .dashboard_card .head a {
      font-size: 18px;
    }
    .dashboard_card > span {
      font-size: 16px;
    }
    .dashboard_card h4 {
      font-size: 24px;
    }
  }
  @media only screen and (min-width: 1581px) {
    .dashboard_part .my_courses_wrapper .col-xl-4.col-md-6 {
      max-width: 25%;
    }
  }
  @media only screen and (max-width: 991px) {
    .dashboard_card,
    .dashboard_title {
      margin-bottom: 30px;
    }
    .dashboard_card {
      padding: 18px;
    }
    .dashboard_card .icon {
      --width: 55px;
      margin-bottom: 10px;
    }
    .dashboard_badge {
      padding: 25px;
    }
  }
  @media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .dashboard_card .icon {
      margin-bottom: 10px;
    }
    .dashboard_card h4 {
      font-size: 30px;
    }
    .dashboard_badge_carousel {
      min-height: 242px;
    }
    .dashboard_badge_carousel .owl-nav div {
      width: 40px;
      height: 40px;
    }
    .dashboard_badge_carousel .owl-item.center .img {
      --icon: 110px;
    }
    .dashboard_badge_item .img {
      --icon: 75px;
    }
  }
  @media only screen and (max-width: 479px) {
    .dashboard_card > span {
      font-size: 13px;
    }
    .dashboard_card h4 {
      font-size: 18px;
    }
  }
  .dashboard_card.text-center {
    height: calc(100% - 34px);
  }
  @media (max-width: 991px) {
    .dashboard_card.text-center {
      height: calc(100% - 30px);
    }
  }
  .leaderboardFilter > .nice-select {
    flex: 1;
  }
  .leaderboardFilter > .nice-select .current,
  .leaderboardFilter > .nice-select .list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
  }
  .leaderboardFilter > .nice-select .current {
    max-width: 90%;
  }
  @media (max-width: 576px) {
    .leaderboardFilter {
      flex-direction: column;
    }
  }
  .error_wrapper {
    padding: 150px 0;
  }
  .error_wrapper_info .thumb img {
    max-width: 535px;
  }
  .error_wrapper_info h3 {
    font-size: 50px;
    font-family: var(--font_family1);
    font-weight: 900;
    color: var(--system_secendory_color);
    margin: 19px 0 13px;
  }
  .error_wrapper_info p {
    font-size: 18px;
    font-weight: 500;
    color: #373737;
    margin-bottom: 38px;
  }
  @media (max-width: 767.98px) {
    .error_wrapper {
      padding: 75px 0;
    }
  }
  @media (max-width: 575.98px) {
    .error_wrapper_info .thumb img {
      width: 100%;
    }
    .error_wrapper_info h3 {
      font-size: 30px;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .error_wrapper_info h3 {
      font-size: 40px;
    }
  }
  .instractors_wrapper {
    padding: 84px 0 110px;
  }
  .instractors_wrapper.instractors_wrapper2 {
    padding: 0 0 100px;
  }
  .instractos_details_wrapper {
    padding: 150px 0 120px;
  }
  .instractos_details_title {
    display: flex;
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .instractos_details_title {
      flex-direction: column;
    }
  }
  .instractos_details_title .single__details {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
  }
  .instractos_details_title .single__details:not(:last-child) {
    margin-right: 60px;
    padding-right: 60px;
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .instractos_details_title .single__details:not(:last-child) {
      padding-right: 0;
      margin-right: 0;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .instractos_details_title .single__details:not(:last-child) {
      margin-right: 30px;
      padding-left: 30px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1499.98px) {
    .instractos_details_title .single__details:not(:last-child) {
      margin-right: 30px;
      padding-left: 30px;
    }
  }
  .instractos_details_title .single__details:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #e9e7f7;
    width: 1px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .instractos_details_title .single__details:not(:last-child):before {
      display: none;
    }
  }
  .instractos_details_title .single__details .thumb {
    margin-right: 25px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex: 80px 0 0;
  }
  .instractos_details_title .single__details .thumb img {
    width: 100%;
    border-radius: 50%;
  }
  .instractos_details_title .single__details .details_content span {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    display: inline-block;
    margin-bottom: 3px;
  }
  .instractos_details_title .single__details .details_content .rating_star {
    display: flex;
  }
  .instractos_details_title
    .single__details
    .details_content
    .rating_star
    .stars {
    display: flex;
    align-items: center;
  }
  .instractos_details_title
    .single__details
    .details_content
    .rating_star
    .stars
    i {
    font-size: 15px;
    color: #ffc107;
  }
  .instractos_details_title
    .single__details
    .details_content
    .rating_star
    .stars
    i:not(:last-child) {
    margin-right: 5px;
  }
  .instractos_details_title .single__details .details_content .rating_star p {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font_family1);
    color: var(--system_secendory_color);
    margin-bottom: 0;
    margin-left: 19px;
  }
  .instractos_profile .thumb {
    max-width: 330px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
  }
  .instractos_profile .thumb img {
    width: 100%;
    border-radius: 50%;
  }
  .instractos_info_Details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #373737;
    margin-bottom: 30px;
  }
  .instractor_meta {
    text-align: center;
  }
  .instractor_meta h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .instractor_meta span {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
  }
  .instractor_meta .social_media {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
  }
  .instractor_meta .social_media a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    background: #395799;
    text-align: center;
    line-height: 50px;
    display: inline-block;
  }
  .instractor_meta .social_media a:hover {
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .instractor_meta .social_media a:not(:last-child) {
    margin-right: 10px;
  }
  .instractor_meta .social_media a.twitter {
    background: #03abf0;
  }
  .instractor_meta .social_media a.pinterest {
    background: #c92128;
  }
  .instractor_meta .social_media a.linkedin {
    background: #0477b5;
  }
  .single_instractor .thumb {
    margin-bottom: 31px;
    overflow: hidden;
    display: block;
    border-radius: 152.5px 152.5px 0 0;
    position: relative;
  }
  .single_instractor .thumb img {
    width: 100%;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .single_instractor h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--system_secendory_color);
    margin-bottom: 3px;
    text-align: center;
  }
  .single_instractor span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font_family1);
    color: #373737;
    text-align: center;
  }
  .single_instractor:hover .thumb img {
    transform: scale(1.1);
  }
  .single_instractor .member-name {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    color: var(--system_secendory_color);
    margin-top: 22px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .single_instractor .member-name {
      font-size: 18px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_instractor .member-name {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 767px) {
    .single_instractor .member-name {
      font-size: 14px;
    }
  }
  .single_instractor .designation {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    color: #656a7b;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .single_instractor .designation {
      font-size: 13px;
    }
  }
  @media only screen and (max-width: 991px) {
    .single_instractor .designation {
      font-size: 12px;
    }
  }
  .single_instractor:hover .member-name {
    background: var(--system_primery_color);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
  }
  .course_by_author {
    padding-bottom: 115px;
  }
  .course_by_author .theme_border {
    padding-bottom: 85px;
  }
  @media (max-width: 767.98px) {
    .instractors_wrapper {
      padding: 69px 0 35px;
    }
    .instractors_wrapper.instractors_wrapper2 {
      padding: 0 0 25px;
    }
    .instractos_details_wrapper {
      padding: 75px 0 40px;
    }
    .instractos_details_wrapper .instractos_profile .thumb {
      max-width: 200px;
      max-height: 200px !important;
    }
    .instractos_details_wrapper .instractos_main_details .course__details_title {
      flex-direction: column;
    }
    .instractos_details_wrapper
      .instractos_main_details
      .course__details_title
      .single__details {
      margin-bottom: 30px;
    }
    .instractos_details_wrapper
      .instractos_main_details
      .course__details_title
      .single__details:not(:last-child) {
      margin-right: 0;
      padding-right: 0;
    }
    .instractos_details_wrapper
      .instractos_main_details
      .course__details_title
      .single__details:not(:last-child):before {
      display: none;
    }
    .course_by_author {
      padding-bottom: 40px;
    }
    .course_by_author .theme_border {
      padding-bottom: 45px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .instractos_details_wrapper
      .instractos_main_details
      .course__details_title
      .single__details:not(:last-child) {
      margin-right: 30px;
      padding-right: 30px;
    }
    .instractos_details_wrapper
      .instractos_main_details
      .course__details_title
      .single__details:not(:last-child):before {
      display: none;
    }
    .instractos_details_wrapper
      .instractos_main_details
      .course__details_title
      .single__details
      .details_content
      h4 {
      font-size: 18px;
    }
    .instractos_details_wrapper
      .instractos_main_details
      .course__details_title
      .single__details
      .details_content
      .rating_star
      p {
      margin-left: 5px;
    }
  }
  .instructor_process .single_instructor_icon {
    height: 108px;
    width: 108px;
    background-color: rgba(251, 17, 89, 0.1);
    line-height: 108px;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    font-size: 30px;
    color: var(--system_primery_color);
    border-radius: 50%;
  }
  .instructor_process .single_instructor_icon img {
    max-width: 35px;
  }
  .instructor_process .single_instructor_part {
    text-align: center;
  }
  .instructor_process .single_instructor_part h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 32px 0 15px;
  }
  @media (max-width: 768px) {
    .instructor_process .single_instructor_icon {
      height: 70px;
      width: 70px;
      line-height: 70px;
    }
  }
  @media (max-width: 767.98px) {
    .instructor_process .single_instructor_part {
      margin: 20px 0;
    }
    .instructor_process .single_instructor_part h4 {
      margin: 15px 0 5px;
    }
  }
  .instructor_social-links {
    display: flex;
    gap: 10px;
    border-radius: 100%;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: hsla(0, 0%, 100%, 0.4);
    border: 2px solid hsla(0, 0%, 100%, 0.7);
    border-radius: 22px;
    padding: 5px 8px;
    transition: all 0.4s ease-in-out;
  }
  .single_instractor:hover .instructor_social-links {
    bottom: 30px;
  }
  .instructor_social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 32px;
    width: 32px;
    background: #141c24;
    border-radius: 100%;
  }
  .instructor_social-links li a:hover {
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .instructor_social-links li a i {
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
  }
  @media only screen and (max-width: 991px) {
    .instructor_social-links li a i {
      font-size: 11px;
    }
  }
  .course__play_warp {
    background: #fff;
  }
  .course__play_warp .play_warp_header {
    padding: 15px;
    border-bottom: 1px solid #d1d1d1;
  }
  .course__play_warp .course__play_list {
    min-height: 450px;
    max-height: 450px;
    overflow: auto;
  }
  .course__play_warp .course__play_list .single_play_list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 18px;
  }
  .course__play_warp
    .course__play_list
    .single_play_list
    a:hover
    .course__play_warp
    .course__play_list
    .single_play_list
    a.active
    .course_play_name,
  .course__play_warp
    .course__play_list
    .single_play_list
    a:hover
    .course__play_warp
    .course__play_list
    .single_play_list
    a.active
    .course_play_name
    i {
    color: var(--system_primery_color);
  }
  .course__play_warp .course__play_list .single_play_list a .course_play_name {
    font-size: 14px;
    font-weight: 400;
    color: var(--system_secendory_color);
    display: flex;
    align-items: center;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
  }
  .course__play_warp .course__play_list .single_play_list a .course_play_name i {
    font-size: 15px;
    color: #7b7887;
    margin-right: 9px;
  }
  .course__play_warp
    .course__play_list
    .single_play_list
    a
    .course_play_duration {
    font-size: 12px;
    font-weight: 400;
    color: #7b7887;
  }
  .course_fullview_wrapper {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 340px);
    transition: all 0.4s ease-in-out;
  }
  .course_fullview_wrapper.active {
    width: 100%;
  }
  .course_fullview_wrapper .video_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
  }
  .course_fullview_wrapper .course__play_warp {
    position: fixed;
    top: 0;
    right: 0;
    width: 340px;
    transform: translateX(0);
    transition: all 0.4s ease-in-out;
    z-index: 5;
  }
  .course_fullview_wrapper .course__play_warp.active {
    transform: translateX(100%);
  }
  .course_fullview_wrapper .course__play_warp .course__play_list {
    min-height: calc(100vh - 113px);
    max-height: calc(100vh - 113px);
  }
  .course_fullview_wrapper .course__play_warp .play_toggle_btn {
    width: 34px;
    height: 34px;
    background: var(--system_primery_color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    background-size: 200% auto;
  }
  .course_fullview_wrapper .course__play_warp .play_toggle_btn:hover {
    background-color: #fff;
    color: var(--system_primery_color);
    border-color: var(--system_primery_color);
  }
  .header__common_btn {
    width: 34px;
    height: 34px;
    background: var(--system_primery_color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    background-size: 200% auto;
  }
  .header__common_btn:hover {
    background-color: #fff;
    color: var(--system_primery_color);
    border-color: var(--system_primery_color);
  }
  .payment_method_wrapper,
  .payment_wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
  }
  .Payment_btn,
  .Payment_btn2 {
    background: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    width: 100%;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }
  .Payment_btn2 img,
  .Payment_btn img {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .Payment_btn2 {
    height: 50px;
    padding: 8px 30px;
  }
  .instractos_details_wrapper .instractos_profile .thumb {
    max-height: 330px;
  }
  .instractos_details_wrapper .instractos_profile .thumb img {
    border-radius: 0;
  }
  .payment_btn_text,
  .payment_btn_text2 {
    padding: 0 10px;
    background: var(--system_primery_color);
    border-radius: 5px;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500;
    width: 100%;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 200% auto;
  }
  .payment_btn_text2 {
    height: 50px;
  }
  .deposit_lists_wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    margin-bottom: 50px;
  }
  .deposit_lists_wrapper .single_deposite {
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .deposit_lists_wrapper .single_deposite img {
    width: 100%;
    max-width: 80px;
  }
  .deposit_lists_wrapper .single_deposite button {
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    border: 0;
  }
  .deposit_lists_wrapper .single_deposite .Payment_btn2 img {
    width: 100% !important;
    max-width: 80px !important;
  }
  @media (max-width: 575.98px) {
    .course__play_warp {
      margin-top: 30px;
    }
    .deposit_lists_wrapper {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 10px;
    }
  }
  @media (max-width: 767.98px) {
    .Payment_btn,
    .Payment_btn2 {
      padding: 0 15px;
    }
  }
  .login_wrapper {
    display: grid;
    justify-content: center;
    height: 100vh;
    align-items: center;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .login_wrapper_left {
    padding: 40px 56px 40px 60px;
    grid-column: span 4 / span 4;
  }
  .login_wrapper_left .logo {
    margin-bottom: 25px;
  }
  .login_wrapper_left .shitch_text {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    text-align: center;
  }
  .login_wrapper_left .shitch_text a {
    color: #4183ff;
  }
  .login_wrapper_right {
    display: flex;
    align-items: center;
    min-height: 100vh;
    height: 100%;
    grid-column: span 8 / span 8;
    justify-content: center;
    background: linear-gradient(
      180deg,
      rgba(255, 234, 239, 0.1),
      rgba(64, 232, 221, 0.1)
    );
  }
  .login_wrapper_right .login_main_info {
    text-align: center;
  }
  .login_wrapper_right h4 {
    font-size: 40px;
    font-weight: 900;
    color: var(--system_secendory_color);
    line-height: 50px;
    padding: 0 10%;
  }
  .login_wrapper_right br {
    display: block !important;
  }
  .login_wrapper_right .thumb {
    margin: 80px 0 55px;
    text-align: center;
  }
  .login_wrapper_right .thumb img {
    max-width: 412px;
  }
  .login_wrapper_right .other_links span {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font_family2), sans-serif;
    color: var(--system_secendory_color);
  }
  .login_wrapper_right .other_links span:not(:last-child) {
    margin-right: 60px;
  }
  html[dir="rtl"] .login_wrapper_right .other_links span:not(:last-child) {
    margin-left: 60px;
    margin-right: 0;
  }
  .login_wrapper .theme_btn {
    padding: 16px;
    font-size: 15px;
  }
  .login_wrapper_content {
    padding-bottom: 20px;
  }
  .login_wrapper_content h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .login_wrapper_content .socail_links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .login_wrapper_content .socail_links a {
    border-radius: 0;
    color: #fff !important;
    white-space: nowrap;
  }
  .login_wrapper_content .socail_links a i {
    font-size: 16px;
    margin-right: 5px;
  }
  .login_wrapper_content .socail_links a:hover {
    background: var(--system_primery_color) !important;
  }
  .login_wrapper_content .socail_links .facebookLoginBtn {
    background: #395799;
  }
  .login_wrapper_content .socail_links .googleLoginBtn {
    background: #e34133;
  }
  .login_wrapper_content .remember_forgot_pass {
    align-items: center;
    margin-bottom: 30px;
  }
  .login_wrapper_content .remember_forgot_pass .primary_checkbox .label_name {
    font-size: 14px;
    color: #687083;
  }
  .login_wrapper_content .remember_forgot_pass p {
    font-family: var(--font_family1);
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin-bottom: 0;
  }
  .login_wrapper_content .remember_forgot_pass p a {
    text-decoration: underline;
    color: #687083;
  }
  .login_wrapper_content .remember_forgot_pass .forgot_pass {
    font-size: 14px;
    font-weight: 500;
    color: #5dabfc;
    font-family: var(--font_family1);
  }
  .login .theme_btn {
    padding: 14px 10px;
    font-size: 14px;
  }
  .login_text {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    font-family: var(--font_family1);
    margin: 13px 0 50px;
  }
  .custom_group_field {
    border-bottom: 1px solid #d1d1d1;
  }
  .login_wrapper .custom_group_field {
    align-items: center;
  }
  .custom_group_field span {
    background: transparent;
    border: 0;
    width: 20px;
    text-align: left;
    padding: 0 0 10px;
  }
  .custom_group_field input {
    border: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font_family2), sans-serif;
    box-shadow: none !important;
    padding-bottom: 14px;
    padding-left: 10px;
  }
  .custom_group_field input:focus {
    outline: none;
  }
  .custom_group_field input::-moz-placeholder {
    color: #afafaf;
  }
  .custom_group_field input::placeholder {
    color: #afafaf;
  }
  @media (max-width: 767.98px) {
    .login_wrapper {
      grid-template-columns: auto;
    }
    .login_wrapper_left {
      padding: 40px 30px;
    }
    .login_wrapper_left .logo {
      margin-bottom: 25px;
    }
    .login_wrapper_content {
      padding-bottom: 18px;
    }
    .login_wrapper_content h4 {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 25px;
    }
    .login_wrapper_content .socail_links {
      grid-template-columns: repeat(1, 1fr);
    }
    .login_wrapper_right {
      display: none;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .login_wrapper {
      grid-template-columns: 515px auto;
    }
    .login_wrapper_content .socail_links {
      grid-template-columns: repeat(1, 1fr);
    }
    .login_wrapper_right h4 {
      font-size: 25px;
      line-height: 35px;
    }
    .login_wrapper_right .thumb {
      margin: 50px 0 35px;
    }
    .login_wrapper_right .thumb img {
      max-width: 300px;
    }
    .login_wrapper_right .other_links span:not(:last-child) {
      margin-right: 30px;
    }
  }
  @media (max-width: 991.98px) {
    .login_wrapper_right {
      display: none;
    }
  }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .login_wrapper_right h4 {
      font-size: 25px;
      line-height: 35px;
    }
    .login_wrapper_right .thumb img {
      max-width: 300px;
    }
  }
  .slicknav_icon {
    padding-bottom: 3px;
    position: absolute;
    top: 0;
    right: 3px;
    width: 22px;
    height: 22px;
    margin: 0;
  }
  .slicknav_icon-bar {
    position: relative;
    width: 100% !important;
    background-color: #071a3c;
    transition: all 0.4s ease-in-out;
  }
  .slicknav_open .slicknav_icon-bar {
    background-color: var(--system_primery_color);
  }
  .slicknav_icon-bar:nth-child(2) {
    transform: rotate(0);
  }
  .slicknav_open .slicknav_icon-bar:nth-child(2) {
    transform: rotate(-45deg);
  }
  .slicknav_icon-bar:nth-child(3) {
    opacity: 1;
  }
  .slicknav_open .slicknav_icon-bar:nth-child(3) {
    opacity: 0;
  }
  .slicknav_icon-bar:first-child {
    transform: rotate(0);
    top: 0;
  }
  .slicknav_open .slicknav_icon-bar:first-child {
    transform: rotate(45deg);
    top: 7px;
  }
  .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 5px;
  }
  .slicknav_nav {
    background: hsla(0, 0%, 100%, 0.96);
    box-shadow: 0 5px 7px 0 rgba(13, 0, 36, 0.07);
    padding: 15px 6px;
    margin-top: 10px;
  }
  .slicknav_nav a {
    color: #000;
    font-family: var(--font_family1);
    text-transform: capitalize;
    padding: 6.5px 20px !important;
    margin: 0 !important;
    font-family: var(--font_family2), sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
  .slicknav_nav a a {
    padding: 0 !important;
  }
  .slicknav_nav a:hover {
    border-radius: 0;
    background: 0 0;
    color: var(--menu_hover_text) !important;
  }
  .slicknav_nav li {
    display: block;
    border-bottom: none;
    position: relative;
  }
  .slicknav_row {
    padding: 6.5px 20px;
    margin: 0;
    font-family: var(--font_family2), sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
  .slicknav_row:hover {
    color: var(--system_primery_color);
  }
  .slicknav_arrow {
    position: absolute;
    right: 0;
    width: 40px;
    height: 37px;
    text-align: center;
    line-height: 40px;
    top: 0;
  }
  .mobile_menu {
    right: 0;
  }
  .mobile_menu .slicknav_nav ul.submenu {
    margin: 0;
    background: #f7f7f7;
    padding-left: 10px;
    border-top: 1px solid #efefef;
  }
  .mobile_menu .slicknav_nav ul.submenu li a {
    font-size: 16px;
  }
  .mobile_menu .slicknav_nav .slicknav_arrow {
    margin: 0;
  }
  .home_2 .slicknav_btn .slicknav_icon-bar {
    background-color: #4543de;
  }
  .theme-btn {
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    background-color: var(--system_primery_color);
    border: 1px solid var(--system_primery_color);
  }
  .theme-btn:hover {
    background-color: transparent;
    color: var(--system_primery_color);
    border-color: var(--system_primery_color);
  }
  .theme-btn.btn_sm {
    padding: 8px 12px;
    font-size: 12px;
  }
  .noticeboard {
    padding: 70px 88px;
  }
  .noticeboard-card {
    border: 1px solid #d1d1d1;
    padding: 15px 30px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .noticeboard-card > * {
    flex: 0 0 auto;
  }
  .noticeboard-card:not(:last-child) {
    margin-bottom: 15px;
  }
  .noticeboard-card:before {
    content: "";
    width: 12px;
    height: 100%;
    background-color: var(--noticeboard_bg);
    position: absolute;
    top: 0;
    left: 0;
  }
  .dashboard_card .noticeboard-card {
    padding: 10px 10px 10px 20px;
  }
  .dashboard_card .noticeboard-card:not(:last-child) {
    margin-bottom: 15px;
  }
  .dashboard_card .noticeboard-card:before {
    width: 6px;
  }
  .noticeboard-card-left {
    width: 75%;
  }
  .dashboard_card .noticeboard-card-left span {
    font-size: 12px;
  }
  .dashboard_card .noticeboard-card-left a {
    font-size: 14px;
    line-height: 1.5;
  }
  .noticeboard-card-left span {
    font-size: 14px;
    line-height: 1.45;
    color: var(--system_primery_color);
  }
  .noticeboard-card-left a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
    line-height: 1.5;
    color: #5c6574;
  }
  .noticeboard-card-left a:hover {
    text-decoration: underline;
  }
  .noticeboard-card-right {
    width: 25%;
    text-align: end;
  }
  .noticeboard-modal img {
    max-width: 100%;
  }
  .noticeboard-modal .modal-dialog {
    max-width: 1200px;
    width: calc(100% - 100px);
  }
  .noticeboard-modal .modal-content {
    border: none;
    background-color: #fff;
    border-radius: 22px;
    position: relative;
  }
  .noticeboard-modal .modal-body {
    padding: 70px 80px;
  }
  .noticeboard-modal .modal-body h3 {
    font-size: 64px;
    line-height: 1.25;
    margin-bottom: 30px;
    color: #5c6574;
    font-weight: 700;
    display: flex;
    align-items: center;
  }
  .noticeboard-modal .modal-body h3 svg {
    margin-left: 10px;
  }
  .noticeboard-modal .modal-body h3 span {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.41667;
    color: #fff;
    display: inline-block;
    background-color: #36d98b;
    margin-left: 40px;
    border-radius: 8px;
    padding: 10px 33px;
  }
  .noticeboard-modal .modal-body ul {
    margin-bottom: 56px;
  }
  .noticeboard-modal .modal-body ul li {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
  }
  .noticeboard-modal .modal-body ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .noticeboard-modal .modal-body-wrapper {
    padding: 40px;
    background-color: rgba(42, 50, 53, 0.05);
    border-radius: 22px;
    color: #5c6574;
  }
  .noticeboard-modal .modal-body-wrapper p {
    font-size: 24px;
    line-height: 1.41667;
    line-height: 2.33333;
    color: currentColor;
  }
  .noticeboard-modal .modal-body-wrapper p:not(:last-child) {
    margin-bottom: 30px;
  }
  .noticeboard-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
  }
  .noticeboard-modal-close,
  .theme-text {
    color: var(--system_primery_color);
  }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .noticeboard {
      padding: 50px 58px;
    }
    .noticeboard-card-left a {
      font-size: 18px;
    }
    .dashboard_card .noticeboard-card-right .theme-btn {
      padding: 8px;
    }
    .noticeboard-modal .modal-body h3 {
      font-size: 54px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .noticeboard {
      padding: 40px 48px;
    }
    .noticeboard .section__title3 {
      margin-bottom: 40px;
    }
    .noticeboard-card {
      padding: 12px 24px;
    }
    .noticeboard-card-left a {
      font-size: 18px;
    }
    .noticeboard-modal .modal-body h3 {
      font-size: 44px;
    }
    .noticeboard-modal .modal-body h3 span {
      font-size: 22px;
    }
    .noticeboard-modal .modal-body ul {
      margin-bottom: 46px;
    }
    .noticeboard-modal .modal-body ul li {
      font-size: 28px;
    }
    .noticeboard-modal .modal-body-wrapper p {
      font-size: 22px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .noticeboard {
      padding: 40px 48px;
    }
    .noticeboard .section__title3 {
      margin-bottom: 40px;
    }
    .noticeboard-card {
      padding: 10px 24px 10px 30px;
    }
    .noticeboard-card-left a {
      font-size: 18px;
    }
    .noticeboard-modal .modal-body {
      padding: 50px 60px;
    }
    .noticeboard-modal .modal-body h3 {
      font-size: 38px;
    }
    .noticeboard-modal .modal-body h3 span {
      font-size: 20px;
    }
    .noticeboard-modal .modal-body ul {
      margin-bottom: 36px;
    }
    .noticeboard-modal .modal-body ul li {
      font-size: 26px;
    }
    .noticeboard-modal .modal-body-wrapper {
      padding: 30px;
    }
    .noticeboard-modal .modal-body-wrapper p {
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .noticeboard {
      padding: 24px;
    }
    .noticeboard .section__title3 {
      margin-bottom: 30px;
    }
    .noticeboard-card {
      padding: 8px 14px 8px 20px;
    }
    .noticeboard-card:not(:last-child) {
      margin-bottom: 12px;
    }
    .noticeboard-card:before {
      width: 8px;
    }
    .noticeboard-card-left {
      width: 66.6666666667%;
    }
    .noticeboard-card-left a {
      font-size: 18px;
    }
    .noticeboard-card-right {
      width: 33.3333333333%;
    }
    .noticeboard-card-right .theme-btn {
      padding: 8px 10px;
      font-size: 10px;
    }
    .noticeboard-modal .modal-dialog {
      width: calc(100% - 20px);
    }
    .noticeboard-modal .modal-body {
      padding: 30px;
    }
    .noticeboard-modal .modal-body h3 {
      font-size: 34px;
      margin-bottom: 20px;
    }
    .noticeboard-modal .modal-body h3 svg {
      width: 27px;
      height: 28px;
    }
    .noticeboard-modal .modal-body h3 span {
      font-size: 18px;
      padding: 8px 20px;
      margin-left: 20px;
    }
    .noticeboard-modal .modal-body ul {
      margin-bottom: 30px;
    }
    .noticeboard-modal .modal-body ul li {
      font-size: 24px;
      font-size: 18px;
    }
    .noticeboard-modal .modal-body-wrapper {
      padding: 24px;
    }
    .noticeboard-modal .modal-body-wrapper p {
      font-size: 18px;
      line-height: 2;
    }
  }
  @media only screen and (max-width: 479px) {
    .noticeboard-modal .modal-body {
      padding: 20px;
    }
    .noticeboard-modal .modal-body-wrapper {
      padding: 18px;
    }
  }
  @media only screen and (max-width: 991px) {
    .noticeboard-modal .modal-body-wrapper p:not(:last-child),
    .noticeboard-modal .modal-body ul li:not(:last-child) {
      margin-bottom: 20px;
    }
  }
  .payment_area .biling_address {
    padding: 30px 40px 40px;
  }
  .payment_area .biling_address .biling-header {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
  }
  .payment_area .biling_address .biling-header h4 {
    font-family: var(--font_family1);
    font-weight: 500;
    font-size: 18px;
    color: #333;
    line-height: 21px;
    margin-bottom: 0;
  }
  .payment_area .biling_address .biling-header a {
    background: #fff;
    color: #000;
    font-family: var(--font_family1);
    font-weight: 700;
    padding: 4px 30px;
    display: inline-block;
  }
  .payment_area .biling_address .biling_body_content {
    padding-top: 29px;
    padding-bottom: 11px;
  }
  .payment_area .biling_address .biling_body_content p {
    font-size: 14px;
    color: #888;
    line-height: 26px;
    margin-bottom: 0;
  }
  .payment_area .select_payment_method {
    margin-top: 35px;
  }
  .payment_area .select_payment_method .payment_wrap .nav {
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
  }
  .payment_area .select_payment_method .payment_wrap ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: -2px;
  }
  .payment_area .select_payment_method .payment_wrap ul li:last-child {
    margin-right: 0;
  }
  .payment_area .select_payment_method .payment_wrap ul li a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 50px;
    background: #fafafa;
    height: 110px;
    max-width: 220px;
    border: 1px solid transparent;
    border-bottom-color: #d1d1d1;
    margin-bottom: 1px;
  }
  .payment_area .select_payment_method .payment_wrap ul li a.nav-link img {
    width: 100%;
  }
  .payment_area .select_payment_method .payment_wrap ul li a.nav-link.active {
    border: 1px solid #d1d1d1;
    border-bottom: none;
    background: #fff;
    margin-bottom: -4px;
  }
  .payment_area
    .select_payment_method
    .payment_wrap
    .tab-content
    .tab-pane
    .payment_form {
    padding: 40px 40px 35px;
  }
  .payment_area
    .select_payment_method
    .payment_wrap
    .tab-content
    .tab-pane
    .payment_form
    label {
    font-size: 11px;
    font-family: var(--font_family1);
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    margin-bottom: 7px;
  }
  .payment_area
    .select_payment_method
    .payment_wrap
    .tab-content
    .tab-pane
    .payment_form
    label
    span {
    color: red;
  }
  .payment_area
    .select_payment_method
    .payment_wrap
    .tab-content
    .tab-pane
    .payment_form
    .form-wrap
    input {
    width: 100%;
    background: #fafafa;
    height: 50px;
    border: 0;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .payment_area
    .select_payment_method
    .payment_wrap
    .tab-content
    .tab-pane
    .payment_form
    .form-wrap
    input:focus {
    outline: none;
  }
  .payment_area
    .select_payment_method
    .payment_wrap
    .tab-content
    .tab-pane
    .payment_form
    .form-wrap
    input::-moz-placeholder {
    color: #888;
    font-family: var(--font_family1);
    font-weight: 300;
    text-transform: capitalize;
    font-size: 13px;
  }
  .payment_area
    .select_payment_method
    .payment_wrap
    .tab-content
    .tab-pane
    .payment_form
    .form-wrap
    input::placeholder {
    color: #888;
    font-family: var(--font_family1);
    font-weight: 300;
    text-transform: capitalize;
    font-size: 13px;
  }
  .payment_area
    .select_payment_method
    .payment_wrap
    .tab-content
    .tab-pane
    .payment_form
    .payemt-check
    label {
    font-size: 14px;
    font-family: var(--font_family1);
    font-weight: 300;
    color: #888;
    line-height: 15px;
    text-transform: capitalize;
  }
  .payment_area .select_payment_method .payment_wrap .tab-content > .active {
    display: block;
    border: 1px solid #d1d1d1;
    border-top: none;
  }
  .gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    display: none;
  }
  .nav-tabs {
    border-bottom: 0 solid #dee2e6;
  }
  .nav-tabs .nav-link {
    background: #fff;
    color: #373737;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 25px;
    margin-right: 10px;
    border-radius: 0;
  }
  .nav-tabs .nav-link.active {
    background: #cad5f3;
    color: var(--system_primery_color);
  }
  .paymentBtn {
    width: 100%;
    height: 30px;
  }
  @media (max-width: 575.98px) {
    .payment_area .biling_address {
      padding: 20px;
    }
    .payment_area .biling_address .biling-header h4 {
      font-size: 16px;
    }
    .payment_area .select_payment_method .payment_wrap ul li {
      margin-right: 5px;
    }
    .payment_area .select_payment_method .payment_wrap ul li a.nav-link {
      height: 50px;
      margin-bottom: 1px;
      padding: 24px 3px;
      border-radius: 0;
    }
    .payment_area
      .select_payment_method
      .payment_wrap
      .tab-content
      .tab-pane
      .payment_form {
      padding: 20px 15px;
    }
    .payment_area
      .select_payment_method
      .payment_wrap
      .tab-content
      .tab-pane
      .payment_form
      .boxed-btn {
      margin-top: 15px;
    }
    .payment_comfirmation_header .conformation-title h2 {
      font-size: 25px;
    }
    .payment_comfirmation_header .conformation-title p {
      font-size: 13px;
    }
  }
  .payment_btn a,
  .payment_btn button {
    padding: 15px 20px !important;
  }
  .primary_checkbox,
  .primary_checkbox2 {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    align-items: center;
  }
  .primary_checkbox2 h5,
  .primary_checkbox h5 {
    font-family: var(--font_family2), sans-serif;
    color: var(--system_secendory_color);
    margin-bottom: 0;
  }
  .primary_checkbox2 .checkmark,
  .primary_checkbox .checkmark {
    position: relative;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 18px 0 0;
  }
  .primary_checkbox2 .checkmark:after,
  .primary_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
  }
  .primary_checkbox2 input,
  .primary_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .primary_checkbox2 input:checked ~ .checkmark,
  .primary_checkbox input:checked ~ .checkmark {
    transition: all 0.4s ease-in-out;
  }
  .primary_checkbox2 input:checked ~ .checkmark:after,
  .primary_checkbox input:checked ~ .checkmark:after {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    background: rgba(143, 104, 255, 0.1019607843) !important;
    border-color: rgba(143, 104, 255, 0.7019607843) !important;
  }
  .primary_checkbox2 input:checked ~ .checkmark:before,
  .primary_checkbox input:checked ~ .checkmark:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-indent: 1px;
    color: #828bb2;
    background: var(--system_primery_color);
    background-size: 200% auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 0;
    z-index: 86;
    color: #fff;
    transition: all 0.4s ease-in-out;
    font-weight: 700;
  }
  .primary_checkbox .label_name,
  .primary_checkbox h5 {
    font-size: 14px;
    font-weight: 500;
  }
  .primary_checkbox .label_name {
    font-family: var(--font_family2), sans-serif;
    color: var(--system_secendory_color);
    margin-bottom: 0;
  }
  .primary_checkbox .checkmark {
    border-radius: 3px;
    top: -1px;
  }
  .primary_checkbox input:checked ~ .checkmark:after {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
  }
  .primary_checkbox2 .label_name,
  .primary_checkbox2 h5 {
    font-size: 16px;
    font-weight: 600;
  }
  .primary_checkbox2 .checkmark {
    border-radius: 50%;
  }
  .primary_checkbox2 input:checked ~ .checkmark {
    background: #20e007;
  }
  .primary_checkbox2.error_ans input:checked ~ .checkmark {
    background: #ff1414;
    transition: all 0.4s ease-in-out;
  }
  .primary_checkbox2.error_ans input:checked ~ .checkmark:before {
    content: "\E646";
    font-family: themify;
    position: absolute;
    display: block;
    top: 0;
    left: 5px;
    text-indent: 1px;
    color: #828bb2;
    background-color: transparent;
    border: 0;
    transform: rotate(0deg);
    font-size: 6px;
    font-weight: 600;
    line-height: 18px;
    z-index: 99;
    color: #fff;
    transition: all 0.4s ease-in-out;
    font-weight: 700;
  }
  .primary_bulet_checkbox {
    display: inline-block;
    position: relative;
    margin: 0;
    align-items: center;
  }
  .primary_bulet_checkbox .label_name,
  .primary_bulet_checkbox h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font_family2), sans-serif;
    color: var(--system_secendory_color);
    margin-bottom: 0;
  }
  .primary_bulet_checkbox .checkmark {
    position: relative;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 18px 0 0;
    border-radius: 50%;
  }
  .primary_bulet_checkbox .checkmark:before {
    position: absolute;
    background: var(--system_primery_color);
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.4s ease-in-out;
    background-size: 200% auto;
  }
  .primary_bulet_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #e9e7f7;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
  }
  .primary_bulet_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .primary_bulet_checkbox input:checked ~ .checkmark {
    transition: all 0.4s ease-in-out;
  }
  .primary_bulet_checkbox input:checked ~ .checkmark:after {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
    border-color: var(--system_primery_color);
  }
  .primary_bulet_checkbox input:checked ~ .checkmark:before {
    transform: translate(-50%, -50%) scale(1);
  }
  .play_button {
    width: 110px;
    height: 110px;
    background: rgba(31, 43, 64, 0.9);
    border-radius: 50%;
    color: var(--system_primery_color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 100px;
    position: relative;
    font-size: 25px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
  }
  .play_button i {
    color: #fff;
  }
  .play_button:hover {
    background: var(--system_primery_color);
    color: #fff;
    background-size: 200% auto;
  }
  .theme__overlay {
    position: relative;
    z-index: 2;
  }
  .theme__overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0b21;
    opacity: 0.4;
    z-index: -1;
  }
  .lms_tabmenu {
    background: #f8f8fe;
    border-radius: 4px;
    display: inline-flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 8px;
  }
  .lms_tabmenu .nav-item {
    margin-bottom: 0;
  }
  .lms_tabmenu li a {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font_family1);
    color: #020343;
    background-color: transparent;
    border-radius: 10px;
    padding: 12px 20px;
  }
  @media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .lms_tabmenu li a {
      padding: 12px 24px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .lms_tabmenu li a {
      padding: 10px 20px;
    }
  }
  @media only screen and (max-width: 991px) {
    .lms_tabmenu li a {
      padding: 10px 22px;
    }
  }
  .lms_tabmenu li a:hover:not(.active) {
    color: var(--system_primery_color);
  }
  .lms_tabmenu li a.active {
    background-color: var(--system_primery_color);
    color: #fff;
  }
  .theme_border {
    border-top: 1px solid #d1d1d1;
  }
  .nav-tabs {
    margin-left: 30px;
    border-bottom: 0 solid #d1d1d1;
  }
  @media (max-width: 991px) {
    .nav-tabs {
      margin-top: 50px;
    }
  }
  @media (max-width: 615px) {
    .nav-tabs {
      justify-content: center;
    }
  }
  @media (max-width: 615px) {
    .nav-item {
      margin-bottom: 15px;
    }
  }
  .nav-link {
    background: #fff;
    color: #373737;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 25px;
    margin-right: 10px;
    border-radius: 0;
  }
  .nav-link.active {
    background: #cad5f3;
    color: var(--system_primery_color);
  }
  .owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
  }
  .owl-carousel:hover .owl-nav div:hover {
    color: var(--system_secendory_color);
  }
  .owl-carousel-item img {
    width: 100% !important;
  }
  .owl-nav div {
    background: #f2fcff;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    transition: all 0.4s ease-in-out;
    width: 60px;
    font-size: 12px;
    color: #afafaf;
    border-radius: 50%;
  }
  .owl-dots {
    display: flex;
    justify-content: center;
  }
  .owl-dot {
    margin: 0 5px;
  }
  .owl-dot.active span {
    background: var(--system_primery_color);
    transform: scale(1.2);
    background-size: 200% auto;
  }
  .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #d9e3e3;
    display: inline-block;
    transition: all 0.4s ease-in-out;
  }
  .owl-dot span:hover {
    transform: scale(1.2);
  }
  .popular-course-carousel .owl-dots,
  .team-slider .owl-dots {
    margin-top: 20px;
  }
  .profile {
    margin-bottom: 120px;
  }
  .profile-cover {
    padding-bottom: calc(27% - 13px);
    position: relative;
    overflow: hidden;
    z-index: -1;
  }
  .profile-cover img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  .profile-img {
    width: var(--img-width);
    flex: 0 0 auto;
  }
  .profile-img .img {
    width: 100%;
    padding-bottom: 97%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .profile-img .img img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .profile-img .theme_btn {
    transform: translateY(-50%);
    position: relative;
    font-size: 18px;
    line-height: 1.35;
    background-color: #25d978;
    border: none;
    min-width: 140px;
    padding: 10px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: -50%;
    z-index: 1;
  }
  .profile-img .theme_btn:hover {
    color: #fff;
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .profile-img p {
    font-size: 15px;
    line-height: 1.71429;
    color: #45395e;
  }
  .profile-wrapper {
    transform: translateY(-50%);
    position: relative;
    --border-radius: 15px;
    background-color: #313539;
    border-radius: var(--border-radius);
    margin-bottom: -110px;
    z-index: 1;
  }
  .profile-info {
    width: calc(100% - var(--img-width));
    flex: 0 0 auto;
    padding-left: 30px;
  }
  .profile-info ul {
    padding: 15px;
    background-color: #cee8ff;
    border-radius: 16px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    gap: 14px;
    --width: 44px;
  }
  .profile-info ul li a {
    width: var(--width);
    height: var(--width);
    border-radius: 100%;
    background-color: #fff;
    color: #55535b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    font-size: 18px;
  }
  .profile-info ul li a i.fa-facebook-f,
  .profile-info ul li a i.fa-instagram {
    color: #4b64ec;
  }
  .profile-info ul li a i.fa-twitter {
    color: #17c7ff;
  }
  .profile-info ul li a i.fa-youtube {
    color: #f81717;
  }
  .profile-info ul li a:hover {
    color: #fff !important;
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .profile-info ul li a:hover i {
    color: currentColor;
  }
  .profile-info ul li img {
    width: var(--width);
    height: var(--width);
  }
  .profile-info ul li img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .profile-info ul:not(:last-child) {
    margin-right: 16px;
  }
  .profile-info h4 {
    font-size: 32px;
    line-height: 1.25;
    color: #45395e;
  }
  .profile-info blockquote {
    font-size: 15px;
    font-weight: 500;
    color: #615c6b;
    margin-bottom: 10px;
  }
  .profile-info blockquote span {
    font-weight: 700;
    color: #f29f22;
  }
  .profile-info p {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #797387;
    margin-bottom: 14px;
  }
  .profile-info .badges,
  .profile-info .social_media {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(var(--width), 1fr));
  }
  .profile-info .social_media .dropdown-menu {
    border: none;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .profile-info .social_media .dropdown-menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  .profile .nav {
    background-color: var(--system_secendory_color);
    margin-bottom: 52px;
    border-radius: 100px;
    padding: 3px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .profile .nav::-webkit-scrollbar {
    height: 0;
  }
  .profile .nav:hover::-webkit-scrollbar {
    height: 5px;
  }
  .profile .nav::-webkit-scrollbar-track {
    background-color: #d9d9d9;
    border-radius: 100px;
  }
  .profile .nav::-webkit-scrollbar-thumb {
    background-color: #979797;
    border-radius: 100px;
  }
  .profile .nav-link {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff !important;
    border-radius: 100px;
    padding: 10px 18px;
    min-width: 118px;
    text-align: center;
    background: 0 0;
    text-transform: capitalize;
    white-space: nowrap;
  }
  .profile .nav-link.active {
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .profile .tab-pane {
    padding: 40px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .profile .tab-pane .row {
    margin-bottom: -30px;
  }
  .profile .tab-pane .about h1,
  .profile .tab-pane .about h2,
  .profile .tab-pane .about h3,
  .profile .tab-pane .about h4,
  .profile .tab-pane .about h5,
  .profile .tab-pane .about h6 {
    font-weight: 700 !important;
    margin-bottom: 1rem;
  }
  .profile .tab-pane .about .profile-info {
    margin-top: 20px;
  }
  .profile .tab-pane .about .profile-info ul {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .profile .tab-pane .about .skiils {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
  .profile .tab-pane .about .skiils li {
    display: inline-block;
    border-radius: 100px;
    background-color: var(--system_primery_color_10);
    font-size: 14px;
    line-height: 21px;
    padding: 4px 14px;
    color: var(--system_primery_color);
    font-weight: 500;
  }
  .profile-left {
    flex: 0 0 auto;
    width: 75%;
    --img-width: 226px;
    padding: 26px 80px 16px 26px;
    background-color: #fff;
    border-radius: calc(var(--border-radius) - 2px);
    height: 100%;
    border: 1px solid #c5c5c5;
  }
  .profile-right {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 50px;
  }
  .profile-right ul li {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
  }
  .profile-right ul li:not(:last-child) {
    margin-bottom: 36px;
  }
  .profile-right ul li svg {
    margin-right: 20px;
  }
  .bootstrap-tagsinput > .tag,
  .skills_list > * {
    display: inline-block;
    border-radius: 100px;
    background-color: var(--system_primery_color_10);
    font-size: 14px;
    border: none;
    color: var(--system_primery_color);
    font-weight: 400;
    padding: 5px 15px;
  }
  .currentColor {
    color: currentColor !important;
  }
  @media (min-width: 1400px) {
    .profile .container {
      max-width: 1296px;
    }
  }
  @media only screen and (min-width: 991.98px) and (max-width: 1199.98px) {
    .profile-left {
      padding: 20px 40px 16px 20px;
      --img-width: 190px;
      width: 70.8333333333%;
    }
    .profile-right {
      padding: 0 30px;
      width: 29.1666666667%;
    }
    .profile-right ul li {
      font-size: 18px;
    }
    .profile-right ul li:not(:last-child) {
      margin-bottom: 26px;
    }
    .profile-right ul li svg {
      margin-right: 10px;
    }
    .profile-info h4 {
      font-size: 28px;
    }
    .profile-info ul {
      gap: 10px;
      padding: 10px;
      --width: 38px;
    }
    .profile-info .badges {
      grid-template-columns: repeat(3, minmax(var(--width), 1fr));
    }
  }
  @media only screen and (max-width: 990.98px) {
    .profile .nav {
      flex-wrap: nowrap;
      overflow-x: auto;
    }
    .profile .tab-pane {
      padding: 24px;
    }
    .profile-left {
      width: 100%;
      padding: 20px;
      --img-width: 200px;
    }
    .profile-right {
      width: 100%;
      padding: 30px;
    }
    .profile-info ul {
      gap: 10px;
      padding: 10px;
    }
    .profile-info .badges,
    .profile-info .social_media {
      grid-template-columns: repeat(3, minmax(var(--width), 1fr));
    }
  }
  @media only screen and (min-width: 1199.98px) and (max-width: 1439.98px) {
    .profile-right {
      padding: 0 40px;
    }
    .profile-right ul li:not(:last-child) {
      margin-bottom: 30px;
    }
    .profile-right ul li svg {
      margin-right: 10px;
    }
    .profile-info ul {
      gap: 10px;
      padding: 10px;
      --width: 38px;
    }
  }
  @media only screen and (max-width: 478.98px) {
    .profile-img .theme_btn {
      font-size: 16px;
    }
    .profile-info ul {
      --width: 34px;
    }
  }
  @media only screen and (min-width: 767.98px) and (max-width: 990.98px) {
    .profile-cover {
      padding-bottom: 30%;
    }
    .profile-wrapper {
      transform: translateY(-15%);
      margin-bottom: -50px;
    }
    .profile-right ul li {
      font-size: 18px;
    }
    .profile-info h4 {
      font-size: 26px;
    }
    .profile .nav {
      margin-bottom: 30px;
    }
  }
  @media only screen and (max-width: 766.98px) {
    .profile-cover {
      padding-bottom: 40%;
    }
    .profile-wrapper {
      margin-top: -100px;
      transform: translateY(0);
      margin-bottom: 50px;
    }
    .profile-left {
      justify-content: center;
      --img-width: 160px;
    }
    .profile-right ul li {
      font-size: 18px;
    }
    .profile-img {
      width: 100%;
    }
    .profile-img .img {
      width: var(--img-width);
      height: var(--img-width);
      padding-bottom: 0;
      margin: auto;
    }
    .profile-img .theme_btn {
      min-width: 100px;
      padding: 6px;
    }
    .profile-info {
      padding-left: 0;
      margin-top: 20px;
      width: 100%;
    }
    .profile-info h4 {
      font-size: 24px;
    }
    .profile .nav {
      margin-bottom: 24px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile_info .studentProfileThumb {
      margin-right: 10px;
    }
  }
  @media only screen and (max-width: 767px) {
    .profile_info .studentProfileThumb {
      margin-right: 0;
    }
  }
  @media (max-width: 420px) {
    .theme_btn.small_btn4 {
      padding: 11px 16px;
      font-size: 13px;
    }
  }

  @media (max-width: 420px) {
    .theme_btn.ogrenci-panel {
      display: none;
    }
  }


  .document_name_input {
    height: 50px;
    border: 1px solid #e3e6ef;
    padding: 4px 20px;
    width: 100%;
  }
  @media (min-width: 576px) {
    .text-sm-nowrap {
      white-space: nowrap;
    }
  }
  .quiz_wizged .thumb {
    position: relative;
    overflow: hidden;
    height: 215px;
  }
  .quiz_wizged .thumb_inner {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
  }
  .quiz_wizged:hover .thumb_inner {
    transform: scale(1);
  }
  .quiz__details {
    padding: 150px 0 120px;
  }
  .quiz__details .lms_tab_content .course_overview_description .single_overview {
    margin-bottom: 30px;
  }
  .quiz__details
    .lms_tab_content
    .course_overview_description
    .single_overview:last-child {
    margin-bottom: 28px;
  }
  .quiz__details .course_cutomer_reviews .single_reviews:last-child {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 28px;
  }
  .quiz_border,
  .quiz_test_wrapper {
    border: 0.5px solid #d1d1d1;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  .quiz_test_wrapper .quiz_test_header {
    background: var(--system_primery_color);
    background-size: 200% auto;
    padding: 20px 35px;
    border-bottom: 1px solid #d1d1d1;
    color: #fff;
  }
  .quiz_test_wrapper .quiz_test_header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
  }
  .quiz_test_wrapper .quiz_test_body {
    padding: 33px 45px;
  }
  .quiz_test_wrapper .quiz_test_body p {
    margin-bottom: 26px;
  }
  .quiz_test_wrapper .quiz_test_body p a {
    font-weight: 600;
    color: #373737;
  }
  .quiz_test_wrapper .quiz_test_body .quiz_test_info {
    margin-bottom: 47px;
    padding-top: 4px;
  }
  .quiz_test_wrapper .quiz_test_body .quiz_test_info li {
    font-family: var(--font_family2), sans-serif;
    font-weight: 400;
    color: #373737;
    display: grid;
    grid-template-columns: 80px auto;
    grid-gap: 20px;
    margin-bottom: 7px;
  }
  .quiz_test_wrapper .quiz_test_body .quiz_test_info li span {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
  }
  .quiz_questions_wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 0.5px solid #d1d1d1;
  }
  .quiz_questions_wrapper .quiz_test_header {
    background: var(--system_primery_color);
    background-size: 200% auto;
    padding: 20px 35px;
    border-bottom: 1px solid #d1d1d1;
    color: #fff;
  }
  .quiz_questions_wrapper .quiz_test_header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
  }
  .quiz_questions_wrapper .quiz_test_header .quiz_header_right {
    text-align: right;
  }
  .quiz_questions_wrapper .quiz_test_header .quiz_header_right span {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font_family1);
    color: #fff;
    margin-bottom: 0;
  }
  .quiz_questions_wrapper .quiz_test_header .quiz_header_right p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
  }
  .quiz_questions_wrapper .quiz_test_body {
    padding: 40px;
  }
  .quiz_questions_wrapper .quiz_test_body .question_list_header {
    margin-bottom: 26px;
  }
  .quiz_questions_wrapper
    .quiz_test_body
    .question_list_header
    .question_list_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .quiz_questions_wrapper
    .quiz_test_body
    .question_list_header
    .question_list_top
    p {
    font-size: 24px;
    font-weight: 700;
    color: #1f2b40;
  }
  .quiz_questions_wrapper
    .quiz_test_body
    .question_list_header
    .question_list_top
    .arrow_controller
    span {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    background: #f9f9fd;
    border: 1px solid #e1e2e6;
    display: inline-block;
    font-size: 12px;
    color: #687083;
  }
  .quiz_questions_wrapper
    .quiz_test_body
    .question_list_header
    .question_list_counters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .quiz_questions_wrapper
    .quiz_test_body
    .question_list_header
    .question_list_counters
    span {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 49px;
    background: var(--system_primery_color);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font_family1);
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    flex: 50px 0 0;
    margin-bottom: 20px;
    background-size: 200% auto;
  }
  .quiz_questions_wrapper
    .quiz_test_body
    .question_list_header
    .question_list_counters
    span:not(:last-child) {
    margin-right: 33px;
  }
  .quiz_questions_wrapper
    .quiz_test_body
    .question_list_header
    .question_list_counters
    span.skip_qus {
    border: 2px solid var(--system_primery_color);
    color: var(--system_primery_color);
    background: transparent;
  }
  .quiz_questions_wrapper .quiz_test_body .quiz_select {
    margin-bottom: 50px;
  }
  .quiz_questions_wrapper .quiz_test_body .quiz_select li {
    margin-bottom: 15px;
  }
  .quiz_score_wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 0.5px solid #d1d1d1;
  }
  .quiz_score_wrapper .quiz_test_header {
    background: var(--system_primery_color);
    background-size: 200% auto;
    padding: 20px 35px;
    border-bottom: 1px solid #d1d1d1;
    color: #fff;
  }
  .quiz_score_wrapper .quiz_test_header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
  }
  .quiz_score_wrapper .quiz_header_right {
    text-align: right;
  }
  .quiz_score_wrapper .quiz_header_right span {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font_family1);
    color: #fff;
    margin-bottom: 0;
  }
  .quiz_score_wrapper .quiz_header_right p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
  }
  .quiz_score_wrapper .quiz_test_body {
    padding: 33px 45px;
  }
  .quiz_score_wrapper .quiz_test_body h3 {
    font-size: 48px;
    font-weight: 700;
  }
  .quiz_score_wrapper .quiz_test_body h3.success {
    color: transparent;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .quiz_score_wrapper .quiz_test_body h3.failed {
    color: #1f2b40;
  }
  .quiz_score_wrapper .quiz_test_body h3.failed span {
    color: #f82734;
  }
  .quiz_score_wrapper .quiz_test_body p.subtitle {
    font-size: 36px;
    line-height: 1.75;
    font-weight: 500;
    margin-bottom: 70px;
  }
  .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view p {
    font-size: 24px;
    font-weight: 500;
    color: #1f2b40;
    line-height: 45px;
  }
  .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul {
    margin-bottom: 80px;
  }
  .quiz_score_wrapper
    .quiz_test_body
    .score_view_wrapper
    .single_score_view:not(:last-child) {
    margin-right: 94px;
  }
  .quiz_score_wrapper .quiz_test_body .sumit_skip_btns {
    margin-top: 70px;
  }
  .quiz_score_wrapper .quiz_test_body .retake_faq {
    margin-top: 76px;
  }
  .quiz_score_wrapper .quiz_test_body .retake_faq h4 {
    font-size: 24px;
    line-height: 30px;
    color: #1f2b40;
    font-weight: 700;
  }
  .quiz_score_wrapper .quiz_test_body .retake_faq p {
    font-size: 16px;
    line-height: 30px;
    color: #656a7b;
    font-weight: 400;
  }
  .result_sheet_wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  .result_sheet_wrapper .quiz_test_header {
    background: var(--system_primery_color);
    background-size: 200% auto;
    padding: 20px 35px;
    border-bottom: 1px solid #d1d1d1;
    color: #fff;
  }
  .result_sheet_wrapper .quiz_test_header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
  }
  .result_sheet_wrapper .quiz_test_body {
    padding: 40px 50px;
  }
  .result_sheet_wrapper
    .quiz_test_body
    .result_sheet_view
    .single_result_view:not(:last-child) {
    border-bottom: 1px solid #e9e7f7;
    padding-bottom: 26px;
    margin-bottom: 30px;
  }
  .result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin-bottom: 2px;
  }
  .result_sheet_wrapper
    .quiz_test_body
    .result_sheet_view
    .single_result_view
    h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #373737;
  }
  .result_sheet_wrapper
    .quiz_test_body
    .result_sheet_view
    .single_result_view
    ul
    li {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
  }
  .result_sheet_wrapper .quiz_test_body .result_sheet_preview {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .result_sheet_wrapper .quiz_test_body .result_sheet_preview a {
    margin: 0 5px;
  }
  .quiz_exam_score_details {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
  }
  .quiz_exam_score_details li {
    min-width: 320px;
    height: 66px;
    padding: 15px 17px;
    border-radius: 2px;
    border: 0.5px solid #d1d1d1;
  }
  .quiz_exam_score_details li span.label_name {
    font-size: 20px;
    font-weight: 600;
    color: #1f2b40;
  }
  .quiz_exam_score_details li label {
    gap: 18px;
    align-items: center;
  }
  .quiz_exam_score_details li .icon {
    background: #1f2b40;
    height: 36px;
    width: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .quiz_exam_score_details li.correct {
    background: #d5fbe9;
  }
  .quiz_exam_score_details li.correct svg {
    color: #16ce8c;
  }
  .quiz_exam_score_details li.wrong {
    background: #fbd5d5;
  }
  .quiz_exam_score_details li.wrong svg {
    color: #ff515c;
  }
  #result br,
  .questions br {
    display: block;
  }
  .quiz_test_body .singleQuestion input:checked + .checkmark + .label_name,
  .quiz_test_body .singleQuestion ul.quiz_select li:hover label .label_name {
    color: transparent;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .question_list_counters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .question_list_counters span {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 49px;
    background: var(--system_primery_color);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font_family1);
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    flex: 50px 0 0;
    margin-bottom: 20px;
    background-size: 200% auto;
  }
  .question_list_counters span:not(:last-child) {
    margin-right: 33px;
  }
  .question_list_counters span.skip_qus {
    border: 2px solid var(--system_primery_color);
    color: var(--system_primery_color);
    background: transparent;
  }
  .question_number_lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 18px;
    margin-bottom: 48px;
  }
  .question_number_lists a {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 49px;
    background: var(--system_primery_color);
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font_family1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    flex: 70px 0 0;
    padding: 0;
    background-size: 200% auto;
    margin: 0;
  }
  .question_number_lists a.skip_qus {
    color: #fff;
    background: #1f2b40;
  }
  .question_number_lists a.pouse_qus {
    border: 1px solid rgba(143, 104, 255, 0.5019607843);
    color: #1f2b40;
    background: #fff;
  }
  .question_number_lists a.quiz_is_submit {
    background: var(--system_primery_color);
    background-size: 200% auto;
    border: none;
    color: #fff;
  }
  .question_number_lists a.wait_for_confirm {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
  }
  @media (max-width: 767.98px) {
    .quiz__details {
      padding: 75px 0 45px;
    }
    .quiz__details
      .lms_tab_content
      .course_overview_description
      .single_overview:last-child {
      margin-bottom: 40px;
    }
    .quiz_test_wrapper .quiz_test_header {
      padding: 20px 30px;
    }
    .quiz_test_wrapper .quiz_test_header h3 {
      font-size: 18px;
    }
    .quiz_test_wrapper .quiz_test_body {
      padding: 30px;
    }
    .quiz_questions_wrapper {
      border: 0.5px solid #d1d1d1;
    }
    .quiz_questions_wrapper .quiz_test_header {
      padding: 20px 30px;
    }
    .quiz_questions_wrapper .quiz_test_header h3 {
      font-size: 18px;
    }
    .quiz_questions_wrapper
      .quiz_test_body
      .question_list_header
      .question_list_counters
      span {
      width: 40px;
      height: 40px;
      line-height: 40px;
      flex: 40px 0 0;
      font-size: 14px;
    }
    .quiz_questions_wrapper
      .quiz_test_body
      .question_list_header
      .question_list_counters
      span:not(:last-child) {
      margin-right: 20px;
    }
    .quiz_score_wrapper .quiz_test_header {
      padding: 20px 30px;
    }
    .quiz_score_wrapper .quiz_test_header h3 {
      font-size: 18px;
    }
    .quiz_score_wrapper .quiz_test_body {
      padding: 30px;
    }
    .quiz_score_wrapper
      .quiz_test_body
      .score_view_wrapper
      .single_score_view
      ul {
      margin-bottom: 40px;
    }
    .quiz_score_wrapper
      .quiz_test_body
      .score_view_wrapper
      .single_score_view:not(:last-child) {
      margin-right: 30px;
    }
    .result_sheet_wrapper .quiz_test_header {
      padding: 20px 30px;
    }
    .result_sheet_wrapper .quiz_test_header h3 {
      font-size: 18px;
    }
    .result_sheet_wrapper .quiz_test_body {
      padding: 30px;
    }
    .result_sheet_wrapper .quiz_test_body .result_sheet_view .marking_img img {
      width: 60px;
      margin-top: 10px;
    }
    .question_list_counters span {
      width: 40px;
      height: 40px;
      line-height: 40px;
      flex: 40px 0 0;
      font-size: 14px;
    }
    .question_list_counters span:not(:last-child) {
      margin-right: 20px;
    }
  }
  @media (max-width: 575.98px) {
    .quiz_questions_wrapper .quiz_test_header {
      flex-direction: column;
      justify-content: start;
    }
    .quiz_questions_wrapper .quiz_test_header .quiz_header_right {
      text-align: left;
      width: 100%;
      margin-top: 10px;
    }
    .quiz_questions_wrapper .quiz_test_body {
      padding: 25px 20px;
    }
    .quiz_questions_wrapper
      .quiz_test_body
      .question_list_header
      .question_list_counters
      span {
      margin-bottom: 15px;
    }
    .quiz_score_wrapper .quiz_test_body .score_view_wrapper {
      flex-direction: column;
    }
    .quiz_score_wrapper
      .quiz_test_body
      .score_view_wrapper
      .single_score_view
      ul {
      margin-bottom: 20px;
    }
    .quiz_score_wrapper
      .quiz_test_body
      .score_view_wrapper
      .single_score_view:last-child {
      margin-bottom: 30px;
    }
    .result_sheet_wrapper .quiz_test_body {
      padding: 20px;
    }
    .result_sheet_wrapper .quiz_test_body .result_sheet_preview {
      padding-top: 0;
      flex-direction: column;
    }
    .question_list_counters span,
    .result_sheet_wrapper .quiz_test_body .result_sheet_preview a:first-child {
      margin-bottom: 15px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1499.98px) {
    .quiz_score_wrapper .quiz_test_body .score_view_wrapper {
      flex-direction: column;
    }
    .quiz_score_wrapper
      .quiz_test_body
      .score_view_wrapper
      .single_score_view
      ul {
      margin-bottom: 30px;
    }
    .quiz_score_wrapper
      .quiz_test_body
      .score_view_wrapper
      .single_score_view:last-child {
      margin-bottom: 40px;
    }
    .quiz_score_wrapper
      .quiz_test_body
      .score_view_wrapper
      .single_score_view:not(:last-child) {
      margin-right: 0;
    }
  }
  .quiz_test_body a.nav-link.arrow {
    background: #eee6f5;
    color: var(--system_primery_gredient2);
    cursor: pointer;
  }
  .quiz_test_body a.nav-link.arrow:hover {
    background: var(--system_primery_color);
    background-size: 200% auto;
    color: #fff;
  }
  h4.question_title_quiz {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--font_family1);
  }
  .quiz_test_body .singleQuestion .quiz_select label span {
    font-size: 18px !important;
  }
  .quiz_questions_wrapper .quiz_test_body .quiz_select li {
    margin-bottom: 32px;
  }
  .quiz_result_sheet_body .single_result_view {
    margin-bottom: 62px;
    border: 0.5px solid #d1d1d1;
    background: #fff;
  }
  .quiz_result_sheet_body .single_result_view li label {
    margin-bottom: 26px;
  }
  .quiz_result_sheet_body .single_result_view li label .label_name {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #1f2b40;
    line-height: 20px;
    letter-spacing: 0.4px;
  }
  .quiz_result_sheet_body .single_result_view_inner {
    padding: 43px 50px;
  }
  .quiz_result_sheet_body .single_result_view.correct {
    border-bottom: 3px solid #16ce8c;
  }
  .quiz_result_sheet_body .single_result_view.correct h5 {
    background: #11bd8a;
  }
  .quiz_result_sheet_body .single_result_view.wrong {
    border-bottom: 3px solid #ff4545;
  }
  .quiz_result_sheet_body .single_result_view.wrong h5 {
    background: #ff4545;
  }
  .quiz_result_sheet_body .single_result_count {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding: 14px 46px;
  }
  .quiz_result_sheet_body .single_result_question {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .quiz_result_sheet_body .single_result_question_description {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #656a7b;
    margin-bottom: 22px;
  }
  .quiz_result_sheet_body .primary_checkbox2 .checkmark,
  .quiz_result_sheet_body .primary_checkbox .checkmark {
    height: 23px;
    width: 23px;
    line-height: 23px;
    flex: 23px 0 0;
  }
  .quiz_result_sheet_body .primary_checkbox2 .checkmark:after,
  .quiz_result_sheet_body .primary_checkbox .checkmark:after {
    border-radius: 100%;
    border-color: #d1d1d1 !important;
    background: transparent !important;
  }
  .quiz_result_sheet_body .primary_checkbox2 input:checked ~ .checkmark:before,
  .quiz_result_sheet_body .primary_checkbox input:checked ~ .checkmark:before {
    content: "";
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 100%;
  }
  .quiz_result_sheet_body .primary_checkbox2 input:checked ~ .checkmark {
    background: #fff;
    border: 1px solid #16ce8c;
  }
  .quiz_result_sheet_body
    .primary_checkbox2.error_ans
    input:checked
    ~ .checkmark {
    background: #fff;
    border: 1px solid #ff4545;
  }
  .quiz_result_sheet_body .primary_checkbox2 input:checked ~ .label_name {
    color: #009a63 !important;
  }
  .quiz_result_sheet_body
    .primary_checkbox2.error_ans
    input:checked
    ~ .label_name {
    color: #ff4545 !important;
  }
  .quiz_result_sheet_body .primary_checkbox2 input:checked ~ .checkmark:before,
  .quiz_result_sheet_body .primary_checkbox input:checked ~ .checkmark:before {
    background: #16ce8c;
    z-index: 1;
  }
  .quiz_result_sheet_body
    .primary_checkbox2.error_ans
    input:checked
    ~ .checkmark:before,
  .quiz_result_sheet_body
    .primary_checkbox.error_ans
    input:checked
    ~ .checkmark:before {
    background: #ff4545;
    z-index: 1;
  }
  .quiz_result_sheet_body .primary_checkbox2 input:checked ~ .label_name {
    position: relative;
  }
  .quiz_result_sheet_body .primary_checkbox2 input:checked ~ .label_name:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 34c8.837 0 16-7.163 16-16S26.837 2 18 2 2 9.163 2 18s7.163 16 16 16z' fill='%2316CE8C' stroke='%2316CE8C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.602 19.6l4.654 4.8c2.19-6.292 4.014-9.052 8.146-12.8' fill='%2316CE8C'/%3E%3Cpath d='M11.602 19.6l4.654 4.8c2.19-6.292 4.014-9.052 8.146-12.8' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
  }
  .quiz_result_sheet_body
    .primary_checkbox2.error_ans
    input:checked
    ~ .label_name {
    position: relative;
  }
  .quiz_result_sheet_body
    .primary_checkbox2.error_ans
    input:checked
    ~ .label_name:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 34c8.837 0 16-7.163 16-16S26.837 2 18 2 2 9.163 2 18s7.163 16 16 16z' fill='%23FF4545' stroke='%23FF4545' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.514 12.235l.134.117a1.2 1.2 0 01.117 1.562l-.117.135L19.698 18l3.95 3.951a1.2 1.2 0 01.117 1.563l-.117.134a1.2 1.2 0 01-1.562.117l-.134-.117L18 19.698l-3.951 3.95a1.2 1.2 0 01-1.563.117l-.135-.117a1.2 1.2 0 01-.116-1.562l.117-.134L16.302 18l-3.95-3.951a1.2 1.2 0 01-.117-1.563l.117-.135a1.2 1.2 0 011.562-.116l.135.117L18 16.302l3.951-3.95a1.2 1.2 0 011.563-.117z' fill='%23fff'/%3E%3C/svg%3E");
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
  }
  @media (min-width: 1200px) {
    .dashboard_main_wrapper .main_content_iner.main_content_padding {
      padding: 45px 30px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dashboard_main_wrapper .main_content_iner.main_content_padding,
    .header_iner {
      padding: 35px 30px;
    }
    .header_iner .notification_wrapper ul {
      padding: 16px 20px;
    }
    .paginations {
      --pag-width: 40px;
    }
    .sidebar-user h4 {
      font-size: 18px;
    }
    .reward-card {
      padding: 30px;
      margin-bottom: 30px;
    }
    .reward-card-points .content h4 {
      font-size: 28px;
    }
    .reward-blance-img {
      margin: auto auto 20px;
    }
    .reward-blance-content {
      padding-left: 0;
      max-width: 100% !important;
      text-align: center;
    }
    .reward-blance-content h3 {
      font-size: 30px;
      line-height: 1.3;
      margin-bottom: 10px;
    }
    .reward-blance-content > p {
      margin-bottom: 20px;
    }
    .reward-blance-content .d-flex .ps-4 {
      margin-left: 0 !important;
      padding-left: 12px !important;
    }
    .reward-blance-content .d-flex .ps-4 .me-4 {
      margin-right: 0 !important;
    }
    .reward-blance-content h4 {
      font-size: 44px;
    }
    .reward-blance-content .theme_btn {
      font-size: 16px;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
    }
    .reward-badge h4 {
      font-size: 22px;
    }
    .reward-table table tr td,
    .reward-table table tr th {
      padding: 24px;
    }
    .reward-leader h4 {
      font-size: 18px;
      margin-bottom: 20px;
    }
    .reward-paginations p {
      font-size: 16px;
    }
    .reward-modal .modal-dialog {
      max-width: calc(100% - 100px);
    }
    .reward-modal .modal-body h4 {
      font-size: 32px;
      margin-bottom: 20px;
    }
    .reward-modal .modal-body p {
      font-size: 28px;
      margin-bottom: 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .dashboard_main_wrapper .main_content_iner.main_content_padding,
    .header_iner {
      padding: 35px 30px;
    }
    .header_iner .notification_wrapper ul {
      padding: 16px 20px;
    }
    .header_iner .notification_wrapper ul li:not(:last-child) {
      margin-right: 30px;
    }
    .sidebar-user h4 {
      font-size: 18px;
    }
    .reward-card-points .content h4 {
      font-size: 26px;
    }
    .reward-blance-content {
      padding-left: 30px;
    }
    .reward-blance-content h3 {
      font-size: 28px;
      line-height: 1.2;
      margin-bottom: 10px;
    }
    .reward-blance-content .d-flex > div:first-child {
      max-width: 41.6666666667%;
      flex: 0 0 100%;
    }
    .reward-blance-content .d-flex > div:last-child {
      max-width: 58.3333333333%;
      flex: 0 0 100%;
    }
    .reward-blance-content h4 {
      font-size: 38px;
    }
    .reward-blance-content .theme_btn {
      padding: 10px 13px;
      font-size: 14px;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
    }
    .reward-badge h4 {
      font-size: 20px;
    }
    .reward-table table tr td,
    .reward-table table tr th {
      font-size: 16px;
      padding: 20px 25px;
    }
    .reward-leader h4 {
      font-size: 18px;
    }
    .reward-modal .modal-dialog {
      max-width: calc(100% - 60px);
    }
    .reward-modal .modal-body h4 {
      font-size: 30px;
      line-height: 1.3125;
    }
    .reward-modal .modal-body p {
      font-size: 26px;
    }
  }
  @media only screen and (max-width: 767px) {
    .dashboard_main_wrapper .main_content_iner.main_content_padding {
      padding: 25px 20px 50px;
    }
    .header_iner {
      padding: 18px 20px;
      background: blueviolet;
    }
    .header_iner .notification_wrapper ul {
      padding: 13px 15px;
      align-items: normal;
      margin-left: -70px;
    }
    .header_iner .notification_wrapper ul li:not(:last-child) {
      margin-right: 20px;
    }
    .sidebar-user h4 {
      font-size: 18px;
    }
    .reward .col-md-6.col-xl-4.col-xxl-3 {
      width: 50%;
    }
    .reward-card-points {
      --icon: 0;
    }
    .reward-card-points .img {
      display: none;
    }
    .reward-card-points .content {
      padding-left: 0;
      text-align: center;
    }
    .reward-card-points .content h4 {
      font-size: 24px;
    }
    .reward-card.leader {
      padding: 20px;
    }
    .reward-blance {
      --img-width: 170px;
    }
    .reward-blance-img {
      margin: auto auto 20px;
    }
    .reward-blance-content {
      padding-left: 0;
      max-width: 100% !important;
      text-align: center;
    }
    .reward-blance-content h3 {
      font-size: 24px;
      font-size: 31px;
      line-height: 1.3;
    }
    .reward-blance-content .d-flex {
      flex-wrap: wrap;
    }
    .reward-blance-content .d-flex > div {
      text-align: center !important;
    }
    .reward-blance-content .d-flex > div:first-child {
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 14px;
    }
    .reward-blance-content .d-flex > div:last-child {
      max-width: 100%;
      flex: 0 0 100%;
    }
    .reward-blance-content h4 {
      font-size: 34px;
    }
    .reward-blance-content .theme_btn {
      padding: 10px 20px;
      font-size: 14px;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
    }
    .reward-badge h4 {
      font-size: 18px;
    }
    .reward-table table {
      width: 600px !important;
    }
    .reward-table table tr th {
      font-size: 14px;
      padding: 16px 22px;
      font-weight: 500;
    }
    .reward-table table tr th p {
      font-size: 16px;
      font-weight: 500;
    }
    .reward-table table tr td {
      font-size: 14px;
      padding: 16px 22px;
      font-weight: 500;
    }
    .reward-table table tr td p {
      font-size: 16px;
      font-weight: 500;
    }
    .reward-leader h4 {
      font-size: 18px;
    }
    .reward-modal .modal-dialog {
      max-width: calc(100% - 30px);
    }
    .reward-modal .modal-body h4,
    .reward-modal .modal-body p {
      font-size: 24px;
    }
  }
  .bg-body {
    background-color: #eff4f8 !important;
  }
  .text-green {
    color: #36d98b !important;
  }
  .paginations {
    display: flex;
    align-items: center;
    --pag-width: 51px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .paginations .prev {
    color: var(--system_secendory_color);
    font-size: 18px;
    line-height: 1.35;
    padding: 5px;
    height: var(--pag-width);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .paginations .prev:hover {
    color: transparent;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .paginations .next {
    color: var(--system_secendory_color);
    font-size: 18px;
    line-height: 1.35;
    padding: 5px;
    height: var(--pag-width);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .paginations .next:hover {
    color: transparent;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .paginations-list {
    margin-right: 6px;
  }
  .paginations-list:first-child {
    margin-right: 0;
  }
  .paginations-list:last-child {
    margin-left: -6px;
    margin-right: 0;
  }
  .paginations-list:last-child a {
    padding: 5px;
    margin-left: 10px;
  }
  .paginations-links,
  .paginations-list:last-child a {
    color: var(--system_secendory_color);
    font-size: 18px;
    line-height: 1.35;
    height: var(--pag-width);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .paginations-links {
    width: var(--pag-width);
    border: 1px solid #8c9098;
    font-weight: 600;
    border-radius: 10px;
  }
  .paginations-links.active,
  .paginations-links:hover {
    background: var(--system_primery_color);
    background-size: 200% auto;
    border-color: var(--system_primery_color);
    color: #fff;
  }
  .sidebar-user {
    padding: 30px 10px;
    height: 93px;

    background: #7f57bd;
    margin-bottom: 192px;
  }
  .sidebar-user h4 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    color: var(--footer_text_color);
    font-weight: 500;
  }
  .sidebar-profile {
    --width: 110px;
    width: var(--width);
    height: var(--width);
    border-radius: 100%;
    border: 2px solid var(--system_primery_color);
    overflow: hidden;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 14px;
  }
  .sidebar-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    border: 7px solid #7f57bd;
  }
  .sidebar-badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .sidebar-badge-list {
    max-width: calc(20% - 10px);
    flex: 0 0 100%;
  }
  .sidebar-badge-list img {
    --badge: 44px;
    width: var(--badge);
    height: var(--badge);
    -o-object-fit: contain;
    object-fit: contain;
  }
  .reward-card {
    border-radius: 10px;
    box-shadow: -12px 16px 40px rgba(0, 0, 0, 0.05);
    padding: 40px;
    background-color: #fff;
    margin-bottom: 40px;
  }
  .reward-card.badge-card {
    width: 100%;
    padding: 24px;
  }
  .reward-card.leader {
    padding: 28px;
  }
  .reward-card h1,
  .reward-card h2,
  .reward-card h3,
  .reward-card h4,
  .reward-card h5,
  .reward-card h6 {
    font-weight: 700;
  }
  .reward-card p {
    color: #8c9098;
  }
  .reward-card p a {
    color: transparent;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .reward-card-points {
    --icon: 66px;
  }
  .reward-card-points .img {
    max-width: var(--icon);
    flex: 0 0 100%;
    height: 82px;
  }
  .reward-card-points .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .reward-card-points .content {
    max-width: calc(100% - var(--icon));
    flex: 0 0 100%;
    padding-left: 20px;
  }
  .reward-card-points .content h4 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 0;
    color: transparent;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .reward-card-points .content p {
    font-weight: 500;
  }
  .reward-blance {
    --img-width: 199px;
  }
  .reward-blance-img {
    max-width: var(--img-width);
    height: 176px;
    flex: 0 0 100%;
  }
  .reward-blance-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .reward-blance-content {
    max-width: calc(100% - var(--img-width));
    flex: 0 0 100%;
    padding-left: 64px;
  }
  .reward-blance-content h3 {
    font-size: 36px;
    line-height: 1.52778;
    color: var(--system_secendory_color);
    margin-bottom: 1rem;
  }
  .reward-blance-content h3 span {
    color: #36d98b;
  }
  .reward-blance-content > p {
    margin-bottom: 38px;
  }
  .reward-blance-content .d-flex p {
    font-size: 14px;
  }
  .reward-blance-content .d-flex .ps-4 {
    margin-left: 26px;
  }
  .reward-blance-content .d-flex > div {
    text-align: left;
  }
  .reward-blance-content h4 {
    font-size: 64px;
    color: transparent;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1;
  }
  .reward-blance-content .theme_btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 1.66667;
    font-weight: 600;
    min-width: 194px;
    text-align: center;
  }
  .reward-blance-content .theme_btn:first-child {
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .reward-blance-content .theme_btn:first-child:hover {
    color: var(--system_primery_color);
    border-color: var(--system_primery_color);
    background-color: transparent;
  }
  .reward-blance-content .theme_btn:last-child {
    background-color: #36d98b;
    margin: 10px;
  }
  .reward-blance-content .theme_btn:last-child:hover {
    color: #36d98b;
    border-color: #36d98b;
    background-color: transparent;
  }
  .reward-badge .img {
    margin: auto auto 15px;
    width: 139px;
    height: 122px;
  }
  .reward-badge .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .reward-badge h4 {
    font-size: 24px;
    line-height: 1.41667;
    font-weight: 600;
    color: transparent;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .reward-table {
    overflow: auto;
  }
  .reward-table table tr {
    border-bottom: 1px solid #dee7ff;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
  }
  .reward-table table tr th {
    padding: 46px 45px;
    color: var(--system_secendory_color);
  }
  .reward-table table tr td,
  .reward-table table tr th,
  .reward-table table tr th p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
  }
  .reward-table table tr td {
    padding: 46px 45px;
    color: var(--system_secendory_color);
  }
  .reward-table table tr td p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
  }
  .reward-table table tbody tr:last-child {
    border-bottom: 0;
  }
  .reward-table table tbody tr:hover {
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .reward-table table tbody tr:hover td,
  .reward-table table tbody tr:hover td p,
  .reward-table table tbody tr:hover th,
  .reward-table table tbody tr:hover th p {
    color: #fff !important;
  }
  .reward-leader h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .reward-leader ul li {
    display: block;
  }
  .reward-leader .nav {
    margin-bottom: 14px;
    overflow: auto;
    border-bottom-width: 1px;
    gap: 10px;
    padding-bottom: 14px;
  }
  .reward-leader .nav::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .reward-leader .nav::-webkit-scrollbar-track {
    background-color: var(--system_primery_color_30);
    border-radius: 100px;
  }
  .reward-leader .nav::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: var(--system_primery_color_50);
  }
  .reward-leader .nav-link {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding: 8px 14px;
    color: #8c9098;
    margin-right: 0;
    border-radius: 6px;
    border: 1px solid #d0dce5;
    font-size: 14px;
  }
  .reward-leader .nav-link.active {
    background: var(--system_primery_color);
    background-size: 200% auto;
    color: #fff;
  }
  .reward-leader-content {
    text-align: right;
    --position-width: 58px;
  }
  .reward-leader-content ul li {
    display: block;
  }
  .reward-leader-content ul li:not(:last-child) {
    margin-bottom: 14px;
  }
  .reward-leader-content a,
  .reward-leader-content h4 {
    color: transparent;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .reward-leader-content h4 {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0 !important;
    transition: all 0.3s ease-in-out;
  }
  .reward-leader-content p {
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  }
  .reward-leader-item {
    border: 1px solid #d0dce5;
    border-radius: 6px;
    padding: 10px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    flex: 0 0 100%;
    max-width: calc(100% - var(--position-width) - 8px);
  }
  .reward-leader-item:hover {
    background: var(--system_primery_color);
    background-size: 200% auto;
    border-color: var(--system_primery_gredient1);
  }
  .reward-leader-item:hover h4,
  .reward-leader-item:hover p {
    color: #fff !important;
  }
  .reward-leader-item:hover .img {
    border-color: #fff;
  }
  .reward-leader-position {
    max-width: var(--position-width);
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5c6574;
    font-size: 18px;
    line-height: 1.35;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
  }
  .reward-leader-position.one {
    background: linear-gradient(149.01deg, #65ffb5 7.24%, #18ad77 84.86%);
  }
  .reward-leader-position.two {
    background: linear-gradient(180deg, #ff930f, #ffde2e);
  }
  .reward-leader-position.three {
    background: linear-gradient(135deg, #bb86ff, #561bff);
  }
  .reward-leader-profile {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 14px;
    --img: 36px;
  }
  .reward-leader-profile .img {
    max-width: var(--img);
    flex: 0 0 var(--img);
    height: var(--img);
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid var(--system_primery_color);
  }
  .reward-leader-profile .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .reward-leader-profile .content {
    max-width: calc(100% - var(--img));
    flex: 0 0 100%;
    padding-left: 0;
    flex: auto;
  }
  .reward-leader-profile .content p {
    font-size: 15px;
    color: var(--system_secendory_color);
    transition: all 0.3s ease-in-out;
  }
  .reward-paginations p {
    font-size: 16px;
    line-height: 1.35;
  }
  .reward-paginations p strong {
    font-weight: 500;
    color: var(--system_secendory_color);
  }
  .reward-modal .modal-dialog {
    max-width: 1000px;
    width: 100%;
  }
  .reward-modal .modal-content {
    border: none;
    border-radius: 40px;
  }
  .reward-modal .modal-body {
    padding: 50px 80px 100px;
  }
  .reward-modal .modal-body img {
    margin-bottom: 50px;
    width: 100%;
  }
  .reward-modal .modal-body h4 {
    font-size: 40px;
    line-height: 1.175;
    color: var(--system_secendory_color);
    margin-bottom: 30px;
  }
  .reward-modal .modal-body h4 span {
    color: transparent;
    background: var(--system_primery_color);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .reward-modal .modal-body p {
    font-size: 32px;
    line-height: 1.25;
    color: var(--system_secendory_color);
    margin-bottom: 40px;
  }
  .reward-modal .modal-body .theme_btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 1.66667;
    font-weight: 600;
    min-width: 194px;
    text-align: center;
  }
  .reward-modal .modal-body .theme_btn:first-child,
  .reward-modal .modal-body .theme_btn:last-child {
    background: var(--system_primery_color);
    background-size: 200% auto;
  }
  .reward-modal .modal-body .theme_btn:first-child:hover,
  .reward-modal .modal-body .theme_btn:last-child:hover {
    background-color: transparent;
    border-color: var(--system_primery_color);
    color: var(--system_primery_color);
  }
  #myHomepageCourse .owl-nav > div {
    --width: 36px;
    height: var(--width);
    width: var(--width);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-100%);
    color: var(--system_secendory_color);
  }
  #myHomepageCourse .owl-nav > div:last-child {
    left: auto;
    right: 10px;
  }
  #myHomepageCourse .owl-nav > div:hover {
    background: var(--system_primery_color);
    background-size: 200% auto;
    color: #fff;
  }
  #myHomepageCourse .owl-nav div {
    background: rgba(0, 0, 0, 0.7098039216);
    color: #fff;
  }
  #myLeaderBoard .reward-leader .nav {
    border-bottom: none;
    margin-bottom: 0;
  }
  #myLeaderBoard .reward-leader .badge-img {
    width: 70px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #myLeaderBoard .reward-leader-content {
    --position-width: 64px;
  }
  #myLeaderBoard .reward-leader-content ul {
    max-height: 400px;
    overflow: auto;
    padding: 20px 20px 20px 0;
  }
  #myLeaderBoard .reward-leader-content ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  #myLeaderBoard .reward-leader-content ul::-webkit-scrollbar-track {
    background-color: var(--system_primery_color_10);
    border-radius: 100px;
  }
  #myLeaderBoard .reward-leader-content ul::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: var(--system_primery_color_50);
  }
  #myLeaderBoard .modal-xl {
    max-width: 560px !important;
  }
  #myLeaderBoard .modal-content {
    border-radius: 16px;
    border: none;
  }
  #myHomepageCourse.owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }
  #myHomepageCourse.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  #myHomepageCourse.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
  }
  #topLeaderboardBody .reward-leader-content ul {
    padding: 10px 11px 0 0;
  }
  #leaderboardBody .point-table > ul {
    padding: 15px 0;
  }
  #leaderboardBody .point-table > ul li {
    padding-bottom: 10px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .paginations {
      --pag-width: 46px;
    }
    .sidebar-user h4 {
      font-size: 18px;
    }
    .reward-card {
      padding: 24px;
      margin-bottom: 30px;
    }
    .reward-card-points {
      --icon: 56px;
    }
    .reward-card.badge-card {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .reward-blance-img {
      margin: auto auto 20px;
    }
    .reward-blance-content {
      padding-left: 0;
      max-width: 100% !important;
      text-align: center;
    }
    .reward-blance-content h3 {
      font-size: 32px;
      line-height: 1.3;
      margin-bottom: 10px;
    }
    .reward-blance-content > p {
      margin-bottom: 18px;
    }
    .reward-blance-content .d-flex .ps-4 {
      margin-left: 0 !important;
      padding-left: 12px !important;
    }
    .reward-blance-content h4 {
      font-size: 54px;
      font-size: 44px;
    }
    .reward-blance-content .theme_btn {
      padding: 10px 18px;
      font-size: 16px;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
    }
    .reward-table table tr td,
    .reward-table table tr th {
      padding: 35px;
    }
    .reward-leader h4 {
      font-size: 18px;
    }
    .reward-modal .modal-body h4 {
      font-size: 36px;
    }
  }
  @media only screen and (max-width: 991px) {
    .paginations {
      --pag-width: 36px;
    }
    .paginations-links {
      font-size: 16px;
    }
    .reward-card {
      padding: 24px;
      margin-bottom: 24px;
    }
    .reward-blance-content > p {
      margin-bottom: 20px;
    }
    .reward-blance-content .d-flex .ps-4 {
      padding-left: 0 !important;
      margin-left: 0 !important;
    }
    .reward-blance-content .d-flex .ps-4 .me-4 {
      margin-right: 0 !important;
    }
    .reward-leader h4 {
      margin-bottom: 20px;
    }
  }
  @media only screen and (max-width: 479px) {
    .paginations-links,
    .paginations .next,
    .paginations .prev {
      font-size: 16px;
    }
    .reward .col-md-6.col-xl-4.col-xxl-3 {
      width: 100%;
    }
    .reward-card-points {
      --icon: 60px;
    }
    .reward-card-points .img {
      display: block;
    }
    .reward-card-points .content {
      padding-left: 16px;
      text-align: left;
    }
    .reward-blance-content h3 {
      font-size: 26px;
    }
    .reward-leader-content h4,
    .reward-leader-position {
      font-size: 16px;
    }
    .reward-modal .modal-body h4 {
      font-size: 22px;
    }
  }
  @media only screen and (min-width: 1581px) {
    .sidebar-user {
      padding: 30px 40px;
      height: 110px;
      border-radius: 20px 20px 0 0;
      background: #7f57bd;
      margin-bottom: 192px;
    }
    .reward-card-points .content p {
      font-size: 20px;
      line-height: 1.5;
    }
  }
  @media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .reward-card {
      padding: 20px;
    }
    .reward-card-points {
      --icon: 56px;
    }
    .reward-card.badge-card,
    .reward-card.leader {
      padding: 20px;
    }
    .reward-blance-content h3 {
      line-height: 1.3;
      margin-bottom: 10px;
    }
    .reward-blance-content > p {
      margin-bottom: 16px;
    }
    .reward-blance-content .theme_btn:first-child {
      margin-bottom: 10px;
    }
    .reward-table table tr td,
    .reward-table table tr th {
      padding: 44px 35px;
    }
  }
  .reward-leader-item {
    gap: 10px;
  }
  .reward-leader-content ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .reward-leader-profile {
    flex-grow: 1;
    text-align: left;
  }
  .reward-leader-profile p {
    font-size: 14px !important;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .service_cta_area {
    padding-bottom: 120px;
  }
  .service_cta_area .border_top_1px {
    border-top: 1px solid #d1d1d1;
    padding-bottom: 150px;
  }
  .service_cta_area .single_cta_service {
    background: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    padding: 40px 60px 50px 40px;
    border-radius: 10px;
    display: flex;
  }
  .service_cta_area .single_cta_service .thumb {
    width: 110px;
    height: 110px;
    margin-right: 40px;
    flex: 110px 0 0;
    margin-bottom: 30px;
  }
  .service_cta_area .single_cta_service .thumb img {
    width: 100%;
    border-radius: 50%;
  }
  .service_cta_area .single_cta_service h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--system_secendory_color);
  }
  .service_cta_area .single_cta_service p {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #373737;
    margin: 10px 0 29px;
  }
  @media (max-width: 767.98px) {
    .service_cta_area {
      padding: 0 0 45px;
    }
    .service_cta_area .border_top_1px {
      padding: 75px 0 0;
    }
  }
  @media (max-width: 575.98px) {
    .service_cta_area .single_cta_service {
      padding: 30px 50px 40px 30px;
      flex-wrap: wrap;
    }
  }
  .cart_wrapper {
    padding: 148px 0 150px;
  }
  .cart_wrapper .cart_table_wrapper {
    margin-bottom: 30px;
  }
  .cart_wrapper .cart_table_wrapper h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--system_secendory_color);
    margin-bottom: 30px;
  }
  .table.custom_table {
    border-radius: 5px;
    border-collapse: collapse;
  }
  .table.custom_table thead tr th {
    font-size: 17px;
    font-weight: 700;
    color: var(--system_secendory_color);
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 22px 30px;
    font-family: var(--font_family1);
  }
  .table.custom_table thead tr th:first-child {
    border-left: 1px solid #d1d1d1;
    padding-left: 295px;
  }
  .table.custom_table thead tr th:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .table.custom_table tbody tr td {
    border-bottom: 1px solid #d1d1d1;
    font-family: var(--font_family2), sans-serif;
    color: #373737;
    font-size: 16px;
    vertical-align: middle;
    padding: 20px 30px;
    white-space: nowrap;
  }
  .table.custom_table tbody tr td .in_stoke {
    color: #20e007;
  }
  .table.custom_table tbody tr td:first-child {
    border-left: 1px solid #d1d1d1;
    padding-left: 20px;
  }
  .table.custom_table tbody tr td:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .table.custom_table tbody tr td .product_name .close_icon {
    margin-right: 10px;
  }
  .table.custom_table tbody tr td .product_name .thumb {
    width: 160px;
    height: 100px;
    margin-right: 90px;
  }
  .table.custom_table tbody tr td .product_name .thumb img {
    width: 100%;
  }
  .table.custom_table tbody tr td .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
  }
  .table.custom_table tfoot td {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 25px 20px;
  }
  .table.custom_table tfoot td:first-child {
    border-left: 1px solid #d1d1d1;
  }
  .table.custom_table tfoot td:last-child {
    border-right: 1px solid #d1d1d1;
    text-align: right;
  }
  .table.custom_table3 {
    border-collapse: collapse;
    border-radius: 5px;
  }
  .table.custom_table3 thead tr th {
    font-weight: 600;
    border-top: 0;
    font-family: var(--font_family1);
    padding: 15px 30px 15px 0;
  }
  .table.custom_table3 tbody tr td,
  .table.custom_table3 thead tr th {
    font-size: 16px;
    color: #373737;
    border-bottom: 1px solid #e9e7f7;
    white-space: nowrap;
  }
  .table.custom_table3 tbody tr td {
    font-family: var(--font_family2), sans-serif;
    vertical-align: middle;
    padding: 14.5px 14.5px 14.5px 0;
    font-weight: 400;
  }
  .table.custom_table3 tbody tr td h5 {
    font-weight: 500;
    font-family: var(--font_family2), sans-serif;
    color: #373737;
    margin-bottom: 0;
    font-size: 16px;
  }
  .table.custom_table3 tbody tr td .product_name .close_icon {
    margin-right: 10px;
  }
  .table.custom_table3 tbody tr td .product_name .thumb {
    width: 160px;
    height: 100px;
    margin-right: 90px;
  }
  .table.custom_table3 tbody tr td .product_name .thumb img {
    width: 100%;
  }
  .table.custom_table3 tbody tr td .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
  }
  .coupon_wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-gap: 10px;
  }
  .coupon_wrapper .theme_btn.small_btn2 {
    padding: 16px 9px;
  }
  .coupon_wrapper .primary_input {
    background: #f9f9fd;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font_family1);
    color: var(--system_secendory_color);
  }
  .coupon_wrapper .primary_input::-moz-placeholder {
    color: #687083;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font_family1);
  }
  .coupon_wrapper .primary_input::placeholder {
    color: #687083;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font_family1);
  }
  .product_number_count {
    display: inline-flex;
  }
  .product_number_count .count_single_item {
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: #687083;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    background: #f9f9fd;
  }
  .product_number_count .count_single_item.input-number {
    cursor: text;
    width: 60px;
    background: #fff;
    color: #373737;
    font-weight: 500;
    font-family: var(--font_family2), sans-serif;
    font-size: 16px;
    border-right: 0;
    border-left: 0;
  }
  .product_number_count .count_single_item.input-number::-moz-placeholder {
    color: #373737;
  }
  .product_number_count .count_single_item.input-number::placeholder {
    color: #373737;
  }
  @media (max-width: 767.98px) {
    .cart_wrapper {
      padding: 75px 0;
    }
    .cart_wrapper .cart_table_wrapper {
      margin-bottom: 40px;
    }
    .table.custom_table thead tr th:first-child {
      padding-left: 180px;
    }
    .table.custom_table3 tbody tr td .product_name .thumb,
    .table.custom_table tbody tr td .product_name .thumb {
      width: 100px;
      height: 60px;
      margin-right: 30px;
    }
  }
  .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb {
    background-size: cover;
    background-position: 50%;
    height: 90px;
  }
  .sidebar {
    background-color: #f9f5ff;
    min-height: 100vh;
    left: 0;
    top: 0;
    z-index: 99;
    width: 345px;
    z-index: 999;
    flex: 345px 0 0;
  }

  .sidebar .logo {
    background: var(--system_primery_color);
    padding: 15px 50px;
    background-size: 200% auto;
  }
  .sidebar ul {
    padding: 10px;
  }
  .sidebar ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .sidebar ul li a {
    padding: 11px 17px;
    border-radius: 50px;

  }
  .sidebar ul li a:hover {
    background: var(--system_primery_color);
    color: #fff;
    background-size: 200% auto;
  }
  .sidebar ul li a:hover .menu_icon,
  .sidebar ul li a:hover span {
    color: #fff;
  }
  .sidebar ul li a .menu_icon {
    margin-right: 12px;
    line-height: 1;
    color: var(--footer_headline_color);
    transition: all 0.3s ease-in-out;
  }
  .sidebar ul li a span {
    font-size: 14px;
    font-weight: 600;
    color: var(--footer_headline_color);
    font-family: var(--font_family1);
    transition: all 0.3s ease-in-out;
  }
  .sidebar ul li a i {
    color: #fff;
  }
  .sidebar ul li a.active {
    background: var(--system_primery_color);
    color: #fff;
    background-size: 200% auto;
  }
  .sidebar ul li a.active .menu_icon,
  .sidebar ul li a.active span {
    color: #fff;
  }
  .sidebar .chat-menu-ul li {
    padding: 0;
  }
  .sidebar .chat-menu-ul li a {
    font-size: 14px;
    font-weight: 600;
    color: var(--footer_text_color);
    font-family: var(--font_family1), sans-serif;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 11px 17px !important;
    display: block;
  }
  .sidebar .chat-menu-ul li a:hover {
    color: #fff;
  }
  .sidebar.active_sidebar {
    overflow: auto;
    height: 100%;
  }

  .sidebar_close_icon i {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    cursor: pointer;
    color: var(--system_secendory_color);
    background: #fff;
    border-radius: 100%;
    font-size: 14px;
    top: 35px;
    transform: translateY(-50%);
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .sidebar {
      flex: 280px 0 0;
      width: 280px;
    }
    .sidebar ul {
      padding: 20px;
      height: calc(100vh - 396px);
      overflow: auto;
    }
  }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    .sidebar {
      flex: 280px 0 0;
      width: 280px;
    }
    .sidebar ul {
      padding: 30px;
    }
  }
  @media (max-width: 991.98px) {
    .sidebar {
      left: -280px;
      transition: 0.5s;
      top: 0;
      width: 280px;
      position: fixed;
      background: linear-gradient(0deg, rgba(146,95,226,1) 0%, rgba(170,130,233,1) 100%);
    }
    .sidebar .logo {
      padding: 10px;
    }
    .sidebar .logo img {
      max-width: 150px;
    }
    .sidebar ul {
      padding: 20px;
    }
    .active_sidebar {
      left: 0;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    }
    .sidebar_close_icon i {
      font-size: 20px;
    }
  }
  .team_area .single_team .thumb {
    overflow: hidden;
  }
  .team_area .single_team .thumb img {
    transition: all 0.4s ease-in-out;
    transform: scale(1);
  }
  .team_area .single_team h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1px;
    margin-top: 26px;
  }
  .team_area .single_team span {
    font-family: var(--font_family2), sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #373737;
  }
  .team_area .single_team:hover img {
    transform: scale(1.1);
  }
  .testmonial_area {
    background: #f8f8fe;
    padding-top: 140px;
    padding-bottom: 240px;
  }
  @media only screen and (max-width: 1199.98px) {
    .testmonial_area {
      padding-top: 100px;
      padding-bottom: 200px;
    }
  }
  @media only screen and (max-width: 767px) {
    .testmonial_area {
      padding-top: 60px;
      padding-bottom: 90px;
    }
  }
  .testmonial_area .single_testmonial {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    background-color: #fff;
    padding: 36px;
    min-height: 370px;
  }
  @media only screen and (max-width: 767px) {
    .testmonial_area .single_testmonial {
      padding: 24px;
    }
  }
  .testmonial_area .single_testmonial .testmonial_header {
    margin-bottom: 25px;
  }
  .testmonial_area .single_testmonial .testmonial_header .thumb {
    --width: 80px;
    width: var(--width);
    height: var(--width);
    flex: var(--width) 0 0;
    margin-right: 20px;
  }
  @media only screen and (max-width: 1199.98px) {
    .testmonial_area .single_testmonial .testmonial_header .thumb {
      --width: 60px;
      margin-right: 14px;
    }
  }
  .testmonial_area .single_testmonial .testmonial_header .thumb img {
    width: 100%;
    border-radius: 50%;
  }
  .testmonial_area .single_testmonial .testmonial_header .thumb * {
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }
  .testmonial_area
    .single_testmonial
    .testmonial_header
    .thumb
    *
    .testimonialImage {
    background-size: cover;
    background-position: 50%;
  }
  .testmonial_area .single_testmonial .testmonial_header .reviewer_name h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font_family1);
    margin-bottom: 5px;
  }
  .testmonial_area .single_testmonial .testmonial_header .reviewer_name .rate i {
    font-size: 14px;
    color: #ffc107;
  }
  .testmonial_area
    .single_testmonial
    .testmonial_header
    .reviewer_name
    .rate
    i:not(:last-child) {
    margin-right: 5px;
  }
  .testmonial_area .single_testmonial p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--system_secendory_color);
    margin-bottom: 0;
    text-align: justify;
  }
  .section__title.white_text h3,
  .section__title.white_text p {
    color: #fff;
  }
  .section__title > span {
    font-size: 14px;
    color: #373737;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .section__title h3 {
    font-size: 50px;
    font-weight: 900;
    line-height: 64px;
    color: var(--system_secendory_color);
    margin-bottom: 17px;
  }
  @media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .section__title h3 {
      font-size: 44px;
    }
  }
  .section__title p {
    font-size: 18px;
    font-weight: 500;
  }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .section__title p {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 991px) {
    .section__title p {
      font-size: 16px;
    }
  }
  .section__title h3.large_title {
    font-size: 60px;
    line-height: 76px;
  }
  .section__title4 .subheading_text {
    color: var(--system_primery_color);
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .section__title2.white_text h3,
  .section__title2.white_text p {
    color: #fff;
  }
  .section__title2 span {
    color: #373737;
    font-family: var(--font_family2), sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 11px;
    text-transform: uppercase;
  }
  .section__title2 h4 {
    font-weight: 700;
    color: var(--system_secendory_color);
    font-size: 24px;
    line-height: 35px;
  }
  .section__title3.margin_50 {
    margin-bottom: 47px;
  }
  .section__title3.margin-50 {
    margin-bottom: 50px;
  }
  .section__title3.mb_42 {
    margin-bottom: 42px;
  }
  .section__title3 h3 {
    font-weight: 700;
    color: var(--system_secendory_color);
    font-size: 30px;
    margin-bottom: 9px;
  }
  .section__title3 p {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
  }
  @media (max-width: 575.98px) {
    .section__title h3.large_title {
      font-size: 30px;
      line-height: 46px;
    }
    .section__title h3 {
      font-size: 30px;
      line-height: 44px;
    }
    .section__title h3 br {
      display: none;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .section__title h3.large_title {
      font-size: 30px;
      line-height: 46px;
    }
    .section__title h3 {
      font-size: 30px;
      line-height: 44px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1700.98px) {
    .section__title h3.large_title {
      font-size: 50px;
      line-height: 66px;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section__title h3 {
      font-size: 34px;
      line-height: 52px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .section__title h3 {
      font-size: 30px;
      line-height: 44px;
    }
    .section__title3 h3 {
      font-size: 24px;
    }
  }
  @media (max-width: 767.98px) {
    .section__title2.mb_76,
    .section__title.mb_80 {
      margin-bottom: 50px;
    }
    .section__title2 br {
      display: none;
    }
    .section__title3 h3 {
      font-size: 30px;
    }
    .section__title3.margin-50,
    .section__title3.margin_50,
    .section__title3.mb_40,
    .section__title3.mb_42 {
      margin-bottom: 30px;
    }
  }
  .section__title4 .margin_52 {
    margin-bottom: 52px;
  }
  .section__title4 h3 {
    font-size: 36px;
    font-weight: 800;
    color: #202e3b;
    margin-bottom: 9px;
    line-height: 1.38;
  }
  .section__title4 h3 span {
    text-transform: uppercase;
  }
  @media (max-width: 767.98px) {
    .section__title4 h3 {
      font-size: 30px;
    }
    .section__title4.margin_52 {
      margin-bottom: 30px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .section__title4 h3 {
      font-size: 30px;
    }
  }
  footer {
    position: relative;
    background-size: cover;
    background-position: top;
    background: var(--footer_background_color);
  }
  @media (max-width: 1280px) {
    footer {
      margin-top: 0 !important;
    }
  }
  footer .footer_top_area {
    padding-top: 80px;
    padding-bottom: 50px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  }
  footer .footer_top_area .footer__cta {
    display: flex;
    align-items: center;
  }
  @media only screen and (max-width: 991px) {
    footer .footer_top_area .footer__cta {
      margin-bottom: 30px;
    }
  }
  footer .footer_top_area .footer__cta .thumb {
    margin-right: 30px;
  }
  footer .footer_top_area .footer__cta .cta_content h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--footer_headline_color);
    font-family: var(--font_family1);
    margin-bottom: 8px;
  }
  footer .footer_top_area .footer__cta .cta_content p {
    font-size: 16px;
    font-weight: 500;
    color: var(--footer_headline_color) !important;
    margin-bottom: 0;
  }
  footer .copyright_area {
    padding-top: 78px;
    padding-bottom: 60px;
  }
  footer .copyright_area .footer_widget {
    margin-bottom: 30px;
  }
  footer .copyright_area .footer_widget .footer_logo {
    margin-bottom: 10px;
  }
  footer .copyright_area .footer_widget .footer_title h3 {
    font-family: var(--font_family1);
    font-size: 18px;
    font-weight: 700;
    color: var(--footer_headline_color);
    margin-bottom: 20px;
  }
  footer .copyright_area .footer_widget .footer_links li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--footer_text_color);
    line-height: 35px;
    font-family: var(--font_family2), sans-serif;

  }
  footer .copyright_area .footer_widget .footer_links li a:hover {
    color: var(--footer_text_hover_color);
  }
  footer .copyright_area .footer_widget p {
    font-size: 16px;
    color: var(--footer_text_color);
    margin-bottom: 0;
    line-height: 30px;
    font-weight: 400;
  }
  footer .copyright_area .footer_widget p a {
    color: var(--footer_text_color);
  }
  footer .copyright_area .footer_widget p a:hover {
    color: var(--system_primery_color);
    text-decoration: underline;
  }
  footer .copyright_area .copy_right_text p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--system_secendory_color);
    font-weight: 400;
  }
  footer .copyright_area .copy_right_text p a {
    color: var(--system_secendory_color);
  }
  footer .copyright_area .copyright_text p {
    color: hsla(0, 0%, 100%, 0.5) !important;
  }
  .social-network li {
    display: inline-block;
  }
  .social-network li a {
    border: 1px solid hsla(0, 0%, 100%, 0.5);
    --width: 35px;
    width: var(--width);
    height: var(--width);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 15px;
    color: hsla(0, 0%, 100%, 0.5);
  }
  .social-network li a:hover {
    background: var(--system_primery_color);
    color: #fff !important;
    background-size: 200% auto;
  }
  .theme_mailChimp {
    height: 60px;
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative;
  }
  .theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 200px;
  }
  .theme_mailChimp .primary_input {
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .theme_mailChimp .form-control {
    background: #fff;
    color: var(--system_secendory_color);
    font-weight: 500;
    padding-left: 30px;
    border-radius: 50px 0 0 50px;
    height: 60px;
    border: 0;
    font-family: var(--font_family1);
  }
  .theme_mailChimp .form-control::-moz-placeholder {
    color: #687083;
  }
  .theme_mailChimp .form-control::placeholder {
    color: #687083;
  }
  .theme_mailChimp .form-control:focus {
    box-shadow: none !important;
    z-index: 1;
  }
  .pricing_area .pricing_carousel {
    background: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 52px 0 52px 0;
    position: relative;
    margin-top: -125px;
    margin-bottom: 100px;
  }

  .theme_mailChimp button {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: var(--system_primery_color);
    text-transform: capitalize;
    border-radius: 0 50px 50px 0 !important;
    padding: 0 18px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 60px;
    background-size: 200% auto;
  }
  .theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  @media (max-width: 575.98px) {
    footer .footer_top_area .footer__cta {
      flex-direction: column;
      align-items: flex-start;
    }
    footer .footer_top_area .footer__cta .thumb {
      margin-bottom: 20px;
    }
    .theme_mailChimp {
      height: auto;
      margin-bottom: 0;
    }
    .theme_mailChimp form {
      grid-template-columns: auto;
    }
    .theme_mailChimp .form-control {
      border-radius: 5px;
    }
    .theme_mailChimp button {
      border-radius: 5px !important;
      margin-top: 15px;
    }
    .profile_info img {
      margin-right: 0;
    }
  }
