/* large desktop :2160px. */
@media (min-width: 2160px) and (max-width: 3840px) {
}

/* large desktop :2001px. */
@media (min-width: 2001px) and (max-width: 2160px) {
}

/* desktop 1200px to 1600px */
@media (min-width: 1280px) and (max-width: 1919px) {
  .custom-container {
    margin: 0px auto;
    padding: 0px 40px;
  }

  .cmn-gap {
    padding: 60px 0px;
  }

  .cmn-butn {
    font-size: 14px;
    line-height: 100%;
    border-radius: 10px;
    padding: 14px 9px;
  }

 .logo {
	width: 200px;
}

  .header-info ul {
    gap: 15px;
  }

  .stellarnav ul {
    gap: 40px;
    margin: 0px 50px 0px 0px;
  }

  .stellarnav > ul > li > a {
    font-size: 16px;
  }

  .banner-section h6 {
    font-size: 20px;
    line-height: 20px;
  }

  .banner-section h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .banner-section p {
    font-size: 16px;
    line-height: 26px;
  }

  h6 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  h2 {
    font-size: 38px;
    line-height: 48px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  .our-mission-top-img {
    position: absolute;
    top: -30px;
  }

  .our-mission-top-img img {
    width: 60%;
    height: 100%;
    object-fit: cover;
  }

  .our-mission-top-text p {
    padding: 0px 0px 60px 100px;
    text-align: right;
  }

  .our-mission-butm h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .book-title {
    font-size: 22px;
    line-height: 28px;
  }

  .book-subtitle {
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  .book-desc {
    font-size: 16px;
    line-height: 26px;
  }

  .price-val {
    font-size: 24px;
    line-height: 24px;
  }

  .price-type-name {
    font-size: 16px;
    line-height: 16px;
  }

  .price-type-sub {
    font-size: 12px;
    line-height: 16px;
  }

  .price-row {
    display: flex;
    gap: 14px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .amazon-row p {
    font-size: 14px;
    line-height: 14px;
  }

  .preview-book-sec {
    position: absolute;
    left: 105px;
    top: 104px;
  }

  .preview-content {
    position: relative;
    z-index: 2;
    padding: 100px 90px 50px 90px;
  }

  .audio-card {
    width: 60%;
  }

  .audio-title {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .ppb-val {
    font-size: 30px;
    line-height: 30px;
  }

  .ppb-sub {
    font-size: 16px;
    line-height: 20px;
  }

  .audio-card {
    padding: 30px 20px;
  }

  .preview-buy-row {
    padding: 30px 20px;
  }

  .how-section-header-text {
    width: 80%;
  }

  .header-login ul li a {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 15px;
  }

  .rightlink {
    gap: 10px;
  }

  .how-card-title {
    font-size: 30px;
    line-height: 30px;
  }

  .how-card-header {
    margin-bottom: 0px;
  }

  .step-body h6 {
    font-size: 22px;
    line-height: 22px;
  }

  .step-body p {
    font-size: 18px;
    line-height: 28px;
  }

  .newest-body {
    padding: 100px 80px 100px 60px;
  }

  .newest-img-wrap {
    top: 52px;
    left: -50px;
  }

  .testi-name {
    font-size: 22px;
    line-height: 22px;
  }

  .testi-text {
    font-size: 14px;
    line-height: 22px;
  }

  .testi-card {
    height: 290px;
  }

  .footer-tagline {
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0px 0px 0px;
  }

  .footer h6 {
    font-size: 20px;
    line-height: 20px;
  }

  .footer-links a {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-bottom {
    margin-top: 40px;
    padding: 15px 0;
  }

  .contact-us-inn .addresscard {
    min-height: 220px;
  }

  .inner-banner-text {
    top: 60%;
  }

  .newest-body .price-row {
    display: flex;
    flex-wrap: unset;
    max-width: 100%;
  }

  .newest-body .amazon-row {
    max-width: 84%;
  }

  .cmn-butn.white-butn span i {
    font-size: 16px;
  }
  .hero-btns {
    margin: 30px 0px;
    gap: 10px;
  }

  .inner-banner-text h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
  }

  .newest-body .price-btn {
    gap: 40px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1279px) {
  .custom-container {
    padding: 0px 30px;
  }

  header {
    overflow: hidden;
  }

  .cmn-butn {
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 6px;
  }

  .cmn-gap {
    padding: 30px 0px;
  }

  .cmn-tittle {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  .site-nav {
    padding: 0px;
    border-radius: 0px;
    margin-top: 0px;
  }

  .rightlink {
    gap: 30px;
  }

  .stellarnav .menu-toggle,
  .stellarnav .call-btn-mobile,
  .stellarnav .location-btn-mobile,
  .stellarnav .close-menu {
    padding: 0px;
    box-sizing: border-box;
  }

  .stellarnav .menu-toggle span.bars {
    display: inline-block;
    margin-right: 0px;
    position: relative;
    top: 3px;
  }

  .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 6px;
    background: #cb7a47;
    margin: 3px 0 3px;
  }

  .stellarnav.mobile ul {
    background: #cb7a47;
    z-index: 999;
  }

  .stellarnav.mobile > ul > li > a {
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
  }

  .stellarnav > ul > li > a.active {
    color: #000 !important;
    text-decoration: none;
    font-weight: 600;
  }

  .stellarnav .icon-close {
    margin-right: 20px;
    margin-top: 10px;
  }

  .main-nav.scroll {
    position: unset;
  }

  .logo {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px 0px;
  }

  .btn-request-quote {
    padding: 10px 10px;
    font-size: 10px;
  }

  .btn-hero {
    margin: 0px auto 40px;
    text-align: center;
  }

  .cmn-text {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  h6 {
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  h3 {
    font-size: 18px;
    line-height: 28px;

    margin: 0px 0px 10px 0px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 26px 0px;
    padding: 0px;
  }

  .stellarnav ul {
    gap: 40px;
    margin: 0px 30px 0px 0px;
  }

  .stellarnav > ul > li > a {
    font-size: 14px;
    line-height: 24px;
  }

  /* ===================================== */

  .main-nav {
    top: 10px;
  }

  .banner-section {
    width: 100%;
    height: 100%;
  }

  .hero-content h6 {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0px;
    margin: 0px;
  }

  .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    max-width: 90%;
  }

  .hero-btns {
    gap: 6px;
    width: 100%;
    flex-wrap: wrap;
    margin: 5px 0px 0px;
  }

  .hero-content .col-lg-4.col-md-4.col-12.offset-1 {
    padding: 0px;
    margin: 14px 7px;
  }

  .hero-card {
    border-radius: 10px;
    padding: 20px;
    width: 95%;
    height: 100%;
  }

  .hero-content {
    top: 150px;
  }

  .hero-card h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .hero-card-img {
    height: 150px;
    border-radius: 10px;
  }

  .logo-bar .owl-dots {
    display: none;
  }

  .header-info ul {
    gap: 20px;
  }

  .our-mission-top-img img {
    width: 50%;
    height: auto;
    object-fit: cover;
  }

  .our-mission-top-img {
    position: absolute;
    top: -55px;
  }

  .header-info ul li a {
    font-size: 20px;
    color: #000000;
  }

  .our-mission-top-text p {
    padding: 0px 0px 20px 0px;
    text-align: right;
  }

  .our-mission-butm {
    padding: 20px 0px 0px;
    margin: 0px;
  }

  .our-mission-butm h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .our-mission {
    padding: 50px 0px 30px;
    margin: 0px;
  }

  .featured-section-header {
    margin: 0px 0px 10px 0px;
  }

  .book-card-body {
    padding: 20px 10px;
  }

  .book-title {
    font-size: 21px;
    line-height: 21px;
  }

  .book-subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .book-desc {
    font-size: 14px;
    line-height: 24px;
  }

  .price-row {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .price-val {
    font-size: 24px;
    line-height: 25px;
  }

  .amazon-row p {
    font-size: 14px;
    line-height: 20px;
  }

  .preview-content {
    position: unset;
    z-index: 2;
    padding: 20px;
  }

  .preview-book-sec {
    position: unset;
  }

  .preview-book-sec img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .header-login ul li a {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 14px;
  }

  .preview-content h2 {
    margin: 0px 0px 20px 0px;
  }

  .audio-card-row {
    gap: 10px;
  }

  .audio-card {
    width: 60%;
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 10px;
  }

  .preview-buy-row {
    gap: 10px;
    margin-bottom: 0px;
    border-radius: 10px;
    padding: 15px 15px;
    width: 40%;
  }

  .how-section-header {
    margin: 0px 0px 30px 0px;
  }

  .how-section-header-text {
    width: 60%;
  }

  .ppb-val {
    font-size: 30px;
    line-height: 30px;
  }

  .ppb-sub {
    font-size: 12px;
    line-height: 16px;
  }

  .preview-buy-row .orng-butn {
    padding: 8px 0px;
    margin: 4px 0px 0px 0px;
  }

  .how-section-header {
    flex-wrap: wrap;
  }

  .how-section-header p {
    max-width: 100%;
    padding-bottom: 15px;
  }

  .our-mission-top-text {
    text-align: right;
    margin-top: 0px;
  }

  .how-card-icon-wrap img {
    width: 30px;
    height: 30px;
  }

  .how-card-title {
    font-size: 25px;
    line-height: 25px;
  }

  .how-card-header {
    gap: 15px;
    border-radius: 20px;
    padding: 20px 22px;
    margin-bottom: 0px;
  }

  .how-step-body {
    padding: 20px 10px;
    margin: 0px;
  }

  .step-body h6 {
    font-size: 18px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .step-body p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .how-card {
    margin-bottom: 10px;
  }

  .newest-card {
    border-radius: 20px;
    height: 100%;
  }

  .newest-badge-info ul li a {
    font-size: 14px;
    line-height: 14px;
    margin: 0px;
    padding: 7px 0px;
  }

  .newest-badge-info {
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .newest-body p {
    margin: 0px 0px 20px 0px;
  }

  .newest-body .price-row {
    max-width: 100%;
    flex-wrap: unset;
  }

  .amazon-row {
    border-radius: 8px;
    padding: 7px 12px;
  }

  .newest-img-wrap {
    position: unset;
  }

  .newest-body .amazon-row {
    max-width: 100%;
  }

  .newest-body {
    padding: 20px;
  }

  .newest-img-wrap img {
    max-height: 100%;
    width: 70%;
  }

  .newest-section {
    padding: 0 0 30px;
  }

  .newsletter-section {
    border-radius: 20px;
    margin: 0px 0px 50px 0px;
    padding: 40px 200px;
    box-shadow: 0px 138px 137px -92px #00000029;
  }

  .nl-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 10px;
    font-size: 30px;
  }

  .newsletter-section h2 {
    margin-bottom: 10px;
  }

  .nl-form {
    max-width: 100%;
  }

  .nl-form input {
    padding: 3px 10px;
    font-size: 14px;
    width: 100%;
  }

  .nl-form button {
    font-size: 16px;
    padding: 10px 24px;
  }

  .testi-card {
    padding: 20px;
    margin: 9px 0px 65px 0px;
    height: 300px;
    border-radius: 20px;
  }

  .testi-name {
    font-size: 20px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .footer-logo img {
    height: auto;
    margin-bottom: 4px;
  }

  .footer-tagline {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0px 20px 0px !important;
  }

  .footer h6 {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  .footer-links a {
    font-size: 14px;
    line-height: 20px;
  }

  .preview-card {
    height: 100%;
    padding: 30px;
  }

  .audio-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .footer-author {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-copy {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-bottom {
    margin-top: 20px;
    padding: 10px 0;
  }

  .testi-text {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-socials a {
    width: 35px;
    height: 35px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .custom-container {
    padding: 0px 30px;
  }

  header {
    overflow: hidden;
  }

  .cmn-butn {
    font-size: 12px;
    padding: 8px 9px;
    border-radius: 4px;
  }

  .cmn-gap {
    padding: 30px 0px;
  }

  .cmn-tittle {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  .site-nav {
    padding: 0px;
    border-radius: 0px;
    margin-top: 0px;
  }

  .rightlink {
    gap: 20px;
  }

  .stellarnav .menu-toggle,
  .stellarnav .call-btn-mobile,
  .stellarnav .location-btn-mobile,
  .stellarnav .close-menu {
    padding: 0px;
    box-sizing: border-box;
  }

  .stellarnav .menu-toggle span.bars {
    display: inline-block;
    margin-right: 0px;
    position: relative;
    top: 3px;
  }

  .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 6px;
    background: #cb7a47;
    margin: 3px 0 3px;
  }

  .stellarnav.mobile ul {
    background: #cb7a47;
    z-index: 999;
  }

  .stellarnav.mobile > ul > li > a {
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
  }

  .stellarnav > ul > li > a.active {
    color: #000 !important;
    text-decoration: none;
    font-weight: 600;
  }

  .stellarnav .icon-close {
    margin-right: 20px;
    margin-top: 10px;
  }

  .main-nav.scroll {
    position: unset;
  }

  .logo {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px 0px;
  }

  .btn-request-quote {
    padding: 10px 10px;
    font-size: 10px;
  }

  .btn-hero {
    margin: 0px auto 40px;
    text-align: center;
  }

  .cmn-text {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  h6 {
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  h3 {
    font-size: 18px;
    line-height: 28px;

    margin: 0px 0px 10px 0px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  /* ===================================== */

  .main-nav {
    top: 10px;
  }

  .banner-section {
    width: 100%;
    height: 100%;
  }

  .hero-content h6 {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0px;
    margin: 0px;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .hero-content p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    max-width: 90%;
  }

  .hero-btns {
    gap: 6px;
    width: 100%;
    flex-wrap: wrap;
    margin: 5px 0px 0px;
  }

  .hero-content .col-lg-4.col-md-4.col-12.offset-1 {
    padding: 0px;
    margin: 14px 7px;
  }

  .hero-card {
    border-radius: 10px;
    padding: 20px;
    width: 95%;
    height: 100%;
  }

  .hero-content {
    top: 90px;
  }

  .hero-card h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .hero-card-img {
    height: 150px;
    border-radius: 10px;
  }

  .logo-bar .owl-dots {
    display: none;
  }

  .header-info ul {
    gap: 20px;
  }

  .our-mission-top-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .our-mission-top-img {
    position: absolute;
    top: -20px;
  }

  .header-info ul li a {
    font-size: 20px;
    color: #000000;
  }

  .our-mission-top-text p {
    padding: 0px 0px 20px 0px;
    text-align: right;
  }

  .our-mission-butm {
    padding: 20px 0px 0px;
    margin: 0px;
  }

  .our-mission-butm h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .our-mission {
    padding: 50px 0px 30px;
    margin: 0px;
  }

  .featured-section-header {
    margin: 0px 0px 10px 0px;
  }

  .book-card-body {
    padding: 20px 10px;
  }

  .book-title {
    font-size: 21px;
    line-height: 21px;
  }

  .book-subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .book-desc {
    font-size: 14px;
    line-height: 24px;
  }

  .price-row {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .price-val {
    font-size: 24px;
    line-height: 25px;
  }

  .amazon-row p {
    font-size: 14px;
    line-height: 20px;
  }

  .preview-content {
    position: unset;
    z-index: 2;
    padding: 20px;
  }

  .preview-book-sec {
    position: unset;
  }

  .preview-book-sec img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .header-login ul li a {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 12px;
  }

  .preview-content h2 {
    margin: 0px 0px 20px 0px;
  }

  .audio-card-row {
    gap: 10px;
    flex-wrap: wrap;
  }

  .audio-card {
    background: #d49167;
    width: 100%;
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 10px;
  }

  .preview-buy-row {
    gap: 10px;
    margin-bottom: 14px;
    border-radius: 10px;
    padding: 15px 15px;
    width: 100%;
  }

  .ppb-val {
    font-size: 30px;
    line-height: 30px;
  }

  .ppb-sub {
    font-size: 12px;
    line-height: 16px;
  }

  .preview-buy-row .orng-butn {
    padding: 8px 0px;
    margin: 4px 0px 0px 0px;
  }

  .how-section-header {
    flex-wrap: wrap;
  }

  .how-section-header p {
    max-width: 100%;
    padding-bottom: 15px;
  }

  .our-mission-top-text {
    text-align: right;
    margin-top: 0px;
  }

  .how-card-icon-wrap img {
    width: 30px;
    height: 30px;
  }

  .how-card-title {
    font-size: 25px;
    line-height: 25px;
  }

  .how-card-header {
    gap: 15px;
    border-radius: 20px;
    padding: 20px 22px;
    margin-bottom: 0px;
  }

  .how-step-body {
    padding: 20px 10px;
    margin: 0px;
  }

  .step-body h6 {
    font-size: 18px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .step-body p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .how-card {
    margin-bottom: 10px;
  }

  .newest-card {
    border-radius: 20px;
    height: 100%;
  }

  .newest-badge-info ul li a {
    font-size: 14px;
    line-height: 14px;
    margin: 0px;
    padding: 7px 0px;
  }

  .newest-badge-info {
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .newest-body p {
    margin: 0px 0px 20px 0px;
  }

  .newest-body .price-row {
    max-width: 100%;
  }

  .amazon-row {
    border-radius: 8px;
    padding: 7px 12px;
  }

  .newest-img-wrap {
    position: unset;
  }

  .newest-body .amazon-row {
    max-width: 100%;
  }

  .newest-body {
    padding: 20px;
  }

  .newest-img-wrap img {
    max-height: 100%;

    width: 90%;
  }

  .newest-section {
    padding: 0 0 30px;
  }

  .newsletter-section {
    border-radius: 20px;
    margin: 0px 0px 50px 0px;
    padding: 40px 100px;
    box-shadow: 0px 138px 137px -92px #00000029;
  }

  .nl-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 10px;
    font-size: 30px;
  }

  .newsletter-section h2 {
    margin-bottom: 10px;
  }

  .nl-form {
    max-width: 100%;
  }

  .nl-form input {
    padding: 3px 10px;
    font-size: 14px;
    width: 100%;
  }

  .nl-form button {
    font-size: 12px;
    padding: 10px 12px;
  }

  .testi-card {
    padding: 20px;
    margin: 9px 0px 65px 0px;
    height: 282px;
    border-radius: 20px;
  }

  .testi-name {
    font-size: 20px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .footer-logo img {
    height: auto;
    margin-bottom: 4px;
  }

  .footer-tagline {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0px 20px 0px !important;
  }

  .footer h6 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  .footer-links a {
    font-size: 14px;
    line-height: 20px;
  }

  .preview-card {
    height: 100%;
    padding: 30px;
  }

  .audio-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .footer-author {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-copy {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-bottom {
    margin-top: 20px;
    padding: 10px 0;
  }

  /*==================================*/
  /*=========inner-pages==============*/
  /*==================================*/

  .inner-banner-section {
    height: 150px;
  }

  .inner-banner-text h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .our-mission-top-img {
    position: unset;
  }

  .product-inner-wrapper {
    margin-top: 30px;
  }

  .woocommerce div.product .product_title {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 15px 0px;
  }

  .woocommerce-product-details__short-description p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 20px 0px;
  }

  .woocommerce h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  .image-wrap {
    margin: 30px 0px 0px 0px;
  }

  .contact-us-inn .addresscard {
    margin: 0px 0px;
    padding: 20px;
    border-radius: 10px;
    min-height: 95%;
    margin: 0px 0px 10px 0px;
  }

  .contact-us-inn .addresscard h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .contact_section2 h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
  }

  .contact_section2 {
    margin-top: 20px;
  }

  .contact-us-inn .addresscard p {
    font-size: 18px;
    line-height: 18px;
  }

  .contact_right {
    margin: 20px 0px 0px 0px;
  }
  
  .cmn-butn.white-butn span i {
	font-size: 16px;
}

  /*==================================*/
  /*=========inner-pages==============*/
  /*==================================*/
}

/* Tablet desktop :320px. */
@media (min-width: 320px) and (max-width: 767px) {
  .custom-container {
    padding: 0px 15px;
  }

  header {
    overflow: hidden;
  }

  .cmn-butn {
    font-size: 12px;
    padding: 8px 9px;
    border-radius: 4px;
  }

  .cmn-gap {
    padding: 30px 0px;
  }

  .cmn-tittle {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  .site-nav {
    padding: 0px;
    border-radius: 0px;
    margin-top: 0px;
  }

  .rightlink {
    gap: 5px;
  }

  .stellarnav .menu-toggle,
  .stellarnav .call-btn-mobile,
  .stellarnav .location-btn-mobile,
  .stellarnav .close-menu {
    padding: 0px;
    box-sizing: border-box;
  }

  .stellarnav .menu-toggle span.bars {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 3px;
  }

  .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 6px;
    background: #cb7a47;
    margin: 3px 0 3px;
  }

  .stellarnav.mobile ul {
    background: #cb7a47;
    z-index: 999;
  }

  .stellarnav.mobile > ul > li > a {
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
  }

  .stellarnav > ul > li > a.active {
    color: #000 !important;
    text-decoration: none;
    font-weight: 600;
  }

  .stellarnav .icon-close {
    margin-right: 20px;
    margin-top: 10px;
  }

  .main-nav.scroll {
    position: unset;
  }

  .logo {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px 0px;
  }

  .btn-request-quote {
    padding: 10px 10px;
    font-size: 10px;
  }

  .btn-hero {
    margin: 0px auto 40px;
    text-align: center;
  }

  .cmn-text {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  h6 {
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
  }

  h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  h3 {
    font-size: 18px;
    line-height: 28px;

    margin: 0px 0px 10px 0px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  /* ===================================== */

  .main-nav {
    top: 10px;
  }

  .banner-section {
    width: 100%;
    height: 530px;
    padding: 12px 0px;
  }

  .hero-content h6 {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 0px;
    margin: 0px;
  }

  .hero-content h1 {
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .hero-content p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    max-width: 100%;
  }

  .hero-btns {
    gap: 6px;
    width: 100%;
    flex-wrap: wrap;
    margin: 5px 0px 0px;
  }

  .hero-content .col-lg-4.col-md-4.col-12.offset-1 {
    padding: 0px;
    margin: 14px 7px;
  }

  .hero-card {
    border-radius: 10px;
    padding: 20px;
    width: 95%;
    height: 100%;
  }

  .hero-content {
    top: 210px;
  }

  .hero-card h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .hero-card-img {
    height: 150px;
    border-radius: 10px;
  }

  .logo-bar .owl-dots {
    display: none;
  }

  .header-info ul {
    gap: 10px;
  }

  .header-info ul li a {
    font-size: 16px;
    color: #000000;
  }

  .our-mission-top-text p {
    padding: 0px 0px 20px 0px;
    text-align: right;
  }

  .our-mission-butm {
    padding: 20px 0px 0px;
    margin: 0px;
  }

  .our-mission-butm h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .our-mission {
    padding: 50px 0px 30px;
    margin: 0px;
  }

  .featured-section-header {
    margin: 0px 0px 10px 0px;
  }

  .book-card-body {
    padding: 20px 10px;
  }

  .book-title {
    font-size: 21px;
    line-height: 21px;
  }

  .book-subtitle {
    font-size: 16px;
    line-height: 20px;
  }

 .book-desc {
	font-size: 14px;
	line-height: 24px;
	min-height: auto;
}

  .price-row {
    /*display: flex;*/
    gap: 5px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .price-val {
    font-size: 20px;
    line-height: 20px;
    margin-left: 25px;
  }

  .amazon-row p {
    font-size: 14px;
    line-height: 20px;
  }

  .preview-content {
    position: unset;
    z-index: 2;
    padding: 20px;
  }

  .preview-book-sec {
    position: unset;
  }

  .preview-book-sec img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .header-login ul li a {
    font-size: 10px;
    line-height: 10px;
    padding: 4px 8px;
  }

  .preview-content h2 {
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    line-height: 28px;
  }

  .audio-card-row {
    gap: 10px;
    flex-wrap: wrap;
  }

  .audio-card {
    background: #d49167;
    width: 100%;
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 10px;
  }

  .preview-buy-row {
    gap: 10px;
    margin-bottom: 14px;
    border-radius: 10px;
    padding: 15px 15px;
    width: 100%;
  }

  .ppb-val {
    font-size: 30px;
    line-height: 30px;
  }

  .ppb-sub {
    font-size: 12px;
    line-height: 16px;
  }

  .preview-buy-row .orng-butn {
    padding: 8px 0px;
    margin: 4px 0px 0px 0px;
  }

  .how-section-header {
    flex-wrap: wrap;
    margin: 0px 0px 20px 0px;
  }

  .how-section-header p {
    max-width: 100%;
    padding-bottom: 15px;
  }

  .our-mission-top-text {
    text-align: right;
    margin-top: 20px;
  }

  .how-card-icon-wrap img {
    width: 30px;
    height: 30px;
  }

  .how-card-title {
    font-size: 20px;
    line-height: 20px;
  }

  .how-card-header {
    gap: 15px;
    border-radius: 20px;
    padding: 12px 20px;
    margin-bottom: 0px;
  }

  .how-step-body {
    padding: 20px 10px;
    margin: 0px;
  }

  .step-body h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .step-body p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .how-card {
    margin-bottom: 10px;
    height: 96%;
  }

  .newest-card {
    border-radius: 20px;
    height: 100%;
  }

  .newest-badge-info ul li a {
    font-size: 14px;
    line-height: 14px;
    margin: 0px;
    padding: 7px 0px;
  }

  .newest-badge-info {
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .newest-body p {
    margin: 0px 0px 20px 0px;
  }

  .newest-body .price-row {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 5px;
  }

  .amazon-row {
    border-radius: 8px;
    padding: 7px 12px;
  }

  .newest-img-wrap {
    position: unset;
  }

  .newest-body .amazon-row {
    max-width: 100%;
  }

  .newest-body {
    padding: 20px;
  }

  .newest-img-wrap img {
    max-height: 100%;

    width: 90%;
  }

  .newest-section {
    padding: 0 0 30px;
  }

  .newsletter-section {
    border-radius: 20px;
    margin: 0px 0px 50px 0px;
    padding: 20px 10px;
    box-shadow: 0px 138px 137px -92px #00000029;
  }

  .nl-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 10px;
    font-size: 30px;
  }

  .newsletter-section h2 {
    margin-bottom: 10px;
  }

  .nl-form {
    max-width: 100%;
  }

  .nl-form input {
    padding: 3px 10px;
    font-size: 14px;
    width: 100%;
  }

  .nl-form button {
    font-size: 12px;
    padding: 10px 12px;
  }

  .testi-card {
    padding: 24px;
    margin: 9px 0px 36px 0px;
    height: 100%;
  }

  .testi-name {
    font-size: 20px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .footer-logo img {
    height: auto;
    margin-bottom: 4px;
  }

  .footer-tagline {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0px 20px 0px !important;
  }

  .footer h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  .footer-links a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom {
    margin-top: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
  }

  .footer-author {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .footer-copy {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-socials a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .footer {
    padding: 20px 0 0;
  }

  /*==================================*/
  /*=========inner-pages==============*/
  /*==================================*/

  .inner-banner-section {
    height: 150px;
  }

  .inner-banner-text h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .our-mission-top-img {
    position: unset;
  }

  .product-inner-wrapper {
    margin-top: 30px;
  }

  .woocommerce div.product .product_title {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 15px 0px;
  }

  .woocommerce-product-details__short-description p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 20px 0px;
  }

  .woocommerce h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  .image-wrap {
    margin: 30px 0px 0px 0px;
  }

  .contact-us-inn .addresscard {
    margin: 0px 0px;
    padding: 20px;
    border-radius: 10px;
    min-height: 95%;
    margin: 0px 0px 10px 0px;
  }

  .contact-us-inn .addresscard h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .contact_section2 h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
  }

  .contact_section2 {
    margin-top: 20px;
  }

  .contact-us-inn .addresscard p {
    font-size: 18px;
    line-height: 18px;
  }

  .contact_right {
    margin: 20px 0px 0px 0px;
  }

  /*.price-btn { flex-wrap: wrap; } */

  .preview-card {
    height: 100%;
  }

  .audio-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .newest-dots {
    display: none;
  }

  #commentform {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 20px;
    margin: 15px 0px;
  }

  #author {
    border-radius: 8px;
    border: 1px solid #ccc;
    margin: 8px 0px;
    padding: 8px 10px;
    width: 100%;
  }

  #email {
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 8px 0px;
    padding: 8px 8px;
    width: 100%;
  }

  #tab-title-description {
    width: 100% !important;
    background: #e9e6ed;
  }

  #tab-title-additional_information {
    width: 100% !important;
    background: #e9e6ed;
  }

  #tab-title-reviews {
    width: 100% !important;
    background: #e9e6ed;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li::after,
  .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: -1px solid #cfc8d8;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0px solid #cfc8d8;
  }

  .woocommerce div.product form.cart .variations select {
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
    padding: 8px 10px !important;
    max-width: 100%;
    min-width: 100%;
  }

  .price-btn {
    gap: 44px;
  }

  .row.custom-products.columns-4 {
    margin: 0px auto;
  }

  .cmn-butn.white-butn span i {
    font-size: 16px;
  }

  .newest-body .price-btn {
    gap: 118px;
    width: 100%;
    padding: 10px 10px;
  }

  .forMob {
    display: block;
  }

  .header-login {
    display: none;
  }

  .price-type-sub {
    font-size: 11px;
    line-height: 21px;
  }
  
  .newest-body .price-row a {
	max-width: 100%;
	width: 100%;
}

.woocommerce .woocommerce-result-count {
	margin: 0px 0px 10px 0px;
	width: 100%;
	text-align: right;
}

  /*==================================*/
  /*=========inner-pages==============*/
  /*==================================*/
}
