@import url(vendor/bootstrap.min.css);
@import url(vendor/slick.css);
@font-face {
  font-family: 'Inter-Regular';
  src: url("../webfonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/Inter-Regular.woff") format("woff"), url("../webfonts/Inter-Regular.ttf") format("truetype"), url("../webfonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Inter-Medium';
  src: url("../webfonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/Inter-Medium.woff") format("woff"), url("../webfonts/Inter-Medium.ttf") format("truetype"), url("../webfonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Inter-SemiBold';
  src: url("../webfonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../webfonts/Inter-SemiBold.woff") format("woff"), url("../webfonts/Inter-SemiBold.ttf") format("truetype"), url("../webfonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Inter-Bold';
  src: url("../webfonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/Inter-Bold.woff") format("woff"), url("../webfonts/Inter-Bold.ttf") format("truetype"), url("../webfonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather-Regular';
  src: url("../webfonts/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/Merriweather-Regular.woff") format("woff"), url("../webfonts/Merriweather-Regular.ttf") format("truetype"), url("../webfonts/Merriweather-Regular.svg#Merriweather-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather-Bold';
  src: url("../webfonts/Merriweather-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/Merriweather-Bold.woff") format("woff"), url("../webfonts/Merriweather-Bold.ttf") format("truetype"), url("../webfonts/Merriweather-Bold.svg#Merriweather-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  color: #1f2b31;
  font-size: 18px;
  font-family: 'Inter-Regular';
  line-height: 36px; }

h1,
h2,
h3,
h4 {
  font-family: 'Inter-Bold'; }

h1,
h2,
h3,
h4,
p {
  margin-bottom: 24px; }

h1 {
  font-size: 44px; }

h2 {
  font-size: 36px;
  line-height: 1.28; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px;
  font-family: 'Inter-SemiBold'; }

h5 {
  font-size: 16px;
  font-family: 'Inter-SemiBold'; }

p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 36px; }

ul,
ol {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

hr {
  border-top: 1px solid #d2d5d6;
  margin: 48px 0; }

.txt-xs {
  font-size: 20px; }

.txt-md {
  font-size: 26px; }

.txt-lg {
  font-size: 32px; }

body.hidden {
  overflow: hidden; }

.btn {
  border-radius: 0;
  -webkit-box-shadow: 0 4px 8px 0 rgba(11, 45, 62, 0.12);
  box-shadow: 0 4px 8px 0 rgba(11, 45, 62, 0.12);
  font-size: 16px;
  font-family: 'Inter-SemiBold';
  padding: 14px 22px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 140px;
  min-height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn.cta-primary {
    background-color: #ea4d41;
    color: #fff; }
    .btn.cta-primary:hover {
      color: #fff;
      background-color: #ff574a; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.link-underline {
  display: inline-block;
  color: #1f2b31;
  text-decoration: none;
  position: relative; }
  .link-underline:after {
    width: 100%;
    height: 4px;
    background-color: #ea4d41;
    position: absolute;
    bottom: 4px;
    left: 0;
    content: ''; }
  .link-underline:hover {
    text-decoration: none;
    color: #ea4d41; }

/*-----------------------
    Audio Player - AP
------------------------*/
.audio-wrapper {
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.ap-player {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999;
  -webkit-box-shadow: 0 -8px 16px 0 rgba(31, 43, 49, 0.04);
  box-shadow: 0 -8px 16px 0 rgba(31, 43, 49, 0.04);
  background-color: #ffffff;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 332px; }
  .ap-player .audio-info {
    padding: 0 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
    .ap-player .audio-info h5.album-name {
      font-size: 18px;
      font-family: 'Inter-Bold';
      line-height: 18px;
      color: #1f2b31;
      margin: 0; }
    .ap-player .audio-info p.author {
      font-size: 14px;
      color: #798083;
      margin: 0;
      line-height: 17px; }

.playlist {
  position: absolute;
  max-width: 280px;
  right: 0;
  top: 0; }
  .playlist .player--card {
    width: 100%;
    background-color: #edeeef; }
    .playlist .player--card .arrow-dir {
      padding: 0 10px;
      width: 48px;
      padding: 0 15px;
      line-height: 0; }
    .playlist .player--card.media {
      width: 100%;
      padding: 8px 0 0; }
    .playlist .player--card h6 {
      font-size: 12px;
      font-family: 'Inter-Bold';
      letter-spacing: 0.5px;
      color: #a5aaad;
      line-height: 12px; }
  .playlist .dropdown-menu {
    padding: 0;
    width: 100%;
    min-width: 100%;
    margin-left: 6px;
    margin-top: 4px;
    border-radius: 0;
    border: none; }
  .playlist .media {
    width: 100%; }
  .playlist .ap__controls__playlist {
    width: 100%;
    position: relative; }

.card-items {
  padding-bottom: 8px; }
  .card-items .played-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer; }
    .card-items .played-item span {
      display: block;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .card-items .played-item span.media-body {
        padding: 0 8px; }
      .card-items .played-item span strong {
        display: block;
        margin: 0;
        line-height: 1;
        text-align: left;
        font-size: 14px;
        color: #1f2b31;
        font-family: 'Inter-Bold'; }
      .card-items .played-item span small {
        display: block;
        margin: 0;
        line-height: 1;
        text-align: left;
        font-size: 12px;
        color: #798083; }

.playlist.playlist-open {
  top: initial;
  bottom: calc(100% - 80px); }

.playlist.playlist-open .arrow-dir {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.audio-wrapper p {
  font-size: 14px;
  font-family: 'Inter-SemiBold';
  color: #1f2b31;
  margin: 0;
  line-height: 1; }

.audio-wrapper .title-box {
  margin: 0;
  padding: 0 20px; }

.player-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .player-ctn .player-control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%; }
    .player-ctn .player-control .info-player {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 20px; }
      .player-ctn .player-control .info-player .seek-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .player-ctn .player-control .info-player .seek-holder .myProgress {
          width: 100%;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          height: 4px;
          margin: 0 8px;
          cursor: pointer;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          background-color: #edeeef;
          position: relative; }
          .player-ctn .player-control .info-player .seek-holder .myProgress .bar-progress {
            background-color: #3ed0ba;
            position: absolute;
            height: 100%;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px; }
            .player-ctn .player-control .info-player .seek-holder .myProgress .bar-progress:after {
              content: '';
              width: 14px;
              height: 14px;
              -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
              background-color: #3ed0ba;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%;
              position: absolute;
              top: 50%;
              -webkit-transform: translate(0, -50%);
              -moz-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
              right: -7px; }
        .player-ctn .player-control .info-player .seek-holder .timer,
        .player-ctn .player-control .info-player .seek-holder .duration {
          font-size: 13px;
          font-family: 'Inter-Medium';
          color: #1f2b31;
          line-height: 13px; }
      .player-ctn .player-control .info-player .volume-control {
        line-height: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 6%; }
        .player-ctn .player-control .info-player .volume-control .volume-progress {
          width: 60px;
          height: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          background-color: #edeeef;
          position: relative;
          margin: 0 8px;
          cursor: pointer; }
          .player-ctn .player-control .info-player .volume-control .volume-progress .control-bar {
            background-color: #3ed0ba;
            position: absolute;
            height: 100%;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px; }
            .player-ctn .player-control .info-player .volume-control .volume-progress .control-bar:after {
              content: '';
              width: 14px;
              height: 14px;
              -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
              background-color: #3ed0ba;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%;
              position: absolute;
              top: 50%;
              -webkit-transform: translate(0, -50%);
              -moz-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
              right: -7px; }

/* HEADER CSS */
header {
  background-color: #f3f7fb; }
  header .search-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    padding: 0 20px;
    line-height: 0; }
  header .navbar-collapse {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit; }
  header .navbar {
    padding: 22px 0; }
    header .navbar .navbar-nav .nav-item .nav-link {
      padding: 0 20px;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: normal;
      color: #1f2b31; }
      header .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #ea4d41; }
    header .navbar .navbar-nav .nav-item:last-child {
      padding-right: 0; }
  header .navbar-brand {
    padding: 0;
    margin: 0; }
  header .btn-close-menu {
    display: none; }
    header .btn-close-menu img {
      height: 24px; }

.book-page header {
  background-color: #fff;
  border-bottom: 1px solid #edeeef; }

.search-link .search-field {
  max-width: 720px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1; }
  .search-link .search-field.show {
    visibility: visible;
    opacity: 1; }
  .search-link .search-field .input-search {
    position: relative; }
    .search-link .search-field .input-search .form-control {
      height: 40px;
      border-radius: 4px;
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
      border: solid 1px #d2d5d6;
      background-color: #ffffff;
      padding: 0 48px;
      width: 100%; }
    .search-link .search-field .input-search img {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .search-link .search-field .input-search img.s-icon {
        left: 16px;
        pointer-events: none; }
      .search-link .search-field .input-search img.close-search {
        right: 16px; }
    .search-link .search-field .input-search .close-search {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      right: 32px; }
  .search-link .search-field .filter-card {
    position: absolute;
    text-align: left;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #d2d5d6;
    background-color: #ffffff;
    left: 0;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -3px; }
    .search-link .search-field .filter-card .filter-list {
      padding: 12px 0; }
      .search-link .search-field .filter-card .filter-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6px 16px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer; }
        .search-link .search-field .filter-card .filter-list li .img-filter {
          margin-right: 8px; }
        .search-link .search-field .filter-card .filter-list li .filter-body {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          .search-link .search-field .filter-card .filter-list li .filter-body h4 {
            margin-bottom: 0;
            font-size: 14px;
            font-family: 'Inter-Bold';
            color: #1f2b31;
            line-height: 17px; }
          .search-link .search-field .filter-card .filter-list li .filter-body p {
            margin-bottom: 0;
            font-size: 12px;
            font-family: 'Inter-Regular';
            color: #798083;
            line-height: 15px; }
        .search-link .search-field .filter-card .filter-list li:hover {
          background-color: #effcfa; }
    .search-link .search-field .filter-card .view-result {
      font-size: 14px;
      font-weight: 600;
      color: #1f2b31;
      display: block;
      background-color: #ffffff;
      text-align: center;
      line-height: 14px;
      padding: 10px 0; }
      .search-link .search-field .filter-card .view-result:hover {
        background-color: #effcfa;
        text-decoration: none; }

/* Footer*/
footer {
  padding: 80px 0;
  background-color: #fff;
  border-top: 1px solid #d2d5d6; }
  footer h4 {
    margin-bottom: 16px; }
  footer p {
    font-size: 15px;
    line-height: 1.87;
    color: #1f2b31; }
  footer .quick-links li a {
    font-size: 15px;
    line-height: 0.8;
    letter-spacing: normal;
    color: #1f2b31;
    text-decoration: none; }
    footer .quick-links li a:hover {
      color: #ea4d41; }
  footer .social-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px; }
    footer .social-footer li {
      padding: 0 12px; }
  footer .brand-footer {
    margin-bottom: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  footer p.copy-text {
    margin-bottom: 8px; }

/* --------------HERO SECTION------------ */
.hero-main {
  background-color: #f3f7fb;
  padding: 124px 0 182px; }
  .hero-main .btn {
    min-width: 160px; }

/* ABOUT SECTION START */
.about-main {
  padding: 120px 0 50px; }
  .about-main .row {
    margin-bottom: 150px; }
    .about-main .row:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .about-main .row:nth-child(even) img {
        float: right; }

.book-cat {
  padding: 0 36px; }
  .book-cat .slick-next,
  .book-cat .slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .book-cat .slick-prev {
    left: 0; }
  .book-cat .slick-next {
    right: 0; }
  .book-cat a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #dde0e1;
    background-color: #fff;
    padding: 5px;
    min-height: 48px;
    font-size: 16px;
    color: #1f2b31;
    text-decoration: none;
    outline: none;
    text-align: center;
    line-height: 1.2;
    min-width: 123px; }
    .book-cat a:hover {
      border-color: #ea4d41; }
  .book-cat .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .book-cat .slick-slide {
    margin: 0 5px;
    outline: 0 !important; }

/*  */
.learning-book {
  color: #fff;
  background-color: #1f343f;
  padding: 80px 0; }

/* BOOK SUMMARY START */
.main-card {
  padding: 48px 0; }

.sidebar-card .card-listen .img-holder {
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.24); }
  .sidebar-card .card-listen .img-holder img {
    width: 100%; }

.sidebar-card .card-listen .audio-card-footer {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 0;
  margin-bottom: 24px; }
  .sidebar-card .card-listen .audio-card-footer a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-family: 'Inter-SemiBold';
    color: #1f2b31;
    line-height: 1; }
    .sidebar-card .card-listen .audio-card-footer a img {
      width: 32px;
      margin-right: 12px;
      -o-object-fit: cover;
      object-fit: cover; }
    .sidebar-card .card-listen .audio-card-footer a span {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: left; }
    .sidebar-card .card-listen .audio-card-footer a:hover {
      text-decoration: none; }

.sidebar-card h5 {
  font-family: 'Inter-SemiBold'; }

.link-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 -8px; }
  .link-store li {
    padding: 0 8px; }
    .link-store li a.btn {
      min-width: auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }

.summary-header .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  .summary-header .media img.play-icon {
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 17px; }
  .summary-header .media .media-body h2 {
    margin-bottom: 4px;
    font-size: 32px; }
  .summary-header .media .media-body h5 {
    margin-bottom: 0; }

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -4px; }
  .tags li {
    padding: 0 4px; }
    .tags li a {
      font-size: 14px;
      text-align: center;
      color: #1f2b31;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      -ms-border-radius: 16px;
      border-radius: 16px;
      border: solid 1px #d2d5d6;
      background-color: #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none;
      line-height: 14px;
      padding: 8px 15px; }

.inner-content p {
  font-family: 'Merriweather-Regular';
  font-size: 20px;
  line-height: 1.8; }

.inner-content h2 {
  font-family: 'Merriweather-Bold';
  font-size: 28px; }

.card-book {
  margin-top: 24px; }
  .card-book a.book-title {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 21px;
    color: #1f2b31;
    font-family: 'Inter-Bold';
    text-decoration: none; }
    .card-book a.book-title:hover {
      color: #ea4d41; }
  .card-book .img-holder {
    -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.24);
    margin-bottom: 20px; }
    .card-book .img-holder img {
      width: 100%; }
  .card-book p.book-author {
    font-size: 14px;
    color: #798083;
    line-height: 17px;
    margin-bottom: 0; }

.recomended-books {
  padding-bottom: 204px; }
  .recomended-books .heading-3 {
    margin-bottom: 0;
    line-height: 24px; }

.text-select {
  color: #1f2b31;
  font-size: 32px;
  font-family: 'Inter-Medium';
  text-decoration: none; }
  .text-select:hover {
    text-decoration: none;
    color: #ea4d41; }

.text-dropdown .dropdown-menu {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(31, 43, 49, 0.12);
  box-shadow: 0 4px 12px 0 rgba(31, 43, 49, 0.12);
  background-color: #fff;
  padding: 12px;
  margin: 0 -4px; }
  .text-dropdown .dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .text-dropdown .dropdown-menu li {
    padding: 0 4px; }
    .text-dropdown .dropdown-menu li a {
      padding: 0;
      width: 64px;
      height: 42px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      border: solid 1px #edeeef;
      background-color: #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #1f2b31;
      font-family: 'Inter-Medium'; }
      .text-dropdown .dropdown-menu li a:hover {
        text-decoration: none;
        color: #3ed0ba; }

.discvover-books {
  padding: 48px 0; }

.discover-card {
  margin-bottom: 15px; }
  .discover-card .disc-content .book-title {
    font-family: 'Inter-Bold';
    font-size: 20px;
    color: #1f2b31;
    margin-bottom: 4px;
    line-height: 28px;
    display: inline-block; }
  .discover-card .disc-content .book-author {
    font-size: 16px;
    font-family: 'Inter-SemiBold';
    color: #4c555a;
    line-height: 16px;
    margin-bottom: 24px; }
  .discover-card .disc-content p {
    font-size: 16px;
    font-family: 'Inter-Regular';
    color: #4c555a;
    line-height: 28px;
    margin-bottom: 12px; }
  .discover-card .disc-content .link-underline {
    font-size: 16px;
    font-family: 'Inter-SemiBold';
    color: #4c555a;
    line-height: 28px; }
    .discover-card .disc-content .link-underline:after {
      height: 2px;
      bottom: 2px; }

.card-book-small {
  margin-top: 24px; }
  .card-book-small a.book-title p {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 21px;
    color: #1f2b31;
    font-family: 'Inter-Bold';
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .card-book-small a.book-title:hover {
    text-decoration: none; }
    .card-book-small a.book-title:hover p {
      color: #ea4d41; }
  .card-book-small .img-holder {
    -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.24);
    margin-bottom: 16px; }
    .card-book-small .img-holder img {
      width: 100%; }
  .card-book-small p.book-author {
    font-size: 13px;
    color: #798083;
    line-height: 13px;
    margin-bottom: 0; }

.title-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .title-header .view-more {
    font-size: 16px;
    margin-left: auto;
    font-family: 'Inter-Medium';
    text-align: right;
    color: #3ed0ba; }
    .title-header .view-more:hover {
      color: #ea4d41;
      text-decoration: none; }

.books-feature {
  padding: 48px 0; }
  .books-feature .heading-3 {
    margin-bottom: 0;
    line-height: 24px; }

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

.category {
  padding: 48px 0; }
  .category .caption-category p:last-of-type {
    margin-bottom: 0; }
  .category .caption-category .title-cate {
    font-size: 32px;
    font-family: 'Inter-Bold';
    color: #1f2b31;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .category .caption-category .title-cate img {
      margin-right: 12px; }
    .category .caption-category .title-cate span {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .category .card-book-small {
    margin: 10px 0 64px; }

.result-text h2 {
  font-size: 32px;
  font-family: 'Inter-Bold';
  color: #1f2b31;
  line-height: 39px;
  margin-bottom: 28px; }

.result-text p {
  font-size: 18px;
  font-family: 'Inter-Regular';
  line-height: 2;
  letter-spacing: normal;
  color: #1f2b31;
  margin-bottom: 0; }

.search-result {
  padding: 48px 0 100px; }

@media (min-width: 1400px) {
  .text-dropdown .dropdown-menu {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    top: auto !important; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media (max-width: 1199px) {
  h1 {
    font-size: 40px; }
  h4 {
    font-size: 18px; }
  p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px; }
  .hero-main {
    padding: 100px 0 150px; }
  .book-cat a {
    font-size: 14px;
    min-width: auto; }
  .book-cat .slick-next,
  .book-cat .slick-prev {
    height: 14px; }
  .book-cat {
    padding: 0 24px; }
  .link-underline:after {
    height: 3px;
    bottom: 2px; }
  .footer-card {
    text-align: center; }
  .brand-footer {
    margin-bottom: 0; }
  footer .social-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .link-store li a.btn {
    font-size: 14px;
    padding: 5px 16px; }
  .inner-content h2 {
    font-size: 26px; }
  .ap {
    padding-right: 275px; }
  .inner-content p {
    font-size: 18px; }
  .discover-card .disc-content .book-title {
    line-height: 22px; }
  .discover-card .disc-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px; }
  .result-text h2 {
    margin-bottom: 8px; } }

@media (max-width: 991px) {
  .hero-main {
    padding: 70px 0 100px; }
  .hero-text {
    margin-bottom: 30px; }
  .navbar-toggler {
    padding: 0;
    margin: 0; }
  .navbar-toggler img {
    height: 24px; }
  header .navbar-toggler {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    outline: none; }
  header .search-link {
    padding: 0 10px; }
  header .navbar-collapse {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    bottom: 0;
    height: 100vh;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  header .collapse.show,
  header .collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  header .navbar-collapse.show {
    visibility: visible;
    opacity: 1; }
  header .navbar-nav {
    width: 100%;
    text-align: center; }
  header .navbar-nav .nav-item .nav-link,
  header .navbar-nav .nav-item:last-child .nav-link {
    padding: 0 20px; }
  header .btn-close-menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 30px; }
  .about-main .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .about-main {
    text-align: center; }
  .about-main .img-fluid {
    margin-bottom: 30px; }
  .about-main .row:nth-child(even) img {
    float: none; }
  .about-main .row {
    margin-bottom: 70px; }
  .learning-book .img-holder {
    margin-bottom: 30px; }
  .audio-info {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%; }
  .ap-player {
    padding-right: 262px; }
  .player-ctn .player-control .info-player .volume-control {
    padding-left: 3px; }
  .player-ctn .player-control .info-player .volume-control .volume-progress {
    width: 30px; }
  .ap-player .audio-info h5.album-name {
    font-size: 14px; }
  .ap-player .audio-info p.author {
    font-size: 12px; }
  .discover-card {
    margin-bottom: 30px; }
  .pb-100 {
    padding-bottom: 50px; }
  .category .card-book-small {
    margin: 0 0 30px; }
  .search-link .search-field {
    max-width: 525px; } }

@media (max-width: 767px) {
  .quick-links {
    margin-bottom: 30px; }
  .summary-header .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px; }
  .text-dropdown {
    text-align: right; }
  hr {
    margin: 20px 0; }
  .inner-content h2 {
    font-size: 22px; }
  .inner-content p {
    font-size: 16px; }
  .sidebar-card {
    margin-bottom: 30px; }
  .sidebar-card .audio-card-footer {
    margin-bottom: 0; }
  .audio-info {
    display: none; }
  .ap-player {
    padding-right: 235px; }
  .player-ctn {
    padding: 0 15px; }
  .audio-wrapper p {
    font-size: 12px; }
  .audio-wrapper .title-box,
  .player-ctn .player-control .info-player {
    padding: 0 10px; }
  .result-text h2 {
    font-size: 26px; }
  .result-text p {
    font-size: 16px; }
  .category .caption-category .title-cate {
    font-size: 26px; }
  .search-link .search-field {
    max-width: 380px; } }

@media (max-width: 575px) {
  h1 {
    font-size: 32px; }
  h1,
  h2,
  h3,
  h4,
  p {
    margin-bottom: 16px; }
  h2 {
    font-size: 28px;
    line-height: 1.28; }
  .quick-links {
    margin-bottom: 30px; }
  .hero-main {
    padding: 16px 0 50px; }
  .about-main .row {
    margin-bottom: 35px; }
  .learning-book .img-holder img {
    height: 500px; }
  footer {
    text-align: center; }
  .audio-wrapper {
    padding: 15px 0 145px;
    background-color: #fff;
    -webkit-box-shadow: 0 -8px 16px 0 rgba(31, 43, 49, 0.04);
    box-shadow: 0 -8px 16px 0 rgba(31, 43, 49, 0.04); }
  .playlist {
    max-width: 100%;
    left: 0;
    z-index: 8; }
  .ap-player {
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .discover-card .img-holder {
    margin-bottom: 30px; }
  .title-header .view-more {
    font-size: 13px; }
  .title-header h3 {
    font-size: 18px; }
  .title-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .category .caption-category .title-cate {
    font-size: 18px; }
  .category .caption-category .title-cate img {
    height: 36px; } }
