.listing-heading,
.search-heading {
  font-size: 30px;
  line-height: 1.4;
  margin: 0 0 24px;
}

.search-heading {
  font-size: 24px;
}

.class-wrapper {
  height: 100%;
}

.class-content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.class-thumb img,
.post-thumb img,
.widget-post .thumb img {
  aspect-ratio: 300 / 388;
  object-fit: cover;
  width: 100%;
}

.class-single-content img {
  max-width: 100%;
  height: auto;
}

.detail-title-wrap {
  padding-top: 40px;
  padding-left: 25px;
}

.detail-title-wrap .title {
  font-size: 30px;
  line-height: 1.4;
  margin: 0;
  white-space: normal;
}

.account-nav {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding-top: 20px;
  white-space: nowrap;
}

.menu > li.account-nav > i {
  color: #666;
  margin-right: 5px;
}

.menu > li.account-nav .account-email {
  color: #666;
  font-weight: 400;
}

.menu > li.account-nav > a {
  background: transparent;
  border: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0 !important;
  text-transform: none;
}

.menu > li.account-nav .account-vip-link {
  margin-left: 8px;
}

.menu > li.account-nav .account-vip-link,
.menu > li.account-nav .account-vip-link:hover {
  color: #f7931f;
}

.menu > li.account-nav .account-vip-link span {
  color: #f7931f;
  font-weight: 600;
  font-size: 13px;
}

.menu > li.account-nav .account-divider {
  color: #666;
  display: inline-block;
  margin: 0 8px;
}

.menu > li.account-nav .account-logout-link,
.menu > li.account-nav .account-logout-link:hover {
  color: #002c9d;
  font-weight: 700;
}

.compact-link {
  padding: 15px 5px !important;
}

@media (max-width: 991px) {
  .menu > li.account-nav {
    border-top: 1px solid #e5e5e5;
    line-height: 1.4;
    padding: 10px 25px;
  }

  .menu > li.account-nav > a {
    border-top: 0;
    padding: 0 !important;
  }
}

.footer-blog a {
  color: #a8abb3;
}

.cta-band {
  padding-top: 80px;
  background-image: url("/images/call-bg.jpg");
}

.cta-band h3 {
  font-size: 30px;
}

.tags-page {
  padding-top: 30px;
  border-bottom: 1px solid #808080;
  background-color: #fff;
}

.tags-page h1 {
  font-size: 30px;
  line-height: 1.4;
  margin: 0 0 24px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
}

.tag-list > li {
  height: 34px;
  width: 280px;
  list-style: none;
}

.pro-section {
  background-image: url("/images/error-bg.jpg");
}

.pro-section .coming-soon-title {
  font-size: 50px;
  padding-bottom: 40px;
}

.pro-section img {
  height: auto;
  width: 60%;
}

.success-card {
  width: min(550px, 100%);
  margin: 80px auto;
  padding: 40px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}

.success-card h1 {
  font-size: 28px;
  margin-bottom: 16px;
}

.account-error {
  display: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.vip-page {
  margin-top: 50px;
  margin-bottom: 50px;
}

.vip-page .jumbotron {
  padding-bottom: 2rem;
}

.vip-page .display-4 {
  font-size: 3.3rem;
}

.vip-page strong {
  font-size: 36px;
  color: #ffa426;
}

.vip-page .order_sum {
  margin-bottom: 10px;
}

.vip-page .s-payment img {
  width: 100px;
  height: auto;
}

.btnPay {
  box-shadow: 0 2px 6px #ffc473;
  background-color: #ffa426;
  border-color: #ffa426;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: .7rem 1rem;
  letter-spacing: 0;
}

.btnPay:hover {
  background-color: #ff990d !important;
  color: #fff !important;
}

.contact-line {
  margin-top: 0;
  color: #aaa;
}

.contact-line a {
  color: #eea29c;
}

.related-section .container {
  padding-left: 0;
  padding-right: 0;
}

.default-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}

.default-pagination a {
  display: block;
  min-width: 36px;
  padding: 8px 12px;
  text-align: center;
}

@media (max-width: 767px) {
  .listing-heading,
  .detail-title-wrap .title,
  .cta-band h3,
  .tags-page h1 {
    font-size: 24px;
  }

  .pro-section .coming-soon-title,
  .vip-page .display-4 {
    font-size: 30px;
  }

  .pro-section img {
    width: 100%;
  }
}
