@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--white_color) !important;
  font-family: 'Roboto', sans-serif !important;
}

/************************** variable css *************************/
:root {
    --black_color: #26364d;
    --white_color: #fff;
    --red_color: #EF3F2B;
    --text_bla_color: #20202A;
    --default_color: #999;
    --gray_color: #f7f8f9;
    --footer_color: #26364D;
    --gayscal_color: #f7f7f7;
}
/************************** variable css - Ends *************************/

/************************* common css ************************/
.text_white {
    color: var(--white_color) !important;
}
.gray_scale_bg {
    background-color: var(--gayscal_color) !important;
}
.footer_bg {
    background-color: var(--footer_color) !important;
}
.ebook_bg {
    background-color: #FEF5D8 !important;
}
.audio_bg {
    background-color: #F4ECFF !important;
}
.video_bg {
    background-color: #FFECF4 !important;
}
.magazine_bg {
    background-color: #E5F8FE !important;
}
.gray_bg {
    background-color: var(--gray_color) !important;
}
.text_black {
    color: var(--text_bla_color) !important;
}
.text_default {
    color: var(--default_color) !important;
}
.text_red {
    color: var(--red_color) !important;
}
.font_24 {
    font-size: 24px !important;
    line-height: 29px !important;
}
.font_16 {
    font-size: 16px !important;
    line-height: 20px !important;
}
.font_14 {
    font-size: 14px !important;
    line-height: 22px !important;
}
.font_12 {
    font-size: 12px !important;
    line-height: 14px !important;
}
input, .form-control, select, button {
    font-size: 16px !important;
    line-height: 20px !important;
}
body .red_text {
    color: var(--red_color);
}
label {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

label em {
  color: #DF2727;
}

.border_right {
  border-right: 1px solid #D4D5D8;
}

.login_pad_right {
  padding-right: 170px !important;
}

.login_pad_left {
  padding-left: 170px !important;
}

body .form-control {
  background-color: #FFFFFF;
  border: 1px solid #7E7E7E;
  border-radius: 4px;
  padding: 18px 22px 12px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

body .form-control::-webkit-input-placeholder {
  color: #000000;
}

.form-group {
  margin-bottom: 16px;
}

.text-right {
  text-align: right;
}

.forget {
  font-size: 14px;
  color: #000000;
  line-height: 21px;
  font-weight: 400;
}

.sign_in {
  background: #262626;
  border: none;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 26px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 19px 38px 13px 38px;
  border-radius: 4px;
}

.outline_border {
  border: 2px solid #262626;
  background: none;
  border-radius: 4px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  padding: 16px 54px;
}

.cancel {
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-left: 21px;
}

/************************* common css - Ends ************************/
/*********************** header css *************************/
header {
  background: #fff;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 15px;
}

.logo_text {
  /* color: #21262E; */
  color: var(--white_color);
  font-size: 32px;
    letter-spacing: 1px;
    line-height: 45px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}

.right_header > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_li img {
  padding-right: 4px;
}

.right_header .nav-tabs li:not(:last-child) {
  margin-right: 20px;
}

.not_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3D3D3D;
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
}

.whishlist_icon {
  position: relative;
}

.dropdown.profile_blk {
  cursor: pointer;
}

.profile_blk img {
  padding-right: 5px;
}

.profile_blk .dropdown-toggle::after {
  display: inline-block;
  margin-left: 2px;
  vertical-align: .255em;
  width: 5px;
  height: 5px;
  border-left: 1px solid var(--white_color);
  border-right: none;
  border-top: none;
  content: "";
  border-bottom: 1px solid var(--white_color);
  -webkit-transform: translateY(-50%) rotate(-45Deg);
          transform: translateY(-50%) rotate(-45Deg);
}

/*********************** header css - Ends *************************/
/******************* menu css *********************/
.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  border-bottom: none !important;
  margin: 0;
}

.nav-tabs li a {
  font-size: 14px;
  color: #21262E;
  text-decoration: none;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}

.nav-tabs li:not(:last-child) {
  margin-right: 32px;
}

/******************* menu css - Ends *********************/
/**************************** login css **********************/
.login_part {
  min-height: auto;
  height: 100%;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login_part p {
  width: 360px;
  line-height: 25px;
  padding-bottom: 11px;
  margin-bottom: 23px;
}

.login_part .pass_para {
  width: auto;
}

.login_part .sign_blk {
  margin-top: 23px;
  background: #F3F3F3;
  padding: 14.5px 24px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login_part .sign_blk p {
  width: auto;
  color: #21262E;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.login_part .sign_blk .social_media_icon img:not(:first-child) {
  margin-left: 12px;
}

/**************************** login css - Ends **********************/
/******************** recovery password css *****************************/
.pass_btn {
  padding-top: 9px;
}

.side_menu_div {
  display: none;
}

/******************** recovery password css - Ends *****************************/

/********************* password success css ************************/
span.duration {
  color: #7E7E7E;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.payment_suc_blk {
border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: 840px;
  margin: 36px auto;
  background-color: #FFFFFF;
}

.trans_suc {
  text-align: center;
  background-color: #D9FFE3;
  border-radius: 4px 4px 0 0;
  padding: 30px 5px;
}

.trans_suc h3 {
  margin: 12px 0 4px 0;
}

.trans_suc p {
  margin: 0;
  color: #262626;
  line-height: 25px;
}

.pay_item_det_blk {
  padding: 26px 49px 31px 26px;
}

.payment_boreder {
  border-bottom: 9px solid #F8F8F8;
}

body h4.item_heading {
  color: #7E7E7E;
  font-weight: 400;
  margin: 0;
  padding-bottom: 7px;
}

.pay_item_det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pay_item_det .left_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pay_item_det .left_content img {
  width: 73px;
}

.pay_item_det .content {
  padding-left: 24px;
  padding-top: 8px;
}

.pay_item_det .content h4 {
  margin: 0;
}

.pay_item_det_blk.bank_det_blk .left_content img {
  width: 42px;
}

.pay_item_det_blk.bank_det_blk h4.amount {
  font-weight: 700;
  margin: 0;
}

.pay_item_det_blk.bank_det_blk .content {
  padding: 0;
}

.pay_item_det_blk.bank_det_blk .content h4 {
  margin: 0;
  font-weight: 400;
}

.pay_btn {
  text-align: center;
  padding: 20px 5px 56px 5px;
}

.go_to_crse {
  border: none;
  background-color: #262626;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  padding: 9.5px 29px;
  border-radius: 4px;
}

.trans_suc.trans_fail {
  background-color: #FFEEED;border: 1px solid var(--red_color);
}

/********************* password success css ************************/
/********************** checkout page css *******************************/
.back {
  color: #1166DD;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.back img {
  width: 14px;
  margin-right: 7px;
}

.item_price p {
  color: #111111;
  line-height: 30px;
  margin: 0;
}

.remove {
  color: #7E7E7E;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

body a {
  color: var(--red_color);
  text-decoration: none;
}

.discount_code {
  background-color: #F6F9F8;
  border-radius: 4px;
  text-align: center;
  padding: 8.5px;
  margin: 43px 0;
}

.discount_code a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.check_item_total {
  padding-right: 32px;
  margin-top: 23px;
  padding-top: 20px;
  border-top: 1px solid #E8E8E8;
  text-align: right;
}

span {
  font-size: 14px;
  line-height: 21px;
  color: #7E7E7E;
  font-weight: 400;
}

.check_item_total h4 {
  margin: 0;
  padding-bottom: 23px;
}

.sec_checkout {
  color: #7E7E7E;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_checkout img {
  width: 18px;
  margin-left: 8px;
}

.check_item_blk {
  padding: 8px 7px 0 7px;
}

.payment_method .title {
  color: #7E7E7E;
  font-weight: 500;
  margin-bottom: 20px;
}

.credit_img {
  width: 47px;
  margin-right: 20px;
}

.paypal_img {
  width: 122px;
}

.payment_mode {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment_mode li.selected {
  border: 1.5px solid #262626;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.payment_mode li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 16px);
  border: 1.5px solid #E6E8EC;
  height: 104px;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment_mode li p {
  margin: 0;
  font-weight: 500;
}

.checkout_title {
  margin: 23px 0 42px 0;
}

.checkout_item {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.item_name {
  width: 56%;
}

.checkout_item_det.pay_item_det .left_content img {
  width: 80px;
}

.item_price {
  width: 29%;
}

.item_action {
  width: 15%;
}

.checkout_item_det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout_item_det.pay_item_det .left_content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 14px;
}

.checkout_item_det.pay_item_det .content {
  padding-left: 19px;
  padding-top: 0px;
}

.checkout_item_head {
  background-color: #F6F9F8;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 13px;
}

.checkout_item_head span {
  color: #7E7E7E;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

body.checkout_body {
  background-color: #FFFFFF !important;
}

.checkout_div_blk {
  width: 840px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.checkout_container {
  position: relative;
  padding: 40px 0;
}

.checkout_container::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 280px;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FEF9F5;
}

body .info_blk .form-control {
  border: 1px solid #E8E8E8;
}

.info_blk .form-group {
  margin-bottom: 20px;
}

.margin_top_34px {
  margin-top: 34px;
}

button .amount {
  color: #fff;
  font-weight: 700;
  padding-left: 13px;
}

button .amount::before {
  content: "|";
  padding-right: 13px;
}

.info_blk .sign_in {
  letter-spacing: 0.14px;
}

/********************** checkout page css *******************************/
/**************************** home page css ***************************************/
.margin_left_30px {
  margin-left: 30px;
}

.margin_left_42px {
  margin-left: 22px;
}

.margin_right_12px {
  margin-right: 12px;
}

.margin_right_16px {
  margin-right: 16px;
}

.category_btn {
  background-color: var(--red_color);
  border-radius: 4px;
  border: none;
  font-size: 14px;
  padding: 11px 17px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 400;
}

.cate_img {
  width: 13px;
}

.shop_cart_img {
  width: 22px;
}

.home_sign_in {
  background-color: var(--red_color);
  border: none;
  border-radius: 4px;
  color: var(--white_color);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 11px 12px;
}

.shop_cart {
  position: relative;
}

.shop_cart .count {
  position: absolute;
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background-color: var(--red_color); */
  background-color: var(--red_color);
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 400;
  right: -7px;
  top: -1px;
}

.search_form {
  /* border-left: 1px solid #21262E34;
  padding-left: 25px; */
}

.search_form form {
position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.search_form input {
      border: none;
    background: var(--white_color);
    color: #1D1927;
    line-height: 32px;
    font-size: 16px;
    height: 45px;
    padding: 8px 200px 8px 20px;
    width: 100%;
    font-weight: 300;
    border-radius: 4px;
}

.search_form input:focus {
  outline: none;
}

.search_form input::-webkit-search-decoration, .search_form input::-webkit-search-cancel-button, .search_form input::-webkit-search-results-button, .search_form input::-webkit-search-results-decoration {
  display: none;
}

.search_img {
  width: 20px;
}

.home_header .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 34px;
}

.home_header .left_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home_header .right_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left_ban_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left_ban_blk h4 {
  margin-bottom: 18px;
}

.left_ban_blk h1 {
  margin-bottom: 54px;
}

.banner_sec {
  height: 500px;
}

.banner_sec .container, .banner_sec .row {
  height: 100%;
}

.rgt_ban_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
      align-items: center;
}

.rgt_ban_blk > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.rgt_ban_blk > div img {
  max-width: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin-top: 0;
}

.exp_all_crse_btn {
  background-color: var(--red_color);
  color: var(--white_color);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 13px 35px;
}

.arrow_right {
  width: 10px;
}

.margin_left_20px {
  margin-left: 20px;
}

body h4 {
  color: #1D1927;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

body h1 {
  color: #1D1927;
  font-size: 42px;
  line-height: 54px;
  font-weight: 700;
}

body h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #20202A;
}

body h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #0F0929;
}

body span {
  color: #0F0929;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.white_bg {
  background-color: var(--white_color)!important;
}
.black_bg {
  background-color: var(--black_color)!important;
}
.red_bg {
  background-color: var(--red_color)!important;
  color: var(--white_color) !important;
}


.learn_in_dem_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 39px 0 38px 0;
}

.clock_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47px;
  height: 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e9e9e9;
  border-radius: 50%;
}

.clock_blk img {
  width: 20px;
}

.dem_right {
  width: calc(100% - 47px);
  padding-left: 14px;
  display: flex;
    align-items: center;
}

.dem_right p {
  width: 80%;
  margin: 0;
  line-height: 22px;
}

.get_cer_crse_blk .container {
  padding: 72px 15px 61px 15px;
}

.get_cer_crse_blk .container h3 {
  margin-bottom: 15px;
}

.crse_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 26px;
  list-style: none;
}

.crse_list li a {
  color: #20202A;
  font-size: 16px;
  line-height: 19px;
  padding: 8.5px 14px 6px 14px;
  font-weight: 700;
  opacity: 70%;
}

.crse_list li a.active {
  color: var(--red_color);
  background-color: #E9E2FE;
  border-radius: 4px;
}

.crse_det {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  height: 100%;
  position: relative;
}

.crse_img {
  height: 151px;
}

.crse_img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.crse_content {
  padding: 22px 13px 13px 13px;
}

.crse_content h5 {
        margin-bottom: 7px;
    height: 38px;
    line-height: 20px;
    font-weight: 400;
}

.crse_content .digital {
  margin-bottom: 12px;
  display: block;
}

.star_clock_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.star_img {
  width: 11px;
}

.crse_clk_img {
  width: 12px;
}

.margin_right_5px {
  margin-right: 5px;
}

.crse_footer {
  border-top: 1px solid #D2D3D4;
  margin-top: 19px;
  padding-top: 15px;
}

.crse_footer_det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auth_circle {
  background-color: #9A9A9A;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.auth_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auth_amut .amount {
  margin: 0;
  font-weight: 500;
}

.enroll_det_blk .crse_content {
  position: relative;
  margin-top: -60px;
  background-color: #fff;
}

.crse_enroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
}

.enroll_btn {
  background-color: var(--red_color);
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  padding: 9.5px 12px;
}

.margin_top_46px {
  margin-top: 46px;
}

.learn_more {
  color: var(--red_color);
  font-size: 13px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}

.get_cer_category_blk .container {
  padding: 78px 15px;
}

.get_cer_category_blk .container h3 {
  margin-bottom: 20px;
}

.get_cer_category_blk .container .category_para {
  line-height: 22px;
  width: 65%;
  margin-bottom: 25px;
}

.category_row {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: start;
    flex-wrap: wrap;
}

.category_row .category_col {
  padding: 0 15px;
  width: calc(145px + 31px);
}

.category_row .category_col h5 {
  line-height: 19px;
  margin: 9px 0 1px 0;
}

.category_row .category_col span {
  color: #20202A;
}

.category_img {
  background: #F3F3F8;
  height: 146px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.digital_work_blk .container {
  padding: 80px 15px;
}

.work_container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work_container .row h3 {
  margin-bottom: 20px;
}

.work_container .row p {
  line-height: 24px;
  width: 95%;
  color: #1D1927;
  margin: 0;
}

.work_img {
  position: relative;
}

.work_img .youtube_img {
  position: absolute;
  left: 35px;
  bottom: 24px;
  width: 66px;
  cursor: pointer;
}

.how_it_work_cont {
  padding-top: 82.5px;
}

.how_it_work_cont .row {
  margin: 0 -43.5px;
}

.how_it_work_cont .row .col-md-4 {
  padding: 0 43.5px;
}

.how_it_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 3px solid var(--red_color);
  padding-top: 32.5px;
}

.how_it_con .number {
  width: 42px;
  height: 42px;
  background-color: #e9e9e9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #20202A;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.how_it_con .para {
  margin: 0;
  width: calc(100% - 42px);
  padding-left: 16px;
  color: #1D1927;
  line-height: 24px;
}

.customer_blk .container {
  padding: 81px 15px 107px 15px;
}

.customer_blk .container h3 {
  width: 243px;
    padding-bottom: 0;
    margin-bottom: 48px;
}

.customer_blk .container h5 {
  width: 65%;
  margin-bottom: 21px;
}

.customer_blk .container p {
  width: 85%;
  margin-bottom: 30px;
}

.customer_blk .container .customer_list.customer_list_right {
  padding-left: 90px;
}

.customer_blk .container .customer_list.customer_list_right p {
  width: 100%;
}

.cus_border_right {
  border-right: 1px solid #E5E5E5;
}

.cus_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cus_profile img {
  width: 42px;
}

.cus_profile .cotent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 42px);
  padding-left: 12px;
}

.cus_profile .cotent p {
  width: 100% !important;
  margin-bottom: 2px !important;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: #20202A;
}

.cus_profile .cotent span.des {
  font-size: 12px;
  line-height: 14px;
  color: #20202A;
  font-weight: 400;
}

.get_free_blk .container {
  padding: 72px 15px 91px 15px;
}

.get_free_blk .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

.get_free_blk .container h3 {
  padding-bottom: 24px;
  margin-bottom: 44px;
}

.get_free_blk .container p {
  margin: 0;
  color: #20202A;
  line-height: 22px;
  padding-bottom: 41px;
}

.subscribe_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.subscribe_form form input {
  width: 252px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--red_color);
  background: none;
  padding-top: 22px;
  color: var(--red_color);
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  margin-right: 27px;
}

.subscribe_form form input::-webkit-input-placeholder {
  color: var(--red_color);
}

.subscribe_form form input:focus {
  outline: none;
}

.padding_right_171px {
  padding-right: 171px !important;
}

.get_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.get_free_blk .container .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customer_blk .container .customer_list.customer_list_right h5 {
  width: 70%;
}

/**************************** home page css Ends ***************************************/
/*************************** registraton form css ****************************/
.registion_form_blk {
  padding: 54px 15px;
}

.reg_container {
  width: 900px;
  margin: 0 auto;
  padding: 66px 84px;
}

.reg_container h3 {
  color: #262626;
  margin-bottom: 7px;
}

.reg_container p {
  margin: 0;
  color: #20202A;
  line-height: 22px;
}

.reg_blk {
  margin-top: 58px;
}

.reg_blk .org_border_left {
  padding-bottom: 68px;
  position: relative;
}

.reg_blk .org_border_left::after {
  content: "";
  content: "";
  display: block;
  background-color: #E8E8E8;
  width: 1px;
  height: calc(100% - 50px);
  position: absolute;
  left: 15px;
  top: 40px;
}

.form_container .form-group.reg_btn_group {
  margin-bottom: 0;
}

.org_detail.disable .form_container {
  display: none;
}

.org_detail.disable h4 {
  color: #AFAFAF;
  margin-bottom: 0;
}

.org_detail.disable .number {
  background-color: #AFAFAF;
}

.org_detail h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #20202A;
  margin: 0 0 20px 0;
}

.org_detail .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--red_color);
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 11px;
  font-weight: 700;
  line-height: 19px;
}

.wishlist_icon {
  width: 23px;
}

.org_border_left .form_container {
  max-height: inherit;
}

.form_container {
  padding-left: 41px;
  opacity: 1;
  -webkit-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}

.form_container .form-control {
  border: 1px solid #D2D3D4;
}

.form_container .form-group {
  margin-bottom: 26px;
}

body textarea.form-control {
  height: 70px;
}

body .con_detail textarea.form-control {
  height: 56px;
}

.margin_top_12px {
  margin-top: 12px;
}

.form_tick {
  width: 30px;
  display: none;
  margin-right: 11px;
}

.edit {
  font-size: 16px;
  color: var(--red_color);
  line-height: 22px;
  font-weight: 400;
  margin-left: 12px;
  display: none;
  border-bottom: 1px solid;
  cursor: pointer;
}

.org_detail.selected .form_container {
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}

.org_detail.selected {
  padding-bottom: 30px;
}

.org_detail.selected .number {
  display: none;
}

.org_detail.selected .edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.org_detail.selected .form_tick {
  display: block;
}

.margin_top_16px {
  margin-top: 16px;
}

.margin_top_24px {
  margin-top: 24px;
}

.registion_form_blk .exp_all_crse_btn {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.14px;
  font-weight: 700;
  padding: 14.5px 28px;
}

/*************************** registraton form css - Ends ****************************/
/***************** popup css ******************/

/** error message css starts **/

/**********dropdown changes starts here******************/
label.error {
  display: block;
  margin-bottom: 0;
  color: #fb3737;
  font-size: 0.8em;
  -webkit-font-smoothing: antialiased;
}

/** error message css ends **/
/* Dropdown Button */
.dropbtn {
    /* background-color: #3498DB; */
    /* color: white; */
    padding: 9px;
    font-size: 19px;
    border: none;
    cursor: pointer;
    background-color: white;
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  /* background-color: #2980B9; */
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 24px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
img.dropbtn {
    position: absolute;
    width: 60px !important;
    margin-top: -27px !important;
    padding: 16px 20px 1px 10px;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
/**********dropdown changes ends here******************/


/***************** popup css ******************/
.modal-open {
  overflow: hidden;
}

body button:focus {
  outline: none;
}

.reg_success.modal .modal-dialog {
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reg_success.modal .modal-dialog .modal-content {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.reg_success.modal .modal-dialog .modal-body {
  padding: 54px 15px 43px 15px;
  text-align: center;
}

.reg_success.modal .modal-dialog .modal-body h3 {
  line-height: 33px;
  margin: 21px 0 18px 0;
}

.reg_success.modal .modal-dialog .modal-body p {
  margin: 0;
  line-height: 22px;
}

.reg_success.modal .modal-dialog .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 27px 15px;
  border-top: 1px solid #E9E2FE;
}

.reg_success.modal .modal-dialog .modal-footer .exp_all_crse_btn {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.14px;
  font-weight: 700;
  padding: 14.5px 28px;
}

.reg_success.modal.show {
  background-color: rgba(0, 0, 0, 0.63);
  display: block;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  body .reg_success.modal .modal-dialog {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 10px auto;
    width: 90%;
  }
}

/***************** popup css - Ends ******************/
/******************* edit profile css ********************/
.profile_con_blk .container {
  max-width: 980px;
  border-radius: 2px;
  padding: 41px 63px;
}

.profile_con_blk .container h3 {
  padding-bottom: 28px;
  border-bottom: 1px solid #D2D3D4;
  margin-bottom: 38px;
}

.edit_prof_blk .form_container {
  padding: 0;
}

.btn_cancel {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  letter-spacing: 0.14px;
  font-weight: 400;
      padding: 12px 28px;
  color: var(--red_color);
  background: none;
  border: 1px solid var(--red_color);
  border-radius: 4px;
}

.profile_con_blk {
  padding: 46px 0;
}

.profile_con_blk .pro_img_blk {
  width: 153px;
  padding: 0;
}

.profile_con_blk .profile_row > .row {
  margin: 0;
}

.profile_con_blk .registion_form_blk {
  width: calc(100% - 153px);
  padding: 0 40px 0 0px;
}

.profile_con_blk .registion_form_blk .reg_container {
  width: 100%;
  padding: 0;
}

.profile_con_blk .registion_form_blk .reg_container .reg_blk {
  margin-top: 0px;
}

.profile_con_blk .registion_form_blk .reg_container .reg_blk .exp_all_crse_btn, .profile_con_blk .registion_form_blk .reg_container .reg_blk .btn_cancel {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.14px;
  font-weight: 700;
  padding: 14.5px 69px;
}

.profile_con_blk .registion_form_blk .reg_container .reg_blk .form-control {
  font-size: 16px;
}

.profile_con_blk .registion_form_blk .reg_container .reg_blk .form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
}

.edit_profile.exp_all_crse_btn {
  border-radius: 2px;
  font-size: 16px;
  line-height: 19px;
  padding: 8.5px 16px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 6px 8px #00000029;
          box-shadow: 0px 6px 8px #00000029;
}

.pro_img_blk {
  text-align: center;
}

.pro_img_blk .img_blk {
  position: relative;
  margin-bottom: 10px;
}

.pro_img_blk .img_size {
  color: #3A3649;
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.margin_top_16px {
  margin-top: 16px;
}

.margin_left_22px {
  margin-left: 22px;
}

.margin_left_26px {
  margin-left: 26px;
}

.pro_img {
  width: 40px;
  padding: 0px !important;
}

.profile_blk.log_profile_blk {
  padding-right: 13px;
}

.profile_blk.log_profile_blk span {
  color: #0F0929;
  font-size: 16px;
  line-height: 19px;
  padding-left: 10px;
  font-weight: 400;
}

.profile_blk.log_profile_blk .dropdown-toggle::after {
  margin-left: 5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.down-arrow::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  vertical-align: .255em;
  width: 7px;
  height: 7px;
  border-left: 1px solid #21262E;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #21262E;
  position: absolute;
    transform: rotate(-45Deg);
  top: 24px;
  right: 18px;
  pointer-events: none;
}

.position-relative select.form-control {
  padding-right: 36px;
}

.edit_pro_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  position: absolute;
  border: 1px solid var(--red_color);
  cursor: pointer;
  background-color: #E6E8FF;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 13px;
}

.edit_blk.edit_pro_blk {
  left: 20px;
}

.delete_blk.edit_pro_blk {
  right: 20px;
}

/******************* edit profile css - Ends ********************/
/*********************** list banner css *************************/
.list_banner {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_banner .form-control {
  height: 50px;
  border-color: #E2E2E3;
  border-radius: 0px;
  font-size: 16px;
  color: #1D1927;
  padding: 8px 56px 8px 16px;
}

.list_banner h3 {
  margin-top: 15px;
  margin-bottom: 0;
}

.list_banner form {
  position: relative;
}

.list_banner form .search_icon {
    position: absolute;
    width: 20px;
    right: 22px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
  .list_banner .container {
    max-width: 980px;
  }
}

/*********************** list banner css - Ends *************************/
/*********************** list page css *************************/
.collapse:not(.show) {
  display: block;
}

.panel-collapse.collapse.in {
  display: block;
}

.panel-collapse.collapse {
  display: none;
}

body h6 {
  color: #191919;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.list_blk {
  background-color: #fff;
  min-height: calc(100% - 285px);
  padding: 0 0 30px -0;
}

.filter_md {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  width: 250px;
  border-right: 1px solid #e5e5e5;
}

.filter_md h5 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter_md .panel-title {
      margin: 0 0 15px 0;
    border-bottom: none;
    padding: 0;
    line-height: 16px;
}

.filter_md .panel-title a {
  color: #191919;
}

.filter_list_blk .panel-body {
   padding: 0px 0 25px 0;
}

.margin_right_10px {
  margin-right: 10px;
}

body .checkbox_label {
  padding: 0 9px 0 0;
  margin: 0;
}

body .checkbox_label input:checked ~ span {
  background-color: var(--red_color);
  border-color: var(--red_color);
}

body .checkbox_label input:checked + span::after {
  content: "";
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

body .checkbox_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

body .checkbox_label span {
  width: 14px;
  position: relative;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #707070;
}

.list_ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list_ul li .name {
  color: #191919;
  font-size: 14px;
  line-height: 16px;
}

.list_ul li .count {
  color: #6A6868;
  font-size: 14px;
  line-height: 16px;
}

.list_ul li:not(:last-child) {
  margin-bottom: 25px;
}

.right_li, .left_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.certified {
  padding: 11px 0;
}

.star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* set icon padding and size */
  /* set default star color */
  /* set color of none icon when unchecked */
  /* if none icon is checked, make it red */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
  /* make none icon grey on rating group hover */
  /* make none icon red on hover */
}

.star .rating-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.star .rating__icon {
  pointer-events: none;
}

.star .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

.star .rating__label {
  padding: 0 4px 0 0;
  font-size: 17px;
  pointer-events: none;
}

.star .rating__icon--star {
  color: #ddd;
}

.star .star_count {
  padding-left: 5px;
}

.star .rating__icon--none {
  color: #eee;
}

.star .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}

.star .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}

/* .star .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
} */

.star .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

.star .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}

.star .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}

.list_right_cont h5 {
  margin-bottom: 7px;
  line-height: 19px;
}
.list_right_cont .crse_content>h5 {
    height: 38px;
    line-height: 20px;
}
.list_detail_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 0;
}

.list_detail_blk{
  border-bottom: 1px solid #CFCFCF;
}

.list_img {
  width: 215px;
}

.list_img img {
  width: 100%;
}

.list_detail {
  width: calc(100% - 215px);
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.col-md-9.right_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 250px);
          flex: 0 0 calc(100% - 250px);
  width: calc(100% - 250px);
  padding-right: 0;
  padding-left: 25px;
}

.list_det_left h5 {
  margin: 0;
  line-height: 16px;
}

.list_det_left .name {
  color: #0F0929;
  display: block;
  padding-top: 1px;
  margin-bottom: 9px;
}

.list_det_left .para {
  color: #0F0929;
  width: 95%;
  font-size: 13px;
  margin-top: 9px;
  line-height: 20px;
  margin-bottom: 14px;
}

.list_price h5 {
  margin: 0;
  letter-spacing: -0.36px;
  line-height: 16px;
}

.bottom_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.time_hrs_blk img {
  width: 12px;
  margin-right: 5px;
}

.padding_left_40px {
  padding-left: 40px;
}

.profile {
  display: block;
  margin-right: 7px;
  width: 21px;
  height: 21px;
  background-color: #9A9A9A;
  border-radius: 50%;
}

.author_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination_div {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pagination_div .pagination {
  padding: 0 0 0 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.pagination_div .pagination li {
  display: block;
}

.pagination_div .pagination li a, .pagination_div .pagination li span {
  /* width: 29px; */
  color: #191919;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  /* height: 29px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination_div .pagination li.active a {
  background-color: var(--red_color);
  color: #fff;
}

.student_learn {
  background-color: #FAFAFE;
  padding: 30px;
}

.student_learn h6 {
  font-weight: 700;
  margin-bottom: 16px;
}

.student_learn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.student_learn ul li {
  width: 50%;
}

.student_learn ul li a {
  color: var(--red_color);
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}

/*********************** list page css - Ends *************************/
/************************ manage address css **********************/
.manage_address_blk {
  padding: 73px 0;
}

.breadcrumb_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}

.breadcrumb_div h3 {
  margin: 0;
}

.breadcrumb {
  margin: 0 !important;
  padding-bottom: 11px !important;
}

.breadcrumb li {
  color: var(--text_bla_color);
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.breadcrumb li:not(:first-child)::before {
  content: "/";
  padding-left: 5px;
  color: var(--text_bla_color);
    padding-right: 5px;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.border_bottom {
  border-bottom: 1px solid #D2D3D4;
}

.mar_btm_32px {
  margin-bottom: 32px !important;
}

.mar_btm_37px {
  margin-bottom: 37px !important;
}

.address_blk {
  padding: 22px;
    height: 100%;
}

.address_blk .address_rgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

.address_blk .address_left {
  width: calc(100% - 50px);
  padding-right: 30px;
}

.address_blk .para {
  font-size: 16px;
  margin-bottom: 0 !important;
  line-height: 19px;
  font-weight: 400;
}

.address_blk .para:not(:last-child) {
  padding-bottom: 7px;
}

.add_default_div h5 {
  margin-bottom: 8px;
  line-height: 19px;
}

.add_edit_det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add_edit_det img {
  width: 14px;
}

.add_edit_det span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.add_edit_det span:not(:first-child) {
  border-left: 1px solid #e5e5e5;
  margin-left: 10px;
  padding-left: 10px;
}

.list_address_blk .col-md-4 {
  margin-bottom: 32px;
}

.list_address_blk .row {
  margin: 0 -11.5px !important;
}

.list_address_blk .row .col-md-4 {
  padding: 0 17.5px;
}

.add_btm {
  padding-top: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.set_def {
  background-color: transparent;
    border: none;
    border-radius: 4px;
    color: var(--red_color);
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    padding: 0;
}

.def_add {
      background-color: #E9E2FE;
    border: none;
    border-radius: 19px;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 7px 16px;
}
.add_btm.hide_btn {
    justify-content: flex-end;
}
/************************ manage address css- Ends **********************/
/************************ add address css **********************/
.profile_con_blk.add_address_blk .container h3 {
  padding-bottom: 18px;
  border-bottom: 1px solid #D2D3D4;
  margin-bottom: 42px;
}

.profile_con_blk.add_address_blk .container .registion_form_blk.add_address_field {
  width: 100%;
  padding: 0;
}

.profile_con_blk.add_address_blk .container .form-control {
  padding: 15px 22px 15px 22px;
}

.profile_con_blk.add_address_blk .container .form-control::-webkit-input-placeholder {
  color: #A4A4A4 !important;
}

.profile_con_blk.add_address_blk .container .form-group {
  margin-bottom: 24px;
}

.profile_con_blk.add_address_blk .container textarea.form-control {
  height: 56px;
}

@media only screen and (min-width: 1200px) {
  .profile_con_blk.add_address_blk .container {
    max-width: 890px;
    padding: 43px 100px;
  }
}

/************************ add address css - Ends **********************/

/************** no data found css ******************/
.no_data_found {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}
/************** no data found css - Ends ******************/

.list_ul>li {
    flex-wrap: wrap;
}
.list_ul>li>ul {
    width: 100%;
        padding: 0;
}
.list_ul>li>ul>li {
    padding-left: 20px;
    position: relative;
}
.page_of {
    padding: 0 15px;
}
.pagination_div .pagination li a:hover {
    color: var(--red_color);
}

.pagination_div .pagination li a, .pagination_div .pagination li span {
    text-transform: capitalize;
}
.star .One label[for="rating-1"] .rating__icon--star,
.star .Two label[for="rating-1"] .rating__icon--star,
.star .Two label[for="rating-2"] .rating__icon--star,
.star .Three label[for="rating-1"] .rating__icon--star, 
.star .Three label[for="rating-2"] .rating__icon--star,
.star .Three label[for="rating-3"] .rating__icon--star,
.star .Four label[for="rating-1"] .rating__icon--star,
.star .Four label[for="rating-2"] .rating__icon--star,
.star .Four label[for="rating-3"] .rating__icon--star,
.star .Four label[for="rating-4"] .rating__icon--star,
.star .Five label[for="rating-1"] .rating__icon--star,
.star .Five label[for="rating-2"] .rating__icon--star,
.star .Five label[for="rating-3"] .rating__icon--star,
.star .Five label[for="rating-4"] .rating__icon--star,
.star .Five label[for="rating-5"] .rating__icon--star {
    color: #FFA41C;
}


/******************* course page css ****************/
.crs_ban_img img {
  width: 100%;
}

.crs_banner {
  background-color: #021E40;
  padding: 83px 0;
  position: relative;
}

.crs_banner .author_name.crs_ban_auth {
  position: absolute;
  bottom: 60px;
}

.crs_banner .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.crs_banner .container {
  padding: 75px 15px;
}

.crs_banner .time_hrs_blk img {
  width: 14px;
}

.crs_banner .star .rating__label {
  cursor: pointer;
  padding: 0 4px 0 0;
  font-size: 14px;
  line-height: 19px;
}

.crs_banner span {
  line-height: 19px;
  color: #fff;
  font-size: 16px;
}

.crs_banner p {
  font-size: 16px;
  margin-bottom: 46px;
  color: #FFFFFF;
  line-height: 19px;
}

.crs_banner h1 {
  color: #FFFFFF;
  margin-bottom: 17px;
}

.crs_banner h1 + p {
  margin-bottom: 22px;
}

.crs_banner .enroll_btn {
  background-color: var(--red_color);
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 19px;
  font-weight: 700;
  padding: 15.5px 26px;
}

.crs_banner .enroll_btn span {
  letter-spacing: 1.28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.padding_left_25px {
  padding-left: 25px;
}

.enroll_whishlist_blk {
  margin-top: 50px;
}

.margin_right_20px {
  margin-right: 20px;
}

.whistlist_btn {
  background-color: transparent;
  border: 1px solid #E9E2FE;
  width: 51px;
  height: 51px;
  padding: 5px;
  border-radius: 4px;
}

.crs_ban_img {
  position: absolute;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  width: 550px;
  right: 0;
  padding-right: 0;
}

.crs_nav_blk {
  -webkit-box-shadow: 0px 5px 60px #0000001a;
          box-shadow: 0px 5px 60px #0000001a;
  padding: 19px 0;
}

.crs_nav_blk .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

.crs_nav_blk .container .left_crs_nav_blk {
  width: 218px;
  margin: 0;
}

.crs_nav_blk .container .rgt_crs_nav_blk {
  width: calc(100% - 235px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0px;
  padding-left: 28px;
  border-left: 1px solid #C8C8CB;
  -ms-flex-line-pack: center;
      align-content: center;
}

.crs_nav_blk .container .rgt_crs_nav_blk .enroll_btn {
  background-color: var(--red_color);
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  padding: 11.5px 40px;
  letter-spacing: 1.2px;
}

p {
  font-size: 16px;
  line-height: 19px;
  color: #1D1927;
  font-weight: 400;
}

.crs_nav .nav-link {
  color: #1D1927;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  padding: 11.5px 20px;
}

.crs_detail_blk {
  padding: 91px 0;
}

.crs_page_blk {
  width: 970px;
  margin: 0 auto;
}

body h2 {
  color: #20202A;
  line-height: 31px;
  font-size: 26px;
  font-weight: 700;
}

.crs_heading {
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 5px;
  margin-bottom: 24px;
}

.what_learn_blk p {
  line-height: 26px;
  color: #20202A;
  margin-bottom: 0;
}

.what_learn_blk p:not(:first-child) {
  margin-top: 16px;
}

li {
  list-style: none;
}

.pad_bottom_70px {
  padding-bottom: 70px;
}

.crs_skill_earn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.crs_skill_earn h6 {
  margin: 0;
  font-weight: 700;
}

.skills {
  padding-left: 68px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.skills li a {
  background-color: #F7F6FB;
  border-radius: 4px;
  display: block;
  margin-right: 18px;
  color: #20202A;
  line-height: 16px;
  font-size: 14px;
  padding: 12px 36px;
}

.crs_overview_blk .crs_heading {
  margin-bottom: 0;
}

.crs_overview {
  padding-left: 50px;
}

.crs_overview_det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 36px 0;
  border-bottom: 1px solid #CACACA;
}

.crs_overview_det > h2 {
  margin: 0;
  font-weight: 400;
  width: 230px;
  padding-right: 15px;
}

.crs_overview_det .right_content {
  width: calc(100% - 230px);
  padding-left: 50px;
  border-left: 1px solid #CACACA;
}

.pre_crs_over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pre_crs_over:not(:last-child) {
  margin-bottom: 8px;
}

.pre_crs_over .left_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pre_crs_over .left_overview .right_tr_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pre_crs_over .left_overview .right_tr_circle span {
  width: 0;
  height: 0;
  display: block;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #20202A;
}

.pre_crs_over .left_overview p {
  margin-bottom: 0;
  width: calc(100% - 16px);
  padding-left: 25px;
}

.pre_crs_over .rgt_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pre_crs_over .rgt_overview p {
  margin: 0;
}

.preview {
  color: var(--red_color);
  margin-right: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.pad_bottom_50px {
  padding-bottom: 50px;
}

.instructor_blk > h3 {
  margin-bottom: 5px;
  padding-bottom: 9px;
}

.instructor_blk > p {
  margin-bottom: 33px;
}

.instr_review_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.instr_review_blk .image {
  width: 122px;
}

.instr_review_blk .instr_rev {
  width: calc(100% - 122px);
  padding-left: 26px;
}

.instr_review_blk .instr_rev span {
  display: block;
}

.instr_review_blk .instr_rev h6 {
  font-weight: 700;
  margin-bottom: 8px;
}

.instr_review_blk .instr_rev .star .rating__label {
  cursor: pointer;
  padding: 0 4px 0 0;
  font-size: 9px;
  line-height: 9px;
  margin-top: 8px;
}

.instr_review_blk .instr_rev p {
  margin-top: 16px;
  margin-bottom: 0;
}

.stud_review_blk {
  border-bottom: 1px solid #D5D4D9;
  padding-bottom: 20px;
}

.stud_review_blk h4 {
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 14px;
}

.stud_review_blk .row {
  margin: 0 -17.5px;
}

.stud_review_blk .col-md-4 {
  margin-bottom: 35px;
  padding: 0 17.5px;
}

.stud_rev {
  background-color: #F7F6FB;
  padding: 25px;
}

.stud_rev .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.stud_rev h5 {
  margin-bottom: 9px;
  line-height: 18px;
  padding-bottom: 10px;
}

.stud_rev .star .rating__label {
  cursor: pointer;
  padding: 0 0 0 4px;
  font-size: 13px;
  line-height: 13px;
}

.stud_rev span {
  color: #20202A;
  line-height: 18px;
}

.faq_blk {
  padding-top: 50px;
  padding-bottom: 50px;
}

.faq_blk h3 {
  margin-bottom: 23px;
}

.faq_blk .panel-default {
  border: 1px solid #D5D4D9;
  background-color: #fff;
  border-radius: 2px;
}

.faq_blk .panel-default .panel-heading {
  padding: 23px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq_blk .panel-default .panel-heading[aria-expanded="false"] .up_arrow {
  display: none;
}

.faq_blk .panel-default .panel-heading[aria-expanded="true"] {
  background-color: #F7F6FB;
}

.faq_blk .panel-default .panel-heading[aria-expanded="true"] + div {
  background-color: #F7F6FB;
}

.faq_blk .panel-default .panel-heading[aria-expanded="true"] .down_arrow {
  display: none;
}

.faq_blk .panel-default .panel-heading[aria-expanded="true"] .up_arrow {
  display: block;
  margin-top: 10px;
}

.faq_blk .panel-default .panel-heading h5 {
  margin: 0;
}

.faq_blk .panel-default .panel-heading .down_arrow {
  width: 11px;
  margin-top: 4px;
  height: 11px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.faq_blk .panel-default .panel-heading .up_arrow {
  width: 11px;
  height: 11px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq_blk .panel-default .panel-body {
  padding: 0 36px 36px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq_blk .panel-default .panel-body p {
  margin-bottom: 0;
  display: block;
  width: 73%;
}

.student_searh {
  padding-bottom: 50px;
  padding-top: 10px;
  width: 100%;
}

.student_searh .owl-item {
  -webkit-box-shadow: 0px 3px 50px #0000000d;
          box-shadow: 0px 3px 50px #0000000d;
}

.student_searh h2 {
  padding-bottom: 30px;
  margin-bottom: 6px;
}

.student_searh .crse_clk_img {
  width: 12px !important;
}

.student_searh .owl-dots {
  display: none;
}

.student_searh .owl-prev {
  position: absolute;
  top: 50%;
  margin: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  height: 20px;
  color: #000000 !important;
}

.student_searh .owl-prev span {
  font-size: 27px !important;
  color: #000000;
}

.student_searh .owl-next {
  position: absolute;
  top: 50%;
  height: 20px;
  margin: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  color: #000000 !important;
}

.student_searh .owl-next span {
  font-size: 27px !important;
  color: #000000;
}

.student_searh .owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
}

.instr_review_blk .image img {
  width: 100%;
}

/******************* course page css - Ends ****************/
/******************* product detail page css ****************/
.margin_top_8px {
  margin-top: 8px;
}

.write_rev_blk.write_review_active .rate_btn_blk {
  display: none;
}

.breadcrumb_blk {
  background-color: var(--white_color);
}

.breadcrumb_blk .container {
  padding: 16px 15px 10px 15px;
}

.breadcrumb_blk .container .breadcrumb {
  margin: 0;
  padding-bottom: 0 !important;
}

.breadcrumb_blk .container .breadcrumb li a {
  color: #000;
}

.product_det_blk {
  padding: 40px 0;
}

/* .product_det_blk .pro_det_lft_col {
  width: 500px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
} */

/* .product_det_blk .pro_det_rgt_col {
  width: calc(100% - 500px);
  padding-left: 50px;
  padding-top: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 500px);
          flex: 0 0 calc(100% - 500px);
} */

.back_result {
  color: #20202A;
  font-size: 13px;
  line-height: 15px;
  position: relative;
  font-weight: 400;
}

.back_result img {
  margin-right: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: -0.6px;
}

.prod_det_btn button {
  width: 50%;
}

.product_det_lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product_det_lft .full_view_imge {
        width: 283px;
    background-color: #F7F8FA;
    padding: 20px;
    height: 366px;
    margin-left: 0;
    margin-bottom: 34px;
    margin-top: 69px;
    position: relative;
}

.product_det_lft .full_view_imge>div, .product_det_lft .full_view_imge>div .img-thumbnail, .product_det_lft .full_view_imge>div .carousel-inner {
    width: 100%;
    background: transparent;
    height: 100%;
}

.product_det_lft .full_view_imge img {
  width: 100%;
}

.product_det_lft .expand {
  color: #20202A;
  text-align: center;
  margin: 25px 0 11px 0;
}

.product_det_lft .image.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
}

.product_det_lft .image.slider img {
      width: 49px;
    height: 64px;
    object-position: center;
    object-fit: contain;
  border: 1px solid #BEBEBE;
  padding: 5px;
  border-radius: 0px;
  cursor: pointer;
}

.product_det_lft .image.slider img:not(:last-child) {
  margin-bottom: 8px;
}

.product_det_lft .image.slider img.img_selected {
  border: 1px solid var(--red_color);
  -webkit-box-shadow: 0px 6px 18px #1A27C952;
          box-shadow: 0px 6px 18px #1A27C952;
}

.product_det_rgt hr {
  margin: 0;
  background-color: #B9B9B9;
}

.product_det_rgt .pro_mrp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product_det_rgt .mrp span {
  padding-left: 5px;
  text-decoration: line-through;
}

.product_det_rgt .mrp {
  margin-right: 21px;
  display: inline-block;
  margin-bottom: 16px;
}

.product_det_rgt .price_save .price {
  padding: 0 4px;
}

.product_det_rgt .price {
  color: var(--red_color);
}

.product_det_rgt .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

.product_det_rgt .heading h2, .product_det_rgt .heading h3 {
  margin-bottom: 0;
}

.product_det_rgt .star_avialable {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
}

.product_det_rgt .star_avialable .available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_det_rgt .star_avialable .available img {
  width: 15px;
  margin-right: 2px;
}

.product_det_rgt h6 {
  margin-bottom: 4px;
}


.stock {
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 11px !important;
}

.sold_by {
  display: block;
  margin-bottom: 7px;
}

.padding_left_47px {
  padding-left: 47px;
}

.green {
  color: #168B20 !important;
}

.margin_bottom_11px {
  margin-bottom: 11px;
  display: inline-block;
}

.prod_det_span {
  display: block;
  margin-bottom: 7px;
}

.prod_det_span b {
  padding-right: 3px;
}

.product_btn_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
}

.product_btn_blk .enroll_btn {
  letter-spacing: 1.2px;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  padding: 17px 33px;
}

.product_btn_blk .btn_cancel {
  letter-spacing: 1.2px;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  padding: 16px 33px;
}

.product_btn_blk .btn_cancel .down_arrow {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-left: 1.5px solid var(--red_color);
  border-bottom: 1.5px solid var(--red_color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -4px;
  margin-left: 3px;
}

.product_btn_blk .shop_cart_btn {
  width: 56px;
  height: 51px;
  background-color: #E9E2FE;
  border: none;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_btn_blk .shop_cart_btn img {
  width: 37px;
}

.margin_right_19px {
  margin-right: 19px;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quantity h5, .quantity h6 {
  margin-bottom: 0;
  font-weight: 400 !important;
  margin-right: 0px;
}
.padding_left_25 {
    padding-left: 25px;
}

.quantity .product_qunatity_sel {
  border: 1px solid #B9B9B9;
  background-color: #fff;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: 90%;
  color: #0F0929;
  background-image: url("../images/select_qua_down.svg");
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 29px 4px 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.rate_btn_blk {
  text-align: right;
  padding: 20px 0px 0 0;
}

.add_cart_btn {
  background-color: #E9E2FE;
  border: none;
  border-radius: 4px;
  color: var(--red_color);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 17px;
  padding: 17px;
}

.whishlist_quan_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add_cart_btn.ad_whistlist {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  padding: 6.5px 16px;
}

.add_cart_btn.ad_whistlist .down_arrow {
  position: relative;
  display: inline-block;
  width: 6px;
  top: -3px;
  height: 6px;
  border-color: var(--red_color);
  border-width: 0 0 1px 1px;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rat_rev {
  padding: 0 25px;
}

.rating_review_blk h4 {
  margin-bottom: 0;
  font-weight: 700;
}

.rating_review_blk .heading {
  padding: 0;
  margin-bottom: 20px;
}

.margin_top_36px {
  margin-top: 36px;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add_cart_btn.rate_prod {
  padding: 11.5px 29px;
}

.rat_rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.head_rat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11px;
}

.head_rat h3 {
  font-weight: 400;
  margin: 0;
      padding-right: 5px;
}

.head_rat .star .rating__label {
  padding: 0 0 0 1px;
  font-size: 22px;
}

.rating_blk {
  width: 100px;
  text-align: center;
}

.rating_strength {
  width: calc(100% - 100px);
  padding-left: 36px;
}

.strength {
  width: 260px !important;
  height: 8px;
  background-color: #F4F4F4;
  border-radius: 2px;
  position: relative;
  margin-left: 5px;
}

.strength .strength_progress {
  display: block;
  top: 0;
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 2px;
}
.total_users {
    padding-left: 5px;
}
.strength .strength_progress  {
  background-color: #388E3C;
  /* width: 100%; */
}

.strength.four_rat .strength_progress {
  background-color: #388E3C;
  /* width: 65%; */
}

.strength.three_rat .strength_progress {
  background-color: #388E3C;
  /* width: 39%; */
}

.strength.two_rat .strength_progress {
  background-color: #FF9F00;
  /* width: 15%; */
}

.strength.one_rat .strength_progress {
  background-color: #FF6161;
  /* width: 9%; */
}

.image_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px 20px 25px;
}

.image_blk .image {
  width: 64px;
  position: relative;
}

.image_blk .image img {
  width: 100%;
}

.image_blk .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
}

.image_blk .overlay h4 {
  color: #fff;
  margin: 0;
}

.strength_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.strength_blk .star .rating__label {
  padding: 0 0px 0 1px;
  font-size: 13px;
    margin-left: 3px;
}

.margin_top_8px {
  margin-top: 8px;
}

.review_image_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
}

.review_image_blk .image {
  width: 37px;
  margin-right: 11px;
  position: relative;
}

.review_image_blk .image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.19);
  left: 0;
  top: 0;
}

.review_image_blk .image img {
  width: 100%;
}

.review_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
}

.review_btm .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.like_dislike_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.like_dislike_blk .like_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.like_dislike_blk .like_blk svg {
  width: 13px;
}

.like_dislike_blk .like_blk.dislike_blk {
  margin-left: 20px;
}

.like_dislike_blk .like_blk.dislike_blk svg {
  -webkit-transform: rotate(180Deg);
          transform: rotate(180Deg);
}

.like_dislike_blk .count {
  padding-left: 5px;
}

.mon_year {
  padding-left: 10px;
}

.default {
  color: #999;
}

.like_blk .a {
  fill: #d5d0e2;
  fill-rule: evenodd;
}

.review_blk .revew {
  padding: 20px 0px;
  border-bottom: 1px solid #e5e5e5;
}

.review_blk .revew span.des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review_blk .revew .review_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review_blk .revew .review_head .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  background-color: #388E3C;
  height: 21px;
  border-radius: 2px;
}

.review_blk .revew .review_head .left h5 {
  font-size: 15px;
  margin: 0;
  line-height: 17px;
  color: #fff;
}

.review_blk .revew .review_head .left .star .rating__label {
  padding: 0 0 0 4px;
}

.review_blk .revew .review_head .left .star .rating__icon--star {
  color: #fff;
}

.review_blk .revew .review_head .right {
  width: calc(100% - 32px);
  padding-left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.review_blk .revew .review_head .right .title {
  font-weight: 700;
  display: block;
}

.upload_images {
  display: none;
}

.upload_img_blk {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 4px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
}

.upload_img_blk .fa-camera {
  color: #000000;
  font-size: 18px;
}

.review_form {
  padding: 20px 0px 15px 0px;
  opacity: 1;
  height: auto;
  z-index: 1;
}

.rate_star.star .rating__label {
  font-size: 17px;
  cursor: pointer;
}

.review_form {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.review_form .form-control {
  border: 1px solid #CFCFCF;
}

.product_border_btm {
  border-bottom: 1px solid #B9B9B9;
}

.stk_blk {
  padding-bottom: 13px;
}

/******************* product detail page css - Ends ****************/
/******************* view cart page css ****************/
.red, .red a {
  color: #A41818;
}

.price_line {
  color: #B9B9B9;
  text-decoration: line-through;
}

.view_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.view_cart .quantity_delete_save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view_cart .seperator {
  color: #D2D3D4;
  padding: 0px 10px 0 10px;
}

.view_cart .right h6 {
  font-weight: 700;
}

.view_cart .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
  padding-right: 20px;
}

.view_cart .left .image {
  width: 70px;
    background-color: #f7f8fa;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.view_cart .left .image img {
  width: 100%;
}

.view_cart .left_content {
  padding-left: 21px;
      width: calc(100% - 70px);
}

.view_cart .left_content .quantity .product_qunatity_sel {
  height: 21px;
  font-size: 13px;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 15px;
}

.view_cart .left_content h6 {
  margin-bottom: 0;
  font-weight: 700;
}

.view_cart .left_content .green {
  margin-bottom: 12px;
  display: inline-block;
}

.price_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price_detail h6 {
  margin-bottom: 0;
  color: #0F0929;
}

.price_detail .price {
  width: 66px;
  position: relative;
}
.minus {
    position: relative;
}
.minus::before {
  content: "-";
  padding-right: 3px;
}

.price_detail.tot_price_detail h6 {
  font-weight: 700;
}

.tot_price_detail.price_detail {
  margin-bottom: 0;
  padding-top: 15px;
}

.view_cart_blk {
  background-color: #F3F3F8;
  padding: 30px;
}

.view_cart_blk .product_btn_blk {
  padding-top: 27px;
}

.view_cart_blk .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #D2D3D4;
}

.view_cart_blk .heading h3 {
  margin-bottom: 0;
}

.view_cart_blk .view_part_rgt {
  padding: 20px 26px 26px;
}

.view_cart_blk .view_part_rgt .title {
  font-weight: 700;
  padding-bottom: 00px;
  margin-bottom: 20px;
}

.view_cart_blk .view_part_left {
  padding: 0;
}

.view_cart_blk .address {
  background-color: #fff;
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  color: #0F0929;
  padding: 5px 40px 5px 17px;
  font-size: 13px;
  background-position: 93%;
  background-repeat: no-repeat;
  line-height: 15px;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 45px;
  background-image: url(../images/select_qua_down.svg);
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
  border: none;
}

.full_view_imge img {
  width: 100%;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--default_color);
  padding-left: 0;
}

.owl-carousel .owl-item .crse_img img {
  display: block;
  padding: 0;
  border-radius: 0;
}

.crse_img > a {
  display: block;
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.product_btn_blk.wishlist_btn .enroll_btn {
  letter-spacing: 1.2px;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  padding: 17px 33px;
  width: 28%;
}

.crse_content h5 a, .crse_content h5 a:hover {
  color: #0F0929;
}

/******************* view cart page css - Ends ****************/
/**************************** checkout page css ************************************/
.checkout_div h3 {
  margin-bottom: 18px;
}

.checkout_tab {
      padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    margin: 0;
    border-bottom: none;
}

.checkout_tab li {
  z-index: 2;
    width: 35%;
    position: relative;
    text-align: center;
}

.checkout_tab li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 37px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--default_color);
    padding: 16px 0px 16px 0px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.margin_right_8px {
  margin-right: 8px;
}

/* .checkout_tab li a img {
  display: none;
} */

.checkout_tab li a.selected {
  color: var(--text_bla_color);
}

.checkout_tab li.selected a img {
  display: inline-block;
}

.checkout_tab li.active a , .checkout_tab li a:hover {
  color: var(--red_color);
}

.review_order_list {
  padding: 32px 36px 32px 53px;
}

.review_order_list .view_cart .left {
  width: calc(100% - 100px);
  padding-right: 10px;
}

.review_order_list .view_cart .right {
  width: 100px;
}

.review_order_list .view_cart:last-child {
  border-bottom: none;
}

.checkout_pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #e5e5e5;
}

.checkout_pay .right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout_pay .right h4 {
  margin-bottom: 0;
}

.checkout_pay .right .you_pay {
  padding-right: 35px;
}

.checkout_btn {
    padding-top: 16px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #e5e5e5;
}

.review_order_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F3F3F8;
  padding: 16.5px 5px;
      margin-bottom: 20px;
  border-radius: 4px;
}

.review_order_heading span {
  color: #7E7E7E;
}

.review_order_heading .total {
  width: 100px;
}

.review_order_heading .items {
  width: calc(100% - 100px);
  padding-left: 23px;
}

.coupon_text a {
  padding-left: 5px;
}

/**************************** checkout page css - Ends ************************************/
/**************************** confirmation page css  ************************************/
.view_cart_list.review_order_list.confirmtion_blk {
  padding: 52px 70px;
}

.view_cart_list.review_order_list.confirmtion_blk h5 {
  color: #6D6D6D;
  font-weight: 400;
  margin-bottom: 20px;
}

.view_cart_list.review_order_list.confirmtion_blk h3 {
  color: #262626;
  font-weight: 400;
  margin-bottom: 20px;
}

.view_cart_list.review_order_list.confirmtion_blk p {
  color: #262626;
  margin-bottom: 20px;
  line-height: 24px;
}

.view_cart_blk .view_part_rgt .title.confirm_title {
  padding-bottom: 26px;
  margin: 0;
  border: none;
}

.go_to_home_btn button {
  width: 100%;
  display: inline-block;
}

.view_cart_list.review_order_list.confirmtion_blk .confirm_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0 0 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.view_cart_list.review_order_list.confirmtion_blk .confirm_order .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.view_cart_list.review_order_list.confirmtion_blk .confirm_order span {
  color: #6C6C6C;
  margin-bottom: 5px;
  padding-right: 15px;
}

.view_cart_list.review_order_list.confirmtion_blk .confirm_order h5 {
  margin-bottom: 16px;
  color: #262626;
  font-weight: 700;
  word-break: break-all;
    padding-right: 15px;
}

.checkout_btn.product_btn_blk {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.checkout_btn.product_btn_blk button {
  letter-spacing: 1.2px;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  padding: 17px 33px;
}

/**************************** confirmation page css - Ends ************************************/
/**************************** make payment css ************************************/
.review_order_list.payment_method_blk {
  padding: 30px 0 30px 0;
}

.review_order_list.payment_method_blk h5 {
  margin-bottom: 25px;
}
.payment_ul li {
    width: calc(110px + 30px);
    height: 80px;
    padding: 0 15px;
}
.label_radio input[type="radio"] {
    -moz-appearance: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.payment_label.active {
    border: 2px solid #168B20;
}
.payment_label>div {
    display: flex;
    width: 100%;
    height: 100%;
}
.payment_label {
    width: 110px;
    position: relative;
    padding: 8px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
}
.payment_label img {
    width: 100% !important;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
.payment_ul {
  padding: 0 0 50px 0;
  margin: 0 -15px;
      display: flex;
    flex-wrap: wrap;
}

.label_radio {
  display: block;
  padding: 0;
}

.label_radio input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.label_radio span {
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-bottom: 11px;
}

.label_radio span::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  border: 1px solid #707070;
  border-radius: 50%;
  top: 3px;
  left: 0;
}

.label_radio input[type="radio"]:checked + span::after {
  border-color: var(--red_color);
  background-color: var(--red_color);
}

.label_radio input[type="radio"]:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  left: 4px;
  top: 7px;
  z-index: 1;
}

.padding_left_28px {
  padding-left: 28px;
}

.margin_bottom_30px {
  margin-bottom: 30px;
}

.select_option {
  height: 28px;
  border: 1px solid #B9B9B9;
  background: #fff;
  border-radius: 2px;
  color: #0F0929;
  background-image: url("../images/select_qua_down.svg");
  font-size: 13px;
  line-height: 15px;
  padding: 3px 25px 3px 9px;
  background-position: 95% center;
  background-size: 7px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400;
}

select:focus {
  outline: none;
}

.payment_mode {
  width: 360px;
}

/**************************** make payment css - Ends ************************************/
/***************************** plan listing css on 23/09/2021 ******************************/
.plan_list_container.container .breadcrumb {
  padding-bottom: 6px !important;
}

.serach_input {
  position: relative;
}

.serach_input .address.search_plans {
  border-radius: 4px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  background-image: none;
  width: 230px;
}

.serach_input .address.search_plans::-webkit-search-decoration, .serach_input .address.search_plans::-webkit-search-cancel-button, .serach_input .address.search_plans::-webkit-search-results-button, .serach_input .address.search_plans::-webkit-search-results-decoration {
  display: none;
}

.serach_input .search_icon {
  width: 13px;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body input {
  outline: none;
}

button.buy_btn {
  font-size: 14px;
  letter-spacing: 0.14px;
  font-weight: 700;
  padding: 13px 45px;
}

.plan_list_div {
  padding: 0px 0 0 0;
}

.plan_list_div .plan_list {
  margin: 0 0 20px 0;
  padding: 28px 39px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.plan_list_div .plan_list h5 {
  line-height: 19px;
  color: #262626;
}

.plan_list_div .plan_list span {
  color: #6A6868;
  padding-bottom: 8px;
}

.plan_list_div .plan_list .plan_price {
  color: #E35442;
}

.plan_list_div .plan_list .plan_li {
  padding-left: 0;
  width: calc(41.66666667% - 116px);
}

.plan_list_div .plan_list .plan_li h5 {
  margin-bottom: 7px;
}

.plan_list_div .plan_list .validity_li {
  padding-left: 0;
}

.plan_list_div .plan_list .offer_li {
  padding-left: 0;
}

.plan_list_div .plan_list .btn_li {
  padding: 0;
  width: 120px;
  text-align: right;
}

.margin_bottom_0 {
  margin-bottom: 0px;
}

/***************************** plan listing css on 23/09/2021 - Ends ******************************/

/****************** success msg **************************/
.alert-success.add_cart_msg {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background-color: var(--red_color);
  border-color: var(--red_color);
  border-radius: 4px;
  width: auto;
  margin: 0;
  position: fixed;
  bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.alert-success.add_cart_msg .alertinner strong {
  padding-right: 5px;
}

.alert-success.add_cart_msg .alertinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.margin_right_10px {
  margin-right: 10px;
}

.view_cart_blk .product_btn_blk.checkout_prod_btn {
  padding-top: 0;
}

body .coupon_blk .form-control {
  background-color: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  padding: 9px;
  font-size: 14px !important;
  font-weight: 400;
  width: 100%;
  height: 38px;
  line-height: 24px;
  color: #000000;
}

.coupon_blk .coupon_form {
  position: relative;
}

.coupon_blk .category_btn {
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 12px 31px;
  height: 38px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.coupn_apply {
  background-color: #4d4d4d;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  padding: 11px 17px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 400;
}
button.coupn_apply {
    display: inline-block;
    padding: 9px;
    width: 30%;
    height: 38px;
    right: 0;
    bottom: 0;
}

.coupon_cancel {
      margin-top: 10px;
    display: inline-block;
    padding: 7px 28px;
}

.col-form-label {
  color: #000000;
  font-size: 14px;
  padding-top: 0px;
  line-height: 16px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.price_detail.margin_btm_opx {
  margin-bottom: 0;
}

.remove {
  color: #A41818;
  font-size: 13px;
  border: none;
  background: none;
  padding: 0;
  margin-top: 3px;
  line-height: 15px;
  margin-bottom: 20px;
}

.product_border_btm {
  border-bottom: 1px solid #e5e5e5;
}

button.btn.btn-danger.btn-sm.review_no {
  margin-right: 15px;
}

/****************** success msg - Ends **************************/
/************************** css changes on 22/09/2021 ************************************/
.form-control:focus {
  border-color: var(--red_color);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.social_media_icon > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.social_media_icon > a:not(:last-child) {
  margin-right: 10px;
}

body a:hover {
  color: var(--red_color);
}

.dropdown.profile_blk .dropdown-menu .dropdown-item {
  font-size: 14px;
  background-color: #fff !important;
  font-weight: 400;
  color: #191919;
  line-height: 16px;
  padding: 6px 0px;
}

.dropdown.profile_blk .dropdown-menu {
  right: 0;
      width: 200px;
  padding: 20px;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
  left: auto !important;
  top: 40px !important;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px;
  border: none;
}

.logo_text a, .logo_text a:hover {
  color: var(--white_color);
}

.list_det_left h5 a {
  color: #0F0929;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_detail .list_price .available {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 0;
}

.available img {
  width: 15px;
  margin-right: 2px;
}

.stk_blk {
  padding-top: 0px;
  padding-bottom: 13px;
}

.padding_btm_20px {
  padding-bottom: 20px !important;
}

.padding_top_20px {
  padding-top: 20px !important;
}

.list_detail .list_det_left {
  width: 80%;
}

.list_detail .list_price {
  width: 20%;
  text-align: right;
}

.product_price .home_sign_in {
  display: inline-block;
}

.pro_detail_btn.product_btn_blk > form, .pro_detail_btn.product_btn_blk > a {
  width: 50%;
}

.pro_detail_btn.product_btn_blk > form {
  padding-right: 9.5px;
}

.pro_detail_btn.product_btn_blk > a {
  padding-left: 9.5px;
}

.pro_detail_btn.product_btn_blk > form button, .pro_detail_btn.product_btn_blk > a button {
  width: 100%;
}

.breadcrumb li a {
  color: #000;
}

.img-thumbnail {
  padding: 0;
  border-radius: 0;
}

.view_cart .left .image img {
     width: 100% !important;
    object-fit: contain;
    object-position: center;
}

.view_cart .left_content h6 a {
  color: #191919;
}

.save_later {
  color: #0F0929;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

.change_password_content ul {
  padding-left: 20px;
  font-size: 14px;
}

.change_password_content ul li {
  margin-bottom: 8px;
  list-style: disc;
}

.change_password_content {
  padding-top: 4px;
}

.exp_all_crse_btn:hover {
  color: #fff;
}

.review_order_list.con_rev_list_blk {
  padding-left: 0;
  padding-right: 0;
}

/************************** css changes on 22/09/2021 - Ends ************************************/
/**************************** my order css *****************************/
.order_blk .breadcrumb {
  padding-bottom: 1px !important;
}

.search_field svg .a {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.2px;
}

.order_filter_blk {
  padding-top: 37px;
}

.order_filter_blk .form_container {
  padding: 23px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order_filter_blk .form_container .form-control {
  height: 45px;
  padding: 11px 13px;
}

.order_filter_blk .form_container .down-arrow::after {
  top: 17px;
}

.order_id {
  width: 33.3%;
  padding-right: 14px;
}

.from_date {
  padding-right: 14px;
  width: calc(33.33% - 60px);
}

body .form-date {
    background-image: url("../images/calendar.svg");
    background-position: 94%;
    background-repeat: no-repeat;
    background-size: 13px;
    padding-right: 30px !important;
}
.search_field {
  width: 45px;
  border: none;
  background-color: var(--red_color);
  border-radius: 4px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view_order_blk {
  padding-top: 22px;
}

.view_order_blk .view_order {
  margin-bottom: 22px;
}

.ord_pla_head_blk {
  background-color: #E9E2FE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 23px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ord_pla_head_blk .left {
  width: 75%;
}

.ord_pla_head_blk .row {
  margin: 0;
}

.ord_pla_head_blk .row > div {
  padding-left: 0;
}

.ord_pla_head_blk .head {
  color: #262626;
  padding-bottom: 5.5px;
  font-weight: 700;
  opacity: 70%;
}

.ord_pla_head_blk h6 {
  color: #262626;
  margin: 0;
}

.order_pla_detail {
  background-color: #fff;
  padding: 21px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order_pla_detail h5 {
  color: #111111;
  margin-bottom: 4px;
  line-height: 19px;
}

.order_pla_detail h6.default {
  color: #7E7E7E;
  margin: 0;
  padding-bottom: 8px;
}

.order_pla_detail .left {
  padding-right: 15px;
}

.order_pla_detail:not(:last-child) {
  border-bottom: 1px solid #D2D3D4;
}

.exp_all_crse_btn.view_order_det_btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 11px 31px;
}

.order_detail_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.order_detail_link a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.plan_list_blk.order_blk.view_cart_blk {
  padding: 33px 15px;
}

.order_detail_table {
  padding-top: 30px;
}

.my_table {
  width: 100%;
  margin-bottom: 0;
  border-radius: 4px;
  background-color: #fff;
}

.my_table tbody tr:hover {
  -webkit-box-shadow: 0px 30px 60px #1A27C929;
          box-shadow: 0px 30px 60px #1A27C929;
}

.my_table th {
  font-size: 13px;
  background-color: #E9E2FE;
  color: #20202A;
  padding: 10px 13px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 15px;
  opacity: 70%;
}

.my_table th:first-child {
  border-radius: 4px 0 0 0;
}

.my_table th:last-child {
  border-radius: 0 4px 0 0;
}

.my_table td {
  padding: 13.5px 13px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 16px;
}

.margn_left_18px {
  margin-left: 18px;
}

.ord_pla_head_blk .product_title {
  margin: 0;
  line-height: 19px;
}
.re_order_form {
    margin-top: 20px;
    text-align: center;
}
.home_sign_in.product_rev_btn {
  display: inline-block;
}

.order_pla_detail .right button {
    width: 100%;
}
.order_pla_detail .right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.my_table tbody td {
    border-bottom: 1px solid #E9E2FE;
}
.my_table tfoot tr:not(:last-child) td {
    border-bottom: 1px solid #E9E2FE;
}
/**************************** my order css Ends *****************************/
/****************************  table css *****************************/
.my_table th {
  border-bottom: 1px solid #C9C3DB !important;
}

.my_table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #E9E2FE;
}

/**************** table pagination ******************************/
.table_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}

.table_pagination .pagination_div {
  padding: 0;
}

.table_pagination .pagination_div .pagination {
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table_pagination .pagination_div .pagination li {
  position: relative;
}

.table_pagination .pagination_div .pagination li a {
  width: 25px;
  height: 25px;
  border-radius: 4px;
}

.table_pagination .pagination_div .pagination li.active a:hover {
  color: #fff;
}

.table_pagination .pagination_div .pagination li.disabled a {
  color: #A5A5A5;
}

.prev {
  padding-right: 10px;
}

.next {
  padding-left: 10px;
}

.table_pagination .pagination_div .pagination .disabled > a::before {
  border-color: #a5a5a5 !important;
}

.table_pagination .pagination_div .pagination .prev > a::before {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-left: 1px solid #000;
  position: absolute;
  left: 0;
  top: 7px;
}

.table_pagination .pagination_div .pagination .next > a::before {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 7px;
  height: 7px;
  border-left: 1px solid #000;
  position: absolute;
  right: 0;
  top: 7px;
}

.table_pagination .pagination_div .pagination li.prev a, .table_pagination .pagination_div .pagination li.next a {
  width: auto;
  height: auto;
}

.table_pagination .pagination_div .pagination li.prev a {
  padding-left: 10px;
  position: relative;
}

.table_pagination .pagination_div .pagination li.next a {
  padding-right: 10px;
  position: relative;
}

/**************** table pagination - Ends ******************************/
/**************************** table css Ends *****************************/
/**************************** dashboard css *****************************/
.dashboard_blk {
  padding: 27px 0;
}

.dashboard_blk h3 {
  margin-bottom: 29px;
}

.dash_nav {
  border-bottom: 1px solid #D2D2D2 !important;
  margin-bottom: 25px !important;
}

.dash_nav li a {
  padding: 0 0 12.5px 0;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0 !important;
  border: none !important;
  font-weight: 400;
  text-transform: capitalize;
  color: #9A9A9A;
  position: relative;
}

.dash_nav li a:hover {
  border: none !important;
}

.dash_nav li a.active {
  border: none !important;
  background-color: transparent !important;
  color: var(--red_color) !important;
  font-weight: 700;
}

.dash_nav li a.active::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: var(--red_color);
  bottom: -2px;
}

.dash_nav li:not(:last-child) {
  margin-right: 40px;
}

.dash_con_blk .heading {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10.5px;
}

.dash_con_blk .heading h5 {
  margin-bottom: 0;
  font-weight: 400;
}

.dash_con_blk .row {
  margin: 0 -16.5px;
}

.dash_con_blk .row > div {
  padding: 0 16.5px;
}

.view_all {
  color: var(--red_color);
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

table .green {
  color: #299E33;
}

table .red {
  color: #E65050;
}

.margin_top_38px {
  margin-top: 38px !important;
}

.bill_add_blk .address_blk {
  border-radius: 2px;
  color: #000;
}

.bill_add_blk .address_blk h5 {
  margin-bottom: 9px;
}

.manage_blk {
  padding-top: 34.5px;
}

.manage_blk .man_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.manage_blk .man_user:not(:last-child) {
  margin-bottom: 19.5px;
}

.manage_blk .man_user .right_arrow_blk {
  width: 23px;
  height: 23px;
  background-color: #E9E2FE;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.manage_blk .man_user .right_arrow_blk .right_arrow {
  position: relative;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #021E40;
  border-bottom: 1px solid #021E40;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -1px;
}

.margin_btm_24px {
  margin-bottom: 24px;
}

.chart_head {
  background-color: #E9E2FE;
  border-radius: 4px 4px 0 0;
  padding: 5.5px 17px;
}

.chart_head span {
  font-weight: 700;
}

.chart_div {
  padding: 20px;
}
a.btn.btn-secondary.reset_btn {
    margin-left: auto;
    margin-right: 7px;
}

.nav-link:focus, .nav-link:hover {
    color: var(--red_color);
}
.dashboard_blk.dashboard_menu {
    padding: 27px 0 0 0;
}
.dashboard_menu + .dashboard_blk.user_dashboard_header {
    padding: 0 0 27px 0;
}
.dashboard_menu + .manage_address_blk.manage_dash_add_blk {
    padding-top: 10px;
}
.dashboard_menu + .padding_top_0px {
    padding-top: 0px !important;
}
.dashboard_menu + .white_bg.whistlist_blk .view_cart_blk {
    padding: 0 50px 50px 50px;
}
.dashboard_menu + .view_cart_blk .heading {
    border-bottom: none;
    padding-bottom: 0px;
}
.sea_reset_blk {
    width: 120px;
    display: flex;
}
/**************************** dashboard css Ends *****************************/

/*********************** plan listing css ***********************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan_listing .row .col-md-3 {
    width: 50% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.plan_listing .row {
  margin: 0 -13px;
}

.plan_listing .row .col-md-3 {
  padding: 0 13px 26px 13px;
}

.plan_listing .plan_blk {
  padding: 33px;
      border-radius: 4px;
    box-shadow: 2px 2px 2px #0000001a;
    border: 1px solid #F3F3F3;
}

.plan_listing .plan_blk .plan_name {
  color: var(--red_color);
  line-height: 19px;
  margin-bottom: 10px;
}

.plan_listing .plan_blk .price {
  margin-bottom: 20px;
}

.plan_listing .plan_blk .desc {
     line-height: 21px;
    margin-bottom: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 42px;
}

.plan_listing .plan_blk .plan_val_offer {
  margin-bottom: 19px;
  padding: 0;
}

.plan_listing .plan_blk .plan_val_offer li {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.plan_listing .plan_blk .plan_val_offer li img {
  margin-right: 9px;
  width: 12px;
}

.plan_listing .plan_blk .plan_val_offer li:not(:last-child) {
  margin-bottom: 6px;
}
img.search_icon.search_subsciption_plan {
    cursor: pointer;
}

/*********************** plan listing css - Ends ***********************/
li.image_distance:not(:last-child) {
    padding-right: 15px;
        padding-bottom: 4px;
}
.sea_reset_blk .home_sign_in {
    padding: 14px 10px;
    margin-left: 14px;
}

/****************************** buy plan css ***************************************/
.buy_plan_blk .view_cart .left {
    flex-direction: column;
}
.buy_plan_blk .view_cart .right {width: 20%;    text-align: right;}
.buy_plan_blk .view_cart .middle {
    width: 30%;
    text-align: center;
}
.buy_plan_blk .view_cart .middle span {
    display: block;
}
.buy_plan_blk .view_cart .left {
    flex-direction: column;
    width: 50%;
    align-items: flex-start;
    justify-content: flex-start;
}
.buy_plan_blk .view_cart .left h6 {
    font-weight: 700;
}
/****************************** buy plan css - Ends ***************************************/

/*********************Tooltip starts ******************/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
/*********************Tooltip ends ******************/
.profile_circle_img, .profile_circle_img img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.acc_blk {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.profile_blk.log_profile_blk span {
    display: block;
    text-transform: capitalize;
}

/******************** css changes on 18/10/2021 ********************************/
.whishlist_quan_blk .add_cart_btn.ad_whistlist {
   margin-left: auto;
   margin-right: 0;
}
/******************** css changes on 18/10/2021 - Ends ********************************/

/************************** css changes on 19/10/2021 *******************************/
.plan_desc_th {width: 300px;}
.my_table td a {
    display: inline-flex;
}
img.payment_mode.img-fluid {
    width: 80px;
}

/************************** css changes on 19/10/2021 - Ends *******************************/

#pop{
    display              : none;
    position             : absolute;
    z-index              : 99999;
    padding              : 10px;
    background           : #3AB9AE;
    border               : 1px solid #A2ADBC;
    -moz-border-radius   : 20px;
    -webkit-border-radius: 20px;
    margin               : 0px;
    -webkit-box-shadow   : 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow           : 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

.cat_blk:hover .category_dropdown , .cat_blk:focus .category_dropdown {
    display: block;
}
.category_dropdown {
    padding: 8px 0;
    margin: 0;
    position: absolute;
    border-radius: 4px;
    background-color: #fff;
        top: 40px;
        z-index: 9;
    display: none;
    left: 30px;
    border: 1px solid #cfcfcf;
    min-width: 200px;
}
.cat_blk {
    position: relative;
}
.category_dropdown li>ul {
    padding-left: 20px;
}
.category_dropdown .list_ul>li>ul>li {
    padding-left: 0;
    margin: 0 !important;
}
.category_dropdown li a:hover {color: var(--red_color);}
.category_dropdown li a {
    font-size: 14px;
    background-color: #fff !important;
    font-weight: 400;
    color: #191919;
    line-height: 16px;
    padding: 6px 20px;
}
.modal.fade.in.msg_popup.my_video_div.confrm_popup.modal-bgcolor1.show {
    width: 64%;
    margin-left: 19%;
}

.video_blk {
    position: relative;
    width: 320px;
}
.video_popup {
    width: 1000px;
    height: auto;position: relative;
}
span.close.video_close {
    display: block;
    position: absolute;
    z-index: 9999;opacity: 0;cursor: pointer;
        right: -40px;
    top: 0;width: 78px;text-align: right;
        font-size: 35px;
    line-height: 35px;
    color: #fff;
}
.video_popup:hover span.close.video_close, .video_popup:focus span.close.video_close, span.close.video_close:hover, span.close.video_close:focus {
    opacity: 1;
}
.my_video_div .jw-flag-floating {
    background-color: transparent;
}
.my_video_div.show div#myElement {
    width: 1000px !important;
}
.my_video_div.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.video_tube_icon img {
    width: 30px;
}
.video_blk video {
    width: 90px;
     height: 90px;
         object-fit: cover;
    object-position: center;
}
.video_tube_icon {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.sea_reset_blk.my_title_button {
    margin-right: 56%;
}
.audio_icon {display: block;}
.audio_icon img {
    height: 100px;
}
/*************** css changes on 28/10/2021 *****************/
.reset_btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 55px;
}
/*************** css changes on 28/10/2021 - Ends *****************/

/********************* sub category dropdown css *****************************/
.cat_list_div {
  position: absolute;
  opacity: 0;
  top: -100%;
  z-index: -1;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.cat_drop_list_div {
  position: relative;
  margin-left: 5px;
}

.main_cat_div {
  max-height: 100px;
  height: auto;
  position: relative;
}

.cat_drop_list_div.show .cat_list_div {
  top: 50px;
  z-index: 9;
  opacity: 1;
  border-radius: 4px;
}

.cat_drop_list_div .cat_list_div ul.main_cat {
  padding: 15px;
  max-height: 300px;
  background-color: #fff;
  width: 200px;
  overflow: auto;
  -webkit-box-shadow: 0px 3px 50px #0000000d;
          box-shadow: 0px 3px 50px #0000000d;
  height: auto;
  margin-bottom: 0;
}

.cat_drop_list_div .cat_list_div ul.main_cat ul.sub_cat {
  left: -200px;
  -webkit-box-shadow: 0px 3px 50px #0000000d;
          box-shadow: 0px 3px 50px #0000000d;
  padding: 15px;
  position: absolute;
  background-color: #fff;
  top: 0;
  opacity: 0;
  margin-bottom: 0;
  width: 200px;
}

.cat_drop_list_div .cat_list_div ul.main_cat ul.sub_cat > li > a {
  color: #191919;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  padding: 5px;
}

.cat_drop_list_div .cat_list_div ul.main_cat ul.sub_cat > li > a:hover, .cat_drop_list_div.show .cat_list_div ul.main_cat ul.sub_cat > li > a:focus, .cat_drop_list_div.show .cat_list_div ul.main_cat ul.sub_cat > li > a.active {
  color: var(--red_color);
}

.cat_drop_list_div .cat_list_div ul.main_cat > li.show ul.sub_cat {
  left: 200px;
  opacity: 1;
  max-height: 300px;
  overflow: auto;
  height: auto;
  z-index: 9;
}

.cat_drop_list_div .cat_list_div ul.main_cat > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cat_drop_list_div .cat_list_div ul.main_cat > li > a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #191919;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
}

.cat_drop_list_div .cat_list_div ul.main_cat > li > a:hover, .cat_drop_list_div.show .cat_list_div ul.main_cat > li > a:focus, .cat_drop_list_div.show .cat_list_div ul.main_cat > li > a.active {
  background-color: var(--red_color);
  color: #fff;
}

/********************* sub category dropdown css - Ends *****************************/

.list_img .video_blk {
    width: 100%;
}

.bg_white.equal_padding.margin_bottom_20.create_new_ticket_padding{
    margin: 15%;
    margin-top: 2%;
}
body .padd_25{
    padding:15px 20px !Important;
}
.bg_white {
    background: var(--white_color);
    
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem- 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    margin-bottom: 19px;}

/*********** Notification Page Design *****************/
.notification_sec {
       padding: 35px; 
    padding-top: 10px;
}
.notification_sec .cmn_title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}
.notification_sec table td p {
    margin-bottom: 0px;
    color: #7b7373;
}
.notification_sec table td h5 {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0px;
}
.notification_sec table .no_circle p {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #000;
    color: #fff !important;
    font-size: 13px;
}
body .col_orange {
    background: #FF694A!important;
}
body .colr_green {
    background: #5BCF57 !important;
}
body .col_blue {
    background: #4A5CFF !important;
}
body .col_purple {
    background: #984AFF !important;
}
.notification_sec .common_table table tr td {
    padding: 8px 6px;
    vertical-align: middle;
}
.notification_sec table td h6 {
    color: #000;
    font-size: 13px;
    margin-bottom: 0px;
    text-align: right;
}
.notification_sec table td a {
    text-align: left;
    display: block;
    text-decoration: none;
    color: #1643FE;
}
td.no_circle {
    width: 30px;
}
.bg_grey{
    background: #F6F6F6;
}
.bg_grey_hover tr:hover {
    background: #F6F6F6;
    font-weight:700;
}

.notification_sec table td a {
    color: #000000;
    font-weight: 600;
    font-size: 13px;
}
.notification_sec .bg_grey_hover tr:hover td a {
    color: var(--red_color);
}
.delet_link{
    display:none !important;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none;
}
.bg_grey_hover tr:hover .delet_link{
    display:block !important;
     font-weight:700;
         text-align: right;
}
.notification_sec .common_table {
    margin-top: 25px;
}
.backnd_notifi {
    margin-left: 0px;
margin-right: 0px;}
.bg_normal_white {
    background: #fff !important;
}
.prf_right_sec {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
}
.request_sec ul.nav.nav-tabs {
    border-bottom: 1px solid #EEEEEE;
    height: 45px;
    
}
.request_sec ul.nav.nav-tabs li {
    margin-right: 0;
}
.uses_history {
    padding: 35px;
    padding-bottom: 25px;
}
.bg_normal_white {
    background: #fff !important;
}
.common_table table {
    margin-bottom: 0px;
}
.title_sec h3 {
    float: left;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.11px;
    font-weight: 700;
}
.request_sec ul.nav.nav-tabs li a.active {
    border-bottom: none;
    color: var(--red_color);
    font-weight: 700;
    padding-bottom: 3px;
}
.request_sec ul.nav.nav-tabs li a {
    font-size: 14px;
    color: #000;position: relative;    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 25px !important;
    display: block;
}
thead.custom_sorting_label a {
    color: black;
}
.request_sec ul.nav.nav-tabs li a.active::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--red_color);
    left: 0;
    bottom: -2px;
}
.not_heading {
    padding: 40px 0 30px 0;
}
.not_heading h3 {
    margin: 0;
}




.bil_hist_modal.req_sec_modal.ticket_no_popup .modal-body {
    padding-left: 0px;
    padding-right: 0px;
}
.bil_hist_modal.req_sec_modal.ticket_no_popup .hdr{
    padding-left: 2rem;
    padding-right: 2rem;
}
.cmn_ticket_popup .modal-dialog {
    max-width: 750px;
}
.cmn_ticket_popup .modal-dialog  .modal-body {
    padding: 25px 40px;
}
/* .cmn_ticket_popup .modal-dialog .modal-body .col-sm-6,
.cmn_ticket_popup .modal-dialog .modal-body .col-sm-12 {
    padding-left: 6px;
    padding-right: 6px;
} */
body .cmn_ticket_popup .modal-dialog form textarea {
    height: 150px !important;
}
.cmn_ticket_popup h3.cmn_title {
    margin-bottom: 0px;
}
.bil_hist_modal .modal-content {
    border: 0;
    border-radius: 0px;
    width: 100%;
    height: 100%;
}

/*********** Request page Popup ***************/
.bil_hist_modal.req_sec_modal .modal-body {
    padding: 1rem 2rem;
    background: #fff;
}
.bil_hist_modal.req_sec_modal button.close{
    top:25px;
        text-transform: capitalize;
}
.bil_hist_modal.req_sec_modal .req_form {
    display: table;
    width: 100%;
    height: 100vh;
}
.bil_hist_modal.req_sec_modal .req_form form{
    display: table-cell;
    vertical-align: middle;
}
.req_form_div {
    width: 490px;
    margin: auto;
}
.req_form_div .form-group .form-control {
    background: transparent;
    font-size: 13px;
    border: 1px solid #E5E5E5;
    font-weight: 700;
    color: #000 !important;
}
.req_form_div .form-group {
    margin-bottom: 20px;
}
.req_form_div .form-group .form-control.title {
    border: 0;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 0px;
    color: #010101 !important;
}
.req_form_div .form-group .form-control.Category {
    height: 35px;
}
.req_form_div .form-group .form-control.description {
    height: 155px;
    padding-left: 15px;
}
.req_form_div .btn {
    background: #1643FE;
    width: 100%;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    border-radius: 3px;
}
.req_form_div .form-group .form-control.title:focus{
    box-shadow:none;
}
.req_form_div .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #010101;
}
.req_form_div .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #010101;
}
.req_form_div .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #010101;
}
.req_form_div .form-group .form-control:-moz-placeholder { /* Firefox 18- */
   color: #010101;
}
.bil_hist_modal.req_sec_modal.ticket_no_popup .modal-body {
    padding-left: 0px;
    padding-right: 0px;
}
.bil_hist_modal.req_sec_modal.ticket_no_popup .hdr{
    padding-left: 2rem;
    padding-right: 2rem;
}
.ticket_no_sec h4 {
    font-size: 24px;
    margin-bottom: 4px;
}
.ticket_no_sec h5 {
    font-size: 19px;
    font-weight: 700;
    color: #414141;
    margin-bottom: 20px;
}
.ticket_no_sec p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #414141;
}
.ticket_no_sec {
    background: #E3E8EA;
    border-top: 1px solid #E3E8EA;
    border-bottom: 1px solid #E3E8EA;
    padding: 60px 320px;
    margin: 15px 0px;
}
.tickt_trm_cnd {
    padding: 30px 320px 50px 320px;
}
.tkt_status ul li:last-child {
    border: none;
    text-align: center;
}
.tkt_status ul li {
    float: left;
    width: 33%;
    padding: 20px 10px;
    border-right: 1px solid #E3E8EA;
    min-height: 80px;
}
.tkt_status {
    border: 1px solid #E3E8EA;
    overflow: auto;
}
.tkt_status ul li div {
    margin-left: 30px;
    padding-top:8px;
}

.tkt_status ul li div h5 {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0px;
}
.tkt_status ul li div p {
       font-size: 12px;
    margin-bottom: 0px;
    color: #676767;
    line-height: 9px;
}
.tkt_status ul li img {
       position: relative;
    top: 10px;
    float: left;
}
.tkt_status ul li .btn-primary {
    background: #32B555;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 7px 34px;
    color: #fff !important;
}
.trm_cnd {
    background: #EDF3F5;
    padding: 20px;
    margin-top: 40px;
    border-radius: 4px;
    position: relative;
}
.trm_cnd h4 {
    font-size: 16px;
    color: #010101;
    font-weight: 700;
}
.trm_cnd p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
}
.trm_cnd h6 {
    position: absolute;
    top: 18px;
    right: 21px;
    font-size: 12px;
    margin-bottom: 0px;
}
.last_carosul {
    position: relative;
}
.last_carosul h2 {
    font-size: 5.625rem;
    color: #e4e4e4;
    text-align: center;
    position: absolute;
    top: 21px;
    z-index: 9;
    left: 0;
    font-weight: 700;
    right: 0;
}
.last_carosul .carousel-inner{
    z-index:99;
    overflow:visible;
}
.home_body{
    overflow-x: hidden;
}
li.hist_ammount {
    width: 140px;
    text-align: left;
}.bil_hist_modal.req_sec_modal.ticket_no_popup .modal-body,.bil_hist_modal .modal-body{

}



.create_new_ticket.reg_success.modal .modal-dialog {
    max-width: 600px;
        margin: 30px auto;    height: auto;
    align-items: flex-start;
}
.create_new_ticket .modal-header {
    border-bottom: 1px solid #e9e2fe;
    margin: 0;
    padding: 20px 30px;
}
 .close {
    border: none;
    background: none;
}
.create_new_ticket .modal-header h3 {
    margin: 0;
}
.close span {
    font-size: 20px;
    display: block;
    font-weight: 600;
    line-height: 20px;
}
.create_new_ticket.reg_success.modal .modal-dialog .modal-body {
    padding: 30px 30px 15px 30px;
    text-align: left;
}
.create_new_ticket .btn_cancel {
    padding: 13.5px 28px;
    margin-left: 15px;
}
.create_new_ticket .modal-footer>* {
    margin: 0;    display: flex;
}
.help_tickt.order_filter_blk {
    padding-top: 2px;
}
.show_tckt_details_modal .modal-dialog {
    max-width: 100%;
    margin: 0;height: 100%;
}
.hdr.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.white_space_nowrap {
    white-space: nowrap;
}
.word_break_breakall {
    word-break: break-all;
}
.my_table td a {cursor: pointer;}
.notifi_dv ul {
    margin: auto;
}
.live_notify_badge {
    display: flex;
    background-color: var(--red_color);
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    justify-content: center;
    align-items: center;
    padding: 3px 8px;
    border-radius: 20px;
    position: absolute;
    top: -2px;
    right: 5px;
}
.order_id.ticket_no {
    width: 45%;
}

.readonly{
    background-color : #D3D3D3;
}

/************************************* css changes on 19/11/2021 *******************************************/
.pay_item_det_blk .price_detail:nth-child(2) {
    padding-top: 15px;
}
.review_order_list.confirm_card_list {
    padding: 0 !important;
}
.border_top {
    border-top: 1px solid #e5e5e5;
}
.order_failed .price_detail .price {
    width: 47px;
    font-weight: bold;
    position: relative;
}
.pay_item_det_blk.order_failed {
    padding: 26px 0px;
}
 .video_preview {
            height: auto;
            width: 50px;
        }
img.FIle_sizse.render_video.previe_img {
    width: 24px;
    /* left: 29%; */
}
a.video_tube_icon.preview_video_icon {
    z-index: 1;
    position: absolute;
    top: 31.5%;
    left: 14.2%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
/************************************* css changes on 19/11/2021 - Ends *******************************************/

/************************************* css changes made by shivam on 22/11/2021 *******************************************/

*{
    margin: 0;
    padding: 0;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #F0C345;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #F0C345;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #F0C345;
}

/************************************* css changes made by shivam on 22/11/2021 ends *******************************************/

/*********************** review rating css *******************************/
.review_form .rate {
    float: none;
    height: auto;
    padding: 0;
    justify-content: flex-end;
    flex-direction: row-reverse;
    display: flex;
}
.review_form .rate > label {
    padding-bottom: 5px;
    pointer-events: auto;
    padding-top: 2px;
}
/*********************** review rating css - Ends *******************************/

.form-control[readonly] {
    background-color: #F3F3F8 !important;
}

/************************************** user dashboard css changes on 26/11/2021 ***********************************************/
/******* menu **********/
body.dashboard_class {
    background-color: #fff !important;
}
body .dashboard_blk.dashboard_menu {
    padding: 18px 0 0px 0px;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 40px;
}
.dashboard_menu .dash_nav {
    margin: 0 !important;
    border-bottom: none !important;
}
.dash_nav.nav-tabs .nav-link {
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 17px;
    color: #262626;
    font-weight: 400;
}
.dash_nav.nav-tabs li a.active {
    font-weight: 700;
}
.nav-tabs.dash_nav li a.active::after {
    width: 100%;
}
.dash_nav.nav-tabs .nav-link:hover {
    color: var(--red_color);
}
/****** menu *******/

.user_dashboard_header {
    padding: 0px 0 0 0 !important;
}
.user_dashboard_header h1 {
    font-size: 37px;
    font-weight: 400;
    line-height: 43px;
    margin-bottom: 31px;
}
.dash_con_blk  .sub_order_wish {
    margin: 0 -9px;
}
.dash_con_blk  .sub_order_wish >div {
    padding: 0 9px 40px 9px;
}
.sub_order_wish .subscrip_blk {
    background-color: #F3F3FF;
}
.sub_order_wish .ordert_blk {
    background-color: #FFEFE9;
}
.sub_order_wish .whish_blk {
    background-color: #ECF1E9;
}
.sub_order_wish .col_blk {
    padding: 22px 24px;
    border-radius: 8px;
}
.sub_order_wish .col_blk h4 {margin-bottom: 0;}
.sub_order_wish .col_blk h5 {margin-bottom: 10px;}
.mt-40 {
    margin-top: 40px;
}
.margin_top_47px {
    margin-top: 47px;
}
.my_subscript_blk svg {
    width: 12px;
    margin-right: 11px;
}
.my_subscript_blk h5 {
    margin-bottom: 23px;
}
body .my_sub_li span {
    font-size: 12px;
    line-height: 14px;
    display: block;
}
.validity {
    margin-bottom: 5px;
}
body .my_sub_li span.fw-bold {
    line-height: 15px;
}
.validity img {
    width: 10px;
    margin-right: 6px;
}
.my_sub_li {
    padding: 14px 17px;
    background-color: #fff;
    border: 1px solid #F3F3F3;
    border-radius: 0px 8px 8px 0;
    box-shadow: 2px 2px 2px #0000001a;
    margin-bottom: 12px;
    position: relative;
}
.address_blk {
    border-radius: 4px;
       box-shadow: 2px 2px 2px #0000001a;
    border: 1px solid #F3F3F3;
}
body .list_address_blk>.row {
    margin: 0 -11.5px;
}
body .list_address_blk>.row>* {
        padding: 0 11.5px 30px 11.5px;
}
.active.my_sub_li::after { 
    background-color: #50BB24;
}
.upcoming.my_sub_li::after { 
    background-color: var(--red_color);
}
.expired.my_sub_li::after { 
    background-color: #DF6835;
}
.my_sub_li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
}
.quarter_li h6 {
    margin-bottom: 3px;
}
.view_det {
    color: var(--red_color);
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
}
.view_det_arrow {
    width: 6px;
    margin-left: 9px;
}
.drag_add_address {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='2' ry='2' stroke='gray' stroke-width='1' stroke-dasharray='12%2c 12' stroke-dashoffset='12' stroke-linecap='square'/%3e%3c/svg%3e");
border-radius: 2px;
    background-color: #fff;
    padding: 30px 15px;
}
.drag_add_address .add {
    font-size: 55px;
    color: #262626;
    display: block;
    line-height: 45px;
}
.drag_add_address h5 {
    margin: 0;
}
.set_add_link {
    color: var(--red_color);
    font-size: 14px;
    line-height: 16px;
}

/******** my order css ***********/
.my_order_div {
    width: 100%;
    height: 100%;
    background-color: #F9F8FD;
    padding: 24px;
}
.margin_top_11px {margin-top: 11px;}
.my_order_div h5 {margin-bottom: 28px;}
.my_order_blk {
    border-bottom: 1px solid #e7e7e8;
    padding-bottom: 12px;
    margin-bottom: 16px;
}
.wishlist_empty {
    padding: 7px;
    font-size: 14px;
}
.wishlist_empty h6 {
    margin-bottom: 7px;
    margin-top: 17px;
}
.my_order_blk .left_images {
    width: 42px;
    height: 42px;
    border-radius: 5px;
}
.my_order_blk .right_content span {
    display: block;
    line-height: 19px;
}
.my_order_blk .right_content .order_date {
    line-height: 19px;
    margin-bottom: 6px;
}
.my_order_blk .right_content {
    width: calc(100% - 42px);
    padding-left: 10px;
}
.my_order_blk .right_content h6 {
    margin-bottom: 5px;
}
.my_order_blk .right_content h6 {
    margin-bottom: 5px;
}
.my_order_blk .left_images img {
   width: 100%;
   object-fit: cover;
   object-position: center;
    height: 100%;
    border-radius: 5px;
}
.margin_bottom_16px {
    margin-bottom: 16px;
}
.my_order_blk .right_content h6 a {
    color: #191919;
}
.view_adres_link {
    display: inline-block;
    padding-bottom: 40px;
}
/******** my order css - Ends ***********/
/************************************** user dashboard css changes on 26/11/2021 - Ends ***********************************************/


/************************* dashboard my order css on 26/11/2021 ***********************************/
.dash_my_order_blk {
  padding-top: 10px;
  padding-bottom: 50px;
}
.dash_my_order_blk .container-fluid {
    padding: 0px 135px 0 74px;
}
.dash_view_blk.view_order_blk .view_order {
  margin-bottom: 30px;
}

.category_btn.filter_btn {
  width: 100%;
  border-radius: 2px;
  font-size: 13px;
  line-height: 15px;
  padding: 7.5px;
}

.dash_my_order_blk .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dash_my_order_blk .dash_order_filter .form_container {
    width: 100%;
    padding: 0 15px 0 0;
}

.dash_my_order_blk .dash_order_filter .form_container .form-control {
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  font-size: 14px !important;
  line-height: 16px !important;
  margin-bottom: 20px;
  padding: 7px 10px 6px 10px;
}

.dash_my_order_blk .view_order_blk {
  padding-top: 0;
  width: calc(100% - 225px);
  padding-left: 27px;
}

.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .image {
  width: 70px;
  padding: 10px;
  background-color: #f7f8fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;

}

.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .image img {
     width: 100% !important;
     border-radius: 5px;
     -o-object-fit: cover;
     object-fit: contain;
     -o-object-position: center;
     object-position: center;
 
}

.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .left {
  width: 100%;
      flex-wrap: wrap;
      padding: 0;
      position: relative;
}

.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .content {
  padding-left: 21px;

      width: calc(100% - 70px);
}

.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .content h5 {
  margin-top: 0px;
  margin-bottom: 3px;
}

.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .content span {
  display: block;
  color: #262626;
}

.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .total_order {
  padding-top: 10px;
      position: absolute;
        top: 10px;
    width: 15%;
       right: 0;
    text-align: right;
}

.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .total_order span {
  display: block;
  margin-bottom: 0px;
}

.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .right {
  padding-top: 11px;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .right button {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  padding: 9px 4px;
}

.margin_top_10px {
  margin-top: 10px;
}

.dash_order_filter {
  width: 225px;
  border-right: 1px solid #e5e5e5;
}
.dash_order_filter .down-arrow::after {
    top: 11px;
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .left .order_lefrt_blk {
    width: 100%;
    align-items: flex-end;
}
.order_review_btn .write_rev_btn {
    font-size: 13px;
    line-height: 15px;
        width: 148px;
    font-weight: 400;
    padding: 9px 4px;
}
.placed_order a {
    margin-left: 10px;
    text-decoration: underline;
}
.left_order {
    width: calc(100% - 30%);
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .left .order_lefrt_blk:not(:last-child) {
    padding-bottom: 15px;
}
.product_file_div .video_blk video {
    width: 100%;
    height: 100%;
}
.my_order_blk .right_content h6 span {
    font-size: 14px;
    line-height: 19px;
    color: #191919;
    display: inline-block;
}
.my_order_blk .right_content h6 span:not(:last-child)::after {
    content: "-";
    padding-left: 5px;
    padding-right: 5px;
}
/************************* dashboard my order css on 26/11/2021- Ends ***********************************/
/************************* dashboard my wishlist css on 26/11/2021 ***********************************/
.dash_my_wish_blk.dash_my_order_blk .container .view_order_blk {
  padding-left: 0;
  margin: 0 auto;
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .content.wish_right_blk h5 a {
    color: #111;
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .content.wish_right_blk h5 {
    margin-top: 0;
}
.your_wish_heading {
  display: block;
}
.cursor-pointer {
    cursor: pointer;
}
.content.wish_right_blk .quantity .star .star_count {
    display: flex !important;
    align-items: center;
}
.content.wish_right_blk .quantity .star .star_count span {
    padding-left: 5px;
}
.order_pla_detail.wish_pla_detail .total_order {
    position: static !important;
    padding-right: 10px;
}
.content.wish_right_blk .quantity, .content.wish_right_blk .quantity .star {
    width: 100%;
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail.wish_pla_detail .left {
    width: 60%;
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail.wish_pla_detail .total_order {
    width: calc(40% - 148px);
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .video_tube_icon img {
    width: 26px;
    height: 26px;
}
.dash_my_order_blk .view_order_blk.dash_view_blk  .left_order .video_blk video {
    width: 76px;
    height: 76px;
    border-radius: 5px;
}
/************************* dashboard my wishlist css on 26/11/2021 - Ends ***********************************/


/************************* dashboard my suscription css on 29/11/2021 ***********************************/
.padding_btm_14px {padding-bottom: 14px;}
.my_sub_li li:not(:last-child) {
    padding-right: 10px;
}
.recently_ended {
    display: block;
}
.category_btn.renew_btn {
    font-size: 13px;
    line-height: 15px;
    padding: 9.5px 23px;
}
.dash_order_filter span {
    display: block;
}
.padding_top_38px {
    padding-top: 38px;
}
.dash_my_order_blk.dash_my_sub_blk .view_order_blk {
    padding-left: 25px;
}
/************************* dashboard my suscription css on 29/11/2021 - Ends ***********************************/


/******************** css changes on 30/11/2021 ***************************/
.crse_clock_blk img {
    width: 12px !important;
}
.star_img {
    width: 11px !important;
}
.manage_address .breadcrumb_div {
    align-items: center !important;
}
.dashboard_blk.dashboard_menu + .profile_con_blk.add_address_blk {
    padding-top: 10px;
}
.order_pla_detail .video_blk video {
    width: 76px;
    height: 76px;
    border-radius: 5px;
}
body .my_sub_li span a {
    cursor: pointer;
}
.profile_con_blk.add_address_blk {
    padding-top: 0;
}
body .profile_con_blk.add_address_blk .container {
    border: 1px solid #F3F3F3;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #0000001a;
}
.cross_blk > a {
    display: flex;
       width: 30px;
    height: 30px;
    border: 1px solid #D0D0D0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 25px;
        color: #000;
    opacity: 70%;
    font-size: 18px;
}
.list_img img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important; 
    object-position: center;
}
.list_img a {
    height: 150px;
    display: block;
    width: 100%;
}
.category_btn {
    display: inline-block;
}
.category_btn.disabled {
    background-color: #ddd;
    color: #000;
}
.list_img .video_tube_icon img {
    width: 38px !important;
    height: 38px !important;
}
.list_img a.video_tube_icon {
    width: auto;
    height: auto;
}
.order_card {
    


    border-bottom: 1px solid #e5e5e5 !important;
}
.placed_order {
    display: inline-block;
}
.padding_15px {
    padding: 15px !important;
}
.padding_12px {
    padding: 12px !important;
}
.margin_btm_20px {
    margin-bottom: 20px;
}
.margin_btm_12px {margin-bottom: 12px; }
/******************** css changes on 30/11/2021 - Ends ***************************/
/***************** delete modal popup *********************/
.modal.delete_modal {
        background-color: rgba(0, 0, 0, 0.63);
}
.modal.delete_modal .modal-dialog .modal-body {
    padding: 20px 15px;
}
.delete_modal .modal-footer button {
    margin: 0;
}
.delete_modal .modal-footer .btn_cancel {
    font-weight: 400;
    padding: 11px 17px;
    margin: 0 0 0 15px;
}
.modal.delete_modal .modal-dialog .modal-body p {
    margin-bottom: 0px;
}
.modal.delete_modal .modal-dialog {
    max-width: 500px;
}
.modal.delete_modal .modal-dialog  .modal-content {
        background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}
.delete_modal .modal-footer {
    border-top: 1px solid #E9E2FE;
    justify-content: flex-start;
    padding: 15px;
}
/***************** delete modal popup - Ends *********************/

/************** cart msg ***************/
body .alert-success {
    color: #168B20;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
body .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
body .alert-danger {
    color: #A41818;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
body .card_message {
  -webkit-transition: opacity 1s ease;
      border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px #0000001a;
  transition: opacity 1s ease;
  z-index: 99;
  border-radius: 4px;
  width: auto;
  margin: 0;
  position: fixed;
  bottom: 30px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .card_message.alert-info {
    bottom: 120px;
}
body .card_message.alert-info .btn-info {
    margin-top: 10px;
    margin-right: 10px;
}
/************** cart msg Ends ***************/
/*******************Tracking css*******************/


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.10rem
}

.card-header:first-child {
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.track {
    position: relative;
    background-color: transparent;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-top:0px;
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: 0px;
    padding-top: 35px;
    text-align: center;
    position: relative
}

.track .step.active:before {
    background: var(--red_color);
}

.track .step::before {
    height: 25px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    z-index: 2;
    top: 0px
}

.track .step.active .icon {
    background: transparent;
}

.track .icon {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 40px;
        z-index: 3;
    position: relative;
    border-radius: 100%;
    background: transparent;
}

.track .step.active .text {
    font-weight: 400;
    color: #000
}

.track .text {
        margin-top: 0;
    text-transform: uppercase;
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.img-sm {
    width: 80px;
    height: 80px;
    padding: 7px
}

ul.row,
ul.row-sm {
    list-style: none;
    padding: 0
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

.btn-warning {
    color: #ffffff;
    background-color: #ee5435;
    border-color: #ee5435;
    border-radius: 1px
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #ff2b00;
    border-color: #ff2b00;
    border-radius: 1px
}
/******************************* css changes on 03/12/2021 ****************************************/
.view_order_blk.dash_view_blk .order_detail_table {
    padding-top: 0;
}
.category_btn:hover {
    color: #fff;
}
.student_seach_list {
    width: 100%;
}
.owl-carousel .owl-item .crse_img img {
    object-fit: contain;
    object-position: center;
}
.quarter_li h6 a {
    color: #191919;
}
/******************************* css changes on 03/12/2021 - Ends ****************************************/

/******************************* css changes on 03/12/2021 ****************************************/
.view_order_blk.dash_view_blk .order_detail_table {
    padding-top: 0;
}


/****************************** header css changes on 07/12/2021 ***************************************/
.home_header .container-fluid.header_one {
    padding: 17px 34px;
}
.home_header .search_form form .search_img {
    position: absolute;
    right: 20px;
    width: 15px;
    margin-right: 0;
}
/****************************** header css changes on 07/12/2021 - Ends ***************************************/
.category_btn:hover {
    color: #fff;
}
.student_seach_list {
    width: 100%;
}
.owl-carousel .owl-item .crse_img img {
    object-fit: contain;
    object-position: center;
}
.quarter_li h6 a {
    color: #191919;
}
.category_img img {
    object-fit: cover;
    object-position: center;
}
.home_sign_in.red_bg a {
    color: var(--white_color);
}
.product_bor_top {
    border-top: 1px solid #E5E5E5;
}
.get_product_blk .row {
    margin: 0 -10px;
}
.get_product_blk .row>div {
    padding: 0 10px;
}
.get_product_blk .crse_det {
    border: 1px solid rgba(0,0,0,0.1);
}
.get_product_blk .crse_img {
    height: 184px;
        text-align: center;
    padding: 0;
}
.crse_img a {
    background-color: #f7f8fa;
    padding: 15px;
}
.get_product_blk .crse_img img {
    object-fit: contain;
    object-position: center;
   width: 100% !important;
    margin: 0 auto !important;
    background-color: transparent;
}
.get_product_blk .crse_content .digital {
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    margin-bottom: 4px;
}
.get_product_blk .crse_content .star .rating__label {
    font-size: 12px;
    line-height: 10px !important;
}
.get_product_blk .crse_content h6 {
    margin-bottom: 8px;
}
.addto_cart_div .add_cart {
     width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
        background: transparent;
    border: none;
    justify-content: center;
    align-items: center;
    position: relative;
}
.crse_det:hover .addto_cart_div .add_cart::after {
    transform: scale(1);
    background: var(--red_color);
}
.crse_det .addto_cart_div .add_cart:hover::after {
    transform: scale(1);
    background: var(--black_color);
}
.crse_det:hover .addto_cart_div .add_cart svg path, .crse_det:hover .addto_cart_div .add_cart svg circle {
    stroke: #fff;
}
.addto_cart_div .add_cart::after {
    content: "";
    width: 40px;
        background: transparent;
    height: 40px;
    position: absolute;
    top: 0;
    display: block;
    border-radius: 50%;
    transform: scale(0);
    z-index: s1;
    transition: transform .2s,background .2s;
}
.addto_cart_div .add_cart svg {
    width: 20px;
        position: relative;
    z-index: 2;
}
.prod_wish_blk {
    position: absolute;
    top: 24px;
    width: auto;
    height: auto;
    right: 18px;
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    opacity: 0;
    will-change: transform;
    transform: translateX(100%) translateX(6px);
}
.crse_det:hover .prod_wish_blk {
    transform: none;
    opacity: 1;
}
.prod_wish_blk .pro_wish_btn {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prod_wish_blk .pro_wish_btn {
    background: none;
    border: none;
    width: auto;
    cursor: pointer;
    height: auto;
}
.prod_wish_blk .pro_wish_btn:hover svg path {
    stroke: #000;
}
.prod_wish_blk .pro_wish_btn:hover svg text {
    fill: #000;
}
.prod_wish_blk .pro_wish_btn svg {    width: 16px;
    height: 16px;}
.prod_wish_blk a:hover {
    background-color: #f2f2f2;
}
.category_row .category_col h6 {
    margin: 9px 0 1px 0;
    font-weight: 700;
}
.crse_content .star {
    margin-top: 8px;
    margin-bottom: 6px;
}
.home_header .search_form form .search_img {
    cursor: pointer;
}
.star .star_count>span {
    padding-left: 5px;
}
.pad_btm_10px {
    padding-bottom: 20px !important;
}
.crse_img .video_blk {
    width: 100%;
    height: 100%;
}
.crse_img .video_blk a {
    display: block;
    height: 100%;
    text-align: center;
}
.get_product_blk .crse_content h6 a {
    color: var(--text_bla_color);
}
.crse_content p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
}
.crse_content .time_hrs_blk {
    margin-top: 2px;
}
.audio_div .crse_content .star {
    margin-bottom: 0;
}
.crse_content .available {
    margin-top: 5px;
    margin-bottom: 8px;
}
.addto_cart_div {
    margin-left: auto;
    margin-right: 0;
}
.addto_cart_div.disabled button {
    pointer-events: none;
}
.crse_det:hover .addto_cart_div.disabled .add_cart::after {
    opacity: 0.5;
}
.list_ul>li>a {
        margin-bottom: 10px;
    font-size: 14px;
    display: block;
    line-height: 19px;
    font-weight: 700;
    color: var(--text_bla_color);
}
.list_ul>li>ul>li:not(:last-child) {
    margin-bottom: 8px;
}
.list_ul>li>ul>li>a {
     font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: var(--text_bla_color);
}
.profile_circle_img, .profile_circle_img img {
    padding: 0;
}
.profile_blk.log_profile_blk span {
    width: calc(100% - 30px);
    color: var(--white_color);
}
.login_part {
    flex-wrap: wrap;
}



/*************************** menu css ******************************/
.head_rgt_width {
    width: 220px;
}
.search_form {
    width: 100%;
}
.home_header .left_header.head_left_width {
    width: calc(100% - 220px);
    justify-content: space-between;
    padding-right: 4px;
}
.after_rgt_head_wid {
    width: 200px;
}
.home_header .left_header.after_left_head_wid  {
    width: calc(100% - 200px);
    justify-content: space-between;
    padding-right: 30px;
}
.all_cat_sel {
    position: absolute;
    right: 50px;
    text-align: left;
    border: none;
    background: none;
    top: 0;
    font-size: 16px;
    height: 45px;
    color: #1D1927;
    width: 135px;
    font-weight: 400;
}
header.header_menu_blk .container {
    padding: 0px 15px;
}
.overlay_menu {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0.3;
    background-color: var(--white_color);
    top: 0;
    left: 0;
}
.header_menu_blk {
    position: relative;
}
header .head_menu.menu>li>a {
    display: none;
}
header .head_menu.menu>li {
    margin: 0;
}
.menu {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    margin-right: 55px;
    font-size: 16px;
    line-height: 22px;
}
.menu_sub_li li {
     margin-right: 0px;
    font-size: 16px;
    line-height: 22px;
}
.menu_sub_li li a {
    font-size: 16px;
    color: var(--white_color);
    position: relative;
    display: block;
    line-height: 22px;
    padding: 15px 0px;
}
.menu>li {
    margin-right: 55px;
    font-size: 16px;
    line-height: 22px;
}
.maxw_maxcontent {
    width: max-content;
    min-width: max-content;
}
.others_main_menu ul.others_sub_menu {
    right: 0 !important;
    left: auto !important;
    width: max-content;
    top: 0;
    position: absolute;
    opacity: 0;
}
.others_main_menu>li a:hover + ul.others_sub_menu {
    z-index: 222;
    opacity: 22;
}
.others_li_menu li.list_menu:hover ~ .side_sub_menu {
    z-index: 222;
    opacity: 22;
} 
.pr_0 {
    padding-right: 0px !important;
}
.side_sub_menu.others_sub_menu.ramesh {
    opacity: 22;
    z-index: 12;
}
.others_li_menu li a {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 10px;
    display: block;
    color: var(--text_bla_color);
}
.others_li_menu li a:hover {
    color: var(--red_color) !important;
}
.side_sub_menu {
    box-shadow: 0px 3px 6px #00000029 ;
    transition: opacity 200ms ease-in-out;
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: auto;
    top: 0;
    background-color: var(--white_color);
    width: 506px;
    padding: 10px 15px;
    right: -500px;
    height: 100%;
    overflow: auto;
}
.side_sub_menu li a{
    font-size: 14px;
    line-height: 22px;
    padding: 5px 10px;
    display: block;
    color: var(--text_bla_color);
}
li.others-container .sub_menu {
    width: 500px;
    right: 0 !important;
    left: auto;
}
.menu_sub_li {
    padding-left: 0;
}
.menu>li>a.active {
    font-weight: 400;
    color: var(--white_color);
}
.menu>li>a {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0px;
    display: block;
    color: #D0D7E1;
    position: relative;
}
.menu_sub_li>li:hover>a::after {
    content: "";
    display: block;
    background-color: var(--white_color);
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
}
.menu>li:hover>a::after, .menu>li>a.active::after {
    content: "";
    display: block;
    background-color: var(--red_color);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
}
.sub_menu>li>a {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 10px;
    display: block;
    color: var(--text_bla_color);
}
.menu>li:hover .sub_menu {
   z-index: 22;
   opacity: 1;
}
.sub_menu {
-webkit-box-shadow: 0px 3px 6px #00000029 !important; 
            box-shadow: 0px 3px 6px #00000029;
    transition: opacity 200ms ease-in-out;
       position: absolute;
       z-index: -1;
       opacity : 0;
       left: 0;
    top:52px;
    background-color: var(--white_color);
    width:max-content !important;
    padding: 10px 15px;
}
/*************************** menu css - Ends ******************************/


/*********************************** product detail css ************************/
span.star_rate span {
    padding-left: 5px;
}
.product_detail_card .product_det_lft {
    width: 238px;
    flex-wrap: wrap;
}
.product_detail_card {
    display: flex;
    flex-wrap: wrap;
}
.product_card {
    /* box-shadow: 0px 3px 6px #00000029; */
    padding: 30px 25px;
    border: 1px solid rgba(0,0,0,0.1);
}
.product_detail_card .product_det_rgt {
    width: calc(100% - 238px);
    padding-left: 35px;
}
.product_det_blk .row>div {
    padding-bottom: 20px;
}
.pro_det_rgt_col .product_det_rgt h2 {
    margin-bottom: 15px;
}
.quantity_sel {
    width: 80px;
    position: relative;
    padding-left: 5px;
}
.quantity_sel .form-control {
    height: 26px;
    text-align: center;
    padding: 5px 25px;
    position: relative;
    z-index: 1;
    border: none;
    border-radius: 0;
    background: #ebebeb;
}
.quantity_sel .minus_qua {
    left: 3px;
}
.quantity_sel .minus_qua::after {
    width: 8px;
    content: "";
    position: absolute;
    opacity: 0.3;
    height: 2px;
    background-color: rgb(38, 38, 38);
}
.quantity_sel .plus::after {
    width: 8px;
    opacity: 0.3;
    height: 2px;
    background-color: rgb(38, 38, 38);
    position: absolute;
    display: block;
    content: "";
}
.quantity_sel .plus::before {
    width: 2px;
    opacity: 0.3;
    height: 8px;
    background-color: rgb(38, 38, 38);
    position: absolute;
    display: block;
    content: "";
}
.quantity_sel .plus {
    right: 3px;
}
.quantity_sel span {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 20px;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    width: 8px;
    z-index: 2;
}
.wish_anc svg {
    height: 20px;
}
.product_add_cart .add_cart svg, .wish_anc svg {
    width: 20px;
}
.wish_anc:hover svg path {
    fill: var(--black_color);
}
.wish_anc:hover {
    background: #f5f5f5;
}
.pro_quan_btn {
    margin-top: 10px;
}
.wish_anc {
    display: flex;
    width: 45px;
    height: 45px;
    background: transparent;
     border-radius: 50%;
    justify-content: center;
    transition: background .15s;
    align-items: center;
}
.product_add_cart .add_cart:hover {
    background: var(--black_color);
}
.product_add_cart .add_cart {
    width: 45px;
    height: 45px;
    border: none;
    display: flex;
    border-radius: 50%;
        transition: background .15s;
    justify-content: center;
    align-items: center;
    background: var(--red_color);
}
.sign_in_link {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.35px;
    font-weight: 400;
        display: flex;
    align-items: center;
    color: var(--white_color);
}
.sign_in_link:hover {
     color: var(--white_color);
}
.sign_in_link img {
    margin-right: 10px;
}
/*********************************** product detail css - Ends ************************/
/******************************* css changes on 03/12/2021 - Ends ****************************************/


/************************************ css changes on 09/12/2021 ***************************************/
.left_ban h6 {
    margin-bottom: 13px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
}
.banner_sec .left_ban h1 {
    font-size: 36px;
    line-height: 44px;
    width: 90%;
    margin-bottom: 23px;
}
.left_ban h3 {
    font-weight: 400;
    margin-bottom: 38px;
}
.dropdown-menu .profile_name {
    padding: 0 0 10px 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
}
.product_det_lft .full_view_imge>div .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.product_det_rgt h2 {
    margin-bottom: 5px;
}
.product_det_lft .full_view_imge>div .carousel-item {
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.product_det_rgt p {
    margin-bottom: 20px;
}
.product_det_rgt .key_features_blk h6 {
    margin-bottom: 9px;
    font-weight: 500;
}
.key_fea_ul {
    padding-left: 19px;
    margin-bottom: 0;
}
.key_fea_ul li {
    margin-bottom: 5px;
    list-style: disc;
    color: #999;
    font-size: 14px;
    line-height: 19px;
}
.key_fea_ul li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #999;
}
.product_det_rgt span {
    font-size: 14px;
    line-height: 16px;
}
.product_card h1 {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 35px;
}
.key_spec_ul li {
    display: flex;
    padding: 8px 0;
}
.key_spec_ul li span:first-child {
    font-weight: 500;
    padding-right: 10px;
}
.key_spec_ul li span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    width: 50%;
}
.key_spec_ul {
    margin-bottom: 20px;
    padding-left: 0;
}
.margin_btm_10px {
    margin-bottom: 10px;
}
.wish_link {
    display: flex;
    width: auto;
    align-items: center;
    border: none;
    justify-content: center;border-radius: 4px;
    text-decoration: underline;
    background: transparent;
}
.add_cart {
    padding: 8px 8px;
    background: #dbdbdb;
    transition: background .15s;
    border: none;
        border-radius: 4px;
}
.add_cart svg {
    width: 20px;
}
.add_cart span {
       padding-left: 0px;
     font-size: 13px;
    line-height: 20px;
}
.wish_link:hover svg path {
    stroke: var(--text_bla_color);
}
.wish_link:hover svg text {
    fill: var(--text_bla_color);
}
.wish_link span {
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding-left: 0;
    font-weight: 500;
    margin-left: 20px;
}
.product_review_blk ul {
    border-bottom: 1px solid #e5e5e5 !important;
justify-content: flex-start;
    padding: 0 25px;
}
.product_review_blk .tab-content {
    padding: 30px 25px;
}
.product_review_blk ul li a.active::after, .product_review_blk ul li a:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--red_color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.product_review_blk ul li a.active, .product_review_blk ul li a:hover {
    color: var(--text_bla_color);
}
.product_review_blk ul li a {
    font-size: 16px;
    color: var(--default_color);
    position: relative;
    font-weight: 400;
    line-height: 19px;
        padding: 16px 0;
        display: block;
            text-transform: capitalize;
}
.rating_review_blk h4 {
    margin-bottom: 15px;
}
body .description_tab p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}
.review_blk span {
    font-size: 14px;
    line-height: 17px;
}
.frre_ship_sup {
    padding: 0;
    margin: 0;
}
.frre_ship_sup li {
    margin-bottom: 20px;
}
.frre_ship_sup li span {
    display: block;
    font-size: 14px;
    line-height: 19px;
}
.crse_content .star {
    margin-bottom: 5px !important;
}
.cer_crse_det .row>.col-md-4 {
    width: calc(244px + 20px);
}
.product_det_rgt h6.author_name {
    margin-bottom: 10px;
}
.category_col:nth-child(1) .category_img {
    background: #FEFCE8;
}
.category_col:nth-child(2) .category_img {
    background: #EFFFF5
}
.category_col:nth-child(3) .category_img {
    background: #FFF7F3;
}
.category_col:nth-child(4) .category_img {
    background: #F5E9FF;
}
.category_col:nth-child(5) .category_img {
    background: #FCEAEC;
}
.category_col:nth-child(6) .category_img {
    background: #ECF8FE;
}
.list_ul>li>input {
    display: none;
}
.list_ul ul>li {
    position: relative;
}
.list_ul ul>li input {
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transform: translateY(-50%);
}
.margin_btm_25 {
    margin-bottom: 25px;
}
.filter_rev_blk p {
    margin-bottom: 0;
}
.filter_rev_blk a:not(:last-child) p, .filter_rev_blk>div.star p {
    margin-bottom: 8px;
}
.filter_rev_blk>a {
    display: inline-block;
}
.mb_8 {
    margin-bottom: 8px !important;
}
.price_ul {
    padding: 0;
}
.margin_btm_15 {
    margin-bottom: 15px;
}
.min_max_price input {
    height: 40px;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #e5e5e5;
}
.exp_all_crse_btn.go_btn {
    padding: 10px;
}
.min_max_price>div:first-child {
    width: calc(100% - 42px);
    padding-right: 10px;
}
.min_max_price>div:first-child>div {
    width: calc(50% - 10px);
}
.product_det_blk button {
    font-size: 14px !important;
    line-height: 19px !important;
}
.exp_all_crse_btn.buy_now {
    padding: 10.5px 13px;
}
.pr_10 {
    padding-right: 10px;
}
.pl_10 {
    padding-left: 10px;
}
.rating_blk span {
    display: block;
}
.home_sign_in.add_review_btn {
    background-color: #dbdbdb;
    font-weight: 400;
    color: var(--text_bla_color);
}
.auth_amut, .auth_amut h5 {
    display: flex;
    align-items: center;
}
.shipping_blk {
    padding: 30px 0;
}
.shipping_blk h2 {
    margin-bottom: 15px;
}
.pl_5 {
    padding-left: 5px !important;
}
.review_btm span, .review_btm form {
    display: block;
    white-space: nowrap;
    word-break: break-word;
}
body .btn-success, body .btn-success:hover {
    background-color: #56DF95;
    border-color: #56DF95;
        color: #094c0c;
}
body .btn-danger, body .btn-danger:hover {
    background-color: #FF6464;
    border-color: #FF6464;
    color: #3e0f0f;
}
.exp_all_crse_btn.ship-address {
    padding: 10px;
}
.frre_ship_sup>li>img {
    margin-right: 20px;
    width: 38px;
}
.frre_ship_sup>li>div {
    width: calc(100% - 58px);
}
.in_stock {
    margin-left: 25px;
    padding-left: 15px;
    position: relative;
}
.in_stock::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background: #168b20;
    border-radius: 50%;
}
.view_cart_list .view_cart:first-child {
    padding-top: 0;
}
.margin_left_15 {
    margin-left: 15px;
}
.review_order {
    padding: 30px 0;
}
.margin_btm_15 {
    margin-bottom: 15px !important;
}
.margin_btm_20 {
    margin-bottom: 20px !important;
}
.pre_address {
    display: flex;
    flex-direction: column;
}
.view_cart_list.review_order_list {
    padding: 30px 0 0 0;
}
button {
    cursor: pointer;
}
.margin_top_20 {
    margin-top: 20px;
}
.view_cart_list.review_order_list.con_ship_blk.confirmtion_blk {
    padding: 0;
}
.confirmtion_blk .address_blk {
    margin-bottom: 20px;
}
body hr {
    margin: 0 0 20px 0;
    background-color: #e5e5e5;
    opacity: 1;
}
.filter_blk {
    /* background-color: #F7F8FA;
    padding: 20px; */
}
.product_det_rgt.product_card h1 {
    margin-bottom: 20px;
}
.product_det_blk + .student_searh {
    padding-top: 10px;
}
.text-underline {
    text-decoration: underline;
}
.key_spec_ul li.heading_li {
    padding: 0;
}
.key_spec_ul li.heading_li h3 {
    margin-bottom: 20px;
}
.apply_coupon {
    margin-top: 25px;
}
body .apply_coupon .coupon_blk .form-control {
    width: 100%;
}
.padding_top_84px {
    padding-top: 84px;
}
.padding_top_88px {
    padding-top: 118px;
}
.tab_process .cart_icon svg {
    height: 20px;
    width: 20px;
}
.tab_process .cart_icon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.tab_process {
    position: relative;
    background: #e5e5e5;
    height: 2px;
    width: 100%;
}
.tab_process .overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: var(--red_color);
}
.address_blk.revie_shipping_add {
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
}
.trans_suc_blk {
    border-radius: 4px;
    background-color: #D9FFE3;
    border: 1px solid #15db25;
    padding: 20px 25px;
}
.trans_suc_blk .tran_det {
    padding-left: 15px;
}
.trans_suc_blk .tran_det h5 {
    margin-bottom: 5px !important;
}
.trans_suc_blk .tran_det h6 {
    margin-bottom: 12px;
    word-break: break-word;
}
.view_cart_list.review_order_list.confirmtion_blk .confirm_order h5 + h5 {
    display: none;
}
.margin_btm_30 {
    margin-bottom: 30px !important;
}
.shipping_meth {
    padding-left: 30px;
}
.exp_all_crse_btn.print_receipt.print_page {
    padding: 0;
    border: none;
    background: none;
    color: var(--red_color);
}

.trans_suc_blk.trans_fail_blk {
    background-color: #ffeeed;
    border: 1px solid var(--red_color);
}
.trans_suc_blk img {
    width: 45px;
}
.order_pla_detail .star .rating__label {
    font-size: 12px;
    line-height: 12px;
}


@media print {
    *{ color-adjust: exact;  -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .search_form {
        display: none;
    }
    .container {width: 100% !important; max-width: 100% !important;}
    .home_header .left_header.after_left_head_wid {
        justify-content: flex-start;
    }
    .view_cart_blk {
        padding: 30px 15px;
    }
    .order.col-md-3 {
        width: 25%;
    }
}

@media only screen and (min-width: 1200px) {
    .product_det_blk .row>div.pro_det_rgt_col, .rgt_width_blk {
        width: 300px;
    }
    .product_det_blk .pro_det_lft_col, .left_width_blk  {
        width: calc(100% - 300px);
    }
    .side_menu {
        display: none;
    }
}
/************************************ css changes on 09/12/2021 - Ends ***************************************/
/*********Removing up and down arrows from add to cart page 12-14-02021**********/
        input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
  
        input[type=number] {
            -moz-appearance: textfield;
        }
/*********Removing up and down arrows from add to cart page 12-14-02021 ends**********/


/************************ banner css **************************/
.banner_sec >.carousel, .banner_sec .carousel-item, .banner_sec .carousel-inner {
    height: 100%;
}
body .carousel-control-next {
    right: -25px;
    opacity: 1 !important;
}
body .carousel-control-prev {
    left: -25px;
    opacity: 1 !important;
}
.payment_ul-error.error {
    width: 100%;
    padding: 0 15px;
    margin-top: 10px;
}
.view_cart .digital {
    margin-top: 5px;
}
.get_product_blk .crse_img.Ebooks img {
    width: 101px !important;
    height: 100% !important;
}
.get_product_blk .crse_img.Audios img {
    width: 100% !important;
    height: 100%;
    object-position: top;
    object-fit: cover;
}
.get_product_blk .crse_img.Videos img {
    object-fit: cover;
    object-position: top;
}
.get_product_blk .crse_img.Videos a {
    padding: 0;
}
.get_product_blk .crse_img.Videos a {
    padding: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.crse_img.Audios a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.get_product_blk .crse_img.Magazines img {
    width: 120px !important;
}
.sub_order_wish .whish_blk.Audios {
    background-color: #FFD6B0;
}
.sub_order_wish .whish_blk.Magazines {
    background-color: #D5D5FF;
}
.sub_order_wish .whish_blk.Videos {
    background-color: #BEEBF6;
}
.sub_order_wish .whish_blk.Ebooks {
    background-color: #D2FAE5;
}
.dash_icon img {
    display: none;
}
.sub_order_wish .whish_blk .dash_icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
}
.sub_order_wish .whish_blk.Audios .dash_icon .audio_blk {
    display: block;
}
.sub_order_wish .whish_blk.Ebooks .dash_icon .book_blk {
    display: block;
}
.sub_order_wish .whish_blk.Magazines .dash_icon .maga_blk {
    display: block;
}
.sub_order_wish .whish_blk.Videos .dash_icon .video_blk {
    display: block;
}
.my_sub_li.Audios::after {
    background-color: #DB9350;
}
.my_sub_li.Physical::after {
    background-color: #B2D568;
}
.my_sub_li.Magazines::after {
     background-color: #9090EC;
}
.my_sub_li.Videos::after {
    background-color: #52BED8;
}
.my_sub_li.Ebooks::after {
    background-color: #6BD59D;
}
/************************ banner css - Ends **************************/


/************************ footer css  **************************/
footer {
    padding: 60px 0;
}
.footer_top_site>.row>div:not(:last-child) .footer_blk {
    margin-bottom: 30px;
}
.footer_blk h6 {
    margin-bottom: 22px;
}
.footer_links>li:not(:last-child) {
    padding-bottom: 9px;
}
.footer_top_site {
    padding-bottom: 30px;
}
.footer_bottom_site {
    border-top: 1px solid #30435E;
    padding-top: 20px;
}
footer .logo {
    text-transform: uppercase;
    margin-bottom: 5px;
    width: auto;
    display: inline-block;
    line-height: 18px;
    font-size: 19px;
}
.margin_right_15px {
    margin-right: 15px;
}
.footer_links {
    margin-bottom: 0;
    padding: 0;
}
/************************ footer css - Ends **************************/

/********************************** css changes on 17/12/2021 ************************************/
.filter_blk ul li a:hover, .filter_blk ul li a:hover span, .list_ul>li>ul>li>a.active>span, .filter_rev_blk p:hover, .filter_blk ul li a.active, .filter_blk .filter_rev_blk .star.active p, .clear_ratings:hover a {
    color: var(--red_color) !important;
}
.review_form .form-control {
    font-size: 14px !important;
    line-height: 19px !important;
}
label.label_input {
    position: absolute;
    padding: 0 !important;
    left: 0;
    top: 2px;
}
.btn_cancel.cancel_btn {
    padding: 15px 35px;
}
.exp_all_crse_btn.save_btn {
    padding: 14.5px 35px;
}
ul.list_ul>li>a>span {
    font-weight: 700;
}
label.label_input input {
    appearance: none;
}
.list_ul>li>a>label {
    display: none;
}
label.label_input input:checked + span::after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-50deg);
    border-left: 2px solid var(--white_color);
    border-bottom: 2px solid var(--white_color);
}
label.label_input input:checked + span {
    background-color: var(--red_color);
    border: 1px solid var(--red_color);
}
label.label_input span {
    display: block;
    width: 13px;
    height: 13px;
    padding: 0 !important;
    border: 1px solid #e5e5e5;
}
.head_rat .star {
    margin-top: 0px;
}
.key_spec_ul li span.spec_val {
    text-align: right;
}
.product_det_blk .review_form .row>div {
    padding-bottom: 0;
}
body .change_quantity_physcial.form-control {
    font-size: 14px !important;
    line-height: 19px !important;
}
.key_spec_ul li span:nth-child(2) {
    text-align: right;
}
.coupon_form label {
    display: none;
}
.coupon_form {
    display: flex;
}
.coupon_form .form-group {
    width: 70%;
    padding-right: 15px;
    margin-bottom: 0;
}
.order_pla_detail .add_cart {
    padding: 8px 14px;
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .content span:first-child {
    margin-bottom: 3px;
}
.sub_btn_blk.col-md-1 {
    width: 87px;
}
.status_li.col-md-3 {
    width: calc(33% - 87px);
}
.my_sub_li + .recently_ended {
    margin-top: 40px;
}
.payment_suc_blk .trans_suc.trans_fail {
    border: none;
}
/********************************** css changes on 17/12/2021 Ends ************************************/

/************************* css changes on 20/12/2021 ********************************/
.page_header.noti_header {
    padding: 16px 0 10px 0;
}
.notification_sec.notification_sec_blk {
    padding: 0;
}
.nav-tabs.noti_tabs>li {
   padding-right: 40px;
}
.nav-tabs.noti_tabs {
    border-bottom: 1px solid #d2d2d2 !important;
    height: auto !important;
}
.request_sec .notification_sec_blk .nav-tabs.noti_tabs>li>a {
    width: auto !important;
    display: inline-block !important;
    padding: 15px 0 !important;
    color: var(--text_bla_color);
    font-weight: 400;
}
.notifi_list {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.notifi_list .rgt h6 {
    margin-bottom: 0;
}
.notifi_list .left_content h5 {
    margin-bottom: 0;
}
.notifi_list .left_content {
    padding-left: 21px;
}
.no_circle p {
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    background-color: var(--text_bla_color);
    border-radius: 50%;
    color: var(--white_color);
}
.view_notifi_list {
    padding: 15px 0;
}
.notifi_list:hover .delet_link, .notifi_list:focus .delet_link {
    display: block !important;
    width: auto;
    text-align: right;
}
.buy_form .exp_all_crse_btn {
    padding: 6px 10px;
}
.margin_top_10 {
    margin-top: 10px;
}
.order_detail_blk .view_cart:first-child {
    padding-top: 0px;
}
.request_sec .notification_sec_blk .nav-tabs.noti_tabs>li>a:hover {
    color: var(--red_color);
}
.order_cart {
    align-items: flex-end;
}
.category_btn.filter_btn {
    background-color: #4d4d4d;
}
/************************* css changes on 20/12/2021 - Ends ********************************/

/************************* css changes on 21/12/2021 ***********************************/
.text_white {
    color: var(--white_color);
}
.header_menu_blk .close {
    display: none;
}
.mobile_link {
    display: none;
}
/************************* css changes on 21/12/2021 - Ends ***********************************/

/************************* css changes on 22/12/2021 *********************************/
.plan_payment_suc_blk {
    padding: 50px;
}
.payment_trans {
    padding-left: 15px;
}
.payment_head {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.trans_det {
    padding-top: 30px;
}
.trans_det ul {
    padding: 0;
    margin: 0;
}
.trans_det ul li {
    display: flex;
}
.trans_det ul li .amount_li {
    width: 30%;
    padding-right: 10px;
    display: block;
}
.trans_det ul li .amount_det {
    width: 70%;
    display: block;
    word-break: break-word;
}
.trans_det ul li:not(:last-child) {
    padding-bottom: 15px;
}
.payment_button {
    padding-bottom: 20px;
}
.pay_suc_height {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 139px);
    height: 100%;
}
.logo_text a, .logo_text {
    white-space: nowrap;
}
.category_img a {
    display: block;
}
.get_product_blk .crse_img.Videos .img_blk {
    width: 100%;
}
/************************* css changes on 22/12/2021 - Ends *********************************/

/**************************** css changes on 24/12/2021 ********************************/
.get_product_blk .crse_img img.audio_play_icon, .get_product_blk .crse_img img.video_play_icon {
    display: none;
    width: 25px !important;
    height: auto;
}
.get_product_blk .crse_img .img_blk {
    height: 100%;
}
.get_product_blk .crse_img.Videos .img_blk {
    width: 100%;
    height: 100%;
}
.get_product_blk .crse_img .img_blk .video_audio_icon {
    position: absolute;
    z-index: 9;     
    cursor: pointer;
}
.get_product_blk .crse_img.Videos .img_blk .video_audio_icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.get_product_blk .crse_img.Videos .img_blk .video_play_icon {
    display: block;
}
.get_product_blk .crse_img.Audios .img_blk {
    width: 100% !important;
    height: 100%;
}
.get_product_blk .crse_img.Audios .img_blk .video_audio_icon {
    bottom: 15px;
    left: 15px;
}
.get_product_blk .crse_img.Audios .img_blk .audio_play_icon {
    display: block;
}
.Audios .dash_aud_vid_icon img.das_audio_play_icon {
    display: block;
}
.Videos .dash_aud_vid_icon img.das_video_play_icon {
    display: block;
}
.dash_aud_vid_icon img  {
    display: none;
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .image .dash_aud_vid_icon img, .dash_aud_vid_icon img  {
      width: 20px !important;
}
.dash_aud_vid_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    cursor: pointer;
}
.sub_list_blk>.mt-40:first-child {
    margin-top: 0;
}
/**************************** css changes on 24/12/2021 - Ends ********************************/

/******************************* audio video css changes on 27/12/2021 **************************************/
.container.page {
    position: absolute;
}
/* .home_pro_det_blk.ebooks .detail_banner_blk {
    background-color: #D2FAE5;
}
.home_pro_det_blk.videos .detail_banner_blk {
    background-color: #BEEBF6;
}
.home_pro_det_blk.audios .detail_banner_blk {
    background-color: #FFD6B0;
}
.home_pro_det_blk.magazines .detail_banner_blk {
    background-color: #D5D5FF;
}
.home_pro_det_blk.physical .detail_banner_blk {
    background-color: #EDFAD2;
} */
.home_pro_det_blk .detail_banner_blk {
   display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #F7F8FA;
}
.home_pro_det_blk .product_det_blk {
    position: relative;
    z-index: 2;
}
.home_pro_det_blk .pro_desc .desc {
    margin: 0;
}
.home_pro_det_blk .breadcrumb_blk {
    background-color: transparent;
    z-index: 2;
    position: relative;
}
.home_pro_det_blk {
    position: relative;
}
.detail_banner_blk {
    display: none;
}
.home_pro_det_blk .pro_desc {
    padding: 40px 100px 40px 0;
}
.video_audio_det_blk .product_detail_card .product_det_rgt {
    width: 100%;
    padding-left: 0px;
}
.home_pro_det_blk .product_det_blk {
    padding-top: 0;
    border-top: 1px solid #70707017;
}
.home_pro_det_blk .pro_det_rgt_col {
    padding-top: 40px;
}
.home_pro_det_blk .pro_desc .author_name a {
    color: var(--text_bla_color) !important;
    opacity: 45%;
}
.home_pro_det_blk .product_det_rgt.product_card {
    background-color: var(--white_color);
}
.home_pro_det_blk .key_features_blk {
    padding-top: 40px;
}
.audi_video_rgt_img .carousel-item>a img {
    height: 100%;
    width: 100% !important;
    object-position: center;
    object-fit: cover;
}
.audi_video_rgt_img .carousel-item img {
    display: block;
    height: 146px !important;
    width: 100%;
        object-fit: cover;
    object-position: top;
}
.audi_video_rgt_img {
    position: relative;
}
.audi_video_rgt_img::after {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: linear-gradient( 
180deg,rgba(28,29,31,0) 0%,rgba(28,29,31,0.9) 100%);
    top: 0;
    left: 0;
}
.audi_video_rgt_img .video_play {
    width: 63px;
    height: 63px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}
.preview_video {
    position: absolute;
    z-index: 3;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}
body .my_video_div.show div#myElement {
    width: 600px !important;
}
.my_video_div .video_popup {
    padding: 25px;
    width: 650px;
    background-color: #000;
}
.my_video_div .close.video_close {
    opacity: 1;
    cursor: pointer;
    right: 25px;
    top: 25px;
}
.video_incl {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 20px;
}
.margin_btm_8px {
    margin-bottom: 8px;
}
.jw-flag-audio-player {
    margin-top:27px;
}
/******************************* audio video css changes on 27/12/2021 **************************************/

/******************************** css changes on 27/12/2021 *******************************/
.margin_btm_10 {
    margin-bottom: 10px;
}
.mb_40 {
    margin-bottom: 40px;
}
.dash_con_blk .view_cart:last-child {
    border: none;
}
.tab_img {
    display: none;
    width: 35px;
    margin: 0 auto;
}
.Videos .video_image.tab_img, .Audios .audio_image.tab_img, .Magazines .mag_image.tab_img, .Ebooks .ebook_image.tab_img, .Others.phy_image.tab_img,.videos .video_image.tab_img, .audios .audio_image.tab_img, .magazines .mag_image.tab_img, .ebooks .ebook_image.tab_img, .Others .phy_image.tab_img  {
    display: block;
}
.title_tab {
    position: relative;
    margin-top: -35px;
}
.title_tab li a span {
    color: var(--default_color); 
}
.title_tab li a.active span {
    color: var(--text_bla_color);
}
.category_img .tab_img {
    width: 187px;
}
.pro_list_ban {
    background-image: url(../images/list_banner_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
/* .pro_list_ban.Videos {
    background: #BEEBF6 !important;
}
.pro_list_ban.Audios {
    background: #FFD6B0 !important;
}
.pro_list_ban.Magazines {
    background: #D5D5FF !important;
}
.pro_list_ban.Ebooks {
    background: #D2FAE5 !important;
}
.pro_list_ban.Physical, .pro_list_ban.Others {
    background: #EDFAD2 !important;
} */
.pro_list_ban {
    padding: 15px 30px 19px 21px;
    margin-bottom: 37px;
}
.pro_list_ban .rgt .tab_img {
    margin: 0px 0 0 auto;
    width: 71px;
    height: 71px;
    border-radius: 50%;
     -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}
.detail_image .tab_img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.home_pro_det_blk .pro_desc {
    position: relative;
}
.detail_image {
    position: absolute;
    top: 34px;
    right: -23px;
}
.my_sub_li .view_cart {
    padding: 0;
}
.pro_list_ban .rgt {
    width: 71px;
    text-align: right;
}
.pro_list_ban .left p {
    width: 70%;
}
.search_form.pro_list_search {
    width: 68%;
    position: relative;
    margin-top: 20px;
}
.search_form.pro_list_search input::-webkit-input-placeholder {
    color: #000;
}
.search_form.pro_list_search .search_img {
    position: absolute;
    right: 10px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.search_form.pro_list_search input {
    height: 35px;
    padding: 5px 50px 5px 10px;
}
.order_track {
    border: none !important;
}
.pro_list_ban .content {
    padding-left: 22px;
}
.pro_list_ban .content h3 {
    margin-bottom: 5px;
}
.pro_list_ban .content p {
    color: #707070;
}
.video_det_blk .product_det_lft {
    display: none;
}
.video_det_blk .product_detail_card .product_det_rgt {
    width: 100%;
    padding-left: 0;
}
body div#product_gallery .carousel-control-next {
    right: 0;    display: flex;
    z-index: 3;
}
body div#product_gallery .carousel-control-prev {
    left: 0;
    z-index: 3;    display: flex;
}
/******************************** css changes on 27/12/2021 - Ends *******************************/

/******************************* css changes on 28/12/2021 ***********************************/
.banner_head {
    background-color: #fff;
    border-radius: 20px;
    padding: 12.5px 25px;
    color: #707070;
}
.list_ul>li>a>span, .panel-title>a {
    opacity: 50%;
}
#price {
    border: none;
    pointer-events: none;
}
.price_text {
    margin-bottom: 7px;
}
body .ui-widget.ui-widget-content#priceSlider {
    height: 16px !important;
    border: none;
    background: transparent !important;
    max-height: inherit !important;
    box-shadow: none !important;
}
body .ui-slider-horizontal .ui-slider-range {
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
}
body .ui-widget-header {
    background: var(--red_color);
}
p.price_text {
    display: flex;
}
body .ui-state-default, .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default, .ui-button, html body .ui-button.ui-state-disabled:hover, html body .ui-button.ui-state-disabled:active {
    border: 1px solid var(--red_color) !important;
    background: var(--white_color) !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    top: 0px !important;
    outline: none !important;
    margin-left: 0 !important;
}
body .ui-widget.ui-widget-content#priceSlider::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.pro_image_blk {
    display: flex;
    justify-content: center;
}
.pro_image_blk .product_det_lft {
    flex-direction: column;
}
.pro_image_blk {
    padding-bottom: 45px !important;
}
.product_det_card {
    padding: 34px 52px;
    height: 100%;
}
.product_rgt_detail_blk .product_det_card h2 {
    margin: 0;
}
.product_rgt_detail_blk .product_det_card .star_avialable {
    margin-bottom: 34px;
}
.product_rgt_detail_blk .product_det_card .desc {
    font-weight: 500;
    margin-bottom: 44px;
}
.price_text_p {
    opacity: 50%;
    margin-bottom: 6px;
    font-weight: 500;
}
.product_rgt_detail_blk .product_det_card .author_name {
    margin-bottom: 21px;
    opacity: 50%;
}
.price_text_p + h1 {
    margin-bottom: 41px;
}
.product_rgt_btn .add_cart {
    padding: 11px 39px;
}
.product_rgt_btn .buy_now {
    padding: 12.5px 47px;
}
.margin_right_23px {
    margin-right: 23px;
}
.padding_btm_40 {
    padding-bottom: 40px;
}
.video_audio_det_blk .product_det_lft .full_view_imge {
    width: 554px;
    padding: 0;
    height: 319px;
}
.video_audio_det_blk .product_det_lft .full_view_imge a {
    display: block;
    height: 100%;
}
.video_audio_det_blk .product_det_lft .full_view_imge img {
    width: 100% !important;
    object-fit: cover !important;
    object-position: top !important;
}
.video_audio_det_blk .product_det_lft .image.slider img {
    width: 76px;
    object-fit: cover;
    height: 44px;
    padding: 0;
}
.view_video_audio_blk .col-md-6.pro_image_blk {
    width: 65%;
}
.view_video_audio_blk .col-md-6.product_rgt_detail_blk {
    width: 35%;
}
.video_audio_det_blk.view_video_audio_blk .product_det_lft .full_view_imge {
    width: 750px;
}
/******************************* css changes on 28/12/2021 - Ends ***********************************/

/******************************* css changes on 30/12/2021 ***********************************/
.rgt.all_cat_div .tab_img {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.pro_list_ban .rgt {
    width: auto;
}
.rgt.all_cat_div {
    display: flex;  
    align-items: center;
}
.rgt.all_cat_div .audio_image.tab_img, .rgt.all_cat_div .video_image.tab_img, .rgt.all_cat_div .mag_image.tab_img, .rgt.all_cat_div .phy_image.tab_img {
    margin-left: -2px;
}
.pro_list_ban.Ebooks .rgt.all_cat_div, .pro_list_ban.Videos .rgt.all_cat_div, .pro_list_ban.Audios .rgt.all_cat_div, .pro_list_ban.Magazines .rgt.all_cat_div, .pro_list_ban.Physical .rgt.all_cat_div,
.home_list_blk.Audios .all_cat_type_img, .home_list_blk.Ebooks .all_cat_type_img, .home_list_blk.Magazines .all_cat_type_img, .home_list_blk.Videos .all_cat_type_img, .home_list_blk.Physical .all_cat_type_img {
    display: none;
}
.get_product_blk .crse_img .all_cat_type_img .tab_img {
    width: 25px !important;
    height: 25px;
     -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
          border-radius: 50%;
}
.get_product_blk .crse_img .all_cat_type_img {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.review_order .view_cart_list.review_order_list {
    padding: 0;
}
.review_order .shipping-payment {
    padding-bottom: 30px;
}
.sub_order_wish .col_blk {
    height: 100%;
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .image .image_distance {
    padding: 0;
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .image_distance {
    position: relative;
}
.wish_image .order_list_icon {
    right: 10px;
    bottom: 10px;
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .order_list_icon .tab_img {
    width: 32px !important;
}
.add_cart.renew_btn {
    font-size: 13px;
    line-height: 15px;
    padding: 9.5px 23px;
}
.pro_list_ban.subscription_ban_lk {
    background: #f7f7f7;
}
.order_list_head_div h6 {
    padding-left: 8px;
}
/******************************* css changes on 30/12/2021 - Ends ***********************************/
/******************************* css changes on 04/01/2021 **********************************/
.wish_list_icon {
   position: absolute;
}
.my_sub_li.Others::after {
   background-color: #B2D568;
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .content .star_count span:first-child {
margin: 0;
}
.pro_list_ban.Others .rgt.all_cat_div {
display: none;
}
.plan_blk.white_bg.plan_dtls_select {
    margin-bottom: 8px;
}
.dash_my_order_blk .view_order_blk.dash_view_blk .order_pla_detail .left .order_lefrt_blk:first-child .add_cart {
    margin-top: 46px;
}


body .card_message .msg_blk:not(:last-child) {
    margin-bottom: 8px;
}
.msg_blk .add_cart {
    padding: 13px 17px;
    margin-left: 10px;
}
.margin_top_8px {
    margin-top: 8px;
}
/******************************* css changes on 04/01/2021 **********************************/


/******************************* css changes on 17/01/2021 **********************************/
body .ui-widget.ui-widget-content {
    background-color: var(--white_color) !important;
    z-index: 3 !important;
    height: auto;
    overflow-x: hidden !important;
    max-height: 230px;
    overflow: auto;
    border-radius: 0px;
    box-shadow: 0px 3px 6px #00000029;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none !important;
    background: #F9F8FD !important;
    font-weight: 300 !important;
    color: #1D1927 !important;
}
body .ui-widget.ui-widget-content li>div, body .ui-widget.ui-widget-content li {
    border: none !important;
}
body .ui-widget.ui-widget-content li>div {
    font-size: 16px;
    line-height: 22px;
    color: #1D1927;
    font-weight: 300;
    padding: 11px 20px;
}
.product_review_blk ul.order_tab li a.active::after, .product_review_blk ul.order_tab li a:hover::after {
    display: none;
}
body .ui-menu .ui-state-focus, body .ui-menu .ui-state-active {
    margin: 0;
}
.product_rgt_detail_blk .product_det_card .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) {
    body .container {
        max-width: 1140px;
    }
}
/******************************* css changes on 17/01/2021 **********************************/

/*********************** css changes on 24/01/2021 **********************************/
.product_rgt_detail_blk .product_det_card .desc{max-height: 200px; overflow: hidden;font-weight: 400;}
.crse_content h5 a {
    font-size: 16px;
    font-weight: 500;
}
.filter_md .font_16 {
    font-size: 15px!important;
}
.list_right_cont .crse_content>h5,.crse_content h5{height:auto;}
.product_det_blk {

    padding-bottom: 0;
}
.get_product_blk .crse_img {
    height: 164px;}
    .student_searh .owl-item {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.student_searh.get_product_blk h2 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 16px;
}
.sub_order_wish .col_blk h4 {
    margin-bottom: 0;
    font-size: 40px;
    margin-top: 10px;
}
.def_add {
    background-color: #f1f1f1;}
 .filter_blk {
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    border: solid 1px #ececec;
    padding: 25px 19px;
}
.category_conainer {
    max-width: 85%;
    margin: auto;
}
.sub_menu>li>a:hover {
    color: var(--red_color)!important;
}
#messages .msg_btn.margin_top_px {
    margin-top: 27px;
}
#messages .category_btn ,#messages .add_cart{

    padding: 8px 17px;
}

    @media screen and (min-width: 1400px) {
.product_det_blk .container-fluid.padding_btm_40 {
    max-width: 1300px;
}
}

@media print {
    header, footer, .breadcrumb_blk, .pager_header, .rgt_width_blk, .tab_process, .checkout_tab, .trans_suc_blk, .print_receipt {display: none !important;}
}

.show-read-more .more-text{
        display: none;
    }

/*********************** css changes on 24/01/2021 - Ends **********************************/

/*********************** css changes on 01/02/2022 **********************************/
.track .step .icon.shipping_icon {
    opacity: 0;
}
.track .step.active .icon.shipping_icon {
    opacity: 1;
}
.track .step.selected::before {
    width: 100%;
    background: var(--red_color);
}
.track .step.active::before {
    width: 50%;
}
.track .step.selected .step_text img {
    display: block;    margin-top: 3px;
}
.step_text img {
    display: none;
}
.step_text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.track.order_track::after {
   content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    background: #e5e5e5;
    height: 25px;
    border-radius: 10px;
    z-index: 1;
}

body .track .step.active span {
    color: var(--red_color);
}
body .track .step.selected span {
    color: #20202a;
}
body .track .step span {
    color: #999;
    text-transform: capitalize;
}
.video_audio_det_blk .product_det_lft .full_view_imge img.video_play.render_video {
    position: absolute;
    z-index: 3;
    width: 80px !important;
    top: 50%;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*********************** css changes on 01/02/2022 - Ends **********************************/
/**** error page - starts ****/
.four_not_four_sec {
    display: table;
    width: 100%;
    height: 100vh;
}
.four_not_four_sec_in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}
.four_not_four_sec .outer_sec {
    display: flex;
    justify-content: center;
}
.left_img {
    padding-right: 100px;
}
.right_cont h4 {
    font-size: 22px;
    font-weight: 700;
    color: #2468f1;
    margin-top: 0px;
    margin-bottom: 0px;
}
.right_cont h2 {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-top:5px;
        margin-bottom: 15px;
}
.right_cont p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    color: #020100;
}
.page_btn {
    padding-top: 20px;
}

.page_btn .btn {
    border: 1px solid #2468f1;
    border-radius: 20px;
    padding: 6px 4px;
    width: 100px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
    background: #2468f1;
    color: #fff;
}
.page_btn .btn_back {
    background: transparent;
    color: #2468f1;
}
/**** error page - ends ****/

/******preview button on details page starts from here**********/
.product_det_lft .full_view_imge>div .carousel-item .preview_video.preview_main {
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    border: none;
    margin-left: 0;
    cursor: pointer;
}
.product_det_lft .image.slider .video_play.preview_video {
    width: 20px;
    height: 20px;
    border: none;
    margin: 0;
    position: absolute;
    top: 50%;
    left: calc(50% - 7px);
    transform: translate(-50%, -50%);
    padding: 0;
}
.product_det_lft .image.slider>li {
    position: relative;
}
/******preview button on details page ends from here**********/

/****** css changes on 25/02/2022 **********/
.promo_code_card {
    background: #f4f4f4;
    padding: 15px;
    margin-bottom: 10px;
}
.radio_label>input {
    display: none;
}
.radio_label .radio_input {
    width: 13px;
    height: 13px;
    display: block;
    top: 3px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}
.radio_label input:checked + .radio_input {
    border-color: var(--red_color);
}
.radio_label input:checked + .radio_input::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--red_color);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
}
.offer_span label.label_input {
    display: flex;
}
.radio_label .promo_code_text {
    display: block;
    width: calc(100% - 13px);
    padding-left: 8px;
    word-break: break-all;
}
.remove_promo {
    display: inline-block;
    padding-left: 21px;
    padding-top: 8px;
}
.offer_container {
    padding-top: 20px;
}
.offer_span >span {
    padding-left: 21px;
}
/****** css changes on 25/02/2022 - Ends **********/




.checkout_tab .number_blk {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 1px solid var(--default_color);
    border-radius: 50%;
    margin: 0 auto;
        position: relative;
    z-index: 3;
}
.checkout_tab .number_blk>span {
    font-size: 15px;
    line-height: 20px;
    color: var(--default_color);
}
.checkout_tab>.active .number_blk>span {
    color: var(--red_color);
}
.checkout_tab>.active .number_blk {
    border-color: var(--red_color);
}
.checkout_tab li::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    background-color: #e5e5e5;
    height: 2px;
    top: 17px;
    z-index: 1;
}
.checkout_tab li::before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 2;
    height: 2px;
    background-color: var(--red_color);
}
.checkout_tab li.active::before {
    width: 50%;
}
.checkout_tab li.selected::before {
    width: 100%;
}
.checkout_tab .selected .number_blk {
    background-color: #168B20;
    border-color: #168B20;
}
.checkout_tab .selected .number_blk>span {
    display: block;
    width: 15px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-35deg);
}
.track.order_track .step:last-child .step_text {
       justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
.track .step.selected:first-child::before {
    border-radius: 10px 0 0 10px;
}
.track .step.active:last-child::before {
    width: 100%;
    border-radius: 0 10px 10px 0;
}
.track .step .icon.shipping_icon {
    opacity: 0;
    display: flex;
    position: absolute;
    width: 18px;
    justify-content: center;
    align-items: center;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
     left: 14px;
    top: 3.5px;
}
.track .step .icon.shipping_icon>span {
    width: 8px;
    height: 4px;
    display: block;
    border-left: 2px solid var(--red_color);
    border-bottom: 2px solid var(--red_color);
    transform: rotate(-35deg);
}
.track .step.active:first-child::before {
    border-radius: 10px;
}
.track .step.active::before {
    width: 35px;
    border-radius: 0 10px 10px 0;
}
.track .step.active:last-child .icon.shipping_icon {
    left: auto;
    right: 3px;
}
/*# sourceMappingURL=style.css.map */
/*** request for quotation css ***/
.drag_drop_container.upload-doc {
    border: 1px dashed #fa4132;
    border-radius: 2px;
    background-color: #fff7f6;
    padding: 19px;
    position: relative;
}
.drag_drop_container .upload-section .drag_file {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100% !important;
    opacity: 0;
    cursor: pointer;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_5 {
    margin-bottom: 5px;
}
.close_btn {
    border: none;
    background-color: transparent;
    font-size: 20px;
    line-height: 15px;
}
.mr_20 {
    margin-right: 20px;
}
.cursor-pointer {
    cursor: pointer; 
}
.fw-semi {
    font-weight: 500;
}
.opacity_50 {
    opacity: 50%;
}
.pl_20 {
    padding-left: 20px;
}
.brands_checkbox {
    width: 13px;
    height: 13px;
}
.brands_checkbox input.brand_change_url {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.brands_checkbox span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    border: 1px solid #e5e5e5;
}
.brands_checkbox input:checked ~ span {
    background-color: var(--red_color);
}
.brands_checkbox input:checked ~ span:after {
    content: '';
    border-bottom: 2px solid #ffffff;
    border-left: 1px solid #ffffff;
    width: 8px;
    height: 5px;
    display: block;
    transform: rotate(310deg);
    position: absolute;
    bottom: 5px;
    left: 3px;
}
.text_underline {
    text-decoration: underline;
}
.mb_3 {
    margin-bottom: 3px;
}
ul.p-0.brands_blk {
    max-height: 120px;
    overflow: auto;
}
.view_enquiry_popup .modal-dialog {
    width: 90% !important;
    max-width: 90%;
}
.view_enquiry_popup .modal-content {
    padding: 30px 32px;
    border-radius: 4px;
    border: none;
}
.border_none {
    border: none !important;
}
.font_20 {
    font-size: 20px;
    line-height: 24px;
}
.quatation_value_blk {
    width: 130px;
}
.quatation_label {
    width: calc(100% - 130px);
}
.mb_9 {
    margin-bottom: 9px;
}
.quotation_table .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #dee2e6;
}
.view_enquiry_popup button.btn-close {
    position: absolute;
    top: 20px;
    right: 21px;
}
.quatation_table_container {
    max-height: 527px;
    overflow: auto;
}
.quatation_table_container table {
    margin: 0 !important;
}
.quatation_table_container table thead {
    position: sticky;
    top: 0;
    background: #FFFFFF; 
}
body .bg_white.form-control[readonly] {
    background-color: #FFFFFF !important;
}
.mr_15 {
    margin-right: 15px;
}
.table>:not(caption)>*>* {
    border-bottom: 1px solid #dee2e6 !important;
}
.text_green {
    color: green;
}
.w_maxcontent {
    width: max-content;
}
/*** request for quotation css ***/


/*** generate quotation css - starts ***/
.generate_quotation_blk {
    border: 1px solid black;
}
.generate_quota_header {
    padding: 14px;
    border-bottom: 1px solid black;
}
.generate_quota_address_blk {
    padding: 7px;
    border-bottom: 1px solid black;
}
.font_12 {
    font-size: 12px;
    line-height: 15px;
}
.generate_quota_address_blk .quatation_label {
    width: 100px;
    margin-right: 10px !important;
}
.generate_quotation_table table thead tr th, .generate_quotation_table table tbody tr td, .generate_quotation_table table tbody tr td span.editable {
    font-size: 10px !important;
    line-height: 12px;
    font-weight: 600;
    padding: 10px 7px 7px !important;
}
.generate_quotation_table table tbody tr td , span.editable{
    font-weight: 400 !important;
}
.generate_quotation_table table tbody tr:nth-last-child(2) td {
    border-bottom: none !important;
}
tr.tfoot_generate_quotation td {
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
}
.border_bottom_none {
    border-bottom: none;
}
.mt_20 {
    margin-top: 20px;
}
.print_btn {
    padding: 6px 14px;
    border-radius: 4px !important;
    background: #EF3F2B;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    border: none;
    font-weight: 500;
    letter-spacing: 0.65px;
}
.mr_10 {
    margin-right: 10px;
}
.pr_10 {
    padding-right: 10px;
}
.border_right_grey {
    border-right: 1px solid #adadad;
}
.h_fitcontent {
    height: fit-content;
}
.font_10 {
    font-size: 10px;
    line-height: 12px;
}
.pr_50 {
    padding-right: 50px;
}
/*** generate quotation css - ends ***/


.custom-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 320px;
    max-width: 400px;
    background: #ffffff;
    border-left: 5px solid #28a745;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 9999;
    border-radius: 6px;

    opacity: 0;
    transform: translateX(50px);
    pointer-events: none;
    transition: all 0.4s ease;
}

.custom-toast.show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.custom-toast img {
    width: 40px;
    height: 40px;
}

.toast-content h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.toast-content p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #555;
}

body .toast-container {
    position: fixed;
    top: 55px;
    left:50%;
    transform: translateX(-50%);
    width: 600px !important;
}
.toast-header {
    background-color: #26364d ! IMPORTANT;
    color: #FFFFFF;
}
/* The container for the 'Others' dropdown list */
.others_main_menu {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.others_main_menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.others_main_menu::-webkit-scrollbar-track {
    background: transparent;
}
.footer_blk li span{
  word-break: break-all !important;
}
.footer_blk li {
  word-break: break-all !important;
}
.mt_6{
  margin-top: 6px;
}
.mt_4{
  margin-top: 4px;
}
body .toast-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.custom_toaster {
    padding: 9px 14px;
    position: fixed;
    top: 55px;
    z-index: 99999999999999999999999999;
    left: 0;
    width: 100% !important;
    background-color: transparent;
    box-shadow: none !IMPORTANT;
    border: none !important;
    display: flex;
    justify-content: center;
}
.custom_toaster .toaster_msg_blk {
	border: 1px solid #34C344 !important;
	background-color: #E9FFEB !important;
}
.toaster_msg_blk {
	padding: 8px 10px;
	width: max-content;
	border-radius: 4px;
}
.categ_item h6{
  word-break: break-word;
}
.custom_category_row>div{
  padding-bottom: 20px !important;
}

tr.border-btm_black td {
        border-bottom: 1px solid #dee2e6 !important; 
    }
tr.preview_row td {
    border-bottom: 3px solid #f7c0c0 !important;
    border-top: 3px solid #f7c0c0 !important; 
    
} 
tr.preview_row td:first-child {
    border-left:3px solid #f7c0c0 !important;
}
  tr.preview_row td:last-child {
    border-right: 3px solid #f7c0c0 !important;
}
