@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author:
@URL:
Author E-mail:

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.


@Default Styles

Table of Content:
01/ variables
02/ root
04/ predefine
05/ header
06/ banner
07/ product-slider
08/ best-product-tab
09/ featured
10/ testimonial
11/ cta
12/ price
13/ faq
14/ breadcrumb
15/ about
16/ author
17/ blog
18/ contact
19/ shop
20/ footer


=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Open+Sans:wght@400;500;600;700&display=swap");
.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/** === Colors === **/
:root {
  --black_25: #f9f9f9;
  --black_50: #f2f2f2;
  --black_100: #d6d9dc;
  --black_150: #c8ccd0;
  --black_200: #bbc0c4;
  --black_300: #9fa6ad;
  --black_350: #9199a1;
  --black_400: #848d95;
  --black_500: #6a737c;
  --black_600: #535a60;
  --black_700: #3c4146;
  --black_750: #2f3337;
  --black_800: #242729;
  --black_900: #0c0d0e;
  --bs_sm: 0 1px 2px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 5%), 0 2px 8px rgb(0 0 0 / 5%);
  --bs_md: 0 1px 3px rgb(0 0 0 / 6%), 0 2px 6px rgb(0 0 0 / 6%), 0 3px 8px rgb(0 0 0 / 9%);
  --bs_lg: 0 1px 4px rgb(0 0 0 / 9%), 0 3px 8px rgb(0 0 0 / 9%), 0 4px 13px rgb(0 0 0 / 13%);
}

/** Hover Classes **/
.h\:bs-md:hover {
  box-shadow: var(--bs_md) !important;
}

.h\:bs-lg:hover {
  box-shadow: var(--bs_md) !important;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
:root {
  --bj-dark: #36383A;
  --bj-darks: #202124;
  --bj-light-gray: #636466;
  --bj-light: #4D4E50;
  --bj-blue: #4285F4;
  --bj-Libre-Baskerville: "Libre Baskerville", sans-serif;
  --bj-Open: "Open Sans", sans-serif;
}

.wow {
  visibility: hidden;
}

/*----------------------------------------------------*/
body {
  font-family: var(--bj-Open);
  letter-spacing: 0.02rem;
}

:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bj-Open);
  font-weight: 700;
  color: var(--bj-darks);
}

h5 {
  line-height: 1.4;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

p {
  font-family: var(--bj-Open);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: var(--bj-light);
}

img {
  /*border-radius: 4px;*/
}

/** === Predefined Global Classes === **/
button:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #4285F4;
}

/** === Container === **/
@media (min-width: 1300px) {
  .container {
    max-width: 1314px;
    margin: 0 auto;
  }
}

/**===== section padding scss =====**/
.sec_padding {
  padding: 40px 0px;
}

.sec_padding_two {
  padding: 100px 0px;
}

.sec_padding_three {
  padding: 140px 0px;
}

.title {
  font-size: 48px;
  letter-spacing: -0.48px;
  margin-bottom: 14px;
}

.title_two {
  color: #001f58;
  font-family: "Libre Baskerville", sans-serif;
}

.section_title {
  margin-bottom: 55px;
}
.section_title p {
  font-size: 18px;
  line-height: 30px;
}

.section_title_two p {
  font-size: 20px;
}

.toast:not(.showing):not(.show) {
  display: none;
}

.toast-container {
  bottom: 20px;
  left: 0;
  z-index: 2;
}
.toast-container .toast {
  background-color: #fff;
  position: relative;
}
.toast-container .toast.show, .toast-container .toast.showing {
  display: block;
}

button.bj_theme_btn {
  border: none;
}

.bj_theme_btn {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--bj-Open);
  padding: 15px 36px 14px;
  border-radius: 4px;
  background: var(--bj-blue);
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s;
  text-align: center;
}
.bj_theme_btn:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  background: #3972d2;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.bj_theme_btn i {
  vertical-align: middle;
}
.bj_theme_btn:hover {
  color: #fff;
}
.bj_theme_btn:hover::before {
  left: 0px;
  width: 100%;
  right: auto;
}
.bj_theme_btn.strock_btn {
  border: 1px solid #d1d1d1;
  color: #4d4e50;
  background: transparent;
}
.bj_theme_btn.strock_btn:before {
  background: rgba(66, 133, 244, 0.2);
}
.bj_theme_btn.strock_btn:hover {
  border-color: var(--bj-blue);
  color: var(--bj-blue);
}
.bj_theme_btn.icon_btn {
  display: inline-flex;
  gap: 9px;
  align-items: center;
}

.add-to-cart-automated {
  display: inline-flex;
  gap: 7px;
  align-items: baseline;
  justify-content: center;
}
.add-to-cart-automated i {
  font-size: 17px;
}

.pass-field-with-icon {
  position: relative;
}
.pass-field-with-icon .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #7e8695;
  cursor: pointer;
}
.pass-field-with-icon .form-control {
  padding-right: 26px;
}

/* End Title Area css
============================================================================================ */
/*----------------------------------------*/
/*   Back To Top Button CSS
/*----------------------------------------*/
#back-to-top {
  display: inline-block;
  background-color: rgba(220, 220, 220, 0.8);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top::after {
  content: "2";
  font-family: eleganticons;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #000;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: #4285F4;
}

#back-to-top:hover::after {
  color: #fff;
}

#back-to-top:active {
  background-color: #555;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*==============typography_area css ================*/
.typography_area {
  padding: 115px 0 120px;
}
.typography_area p {
  line-height: 28px;
}

.heading_content .t_title {
  color: #36383A;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.heading_content .bold,
.heading_content .medium,
.heading_content .regular {
  margin-bottom: 22px;
  line-height: 1;
}

.typography_preview {
  margin-top: 30px;
}

.typography_underline h4 {
  margin-bottom: 35px;
}

.highlight_text,
.typography_underline {
  padding-right: 100px;
  margin-top: 85px;
}

.highlight_text h5 {
  margin-bottom: 30px;
}
.highlight_text span {
  display: inline-block;
  padding: 0 6px;
}
.highlight_text .h_black {
  background: #222d39;
  color: #fff;
}
.highlight_text .h_green {
  background: #15e18d;
  color: #fff;
}
.highlight_text .h_blue {
  background: #2cabed;
  color: #fff;
}
.highlight_text p .tooltips_one {
  color: #4b5ffa;
}
.highlight_text p .tooltips_two {
  color: #ef971a;
}

.tooltip_blue .arrow:before {
  border-top-color: #4b5ffa;
}
.tooltip_blue.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #4b5ffa;
}
.tooltip_blue .tooltip-inner {
  background: #4b5ffa;
}

.tooltip_danger.show {
  opacity: 1;
}

.tooltip_danger {
  opacity: 1;
}
.tooltip_danger .arrow:before {
  border-top-color: #ef971a;
}
.tooltip_danger.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ef971a;
}
.tooltip_danger .tooltip-inner {
  background: #ef971a;
}

.dropcap_content p span {
  float: left;
  font-size: 54px;
  margin-right: 10px;
  color: #fc5bc1;
  font-weight: 700;
  line-height: 55px;
}
.dropcap_content p .r_dropcap {
  background: #13c5bf;
  border-radius: 4px;
  color: #fff;
  padding: 0 6px;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 10px;
}

.typography_list h5,
.dropcap_content h5 {
  margin-bottom: 30px;
}

.typography_list ul li a,
.typography_list ol li a {
  font-size: 15px;
  line-height: 34px;
  color: #36383A;
  font-weight: 400;
}
.typography_list ol {
  padding-left: 20px;
}
.typography_list ol li ol {
  padding-left: 30px;
}
.typography_list .unorderlist li {
  position: relative;
  padding-left: 14px;
}
.typography_list .unorderlist li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a7acbd;
  position: absolute;
  left: 0;
  top: 14px;
}
.typography_list .unorderlist li ul {
  padding-left: 10px;
}

blockquote {
  background: rgba(76, 76, 241, 0.05);
  border-left: 4px solid rgb(66, 133, 244);
  font-size: 20px;
  padding: 50px 40px;
  position: relative;
  z-index: 0;
  margin: 30px 0;
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
}
blockquote:before, blockquote:after {
  content: "";
  position: absolute;
  z-index: -1;
}
blockquote:before {
  background: url("../img/blog/blog-list/quote_top.png") no-repeat scroll left top;
  width: 132px;
  height: 81px;
  top: 0;
}
blockquote:after {
  background: url("../img/blog/blog-list/quote_bottom.png") no-repeat scroll left bottom;
  width: 77px;
  height: 75px;
  right: 40px;
  bottom: 30px;
}
blockquote .c_head {
  color: #464547;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 45px;
  font-size: 24px;
}
blockquote .author {
  color: #747376;
  font-weight: 500;
  font-size: 16px;
}

.blockquote_inner {
  margin-top: 85px;
}
.blockquote_inner h6 {
  color: #36383A;
  margin-bottom: 0;
}

.blockquote_two {
  padding: 14px 40px 26px 140px;
  border: 0;
  position: relative;
  margin-top: 25px;
}
.blockquote_two:before, .blockquote_two:after {
  display: none;
}
.blockquote_two span {
  background: #fff;
  padding: 0 4px;
}
.blockquote_two .quote_icon {
  font-size: 150px;
  color: #d3d6e1;
  position: absolute;
  transform: rotate(180deg);
  top: 18px;
  background: transparent;
  left: 40px;
  line-height: 155px;
  font-family: var(--bj-Libre-Baskerville);
}
.blockquote_two h5 {
  font-size: 22px;
  line-height: 40px;
  font-style: italic;
  font-weight: 400;
  color: #36383A;
}

.button_inner {
  margin-top: 60px;
}
.button_inner h4 {
  margin-bottom: 50px;
  padding-top: 30px;
}
.button_inner h6 {
  color: #36383A;
  font-weight: 400;
}
.button_inner .button_inner_one {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 50px;
  border-bottom: 1px solid #e6eeef;
}
.button_inner:last-child .button_inner_one {
  border: 0;
  padding-bottom: 0;
}

.btn_small {
  padding: 5px 25px;
}

.btn_small_two {
  padding: 8px 29px;
}

.doc_border_btn_two,
.btn_small_three {
  padding: 10px 30px;
}

.btn_bg {
  padding: 17px 50px;
}

.btn_radious_none {
  border-radius: 0;
}

.btn_radious_45 {
  border-radius: 45px;
}

.dropcap_inner {
  padding: 50px 0;
}

/*==============typography_area css ================*/
/*==============action_area_three css ================*/
.action_area_three {
  background: url("../img/action_bg.jpg") no-repeat scroll center 0/cover;
  padding: 110px 0;
  background-attachment: fixed;
}

.action_content_three {
  max-width: 520px;
  margin: 0 auto;
}
.action_content_three h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.action_content_three .doc_border_btn {
  background: transparent;
  color: #fff;
  border-color: #b4b6da;
  padding: 13px 34px;
}
.action_content_three .doc_border_btn:hover {
  background: #ffffff;
  color: #4285F4;
  border-color: #fff;
}

ul.ordered-list li::before {
  content: "h";
  font-family: "ElegantIcons";
  font-size: 10px;
}

.ordered-list {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin: 20px 0;
}
.ordered-list::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #c4cdd5;
}
.ordered-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 16px 0;
  position: relative;
  padding-left: 35px;
  counter-increment: a;
}
.ordered-list li::before {
  content: counter(a);
  position: absolute;
  color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 12px;
  background-color: #4285F4;
  text-align: center;
  line-height: 23px;
  top: -4px;
  left: -4px;
  border: 5px solid #fff;
}

.direction_steps {
  display: inline-flex;
  align-items: center;
}

.direction_step {
  padding: 0 8px;
  font-size: 13px;
  border-radius: 4px;
  background: rgba(127, 130, 248, 0.8);
  color: #fff;
  position: relative;
  line-height: 20px;
}
.direction_step + .direction_step {
  margin-left: 28px;
}
.direction_step + .direction_step:before {
  content: "$";
  font-family: eleganticons;
  position: absolute;
  left: -22px;
  color: rgba(127, 130, 248, 0.8);
}

/*==============action_area_three css ================*/
/*----------------------------------------------------*/
@keyframes spin {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@-webkit-keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@-webkit-keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes customUp {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes clipInDown {
  0% {
    clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
  }
  100% {
    clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
  }
}
.clipInDown {
  animation-name: clipInDown;
}

/*============ error_area css ========*/
.error_area {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 620px;
}

.error_dot {
  position: absolute;
  border-radius: 50%;
}
.error_dot.one {
  width: 8px;
  height: 8px;
  background: #4285F4;
  left: 325px;
  top: 120px;
  animation: spin2 2s infinite alternate;
}
.error_dot.two {
  width: 16px;
  height: 16px;
  background: #f99e43;
  left: 170px;
  bottom: 260px;
  animation: spin1 1s infinite alternate;
}
.error_dot.three {
  width: 30px;
  height: 30px;
  background: #beebf5;
  animation: spin1 2s infinite alternate;
  right: 225px;
  top: 370px;
}
.error_dot.four {
  width: 6px;
  height: 6px;
  background: #ffa3be;
  bottom: 148px;
  right: 185px;
  animation: spin2 2s infinite alternate;
}

.error_content_two {
  max-width: 970px;
  margin: 0 auto;
}
.error_content_two h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.error_content_two p {
  font-size: 18px;
  color: #82879c;
}

.error_img {
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}
.error_img .error_shap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.error_img .clipInDown {
  display: inline-block;
  position: relative;
}
.error_img .one {
  top: -50px;
}
.error_img .two {
  margin: 0 12px;
  top: -12px;
}
.error_img .three {
  top: -58px;
}
.error_img .img_one {
  animation: customUp 1.5s infinite alternate;
}
.error_img .img_two {
  animation: customUp 1.8s infinite alternate;
}
.error_img .img_three {
  animation: customUp 2s infinite alternate;
}

.error_search {
  margin-bottom: 40px;
  padding-top: 25px;
}
.error_search .form-control {
  height: 60px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 16px 50px 0 rgba(3, 62, 75, 0.1);
  font-size: 16px;
  font-weight: 400;
  color: #636466;
  border: 0;
  padding-left: 30px;
}
.error_search .form-control.placeholder {
  color: #82879c;
}
.error_search .form-control:-moz-placeholder {
  color: #82879c;
}
.error_search .form-control::-moz-placeholder {
  color: #82879c;
}
.error_search .form-control::-webkit-input-placeholder {
  color: #82879c;
}

/*============ error_area css ========*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
}
.header_area.header_relative + section {
  margin-top: 100px;
}
.header_area .navbar-brand img {
  max-width: 120px;
}

.menu_one {
  padding: 0px;
  background: transparent;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .menu_one .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.sticky_logo img + img {
  display: none;
}

.menu > .nav-item {
  position: relative;
  padding-bottom: 39px;
  padding-top: 39px;
}
.menu > .nav-item > .nav-link {
  font: 400 14px "Open Sans", sans-serif;
  color: #202124;
  padding: 0px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: color 0.3s ease 0s;
  position: relative;
}
.menu > .nav-item.submenu > .nav-link:after {
  content: "\e64b";
  border: 0px;
  width: auto;
  height: auto;
  font-size: 10px;
  margin-left: 0;
  font-family: "themify";
  display: inline-block;
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 4px;
  left: -30px;
  min-width: 200px;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #ebebeb;
}
.menu > .nav-item.submenu .dropdown-menu:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  z-index: 1;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    pointer-events: none;
    top: 100%;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  margin-right: 0px;
  padding: 0px 30px;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font: 400 14px/34px "Open Sans", sans-serif;
  color: #4D4E50;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link span.arrow_carrot-right {
  right: 20px;
  position: absolute;
  line-height: 30px;
  font-size: 18px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .dropdown-toggle:after {
  content: "\e649";
  border: 0px;
  width: auto;
  height: auto;
  font-size: 10px;
  margin-left: 0;
  font-family: "themify";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 20px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: transform 0.3s ease-in;
  padding: 0px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -20px;
    opacity: 0;
    display: block;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    padding: 20px 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid #ebebeb;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #4285F4;
}
.menu > .nav-item + .nav-item {
  margin-left: 45px;
}
.menu > .nav-item.active .nav-link {
  color: #4285F4;
}
.menu > .nav-item.active .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
.menu > .nav-item:hover .nav-link {
  color: #4285F4;
}
.menu > .nav-item:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: all;
  }
}
.menu > .nav-item .mobile_dropdown_icon {
  position: absolute;
  right: 5px;
  top: 1px;
  font-size: 12px;
  padding: 14px;
}
.menu > .nav-item.mega_menu .dropdown-menu {
  min-width: 540px;
  padding: 0;
  background: transparent;
  max-height: 309px;
  min-height: 309px;
  border: none;
}
.menu > .nav-item.mega_menu .dropdown-menu li .col-lg-7 {
  padding-left: 0;
  margin-left: -5px;
}
.menu > .nav-item.mega_menu .dropdown-menu li > div {
  min-height: 309px;
}
.menu > .nav-item.mega_menu .dropdown-menu .nav-pills {
  padding: 30px 0;
  background: var(--bs-white);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 100%;
  margin-right: -10px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 0;
  border-left: 1px solid #ebebeb;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item {
  padding: 0 30px;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:after {
  content: "5";
  position: absolute;
  right: 25px;
  top: 5px;
  font-family: "ElegantIcons";
  display: block;
  color: #4285F4;
  transition: all 0.2s linear;
  opacity: 0;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link {
  font-size: 14px;
  color: #202124;
  display: inline-block;
  border-radius: 0;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link.active {
  background: transparent;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item + .nav-item {
  margin-top: 8px;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:after, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:after {
  opacity: 1;
  right: 20px;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover .nav-link, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active .nav-link {
  color: #4285F4;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(2):after, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(2):after {
  color: #b03532;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(3):after, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(3):after {
  color: #59a627;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(4):after, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(4):after {
  color: #da6f2b;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(5):after, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(5):after {
  color: #202124;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(6):after, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(6):after {
  color: #00aa6a;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(2) .nav-link, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(2) .nav-link {
  color: #b03532;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(3) .nav-link, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(3) .nav-link {
  color: #59a627;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(4) .nav-link, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(4) .nav-link {
  color: #da6f2b;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(5) .nav-link, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(5) .nav-link {
  color: #202124;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(6) .nav-link, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(6) .nav-link {
  color: #00aa6a;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent {
  height: 100%;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane {
  height: 100%;
  padding: 26px 10px 26px 25px;
  min-height: 309px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list {
  width: 50%;
  padding-bottom: 12px;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list.w_100 {
  width: 100%;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li {
  margin-bottom: 12px;
  display: block;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li:last-child {
  margin-bottom: 0;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding: 0;
  overflow: visible;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:hover:before, .menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a.active:before {
  width: 100%;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .text a {
  display: block;
  padding: 0;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane p {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:first-child {
  background: #4285F4;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(2) {
  background: #b03532;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(3) {
  background: #59a627;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(4) {
  background: #da6f2b;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(5) {
  background: #1d2746;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(6) {
  background: #00aa6a;
}

.navbar .search_cart .search,
.navbar .search_cart .shpping-cart,
.navbar .search_cart .user {
  margin-right: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.navbar .search_cart .search .nav-link,
.navbar .search_cart .shpping-cart .nav-link,
.navbar .search_cart .user .nav-link {
  font-size: 20px;
  line-height: 40px;
  color: #282835;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s;
}
.navbar .search_cart .search:hover > a,
.navbar .search_cart .shpping-cart:hover > a,
.navbar .search_cart .user:hover > a {
  background: #4285F4;
  color: #fff;
}
.navbar .search_cart .search {
  display: inline-block;
  margin-right: 0;
}
.navbar .search_cart .search a.nav-link {
  font-size: 16px;
  position: relative;
}
.navbar .search_cart .search a.nav-link:before {
  display: none;
}
.navbar .search_cart .search.open .menu-search-form {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.navbar .search_cart .shpping-cart {
  display: inline-block;
  margin-left: 0px;
  padding-left: 15px !important;
}
.navbar .search_cart .shpping-cart .nav-link::after {
  display: none;
}
.navbar .search_cart .shpping-cart .num {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #202124;
  color: #fff;
  font-size: 11px;
  display: block;
  position: absolute;
  top: -4px;
  right: 0px;
  line-height: 16px;
  text-align: center;
}
.navbar .search_cart .shpping-cart .nav-link:before {
  display: none;
}
.navbar .search_cart .shpping-cart .dropdown-menu {
  padding: 0;
  min-width: 350px;
  width: 100%;
  position: absolute;
  left: auto;
  right: 0;
}
.navbar .search_cart .shpping-cart .dropdown-menu::before {
  right: 14px;
  left: inherit;
}
.navbar .search_cart .shpping-cart .dropdown-menu li {
  background: #fff;
}
.navbar .search_cart .shpping-cart .dropdown-menu li:first-child {
  padding-top: 25px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-dropdown {
  max-height: 550px;
  overflow-y: scroll;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-dropdown::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #f5f5f5;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-dropdown::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-dropdown::-webkit-scrollbar-thumb {
  background-color: #4d4e50;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item a {
  color: #202124;
  font-weight: 600;
  line-height: 1;
  margin-left: 0;
  font-family: "Open Sans", sans-serif;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-img {
  display: block;
  width: 20%;
  transition: all 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-img img {
  max-width: 100%;
  border-radius: 4px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content {
  width: 70%;
  padding-left: 15px;
  align-self: center;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content .cart-title {
  margin-bottom: 10px;
  transition: color 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  color: #4D4E50;
  font-weight: 300;
  margin-bottom: 0px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p del {
  color: #919191;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove {
  width: 10%;
  text-align: right;
  align-self: center;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a {
  font-size: 14px;
  color: #4D4E50;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a:hover {
  color: #4285F4;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-img {
  opacity: 0.5;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-title a {
  color: #4285F4;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f {
  padding: 25px 30px 30px;
  background: #f5f5f5;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total {
  font-size: 14px;
  color: #202124;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total .p-total {
  float: right;
  font-size: 20px;
  color: #202124;
  font-weight: 500;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn {
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 4px;
  margin: 0px;
  line-height: 40px;
  padding: 0px 32px;
  background: #4285F4;
  border: 1px solid #4285F4;
  color: #fff;
  transition: all 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn:hover {
  background: transparent;
  color: #4285F4;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn + .get_btn {
  margin-left: 10px;
  background: transparent;
  color: #4285F4;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn + .get_btn:hover {
  background: #4285F4;
  color: #fff;
}
.navbar .bj_theme_btn.strock_btn {
  padding: 9px 30px;
  border: 2px solid #4285F4;
  color: #4285F4;
  margin-left: 10px;
}
.navbar .bj_theme_btn.strock_btn::before {
  background-color: #4285F4;
}
.navbar .bj_theme_btn.strock_btn:hover {
  color: #fff;
}
.navbar .bj_theme_btn.strock_btn i {
  margin-right: 10px;
  vertical-align: baseline;
}

.menu-search-form {
  position: absolute;
  width: 370px;
  box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08), -3px 0px 0px 0px rgba(238, 144, 81, 0.004);
  top: 100%;
  left: auto;
  right: -100px;
  z-index: 20;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  border-left: 3px solid var(--bj-darks);
}
.menu-search-form .form-control {
  font-size: 18px;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 30px;
  height: 60px;
  font-family: "Open Sans", sans-serif;
}
.menu-search-form .form-control.placeholder {
  color: #a6a6a6;
}
.menu-search-form .form-control:-moz-placeholder {
  color: #a6a6a6;
}
.menu-search-form .form-control::-moz-placeholder {
  color: #a6a6a6;
}
.menu-search-form .form-control::-webkit-input-placeholder {
  color: #a6a6a6;
}
.menu-search-form button {
  border: 0px;
  background: #fff;
  margin-left: -1px;
  padding-right: 20px;
  color: var(--bj-darks);
}

.navbar-toggler {
  padding: 0px;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #202124;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #202124;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

@media (min-width: 992px) {
  .menu_white .menu > .nav-item > .nav-link {
    color: #fff;
  }
  .menu_white .menu > .nav-item:hover > .nav-link, .menu_white .menu > .nav-item.active > .nav-link {
    color: #4285F4;
  }
  .menu_white.navbar .bj_theme_btn.strock_btn {
    border-color: #fff;
    color: #fff;
  }
  .menu_white.navbar .bj_theme_btn.strock_btn:before {
    background: #fff;
  }
  .menu_white.navbar .bj_theme_btn.strock_btn:hover {
    color: #4285F4;
  }
  .menu_white .menu.search_cart .search:hover > a, .menu_white .menu.search_cart .shpping-cart:hover > a {
    color: #fff;
  }
}
.menu_white .menu_toggle .hamburger span,
.menu_white .menu_toggle .hamburger-cross span {
  background: #fff;
}

@media (min-width: 992px) {
  .header_blue .menu > .nav-item > .nav-link {
    color: #d6d9dc;
  }
  .header_blue .menu > .nav-item:hover > .nav-link, .header_blue .menu > .nav-item.active > .nav-link {
    color: #fff;
  }
  .header_blue .menu.search_cart .search > a, .header_blue .menu.search_cart .shpping-cart > a {
    color: #ffffff;
  }
  .header_blue .menu.search_cart .search:hover > a, .header_blue .menu.search_cart .shpping-cart:hover > a {
    color: #fff;
  }
}
.header_blue .menu_toggle .hamburger span,
.header_blue .menu_toggle .hamburger-cross span {
  background: #fff;
}

.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(96, 61, 5, 0.08);
}
.fixed-header .search_cart.menu > .nav-item {
  padding: 15px 0;
}
.fixed-header .menu > .nav-item {
  padding: 30px 0px;
  transition: all 0.3s linear;
}
.fixed-header .sticky_logo img {
  /*display: none;*/
}
.fixed-header .sticky_logo img + img {
  display: block;
}
.fixed-header.menu_white .menu > .nav-item > .nav-link {
  color: #202124;
}
.fixed-header.menu_white .menu > .nav-item:hover > .nav-link, .fixed-header.menu_white .menu > .nav-item.active > .nav-link {
  color: #4285F4;
}
.fixed-header.menu_white.navbar .bj_theme_btn.strock_btn {
  border-color: #202124;
  color: #202124;
}
.fixed-header.menu_white.navbar .bj_theme_btn.strock_btn:before {
  background: #4285F4;
}
.fixed-header.menu_white.navbar .bj_theme_btn.strock_btn:hover {
  color: #fff;
  border-color: #4285F4;
}
.fixed-header.menu_white .menu.search_cart .search:hover > a, .fixed-header.menu_white .menu.search_cart .shpping-cart:hover > a, .fixed-header.menu_white .menu.search_cart .user:hover > a {
  color: #fff;
}
.fixed-header.menu_white .menu_toggle .hamburger span,
.fixed-header.menu_white .menu_toggle .hamburger-cross span {
  background: #202124;
}

.header_blue {
  background: #001f58;
}
.header_blue .navbar .alter_nav .menu .nav-item {
  margin-left: 4px;
  margin-right: 0;
}
.header_blue .navbar .alter_nav .menu .nav-item > .nav-link {
  font-size: 24px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*========== bj banner css ==========*/
.bj_banner_area {
  padding-top: 80px;
  overflow: hidden;
}

.bj_banner_content {
  margin-top: 135px;
}
.bj_banner_content .offer_text {
  font-family: var(--bj-Open);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.56px;
  color: #535a60;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.bj_banner_content .offer_text span {
  color: #e17d1f;
}
.bj_banner_content h2 {
  font-size: 72px;
  line-height: 1.4;
  letter-spacing: 0.02rem;
  color: #001f58;
  font-weight: 700;
  margin-bottom: 7px;
  font-family: "Libre Baskerville", sans-serif;
}
.bj_banner_content p {
  margin-bottom: 35px;
  font-size: 18px;
  color: #3c4146;
}
.bj_banner_content .bj_theme_btn {
  font-size: 18px;
  padding: 13px 32px 12px;
}
.bj_banner_content .bj_theme_btn.strock_btn {
  border-color: #4285F4;
  color: #4285F4;
  margin-left: 30px;
}
.bj_banner_content .bj_theme_btn.strock_btn:hover {
  border-color: var(--bj-blue);
}

.community_info_wrapper .community_info {
  margin-top: 70px;
  margin-right: 20px;
}
.community_info_wrapper .community_info .people_img {
  display: flex;
  margin-top: 20px;
}
.community_info_wrapper .community_info .people_img .avater_img {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.community_info_wrapper .community_info .people_img .avater_img:not(:first-child) {
  margin-left: -25px;
}
.community_info_wrapper .community_info .people_img .avater_img:last-child {
  background: #334155;
  text-align: center;
  color: #fff;
  line-height: 54px;
  font-size: 20px;
}
.community_info_wrapper .community_info .people_img .avater_img img {
  object-fit: cover;
}
.community_info_wrapper .community_info h5 {
  font-size: 18px;
  color: #242729;
  font-weight: 600;
  margin-bottom: 0;
}
.community_info_wrapper .community_info_number {
  margin-top: 115px;
}
.community_info_wrapper .community_info_number .number {
  font-size: 32px;
  line-height: 1;
  color: #0c0d0e;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
}
.community_info_wrapper .community_info_number p {
  margin-bottom: 0;
  font-size: 16px;
  color: #535a60;
}

.text_btn {
  padding: 0px;
  border-radius: 0px;
  color: #4285F4;
  background: transparent;
}
.text_btn i {
  vertical-align: middle;
}
.text_btn:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4285F4;
  opacity: 0.8;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  top: auto;
  transition: width 0.7s linear;
}
.text_btn:after {
  content: "";
  display: inline-block;
  width: 0;
  left: 0;
  height: 1px;
  background: #4285F4;
  position: absolute;
  bottom: 0;
  transition: all 0.6s linear;
}
.text_btn:hover {
  color: #4285F4;
}
.text_btn:hover:before {
  width: 0px;
  left: auto;
  right: 0;
  transition: width 0.4s linear;
}
.text_btn:hover:after {
  width: 100%;
}

.bj_banner_img {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-left: -65px;
  height: 850px;
}
.bj_banner_img .shape_one,
.bj_banner_img .shape_two,
.bj_banner_img .shape_three,
.bj_banner_img .shape_four {
  position: absolute;
  z-index: -1;
}
.bj_banner_img .shape_one .layer,
.bj_banner_img .shape_two .layer,
.bj_banner_img .shape_three .layer,
.bj_banner_img .shape_four .layer {
  position: relative !important;
}
.bj_banner_img .shape_one {
  top: 25px;
  left: 95px;
  filter: blur(3px);
}
.bj_banner_img .shape_two {
  right: -290px;
  bottom: 350px;
  filter: blur(3px);
}
.bj_banner_img .shape_three {
  right: -180px;
  top: 125px;
}
.bj_banner_img .shape_four {
  left: 200px;
  bottom: 85px;
}

.bj_banner_area_two {
  padding: 230px 0px 130px;
  overflow: hidden;
}
.bj_banner_area_two .shape_bg {
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner_title {
  font-size: 72px;
  line-height: 1.2;
  font-family: var(--bj-Open);
  font-weight: 700;
  margin-bottom: 35px;
}

.bj_banner_content_two p {
  font-size: 24px;
  color: #4d4e50;
  line-height: 1.6;
  margin-bottom: 50px;
}
.bj_banner_content_two .bj_theme_btn {
  font-family: var(--bj-Open);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 14px 36px 12px;
  margin-right: 30px;
}

.bj_banner_img_two {
  position: relative;
  padding-bottom: 85px;
  padding-top: 20px;
}
.bj_banner_img_two .img_two,
.bj_banner_img_two .img_three,
.bj_banner_img_two .shape_one,
.bj_banner_img_two .shape_two {
  position: absolute;
  z-index: -1;
}
.bj_banner_img_two .img_two {
  right: -40px;
  bottom: -10px;
}
.bj_banner_img_two .img_three {
  right: 26px;
  top: 80px;
}
.bj_banner_img_two .shape_one {
  width: 133px;
  height: 133px;
  background: var(--bj-blue);
  top: 0;
  left: 100px;
}
.bj_banner_img_two .shape_two {
  border: 3px solid #202124;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  bottom: 20px;
  right: 0;
  z-index: -2;
}

.banner_area_three {
  padding: 210px 0px 120px;
}

.banner_shop_img {
  position: relative;
  z-index: 1;
  margin-right: -100px;
  text-align: right;
}
.banner_shop_img .round,
.banner_shop_img .women {
  position: absolute;
  z-index: -1;
}
.banner_shop_img .round {
  top: -5px;
  right: 0;
}
.banner_shop_img .women {
  bottom: 0;
  left: 122px;
}

.bj_banner_content_three p {
  color: #4D4E50;
  line-height: 35px;
}
.bj_banner_content_three h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--bj-blue);
  margin-top: 32px;
}

.search_form {
  max-width: 520px;
  position: relative;
  margin-top: 50px;
}
.search_form .form-control {
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, 0.05);
  border: 0px;
  color: #202124;
  height: auto;
  padding: 15px 20px;
  line-height: 30px;
}
.search_form .form-control.placeholder {
  color: #797a7c;
}
.search_form .form-control:-moz-placeholder {
  color: #797a7c;
}
.search_form .form-control::-moz-placeholder {
  color: #797a7c;
}
.search_form .form-control::-webkit-input-placeholder {
  color: #797a7c;
}
.search_form .search_btn {
  position: absolute;
  border: 0px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  background: rgba(66, 133, 244, 0.1);
  color: #202124;
  width: 40px;
  height: 40px;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  transition: all 0.2s linear;
  z-index: 1;
}
.search_form .search_btn:hover {
  background: #4285F4;
  color: #fff;
}

.clients_logo_inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 140px;
  align-items: center;
  justify-content: center;
}
.clients_logo_inner .clients_logo_item {
  padding-left: 10px;
  padding-right: 10px;
  width: 16.6666666667%;
}
.clients_logo_inner .clients_logo_item img {
  max-width: 100%;
}
.clients_logo_inner .clients_logo_item:hover {
  opacity: 0.8;
}
.clients_logo_inner.clients_logo_four .clients_logo_item {
  width: 33.3333333333%;
}
.clients_logo_inner.clients_logo_four .clients_logo_item:first-child {
  padding-left: 0;
}

.bj_clients_logo {
  margin-top: 75px;
}
.bj_clients_logo .clients_logo_inner {
  margin-top: 50px;
}
.bj_clients_logo .bj_clients_title {
  position: relative;
  text-align: center;
  z-index: 1;
}
.bj_clients_logo .bj_clients_title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #d2d2d3;
  z-index: -1;
}
.bj_clients_logo .bj_clients_title h3 {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 0 20px;
  font-size: 22px;
  font-weight: 600;
  color: #202124;
}

/*=============== banner_area_four css ===========*/
.banner_area_four {
  padding: 275px 0px 155px;
  overflow: hidden;
  position: relative;
}
.banner_area_four .bg-shape div {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.banner_area_four .bg-shape div:nth-child(1) {
  background-image: linear-gradient(to bottom left, #1a294f, #1b2a52);
  height: 395px;
  width: 395px;
  top: -192px;
  left: -192px;
}
.banner_area_four .bg-shape div:nth-child(2) {
  background-image: linear-gradient(to right, #1d2e59, #1b2a52);
  height: 890px;
  width: 890px;
  top: -185px;
  left: -250px;
  z-index: -2;
}
.banner_area_four .bg-shape div:nth-child(3) {
  background-image: linear-gradient(to bottom, #19284d, #1b2b54);
  height: 570px;
  width: 570px;
  top: -285px;
  right: -270px;
}
.banner_area_four .bg-shape div:nth-child(4) {
  background-image: linear-gradient(to right, #1c2d57, #1a294f);
  height: 645px;
  width: 645px;
  bottom: -300px;
  right: 336px;
}

.bj_banner_content_four {
  max-width: 550px;
}
.bj_banner_content_four .banner_title {
  color: #fff;
}
.bj_banner_content_four p {
  font-size: 20px;
  line-height: 32px;
  color: #d2d2d3;
}
.bj_banner_content_four .search_form {
  max-width: 100%;
}
.bj_banner_content_four h5 {
  color: #d2d2d3;
  font-size: 20px;
  font-weight: 600;
  margin-top: 70px;
}
.bj_banner_content_four .search_form .form-control {
  padding-left: 30px;
  border-radius: 4px;
}
.bj_banner_content_four .search_form .bj_theme_btn {
  border: 0;
}
.bj_banner_content_four .clients_logo_inner {
  margin-top: 30px;
  padding-right: 100px;
}

.my-books-banner {
  background-color: #121138;
  position: relative;
  z-index: 1;
  padding-top: 318px;
  padding-bottom: 185px;
  overflow: hidden;
}
.my-books-banner::before {
  content: "";
  height: 1000px;
  width: 1000px;
  border-radius: 50%;
  position: absolute;
  background: linear-gradient(133deg, rgba(16, 15, 56, 0) 0%, #151442 100%);
  top: -400px;
  left: -180px;
  z-index: -1;
}
.my-books-banner .bg-img {
  position: absolute;
  right: 262px;
  bottom: 0;
}
.my-books-banner .bg-img .book-shape {
  position: absolute;
}
.my-books-banner .bg-img .book-shape img {
  max-width: inherit;
}
.my-books-banner .bg-img .book-shape:nth-child(1) {
  left: -180px;
  top: 170px;
}
.my-books-banner .bg-img .book-shape:nth-child(2) {
  left: -180px;
  top: 70px;
}
.my-books-banner .bg-img .book-shape:nth-child(3) {
  left: -43px;
  top: -65px;
}
.my-books-banner .bg-img .book-shape:nth-child(4) {
  right: 50px;
  top: -130px;
}
.my-books-banner .bg-img .book-shape:nth-child(5) {
  right: -50px;
  top: 40px;
}
.my-books-banner .bg-img .book-shape:nth-child(6) {
  right: -65px;
  top: 45%;
}
.my-books-banner .bj_banner_content_two .banner_title {
  color: #fff;
}
.my-books-banner .bj_banner_content_two p {
  max-width: 790px;
  font-size: 20px;
  color: #ccccce;
  margin-bottom: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= bj_new_product_area css ==============*/
.bj_product_slider {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 60px;
}
.bj_product_slider .item {
  padding: 15px;
}

.bj_new_pr_content {
  padding-top: 0px;
  text-align: center;
}
.bj_new_pr_content .category {
  font-size: 16px;
  font-family: var(--bj-Open);
  color: var(--bj-blue);
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}
.bj_new_pr_content .bj_new_pr_title {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--bj-Open);
  letter-spacing: 0px;
  color: var(--bj-dark);
  transition: all 0.2s;
}
.bj_new_pr_content .bj_pr_meta {
  font-size: 16px;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.bj_new_pr_content .bj_pr_meta .writer_name {
  color: var(--bj-light-gray);
  display: flex;
}
.bj_new_pr_content .bj_pr_meta .writer_name img {
  margin-right: 7px;
}
.bj_new_pr_content .bj_pr_meta .writer_name a {
  margin-left: 5px;
}
.bj_new_pr_content .bj_pr_meta .ratting {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffa801;
}
.bj_new_pr_content .bj_pr_meta .ratting span {
  color: #797a7c;
  font-weight: 400;
  padding-left: 5px;
}
.bj_new_pr_content .bj_pr_meta .ratting img {
  margin-right: 7px;
}
.bj_new_pr_content .book_price {
  color: var(--bj-dark);
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.bj_new_pr_content .book_price img {
  margin-right: 7px;
}
.bj_new_pr_content .book_price del {
  color: #797a7c;
  font-weight: 400;
}
.bj_new_pr_content .product_varaiation {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(226, 226, 226, 0.831372549);
  margin-top: 14px;
  padding-top: 3px;
}
.bj_new_pr_content .product_varaiation button {
  background-color: #fff;
  padding: 8px;
  margin: 0;
  border: 0;
  padding-left: 0;
  color: #202124;
}
.bj_new_pr_content .product_varaiation .nice-select {
  padding-left: 0;
  border: 0;
  font-size: 15px;
  padding-right: 22px;
}
.bj_new_pr_content .product_varaiation .nice-select img {
  margin-right: 5px;
}
.bj_new_pr_content .product_varaiation .nice-select i {
  margin-right: 5px;
}
.bj_new_pr_content .product_varaiation img {
  max-width: 18px;
}
.bj_new_pr_content .product_varaiation .book_price {
  font-size: 15px;
}

.bj_new_pr_content_two {
  padding-top: 5px;
  paddding-left: 5px;
    padding-right: 5px;
}
.bj_new_pr_content_two .d-flex {
  align-items: center;
}
.bj_new_pr_content_two .writer_name {
  font-size: 16px;
  color: #535a60;
}
.bj_new_pr_content_two .writer_name i {
  margin-right: 3px;
}
.bj_new_pr_content_two .ratting {
  display: flex;
  font-size: 14px;
  color: #535a60;
  letter-spacing: 0.8px;
  margin: 5px 0px 18px;
}
.bj_new_pr_content_two .ratting .ratting_icon {
  letter-spacing: -0.8px;
  margin-right: 6px;
}
.bj_new_pr_content_two .ratting i {
  font-size: 14px;
  color: #ffa801;
}
.bj_new_pr_content_two .ratting i:last-child {
  color: #9fa6ad;
}
.bj_new_pr_content_two .book_price {
  font-size: 30px;
  color: #242729;
  font-weight: 700;
}
.bj_new_pr_content_two .book_price sup {
  font-size: 16px;
  font-weight: 600;
}
.bj_new_pr_content_two .bj_theme_btn {
  width: 100%;
  display: block;
}

.bj_new_pr_item {
  /*background: #fff;*/
  /*box-shadow: 0px 1.68px 3.59px 0px rgba(51, 77, 114, 0.15), 0px 0.5px 1px 0px rgba(51, 77, 114, 0.1);*/
  border-radius: 8px;
  /*padding: 16px;*/
  transition: all 0.3s linear;
  position: relative;
  margin-bottom: 30px;
}
.bj_new_pr_item .ribon {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--bj-Open);
  color: #fff;
  background: rgb(255, 122, 0);
  background: linear-gradient(0deg, rgb(255, 182, 0) 0%, rgb(255, 122, 0) 100%);
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 2;
  padding: 5px 14px;
  text-transform: uppercase;
}
.bj_new_pr_item .ribon:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 12px 0;
  border-color: transparent #bababa transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.bj_new_pr_item .pr_img {
  position: relative;
}
.bj_new_pr_item .wish_btn {
  position: absolute;
  right: 30px;
  top: 30px;
  background: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 15px;
  color: #3c4146;
  border-radius: 3px;
}
.bj_new_pr_item .wish_btn i:hover {
  color: #727272;
}
.bj_new_pr_item .img {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
}
.bj_new_pr_item .img img {
  display: inline-block;
  transition: all 0.4s linear;
  max-width: 100%;
}
.bj_new_pr_item .bj_theme_btn {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 30px;
  display: block;
  margin-top: 18px;
}
.bj_new_pr_item:hover {
  /*box-shadow: 0px 5px 15px 0px rgba(51, 77, 114, 0.15);*/
}
.bj_new_pr_item:hover .img img {
  transform: scale(1.04);
}
.bj_new_pr_item:hover .bj_new_pr_title {
  color: var(--bj-blue);
}

.slider_nav .slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #bcd1f4;
  margin: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.slider_nav .slick-arrow:hover {
  background: var(--bj-blue);
}

/*============= bj_new_product_area css ==============*/
.tab_slider_thumb {
  padding-top: 15px;
  padding-right: 75px;
}
.tab_slider_thumb .nav-item {
  width: 100%;
}
.tab_slider_thumb .nav-link {
  margin-bottom: 10px;
  width: 100%;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 20px;
  display: inline-block;
  transition: all 0.2s;
  cursor: pointer;
  border: 1px solid transparent;
}
.tab_slider_thumb .nav-link strong {
  font-size: 18px;
  color: #3c4146;
  font-weight: 600;
  transition: all 0.2s;
}
.tab_slider_thumb .nav-link span {
  font-size: 14px;
  color: #6a737c;
}
.tab_slider_thumb .nav-link:hover {
  background: #f9f9f9;
  border: 1px solid #d6d9dc;
  border-radius: 4px;
}
.tab_slider_thumb .nav-link:hover strong {
  color: #0c0d0e;
}
.tab_slider_thumb .nav-link.active {
  background-color: #f2f6ff;
  color: #6a737c;
}
.tab_slider_thumb .nav-link.active strong {
  color: #4285f4;
}
.tab_slider_thumb .item {
  float: none;
}
.tab_slider_thumb .item.slick-current .tab_thumb_content {
  background: var(--bj-blue);
  color: #fff;
}
.tab_slider_thumb .item.slick-current .tab_thumb_content strong {
  color: #fff;
}

.pr_featured_author_area .tab-arrow-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 25px;
  margin-top: -45px;
}
.pr_featured_author_area .tab-arrow-controls button {
  border: none;
  outline: none;
  padding: 0;
  width: 35px;
  height: 35px;
  background: #bbc0c4;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  top: -25px;
  transition: all 0.2s linear;
}
.pr_featured_author_area .tab-arrow-controls button:hover {
  background: #535a60;
}
.pr_featured_author_area .tab-arrow-controls button:disabled {
  background: #bbc0c4;
}

.tab_slider_content .bj_author_single {
  box-shadow: 0 1.68px 3.54px 0 rgba(51, 77, 114, 0.15), 0 0.5px 1px 0 rgba(51, 77, 114, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.tab_slider_content .bj_author_single .bj_author_single_content {
  padding: 0 5px 0 30px;
}
.tab_slider_content .bj_author_single .bj_author_single_content h2 {
  margin-bottom: 15px;
}
.tab_slider_content .bj_author_single .bj_author_single_content p {
  line-height: 27px;
}
.tab_slider_content .bj_author_single .bj_author_single_content .f_social_round {
  margin-bottom: 3px;
}
.tab_slider_content .bj_author_single .bj_author_single_content .f_social_round li a {
  width: 30px;
  height: 30px;
  font-size: 16px;
  transition: all 0.2s;
}
.tab_slider_content .bj_author_single .bj_author_single_content .f_social_round li:nth-child(1) a {
  background: #4285F4;
}
.tab_slider_content .bj_author_single .bj_author_single_content .f_social_round li:nth-child(1) a:hover {
  box-shadow: 0px 3px 6px 4px rgba(66, 133, 244, 0.25);
}
.tab_slider_content .bj_author_single .bj_author_single_content .f_social_round li:nth-child(2) a {
  background: #8f39ce;
}
.tab_slider_content .bj_author_single .bj_author_single_content .f_social_round li:nth-child(2) a:hover {
  box-shadow: 0px 3px 6px 4px rgba(143, 57, 206, 0.25);
}
.tab_slider_content .bj_author_single .bj_author_single_content .f_social_round li:nth-child(3) a {
  background: #ff4500;
}
.tab_slider_content .bj_author_single .bj_author_single_content .f_social_round li:nth-child(3) a:hover {
  box-shadow: 0px 3px 6px 4px rgba(255, 69, 0, 0.25);
}
.tab_slider_content .bj_author_single .bj_author_single_content .f_social_round li:nth-child(4) a {
  background: #b92b27;
}
.tab_slider_content .bj_author_single .bj_author_single_content .f_social_round li:nth-child(4) a:hover {
  box-shadow: 0px 3px 6px 4px rgba(185, 43, 39, 0.25);
}
.tab_slider_content .bj_author_single .bj_author_single_content .text_btn::before {
  display: none;
}
.tab_slider_content .bj_author_single .bj_author_single_content .text_btn i {
  margin-left: 5px;
}
.tab_slider_content .item {
  padding: 5px;
}
.tab_slider_content .slick-arrow {
  width: 35px;
  height: 35px;
  background: #bbc0c4;
  color: #fff;
  border-radius: 50%;
  top: -25px;
  transition: all 0.2s linear;
}
.tab_slider_content .slick-arrow:hover {
  background: #535a60;
}
.tab_slider_content .slick-prev {
  left: auto;
  right: 62px;
}
.tab_slider_content .slick-prev::before {
  content: "4";
  font-family: "ElegantIcons";
  opacity: 1;
  line-height: 10px;
}
.tab_slider_content .slick-next {
  right: 15px;
}
.tab_slider_content .slick-next::before {
  content: "5";
  font-family: "ElegantIcons";
  opacity: 1;
  line-height: 10px;
}

/*=== product_introduce_area css ====*/
.pr_intro_img {
  box-shadow: 1px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.pr_introduce_content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1.6px;
  margin-bottom: 17px;
}
.pr_introduce_content .title {
  margin-bottom: 30px;
}
.pr_introduce_content p {
  color: #4D4E50;
  margin-bottom: 55px;
}
.pr_introduce_content .text_btn {
  margin-left: 25px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=========== best_selling_pr_area css ========*/
.best_selling_pr_area {
  padding-top: 100px;
}
.best_selling_pr_area .tab-content {
  margin-bottom: -30px;
}
.best_selling_pr_area:hover .best_slider .slick-arrow.slick-prev {
  left: -55px;
  opacity: 1;
}
.best_selling_pr_area:hover .best_slider .slick-arrow.slick-next {
  right: -55px;
  opacity: 1;
}
.best_selling_pr_area .bj_new_pr_item {
  margin-bottom: 0;
}

.bj_theme_btn.strock_btn.blue_strock_btn {
  border-color: #4285F4;
  color: #4285F4;
  /*text-transform: uppercase;*/
  /*margin-left: 0;*/
  /*margin-top: 20px;*/
}

.best_pr_tab {
  margin-bottom: 30px;
}
.best_pr_tab .nav-item .nav-link {
  color: #909192;
  font-family: var(--bj-Open);
  font-size: 18px;
  font-weight: 400;
  padding: 0px;
  background: transparent;
  transition: all 0.2s;
  margin: 0px 25px;
  cursor: pointer;
}
.best_pr_tab .nav-item .nav-link.active {
  color: var(--bj-dark);
  text-decoration: underline;
  font-weight: 600;
}
.best_pr_tab .nav-item .nav-link:hover {
  color: var(--bj-dark);
  font-weight: 600;
}

.best_slider .item {
  padding: 0px 12px 12px 12px;
}
.best_slider .bj_new_pr_item {
  padding: 20px;
}
.best_slider .bj_new_pr_item .bj_new_pr_content_two .bj_new_pr_title {
  font-size: 18px;
  font-weight: 600;
  transition: color 0.3s linear;
}
.best_slider .bj_new_pr_item .bj_new_pr_content_two .book_price {
  font-size: 20px;
}
.best_slider .bj_new_pr_item .bj_new_pr_content_two .book_price sup {
  font-size: 12px;
}
.best_slider .bj_new_pr_item .bj_new_pr_content_two .writer_name {
  font-size: 14px;
  margin-top: 5px;
}
.best_slider .bj_new_pr_item .bj_new_pr_content_two .bj_theme_btn {
  padding: 10px 20px;
  text-transform: uppercase;
}
.best_slider .slick-arrow {
  width: 35px;
  height: 35px;
  background: #bbc0c4;
  color: #fff;
  border-radius: 50%;
  transition: all 0.2s linear;
  z-index: 1;
}
.best_slider .slick-arrow.slick-prev {
  left: -80px;
  opacity: 0;
}
.best_slider .slick-arrow.slick-prev::before {
  content: "4";
  font-family: "ElegantIcons";
  opacity: 1;
  line-height: 10px;
}
.best_slider .slick-arrow.slick-next {
  right: -80px;
  opacity: 0;
}
.best_slider .slick-arrow.slick-next:before {
  content: "5";
  font-family: "ElegantIcons";
  line-height: 10px;
  opacity: 1;
}
.best_slider .slick-arrow:hover {
  background: #535a60;
}

.bj_new_pr_item_two {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1.68px 3.59px 0 rgba(51, 77, 114, 0.15), 0 0.5px 1px 0 rgba(51, 77, 114, 0.1);
  background: #fff;
  transition: all 0.3s linear;
  margin-bottom: 25px;
}
.bj_new_pr_item_two .img {
  /*box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);*/
  margin-right: 15px;
  width: 147px;
  overflow: hidden;
}
.bj_new_pr_item_two .img img {
  transition: all 0.3s linear;
  object-fit: contain;
  max-width: 100%;
  height: 100%;
}
.bj_new_pr_item_two .bj_new_pr_content_two {
  flex: 1;
}
.bj_new_pr_item_two .bj_new_pr_content_two .category {
  font-size: 16px;
  color: #e79729;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 7px;
}
.bj_new_pr_item_two .bj_new_pr_content_two .bj_new_pr_title {
  font-size: 20px;
  letter-spacing: -0.08px;
  margin-bottom: 7px;
  transition: color 0.3s linear;
}
.bj_new_pr_item_two .bj_new_pr_content_two .writer_name {
  font-size: 14px;
  color: #535a60;
  margin-bottom: 18px;
}
.bj_new_pr_item_two .bj_new_pr_content_two .book_price {
  font-size: 24px;
}
.bj_new_pr_item_two .bj_new_pr_content_two .book_price sup {
  font-size: 14px;
}
.bj_new_pr_item_two .bj_new_pr_content_two .bj_theme_btn {
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 12px;
  margin-top: 14px;
  display: inline-block;
}
.bj_new_pr_item_two:hover {
  box-shadow: 0px 20px 45px 0px rgba(51, 77, 114, 0.15);
}
.bj_new_pr_item_two:hover .bj_new_pr_title {
  color: #4285F4;
}

.best_product_item {
  margin-bottom: 40px;
}
.best_product_item .img {
  margin-right: 30px;
}
.best_product_item .bj_new_pr_title:hover {
  color: var(--bj-blue);
}
.best_product_item .writer_name {
  margin-top: 5px;
}
.best_product_item .book_price {
  font-size: 24px;
  margin-bottom: 18px;
  margin-top: 5px;
}
.best_product_item .book_price del {
  font-size: 16px;
  margin-left: 10px;
}
.best_product_item .bj_theme_btn {
  font-size: 12px;
  padding: 6px 10px 6px;
}

.clock {
  display: flex;
  justify-content: center;
  padding: 0 0px 50px;
}
.clock .timer {
  margin-left: 25px;
  text-align: center;
  border: 1px solid #bbc0c4;
  padding: 23px 10px;
  width: 85px;
  border-radius: 4px;
}
.clock .timer span {
  font-size: 28px;
  line-height: 30px;
  font-family: "Libre Baskerville", sans-serif;
  color: #212833;
  font-weight: 700;
}
.clock .timer:first-child {
  margin-left: 0;
}
.clock .smalltext {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #909192;
  margin-top: 4px;
}

.product_fair_area {
  padding: 130px 0px 140px;
  position: relative;
  z-index: 1;
}
.product_fair_area .fair_img {
  position: absolute;
  left: 0;
  top: 70px;
}
.product_fair_area .fair_img.two {
  right: 0;
  left: auto;
  bottom: 30px;
  top: auto;
}

.product_fair_content {
  max-width: 660px;
  margin: 0 auto;
}
.product_fair_content h2 {
  font-size: 80px;
  font-weight: 700;
  color: var(--bj-darks);
  margin-bottom: 40px;
}
.product_fair_content p {
  color: var(--bj-dark);
  line-height: 38px;
  letter-spacing: 0.02rem;
  margin-bottom: 55px;
}

.bj_best_book_area {
  padding: 140px 0px;
}

.bj_best_book_item {
  display: flex;
}
.bj_best_book_item .bj_book_img {
  margin-right: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.bj_best_book_item .bj_book_img img {
  transition: all 0.5s;
  border-radius: 10px;
}
.bj_best_book_item .bj_new_pr_title {
  font-size: 28px;
  font-weight: 600;
  color: var(--bj-darks);
  font-family: var(--bj-Open);
  transition: color 0.3s;
}
.bj_best_book_item .bj_new_pr_title:hover {
  color: var(--bj-blue);
}
.bj_best_book_item .bj_pr_meta {
  font-size: 16px;
  color: #797a7c;
  border-bottom: 1px solid #d2d2d3;
  padding-bottom: 20px;
}
.bj_best_book_item .book_price {
  color: var(--bj-blue);
  font-size: 24px;
  letter-spacing: 0.48px;
  font-family: var(--bj-Open);
  padding-top: 22px;
}
.bj_best_book_item .wish_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(32, 33, 36, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s;
}
.bj_best_book_item .wish_btn:hover {
  background: var(--bj-blue);
}
.bj_best_book_item .bj_theme_btn {
  font-family: var(--bj-Open);
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 600;
  text-transform: none;
  margin-left: 0;
  margin-top: 35px;
  padding: 15px 36px;
}
.bj_best_book_item .bj_theme_btn.strock_btn {
  color: var(--bj-darks);
  border-color: var(--bj-darks);
  padding: 14px 36px;
}
.bj_best_book_item .bj_theme_btn.strock_btn:hover {
  border-color: var(--bj-blue);
  color: #4285F4;
}
.bj_best_book_item ul li {
  font-size: 18px;
  font-weight: 400;
  color: #636466;
  margin-top: 12px;
}
.bj_best_book_item ul li img {
  margin-right: 7px;
}
.bj_best_book_item:hover .bj_book_img img {
  transform: scale(1.04);
}

/*========= bj_book_category css =========*/
.bj_category_inner {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 30px;
}

.bj_book_category_item {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  transition: all 0.3s linear;
}
.bj_book_category_item .icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bj-darks);
  font-size: 40px;
  background: rgba(32, 33, 36, 0.05);
  margin-bottom: 15px;
  transition: all 0.2s;
}
.bj_book_category_item h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--bj-darks);
  margin-bottom: 0;
  font-family: var(--bj-Open);
  transition: color 0.3s;
}
.bj_book_category_item:hover {
  box-shadow: 0px 0px 20px rgba(32, 33, 36, 0.05);
}
.bj_book_category_item:hover .icon {
  background: var(--bj-blue);
  color: #fff;
}
.bj_book_category_item:hover h6 {
  color: var(--bj-blue);
}

.best_selling_pr_area_two {
  padding-bottom: 95px;
}
@media (min-width: 1360px) {
  .best_selling_pr_area_two .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1360px) {
  .best_selling_pr_area_two .row > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.best_pr_tab_inner {
  border-bottom: 1px solid #d2d2d3;
  margin-bottom: 70px;
}
.best_pr_tab_inner .bj_theme_btn_two.style_two i {
  transition: all 0.2s linear;
  position: relative;
  display: inline-block;
}
.best_pr_tab_inner .bj_theme_btn_two.style_two::before {
  display: none;
}
.best_pr_tab_inner .bj_theme_btn_two.style_two:hover {
  color: #4285F4;
}
.best_pr_tab_inner .bj_theme_btn_two.style_two:hover i {
  transform: translateX(5px);
}

.best_pr_tab_two .nav-item {
  margin-right: 50px;
}
.best_pr_tab_two .nav-item .nav-link {
  padding: 0;
  border-radius: 0px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #4d4e50;
  position: relative;
  display: inline-block;
  background: transparent;
  cursor: pointer;
}
.best_pr_tab_two .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -1px;
  transition: width 0.2s linear;
  background: var(--bj-blue);
}
.best_pr_tab_two .nav-item .nav-link:hover {
  color: var(--bj-blue);
}
.best_pr_tab_two .nav-item .nav-link.active {
  color: var(--bj-darks);
}
.best_pr_tab_two .nav-item .nav-link.active:before {
  width: 100%;
  left: 0;
  right: auto;
}

.best_product_item_two .img {
  margin-right: 0;
  padding: 5px;
  /*box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, 0.05);*/
  display: block;
  position: relative;
  /*background: #fff;*/
  overflow: hidden;
  z-index: 1;
  /*border-radius: 5px;*/
}
.best_product_item_two .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s linear;
  z-index: 1;
}
.best_product_item_two .img a {
  display: block;
  overflow: hidden;
}
.best_product_item_two .img img {
  max-width: 100%;
  transition: all 0.7s linear;
}
.best_product_item_two.box-shadow .img {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
.best_product_item_two .hover_item {
  position: absolute;
  right: 0;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0s ease-out;
  z-index: 2;
}
.best_product_item_two .hover_item .quick_button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #909192;
  margin-bottom: 6px;
  transition: all 0.3s linear;
  border: 0;
}
.best_product_item_two .hover_item .quick_button:hover {
  background: var(--bj-blue);
  color: #fff;
}
.best_product_item_two .bj_theme_btn {
  border: 0;
  font-size: 14px;
  font-family: var(--bj-Open);
  font-weight: 600;
  text-transform: none;
  padding: 12px 30px;
  background: #fff;
  color: var(--bj-blue);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  bottom: -20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0s ease-out;
}
.best_product_item_two .bj_theme_btn::before {
  background: var(--bj-blue);
}
.best_product_item_two .bj_theme_btn:hover {
  color: #fff;
}
.best_product_item_two .bj_new_pr_content {
  /*padding-top: 28px;*/
}
.best_product_item_two .bj_new_pr_content .bj_new_pr_title {
  font-weight: 700;
  color: var(--bj-darks);
}
.best_product_item_two .bj_new_pr_content .writer_name {
  color: #797a7c;
  font-size: 14px;
}
.best_product_item_two .bj_new_pr_content .bj_pr_meta {
  align-items: center;
  /*margin-top: 18px;*/
}
.best_product_item_two .bj_new_pr_content .bj_pr_meta .book_price {
  margin: 0;
  color: var(--bj-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.best_product_item_two .bj_new_pr_content .bj_pr_meta .ratting {
  color: #636466;
  font-size: 18px;
  font-weight: 400;
  margin-left: 25px;
}
.best_product_item_two:hover .img:before {
  opacity: 1;
}
.best_product_item_two:hover .img img {
  transform: scale(1.04);
}
.best_product_item_two:hover .bj_new_pr_title {
  color: var(--bj-blue);
}
.best_product_item_two:hover .hover_item {
  opacity: 1;
  visibility: visible;
  right: 20px;
}
.best_product_item_two:hover .bj_theme_btn {
  opacity: 1;
  bottom: 30px;
  visibility: visible;
}

.product-quickview-modal .modal-dialog {
  max-width: 900px;
}
.product-quickview-modal .product_sidbar {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}
.product-quickview-modal .product_sidbar .product-qty {
  margin-bottom: 21px;
  margin-top: 0;
}
.product-quickview-modal .product_sidbar .bj_theme_btn {
  padding: 7px 20px;
}
.product-quickview-modal .close-btn {
  position: absolute;
  right: -36px;
  top: -8px;
  color: #fff;
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 30px;
}

/*========= best_pr_tab_btn css ==========*/
.best_pr_tab_btn .nav-item:not(:last-child) {
  margin-right: 10px;
}
.best_pr_tab_btn .nav-item .nav-link {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #202124;
  background: #e9e9e9;
  padding: 9px 20px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s linear;
}
.best_pr_tab_btn .nav-item .nav-link.active {
  background: var(--bj-blue);
  color: #fff;
}
.best_pr_tab_btn .nav-item .nav-link.active:hover {
  background: var(--bj-blue);
}
.best_pr_tab_btn .nav-item .nav-link:hover {
  background: #dfe9ff;
}

.bj_new_product_area_three {
  overflow: hidden;
}
@media (min-width: 1360px) {
  .bj_new_product_area_three .row {
    margin-left: -27px;
    margin-right: -27px;
  }
}
@media (min-width: 1360px) {
  .bj_new_product_area_three .row > * {
    padding-left: 27px;
    padding-right: 27px;
  }
}

.portfolio_filter {
  margin-bottom: 50px;
}
.portfolio_filter .work_portfolio_item {
  color: var(--bj-light);
  font-size: 18px;
  font-family: var(--bj-Open);
  margin: 0px 25px;
  cursor: pointer;
}
.portfolio_filter .work_portfolio_item.active {
  color: var(--bj-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.portfolio_filter .work_portfolio_item:hover {
  color: var(--bj-blue);
}

.projects_item .best_product_item .img {
  min-height: 350px;
  padding: 0px;
  border-radius: 0px;
}

.promotion_add {
  padding: 60px 55px;
  background: #fff;
}
.promotion_add img {
  margin-bottom: 42px;
  transition: all 0.5s;
}
.promotion_add h3 {
  font-size: 32px;
}
.promotion_add h2 {
  font-size: 48px;
  letter-spacing: -0.48px;
}
.promotion_add h2 span {
  color: var(--bj-blue);
}
.promotion_add h5 {
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--bj-light-gray);
  font-weight: 400;
  margin-top: 24px;
}
.promotion_add .bj_theme_btn {
  margin-top: 65px;
}
.promotion_add:hover img {
  transform: scale(1.03);
}

.bj_best_book_area_two .bj_best_book_item .bj_new_pr_title {
  font-size: 22px;
}
.bj_best_book_area_two .bj_best_book_item .bj_pr_meta {
  border: 0px;
}
.bj_best_book_area_two .bj_best_book_item .bj_pr_meta .ratting {
  margin-top: 12px;
}
.bj_best_book_area_two .bj_best_book_item .strock_btn {
  padding: 9px 26px;
  border-color: #4285F4;
  color: #4285F4;
  margin-top: 18px;
}

/*====== booklist_area css ======*/
.booklist_item {
  display: flex;
  align-items: flex-start;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, 0.05);
  transition: all 0.2s linear;
  padding: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}
.booklist_item img {
  margin-right: 18px;
}
.booklist_item h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.2s linear;
}
.booklist_item p {
  font-size: 14px;
  color: #797a7c;
  margin-bottom: 0;
}
.booklist_item:hover {
  box-shadow: 0px 25px 60px -5px rgba(33, 40, 51, 0.12);
}
.booklist_item:hover h5 {
  color: #f16428;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.bj_promo_area {
  padding: 140px 0px;
}

.bj_promo_item {
  box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, 0.05);
  border-radius: 10px;
  padding: 17px 50px;
  align-items: center;
  background: #fff;
}
.bj_promo_item img {
  margin-right: 20px;
}
.bj_promo_item p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--bj-Open);
  color: var(--bj-darks);
  line-height: 1.6;
}

.bj_promo_featured_item {
  display: flex;
  padding: 50px 30px;
  align-items: flex-end;
  margin-top: 30px;
  border-radius: 4px;
}
.bj_promo_featured_item .bj_promo_text {
  flex: 1;
}
.bj_promo_featured_item .bj_promo_text h4 {
  font-size: 28px;
  letter-spacing: 0.56px;
  font-family: var(--bj-Open);
  color: var(--bj-darks);
  font-weight: 700;
  margin-bottom: 35px;
}

.bj_theme_btn_two {
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 600;
  color: var(--bj-blue);
  padding: 7px 15px 7px 0px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  transition: all 0.4s;
  z-index: 1;
}
.bj_theme_btn_two:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0, 0, 1, 1);
  z-index: -1;
}
.bj_theme_btn_two i {
  margin-left: 5px;
  vertical-align: middle;
}
.bj_theme_btn_two:hover {
  padding-left: 15px;
}
.bj_theme_btn_two:hover:before {
  transform: translateX(-50%) scale(20);
  opacity: 1;
}
.bj_theme_btn_two.style_two {
  color: var(--bj-darks);
}
.bj_theme_btn_two.style_two:before {
  background: var(--bj-blue);
}
.bj_theme_btn_two.style_two:hover {
  color: #fff;
}

.promotion_box_inner {
  position: relative;
  padding: 110px 0px;
  overflow: hidden;
}
.promotion_box_inner .content {
  position: relative;
  z-index: 1;
}
.promotion_box_inner h5 {
  color: #4d4e50;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-bottom: 25px;
}
.promotion_box_inner .bj_theme_btn {
  margin-top: 45px;
}

.shap_img li {
  position: absolute;
}
.shap_img li:nth-child(1) {
  top: -50px;
  left: 0px;
}
.shap_img li:nth-child(2) {
  bottom: 20px;
  left: 20px;
}
.shap_img li:nth-child(3) {
  bottom: 100px;
  right: 1px;
  z-index: 1;
}
.shap_img li:nth-child(4) {
  bottom: -40px;
  right: 170px;
}
.shap_img li:nth-child(5) {
  bottom: -35px;
  right: -45px;
}

/*=========== shortlist_product_promo_area css ============*/
.shortlist_product_promo_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.shortlist_product_promo_area .bg_top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.shortlist_product_promo_area .title {
  font-size: 40px;
  margin-bottom: 0;
}

.shortlist_book {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 80px 0px;
}
.shortlist_book .round {
  width: 415px;
  height: 415px;
  border-radius: 50%;
  background: #cdf0f0;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -207px;
  z-index: -1;
}

/*======= bj_promoter_area css ======*/
.bj_promoter_area .border_bottom {
  margin-top: 110px;
}
.bj_promoter_area .clients_logo_inner .clients_logo_item {
  width: 25%;
}

.border_bottom {
  border-bottom: 1px solid var(--black_50);
}

.promoter_content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.promoter_content p {
  font-size: 16px;
  color: #636466;
}

/*======= bj_book_service_area css ====*/
.bj_book_service_area {
  padding-bottom: 130px;
}

.bj_book_service_item {
  border-radius: 5px;
  padding: 55px 30px;
  margin-top: 30px;
}
.bj_book_service_item i {
  font-size: 60px;
  margin-bottom: 30px;
  display: block;
}
.bj_book_service_item h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.bj_book_service_item p {
  font-size: 16px;
  margin-bottom: 0;
}

/*========== bj_award_gallery_area  css =======*/
.bj_award_gallery_item:not(:first-child) {
  margin-top: 150px;
}

.award_content p {
  font-size: 16px;
  margin-bottom: 25px;
}
.award_content .award_logo_inner {
  display: flex;
  padding-top: 25px;
}
.award_content .award_logo_inner .award_logo_item {
  width: 25%;
  padding-right: 12px;
}
.award_content .award_logo_inner .award_logo_item img {
  max-width: 100%;
}
.award_content .award_logo_inner .award_logo_item h4 {
  font-size: 22px;
  font-weight: 600;
  color: #3d3d4e;
  line-height: 32px;
  margin-top: 20px;
}

.award_img {
  position: relative;
}
.award_img .border_radius {
  border-radius: 10px;
}
.award_img .shape {
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 0;
}

.bj_award_gallery_item_two .award_img .shape {
  right: auto;
  left: -70px;
  top: -50px;
  z-index: -1;
}
.bj_award_gallery_item_two .award_content .award_logo_inner .award_logo_item h4 {
  font-size: 14px;
  max-width: 100px;
  margin-left: auto;
  line-height: 20px;
  margin-right: auto;
}

/*=========== bj_fact_area css =========*/
.bj_fact_area {
  background-attachment: fixed !important;
  padding: 120px 0px;
  position: relative;
  z-index: 1;
}
.bj_fact_area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1d2e59;
  opacity: 0.8;
  z-index: -1;
}

.bj_fact_item {
  text-align: center;
}
.bj_fact_item i {
  font-size: 60px;
  color: #fff;
}
.bj_fact_item p {
  font-size: 18px;
  color: #d2d2d3;
  font-weight: 400;
  margin-top: 15px;
}
.bj_fact_item .number {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.48px;
}

.version {
  margin-top: 39px;
}
.version h5 {
  font-size: 22px;
}
.version p {
  padding: 0 15px;
  font-size: 16px;
  color: #4d4e50;
  margin-bottom: 0;
}

.chapter-tab {
  gap: 10px;
  border: none;
}
.chapter-tab .nav-link {
  border-radius: 8px;
  padding: 20px 42px 18px 35px;
  border: none;
  box-shadow: none;
  background-color: #fff;
  box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, 0.05);
  cursor: pointer;
  width: 100%;
}
.chapter-tab .nav-link:hover {
  background-color: rgba(66, 133, 244, 0.2);
}
.chapter-tab .nav-link.active {
  background-color: #4285F4;
}
.chapter-tab .nav-link.active .tab_title {
  color: #fff;
}
.chapter-tab .nav-link.active p {
  color: #fff;
}
.chapter-tab .nav-link .tab_title {
  font-weight: 600;
  margin-bottom: 2px;
  color: #202124;
}
.chapter-tab .nav-link p {
  margin-bottom: 0;
  font-size: 16px;
  color: #636466;
}

.chapter-tab-content {
  text-align: center;
}
.chapter-tab-content .main-img {
  border-radius: 5px;
  box-shadow: 16.1481494904px 24.2222251892px 40.3703727722px 0 rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  display: inline-block;
}

/*=========== bj_features_item  css =========*/
.features_box {
  margin-top: 100px;
}

.bj_features_item {
  padding: 0px 30px;
  margin-top: 30px;
}
.bj_features_item .icon {
  font-size: 50px;
  color: #202124;
  margin-bottom: 40px;
  display: inline-block;
}
.bj_features_item h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.bj_features_item .text_btn {
  color: #202124;
  margin-top: 22px;
}
.bj_features_item .text_btn:before {
  display: none;
}
.bj_features_item .text_btn i {
  transition: all 0.2s linear;
  display: inline-block;
}
.bj_features_item .text_btn:hover {
  color: #4285F4;
}
.bj_features_item .text_btn:hover i {
  margin-left: 5px;
}

.my-books-area {
  padding-top: 135px;
  padding-bottom: 64px;
}
.my-books-area h3 {
  border-bottom: 1px solid #d2d2d3;
  padding-bottom: 34px;
  margin-bottom: 70px;
  font-size: 32px;
}
.my-books-area .single-book {
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
  align-items: center;
}
.my-books-area .single-book .book-img {
  display: inline-block;
  box-shadow: 5px 10px 30px -2px rgba(33, 40, 51, 0.15);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
.my-books-area .single-book .book-img:hover {
  opacity: 0.9;
}
.my-books-area .single-book .book-info {
  margin-left: 100px;
}
.my-books-area .single-book .book-info p {
  max-width: 360px;
  margin-top: 20px;
  font-size: 16px;
}
.my-books-area .single-book .book-info .bj_theme_btn {
  margin-top: 35px;
  color: #202124;
  font-size: 18px;
}
.my-books-area .single-book .book-info .bj_theme_btn:before {
  display: none;
}
.my-books-area .single-book .book-info .bj_theme_btn:hover {
  color: #4285F4;
}
.my-books-area .books-sidebar {
  position: sticky;
  left: 0;
  top: 130px;
}
.my-books-area .books-sidebar ul li {
  margin-bottom: 10px;
  width: 100%;
}
.my-books-area .books-sidebar ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #202124;
  padding: 0px;
}
.my-books-area .books-sidebar ul li a:hover, .my-books-area .books-sidebar ul li a.active {
  color: #4285F4;
  background: transparent;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.bj_testimonial_inner {
  position: relative;
  padding-left: 80px;
  padding-top: 80px;
  margin-left: -80px;
}
.bj_testimonial_inner:before {
  content: "";
  background: url(../img/quote.png) no-repeat scroll center 0;
  font-weight: 900;
  font-size: 120px;
  color: #63b6f7;
  position: absolute;
  left: 4px;
  top: 0px;
  width: 162px;
  height: 122px;
  z-index: 3;
  background-repeat: no-repeat;
}
.bj_testimonial_inner .testimonail_img {
  border-radius: 20px;
}
.bj_testimonial_inner .bj_testimonial_content {
  padding-left: 50px;
}
.bj_testimonial_inner h4 {
  font-size: 32px;
  color: #3c4146;
  line-height: 48px;
  font-weight: 400;
}
.bj_testimonial_inner .author {
  margin-top: 60px;
}
.bj_testimonial_inner .author h5 {
  font-size: 24px;
  color: #001f58;
  margin-bottom: 0px;
}
.bj_testimonial_inner .author .position {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.bj_testimonial_inner .swiper-button-next,
.bj_testimonial_inner .swiper-button-prev {
  position: absolute;
  right: 0;
  bottom: 150px;
  top: auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  background: #535a60;
  color: #fff;
}
.bj_testimonial_inner .swiper-button-next:after,
.bj_testimonial_inner .swiper-button-prev:after {
  font-size: inherit;
  color: inherit;
}
.bj_testimonial_inner .swiper-button-next.swiper-button-prev,
.bj_testimonial_inner .swiper-button-prev.swiper-button-prev {
  left: auto;
  right: 45px;
}

.slider_pagination_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  align-items: center;
}
.slider_pagination_inner .swiper-pagination-progressbar {
  position: relative;
  width: calc(100% - 200px);
  height: 2px;
  background: #d6d9dc;
}
.slider_pagination_inner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #63b6f7;
  height: 6px;
  top: -2px;
}

/*========= bj_testimonial_area css =======*/
.testimonial_slider_three {
  margin: 70px -12px 0;
  margin-bottom: 0 !important;
}
.testimonial_slider_three .single-widget {
  border-radius: 8px;
  background-color: #fff;
  padding: 40px 30px;
  margin: 0 12px;
  transition: all 0.5s linear;
}
.testimonial_slider_three .single-widget.slick-center {
  box-shadow: 0 20px 40px 0 rgba(23, 22, 26, 0.1019607843);
}
.testimonial_slider_three .single-widget .author-img img {
  border-radius: 50%;
}
.testimonial_slider_three .single-widget .widget-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.testimonial_slider_three .single-widget .auth-rating {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
  margin-left: 15px;
}
.testimonial_slider_three .single-widget .auth-info h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}
.testimonial_slider_three .single-widget .auth-info span {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}
.testimonial_slider_three .single-widget .rating span {
  color: #202124;
  margin-right: 7px;
}
.testimonial_slider_three .single-widget .rating i {
  color: #f2a60c;
  font-size: 14px;
}
.testimonial_slider_three .widget-body {
  padding-top: 25px;
}
.testimonial_slider_three .widget-body i {
  font-size: 32px;
}
.testimonial_slider_three .widget-body p {
  font-style: italic;
  margin-top: 15px;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
}
.testimonial_slider_three .widget-body .post-date {
  display: inline-flex;
  align-items: center;
  color: #797a7c;
}
.testimonial_slider_three .widget-body .post-date img {
  margin-right: 8px;
}
.testimonial_slider_three .slick-track {
  padding-bottom: 60px;
}
.testimonial_slider_three .slick-dots {
  bottom: 0px;
  position: relative;
}
.testimonial_slider_three .slick-dots li {
  height: initial;
  width: initial;
  margin: 0 5px;
}
.testimonial_slider_three .slick-dots li.slick-active button {
  background-color: #4285F4;
}
.testimonial_slider_three .slick-dots li button {
  height: 5px;
  width: 40px;
  border-radius: 2.5px;
  background-color: #d2d2d3;
  padding: 0px;
  border: 0;
}
.testimonial_slider_three .slick-dots li button:before {
  display: none;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*======= bj_subscribe_area css ========*/
.bj_subscribe_inner {
  padding: 95px 160px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.bj_subscribe_bg li {
  position: absolute;
}
.bj_subscribe_bg li:nth-child(1) {
  left: 95px;
  top: -172px;
}
.bj_subscribe_bg li:nth-child(2) {
  left: -174px;
  top: 104px;
}
.bj_subscribe_bg li:nth-child(3) {
  left: 102px;
  bottom: -172px;
}

.bj_subscribe_content {
  position: relative;
  z-index: 2;
}
.bj_subscribe_content .title {
  font-size: 40px;
}
.bj_subscribe_content p {
  color: #4D4E50;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
}

.bj_subscribe_form .input-group {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 5px;
}
.bj_subscribe_form .input-group .form-control {
  font-size: 16px;
  font-weight: 400;
  color: #202124;
  border: 0px;
  border-radius: 0;
  box-shadow: none;
  padding-left: 20px;
}
.bj_subscribe_form .input-group .form-control.placeholder {
  color: #909192;
}
.bj_subscribe_form .input-group .form-control:-moz-placeholder {
  color: #909192;
}
.bj_subscribe_form .input-group .form-control::-moz-placeholder {
  color: #909192;
}
.bj_subscribe_form .input-group .form-control::-webkit-input-placeholder {
  color: #909192;
}
.bj_subscribe_form .input-group .bj_theme_btn {
  border: 0px;
  border-radius: 6px !important;
  padding: 17px 38px;
}
.bj_subscribe_form .condition_text {
  margin-top: 12px;
}
.bj_subscribe_form .condition_text input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.bj_subscribe_form .condition_text input:checked + .checkbox_input::before {
  background: #4285F4;
  border-color: #4285F4;
}
.bj_subscribe_form .condition_text input:checked + .checkbox_input:after {
  opacity: 1;
}
.bj_subscribe_form .condition_text .checkbox_input {
  font-size: 16px;
  color: #636466;
  position: relative;
  padding-left: 20px;
}
.bj_subscribe_form .condition_text .checkbox_input::before {
  content: "";
  position: absolute;
  left: 0;
  height: 12px;
  width: 12px;
  border: 1px solid #636466;
  border-radius: 1px;
  top: 6px;
}
.bj_subscribe_form .condition_text .checkbox_input:after {
  content: "";
  left: 4px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  position: absolute;
  transform: rotate(45deg);
  opacity: 0;
}

/*======= bj_subscribe_area css ========*/
.bj_subscribe_area_two {
  z-index: 2;
  background: #f5f5f5;
}

.bj_subscribe_inner_two {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 100px;
  position: relative;
  margin-bottom: -200px;
  z-index: 2;
}
.bj_subscribe_inner_two .bg_shap .shap_one {
  position: absolute;
  z-index: -1;
}
.bj_subscribe_inner_two .bg_shap .shap_one .layer {
  position: relative !important;
}
.bj_subscribe_inner_two .bg_shap .shap_one:nth-child(1) {
  left: 45px;
  top: 40px;
}
.bj_subscribe_inner_two .bg_shap .shap_one:nth-child(2) {
  right: 40px;
  top: 40px;
}
.bj_subscribe_inner_two .bg_shap .shap_one:nth-child(3) {
  bottom: 50px;
  right: 50px;
}
.bj_subscribe_inner_two .bg_shap .shap_one:nth-child(4) {
  left: 250px;
  bottom: 50px;
}
.bj_subscribe_inner_two h2 {
  font-size: 64px;
  color: #001f58;
  font-weight: 700;
  font-family: "Libre Baskerville", sans-serif;
  margin-bottom: 18px;
}
.bj_subscribe_inner_two p {
  font-size: 18px;
  line-height: 32px;
  color: #3c4146;
  max-width: 880px;
  margin: 0 auto 40px;
}

.cta-area-7 {
  background-color: #202124;
  padding-top: 127px;
  position: relative;
  padding-bottom: 150px;
}
.cta-area-7 .section-title .title {
  color: #fff;
}
.cta-area-7 .section-title p {
  color: #d2d2d3;
  max-width: 500px;
  font-size: 20px;
  line-height: 26px;
  margin-top: 21px;
  margin-bottom: 53px;
}
.cta-area-7 .img-shapes .shape {
  position: absolute;
}
@keyframes WingsOne {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.cta-area-7 .img-shapes .shape .fly-msg {
  transform: rotate(-30deg);
}
.cta-area-7 .img-shapes .shape .fly-msg img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  animation-fill-mode: both;
  animation: WingsOne 0.2s ease-in infinite alternate-reverse;
  animation-delay: 0.2s;
}
.cta-area-7 .img-shapes .shape .fly-msg img:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
  animation-fill-mode: both;
  animation: WingsOne 0.2s ease-in infinite alternate-reverse;
}
.cta-area-7 .img-shapes .shape:nth-child(1) {
  right: 3%;
  transform-origin: left bottom;
  top: 70%;
}
.cta-area-7 .img-shapes .shape:nth-child(2) {
  left: -18%;
  top: -20%;
}
.cta-area-7 .img-shapes .shape:nth-child(3) {
  right: 28%;
  bottom: 0%;
  transform-origin: right bottom;
}
.cta-area-7 .img-shapes .shape:nth-child(4) {
  right: 7%;
  top: -25%;
}
.cta-area-7 .search_form .form-control {
  border-radius: 5px;
}
.cta-area-7 .search_form .bj_theme_btn {
  border: 0px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= book_price_area ==========*/
.p_text {
  color: #4D4E50;
  margin-bottom: 0;
  margin-top: 50px;
}
.p_text a {
  color: #4285F4;
  text-decoration: underline;
}

.book_price_item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, 0.05);
  padding: 60px 0px;
  transition: all 0.3s linear;
}
.book_price_item h5 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
}
.book_price_item .price {
  font-size: 72px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-bottom: 25px;
}
.book_price_item .price sub,
.book_price_item .price sup {
  font-size: 16px;
  font-weight: 400;
}
.book_price_item .price sup {
  top: -43px;
}
.book_price_item p {
  color: #4D4E50;
  font-size: 16px;
  margin-bottom: 25px;
}
.book_price_item ul li {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}
.book_price_item .bj_theme_btn {
  margin-left: 0;
  margin-top: 30px;
}
.book_price_item:hover {
  box-shadow: 0px 25px 60px -5px rgba(33, 40, 51, 0.12);
}
.book_price_item:hover .bj_theme_btn {
  border-color: #4285F4;
  color: #fff;
}
.book_price_item:hover .bj_theme_btn::before {
  width: 100%;
  background: #4285F4;
  left: 0;
  right: auto;
}

/*============= book_price_area ==========*/
/*========= bj price area two ==========*/
.bj_price_area_two {
  background: linear-gradient(45deg, #f6fae1 0%, #faf6e1 100%);
}

.pricing-item-2 {
  border-radius: 8px;
  padding: 60px 22px 40px 23px;
  text-align: center;
  box-shadow: 30px 0 40px 0 rgba(23, 22, 26, 0.1019607843);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.pricing-item-2:hover {
  background-color: #4285F4;
}
.pricing-item-2:hover h5,
.pricing-item-2:hover p,
.pricing-item-2:hover i {
  color: #fff;
}
.pricing-item-2:hover .purchase-btn {
  box-shadow: 20px 0 40px 0 rgba(23, 22, 26, 0.1019607843);
  color: #4285F4;
  gap: 10px;
}
.pricing-item-2:hover .purchase-btn span {
  display: block;
}
.pricing-item-2 i {
  font-size: 70px;
  transition: all 0.3s linear;
}
.pricing-item-2 h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  margin-top: 40px;
}
.pricing-item-2 p {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
.pricing-item-2 .purchase-btn {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  border-radius: 5px;
  padding: 10px 30px;
  display: inline-flex;
  background-color: #fff;
  align-items: center;
  color: #202124;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.pricing-item-2 .purchase-btn span {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #4285F4;
  display: none;
  transition: all 0.3s ease-in-out;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.accordion-flush-3 .accordion-item {
  border-radius: 6px;
  overflow: hidden;
  border: none;
  margin-top: 24px;
}
.accordion-flush-3 .accordion-item:first-child {
  margin-top: 0;
}
.accordion-flush-3 .accordion-item .accordion-button {
  padding: 24px 35px 28px 44px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  border: none;
  color: #fff;
  box-shadow: none;
  background-color: #4285F4;
}
.accordion-flush-3 .accordion-item .accordion-button span {
  display: inline-block;
  margin-right: 20px;
}
.accordion-flush-3 .accordion-item .accordion-button.collapsed {
  color: #202124;
  background-color: #f5f5f5;
}
.accordion-flush-3 .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  transform: rotate(0deg);
  color: #fff;
}
.accordion-flush-3 .accordion-item .accordion-button::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: none;
  font-size: 18px;
  color: #202124;
}
.accordion-flush-3 .accordion-item .accordion-body {
  background-color: #4285F4;
  padding-top: 0;
  padding-right: 48px;
}
.accordion-flush-3 .accordion-item .accordion-body p {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  margin-left: 83px;
}

.faq-nav-tab-content {
  margin-left: 55px;
}

.faq-navigation-tab {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 24px 30px;
  border: 0px;
}
.faq-navigation-tab h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;
}
.faq-navigation-tab .nav-link {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #4D4E50;
  width: 100%;
  border: none !important;
  cursor: pointer;
  padding: 0;
}
.faq-navigation-tab .nav-link.active {
  background-color: rgba(66, 133, 244, 0.1);
  color: #4285F4;
  padding-left: 10px;
}
.faq-navigation-tab .nav-link:hover {
  color: #4285F4;
}

/*============= bj_author_area ==============*/
.bj_team_item {
  margin-bottom: 10px;
}
.bj_team_item .team_img {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 5px;
}
.bj_team_item .team_img img {
  transition: all 0.5s linear;
}
.bj_team_item .team_img .social_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.bj_team_item .team_img .social_icon a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #202124;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
}
.bj_team_item .team_img .social_icon a:nth-child(1) {
  transition: transform 0.3s linear;
}
.bj_team_item .team_img .social_icon a:nth-child(2) {
  transition: transform 0.4s linear;
}
.bj_team_item .team_img .social_icon a:nth-child(3) {
  transition: transform 0.5s linear;
}
.bj_team_item .team_img .social_icon a:hover {
  background: #4285F4;
  color: #fff;
}
.bj_team_item h5 {
  font-size: 22px;
  transition: color 0.3s linear;
}
.bj_team_item h5:hover {
  color: #4285F4;
}
.bj_team_item .name {
  color: #4D4E50;
  font-size: 14px;
}
.bj_team_item:hover .team_img img {
  transform: scale(1.05);
}
.bj_team_item:hover .team_img a {
  transform: scale(1);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*========= bj_breadcrumb_area ===========*/
.bj_breadcrumb_area {
  position: relative;
  padding: 40px 0px;
  overflow: hidden;
  z-index: 1;
}
.bj_breadcrumb_area .bg_one {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.bd_shape {
  position: absolute !important;
  z-index: -1;
}
.bd_shape.one {
  bottom: 0;
  left: 100px;
  top: auto !important;
}
.bd_shape.two {
  top: 50px !important;
  left: 320px !important;
}
.bd_shape.three {
  top: 20px !important;
  left: 50px !important;
}
.bd_shape.four {
  bottom: 0px !important;
  top: auto !important;
  left: 300px !important;
}
.bd_shape.five {
  right: 0;
  top: 20px !important;
  left: auto !important;
}
.bd_shape.six {
  right: 60px;
  top: 80px !important;
  left: auto !important;
}
.bd_shape.seven {
  right: 290px;
  top: auto !important;
  left: auto !important;
  bottom: 0;
}

.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb li {
  font-size: 14px;
  font-weight: 400;
  color: #636466;
  position: relative;
}
.breadcrumb li a {
  color: #636466;
}
.breadcrumb li + li {
  margin-left: 30px;
}
.breadcrumb li + li:before {
  content: "\e649";
  font-family: themify;
  speak: none;
  position: absolute;
  left: -22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  top: 0;
  height: 100%;
  font-size: 12px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*======= bj mission area ========*/
.bj_video_inner {
  display: inline-block;
  position: relative;
  margin-left: 80px;
}

.bj_mission_content .title {
  margin-bottom: 40px;
}
.bj_mission_content p {
  margin-bottom: 25px;
}

.play-btn {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s linear;
}
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #fff;
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}
.play-btn:hover {
  transform: scale(1.05) translate(-50%, -50%);
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*========= author_sidebar css ========*/
.author_sidebar {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, 0.05);
}

.widget_title {
  font-size: 24px;
  font-weight: 600;
  color: #202124;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 27px;
}

.widget:not(:last-child) {
  margin-bottom: 45px;
}
.widget .search_form {
  margin-top: 0;
}
.widget .search_form .form-control {
  background: #f5f5f5;
  box-shadow: none;
}
.widget .search_form .search_btn {
  background: transparent;
}
.widget .search_form .search_btn:hover {
  color: #4285F4;
}
.widget.filter_widget ul {
  margin-bottom: -10px;
}
.widget.filter_widget ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.widget.filter_widget ul li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  color: #797a7c;
  transition: all 0.2s linear;
}
.widget.filter_widget ul li.active a, .widget.filter_widget ul li:hover a {
  background: #4285F4;
  color: #fff;
}
.widget.category_widget ul li:not(:last-child) {
  margin-bottom: 15px;
}
.widget.category_widget ul li a {
  font-size: 16px;
  color: #797a7c;
  transition: color 0.2s linear;
}
.widget.category_widget ul li a:hover {
  color: #4285F4;
}

.pagi-content {
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}
.pagi-content .page-item .page-link {
  border: none;
  padding: 11px 15px;
  color: #4d4e50;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  background: transparent;
}
.pagi-content .page-item .page-link i {
  font-size: 12px;
}
.pagi-content .page-item .page-link:hover {
  color: #4285F4;
  background: rgba(66, 133, 244, 0.1);
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background: #4285F4;
  border-radius: 5px;
  /*padding: 11px 15px;*/
}
.page-item.active .page-link:hover {
  color: #fff;
  background: #4285F4;
}

/*========= author_sidebar css ========*/
/*=========== bj_author_single_area css ===========*/
.bj_author_single {
  background: #fff;
  box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, 0.05);
}

.bj_author_single_content {
  padding: 70px;
}
.bj_author_single_content h2 {
  font-size: 32px;
  margin-bottom: 18px;
}
.bj_author_single_content p {
  font-size: 16px;
  margin-bottom: 25px;
}
.bj_author_single_content .book_info {
  list-style: none;
  padding: 0px;
}
.bj_author_single_content .book_info li {
  font-size: 16px;
  color: #4d4e50;
  margin-bottom: 10px;
}
.bj_author_single_content .book_info li a {
  color: #4d4e50;
  transition: all 0.3s ease-in-out;
}
.bj_author_single_content .book_info li a:hover {
  color: #4285F4;
}
.bj_author_single_content .book_info li span {
  font-weight: 600;
  color: #202124;
  margin-right: 3px;
}
.bj_author_single_content .f_social_round {
  margin-top: 30px;
}
.bj_author_single_content .f_social_round li {
  display: inline-block;
}
.bj_author_single_content .f_social_round li a {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #202124;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
}
.bj_author_single_content .f_social_round li a:hover {
  background: #4285F4;
}
.bj_author_single_content .bj_theme_btn {
  margin-top: 30px;
}

.award_inner {
  margin-top: 130px;
}

.award_content .title {
  margin-bottom: 30px;
}
.award_content .award_fact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}
.award_content .bj_fact_item {
  text-align: left;
}
.award_content .bj_fact_item .number {
  color: #202124;
}
.award_content .bj_fact_item p {
  color: #4D4E50;
}

.award_list {
  border-radius: 10px;
  border: 1px solid #d2d2d3;
  padding: 40px;
  background: #fff;
  margin-left: 30px;
  position: relative;
  z-index: 1;
}
.award_list:before {
  content: "";
  background: url(../img/icon.png) no-repeat scroll center;
  position: absolute;
  top: 16px;
  right: 25px;
  z-index: -1;
  width: 70px;
  height: 80px;
}
.award_list h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.award_list_item {
  padding-left: 15px;
}
.award_list_item h5 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.award_list_item h5:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #4285F4;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 6px;
}

.book_meta li {
  display: inline-block;
  font-size: 14px;
  color: #636466;
  font-weight: 600;
}
.book_meta li:not(:first-child):before {
  content: "";
  width: 1px;
  height: 14px;
  display: inline-block;
  background: #bcbcbd;
  margin-right: 10px;
  top: 2px;
  position: relative;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
ppppppppppppppppppppp .bj_home_blog_area {
  padding: 0px 0px 140px;
}

.bj_blog_grid_item .bj_blog_img {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 4px;
}
.bj_blog_grid_item .bj_blog_img img {
  transition: all 0.5s linear;
}
.bj_blog_grid_item .blog_category {
  position: absolute;
  bottom: 15px;
  left: 15px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  padding: 5px 15px;
  font-family: var(--bj-open);
  color: var(--bj-darks);
  font-size: 14px;
}
.bj_blog_grid_item .blog_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  transition: all 0.2s linear;
}
.bj_blog_grid_item .blog_title:hover {
  text-decoration: underline;
}
.bj_blog_grid_item .blog_meta {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #797a7c;
  margin-top: 20px;
  align-items: center;
}
.bj_blog_grid_item .blog_meta .post_author a {
  color: #797a7c;
}
.bj_blog_grid_item .blog_meta .post_author a:hover {
  text-decoration: underline;
}
.bj_blog_grid_item .blog_meta .post_author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
.bj_blog_grid_item .blog_meta .post_date {
  margin-left: 20px;
}
.bj_blog_grid_item .blog_meta .post_date i {
  margin-right: 7px;
}
.bj_blog_grid_item:hover .bj_blog_img img {
  transform: scale(1.05);
}
.bj_blog_grid_item.border_radius .bj_blog_img {
  border-radius: 10px;
}

/*============== bj_home_blog_area css ===========*/
.blog-details-banner-subtitle {
  align-items: center;
  justify-content: center;
  color: #636466;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  gap: 20px;
}
.blog-details-banner-subtitle .title-admin {
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.bs-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.news-area {
  overflow: hidden;
}

.blog-widget {
  background: #f7f7f7;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.blog-widget > img {
  border-radius: 15px;
  width: 100%;
}
.blog-widget .blog-content {
  padding: 25px 30px;
  border-radius: 0 0 15px 15px;
  background: #fff;
}
.blog-widget .blog-content a h5 {
  transition: 0.3s;
  margin-bottom: 15px;
}
.blog-widget .blog-content a:hover h5 {
  color: #4285f4;
}
.blog-widget .blog-content .title {
  color: #17161a;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
}
.blog-widget .blog-content .title h4 {
  transition: all 0.3s ease-in-out;
}
.blog-widget .blog-content .title:hover h4 {
  text-decoration: none;
  color: rgb(66, 133, 244);
}
.blog-widget .blog-content .blog-text {
  color: #5c5b5e;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.blog-widget .blog-content .blog-text i {
  margin-right: 3px;
  font-size: 12px;
}
.blog-widget .blog-content .blog-sub-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747376;
}
.blog-widget .blog-content .blog-sub-text img {
  display: inline;
}
.blog-widget .blog-content .blog-sub-text a {
  color: #747376;
  margin-left: 5px;
  margin-right: 18px;
}
.blog-widget .blog-content .blog-sub-text a:hover {
  color: rgb(66, 133, 244);
}

.box-blog .video_post::before,
.box-blog .featured-img {
  border-radius: 15px 15px 0 0;
}

.blog-area {
  overflow: hidden;
  background-color: #f7f7f7;
}
.blog-area .blog-widget {
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
  margin: 0;
}
.blog-area .blog-widget:hover {
  box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1019607843);
}
.blog-area .pagi-content {
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  background: #fff;
  padding: 20px;
  margin-top: 40px;
}
.blog-area .pagi-content .page-item .page-link {
  border: none;
  padding: 11px 15px;
  background: #fff;
  color: #8a898d;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.blog-area .pagi-content .page-item .page-link:hover {
  background-color: #ebebeb;
}
.blog-area .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background: #4285F4;
  border-radius: 5px;
  /*padding: 11px 15px;*/
}

.blog-right-content {
  border-radius: 5px;
}
@media (max-width: 360px) {
  .blog-right-content {
    padding: 30px 10px;
  }
}
.blog-right-content .input-group {
  position: relative;
  color: #8a898d;
  margin-bottom: 50px;
}
.blog-right-content .input-group input {
  width: 100%;
  padding: 17px 20px;
  border: 1px solid var(--black_50);
  background: #fff;
  color: #8a898d;
  border-radius: 5px !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
}
.blog-right-content .input-group input:focus {
  border-color: #b9b9ba;
  color: #242729;
}
.blog-right-content .input-group input:focus::placeholder {
  color: #242729;
}
.blog-right-content .input-group .search-icon {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 18px;
}
.blog-right-content .blog-title {
  font-weight: 700;
  color: #17161a;
  margin-bottom: 30px;
}
.blog-right-content .category_list {
  margin-top: -10px;
  margin-bottom: 35px;
}
.blog-right-content .category_list li a {
  font-size: 16px;
  font-weight: 400;
  color: #242729;
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}
.blog-right-content .category_list li a:hover {
  text-decoration: underline;
}
.blog-right-content .category_list li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #242729;
  position: absolute;
  left: 0;
  top: 6.5px;
  border-radius: 50%;
}
.blog-right-content .category_list li a span {
  padding-left: 10px;
  font-size: 14px;
}
.blog-right-content .category_list li a:hover {
  color: #17161a;
}
.blog-right-content .category_list li a:hover:before {
  background: #17161a;
}
.blog-right-content .category_list li + li {
  margin-top: 10px;
}
.blog-right-content .recent-news .news-item {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.blog-right-content .recent-news .news-item img {
  border-radius: 5px;
  height: 90px;
  width: auto;
}
.blog-right-content .recent-news .news-item .news-title {
  font-size: 16px;
  line-height: 1.6;
  color: #17161a;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.blog-right-content .recent-news .news-item .news-title:hover {
  text-decoration: underline;
}
.blog-right-content .recent-news .news-item .news-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #8a898d;
}
.blog-right-content .tags-item {
  gap: 6px;
}
.blog-right-content .tags-item .tags-btn {
  padding: 10px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #5c5b5e;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.blog-right-content .tags-item .tags-btn:hover {
  color: #fff;
  background-color: #202124;
}

.instagram-gallery-widget {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.instagram-gallery-widget .instagram-item {
  display: block;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.1s linear;
  max-width: 32%;
}
.instagram-gallery-widget .instagram-item img {
  width: 100%;
  border-radius: 5px;
}
.instagram-gallery-widget .instagram-item::after {
  font-family: "themify";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\e73d";
  position: absolute;
  font-size: 18px;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease;
}
.instagram-gallery-widget .instagram-item:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 29, 36, 0.3);
  z-index: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.instagram-gallery-widget .instagram-item:hover:before {
  opacity: 1;
  top: 0;
}
.instagram-gallery-widget .instagram-item:hover:after {
  opacity: 1;
  top: 50%;
}

/*----------------------------------------*/
/* Blog Details Area
  /*----------------------------------------*/
.blog-details-area {
  overflow: hidden;
  background-color: #f5f5f5;
}
.blog-details-area .details-content {
  background-color: #fff;
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.blog-details-area .details-content img {
  border-radius: 10px;
}
.blog-details-area .details-content p {
  margin-bottom: 26px;
}
.blog-details-area .details-content ul,
.blog-details-area .details-content ol {
  margin-bottom: 30px;
}
.blog-details-area .details-content ul li,
.blog-details-area .details-content ol li {
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #17161a;
  margin-bottom: 10px;
}
.blog-details-area .details-content ul li span,
.blog-details-area .details-content ol li span {
  width: 6px;
  height: 6px;
  padding: 3px;
  border-radius: 50%;
  margin-right: 13px;
  background: #c4c4c4;
}
.blog-details-area .social-content {
  border-top: 1px solid var(--black_50);
  background-color: #fff;
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
  border-radius: 0 0 20px 20px;
  padding: 25px 40px;
}
.blog-details-area .social-content .post-tags span {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #747376;
  margin-right: 5px;
}
.blog-details-area .social-content .post-tags a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #5c5b5e;
  transition: all 0.3s ease-in-out;
}
.blog-details-area .social-content .post-tags a:hover {
  text-decoration: underline;
}
.blog-details-area .social-content .share-text {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  letter-spacing: 0.02em;
  color: #5c5b5e;
  margin: 0;
  padding-right: 10px;
}
.blog-details-area .social-content .social-item {
  align-items: center;
}
.blog-details-area .social-content .social-item .social-list {
  gap: 10px;
}
.blog-details-area .social-content .social-item .social-list a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #8a898d;
  border: 1px solid var(--black_50);
  transition: all 0.3s ease-in-out;
}
.blog-details-area .social-content .social-item .social-list a:hover {
  color: #fff;
  background-color: #17161a;
  border-color: #17161a;
  text-decoration: none;
}
.blog-details-area .post-item {
  padding: 40px 40px 0;
  background-color: #fff;
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
}
.blog-details-area .post-item .post-title {
  font-weight: 500;
}
.blog-details-area .post-item .blog-widget {
  background-color: transparent;
}
.blog-details-area .post-item .blog-widget .blog-content {
  padding: 25px 0 10px;
}
.blog-details-area .comments-item {
  background-color: #fff;
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
}
.blog-details-area .comments-item .comments-title {
  font-weight: 600;
  color: #17161a;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--black_50);
}
.blog-details-area .comments-item .comments-content {
  display: flex;
  gap: 15px;
}
@media (max-width: 320px) {
  .blog-details-area .comments-item .comments-content {
    flex-wrap: wrap;
  }
}
.blog-details-area .comments-item .comments-content div img {
  border-radius: 50%;
}
.blog-details-area .comments-item .comments-content .comments-text {
  width: 100%;
}
.blog-details-area .comments-item .comments-content .comments-text .admin-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #17161a;
  margin-bottom: 6px;
  display: block;
}
.blog-details-area .comments-item .comments-content .comments-text .post-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #8a898d;
  margin: 0;
}
.blog-details-area .comments-item .comments-content .comments-text .comment-reply {
  color: #747376;
}
.blog-details-area .comments-item .comments-content .comments-text .comment-reply:hover {
  color: #17161a;
}
.blog-details-area .comments-item .comments-content .comments-text .reply-cont {
  width: 100%;
}
.blog-details-area .comments-item .comments-content .comments-text .reply-cont .reply-text {
  color: #17161a;
}
.blog-details-area .comments-item .comments-content hr {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: var(--black_50);
  opacity: 1;
}
.blog-details-area .comments-item .comments-content .reply-box {
  position: relative;
}
.blog-details-area .comments-item .comments-content .reply-box .form-control {
  background-color: #f7f7f7;
  border-color: transparent;
  padding: 12px 15px;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
}
.blog-details-area .comments-item .comments-content .reply-box .form-control:focus {
  background-color: #fff;
  border: 1px solid #ccccce;
  color: #242729;
  box-shadow: none;
}
.blog-details-area .comments-item .comments-content .reply-box .form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #8a898d;
}
.blog-details-area .comments-item .comments-content .reply-box button {
  background-color: transparent;
  border: none;
  padding: 5px;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 5px;
}
.blog-details-area .reply-item {
  background-color: #fff;
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
}
.blog-details-area .reply-item .reply-title {
  font-weight: 600;
  color: #17161a;
}
.blog-details-area .reply-item .reply-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #5c5b5e;
}
.blog-details-area .reply-item .get_quote_form .form-group {
  position: relative;
}
.blog-details-area .reply-item .get_quote_form .form-group {
  margin-bottom: 25px;
}
.blog-details-area .reply-item .get_quote_form .form-group:last-child {
  margin-bottom: 10px;
}
.blog-details-area .reply-item .form-control {
  display: block;
  width: 100%;
  padding: 17px 24px;
  background-color: #f7f7f7;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid transparent;
}
.blog-details-area .reply-item .form-control:focus {
  background-color: #fff;
  border: 1px solid #ccccce;
  color: #242729;
  box-shadow: none;
}
.blog-details-area .reply-item .message {
  height: 160px;
  padding-top: 22px;
}
.blog-details-area .reply-item .blog_comment_box .get_quote_form .form-group .form-control {
  height: 60px;
  border-radius: 4px;
  border: 1px solid #dadce0;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 30px;
  padding-bottom: 20px;
}
.blog-details-area .reply-item .get_quote_form .form-group .floating-label {
  position: absolute;
  pointer-events: none;
  left: 40px;
  top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #8a898d;
  transition: 0.2s;
  margin-bottom: 0;
}
.blog-details-area .reply-item .get_quote_form .form-group input:focus ~ .floating-label,
.blog-details-area .reply-item .get_quote_form .form-group textarea:focus ~ .floating-label,
.blog-details-area .reply-item .get_quote_form .form-group input:not(:focus):valid ~ .floating-label,
.blog-details-area .reply-item .get_quote_form .form-group textarea:not(:focus):valid ~ .floating-label {
  top: -10px;
  left: 26px;
  font-size: 12px;
  color: #17161a;
  background-color: #fff;
  padding: 0 5px 0 5px;
}
.blog-details-area .reply-item .thm_btn {
  padding: 15px 36px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #242729;
}
.blog-details-area .reply-item .thm_btn:hover {
  background-color: #17161a;
}
.blog-details-area .reply-item .check_input {
  gap: 7px;
  align-items: baseline;
}

/*----------------------------------------*/
/* Blog Single Area
  /*----------------------------------------*/
.video_post {
  position: relative;
  z-index: 1;
}
.video_post:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(9, 16, 50, 0.2);
  position: absolute;
  z-index: 0;
}
.video_post img {
  width: -webkit-fill-available;
}

.video_icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 20px 40px 0 rgba(1, 16, 58, 0.14);
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  position: absolute;
  transition: all 0.3s linear;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.2px solid #fff;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  left: 0;
  transform: scale(1.5);
}
.video_icon i {
  color: rgb(66, 133, 244);
  text-shadow: 0 6px 13px brand_color_rgba(0.3);
  position: relative;
}
.video_icon i:after {
  width: 415%;
  height: 300%;
  position: absolute;
  left: -158%;
  top: -109%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 1px 15px 1px rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-animation: pulse 2s infinite;
  -webkit-transform: scale(8);
  -ms-transform: scale(8);
  transform: scale(8);
  animation: pulse 2s infinite;
}

.blog_link_post {
  background: #fff;
  border-left: 4px solid rgb(66, 133, 244);
  padding: 50px 40px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}
.blog_link_post:before, .blog_link_post:after {
  content: "";
  position: absolute;
}
.blog_link_post:before {
  background: url("../img/blog/blog-list/icon_01.png") no-repeat;
  top: 5px;
  left: 40px;
  width: 42px;
  height: 41px;
}
.blog_link_post:after {
  background: url("../img/blog/blog-list/icon_02.png") no-repeat;
  bottom: -35px;
  right: 30px;
  width: 100px;
  height: 100px;
}
.blog_link_post:hover {
  text-decoration: none !important;
}
.blog_link_post a:hover {
  text-decoration: none;
}
.blog_link_post p {
  font-size: 24px;
  color: #464547;
  margin-bottom: 0;
  transition: color 0.2s linear;
  line-height: 1.6;
}

.blog-sub-text p {
  color: #5c5b5e;
  font-weight: 400;
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 20px;
}

/*----------------------------------------*/
/* Blog Extent grid Area
  /*----------------------------------------*/
/*=========== blog_top_post_area css ==========*/
.blog_top_post_area {
  background: #f7f7f7;
}

.blog_top_post {
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
  border-radius: 30px;
  margin: 0;
}
.blog_top_post .p_top_img {
  position: relative;
  padding-right: 0;
}
.blog_top_post .p_top_img .p_img {
  position: absolute;
  padding-right: 0;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  background-size: cover;
  border-radius: 0 30px 30px 0;
}
.blog_top_post .b_top_post_content {
  padding: 50px 30px 50px 50px;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
}
.blog_top_post .b_top_post_content .post_tag {
  padding-bottom: 10px;
}
.blog_top_post .b_top_post_content a:hover h3 {
  color: #4285f4;
}
.blog_top_post .b_top_post_content h3 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 17px;
  transition: color 0.2s linear;
}
.blog_top_post .b_top_post_content a {
  color: #464547;
  font-size: 14px;
}
.blog_top_post .b_top_post_content .post_author {
  padding-top: 40px;
  align-items: center;
}

.post_tag a {
  font-size: 14px;
  color: #8a898d;
  display: inline-block;
  margin-top: 10px;
}
.post_tag a.cat-Docy {
  color: #fd8d2a;
}
.post_tag a.cat-megento {
  color: #f26322;
}
.post_tag a.cat-woocommerce {
  color: #96588a;
}
.post_tag a.c_blue {
  color: #5c5b5e;
}
.post_tag a.cat-laravel {
  color: #ff2d20;
}
.post_tag a + a {
  padding-left: 10px;
}
.post_tag a + a:before {
  content: "";
  width: 1px;
  height: 13px;
  background: #c9c9e2;
  display: inline-block;
  margin-right: 13px;
}
.post_tag a.author {
  margin-top: 4px;
  margin-right: 5px;
}
.post_tag a.author .avatar {
  margin-right: 5px;
}

.post_author .round_img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.post_author .round_img img {
  height: 40px;
  width: auto;
}
.post_author .author_text {
  margin-top: 5px;
}
.post_author .author_text h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.post_author .author_text .date {
  font-size: 13px;
  font-weight: 400;
  color: #8a898d;
}

/*=========== end blog_top_post_area css ==========*/
/*=========== Start blog_grid_area css ==========*/
.blog_grid_inner {
  border-top: 1px solid var(--black_50);
  background: #f9f9f9;
}

.blog_tab .nav-item {
  margin-bottom: 0;
}
.blog_tab .nav-item .nav-link {
  padding: 17px 21px;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  color: #858997;
  font-size: 14px;
  position: relative;
  background: transparent;
  transition: all 0.2s ease-in;
}
.blog_tab .nav-item .nav-link:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  height: 2px;
  left: 0;
  background: rgb(66, 133, 244);
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: all 0.3s ease-in;
}
.blog_tab .nav-item .nav-link.active, .blog_tab .nav-item .nav-link:hover {
  background: rgba(255, 113, 121, 0.1098039216);
  color: rgb(66, 133, 244);
}
.blog_tab .nav-item .nav-link.active:before, .blog_tab .nav-item .nav-link:hover:before {
  transform: scale(1);
}
.blog_tab .nav-item.cat-laravel .nav-link:hover {
  background: rgba(255, 45, 32, 0.2);
  color: rgb(255, 45, 32);
}
.blog_tab .nav-item.cat-laravel .nav-link:before {
  background: rgb(255, 45, 32);
}
.blog_tab .nav-item.cat-Docy .nav-link:hover {
  background: rgba(253, 141, 42, 0.2);
  color: rgb(253, 141, 42);
}
.blog_tab .nav-item.cat-Docy .nav-link:before {
  background: rgb(253, 141, 42);
}
.blog_tab .nav-item.cat-megento .nav-link:hover {
  background: rgba(242, 99, 34, 0.2);
  color: rgb(242, 99, 34);
}
.blog_tab .nav-item.cat-megento .nav-link:before {
  background: rgb(242, 99, 34);
}
.blog_tab .nav-item.cat-woocommerce .nav-link:hover {
  background: rgba(150, 88, 138, 0.2);
  color: rgb(150, 88, 138);
}
.blog_tab .nav-item.cat-woocommerce .nav-link:before {
  background: rgb(150, 88, 138);
}

.blog_grid_tab {
  padding-top: 60px;
  margin-bottom: -40px;
}

.b_title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.2s linear;
}
.b_title:hover {
  color: rgb(66, 133, 244);
}

.learn_btn {
  font-size: 14px;
  font-weight: 500;
  color: #242729;
  padding-top: 5px;
  display: inline-block;
  transition: color 0.2s linear;
}
.learn_btn i {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  margin-left: 6px;
  transition: all 0.2s linear, color 0s linear;
}

.learn_btn:hover {
  color: rgb(66, 133, 244) !important;
}

/** === Dot Separator === **/
.dot-sep .sep {
  position: relative;
}
.dot-sep .sep::before {
  content: "•";
  margin: 0 5px;
}

.round-box {
  padding: 40px;
  border-radius: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

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

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

.pb-115 {
  padding-bottom: 115px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=========== contact css ==========*/
.contact-area {
  overflow: hidden;
  position: relative;
  min-height: 850px;
  display: flex;
  align-items: center;
}
.contact-area .contact-form {
  position: relative;
  z-index: 1;
  padding: 65px 50px;
  box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  margin: 100px 0;
}
.contact-area .contact-form .title {
  font-size: 36px;
  margin-bottom: 12px;
}
.contact-area .contact-form p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #202124;
}
.contact-area .contact-form form .row {
  row-gap: 25px;
}
.contact-area .contact-form .form-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #202124;
  margin-bottom: 10px;
}
.contact-area .contact-form .form-control {
  border-color: #d2d2d3;
  padding: 15px 18px;
  border-radius: 5px !important;
}
.contact-area .contact-form .form-control:focus {
  border-color: #202124;
  outline: none;
  box-shadow: none;
}
.contact-area .contact-form .input-group {
  position: relative;
  z-index: 1;
}
.contact-area .contact-form .input-group .input-icon {
  position: absolute;
  left: 18px;
  top: 22px;
  color: #909092;
  z-index: 4;
}
.contact-area .contact-form .input-group .form-control {
  padding: 18px 15px 18px 40px;
}
.contact-area .contact-form .input-group label {
  display: block;
  width: 100%;
}
.contact-area .contact-form .bj_theme_btn {
  border: 0px;
  box-shadow: none;
  background: #202124;
  margin-top: 30px;
  font-size: 18px;
}
.contact-area .contact-form .bj_theme_btn i {
  margin-right: 6px;
}
.contact-area .contact-map {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.contact-area .contact-map iframe {
  height: 100%;
  width: 100%;
}

.support-area {
  overflow: hidden;
  padding: 120px 0px 70px;
}
.support-area .support-item {
  margin-bottom: 30px;
}
.support-area .support-item .support-icon {
  margin-bottom: 20px;
}
.support-area .support-item .support-title {
  color: #202124;
  margin-bottom: 20px;
}
.support-area .support-item .support-text {
  color: #4d4e50;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}
.support-area .support-item a:hover {
  text-decoration: underline;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*========= shop_sidebar css ======*/
.shop_sidebar {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 10px 20px -2px rgba(33, 40, 51, 0.03);
  padding: 30px;
}
.shop_sidebar .shop_sidebar_title_small {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.shop_sidebar .shop_sidebar_title_small i {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 18px;
}
.shop_sidebar .widget:not(:last-child) {
  border-bottom: 1px solid #d2d2d3;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
.shop_sidebar .widget.filter_widget {
  padding-bottom: 15px;
}

.filter_widget {
  padding-bottom: 15px;
}
.filter_widget .shop_sidebar_title {
  font-size: 18px;
  font-weight: 600;
}
.filter_widget .shop_sidebar_title img {
  margin-right: 10px;
}

.shop_category_list + .shop_category_list {
  margin-bottom: 0;
}
.shop_category_list li:not(:last-child) {
  margin-bottom: 10px;
}
.shop_category_list li a {
  font-size: 16px;
  font-weight: 400;
  color: #4D4E50;
  transition: all 0.2s linear;
}
.shop_category_list li a:hover {
  color: #4285F4;
  font-weight: 600;
}

.shop_category_widget .btn-primary {
  padding: 0px;
  border: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #202124;
  background: transparent;
  box-shadow: none;
}
.shop_category_widget .btn-primary i {
  font-size: 11px;
  vertical-align: middle;
}
.shop_category_widget .btn-primary:focus {
  box-shadow: none;
  outline: none;
}
.shop_category_widget .btn-primary:hover {
  color: #4285F4;
}

.author_choose_list .form-check {
  font-size: 16px;
  color: #4D4E50;
}
.author_choose_list .form-check:not(:last-child) {
  margin-bottom: 12px;
}
.author_choose_list .form-check label {
  cursor: pointer;
}
.author_choose_list .form-check .form-check-input {
  border-color: #202124;
  position: relative;
}
.author_choose_list .form-check .form-check-input:before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #4285F4;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 4px;
  opacity: 0;
}
.author_choose_list .form-check .form-check-input:checked {
  background: transparent;
  border-color: #4285F4;
}
.author_choose_list .form-check .form-check-input:checked:before {
  opacity: 1;
}
.author_choose_list .form-check .form-check-input:checked + label {
  color: #4285F4;
}
.author_choose_list .form-check .form-check-input:focus {
  box-shadow: none;
}
.author_choose_list .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #bcbcbd;
  gap: 4px;
}
.author_choose_list .rating .filled {
  color: #ff7629;
}

.price_widget .ui-slider {
  height: 4px;
  background: #d2d2d3;
  border: 0px;
  border-radius: 0px;
}
.price_widget .ui-slider .ui-slider-range {
  background: #4285F4;
}
.price_widget .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #4285F4;
  margin-left: -2px;
  top: -4px;
}
.price_widget .price-filters {
  font-size: 14px;
  color: #4D4E50;
  margin-top: 15px;
  line-height: 23px;
}
.price_widget .price-filters input {
  border: 0px;
  font-size: 14px;
  padding: 0px;
  background: transparent;
}
.price_widget .price-filters .left,
.price_widget .price-filters .right {
  border: 1px solid #d2d2d3;
  border-radius: 3px;
  padding-left: 10px;
  display: flex;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

/*========= shop_sidebar css ======*/
/*======= shop_product css =====*/
.pr_search_form .form-control {
  font-size: 16px;
  color: #202124;
  border: 1px solid #d2d2d3;
  padding-left: 30px;
  line-height: 46px;
}
.pr_search_form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--bj-blue);
}
.pr_search_form button {
  border: 1px solid #d2d2d3;
  padding: 0px 20px;
  border-radius: 0px 5px 5px 0px;
  background: transparent;
}

.search-fileter {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #797a7c;
  padding-right: 10px;
  border: 1px solid #d2d2d3;
}
.search-fileter .form-check {
  margin-left: 10px;
  margin-right: 0;
  min-height: auto;
  margin-bottom: 0;
}
.search-fileter .form-check input {
  border: 0px solid #d2d2d3;
  position: relative;
  background: transparent;
}
.search-fileter .form-check input[type=radio]:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #d2d2d3;
  position: absolute;
  border-radius: 50%;
  top: 1px;
}
.search-fileter .form-check input[type=radio]:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #4285F4;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  left: 3px;
  opacity: 0;
}
.search-fileter .form-check input[type=radio]:checked:before {
  border-color: #4285F4;
}
.search-fileter .form-check input[type=radio]:checked:after {
  opacity: 1;
}
.search-fileter .form-check input:focus {
  box-shadow: none;
  outline: none;
}

.pr_search_form_two button {
  background: #d2d2d3;
  transition: all 0.2s linear;
}
.pr_search_form_two button:hover {
  background: #4285F4;
  color: #fff;
  border-color: #4285F4;
}

.shop_top {
  font-size: 16px;
  font-weight: 400;
  color: #202124;
  margin-top: 30px;
  margin-bottom: 20px;
}
.shop_top .selectpickers {
  border-color: #d2d2d3;
  border-radius: 3px;
  color: #4D4E50;
}
.shop_top .selectpickers:after {
  border-bottom: 1px solid #4d4e50;
  border-right: 1px solid #4d4e50;
  width: 8px;
  height: 8px;
  margin-top: -5px;
}

.shop_product {
  margin-bottom: 30px;
}
.shop_product .bj_theme_btn {
  padding: 10px 20px;
}
.shop_product .hover_item {
  top: 44px;
}
.shop_product .hover_item a {
  width: 30px;
  height: 30px;
  font-size: 14px;
}
.shop_product .bj_new_pr_content {
  /*padding-top: 22px;*/
}
.shop_product .bj_new_pr_content .bj_new_pr_title {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s linear;
}
.shop_product .bj_new_pr_content .bj_pr_meta {
  /*margin-top: 10px;*/
}
.shop_product .bj_new_pr_content .bj_pr_meta .book_price {
  font-size: 18px;
  font-weight: 600;
  color: #202124;
}
.shop_product .bj_new_pr_content .bj_pr_meta .book_price del {
  color: #797a7c;
  margin-left: 0;
  font-size: 18px;
  font-weight: 600;
  margin-right: 8px;
}
.shop_product:hover .hover_item {
  right: 10px;
}

.pr_ribbon {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  width: 100%;
  font-size: 14px;
}
.pr_ribbon .product-badge {
  border-radius: 0px 13px 13px 0px;
  background: #20bf1d;
  padding: 2px 9px 4px 6px;
  display: inline-block;
  color: #fff;
}
.pr_ribbon .ratting {
  float: right;
  padding: 3px 6px 3px 6px;
  background: #fff;
  border-radius: 45px;
  margin-right: 10px;
}
.pr_ribbon .ratting img {
  vertical-align: baseline;
  margin-right: 2px;
}

/*===== product_single css =========*/
.bj_book_single {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, 0.05);
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}

.bj_book_img {
  position: relative;
  margin-right: 50px;
  transition: 0.6s;
  perspective: 1000px;
}
.bj_book_img .front {
  position: absolute;
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  backface-visibility: hidden;
  perspective: 1000px;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  top: 0;
  left: 0;
  transform: rotateY(-180deg);
  z-index: 5;
}
.bj_book_img.flip .front {
  transform: rotateY(0deg);
  z-index: 1;
  visibility: visible;
}

.bj_book_details {
  flex: 1;
}
.bj_book_details h2 {
  font-size: 32px;
  margin-bottom: 16px;
}
.bj_book_details .book_meta {
  margin-bottom: 8px;
}
.bj_book_details .book_meta li {
  display: inline-block;
  font-size: 14px;
  color: #636466;
  font-weight: 400;
  margin-right: 5px;
}
.bj_book_details .book_meta li a {
  color: #202124;
  margin-left: 3px;
  display: inline-block;
}
.bj_book_details .book_meta li a:hover {
  color: #4285F4;
}
.bj_book_details .ratting {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #202124;
}
.bj_book_details .ratting a {
  color: #202124;
}
.bj_book_details .ratting a::before {
  content: "";
  width: 1px;
  height: 14px;
  display: inline-block;
  background: #bcbcbd;
  margin-right: 2px;
  margin-left: 6px;
  top: 2px;
  position: relative;
}
.bj_book_details .ratting .star-rating {
  display: flex;
  color: #ffa801;
  align-items: center;
}
.bj_book_details .ratting .star-rating span {
  color: #202124;
  margin-left: 5px;
}
.bj_book_details .price {
  font-size: 24px;
  font-weight: 600;
  color: #4285F4;
  margin-bottom: 15px;
  margin-top: 12px;
}
.bj_book_details p {
  font-size: 16px;
  line-height: 1.4;
  color: #202124;
}
.bj_book_details .product_meta {
  margin-top: 20px;
  margin-bottom: 30px;
}
.bj_book_details .product_meta li {
  font-size: 14px;
  color: #202124;
  display: flex;
  font-weight: 500;
  margin-bottom: 10px;
}
.bj_book_details .product_meta li span {
  color: #4d4e50;
  width: 150px;
  font-weight: 400;
  display: block;
}
.bj_book_details .bj_theme_btn {
  margin-left: 0;
  margin-right: 10px;
  padding: 10px;
  font-weight: 400;
}

.product_sidbar {
  box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, 0.05);
  background: #fcfcfc;
  border-radius: 10px;
  padding: 30px;
}
.product_sidbar .price_head {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.product_sidbar .price_head .price {
  color: #4285F4;
}
.product_sidbar .discount_price {
  font-size: 16px;
  font-weight: 400;
  color: #4d4e50;
  line-height: 20px;
}
.product_sidbar .save {
  font-size: 12px;
  color: #636466;
  margin-bottom: 10px;
  display: inline-block;
}
.product_sidbar ul {
  margin-bottom: 25px;
}
.product_sidbar ul li {
  padding-left: 22px;
  font-size: 14px;
  color: #4d4e50;
  position: relative;
  margin-top: 10px;
}
.product_sidbar ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.product_sidbar ul li .blue_text {
  color: #4285F4;
}
.product_sidbar h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}
.product_sidbar .product-qty {
  display: flex;
  font-size: 14px;
  color: #4d4e50;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.product_sidbar .product-qty .cart_quantity {
  margin-left: 20px;
}
.product_sidbar .bj_theme_btn {
  width: 100%;
  /*border: 0px;*/
}
.product_sidbar .add-to-cart-automated {
  background-color: #202420;
}
.product_sidbar .add-to-cart-automated::before {
  background-color: #303030;
}

.product_details_sidebar {
  box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, 0.05);
  background: #fcfcfc;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
}
.product_details_sidebar .details_header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: var(--bj-darks);
  font-size: 13px;
  align-items: center;
}
.product_details_sidebar .details_header.collapsed i {
  transform: rotate(180deg);
}
.product_details_sidebar .details_header i {
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.product_details_sidebar .product_details_section_wrap {
  border-top: 1px solid var(--black_50);
  margin-top: 14px;
  padding-top: 8px;
}
.product_details_sidebar .product_details_section_content {
  display: flex;
  flex-direction: row;
}
.product_details_sidebar .product_details_section_content .product_details_section_key {
  font-size: 15px;
  font-weight: 400;
  color: #202420;
  display: flex;
  flex: 1;
}
.product_details_sidebar .product_details_section_content .product_details_section_value {
  font-size: 15px;
  font-weight: 600;
  color: #202420;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.bj_book_single_tab {
  justify-content: center;
}
.bj_book_single_tab .nav-link {
  font-size: 14px;
  font-weight: 700;
  background: #fcfdfd;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #333;
  border-bottom: 1px solid #dee2e6;
}
.bj_book_single_tab .nav-link.active {
  color: #4dc762;
  background: #fff;
  border-bottom: 1px solid #fff;
}
.bj_book_single_tab .nav-link.active:hover {
  border-bottom-color: #fff;
  border-top-color: #dee2e6;
  border-left-color: #dee2e6;
  border-right-color: #dee2e6;
}
.bj_book_single_tab .nav-link:hover {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #dee2e6;
}

.bj_book_single_tab_area {
  box-shadow: 0 8px 20px -2px rgba(33, 40, 51, 0.05);
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-top: 24px;
}

.bj_book_single_tab_content .product_book_content_details ul {
  padding-left: 22px;
  line-height: 1.8;
}
.bj_book_single_tab_content .tab_slider_content .bj_author_single {
  box-shadow: none;
  background-color: transparent;
}

.reviews-item .review-title {
  font-weight: 600;
  color: #202124;
  align-items: center;
  gap: 5px;
}
.reviews-item .review-title span {
  color: #ffa801;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
}
.reviews-item .reviews-box li {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #636466;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  padding: 0;
}
.reviews-item .reviews-box li:nth-last-child(1) {
  color: #d2d3d3;
}
.reviews-item .reviews-box li > span {
  background: #e9e9e9;
  border-radius: 5px;
  height: auto;
  width: 10px;
  flex: 1;
}
.reviews-item .reviews-box li > span span {
  background: #ffa801;
  border-radius: 5px;
  display: block;
  height: 10px;
}
.reviews-item .reviews-box li:nth-child(1) > span span {
  width: 95%;
}
.reviews-item .reviews-box li:nth-child(2) > span span {
  width: 20%;
}
.reviews-item .reviews-box li:nth-child(3) > span span {
  width: 10%;
}
.reviews-item .reviews-box li:nth-child(4) > span span {
  width: 3%;
}
.reviews-item .reviews-box li:nth-child(5) > span span {
  width: 0%;
}
.reviews-item .your-rating-review h5 {
  font-weight: 600;
}
.reviews-item .your-rating-review .rating {
  display: flex;
  gap: 3px;
  color: #ffa801;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  margin: 5px 0 10px 0;
}
.reviews-item .your-rating-review .bj_theme_btn {
  font-size: 15px;
  padding: 8px 20px;
}
.reviews-item .modal-dialog {
  max-width: 580px;
}
.reviews-item .modal-item {
  padding: 50px 40px;
  box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  position: relative;
}
.reviews-item .modal-item .close-btn {
  position: absolute;
  right: -36px;
  top: -8px;
  color: #fff;
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 30px;
}
.reviews-item .modal-item h4 {
  color: #202124;
  font-weight: 600;
}
.reviews-item .modal-item .user-img img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-right: 15px;
}
.reviews-item .modal-item .admin-content .admin-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 0;
  color: #202124;
}
.reviews-item .modal-item .admin-content .admin-sub-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #b9b9b9;
}
.reviews-item .modal-item .star-icon {
  padding-left: 60px;
}
.reviews-item .modal-item .star-icon i {
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.5em;
  color: #a6a6a7;
  cursor: pointer;
}
.reviews-item .modal-item .star-icon i.active {
  color: #ffa801;
  font-weight: 900;
}
.reviews-item .modal-item .star-icon .admin-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #797a7c;
  background: #f7f7f7;
  border-radius: 5px;
  border-color: transparent;
  padding: 10px 15px;
  margin-top: 25px;
}
.reviews-item .modal-item .star-icon .admin-text:focus {
  box-shadow: none;
  border-color: #4285F4;
}
.reviews-item .modal-item .star-icon .admin-text::placeholder {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #b9b9b9;
}
.reviews-item .modal-item .admin-galley {
  margin-bottom: 40px;
  margin-left: 60px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.reviews-item .modal-item .admin-galley .gallery-item {
  height: 90px;
  width: 90px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}
.reviews-item .modal-item .admin-galley .gallery-item img {
  width: 100%;
  height: 100%;
}
.reviews-item .modal-item .admin-galley .gallery-item:hover .delete-btn {
  opacity: 1;
}
.reviews-item .modal-item .admin-galley .gallery-item .delete-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 30px;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #141414;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  opacity: 0;
}
.reviews-item .modal-item .admin-galley .gallery-item .delete-btn:hover {
  color: #eb5757;
}
.reviews-item .modal-item .admin-galley label {
  display: inline-block;
  width: 90px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  cursor: pointer;
}
.reviews-item .modal-item .admin-galley label i {
  padding: 28px 33px;
  font-size: 24px;
  color: #518be3;
}
.reviews-item .modal-btn {
  border: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  padding: 10px 25px;
  border-radius: 3px;
  background-color: #202124;
  transition: all 0.3s ease-in-out;
}
.reviews-item .modal-btn:hover {
  color: #fff;
  border-color: #333436;
  background-color: #333436;
}
.reviews-item .modal-btn i {
  margin-right: 10px;
}
.reviews-item .cancel-btn {
  padding: 10px 30px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #202124;
  background-color: #fff;
  border: 1px solid #ebebeb;
  transition: all 0.3s ease-in-out;
}
.reviews-item .cancel-btn:hover {
  border-color: rgba(51, 52, 54, 0.5);
  background-color: rgba(51, 52, 54, 0.2);
}
.reviews-item .post-btn {
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #ebebeb;
  background-color: #202124;
  transition: all 0.3s ease-in-out;
}
.reviews-item .post-btn:hover {
  color: #fff;
  background-color: #333436;
}
.reviews-item .review-content {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 50px;
  border-top: 1px solid var(--black_50);
  border-bottom: 1px solid var(--black_50);
  margin-bottom: 30px;
}
.reviews-item .review-content h4 {
  font-weight: 600;
  color: #202124;
}
.reviews-item .review-content .review-right {
  display: flex;
  gap: 10px;
  align-items: center;
}
.reviews-item .review-content .review-right .review-search {
  font-weight: 400;
  font-size: 15px;
  color: #636466;
  height: 30px;
}
.reviews-item .review-content .review-right .review-search.open .form-control {
  border-color: #ebebeb;
}
.reviews-item .review-content .review-right .review-search i {
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
}
.reviews-item .review-content .review-right .review-search .form-control {
  border: 1px solid transparent;
  border-radius: 30px;
  padding-left: 13px;
}
.reviews-item .review-content .review-right .review-sort {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #636466;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  height: 33px;
  padding-right: 30px;
}
.reviews-item .admin-img {
  display: block;
  height: 50px;
  max-width: 50px;
  border-radius: 50%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.reviews-item .review-text .r-title {
  color: #202124;
  margin-bottom: 7px;
  font-weight: 600;
}
.reviews-item .review-text .small-2 {
  font-size: 16px;
  line-height: 26px;
}
.reviews-item .review-text .r-icon {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffa801;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
}
.reviews-item .review-text .r-icon span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #b9b9b9;
}
.reviews-item .review-text .review-img {
  gap: 5px;
}
.reviews-item .review-text .review-img img {
  border-radius: 5px;
  max-height: 100px;
  max-width: 100px;
}

.nearby-item .nearby-title {
  font-weight: 600;
  color: #202124;
}

.open-item {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 40px;
  /** === Dot Separator === **/
  /** === Dot Separator === **/
}
.open-item .open-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #202124;
  padding: 30px;
}
.open-item .open-card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  background: #fff;
  color: #202124;
  padding-top: 0;
}
.open-item .open-card-text .card-text {
  color: #636466;
  padding-left: 40px;
}
.open-item .open-card-text .card-item ul li {
  margin-bottom: 20px;
}
.open-item .open-card-text .card-item ul li:last-child {
  color: #e31919;
}
.open-item .dot-sep-1 .sep {
  position: relative;
  letter-spacing: 0.05em;
}
.open-item .dot-sep-1 .sep::before {
  content: "•";
  margin: 0 5px;
  padding-right: 5px;
}
.open-item .dot-sep-2 .sep {
  position: relative;
  letter-spacing: 0.05em;
  color: #202124;
}
.open-item .dot-sep-2 .sep::before {
  content: "•";
  margin: 0 5px;
  padding-right: 5px;
}

.contact-map {
  padding: 20px;
  padding-top: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
}
.contact-map .contact-content {
  padding: 20px;
}
.contact-map .contact-content h4 {
  font-weight: 600;
  color: #202124;
  margin-bottom: 25px;
  margin-top: 10px;
}
.contact-map .contact-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636466;
  margin-bottom: 15px;
}
.contact-map .map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border-radius: 5px;
}
.contact-map .map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.single_product_price_variation {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.single_product_price_variation .variation_single .variation_single_input {
  font-size: inherit;
  display: none;
}
.single_product_price_variation .variation_single .price-details {
  border: 1px solid #adadad;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 65px;
  border-radius: 3px;
}
.single_product_price_variation .variation_single .price-details:hover {
  background: rgba(183, 183, 183, 0.1);
}
.single_product_price_variation .variation_single .price-details .price-type {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #202124;
  margin-bottom: 5px;
}
.single_product_price_variation .variation_single .price-details .price-cost {
  font-size: 14px;
}
.single_product_price_variation .variation_single .variation_single_input:checked ~ .price-details {
  border-color: #4285F4;
  background-color: rgba(66, 133, 244, 0.1);
}
.single_product_price_variation .variation_single .variation_single_input:checked ~ .price-details .price-cost {
  font-weight: 600;
}

.hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.bj_frequently_bought_area .bj_new_pr_content .bj_new_pr_title {
  font-size: 18px;
}
.bj_frequently_bought_area .bj_new_pr_content .bj_pr_meta {
  font-size: 14px;
  color: #797a7c;
}
.bj_frequently_bought_area .added_cart_total {
  height: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0px 1.68px 3.59px 0px rgba(51, 77, 114, 0.15), 0px 0.5px 1px 0px rgba(51, 77, 114, 0.1);
  border-radius: 8px;
  padding: 16px;
  transition: all 0.3s linear;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bj_frequently_bought_area .added_cart_total h4 {
  margin-bottom: 0;
  font-size: 20px;
}
.bj_frequently_bought_area .added_cart_total .price {
  font-size: 36px;
  font-weight: 600;
  color: #202420;
  font-style: normal;
  line-height: normal;
}
.bj_frequently_bought_area .added_cart_total del {
  font-size: 24px;
  color: #797a7c;
  font-weight: 600;
}
.bj_frequently_bought_area .bj_new_pr_item .bj_pr_meta {
  gap: 10px;
}
.bj_frequently_bought_area .bj_new_pr_item .bj_pr_meta > div:last-child::after {
  display: none;
}
.bj_frequently_bought_area .bj_new_pr_item .bj_pr_meta > div:after {
  content: "●";
  font-size: 10px;
  transform: translate(6px, -2px);
  display: inline-block;
}
.bj_frequently_bought_area .bj_new_pr_item .select-box {
  padding-bottom: 10px;
  display: block;
}
.bj_frequently_bought_area .bj_new_pr_item .select-box input {
  height: 18px;
  width: 18px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.bj_privacy_policy .page-area {
  border-radius: 10px;
  padding: 35px 40px 15px;
  background: #fff;
  box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, 0.05);
}
.bj_privacy_policy .page-area h2 {
  margin-bottom: 16px;
  font-size: 44px;
  padding-top: 10px;
}
.bj_privacy_policy .page-area p {
  margin-bottom: 26px;
}
.bj_privacy_policy .page-area p strong {
  font-weight: 600;
  color: var(--bj-darks);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.login-area {
  width: 100%;
  min-height: 100vh;
  margin-top:100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/login/login-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.login-area.registration-area {
  background-image: url(../img/login/reginstration-bg.png);
}
.login-area .bg-shapes img {
  position: absolute;
  z-index: -1;
}
.login-area .bg-shapes img:nth-child(1) {
  top: -100px;
  left: -4%;
}
.login-area .bg-shapes img:nth-child(2) {
  bottom: -100px;
  right: 0px;
}
.login-area .bg-shapes img:nth-child(3) {
  top: -100px;
  right: 50px;
}
.login-area .bg-shapes img:nth-child(4) {
  top: 180px;
  left: 14%;
  transform-origin: center;
  transform: rotateY(0deg) translateX(-50px) translateY(-50px);
  transition: all 0.5s linear;
  transition-delay: 0.5s;
}
.login-area .bg-shapes img:nth-child(4).animated {
  transform: rotateY(360deg) translateX(0) translateY(0);
}

.login-wrapper {
  margin: 20px 0;
  max-width: 1170px;
  width: 100%;
  display: flex;
  border-radius: 16px;
  min-height: 800px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.login-wrapper .login-left {
  width: 50%;
  padding: 43px 43px;
  border-right: 1px solid #bbc0c4;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 30px 60px rgba(19, 45, 73, 0.5);
}
.login-wrapper .login-left .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #36383a;
}
.login-wrapper .login-left .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #36383a;
}
.login-wrapper .login-left .logo {
  margin-bottom: 10px;
  display: block;
}
.login-wrapper .login-left .social-links {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}
.login-wrapper .login-left .social-links a {
  height: 48px;
  border-radius: 9px;
  background-color: #fff;
  display: block;
  border: 1.1px solid #d0d5dd;
  box-shadow: 0px 1.1px 2.2px 0px rgba(16, 24, 40, 0.0509803922);
  text-align: center;
  line-height: 43px;
  flex: 1;
  transition: all 0.3s ease-in-out;
}
.login-wrapper .login-left .social-links a:hover {
  background: #f5f5f5;
}
.login-wrapper .login-left .divider {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 19px 0;
}
.login-wrapper .login-left .divider span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.1000000015px;
  padding: 0 5px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}
.login-wrapper .login-left .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #bac4cd;
  z-index: -1;
}
.login-wrapper .login-left .input-field {
  margin-bottom: 15px;
}
.login-wrapper .login-left .form-control {
  border-radius: 8px;
  height: 58px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #e0e2e6;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #7e8695;
}
.login-wrapper .login-left .form-control:focus {
  border-color: #4285F4;
  box-shadow: none;
}
.login-wrapper .login-left .form-control::placeholder {
  color: #7e8695;
}
.login-wrapper .login-left .theme-btn {
  padding: 12px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
}
.login-wrapper .login-left .forget-password {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #36383a;
}
.login-wrapper .login-left .form-check-input {
  border-color: #36383a;
  cursor: pointer;
}
.login-wrapper .login-left .form-check-input:focus {
  box-shadow: none;
  border-color: #36383a;
}
.login-wrapper .login-left .form-check-input:checked[type=checkbox] {
  background-color: #2f3337;
  border-color: #2f3337;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.login-wrapper .login-left .form-check-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #636a79;
}
.login-wrapper .login-left .form-check-label a {
  color: #4285F4;
}
.login-wrapper .login-left .new-user {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #7e8695;
  margin-top: 16px;
  text-align: center;
}
.login-wrapper .login-left .new-user a {
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  color: #4285F4;
}
.login-wrapper .login-right {
  width: 50%;
  background-image: linear-gradient(to right, #4285f4, #94b4ea);
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-wrapper .login-right img {
  max-width: 100%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.cart-header-separator {
  margin-top: 100px;
}

.bj_checkout_area {
  padding-bottom: 100px;
  padding-top: 40px;
}

.bj_cart_area {
  padding-top: 40px;
}

.cart-header-alert .alert {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-top: 20px;
  padding: 24px 22px 21px;
  position: relative;
}
.cart-header-alert .alert.alert-warning {
  background-color: #ffffeb;
}
.cart-header-alert .alert .btn-close {
  background-size: 0.8em;
  border: none;
  outline: none;
  box-shadow: none;
}
.cart-header-alert .alert h6 {
  font-size: 15px;
}
.cart-header-alert .alert p {
  font-size: 15px;
  line-height: 24px;
}

.bj_cart_content_header {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px -3px #9c9c9c;
  box-shadow: 0 4px 6px -3px #9c9c9c;
  -webkit-box-shadow: 0 3px 4px -4px #9c9c9c;
  box-shadow: 0 3px 4px -4px #9c9c9c;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
}
.bj_cart_content_header .cart_total_mrp {
  font-size: 18px;
  color: #fe5050;
  font-weight: 600;
  margin-left: 4px;
  text-decoration: line-through;
  display: inline-block;
}
.bj_cart_content_header .cart_total_price {
  font-size: 18px;
  color: #38c976;
  display: inline-block;
  font-weight: 600;
  margin-left: 4px;
}
.bj_cart_content_header input {
  height: 15px;
  width: 15px;
}

.cart_item_wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  border-bottom: transparent;
  background-color: #fff;
  margin-right: 15px;
  border-radius: 4px;
}
.cart_item_wrapper .single_cart_item {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.cart_item_wrapper .single_cart_item .cart_item_select input {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.cart_item_wrapper .single_cart_item .cart_item_image img {
  max-width: 80px;
  height: 100%;
  width: 100%;
}
.cart_item_wrapper .single_cart_item .cart_item_content .book_name {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  color: #242729;
}
.cart_item_wrapper .single_cart_item .cart_item_content .book_name:hover {
  color: #4285F4;
}
.cart_item_wrapper .single_cart_item .cart_item_content .author_name {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0;
}
.cart_item_wrapper .single_cart_item .cart_item_content .cart_action {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  gap: 15px;
}
.cart_item_wrapper .single_cart_item .cart_item_content .cart_action button {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
.cart_item_wrapper .single_cart_item .cart_item_content .cart_action .cart_remove {
  color: #a0a0a0;
}
.cart_item_wrapper .single_cart_item .cart_item_content .cart_action .cart_remove:hover {
  color: #ff3b30;
}
.cart_item_wrapper .single_cart_item .cart_item_content .cart_action .cart_wishlist {
  color: #a0a0a0;
}
.cart_item_wrapper .single_cart_item .cart_item_content .cart_action .cart_wishlist:hover {
  color: #4285f4;
}
.cart_item_wrapper .single_cart_item .cart_item_content .book_available {
  color: #fe5050;
  font-size: 13px;
  margin-top: 10px;
}
.cart_item_wrapper .single_cart_item .cart_item_price {
  color: #333;
}
.cart_item_wrapper .single_cart_item .cart_item_price .cart_item_price_discount {
  font-size: 17px;
  font-weight: 700;
}
.cart_item_wrapper .single_cart_item .cart_item_price .cart_item_price_mrp {
  font-size: 16px;
  font-weight: 700;
  text-decoration: line-through;
  color: #fe5050;
}

.cart_quantity {
  display: flex;
  gap: 0;
  text-align: center;
  margin: 0 auto;
}
.cart_quantity > * {
  height: 30px;
  border: 1px solid #e6e6e6;
  color: #797a7c;
  font-size: 0.875rem;
}
.cart_quantity button {
  width: 32px;
  background-color: #f0f0f0;
  outline: none;
  box-shadow: none;
  line-height: 30px;
}
.cart_quantity input {
  background-color: transparent;
  width: 40px;
  line-height: 30px;
  text-align: center;
  border-right: none;
  border-left: none;
  outline: none;
  box-shadow: none;
}

.cart-happy-return-parent {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 10px;
  width: 100%;
  margin-top: 20px;
  padding-right: 15px;
}
.cart-happy-return-parent .cart-happy-return {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
  color: #666;
  display: flex;
  font-size: 18px;
  height: 56px;
  padding: 0 30px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.cart-happy-return-parent .cart-happy-return p {
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.cart_address_select {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
  border-radius: 4px;
}
.cart_address_select .widget_title {
  border-bottom: 1px solid var(--black_50);
  padding-bottom: 8px;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart_address_select .widget_title button {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  color: #4285F4;
}
.cart_address_select .short_address {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #242729;
}
.cart_address_select .short_address .select_address_radio {
  height: 25px;
  width: 25px;
  border: 2px solid #4285F4;
  padding: 4px;
  border-radius: 50%;
  margin-right: 8px;
}
.cart_address_select .short_address .select_address_radio div {
  width: 100%;
  height: 100%;
  background-color: #4285F4;
  border-radius: 50%;
}
.cart_address_select .acc_info {
  margin: 8px 0;
}
.cart_address_select .acc_info p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #242729;
}
.cart_address_select .location {
  color: #929292;
  font-size: 14px;
  line-height: 20px;
}

.sidebar_address_widget {
  padding: 20px;
}
.sidebar_address_widget .home_label,
.sidebar_address_widget .office_label {
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  height: 22px;
  text-align: center;
  vertical-align: text-bottom;
  line-height: 22px;
  margin-right: 0;
  padding: 0 7px;
  text-transform: uppercase;
  margin-left: 5px;
}
.sidebar_address_widget .office_label {
  background-image: linear-gradient(39deg, #0094b6 1%, #5bbbce 97%);
}
.sidebar_address_widget .home_label {
  background-image: linear-gradient(-143deg, #ff7b53, #ff4b28);
}
.sidebar_address_widget .widget_title {
  margin-bottom: 10px;
  border-bottom: 0;
  padding-bottom: 8px;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar_address_widget .widget_title a {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  color: #4285F4;
}
.sidebar_address_widget .form-check-label {
  border: 1px solid #e6e6e6;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.sidebar_address_widget .form-check-label:last-child {
  margin-bottom: 0;
}
.sidebar_address_widget .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.4' fill='%234285F4'/%3e%3c/svg%3e");
  background-color: #fff;
  border-color: #4285F4;
}
.sidebar_address_widget .form-check-input {
  border: 2px solid #757575;
  height: 22px;
  width: 22px;
  box-shadow: none;
}
.sidebar_address_widget .short_address {
  font-size: 16px;
  color: #242729;
}
.sidebar_address_widget .acc_info {
  margin: 0 0 5px 0;
}
.sidebar_address_widget .acc_info span {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}
.sidebar_address_widget .location {
  color: #757575;
  font-size: 14px;
  line-height: 20px;
}

.cart_checkout_summary {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
  border-radius: 4px;
}
.cart_checkout_summary.border-bottom-radius-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cart_checkout_summary .cart_checkout_header {
  border-bottom: 1px solid var(--black_50);
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.cart_checkout_summary .cart_checkout_header h5 {
  font-weight: 600;
}
.cart_checkout_summary .cart_checkout_body {
  display: flex;
  flex-direction: column;
}
.cart_checkout_summary .cart_checkout_body .checkout_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #d9d9d9;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
}
.cart_checkout_summary .cart_checkout_body .checkout_item .tooltip-btn {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  font-size: 12px;
  transform: translate(0px, 2px);
}
.cart_checkout_summary .cart_checkout_body .checkout_item.strong {
  font-weight: 700;
}

.bj_checkout_content {
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  margin-right: 15px;
}
.bj_checkout_content.mt-20 {
  margin-top: 20px;
}
.bj_checkout_content.gift_cotent {
  border-image: url(../img/cart/gift-bg.png) 12 round;
  border-image-width: 11px;
  padding: 10px;
}
.bj_checkout_content.gift_cotent .gift-title {
  font-weight: 600;
  font-size: 40px;
  border-bottom: 1px solid #e6e6e6;
  color: #5ba403;
  display: block;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  margin: 0 0 30px;
  word-spacing: 3px;
  padding-bottom: 10px;
}
.bj_checkout_content.gift_cotent .gift_left {
  padding: 25px;
  background-color: #fff;
}
.bj_checkout_content.gift_cotent .gift_right {
  padding: 25px;
  background-color: #fff1fb;
}
.bj_checkout_content .content_header {
  background-color: #f9f9f9;
  padding: 13px 20px;
  color: #17161a;
  font-size: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bj_checkout_content .content_header span {
  font-size: 14px;
}
.bj_checkout_content .content_body {
  padding: 25px;
}
.bj_checkout_content hr {
  background-color: #ebebeb;
}
.bj_checkout_content .porduct_payment_method_wrapper .field_title {
  font-weight: 600;
  margin-bottom: 10px;
}
.bj_checkout_content .porduct_payment_method_wrapper .form-check {
  padding: 0;
}
.bj_checkout_content .porduct_payment_method_wrapper .form-check-label {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  height: 65px;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  cursor: pointer;
}
.bj_checkout_content .porduct_payment_method_wrapper .form-check-label .form-check-input {
  margin-left: 1px;
  margin-right: 15px;
  margin-bottom: 2px;
}
.bj_checkout_content .porduct_payment_method_wrapper .form-check-label img {
  max-height: 100%;
  margin-right: 10px;
}
.bj_checkout_content .payment_method_footer {
  padding: 20px;
}
.bj_checkout_content .porduct_pickup_location_wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 16px;
}
.bj_checkout_content .form-control {
  display: block;
  width: 100%;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid transparent;
}
.bj_checkout_content .form-control:focus {
  background-color: #fff;
  border: 1px solid #ccccce;
  color: #242729;
  box-shadow: none;
}
.bj_checkout_content .form-group {
  position: relative;
}
.bj_checkout_content .form-group.floating-select .floating-label {
  position: absolute;
  pointer-events: none;
  font-weight: 400;
  line-height: 21px;
  transition: 0.2s;
  margin-bottom: 0;
  top: -10px;
  left: 26px;
  font-size: 12px;
  color: #17161a;
  background-color: #fff;
  padding: 0 5px 0 5px;
  z-index: 1;
}
.bj_checkout_content .form-group .form-control {
  height: 55px;
  border-radius: 4px;
  border: 1px solid #dadce0;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 20px;
  padding-right: 20px;
}
.bj_checkout_content .form-group .floating-label {
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #8a898d;
  transition: 0.2s;
  margin-bottom: 0;
}
.bj_checkout_content .form-group .message {
  height: 160px;
  padding-top: 22px;
}
.bj_checkout_content .form-group input:focus ~ .floating-label,
.bj_checkout_content .form-group textarea:focus ~ .floating-label,
.bj_checkout_content .form-group input:not(:focus):valid ~ .floating-label,
.bj_checkout_content .form-group textarea:not(:focus):valid ~ .floating-label {
  top: -10px;
  left: 26px;
  font-size: 12px;
  color: #17161a;
  background-color: #fff;
  padding: 0 5px 0 5px;
}
.bj_checkout_content .nice-select {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 4px;
  border: 1px solid #dadce0;
  font-size: 14px;
  padding-left: 20px;
  float: inherit;
}
.bj_checkout_content .nice-select .list {
  width: 100%;
}

.bj_checkout_sidebar {
  position: sticky;
  top: 100px;
  left: 0;
}
.bj_checkout_sidebar .checkout_promo_apply h5 {
  font-weight: 600;
}
.bj_checkout_sidebar .checkout_promo_apply h6 {
  font-weight: 600;
}
.bj_checkout_sidebar .checkout_promo_apply .promo_body {
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.bj_checkout_sidebar .checkout_promo_apply .promo_body form {
  margin-top: 20px;
}
.bj_checkout_sidebar .checkout_promo_apply .promo_body form .form-control {
  height: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  flex: 1;
  width: 100%;
}
.bj_checkout_sidebar .checkout_promo_apply .promo_body form .bj_theme_btn {
  width: auto;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bj_checkout_sidebar .checkout_promo_apply .promo_body .promo_header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: var(--bj-darks);
  font-size: 13px;
}
.bj_checkout_sidebar .checkout_promo_apply .promo-success {
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  background-color: #effdf1;
  color: #33c24d;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.bj_checkout_sidebar .cart_proceed_checkout .strock_btn {
  border: 2px solid #87298f;
  color: #87298f;
  margin-left: 0;
  padding: 13px 30px;
}
.bj_checkout_sidebar .cart_proceed_checkout .strock_btn:hover {
  color: #fff;
}
.bj_checkout_sidebar .cart_proceed_checkout .strock_btn::before {
  background-color: #87298f;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.bj_account_dashboard {
  padding-bottom: 40px;
}

.account_dashboard_sidebar {
  position: sticky;
  top: 100px;
  left: 0;
}
.account_dashboard_sidebar .sidebar_widget_body {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 4px -4px #9c9c9c;
  box-shadow: 0 3px 4px -4px #9c9c9c;
  margin-top: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.account_dashboard_sidebar .account_dashboard_sidebar_profile img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.account_dashboard_sidebar .account_dashboard_sidebar_profile .greetings {
  font-size: 14px;
  color: #666;
}
.account_dashboard_sidebar .account_dashboard_sidebar_profile .name {
  font-size: 18px;
  font-weight: 500;
}
.account_dashboard_sidebar .sidebar_widget_menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account_dashboard_sidebar .sidebar_widget_menu li:last-child a {
  border-bottom: 0;
}
.account_dashboard_sidebar .sidebar_widget_menu a {
  border-bottom: 1px dotted #cdcdcd;
  display: block;
  font-size: 110%;
  padding: 15px 20px;
  color: #333;
  transition: all 0.3s ease-in-out;
}
.account_dashboard_sidebar .sidebar_widget_menu a:hover {
  color: #4285F4;
}
.account_dashboard_sidebar .sidebar_widget_menu a.active {
  background: linear-gradient(90deg, #fff 0, #bad4ff);
  color: #4285f4;
}
.account_dashboard_sidebar .sidebar_rating_review {
  display: flex;
  gap: 20px;
}
.account_dashboard_sidebar .sidebar_rating_review .sidebar_rating_review_icon img {
  height: 40px;
}
.account_dashboard_sidebar .sidebar_rating_review p {
  color: #666;
  font-size: 14px;
  margin-top: 4px;
  line-height: 20px;
  margin-bottom: 10px;
}
.account_dashboard_sidebar .sidebar_rating_review .book_rating {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 5px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  color: #ccc;
  transition: all 0.2s ease-in-out;
}
.account_dashboard_sidebar .sidebar_rating_review .book_rating .active {
  color: #ffe234;
}
.account_dashboard_sidebar .sidebar_rating_review .dynamic-rating-text {
  display: none;
}
.account_dashboard_sidebar .sidebar_rating_review .form-control {
  font-size: 14px;
  box-shadow: none;
  width: 100%;
}
.account_dashboard_sidebar .sidebar_rating_review .form-control:focus {
  border-color: #202124;
  box-shadow: none;
}
.account_dashboard_sidebar .sidebar_rating_review .bj_theme_btn {
  padding: 8px 20px;
  font-size: 14px;
  margin-top: 10px;
}
.account_dashboard_sidebar .sidebar_address_widget .location_icon img {
  height: 40px;
}
.account_dashboard_sidebar .sidebar_address_widget .sidebar_header {
  border-bottom: 1px solid var(--black_50);
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.account_dashboard_sidebar .sidebar_address_widget .location_wrapper {
  display: flex;
  gap: 20px;
  padding-top: 10px;
}
.account_dashboard_sidebar .sidebar_address_widget .location_wrapper .location_content p {
  color: #666;
  font-size: 15px;
  margin-top: 8px;
  line-height: 20px;
}

.account_dashboard_content {
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 0.25rem;
  margin-top: 20px;
}
.account_dashboard_content .account_dashboard_content_header {
  padding-top: 10px;
  background-color: #f9f9f9;
  padding: 14px 20px;
  color: #17161a;
  font-size: 20px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-weight: 500;
}
.account_dashboard_content .account_dashboard_content_header span {
  font-size: 14px;
}
.account_dashboard_content .account_dashboard_content_header p {
  font-size: 14px;
  margin-bottom: 0;
}
.account_dashboard_content .content_body {
  padding: 15px 20px 20px;
}
.account_dashboard_content .account_dashboard_content_title {
  padding: 5px 0 20px 0;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 10px;
}
.account_dashboard_content .account_dashboard_content_title h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.account_dashboard_content .account_dashboard_content_title p {
  font-size: 14px;
  margin-bottom: 0;
}
.account_dashboard_content hr {
  background-color: #dee2e6;
  opacity: 1;
  margin-top: 20px;
}
.account_dashboard_content .form-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #202124;
  margin-bottom: 14px;
}
.account_dashboard_content .form-group {
  position: relative;
}
.account_dashboard_content .form-group .form-control {
  height: 55px;
  border-radius: 4px;
  border: 1px solid #dadce0;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 20px;
  padding-right: 20px;
}
.account_dashboard_content .form-group .form-control:focus {
  border-color: #4285F4;
  box-shadow: none;
}
.account_dashboard_content .form-group textarea.form-control {
  height: auto;
}
.account_dashboard_content .form-group .floating-label {
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #8a898d;
  transition: 0.2s;
  margin-bottom: 0;
}
.account_dashboard_content .form-group .message {
  height: 160px;
  padding-top: 22px;
}
.account_dashboard_content .form-group input:focus ~ .floating-label,
.account_dashboard_content .form-group textarea:focus ~ .floating-label,
.account_dashboard_content .form-group input:not(:focus):valid ~ .floating-label,
.account_dashboard_content .form-group textarea:not(:focus):valid ~ .floating-label {
  top: -10px;
  left: 26px;
  font-size: 12px;
  color: #17161a;
  background-color: #fff;
  padding: 0 5px 0 5px;
}
.account_dashboard_content .iti {
  display: block;
  margin-bottom: 16px;
}
.account_dashboard_content .iti__selected-country-primary {
  padding: 0 14px;
}
.account_dashboard_content .profile-picture-form {
  display: flex;
  align-items: center;
  gap: 20px;
}
.account_dashboard_content .profile-picture-form .preview {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.account_dashboard_content .profile-picture-form .upload_btn {
  font-size: 15px;
  letter-spacing: -0.15px;
  font-weight: 500;
  width: 175px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  border-radius: 7px;
  color: #4285F4;
  background: transparent;
  border: 1px solid #4285F4;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.account_dashboard_content .profile-picture-form .upload_btn:hover {
  cursor: pointer;
  color: #fff;
  background-color: #3972d2;
}
.account_dashboard_content .profile-picture-form input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.account_dashboard_content .profile-picture-form input:hover {
  cursor: pointer;
}
.account_dashboard_content .bj_theme_btn {
  padding: 10px 30px;
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.account_dashboard_content .my_account_book {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.account_dashboard_content .my_account_book.list-view {
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.account_dashboard_content .my_account_book.list-view:last-child {
  margin-bottom: 0;
}
.account_dashboard_content .my_account_book .my_account_book_img img {
  max-width: 120px;
  height: 100%;
  width: 100%;
}
.account_dashboard_content .my_account_book .my_account_book_title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  color: #242729;
  transition: all 0.3s ease-in-out;
}
.account_dashboard_content .my_account_book .my_account_book_title:hover {
  color: #4285F4;
}
.account_dashboard_content .my_account_book .book_price {
  display: flex;
  gap: 20px;
  color: #333;
}
.account_dashboard_content .my_account_book .book_price .discount_amount {
  font-size: 17px;
  font-weight: 500;
}
.account_dashboard_content .my_account_book .book_price .mrp_amount {
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
  color: #98999b;
}
.account_dashboard_content .my_account_book .book_rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.account_dashboard_content .my_account_book .book_rating i {
  color: #ffe234;
}
.account_dashboard_content .my_account_book .book_rating .small_text {
  font-size: 14px;
}
.account_dashboard_content .my_account_book .author_name {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0;
}
.account_dashboard_content .my_account_book .source {
  font-size: 16px;
  color: #737373;
  margin-bottom: 0;
}
.account_dashboard_content .my_account_book .my_account_book_action {
  margin-left: auto;
}
.account_dashboard_content .my_account_book .my_account_book_action .download_options {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
  gap: 15px;
  margin-top: 10px;
}
.account_dashboard_content .my_account_book .my_account_book_action .download_options a {
  color: #737373;
  transition: all 0.3s ease-in-out;
}
.account_dashboard_content .my_account_book .my_account_book_action .download_options a i {
  color: #737373;
  font-size: 13px;
}
.account_dashboard_content .my_account_book .my_account_book_action .download_options a:hover {
  color: #17161a;
}
.account_dashboard_content .my_account_book .remove_btn {
  color: #98999b;
  font-size: 18px;
}
.account_dashboard_content .my_account_book .remove_btn:hover {
  color: #ff3b30;
}
.account_dashboard_content .my_account_book .book_rating_info {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #98999b;
  align-items: center;
}
.account_dashboard_content .my_account_book .book_rating_info a {
  color: #98999b;
}
.account_dashboard_content .my_account_book .book_rating_info .separator {
  width: 1px;
  height: 15px;
  background-color: #98999b;
}
.account_dashboard_content .my_account_book .item_link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
}
.account_dashboard_content .my_account_book .timestamp {
  color: #bbbdc0;
  font-size: 14px;
  font-weight: 500;
}
.account_dashboard_content .my_rating_reviews_list .my_account_book {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.account_dashboard_content .my_rating_reviews_list .book_rating {
  margin-top: 0;
  margin-bottom: 8px;
  gap: 3px;
}
.account_dashboard_content .product_filter_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.account_dashboard_content .product_filter_search .search_form .form-control {
  border: 1px solid #dee2e6;
  width: 300px;
  padding: 9px 15px;
}
.account_dashboard_content .product_filter_search .search_form .search_btn {
  top: 5px;
}
.account_dashboard_content .product_filter_search .search_form {
  margin-top: 0;
}
.account_dashboard_content .woocommerce-ordering {
  display: flex;
  gap: 10px;
  align-items: center;
}
.account_dashboard_content .woocommerce-ordering .nice-select {
  float: inherit;
}
.account_dashboard_content .my_book_list {
  display: flex;
  flex-direction: row;
  gap: 50px;
  flex-wrap: wrap;
  row-gap: 0;
}
.account_dashboard_content .my_book_list .my_book_list_item img {
  margin-bottom: 8px;
  width: 140px;
}
.account_dashboard_content .my_book_list .my_book_list_item h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.account_dashboard_content .my_book_list .my_book_list_item p {
  margin-bottom: 0;
  font-size: 15px;
}
.account_dashboard_content .my_list_details .best_product_item_two {
  position: relative;
}
.account_dashboard_content .my_list_details .best_product_item_two .img {
  width: 180px;
  padding: 0;
}
.account_dashboard_content .my_list_details .best_product_item_two .bj_theme_btn {
  padding: 8px 0;
  min-width: 125px;
}
.account_dashboard_content .my_list_details .best_product_item_two .bj_new_pr_content {
  padding-top: 14px;
}
.account_dashboard_content .my_list_details .book_title {
  font-size: 17px;
}
.account_dashboard_content .my_list_details .writer_name {
  margin-top: 6px;
}
.account_dashboard_content .my_list_details .ribon {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--bj-Open);
  color: #fff;
  background: rgb(255, 122, 0);
  background: linear-gradient(0deg, rgb(255, 182, 0) 0%, rgb(255, 122, 0) 100%);
  position: absolute;
  left: -16px;
  top: 20px;
  z-index: 2;
  padding: 5px 14px;
  text-transform: uppercase;
}
.account_dashboard_content .my_list_details .ribon:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 12px 0;
  border-color: transparent #bababa transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.account_dashboard_content .my_list_details .bj_pr_meta {
  margin-top: 4px;
}
.account_dashboard_content .my_list_details .bj_pr_meta .ratting {
  font-size: 16px;
  margin-left: 15px;
}
.account_dashboard_content .my_list_details .book_price {
  font-size: 17px;
}
.account_dashboard_content .my_book_list_item {
  gap: 5px;
}
.account_dashboard_content .my_book_list_item:hover .list_item_img {
  border-color: #4285F4;
}
.account_dashboard_content .my_book_list_item .list_item_img {
  display: flex;
  height: 180px;
  gap: 4px;
  padding: 4px;
  border: 1px solid #dee2e6;
  transition: all 0.2s ease-in-out;
}
.account_dashboard_content .my_book_list_item .list_item_img img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
}
.account_dashboard_content .my_book_list_item .list_item_img .thumbnail {
  width: 130px;
}
.account_dashboard_content .my_book_list_item .list_item_img .collection {
  display: flex;
  flex-direction: column;
  width: 65px;
  gap: 4px;
}
.account_dashboard_content .my_book_list_item .list_item_img .collection img {
  width: 100%;
  height: calc(50% - 2px);
  padding-left: 0;
}
.account_dashboard_content .my_book_list_item .my_account_book_title {
  font-weight: 700;
}
.account_dashboard_content .my_book_list_item .my_account_book_title:hover {
  color: #242729;
}
.account_dashboard_content .table {
  border: 1px solid #d2d2d3;
  font-size: 14px;
  color: #333;
}
.account_dashboard_content .table > :not(:last-child) > :last-child > * {
  border-color: #d2d2d3;
}
.account_dashboard_content .table > :not(caption) > * > * {
  padding: 0.9rem 0.5rem;
  border-color: var(--black_50);
}
.account_dashboard_content .table tr th:first-child,
.account_dashboard_content .table tr td:first-child {
  padding-left: 15px;
}
.account_dashboard_content .table td a {
  font-size: 14px;
  color: #333;
}
.account_dashboard_content .table td a:hover {
  color: #17161a;
}
.account_dashboard_content .table tbody tr:last-child td {
  border-bottom: 0;
}
.account_dashboard_content .table .remove_btn {
  color: #98999b;
  font-size: 18px;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}
.account_dashboard_content .table .remove_btn:hover {
  color: #ff3b30;
}
.account_dashboard_content .nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 700;
  background: #fcfdfd;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #333;
}
.account_dashboard_content .nav-tabs .nav-link.active {
  color: #4285F4;
  background: linear-gradient(180deg, #bad4ff 0, #fff);
  border-bottom: 1px solid #fff;
  border-top: 2px solid #4285F4;
}
.account_dashboard_content .follow_author_list .table {
  text-align: center;
  vertical-align: middle;
  border: 0 #d2d2d3;
  margin-bottom: 0;
}
.account_dashboard_content .follow_author_list .table thead {
  background: #000000;
  color: #fff;
}
.account_dashboard_content .follow_author_list .author_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.account_dashboard_content .follow_author_list .bj_theme_btn {
  padding: 7px 20px;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 500;
}
.account_dashboard_content .my_address_book_list .table {
  border: 0;
  vertical-align: middle;
  border-color: #d2d2d3;
  margin-bottom: 0;
}
.account_dashboard_content .my_address_book_list .bj_theme_btn {
  padding: 6px 20px;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 500;
}
.account_dashboard_content .my_address_book_list .home_label,
.account_dashboard_content .my_address_book_list .office_label {
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  height: 22px;
  text-align: center;
  vertical-align: text-bottom;
  line-height: 22px;
  margin-right: 0;
  padding: 0 7px;
  text-transform: uppercase;
}
.account_dashboard_content .my_address_book_list .office_label {
  background-image: linear-gradient(39deg, #0094b6 1%, #5bbbce 97%);
}
.account_dashboard_content .my_address_book_list .home_label {
  background-image: linear-gradient(-143deg, #ff7b53, #ff4b28);
}
.account_dashboard_content .my_order_list .single_order_block {
  border-bottom: 1px solid var(--black_50);
  margin-bottom: 20px;
}
.account_dashboard_content .my_order_list .single_order_block:last-child {
  border-bottom: 0;
}
.account_dashboard_content .my_order_list .single_order_block .order_info {
  font-size: 18px;
}
.account_dashboard_content .my_order_list .single_order_block .order_info .order_no {
  color: #33c24d;
}
.account_dashboard_content .my_order_list .single_order_block .order_action {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.account_dashboard_content .my_order_list .single_order_block .order_action .order_status {
  font-size: 16px;
  font-weight: 600;
  padding: 6px 20px;
  background-color: transparent;
  border: 1px solid #28a745;
  color: #28a745;
  text-transform: uppercase;
  border-radius: 4px;
}
.account_dashboard_content .my_order_list .single_order_block .order_action .order_status.warning {
  color: #dc3545;
  border-color: #dc3545;
}
.account_dashboard_content .my_order_list .single_order_block .order_action .bj_theme_btn {
  padding: 8px 20px;
}
.account_dashboard_content .my_order_list .single_order_block .my_account_book {
  align-items: center;
  text-align: center;
}
.account_dashboard_content .my_order_list .single_order_block .my_account_book_title {
  max-width: 150px;
  margin-bottom: 5px;
  font-size: 18px;
}
.account_dashboard_content .my_order_list .single_order_block .my_account_book_img img {
  max-width: 150px;
  height: 100%;
  width: 100%;
}

.account_dashboard_body {
  padding-left: 15px;
}

.order_track_list {
  padding-top: 40px;
}
.order_track_list .single_track_step {
  display: flex;
  align-items: start;
  gap: 20px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.order_track_list .single_track_step::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 30px;
  bottom: 0;
  width: 3px;
  background-image: linear-gradient(#dee2e6 45%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 4px 11px;
  z-index: -1;
}
.order_track_list .single_track_step.first_step {
  padding-bottom: 20px;
  display: none;
}
.order_track_list .single_track_step.first_step::before {
  display: none;
}
.order_track_list .single_track_step.first_step .step_icon i {
  display: none;
}
.order_track_list .single_track_step.second_step {
  display: none;
}
.order_track_list .single_track_step.active .step_icon {
  background-color: #33c24d;
}
.order_track_list .single_track_step.active .step_icon img {
  filter: invert(1);
}
.order_track_list .single_track_step.active .step_content h6 {
  color: #333;
}
.order_track_list .single_track_step.active .step_content p {
  color: #666;
}
.order_track_list .single_track_step .step_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.order_track_list .single_track_step .step_icon img {
  max-width: 100%;
  height: 30px;
}
.order_track_list .single_track_step .step_icon i {
  position: absolute;
  bottom: 4px;
  font-size: 19px;
  color: #d9d9d9;
  left: 50%;
  transform: translate(-50%, 100%);
}
.order_track_list .single_track_step .step_content {
  width: 100%;
  flex: 1;
}
.order_track_list .single_track_step .step_content h6 {
  color: #777;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.order_track_list .single_track_step .step_content p {
  color: #999;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 22px;
}
.order_track_list .view_more_btn {
  font-size: 16px;
  font-weight: 600;
  color: #4285F4;
  background-color: transparent;
  border: 0;
  gap: 10px;
}

.order_summary_list .my_account_book .my_account_book_content {
  margin-right: auto;
}
.order_summary_list .my_account_book .book_price {
  gap: 10px;
  margin-right: 20px;
}
.order_summary_list .my_account_book .book_price p {
  font-size: 16px;
  font-weight: 500;
  color: #98999b;
}
.order_summary_list .my_account_book .product-qty {
  font-size: 16px;
  font-weight: 500;
  color: #98999b;
  margin-right: 20px;
}
.order_summary_list .my_account_book .product-qty span {
  font-size: 17px;
  font-weight: 500;
  color: #333;
}

.order_summary__payment {
  border-top: 1px dashed #dadada;
  padding-top: 20px;
}
.order_summary__payment .payable-info {
  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;
  padding-bottom: 4px;
  text-align: right;
}
.order_summary__payment .payable-info .payable-info__label p {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}
.order_summary__payment .payable-info .payable-info__value {
  margin-left: 54px;
}
.order_summary__payment .payable-info .payable-info__value p {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.order_summary__payment .total-payable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-top: 10px;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  border-top: 1px dashed #dadada;
}
.order_summary__payment .total-payable p {
  color: #666;
  font-size: 14px;
}
.order_summary__payment .total-payable .total-payable__value {
  margin-left: 84px;
}
.order_summary__payment .total-payable .total-payable__value p {
  font-weight: 700;
}

.account_order_confirmation .thanksgiving_title {
  display: flex;
  gap: 15px;
  margin-top: 7px;
}
.account_order_confirmation .thanksgiving_title .icon {
  height: 50px;
  width: 50px;
  line-height: 43px;
  text-align: center;
  background-color: #28a745;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.57);
}
.account_order_confirmation .thanksgiving_title .actn_btn {
  padding: 4px 15px;
  font-size: 12px;
}
.account_order_confirmation .thanksgiving_title .ordr_number {
  font-size: 15px;
  font-weight: 500;
  color: var(--black_700);
}
.account_order_confirmation .thanksgiving_title .ordr_number .target {
  font-style: italic;
  display: inline-block;
  margin-right: 10px;
}
.account_order_confirmation .order_information {
  padding: 20px;
  border: 1px solid var(--black_50);
  border-radius: 4px;
  margin: 25px 0;
}
.account_order_confirmation .order_information p {
  font-size: 15px;
  color: var(--black_750);
}
.account_order_confirmation .order_information .info {
  font-size: 14px;
  color: var(--black_700);
}

/*=========== side_menu css ===========*/
.side_menu {
  width: 400px;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  right: 0;
  position: fixed;
  transform: translate3d(400px, 0, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1013;
  background: #fff;
  padding: 20px 0;
  overflow-x: hidden;
}
.side_menu .close_nav {
  font-size: 28px;
  color: #1d2746;
  margin-right: 15px;
  margin-top: -5px;
}
.side_menu .close_nav i + i {
  display: none;
}
.side_menu.menu-opened .close_nav i {
  display: block;
}

.click_capture,
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear;
}
.click_capture.show,
.modal-backdrop.show {
  opacity: 1;
  visibility: visible;
}

.menu-is-opened {
  overflow: hidden;
  height: 100%;
}
.menu-is-opened .click_capture {
  opacity: 1;
  visibility: visible;
}
.menu-is-opened .side_menu {
  transform: translate3d(0, 0, 0);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.bj_footer_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bj_footer_area .footer_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.02;
}
.bj_footer_area .round_shap {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(90deg, #1d2e59 0%, #1b2a52 100%);
}
.bj_footer_area .round_shap.one {
  width: 355px;
  height: 355px;
  left: -150px;
  top: -36%;
  z-index: 0;
}
.bj_footer_area .round_shap.two {
  width: 700px;
  height: 700px;
  top: -30%;
  left: -200px;
  z-index: -1;
}
.bj_footer_area .round_shap.three {
  width: 570px;
  height: 570px;
  top: -50%;
  right: -300px;
  background: linear-gradient(0deg, #1b2b54 0%, #19284d 100%);
  z-index: -1;
}
.bj_footer_area .round_shap.four {
  width: 645px;
  height: 645px;
  background: linear-gradient(90deg, #1c2d57 0%, #1a294f 100%);
  right: 380px;
  bottom: -510px;
  z-index: -1;
}

.padding_top {
  padding-top: 200px;
}

.footer_top {
  padding: 90px 0px 70px;
}

.f_widget .f_logo {
  margin-bottom: 25px;
  display: inline-block;
}
.f_widget p {
  color: #e3e3e3;
  font-size: 16px;
  line-height: 28px;
}
.f_widget .f_widget_title {
  color: #f1f1f1;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--bj-Open);
  margin-bottom: 28px;
}
.f_widget.link_widget .list li {
  margin-bottom: 16px;
}
.f_widget.link_widget .list li a {
  font-size: 16px;
  font-weight: 400;
  color: #d6d9dc;
  transition: all 0.3s ease-in-out;
}
.f_widget.link_widget .list li a:hover {
  color: var(--bj-blue);
}
.f_widget.link_widget .list li a i {
  margin-right: 8px;
}
.f_widget.f_widget_dark .f_widget_title {
  color: var(--bj-darks);
}
.f_widget.f_widget_dark.link_widget .list li a {
  color: var(--bj-light-gray);
}
.f_widget.f_widget_dark.link_widget .list li a i {
  margin-right: 12px;
  color: #202124;
}
.f_widget.f_widget_dark.link_widget .list li a:hover {
  color: var(--bj-blue);
}
.f_widget.f_widget_dark.link_widget .f_social_round li a {
  color: #fff;
}
.f_widget.f_widget_dark.link_widget .f_social_round li a i {
  margin-right: 0;
  color: inherit;
}
.f_widget.f_widget_dark.link_widget .f_social_round li a:hover {
  background: #4285F4;
  color: #fff;
}
.f_widget .footer-search {
  padding-top: 10px;
}
.f_widget .footer-search input {
  font-size: 14px;
  font-family: var(--bj-Open);
  font-weight: 400;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px 20px;
  flex: 1;
}
.f_widget .footer-search input.placeholder {
  color: #d2d2d3;
}
.f_widget .footer-search input:-moz-placeholder {
  color: #d2d2d3;
}
.f_widget .footer-search input::-moz-placeholder {
  color: #d2d2d3;
}
.f_widget .footer-search input::-webkit-input-placeholder {
  color: #d2d2d3;
}
.f_widget .footer-search input:focus {
  outline: none;
  box-shadow: none;
}
.f_widget .footer-search .btn-Subscribe {
  padding: 12px 22px;
  border-color: #fff;
  background: #fff;
  margin-left: -2px;
  font-size: 16px;
  color: var(--bj-blue);
  border: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.f_widget .footer-search .btn-Subscribe:before {
  background: rgba(0, 0, 0, 0.04);
}
.f_widget h5 {
  font-size: 16px;
  color: #e3e3e3;
  font-family: var(--bj-Open);
  font-weight: 400;
  margin-top: 55px;
}
.f_widget .f_social {
  margin-top: 18px;
}
.f_widget .f_social li {
  display: inline-block;
  margin-right: 12px;
}
.f_widget .f_social li a {
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
  font-size: 16px;
}
.f_widget .f_social li a:hover {
  color: var(--bj-blue);
}

.f_social_round {
  margin-top: 40px;
}
.f_social_round li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 0;
}
.f_social_round li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #202124;
  color: #fff;
  display: block;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  transition: all 0.2s linear;
}
.f_social_round li a i {
  margin-right: 0;
  color: inherit;
}
.f_social_round li a:hover {
  background: #4285F4;
  color: #fff;
}

.footer_subscribes {
  margin-top: 25px;
  padding-right: 60px;
}

.footer_subscribe_form {
  position: relative;
  display: block;
}
.footer_subscribe_form:before {
  content: "\f0e0";
  position: absolute;
  left: 0;
  top: 15px;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.footer_subscribe_form .form-control {
  padding-left: 30px;
  height: auto;
  line-height: 40px;
  background: transparent;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #000;
  color: #202124;
  box-shadow: none;
  width: 100%;
}
.footer_subscribe_form .form-control.placeholder {
  color: #bebebe;
}
.footer_subscribe_form .form-control:-moz-placeholder {
  color: #bebebe;
}
.footer_subscribe_form .form-control::-moz-placeholder {
  color: #bebebe;
}
.footer_subscribe_form .form-control::-webkit-input-placeholder {
  color: #bebebe;
}
.footer_subscribe_form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.footer_subscribe_form .bj_theme_btn {
  margin-left: 0;
  background: #202124;
  border: 0px;
  margin-top: 32px;
  padding: 8px 35px;
  text-transform: uppercase;
}

.footer_bottom {
  padding: 25px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer_bottom p {
  font-size: 14px;
  color: #bcbcbd;
  margin-bottom: 0;
}

.footer_bottom_dark {
  border-top: 1px solid #c4c4c4;
  padding: 25px 0px;
}
.footer_bottom_dark p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--bj-light-gray);
}

.footer_terms a {
  position: relative;
  color: #bcbcbd;
  transition: color 0.2s;
  font-size: 14px;
}
.footer_terms a:not(:nth-child(1)) {
  margin-left: 7px;
}
.footer_terms a:not(:nth-child(1))::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccccce;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.footer_terms a:hover {
  color: #fff;
}

.payment_process {
  margin-bottom: 0;
}
.payment_process li {
  display: inline-block;
  margin-left: 8px;
}
.payment_process li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.bj_footer_area_two .footer_top,
.bj_footer_area_three .footer_top {
  padding: 130px 0px 110px;
}

.bj_footer_area_three .f_social {
  margin-top: 25px;
}
.bj_footer_area_three .f_widget p {
  color: #ccccce;
}
.bj_footer_area_three .f_widget .footer-search input {
  background: rgba(255, 255, 255, 0.1);
}
.bj_footer_area_three .f_widget.f_widget.link_widget ul li a {
  color: #d2d2d3;
}
.bj_footer_area_three .f_widget.f_widget.link_widget ul li a:hover {
  color: #fff;
}

.bj_footer_area_four .footer_subscribe_form:before {
  color: #bebebe;
}
.bj_footer_area_four .footer_subscribe_form .form-control {
  border-color: #fff;
  color: #fff;
  transition: all 0.2s linear;
}
.bj_footer_area_four .footer_subscribe_form .form-control.placeholder {
  color: #a6a6a7;
}
.bj_footer_area_four .footer_subscribe_form .form-control:-moz-placeholder {
  color: #a6a6a7;
}
.bj_footer_area_four .footer_subscribe_form .form-control::-moz-placeholder {
  color: #a6a6a7;
}
.bj_footer_area_four .footer_subscribe_form .form-control::-webkit-input-placeholder {
  color: #a6a6a7;
}
.bj_footer_area_four .footer_subscribe_form .form-control:focus {
  border-color: #4285F4;
}
.bj_footer_area_four .footer_subscribe_form .bj_theme_btn {
  background: #4285F4;
}
.bj_footer_area_four .f_widget.link_widget ul li a {
  color: #bebebe;
}
.bj_footer_area_four .f_widget.link_widget ul li a:hover {
  color: #4285F4;
}
.bj_footer_area_four .f_widget.link_widget .f_social_round li a {
  background: #bebebe;
  color: #202124;
}
.bj_footer_area_four .f_widget.link_widget .f_social_round li a:hover {
  background: #4285F4;
  color: #fff;
}
.bj_footer_area_four .footer_bottom p {
  color: #bcbcbd;
}

/*=== bj_footer_area_white css ===*/
.bj_footer_area_white .round_shap {
  background: linear-gradient(90deg, #fff 0%, #f5f5f5 100%);
}
.bj_footer_area_white .round_shap.three, .bj_footer_area_white .round_shap.four {
  background: linear-gradient(0deg, #f5f5f5 0%, #fff 100%);
}
.bj_footer_area_white .footer_bottom {
  border-top-color: #d2d2d3;
}
.bj_footer_area_white .f_widget.f_widget_dark.link_widget .list li a {
  color: var(--bj-light-gray);
}
.bj_footer_area_white .f_widget.f_widget_dark.link_widget .list li a:hover {
  color: #4285F4;
}
.bj_footer_area_white .f_widget .footer-search input {
  border-color: #d2d2d3;
  padding: 12px 20px;
}
.bj_footer_area_white .f_widget .footer-search .bj_theme_btn {
  background: #202124;
  color: #fff;
}
.bj_footer_area_white .f_widget .footer-search .bj_theme_btn:before {
  background: #4285F4;
}
.bj_footer_area_white .f_widget .f_social li a {
  color: #636466;
}
.bj_footer_area_white .f_widget .f_social li a:hover {
  color: #4285F4;
}
.bj_footer_area_white .f_widget p {
  color: #797a7c;
}
.bj_footer_area_white .footer_terms a {
  color: #797a7c;
}
.bj_footer_area_white .footer_terms a:hover {
  color: #4285F4;
}
.bj_footer_area_white p {
  color: #797a7c;
}

.footer_middle {
  padding: 30px 0px;
  border-top: 1px solid rgba(145, 153, 161, 0.3);
}

.footer_social {
  color: #ccc;
  font-size: 18px;
}
.footer_social .f_social_round {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
}
.footer_social .f_social_round li {
  margin-right: 4px;
}
.footer_social .f_social_round li a {
  background: #bbc0c4;
  color: #001f58;
}
.footer_social .f_social_round li a:hover {
  background: #fff;
}

/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
