@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img.img-fluid.img-logo {
    width: 300px;
}
section#slider-box {
    background: url(../img/banner-1.png) no-repeat;
    min-height: 550px;
    background-position: center;
    background-size: cover;
}
section#abt-section {
    padding-top: 80px;
    background-color: #fbf9f9;
    min-height: 700px;
}
.abt-book img {
    width: 480px;
}
.app-phn-screen {
    position: relative;
    top: 90px;
    float: right;
}
.abt-book-content {
    margin-top: 80px;
}
.main-content {
    margin-top: 175px;
}
.main-content h1 {
    font-weight: 800;
    color: #fff;
    line-height: 45px;
}
.main-content span {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
.main-content p {
    color: #fff;
    font-size: 18px;
}

.main-content ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.main-content ul li {
    list-style: none;
    display: inline-block;
    width: 26%;
}
.abt-book-content h4 {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}
.abt-book-content h2 {
    font-weight: 800;
}
.abt-book-content p {
    font-weight: 300;
    line-height: 26px;
    margin-top: 15px;
    text-align: justify;
}
.abt-book-content span {
    font-size: 20px;
}

.read-btn-box {
    margin-top: 30px;
}

.read-btn-box a {
    background-color: #f78c1e;
    border-color: #f78c1e;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
}
.read-btn-box a:hover {
    background-color: #000;
}
section#ebook-section {
    margin-top: 50px;
}
.section-title span {
    margin-bottom: 2px;
    font-size: 20px;
}
.section-title h2 {
    font-weight: 700;
}
.section-title {
    margin: auto;
    text-align: center;
}
section#app-screenshots {
    margin-top: 50px;
    background: #fbf9f9;
    padding-top: 50px;
    padding-bottom: 10px;
}
section#download-app {
    margin-top: 50px;
}
.download-screen-txt {
    margin-top: 150px;
    width: 90%;
}
.download-screen-txt span {
    font-size: 18px;
}
.download-screen-txt h2 {
    font-weight: 800;
    font-size: 36px;
}
.download-screen-txt ul li {
    list-style: none;
    display: inline-block;
    width: 25%;
}

.download-screen-txt ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.download-screen {
    float: right;
}
.download-screen-txt p {
    margin-bottom: 20px;
}
footer {
    background-color: #f2f2f2;
    min-height: 230px;
    margin-top: 70px;
}
.footer-logo {
    margin-top: 60px;
}
.footer-title {
    margin-top: 60px;
}
.footer-title h3 {
    font-weight: 700;
    font-size: 24px;
}
.footer-title ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.footer-title ul li {
    list-style: none;
    display: block;
    padding: 4px 0;
}
.footer-title ul li a {
    color: #000;
}
.footer-title ul li a:hover {
    color: #f78c1e;
}
.footer-title ul li img {
    width: 150px;
    margin-top: 3px;
}
div#copyright-boxx {
    margin-top: 40px;
    border-top: 1px solid #cfc9c9;
}
.copyright-line p {
    margin-bottom: 0;
    font-size: 15px;
}

.copyright-line {
    padding: 7px 0;
    text-align: center;
}

.testimonial {
    margin: 0 20px;
}
.testimonial .description {
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #2660a4;
    border-left: 1px solid #2660a4;
    font-size: 15px;
    color: #887e7f;
    line-height: 30px;
    text-align: left;
    position: relative;
}
.testimonial .description:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #ff5a5f;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}
.testimonial .description:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #2660a4;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial .testimonial-content {
    position: relative;
}
.testimonial .testimonial-content:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #2660a4;
    position: absolute;
    top: -50px;
    left: 50%;
}
.testimonial .testimonial-content:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #2660a4;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}
.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #2660a4;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.owl-theme .owl-controls {
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ff5a5f;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span {
    width: 35px;
    background: #f78c1e;
}
div#testimonial-slider {
    margin-top: 40px;
}
.book-cover-box img {
    border-radius: 10px;
}

.book-cover-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    min-height: 440px;
}

.book-details h3 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}
.book-details {
    padding: 5px 5px;
}
.more-info-btn {
    margin-bottom: 10px;
}

.more-info-btn a {
    background-color: #f78c1e;
    border-color: #f78c1e;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
}
.more-info-btn a:hover {
    background-color: #000;
}

div#testimonial-slider1 {
    margin-top: 50px;
}

.owl-theme .owl-controls {
    margin-top: 20px !important;
    text-align: center;
}
.no-event {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    background-color: grey !important;
}
.badge-box span {
    padding: 11px 15px;
    background-color: #f78c1e !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px 0px 10px 0px;
}

.badge-box {
    position: absolute;
    top: 11px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #f78c1e;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #000;
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

ul.navbar-nav.mx-auto.mb-2.mb-lg-0 a {
    padding: 0 15px;
    font-size: 16px;
    color: #000;
}
ul.navbar-nav.mx-auto.mb-2.mb-lg-0 a:hover {
    color: #f78c1e;
}
.topbar-right a {
    background-color: #f78c1e;
    color: #fff;
    padding: 10px 13px;
    border-radius: 5px;
    font-weight: 500;
}
.topbar-right a:hover {
    background-color: #000;
}

.navbar-light .navbar-toggler {
    position: relative;
    left: 20px;
}

/* Inner Page Css */

#inner-page-title {
    background: url(../img/banner-1.png) no-repeat;
    min-height: 100px;
    background-position: center;
    background-size: cover;
}
.page-title {
    margin-top: 25px;
}
.page-title h4 {
    color: #fff;
    margin-bottom: 3px;
    font-weight: 700;
}
.page-title a {
    color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}
.breadcrumb-item.active {
    color: #fff !important;
}
section#content-abt {
    margin-top: 60px;
}
.content-abt-box h3 {
    font-weight: 700;
}
.main-table {
    width: 40%;
}
.main-table .table td {
    border-bottom: none;
}

.book-cover img {
    width: 350px;
}
.book-cover-content {
    margin-top: 30px;
}
.book-cover-content h5 {
    font-weight: 700;
    font-size: 26px;
}
.book-continue button {
    background-color: #f78c1e;
    border-color: #f78c1e;
    padding: 8px 15px;
    font-size: 16px;
}
.book-continue button:hover {
    background-color: #000;
    border-color: #000;
}
.book-continue button .btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
}
.book-continue button .btn-check:focus + .btn-primary,
.btn-primary:focus {
    background-color: #000;
    border-color: #000;
    box-shadow: none !important;
}
.modal_content p {
    margin-bottom: 2px;
}
.modal_content h5 {
    font-weight: 600;
}
div#nav-footer {
    position: relative;
    left: 50px;
}

.e-book-box h3 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.e-book-box {
    margin-top: 10px;
}
.book-cover-content p {
    text-align: justify;
    line-height: 25px;
}
.pending-content p {
    text-align: justify;
    line-height: 26px;
}
.e-book-book-item ul {
    margin: 0;
    padding: 0;
}
.e-book-book-item ul li {
    list-style: none;
    display: inline-block;
    width: 36%;
    vertical-align: top;
}
.e-book-book-item ul li:last-child {
    width: 62%;
}
.e-book-item a {
    font-size: 15px;
    font-weight: 600;
    color: #f78c1e;
    line-height: 0px;
}
.e-book-book-item img {
    width: 140px;
    border-radius: 5px;
}
.e-book-item p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.e-book-book-item {
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 10px 8px;
    border-radius: 10px;
}
.read-more-link a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.author-info ul li p {
    width: 150px;
    font-weight: 600;
    margin-bottom: 10px;
}
.author-info ul li {
    list-style: none;
    display: flex;
}
.author-info ul {
    margin: 0;
    padding: 0;
}
.book-continue {
    margin-top: 15px;
}
.scan-code-box {
    position: relative;
}
.bar-code {
    position: absolute;
    right: 0;
    margin-top: -180px;
}
.bar-code img {
    width: 230px;
}
.book-details p {
    margin-top: 5px;
    height: 75px;
}
.book-details span {
    font-weight: 600;
    position: relative;
    top: 7px;
}
.publish-center ul {
    margin: 0;
    padding: 0;
}
.publish-center ul li {
    list-style: none;
    display: block;
    padding: 7px 0;
    font-size: 16px;
}
.publish-center ul li h4 {
    margin-bottom: 0;
    font-weight: 800;
}

.publish-center {
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    min-height: 397px;
    padding-bottom: 20px;
    border: 1px solid #ddd;
}

.stockist-center {
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    min-height: 397px;
    padding-bottom: 20px;
    border: 1px solid #ddd;
    line-height: 1.9;
}

.stockist-center ul {
    margin: 0;
    padding: 0;
}
.stockist-center ul li {
    list-style: none;
    display: block;
    padding: 2px 0;
    font-size: 16px;
}
.stockist-center ul li h4 {
    margin-bottom: 0;
    font-weight: 800;
}
.eternal-box {
    margin-top: 10px;
    margin-bottom: 10px;
}
.eternal-box h4 {
    margin-bottom: 6px;
    font-weight: 700;
}
.eternal-box p {
    margin-bottom: 3px;
}
.stock-list {
    margin-bottom: 5px;
}

.stock-list span {
    font-size: 16px;
    font-weight: 400;
}
.ebook-web {
    margin-top: 5px;
    margin-bottom: 11px;
}
.ebook-web p {
    margin-bottom: 0px;
}
.ebook-web h4 {
    font-size: 18px;
    font-weight: 600;
}
.success-msg span {
    font-size: 16px;
    font-weight: 500;
    padding: 11px 4px;
}
.bar-code-new {
    position: relative;
}
.bar-new {
    position: absolute;
    right: 0;
    top: -80px;
}
.bar-new img {
    width: 150px;
}
span.mob {
    font-size: 18px;
    font-weight: 400;
}
.success-msg {
    margin-top: 15px;
}
img.img-fluid.img-dwnload {
    width: 150px;
    margin-top: 5px;
}
span.download-img {
    font-size: 18px;
    font-weight: 600;
    color: #f78c1e;
}
ul.privacy-box {
    margin-bottom: 20px;
    margin-top: 20px;
}
ul.privacy-box li {
    padding: 3px 0;
}
ul.privacy-box li strong {
    margin-right: 6px;
}

.social_media ul li {
    list-style: none;
    display: inline-block;
}
.social_media ul {
    margin-left: 40px;
}
.social_media {
    margin-top: 15px;
}
.social_media ul li i {
    border: 1px solid #000;
    color: #000;
    width: 45px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 36px;
    margin-right: 5px;
    border-radius: 5px;
}
.social_media ul li i:hover {
    background-color: #f78c1e;
    border-color: #f78c1e;
    color: #fff;
}
