@font-face {
  font-family: myriad;
  src: url("/assets/fonts/Myriad\ Bold.otf");
  font-display: swap;
}

* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  font-family: "Outfit", sans-serif;
  font-display: swap;
}

.top-right {
  padding: 6.5px 10px;
}

#inquiry-tabs-position-section {
  padding: 0px !important;
}

main {
  background-image: url("../images/books-fullsize-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.7rem;
  box-shadow: rgba(0, 0, 0, 0.103) 0px 3px 8px;
}

.top-navbar-section-logos {
  padding-block: 10px;
  background-image: url("../images/2353.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-bar {
  background-image: url("../images/flag-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom: 1px solid #ffffff48;
}

#dropdown-inner-lang {
  padding: 0px;
  margin: 0px;
}
.dropdown-language-selector {
  display: inline-block;
  transition: all 0.5s ease;
  border-radius: 5px;
}

#btn {
  color: #fff;
  display: flex;
  text-transform: capitalize !important;
  align-items: center;
}

#btn:hover {
  color: #fff !important;
}

.dropdown-language-selector span {
  font-weight: 400;
  font-size: 14px;
}

.top-right {
  font-weight: 400;
  font-size: 15px;
}

.dropdown-language-selector:hover {
  cursor: pointer;
}

.language-selector {
  display: flex;
  align-items: center;
  justify-content: end;
}

.socials span {
  font-weight: 400;
  font-size: 15px;
}

.socials a {
  text-decoration: none;
}

.socials a i {
  color: #fff;
  padding: 3px;
  border-radius: 50px;
  background-image: linear-gradient(to top, #9a0b0e, #cc0116);
}

.top-section-nav {
  padding-top: 10px;
  border-bottom: 1px solid #2d4459;
}

.location-section {
  display: flex;
  gap: 10px;
  color: white;
}

.location-section .map span {
  font-size: 13px;
  color: #ffffffe7;
}

.location-section .email i {
  color: #fff;
  padding: 5px;
  border-radius: 50px;
  background-color: #9a0b0e;
}

.location-section .map i {
  margin-bottom: 10px;
  color: #fff;
  padding: 5px;
  border-radius: 50px;
  background-color: #9a0b0e;
}

.location-section .email span {
  font-size: 13px;
  color: #ffffffe7;
}

.location-section {
  padding-block: 30px;
  display: flex;
  gap: 20px;
  align-self: center;
}

.content {
  display: flex;
  flex-direction: column;
  padding: 0px;
}

.content h3 {
  font-size: 32px;
  margin-top: 5px;
  font-weight: 600;
}

.content p {
  font-size: 13px;
  margin: 0px;
  color: #ffffffe7;
}

@media (min-width: 992px) {
  .slider,
  .slide {
    height: 400px !important;
  }
}

@media (min-width: 1440px) {
  .slider,
  .slide {
    height: 600px;
  }
}

.slide {
  display: flex !important;
  align-items: center !important;
}

.slide-1 {
  background: url(../images/slider/1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 10px 20px 70px;
  border-radius: 5px;
}

.slide-2 {
  background: url(../images/slider/2.webp);
  background-position: center;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 10px 20px 70px;
}

.slide-3 {
  background: url(../images/slider/3.webp);
  background-position: center;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 10px 20px 70px;
}

.slide .slide__content {
  backdrop-filter: blur(4px);
  border-radius: 15px;
  background: #f0f0f0a6;
  padding: 20px 20px;
  width: 50%;
      position: absolute;
    top: 50%;
    left: 33%;
  transform: translate(-50%, -50%);
}

.slide .slide__content--headings {
  color: #09243c;
}

.slide .slide__content--headings h2 {
  font-size: 25px;
  font-weight: 700;
  color: #09243c;
}

.slide__content p {
  color: #09243c;
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 26px;
}

.slide .slide__content--headings .animated {
  transition: all 0.1s ease;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slide__content h5 {
  margin-top: 30px;
}

.slide__content .slide-button {
  color: white;
  text-decoration: none;
  background-image: linear-gradient(to top, #9a0b0e, #cc0116);
  font-size: 14px;
  padding: 12px 36px;
  border-radius: 8px;
}

.slide__content i {
  margin-left: 6px;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: #09243c;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: #09243c;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: #09243c;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: #09243c;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

@media (max-width: 992px) {
  .slide .slide__content--headings h2 {
    font-size: 30px;
  }

  .top-logo-section {
    margin-bottom: 10px;
  }

  .tab-inquiry-text .h5 {
    font-size: 13px !important;
  }

  .top-logo-section img {
    width: 50% !important;
  }

  .navbar-brand {
    display: block !important;
    font-weight: 500;
    color: #09243c;
  }

  .logo-text {
    align-items: start !important;
  }

  .slide__content p,
  .slide__content h6 {
    display: none;
  }

  .about-text-1 {
    margin-top: 30px;
  }

  .info-card-border {
    border-bottom: 1px solid #be262c79;
    border-right: none !important;
  }
}

@media (max-width: 767px) {
  .footer-section-2 {
    padding-inline: 10px !important;
  }

  .top-right {
    text-align: center !important;
  }

  .footer-section-3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .tab-inquiry-text .h5 {
    font-size: 18px !important;
  }

  .language-selector {
    justify-content: center;
  }

  .mini-header {
    display: none;
  }

  .slide .slide__content--headings h2 {
    font-size: 28px;
  }

  .services-card {
    width: 60%;
  }
}
@media (min-width: 400px) and (max-width: 990px) {
  .slide-1, .slide-2, .slide-3 {
      height: 300px !important;
    }
}
@media (max-width: 500px) {
  .credit-card-form-top h2::before {
    display: none;
  }
  #form-without-header {
    padding-inline: 0px !important;
  }
  .slide .slide__content--headings h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .slide .slide__content {
    padding: 30px 30px 30px 30px;
  }

  .product-text {
    height: 220px;
  }

  .agent-main {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .slide__content p {
    display: none;
  }

  .slide__content h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .slide .slide__content--headings h2 {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  .slide-1 {
    height: 200px !important;
  }
  .slide-2 {
    height: 200px !important;
  }
  .slide-3 {
    height: 200px !important;
  }
  .slide__content {
    display: none;
  }
  .slide .slide__content .slide__content--headings h2 {
    font-size: 20px;
  }

  .aniversary {
    width: 25% !important;
  }
}

button.slick-prev.pull-left.slick-arrow {
  position: absolute;
  z-index: 20;
  top: 42%;
  left: 10px;
  border: 1px solid #09243c50 !important;
  background-color: #ffffff69;
  height: 50px;
  border-radius: 25px;
  width: 48px;
  border: none;
}

button.slick-prev.pull-left.slick-arrow i.fa.fa-angle-left,
button.slick-next.pull-right.slick-arrow i.fa.fa-angle-right {
  color: #09243c;
  font-size: 18px;
}

button.slick-next.pull-right.slick-arrow {
  position: absolute;
  z-index: 20;
  top: 42%;
  right: 10px;
  background-color: #ffffff69;
  border: 1px solid #09243c50 !important;
  height: 50px;
  border-radius: 25px;
  width: 48px;
  border: none;
}

.slide__content--headings span {
  margin-bottom: 100px !important;
  border: 1px solid #09243c;
  font-size: 13px;
  border-radius: 25px;
  padding: 5px 20px;
}

.about-us {
  padding-inline: 40px;
  background-image: url("../images/about-us.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-block: 40px;
}

.about-us-2 {
  background-image: url("../images/about-us.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;
  border-radius: 5px;
  padding-block: 20px;
}

.about-section h1 {
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.about-section p {
  color: #fff;
  padding-right: 5px;
  font-size: 14.5px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 0px !important;
}

.video-youtube {
  width: 100%;
  height: 220px;
}

.video-youtube-2 {
  width: 100%;
  height: 500px !important;
}

.about-section img {
  width: 30px;
  padding-right: 10px;
}

.about-section span {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 400;
  color: #a71316;
}

.about-section i {
  color: #a71316;
}

.inquiry-card {
  background-image: linear-gradient(to top, #9a0b0e, #cc0116);
}

.inquiry-tabs a {
  text-decoration: none;
}

iframe {
  border-radius: 10px;
  border: 1px solid #ffffff8f;
}

.tab-inquiry-icon img {
  width: 46px;
}

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-radius: 10px !important;
}

.tabs-inquiry-body {
  display: flex !important;
  justify-content: center;
  height: 63px;
  align-items: center;
  gap: 10px;
  padding: 1.25rem;
}

.tab-inquiry-text .h5 {
  margin: 0%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

#inquiry-tabs-position-section {
  background-image: url("../images/collection-bg.png");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.tabs-inquiry-body {
  background-image: url("../images/search-public.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-div {
  padding-block: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-left: 35px;
}

.card-div img {
  width: 35px;
}

.card-div h3 {
  color: #fff;
  margin: 0px;
  font-size: 17px;
  font-weight: 400;
}

.book-store {
  background-image: url("../images/books-backgroud.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 80px;
}

.top-logo-section {
  display: flex;
}

.top-logo-section img {
  width: 100%;
  height: 100%;
}

.logo-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.logo-text h2 {
  font-size: 37px !important;
  font-weight: bold;
  letter-spacing: 0px !important;
  margin: 0px !important;
  font-family: "Open Sans", sans-serif;
  color: #002044;
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
  0% {
    color: #a71316;
  }

  25% {
    color: #09243c;
  }

  50% {
    color: #a71316;
  }

  75% {
    color: #09243c;
  }

  100% {
    color: #a71316;
  }
}

.logo-text p {
  color: #494949;
  font-size: 16px;
  font-weight: 500;
  margin: 0px !important;
  line-height: 21px;
  margin-top: 12px;
}

.other-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.dropdown {
  position: relative;
  padding: 0;
}

.dropdown-1:hover ul.drop-main-1 {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.dropdown:hover .drop-main {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.navbar-nav .nav-item {
  padding: 0px 10px;
}

.nav-drp {
  transition: all 0.3s ease;
}

.nav-drp:hover {
  background-color: #dbdbdb;
}

.drop-main {
  position: absolute;
  list-style: none;
  padding: 0;
  z-index: 2;
  overflow: hidden;
  top: 40px;
  width: 130px;
  left: 20px;
  transform-origin: top;
  border-radius: 5px;
  background: #fff;
  transform: scaleY(0);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

i.fa-light.fa-angle-down.drop-icon {
  margin-left: 120px;
}

ul.drop-main-1 {
  position: absolute;
  list-style: none;
  padding: 0;
  z-index: 2;
  top: 0px;
  width: 240px;
  left: 240px;
  transform-origin: top;
  background: #f9f9f9;
  transform: scaleY(0);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.dropdown-1:hover ul.drop-main-1 {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.dropdown:hover .drop-main {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.drop-main li {
  line-height: 30px;
  border-bottom: 1px solid #dbdbdb;
  padding: 1px 15px;
}

.drop-main li:last-child {
  border-bottom: none;
}

.drop-main li a {
  text-decoration: none;
  color: #000000;
  text-transform: capitalize;
  font-size: 13px;
}

.drop-link {
  list-style: none;
  margin: 0px;
  border-radius: 6px;
  padding: 0px;
  background-image: linear-gradient(to right, #c90116, #9a0b0e);
}

.drop-link a {
  padding: 10px 20px;
  color: white;
}

.drop-link a:hover {
  color: #ffffffe1;
}

.nav-link {
  font-size: 13.5px;
  text-transform: uppercase;
}

.card-div a {
  text-decoration: none;
}

.aniversary {
  border: 1px solid #2d44592a;
  border-radius: 10px;
}

.top-cat-heading-section {
  padding-bottom: 6px;
  border-bottom: 1px solid #dadada;
}

.featured-categories {
  background-image: url("../images/background-categroy.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 60px !important;
}

.cat-head h2 {
  position: relative;
  z-index: 999;
  font-size: 30px;
  font-weight: 700;
}

.cat-more h2 {
  color: #cb0116;
  font-size: 16px;
}

.cat-more {
  display: flex;
  margin-top: 13px;
  justify-content: flex-end;
}

.cat-more a {
  text-decoration: none;
}

.top-cards {
  margin-top: 40px;
}

.card-1 {
  padding-block: 20px;
  padding-inline: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: white;
  transition: all 0.3s ease;
}

.card-1 > h3 {
  font-size: 18px;
  margin: 0px;
  margin-top: 10px;
}

.card-1 > a {
  text-decoration: underline;
  color: #000;
  font-size: 13px;
}

.card-1 > a:hover {
  color: #000;
}

.card-1 > img {
  width: 40%;
  border-radius: 50px;
  padding: 10px;
  background-color: rgb(255, 232, 232);
}

.card-1:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

#space {
  padding-bottom: 0px;
}

.released-books {
  padding-bottom: 40px;
}

.side-category {
  display: flex;
  height: auto;
  content-visibility: auto;
  contain-intrinsic-size: 500px;
  gap: 2px;
  flex-direction: column;
  padding-block: 13px;
  margin-top: 30px;
  border: 1px solid #bdc3c775 !important;
  border-radius: 4px;
}

.cat-side-link {
  display: flex;
  background-color: #fff;
  align-items: center;
  border: 1px solid #bdc3c7bb !important;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.cat-side-link:hover {
  cursor: pointer;
  border: 1px solid #c90116 !important;
  background-color: #dadee021;

  a {
    color: #c90116;
  }

  i {
    color: #c90116;
  }
}

.cat-side-link.active {
  border: 1px solid #c90116 !important;
  background-color: #dadee021;
}

.cat-side-link.active a,
.cat-side-link.active i {
  color: #c90116 !important;
}

.cat-side-link {
  padding-left: 5px;
  padding-right: 10px;
  padding-block: 8px;
}

.cat-side-link span {
  font-size: 14px;
  padding-left: 7px;
}

.cat-side-link a {
  color: #09243c;
  font-weight: 500;
  text-decoration: none;
}

.cat-side-link img {
  width: 16%;
  padding-left: 7px;
}

#released-content i {
  align-self: center;
  font-size: 25px;
}

#released-content h1 {
  position: relative;
  z-index: 999;
  margin: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 27px;
}
#released-content h2 {
  position: relative;
  z-index: 999;
  margin: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 27px;
}

.released-content i {
  align-self: center;
  font-size: 25px;
}

.released-content h2 {
  position: relative;
  z-index: 999;
  margin: 0px;
  color: #fff;
  font-size: 25px;
}

.head-section {
  background-image: url("../images/heading-background-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  padding-block: 10px;
  padding-inline: 20px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding-inline: 10px;
  padding-block: 10px;
  border-radius: 3px 3px 0px 0px;
}

.breadcrumbs small a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #fff;
}

.breadcrumbs small a:hover {
  color: #ebebeb;
}

.breadcrumbs small i {
  font-size: 16px !important;
}

.breadcrumbs small {
  font-size: 15px;
}

.cat-active {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#books-category-background {
  background-image: url("../images/books-categories-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-inline: 20px;
  margin-bottom: 30px;
}

.head-section-2 {
  padding-bottom: 25px;
}

.head-section-2 div {
  background-image: url("../images/heading-background-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  padding-block: 5px;
}

.book {
  border: 1px solid #bdc3c7bb !important;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 4px;
  padding-bottom: 15px;
}

.book:hover {
  border: 1px solid #c9011570 !important;
  transform: translateY(-8px);
  cursor: pointer;
}

.book img {
  overflow: hidden;
  width: 100%;
}

.book h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.book p {
  margin: 0;
  color: #9a0b0e;
  font-size: 13px;
  padding-bottom: 6px;
}

.book-content {
  border-top: 1px solid #ddddddb9;
  padding-inline: 3px;
  padding-top: 10px;
  text-align: center;
}

.book-content span {
  font-size: 13px;
}

.best-seller {
  padding-top: 25px;
  padding-bottom: 25px;
}

.best-seller-head-section {
  padding-block: 10px;
}

.best-seller-head-section div {
  background-image: url("../images/heading-background-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  padding-block: 5px;
}

.best-seller-book {
  position: relative;
  border: 1px solid #bdc3c7bb !important;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #ffffff;
  box-shadow: rgba(142, 142, 148, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
  padding-bottom: 15px;
}

.best-seller-book:hover {
  border: 1px solid #c9011570 !important;
  transform: translateY(-8px);
  cursor: pointer;
}

.best-seller-book img {
  overflow: hidden;
  width: 100%;
}

.best-seller-book h3 {
  font-size: 15px;
  font-weight: 500;
}

.best-seller-book p {
  margin: 0;
  color: #9a0b0e;
  font-size: 13px;
}

.tag {
  position: absolute;
  top: 10px;
  left: 80px;
  background-color: #9a0b0e;
  color: white;
  font-size: 13px;
  border-radius: 15px;
  padding-inline: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-block: 3px;
}

.info-cards {
  padding-top: 10px;
}

.purchase-head h4 {
  font-size: 24px;
  font-weight: 600;
  color: #09243c;
  margin-bottom: 20px;
}
#card-order {
  height: 600px !important;
}
.card-order {
  height: 580px !important;
}
.purchase-orders-card {
  height: 740px;
  border: 1px solid #be262c79 !important;
  transition: all 0.3s ease;
  background-image: url("../images/books-back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px 15px;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.info-sec-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.info-card-border {
  border-right: 1px solid #be262c79;
}

.purchase-orders-card:hover {
  transform: translateY(-8px);
  cursor: pointer;
}

.purchase-orders-card img {
  width: 18%;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 5px;
}

.purchase-content p {
  font-size: 13px;
  text-align: justify;
  color: #09243c;
}

.info-address p {
  margin: 0%;
}

.info-head {
  font-size: 16px;
  font-weight: 600;
  color: #09243c;
}

.info-address {
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 7px 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #ffffff;
  border-bottom: 3px solid #b60012c2;
  border-radius: 5px;
}

.purchase-content .head {
  font-size: 17px;
  font-weight: 600;
  color: #09243c;
}

.purchase-content ul {
  margin-top: 10px !important;
  list-style: none;
  line-height: 24px;
  padding: 0px;
}

.purchase-content ul li {
  font-size: 13px;
  text-align: justify;
  color: #09243c;
}

.purchase-content ul li svg {
  color: #c90116;
}

.end-mail {
  padding-top: 20px !important;
  font-size: 13px;
  text-align: left;
  color: #09243c;
}

.end-mail a {
  color: #c90116;
}

.top-footer {
  color: #fff;
  background-image: url("../images/heading-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-block: 40px;
  padding: 30px 60px;
  border-radius: 10px;
}

footer {
  /* background-image: url("../images/footer-background-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  background-color: #001833;
  padding-block: 60px;
}

.footer-section-1 p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 25px;
  color: #d1d1d1;
}

.link-footer a {
  text-decoration: none;
  color: #fff;
}

.link-footer {
  margin-top: 25px;
  display: flex;
  gap: 11px;
}

.link-footer i {
  background-image: linear-gradient(to top, #9a0b0e, #cc0116);
  border-radius: 25px;
  padding: 5px;
}

.link-footer-2 a {
  text-decoration: none;
  color: #fff;
}

.link-footer-2 {
  margin-top: 25px;
  display: flex;
  gap: 11px;
}

.link-footer-2 i {
  background-color: #002044;
  border-radius: 5px;
  padding: 8px 10px;
  box-shadow: rgba(255, 255, 255, 0.041) 0px 7px 29px 0px;
  border: 1px solid #ffffff1c;
}

.footer-section-2 h2 {
  font-size: 25px;
  position: relative;
  color: #fff;
}

.footer-section-2 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 33px;
  bottom: 0;
  width: 50px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.footer-section-3 {
  padding: 20px 30px;
  backdrop-filter: blur(4px);
  border-radius: 15px;
  background: #f0f0f01c;
}

.footer-section-2 {
  padding: 10px 30px;
}

.footer-section-3 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 33px;
  bottom: 0;
  width: 50px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.footer-section-4 {
  backdrop-filter: blur(4px);
  border-radius: 10px;
  background: #f0f0f01c;
  padding: 20px 15px;
}

.footer-section-4 h2 {
  font-size: 25px;
  color: #fff;
}

.footer-section-2 ul {
  margin-top: 25px;
  list-style: none;
  padding: 0px;
  line-height: 35px;
}

.footer-section-2 ul li a {
  color: #d1d1d1;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-section-2 ul li a:hover {
  color: #fff;
}

.footer-section-3 h2 {
  font-size: 25px;
  position: relative;
  color: #fff;
}

.location {
  margin-top: 25px;
  display: flex;
}

.icon svg {
  color: #c90116;
}

.location-inner .loc-title {
  color: #fff;
  font-size: 18px;
}

.location-inner p {
  color: #d1d1d1;
  font-size: 16px;
}

.location-inner p:hover {
  color: #fff;
}

.phone {
  margin-top: 22px;
  display: flex;
}

.icon svg {
  color: #c90116;
}

.phone-inner .ph-title {
  color: #fff;
  font-size: 18px;
}

.location-inner p {
  margin: 0%;
}

.phone-inner p {
  margin: 0%;
}

.phone-inner a {
  text-decoration: none;
  color: #d1d1d1;
  font-size: 16px;
}

.phone-inner a:hover {
  color: #fff;
}

.email {
  margin-top: 22px;
  display: flex;
}

.icon svg {
  color: #c90116;
}

.email-inner .em-title {
  color: #fff;
  font-size: 18px;
}

.phone-inner p {
  margin: 0%;
}

.email-inner a {
  text-decoration: none;
  color: #d1d1d1;
  font-size: 16px;
}

.email-inner a:hover {
  color: #fff;
}

.payment-section p {
  margin-top: 25px;
  font-size: 15px;
  color: #d1d1d1;
}

.payment-section a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #fff;
}

.payment-section a:hover {
  color: #c90116;
}

.bottom-footer {
  border-top: 1px solid #ffffff1c;
  background-color: #002044;
}

.bottom-footer p {
  padding-block: 10px !important;
  text-align: center;
  font-size: 15px;
  margin: 0%;
  color: #ffffff;
}

.search {
  position: relative;
}

.search-btn {
  position: absolute;
  border-radius: 0px 7px 7px 0px;
  background-image: linear-gradient(to top, #9a0b0e, #cc0116);
  left: 95%;
}

.cta-box {
  display: flex;
  border-right: 3px solid #fff;
  align-items: center;
}

.cta-box .cta-icon i {
  font-size: 46px;
  margin-right: 15px;
}

.cta-para h5 {
  margin: 0%;
  font-size: 22px;
}

.cta-para h6 {
  font-size: 1rem;
  margin-bottom: 5px !important;
  margin: 0%;
  font-weight: 400;
}

#middle {
  display: flex;
  align-items: center;
}

.cat-middle h3 {
  margin: 0%;
  font-size: 21px;
  text-transform: capitalize;
}

#cta-side {
  display: flex;
  justify-content: end;
  align-items: center;
}

.cta-side-section a {
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 25px;
  transition: all 0.3s ease;
  background-color: transparent;
  border-radius: 7px;
}

@media only screen and (max-width: 700px) {
  .top-right {
    text-align: center;
    font-size: 16px;
  }

  .search-btn {
    position: absolute;
    left: 82%;
  }

  .language-selector {
    justify-content: center;
  }

  .language-selector .socials span {
    font-size: 16px;
  }

  .inquiry-card .card-div {
    border-top: 1px solid #fff;
    border-radius: 0px;
  }

  .other-logos {
    margin-top: 20px;
    margin-right: 0px !important;
  }

  #youtube iframe {
    width: 100%;
  }

  .head-section {
    display: none;
  }

  .side-category {
    display: none;
  }

  .head-section-2 {
    margin-top: -25px;
  }

  .purchase-orders-card {
    margin-top: 0px;
    height: 850px;
  }

  #military-card {
    height: 670px;
  }

  .navbar-brand {
    display: block !important;
    font-weight: 500;
    color: #09243c;
  }

  .about-section p {
    font-size: 18px;
  }

  .book-content h3 {
    font-size: 19px;
  }

  .purchase-head h4 {
    font-size: 30px;
  }

  .purchase-content p {
    font-size: 18px;
  }

  .purchase-content .head {
    font-size: 19px;
  }

  .purchase-content ul li {
    font-size: 16.5px;
  }

  .end-mail {
    font-size: 16.5px;
  }

  .footer-section-1 p {
    font-size: 20px;
  }

  .footer-section-2 {
    margin-top: 40px;
  }

  .footer-section-3 {
    margin-top: 20px;
  }

  .footer-section-4 {
    margin-top: 20px;
  }

  .footer-section-2 h2 {
    font-size: 30px;
  }

  .footer-section-2 h2::before {
    top: 43px;
  }

  .footer-section-3 h2::before {
    top: 35px;
  }

  .footer-section-2 ul {
    line-height: 40px;
    font-size: 20px;
  }

  .location-inner {
    margin-top: 10px;
  }

  .location-inner p a {
    font-size: 20px;
  }

  .phone-inner p a {
    font-size: 20px;
  }

  .email-inner p a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1440px) {
  .slider,
  .slide {
    height: 385px;
  }
}

@media only screen and (max-width: 600px) {
  .top-right {
    font-size: 16px;
    text-align: center;
  }

  .tabs-inquiry-body {
    margin-bottom: 10px !important;
  }

  .cta-box {
    flex-direction: column;
    border-right: 0px;
  }

  .cta-para {
    text-align: center;
  }

  .footer-section-2 {
    padding: 10px 15px;
  }

  .cat-middle h3 {
    text-align: center;
    font-size: 18px;
    margin-block: 15px;
  }

  #cta-side {
    justify-content: center;
  }

  .top-footer {
    padding: 0px;
    padding-block: 20px;
  }

  .about-us {
    padding-inline: 0px;
  }

  .about-section p {
    font-size: 16px;
  }

  .language-selector {
    font-size: 16px !important;
    justify-content: center;
  }

  .top-logo-section {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .quick-alerts-form {
    padding-inline: 30px !important;
  }

  .publisher-page-content {
    padding-inline: 20px !important;
  }

  .pagination {
    flex-direction: column;
  }

  #publishers-pagination {
    display: inline-block;
    width: 100%;
    flex-direction: column;
  }

  .top-logo-section img {
    width: 40%;
  }

  .logo-text {
    text-align: center;
    align-items: center !important;
  }

  .bottom-footer p {
    font-size: 20px;
  }

  #middle {
    display: block;
  }

  .other-logos {
    margin-top: 5px;
    margin-right: 0px !important;
  }

  .inquiry-card .card-div img {
    width: 35px;
  }

  .inquiry-card .card-div a h3 {
    font-size: 16px;
  }

  .inquiry-card .card-div {
    border-top: 1px solid #fff;
    border-radius: 0px;
  }

  .card-div {
    margin: 0;
    justify-content: start;
  }

  .navbar {
    background-color: red;
  }

  .navbar-brand {
    display: block !important;
    font-weight: 500;
    color: #09243c;
  }

  button.slick-prev.pull-left.slick-arrow {
    width: 40px;
    height: 40px;
  }

  button.slick-next.pull-right.slick-arrow {
    width: 40px;
    height: 40px;
  }

  .about-section {
    padding-inline: 10px;
  }

  #youtube {
    padding-inline: 20px;
  }

  iframe {
    margin-top: 20px;
  }

  #youtube iframe {
    width: 100%;
  }

  .cat-side-link img {
    width: 15%;
  }

  .cat-side-link span {
    font-size: 18px;
    padding-left: 22px;
  }

  .book h3 {
    font-size: 16px;
  }

  .info-cards {
    margin-top: 30px;
  }

  .purchase-orders-card {
    padding: 25px 20px;
    height: 1130px;
  }

  #military-card {
    margin-top: 20px;
  }

  .purchase-orders-card img {
    width: 22%;
  }

  footer {
    padding-inline: 20px;
  }

  .footer-section-2 {
    margin-top: 20px;
  }

  .footer-section-3 {
    margin-top: 50px;
  }

  .footer-section-4 {
    margin-top: 20px;
  }

  .head-section {
    display: none;
  }

  .side-category {
    display: none;
  }

  .head-section-2 {
    margin-top: 0px;
  }

  #military-card {
    height: 1020px;
  }

  .info-cards {
    padding-inline: 15px;
  }

  .books-section-inner {
    padding: 0px;
    padding-inline: 10px;
  }
}

.inquiry-card {
  background-image: linear-gradient(to top, #9a0b0e, #cc0116);
  border-radius: 7px;
}

.book img {
  border-radius: 25px !important;
  padding-inline: 20px;
  padding-block: 20px;
  border-radius: 3px;
}

.best-seller-book img {
  border-radius: 25px !important;
  padding-inline: 20px;
  padding-block: 20px;
}

@media (max-width: 992px) {
  .category-container {
    display: none !important;
  }
}

.cta-side-section a:hover {
  background-color: #fff;
  color: #a71316;
}

@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
  }

  .navbar .navbar-nav .nav-link {
    padding: 1em 0;
  }

  .navbar .navbar-nav .nav-item {
    margin: 0 1.3em;
  }
}

/* <---new active navbar start--------> */

.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item::after,
.navbar .navbar-nav .nav-item .nav-link.active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: #a71316;
  width: 0%;
  height: 3px;
  border-radius: 5px;
  transition: all 0.5s;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
}

.navbar .navbar-nav .nav-link.active {
  color: #a71316 !important;
}

/* <--- active navbar end--------> */

#purchase-web-section {
  padding-bottom: 0px;
}

.contactus-info {
  padding-inline: 40px;
  /* background-image: url(../images/contact-us.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  padding-block: 40px;
  /* border-radius: 10px; */
  /* box-shadow: rgba(0, 0, 0, 0.137) 0 3px 8px; */
}

.contactus-email {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px !important;
}

.contact-top h2 {
  color: #000;
  position: relative;
  font-size: 32px;
  /* display: flex; */
  align-items: center;
  font-weight: 600;
}

.contact-top h2::before {
  content: "";
  top: 40px;
  position: absolute;
  width: 70px;
  height: 5px;
  border-radius: 5px;
  background-color: #c90116;
}

.contact-top p {
  color: #202020;
  font-size: 16px;
  margin-top: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}

.publisher-top h2 {
  color: #000;
  position: relative;
  font-size: 32px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.publisher-top h2::before {
  content: "";
  top: 40px;
  position: absolute;
  width: 70px;
  height: 5px;
  border-radius: 5px;
  background-color: #c90116;
}

.publisher-top p {
  color: #1b1b1b;
  font-size: 16px;
  margin-top: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}

.credit-card-form-top h2 {
  color: #000;
  position: relative;
  font-size: 32px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.credit-card-form-top h2::before {
  content: "";
  top: 40px;
  position: absolute;
  width: 70px;
  height: 5px;
  border-radius: 5px;
  background-color: #c90116;
}

.credit-card-form-top p {
  color: #1b1b1b;
  font-size: 16px;
  margin-top: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}

.alert-top h2 {
  color: #000;
  position: relative;
  font-size: 32px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.alert-top h2::before {
  content: "";
  top: 40px;
  position: absolute;
  width: 70px;
  height: 5px;
  border-radius: 5px;
  background-color: #c90116;
}

.alert-top p {
  color: #1b1b1b;
  font-size: 16px;
  margin-top: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}

.refer-top h2 {
  color: #000;
  position: relative;
  font-size: 32px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.refer-top h2::before {
  content: "";
  top: 40px;
  position: absolute;
  width: 70px;
  height: 5px;
  border-radius: 5px;
  background-color: #c90116;
}

.refer-top p {
  color: #1b1b1b;
  font-size: 16px;
  margin-top: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}

.general-top h2 {
  color: #000;
  position: relative;
  font-size: 32px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.general-top h2::before {
  content: "";
  top: 40px;
  position: absolute;
  width: 70px;
  height: 5px;
  border-radius: 5px;
  background-color: #c90116;
}

.general-top p {
  color: #1b1b1b;
  font-size: 16px;
  margin-top: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}

.contact-email-icon {
  display: block;
  padding: 10px 12px;
  border: 1px solid #0020442d !important;
  border-radius: 50px;
  box-shadow: rgba(100, 100, 111, 0.171) 0px 5px 29px 0px;
  background-color: #fff;
}

.contact-email-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0%;
}

.contact-email-content a {
  text-decoration: none;
  color: #202020;
  font-size: 15px;
  transition: all 0.3s ease;
}

.contact-email-content a:hover {
  color: #c90116;
}

.contactus-location {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px !important;
}
.contact-location-content a {
  text-decoration: none;
  color: #202020;
  font-size: 15px;
  transition: all 0.3s ease;
}

.contact-location-content a:hover {
  color: #c90116;
}

.contact-location-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0%;
}

.contact-location-icon {
  display: block;
  padding: 10px 12px;
  border-radius: 50px;
  border: 1px solid #0020442d !important;
  box-shadow: rgba(100, 100, 111, 0.171) 0px 5px 29px 0px;
  background-color: #fff;
}

.contactus-phone {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 5px;
  margin-top: 30px !important;
}

.contact-phone-content a {
  text-decoration: none;
  color: #202020;
  transition: all 0.3s ease;
  font-size: 15px;
}

.contact-phone-content a:hover {
  color: #c90116;
}

.contact-phone-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0%;
}

.contact-phone-icon {
  display: block;
  padding: 10px 12px;
  border: 1px solid #0020442d !important;
  border-radius: 50px;
  box-shadow: rgba(100, 100, 111, 0.171) 0px 5px 29px 0px;
  background-color: #fff;
}

#map-contact iframe {
  border: 1px solid rgba(0, 0, 0, 0.075) !important;
}

.quick-alerts-form-2 {
  background-image: url("../images/books-back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-inline: 30px;
  padding-top: 15px;
  padding-bottom: 40px;
  border: 1px solid #00183333;
  border-radius: 5px;
  background-color: #fff;
}

/* .quick-alerts-form-3{
  outline: 1px solid #00183333;
  background-color: #fff;
  box-shadow: rgba(114, 114, 114, 0.493) 0 3px 8px;
} */
#refer-friend-img {
  overflow: hidden;
  padding: 0px !important;
}

#refer-friend-img img {
  /* border-radius: 5px; */
  box-shadow: rgba(114, 114, 114, 0.322) 0 3px 8px;
}

.quick-alerts-form {
  padding-inline: 40px;
  padding-top: 15px;
  padding-bottom: 40px;
  background-image: url("../images/books-back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* outline: 1px solid #00183360; */
  border: 1px solid #00183333;
  background-color: #ffffff8e;
  border-radius: 5px;
  box-shadow: rgba(114, 114, 114, 0.493) 0 3px 8px;
}

.credit-card {
  padding-inline: 50px;
  padding-bottom: 20px;
  outline: 1px solid #001833a1;
  background-color: #fdf8f844;
  padding-top: 30px;
  border-radius: 5px;
  box-shadow: rgba(114, 114, 114, 0.493) 0 3px 8px;
}

.credit-card-2 {
  padding-inline: 30px;
  padding-bottom: 20px;
  outline: 1px solid #001833a1;
  background-color: #ffffff;
  padding-top: 30px;
  border-radius: 5px;
  box-shadow: rgba(114, 114, 114, 0.493) 0 3px 8px;
}

.contact-top span {
  font-weight: 600;
  font-size: 17px;
  color: #2d2d2d;
}

#submit-button button {
  font-size: 15px !important;
  color: white;
  text-decoration: none;
  background-image: linear-gradient(to top, #9a0b0e, #cc0116);
  font-size: 14px;
  text-decoration: none;
  padding: 15px 36px;
  border-radius: 5px;
}

.mark-text {
  font-weight: 600;
  font-size: 17px;
  color: #2d2d2d;
}

.mark-text-2 {
  margin-bottom: 5px !important;
  font-weight: 600;
  font-size: 17px;
  color: #2d2d2d;
}

.pub-top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.pub-head h4 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
}

.pub-icon {
  background-color: #c901150a;
  padding: 8px 11px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.137) 0 3px 8px;
}

.pub-desc p {
  font-size: 14px;
  margin-top: 15px;
  line-height: 22px;
  margin-bottom: 9px;
}

.pub-desc a {
  text-decoration: none;
  color: #c90116;
  font-size: 14px;
}

.pub-desc a i {
  font-size: 16px;
}

.publisher-card {
  padding-inline: 20px;
  /* background-color: #ffffff; */
  background-image: url("../images/publishers-cards-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 20px;
  border: 1px solid #c9011570 !important;
  border-radius: 5px;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.137) 0 3px 8px;
}

.publisher-card:hover {
  border: 1px solid #c901159a !important;
  transform: translateY(-6px);
  cursor: pointer;
}

.pagination .page-item.active .page-link {
  background-color: #002044;
  border-color: #002044;
  color: white;
}

.pagination .page-link {
  color: #002044;
}

.pagination .page-link:hover {
  background-color: #deedffb6;
  border-color: #002044;
}

.publisher-head {
  background-image: url("../images/heading-background-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-block: 25px;
  border-radius: 5px;
  padding-inline: 20px;
  padding-block: 15px;
}

.publisher-head h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0px;
}

#publishers-pagination {
  background-color: #fff;
  padding: 10px 10px;
  margin-top: 30px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #00204436;
  align-items: center;
}

#publishers-pagination ul {
  margin-bottom: 0px;
}

.publisher-page-title {
  background-image: url("../images/heading-background-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;
  margin-top: 15px;
  /* border-radius: 5px 5px 0px 0px; */
  padding-inline: 20px;
  padding-block: 15px;
}

.publisher-page-title h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0px;
}

#general {
  margin-bottom: 30px;
}

.publisher-main-card {
  background-image: url("../images/books-back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  outline: 1px solid #001833;
  border-radius: 5px;
  box-shadow: rgba(168, 168, 168, 0.911) 0 3px 8px;
}

.publisher-page-content {
  padding-inline: 40px;
  font-size: 16.5px;
}

.back-btn {
  display: flex;
  justify-content: end;
  align-items: center;
}

.publisher-page-content a {
  background-image: linear-gradient(to top, #9a0b0e, #cc0116);
  display: inline-block;
  border-radius: 5px;
  padding: 5px 15px;
  justify-content: end;
  align-items: center;
  /* box-shadow: 4px 6px #002044; */
}

.publisher-page-content a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.publisher-page-content a i {
  font-size: 20px;
}

.credit-card-head {
  background-image: url("../images/heading-background-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding-inline: 20px;
  padding-block: 15px;
}

#total-text h2 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #1b1b1b;
}

.credit-card-head h2 {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #fff;
}

.general-badge {
  padding-inline: 10px;
  padding-block: 5px;
  border-radius: 50px;
  border: 1px solid #00204417;
  font-size: 13px;
  margin-bottom: 10px !important;
  color: #c90116;
  background-color: #c901150a;
}

.swiper {
  height: 500px;
}

.blog-thumb {
  cursor: pointer;
  padding: 10px;
  box-shadow: rgba(32, 32, 32, 0.144) 0 3px 8px;
  border: 1px solid #00183317 !important;
  transition: background-color 0.2s ease;
  background-color: #f8f9fa;
  border-radius: 5px;
  height: auto !important;
}

.blog-thumb img {
  object-fit: cover;
  border-radius: 5px;
}

.featured-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 6px 6px 0px 0px;
}

#featured-title {
  font-size: 22px;
}

#card-info-link a {
  text-decoration: none;
  text-decoration: none;
  color: #c90116;
  font-size: 14px;
}

#info-side-card-section {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(32, 32, 32, 0.144) 0 3px 8px;
  outline: 1px solid #00183317 !important;
}

#scroller-section {
  overflow: scroll;
  padding-right: 10px;
}

#scroller-section::-webkit-scrollbar {
  width: 5px;
}

#scroller-section::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9c9c9ca9;
}

.credit-card-banner {
  border-radius: 15px;
  padding-block: 20px;
}

.credit-card-banner-2 {
  border-radius: 15px;
  padding-block: 0px;
}

.credit-content {
  border: 1px solid #0020442d !important;
  border-radius: 15px;
  padding-block: 20px;
  padding-inline: 20px;
  box-shadow: rgba(32, 32, 32, 0.144) 0 3px 8px;
}

.credit-content i {
  font-size: 15px;
  color: #c90116;
}

.credit-content p {
  font-size: 15px;
}

.end-text h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.end-text p {
  font-size: 15px;
  text-align: center;
}

#card-background {
  background-image: url("../images/general-info-card.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-thumb {
  background-image: url("../images/general-info-card.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#form-without-header {
  padding-inline: 70px;
}

#banner {
  filter: drop-shadow(rgba(112, 112, 112, 0.39) 0 3px 8px);
}
#contact-us-back {
  background-image: url("../images/books-back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  border: 1px solid #0020442d !important;
  filter: drop-shadow(rgba(112, 112, 112, 0.39) 0 3px 8px);
  margin-bottom: 40px;
}
.general-inner-content-section {
  box-shadow: rgba(0, 0, 0, 0.103) 0px 3px 8px;
  background-color: #ffffff7a;
  padding: 20px 20px;
  border-radius: 5px;
}
.content-image img {
  border-radius: 5px;
}
.content-general p {
  font-size: 15px;
  margin-top: 13px !important;
  margin: 0px;
  color: #111;
  text-transform: capitalize;
  line-height: 1.5rem;
}
.download-btn a {
  font-size: 14px;
  text-decoration: none;
}
.download-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pdf-downlood {
  background-color: #ffe7e867;
  font-size: 14px;
  padding: 3px 10px;
  border: 1px solid #c90116;
  border-radius: 3px;
  color: #c90116;
}
.pdf-word {
  background-color: rgba(0, 103, 172, 0.062);
  font-size: 14px;
  padding: 3px 10px;
  border: 1px solid rgb(0, 103, 172);
  border-radius: 3px;
  color: rgb(0, 103, 172);
}
.pdf-downlood:hover {
  color: #c90116;
}
.pdf-word:hover {
  color: rgb(0, 103, 172);
}

#sec-padding {
  padding-inline: 80px;
}
.sec-padding {
  margin-inline: 160px;
}
@media (max-width: 500px) {
  #sec-padding {
    padding-inline: 15px !important;
  }
  .sec-padding {
    padding-inline: 15px !important;
    margin-inline: 0px;
  }
  .contactus-info {
    padding-inline: 0px !important;
  }
}

.offer-banner img {
  border-radius: 10px;
  border: 1px solid #29242136;
}

.offer-banner {
  padding-top: 25px;
  padding-bottom: 30px;
}

.ft-content span {
  font-size: 14px;
}

.ft-content p {
  margin: 0;
  color: #9a0b0e;
  font-size: 15px;
}

.ft-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.ft-content {
  padding-inline: 3px;
  padding-top: 10px;
  text-align: left;
}

.ft-book {
  display: flex;
}

.ft-book {
  position: relative;
  border: 1px solid #bdc3c7bb !important;
  overflow: hidden;
  transition: all 0.3s ease;
  padding-inline: 20px;
  padding-block: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 4px;
}

.featured-titles-books {
  padding-bottom: 25px;
}

.ft-book img {
  border-radius: 4px;
}

.ft-book {
  display: flex;
  gap: 15px;
  align-items: center;
}

.featured a {
  text-decoration: none;
  color: #000;
}

.ft-book::after {
  position: absolute;
  content: "Featured Title";
  top: 0%;
  font-size: 13px;
  text-align: center;
  width: 100px !important;
  left: 72%;
  color: #fff;
  background-image: linear-gradient(to top, #9a0b0e, #cc0116);
  padding: 4px 5px;
  border-radius: 0px 0px 0px 5px;
}

.download-btn-pdf {
  padding: 6px 12px;
  background-image: linear-gradient(to top, #9a0b0e, #cc0116);
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  transition: all 0.5s ease;
  cursor: pointer;
  transition: 0.3s;
}
.download-btn-pdf:hover {
  background-image: linear-gradient(to top, #81090b, #960715);
}

.blog-card {
  display: flex;
  gap: 15px;
  border: 1px solid #00183317 !important;
  box-shadow: rgba(32, 32, 32, 0.144) 0 3px 8px;
  border-radius: 5px;
  border: 1px solid #bdc3c7bb !important;
  transition: all 0.3s ease;
}
.blog-text p {
  font-size: 14px;
}
.blog-text h6 {
  font-size: 22px;
  font-weight: 600;
}
.blog-text span {
  font-size: 15px;
  color: #9a0b0e;
}
.blog-text a {
  font-size: 15px;
  color: #9a0b0e;
}
.blog-card:hover {
  border: 1px solid #c9011570 !important;
}
.post-inner-section h2{
  padding-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  padding-left: 20px;
  color: #1b1b1b;
  position: relative;
}

.post-inner-section h2::before{
  content: "";
  position: absolute;
  top: 0%;
  width: 5px;
  left: 0%;
  height: 40px;
  background-color: #a71316;
}

.post-inner-section blockquote {
  font-size: 16px;
  font-style: italic;
  color: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  background-color: #002044;
}

.post-inner-section h3{

  padding-bottom: 7px;
  font-weight: 600;
  color: #1b1b1b;
  font-size: 22px;
  border-bottom: 1px solid #97979783;
}
.post-inner-section span {
  font-size: 15px;
  margin-bottom: 10px;
  color: #9a0b0e;
}

/* .blog-side-title{
    padding-bottom: 7px;
  font-weight: 600;
  color: #1b1b1b;
  font-size: 22px;
  border-bottom: 1px solid #97979783;
} */