/*Inner Banner */
.inner_banner .row {
    min-height: 500px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.inner_banner {
    background-image: url(../img/book/book-banner.png);
    background-size: cover;
    background-position: center;
    color: white;
}

.inner_banner .banner_md_txt {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}

.inner_banner p {
    font-size: 19px;
    max-width: 85%;
    margin: auto;
}

.looking-section.inner-looking {
    background: linear-gradient(2deg, #e6ebf6, transparent);
}

.looking-section.inner-looking h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
    color: #dc5a41;
}

.looking-section.inner-looking p {
    margin-bottom: 30px;
    color: var(--text-gray);
}

.looking-section {
    padding: 100px 0px;
    background-size: cover;
    background-position: bottom;
    color: #040f4d;
    position: relative;
}

.author-section {
    padding: 70px 0px;
}

.author-section .top {
    padding-bottom: 50px;
}

.author-section .top h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--dark);
}

.author-section .top p {
    font-size: 18px;
    color: #040f4d;
}

.author-item {
    padding: 50px 0px;
    border-top: 1px solid #e2e2e2;
    display: none;
}

.author-item .tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-left: 0px;
    list-style: none;
}

.author-item .tags li {
    padding: 3px 10px;
    background: #dc5a41;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin: 3px;
    border-radius: 5px;
}

.author-item h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 20px;
}

.author-book img {
    max-width: 95%;
}

.author-book {
    margin-bottom: 20px;
}

.about-author p {
    font-size: 16px;
    color: var(--text-gray);
}

.author-item .row {
    align-items: center;
}

.author-img {
    position: relative;
}

.author-img img {
    width: 100%;
}

.author-img .author-name {
    position: absolute;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    left: 50px;
    border: 3px solid var(--red);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.author-img .author-name h4 {
    width: calc(100% - 4px);
    text-align: center;
    background: var(--red);
    margin-bottom: 2px;
    font-size: 26px;
    font-weight: 600;
    color: white;
    padding: 10px;
}

.author-wrapper .author-item:nth-child(even) .row {
    flex-direction: row-reverse;
}

.load-more button {
    font-size: 22px;
    padding: 15px 30px;
    border: none;
    background: #e9ebf0;
    text-transform: uppercase;
    border-radius: 7px;
    cursor: pointer;
}

.load-more button:hover {
    background: #040f4d;
    color: white;
}

.load-more {
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.load-more::before {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px solid #e9ebf0;
    left: 0px;
    top: 32px;
    z-index: -1;
}
.author-book>div {
    display: inline-block;
    max-width: 18%;
}
.looking-section.inner-looking img {
    max-width: 100%;
    mix-blend-mode: multiply;
}
.how_its_work_section.how-its-work-page {
    background-image: url(../img/how-work-bg.png);
    background: whitesmoke;
}
.how_its_work_section.how-its-work-page .how_box {
    padding: 15px;
    border: 1px solid #b5b5b5;
    height: 100%;
    background: white;
}

.how_its_work_section.how-its-work-page .how_box figure {
    margin-bottom: 0px;
}

.how_its_work_section.how-its-work-page .how_box h3 {
    padding: 10px;
    background: black;
    font-size: 20px;
    text-align: center;
    color: white;
}

.how_its_work_section.how-its-work-page .how_box p {
    color: #484848;
    font-size: 14px;
}

.how_its_work_section.how-its-work-page .how_box figure {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #536988;
}


.about-section-1 {
    padding: 70px 0px;
    background: linear-gradient(2deg, #e6ebf6, transparent);
    position: relative;
}

.about-section-1 .top {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.about-section-1 .top p {
    font-size: 24px;
    position: relative;
}

.about-section-1 .top p::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    background: #040f4d;
    bottom: -14px;
}

.services-slider .owl-item {
    padding: 10px;
    display: inline-block;
}

.services-slider .owl-item>div {
    min-height: 310px;
    padding: 30px;
    border-radius: 6px;
    background: white;
}

.slider-btn-wrap {
    /* position: absolute; */
    /* max-width: 1170px; */
    /* bottom: 0px; */
    /* left: 0px; */
}

.about-section-1::before {
    content: "";
    position: absolute;
    width: 59%;
    height: 53%;
    top: 0px;
    right: 0px;
    background: #dc5a41;
}

.services-slider .owl-item>div img {
    height: 35px;
    margin-bottom: 15px;
    width: auto;
}

.services-slider .owl-item>div h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3545;
    margin-bottom: 30px;
}

.services-slider .owl-item>div p {
    font-size: 16px;
    color: var(--text-gray);
}

.nav-style-2 button.slick-arrow {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0px;
    bottom: 82px;
    border-radius: 100%;
    border: 1px solid #c3c3c3;
    background: transparent;
    color: #0b2c84;
    font-size: 27px;
}

.nav-style-2 button.slick-next {
    left: -28px;
}

.nav-style-2 button.slick-next {
    left: auto;
    right: 0px;
}

.about-section-2 {
    padding: 100px 0px;
    background-image: url(../img/about-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.about-section-2 h2 {
    font-size: 35px;
    color: #2c3545;
    font-weight: 500;
    margin-bottom: 40px;
    font-weight: 700;
}

.about-section-2 p {
    font-size: 17px;
    color: var(--text-gray);
    margin-bottom: 30px;
}

.counter-item {
    background: #111620;
    color: white;
    min-height: 200px;
    margin-bottom: 30px;
    padding: 20px 15px;
    border-radius: 0px;
}

.counter-item p {
    color: white;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 00px;
}

.counter-item h3 {
    font-size: 29px;
    font-weight: 700;
}

.counter-item img {
    height: 45px;
    margin-bottom: 20px;
}

.counter-wrap {
    background-image: url(../img/count-bg.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.counter-wrap .row>div:nth-child(2) {
    padding-top: 50px;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: rgb(255 255 255);
}

@media(max-width:1199px) {
    .inner_banner .banner_md_txt {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .inner_banner p {
        font-size: 16px;
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .inner_banner .row {
        padding: 30px 0px;
    }

    .inner_banner .banner_md_txt {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .inner_banner p {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .inner_banner .row {
        min-height: 330px;
    }
}

/*book section */
.an-primary-heading span {
    display: block;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--red);
    font-weight: 400;
    margin-bottom: 10px;
}

.an-primary-heading {
    font-size: 25px;
    font-weight: 600;
    color: #555555;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}

.an-primary-heading::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 6px;
    background: var(--dark);
    bottom: 0px;
}

section.book-section p {
    color: var(--text-gray);
    line-height: 1.7;
}

.book-section figure img {
    max-width: 90%;
}

.book-section figure.large img {
    max-width: 130%;
}

.book-section figure.medium img {
    max-width: 100%;
}

.book-section figure.blend img {
    mix-blend-mode: multiply;
}
/* Faq */

.faq_box_row {
    padding: 0 5px;
}

.faq_title {
    background: #fafafa;
    color: #000000;
    padding: 15px 55px 15px 20px;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
}

.faq_box {
    margin-bottom: 18px;
}

.faq_box.active .faq_title,
.faq_title:hover {
    background: #dc5a41;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.faq_content {
    padding: 15px 25px;
    display: none;
}

.faq_box.active .faq_content {
    display: block;
    transition: all 0.3s ease-in-out;
}

.faq_content p {
    font-size: 16px;
    color: #999999;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.faq_title:before {
    content: "-";
    position: absolute;
    top: 42%;
    right: 18px;
    transform: translateY(-50%);
    font-size: 30px;
}

.faq_box.active .faq_title:before {
    content: "+";
    top: 50%;
}
.author-tabs ul.tab_list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.author-tabs ul.tab_list li {
    padding: 15px;
    min-width: 230px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 30px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.author-tabs ul.tab_list li.active, .author-tabs ul.tab_list li:hover {
    background: #dc5a41;
    color: white;
}
@media(max-width:1199px) {
    .an-primary-heading {
        font-size: 30px;
    }

    .an-primary-heading span {
        font-size: 16px;
    }

    section.book-section p {
        font-size: 14px;
    }
    .about-author p {
        font-size: 14px;
    }
    
    .author-item h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .author-img .author-name h4 {
        font-size: 18px;
    }
    .author-tabs ul.tab_list li {
        min-width: 200px;
        padding: 13px;
    }
    
    .tab-content {
        padding-top: 20px;
    }
}

@media(max-width:991px) {

    .book-section figure img,
    .book-section figure.large img,
    .book-section figure.medium img {
        max-width: 100%;
    }


    .an-primary-heading br {
        display: none;
    }

    .an-primary-heading {
        font-size: 24px;
    }

    .book-section .row {
        flex-direction: column-reverse;
    }

    .an-primary-heading::before {
        height: 3px;
        width: 100px;
    }
    .author-tabs ul.tab_list li {
        width: 47%;
        margin: 1%;
    }
}

/*bestsellein section*/
.an-primary-heading.center {
    text-align: center;
}

.an-primary-heading.center::before {
    left: 50%;
    transform: translateX(-50%);
}

.an-bselling-box {
    padding: 20px;
    padding-left: 50px;
    margin-bottom: 30px;
    position: relative;
}

.an-bselling-box h3 {
    font-size: 26px;
    color: var(--text-gray);
    font-weight: 600;
    margin-bottom: 17px;
}

.an-bselling-box p {
    font-size: 18px;
    color: var(--text-gray);
}

.an-bselling-box::before {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--red);
    position: absolute;
    left: 0px;
    top: 30px;
}

@media (max-width:1199px) {
    .an-bselling-box h3 {
        font-size: 20px;
    }

    .an-bselling-box p {
        font-size: 16px;
    }

    .an-bselling-box {
        padding: 15px;
        padding-left: 30px;
    }

    .an-bselling-box::before {
        width: 15px;
        height: 15px;
        top: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .an-bselling-box {
        border: 1px solid #dbdbdb;
        margin-bottom: 15px;
        padding: 15px;
    }

    .an-bselling-box::before {
        display: none;
    }
}


/*genre section */
.an-primary-heading.hide-before::before {
    display: none;
}

.an-primary-heading.hide-before {
    margin-bottom: 0px;
}

.an-genre-list h2.an-primary-heading {
    margin-bottom: 40px;
}

.an-genre-list ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.an-genre-list ul li {
    font-size: 16px;
    color: #555555;
    padding: 5px 0px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
}

.an-genre-list ul li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: var(--red);
    margin-right: 15px;
}

.load-more button {
    font-size: 17px;
    padding: 10px 30px;
    border: none;
    background: #dc5a41;
    text-transform: uppercase;
    border-radius: 7px;
    cursor: pointer;
    color: white;
    transition: 0.5s;
}

.load-more button:hover {
    background: #1c2537;
    color: white;
}

.load-more {
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.load-more::before {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px solid #e9ebf0;
    left: 0px;
    top: 25px;
    z-index: -1;
}
@media (max-width:1199px) {
    .an-genre-list ul li {
        padding-left: 0px;
        font-size: 13px;
    }

    .an-genre-list ul li::before {
        margin-right: 8px;
        position: relative;
        top: 0px;
        width: 10px;
        height: 10px;
    }
    .about-section-2 h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .about-section-2 p {
        font-size: 14px;
    }
    .about-section-2 {
        padding: 40px 0px;
    }
    .services-slider .owl-item>div p {
        font-size: 14px;
    }
    .services-slider .owl-item>div {
        padding: 20px;
    }
    .looking-section p {
        font-size: 16px;
    }
    .looking-section h4 {
        font-size: 18px;
    }
    .author-section {
        padding: 40px 0px;
    }
    .looking-section.inner-looking {
        padding: 40px 0px;
    }
    .author-section .top h2 {
        font-size: 24px;
    }
    .author-section .top p {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .author-section .top {
        padding-bottom: 0px;
    }
}
@media (max-width:991px){
    .looking-section.inner-looking img {
        display: none;
    }

    .looking-section {
        text-align: center;
    }
    .looking-section.inner-looking h2 {
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .looking-section.inner-looking h2::before {
        display: none;
    }
    .looking-section.inner-looking {
        padding: 40px 0px;
    }
    
}
@media (max-width:776px) {
    .an-genre-list ul li {
        font-size: 12px;
    }
    .about-section-1 .top {
        position: relative;
        text-align: center;
        transform: translateY(0px);
        top: 0px;
        margin-bottom: 30px;
    }
    
    .about-section-1::before {
        display: none;
    }
    
    .about-section-1 .top p::before {
        display: none;
    }
    
    .about-section-1 {
        padding: 40px 0px;
    }
    .counter-wrap .row>div:nth-child(2) {
        padding-top: 0px;
    }
    .counter-wrap{
        background-image: none;
    }
    .about-section-1 .an-primary-heading {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .about-section-1 .an-primary-heading::before {
        display: none;
    }
    .faq_title {
        font-size: 14px;
    }
    .faq_content p {
        font-size: 14px;
    }
    .faq_content {
        padding: 15px;
    }
    .inner_banner.content-page-banner .row {
        min-height: 100px;
    }
}
@media(max-width:575px){
    .author-tabs ul.tab_list li{
        width: 100%;
        margin: 1% 0px;
    }
}