    @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

    body {
        margin: 0;
        padding: 0;
        scroll-behavior: smooth !important;
        overflow-x: hidden;
    }

    .row {
        margin: 0 auto !important;
        padding: 0px !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    a {
        /* font-family: 'Merriweather', serif;    */
        font-family: 'Ubuntu', sans-serif;
    }

    .translate {
        margin-top: 31px;
    }

    .goog-te-combo {
        display: none;
    }

    .goog-te-combo::-webkit-scrollbar {
        width: 10px;
    }

    .goog-te-combo::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .goog-te-combo::-webkit-scrollbar-thumb {
        background: #990D0F;
    }

    .goog-te-combo::-webkit-scrollbar-thumb:hover {
        background: #990D0F;
    }

    .goog-te-combo {

        font-family: 'Open Sans', sans-serif;
        background-color: #C00F16 !important;
        border: 0 !important;
        font-size: 10pt;
        font-weight: 500;
        border-radius: 0.5rem;
        outline: none;
        display: inline-block;
        padding: 10px 10px !important;
        cursor: pointer;
        zoom: 1;
    }

    .goog-te-combo {
        color: white !important;
    }

    p {
        font-family: 'Poppins', sans-serif;
    }

    a:hover {
        text-decoration: none !important;
    }

    :focus {
        outline: none !important;
    }

    /* header starting  */
    .top-nav {
        display: flex;
        justify-content: space-between;
        /* padding: 0 20px; */
    }

    .logo {
        margin: 10px 0;
        display: flex;
        color: #fff;
    }

    .logo img {
        width: 100px;
        display: inline-block;
        margin: 2px 10px 0;
    }

    .logo h4 {
        font-size: 22px;
        margin: 0;
    }

    .logo h5 {
        font-size: 16px;
        margin: 0;
    }

    .logo h6 {
        font-size: 14px;
    }

    .search-publication {
        margin: 30px 10px 0 0;
    }

    .search-publication i {
        font-size: 20px;
    }

    .search-publication a {
        color: #fff;
        display: inline-block;
        text-align: center;
        border: 1px solid #fff;
        padding: 10px 30px;
        border-radius: 8px;
        font-weight: 500;
        text-transform: capitalize;
        transition: .3s ease;
    }

    .search-publication a:hover {
        color: #fff;
        background: rgba(31, 30, 30, 0.527);
    }

    .badges {
        display: flex;
    }

    .badges img {
        margin: 10px 10px;
    }

    nav,
    .top {
        position: relative;
        z-index: 1;
    }

    nav {
        border-radius: 10px;
        background: linear-gradient(to bottom, #cc0913 20%, #a02121 92%);
    }

    header nav .nav-link {
        color: #fff !important;
        text-transform: capitalize;
        font-size: 16px;
        padding: 10px 20px !important;
        transition: .3s ease;
    }

    header nav .nav-link:hover {
        color: #000 !important;
    }


    /* slider stylings  */
    #slider {
        position: relative;
        margin-top: -200px;
        z-index: 0;
    }

    .carousel-caption {
        display: flex !important;
        justify-content: space-around;
        top: 35% !important;
        text-align: left !important;
        width: 85% !important;
        left: 9% !important;
        right: 0% !important;
    }

    .carousel-caption .c-text {
        width: 60%;
        background: rgba(31, 30, 30, 0.527);
        padding: 1rem;
        height: 67%;
        border-radius: 10px;
        text-align: left;
    }

    .carousel-caption .c-text h3 {
        font-size: 30px;
        text-transform: uppercase;
    }

    .carousel-caption .c-text p {
        font-size: 15px;
        line-height: 30px;
        text-align: justify;
    }

    .carousel-caption .c-image {
        width: 40%;
        margin-top: 40px;
        text-align: center;
    }



    .tabs {
        /* padding: 2rem 2rem 1rem; */
        background: rgba(199, 238, 247, 0.28);
        box-shadow: 0 1px 10px #e8e8e8;
    }

    .tab-content {
        display: block;
        /* border: 2px outset #fff; */
        /* box-shadow: 0 0 8px rgb(199, 199, 199); */
        border-radius: 10px;
        transition: .4s ease !important;

    }

    .tab-content:nth-child(2) {
        border-right: 1px solid #ddd !important;
        border-left: 1px solid #ddd !important;
    }

    .tab-content:hover {
        /* border: 2px inset #fff; */
        /* box-shadow: 0 0 3px rgb(199, 199, 199); */
        box-shadow: 0 0 3px rgb(133, 132, 132);

    }

    .tab-content h5 {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .tab-content .card-body div {
        margin: 8px;
    }

    .tab-content .card-body {
        display: flex !important;
        justify-content: center;
        height: 100px;
        align-items: center;
    }


    .tab-content .card-body div i {
        color: #cc0913;
        font-size: 24px;
    }

    .tab-content .card-body div h5 {
        color: #444;
    }

    .category-case .list-group {
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 10px;
    }

    .category-case .list-group-item {
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
        transition: .3s ease;
    }

    .category-case .list-group-item.activ,
    .category-case .list-group-item:hover.activ {
        background: linear-gradient(to bottom, #cc0913 20%, #a02121 92%);
    }

    .category-case .list-group-item:hover,
    .category-case .list-group-item.click {
        background: #000000b5;
    }


    .category-case .list-group-item.activ a,
    .category-case .list-group-item.click a {
        color: #fff;
    }

    .category-case .list-group-item a {
        color: #444;
    }

    .category-case .list-group-item:hover a {
        color: #fff;
    }


    /* accordion on left side stylings  */
    .acc-titles {
        display: none;
    }

    .acc-titles .card-body {
        padding: 0 !important;
    }

    .acc-titles .card-header {
        background: linear-gradient(to bottom, #cc0913 20%, #a02121 92%);
        text-align: center;
    }

    .acc-titles .card-link {
        color: #fff !important;
        font-weight: 500;
    }

    .acc-titles .list-group-item a {
        color: #444 !important;
    }

    .acc-titles .list-group-item:hover {
        background: #000000b5;
        transition: .3s ease;
    }

    .acc-titles .list-group-item:hover a {
        color: #fff !important;
    }

    /* .category case  */

    .book-title {
        font-size: 14px;
        width: 177px;
        padding: 10px 3px;
        text-align: center;
        background-color: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        border: 1px solid #ddd;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        box-sizing: content-box;
    }

    .title-wrapper {
        margin: 18px;
        position: relative;
        width: 185px;
        float: left;
    }

    .book-title a {
        color: #444;
        font-weight: 600;
        text-transform: capitalize;
        text-align: left;
        transition: .3s ease;
    }

    .book-title a:hover {
        filter: drop-shadow(0 0 15px rgb(179, 177, 177));
        color: #222;
    }

    .book-title span {
        font-weight: 500;
        font-style: italic;
    }

    .book-cover {
        width: 185px;
        height: 260px;
        margin: 0px;
        border: 1px solid rgb(192, 189, 189);
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }

    /* header ending  */
    /**********ORDER-FORM***********/

    .order-form {
        margin-bottom: 40px;
    }

    .order-form-btn {
        height: 80px;
        background-color: #ececec52;
        border-radius: 5px;
        border: 1px solid #fff;
    }

    .order-form-btn:hover {
        background-color: #fff;
        transition: 0.25s;
    }

    .order-form-btn:hover ul li h3 {
        color: #444;
    }

    .order-form-btn ul li {
        list-style-type: none;
        display: inline-block;
        margin-left: 15px;
    }

    .order-form-btn ul li i {
        font-size: 22px;
        color: #cc0913;
    }

    .order-form-btn ul {
        padding-left: 36px;
        padding-top: 27px;
    }

    .order-form-btn ul li h3 {
        font-size: 19px;
        text-transform: uppercase;
        color: #fff;
    }

    .order-form-btn1 {
        height: 80px;
        background-color: #ececec52;
        border-radius: 5px;
        border: 1px solid #fff;
        padding-top: 17px;
        padding-left: 17px;
    }

    .order-form-btn1:hover {
        background-color: #fff;
        transition: 0.25s;
    }

    .icon {
        float: left;
        margin-right: 10px;
        padding-top: 6px;
    }

    .order-form-btn1:hover .text h3 {
        color: #444;
    }

    .text h3 {
        font-size: 19px;
        text-transform: uppercase;
        color: #fff;
    }

    /**/
    .features-area {
        padding: .5rem 2rem 2rem;
    }

    .spacing {
        padding-top: 30px !important;
    }

    .book-img {
        text-align: center !important;
        padding-left: 60px;
        padding: 40px 0px 40px 0px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
        margin: 0 auto 15px;
        transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
    }

    .book-img:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-10px);
        transform: translateY(-7px);
    }

    .book-img img {
        border: 3px solid #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

    }

    .book-name p {
        font-size: 13px;
        color: #444;
        font-weight: 400;
        margin-top: 10px !important;
        font-weight: 500;
        text-align: center;
    }

    .book-name p span {
        font-family: 'Merriweather', serif;
        font-weight: 500;
        color: #808080;
    }

    .book-name {
        padding-left: 2px;
        padding-right: 2px;
    }

    /**/

    .books-titles-area {
        background: linear-gradient(to bottom, #cc0913 20%, #a02121 92%);
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .books-titles h3 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 35px;
    }


    .books-carousel img {
        width: 200px !important;
        height: 309px;
    }

    .books-carousel p {
        font-size: 15px;
        /* text-align: center; */
        margin-top: 7px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0px;
    }

    .books-carousel p span {
        font-family: 'Merriweather', serif;
        font-weight: 300;
    }

    .books-carousel .owl-prev {
        position: absolute;
        font-size: 70px !important;
        top: -114px;
        /* left: -30px; */
        right: 30px;
        color: #fff !important;
    }

    .books-carousel .owl-next {
        position: absolute;
        font-size: 70px !important;
        top: -114px;
        right: 0px;
        color: #fff !important;
    }

    .book-bg {
        border-radius: 8px;
    }

    .book-bg img {
        border: 2px solid #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .home-title {
        background: transparent;
        border: none;
    }

    .home-title a {
        color: #fff;
    }

    /* Disclaimer */

    .disclaimer {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .disclaimer-box {
        border-radius: 10px;
        padding-block: 20px;
        border: 1px solid rgb(190, 190, 190);
    }

    .paragraph {
        font-size: 15px;
    }

    .disclaimer-span {
        font-size: 21px;
        color: #ae191d
    }

    /* collections */
    .collection {
        padding: 2rem;
        position: relative;
        /* background:linear-gradient(to bottom, #cc0913 20%, #a02121 92%); */
        /* background: rgba(198, 224, 239, 0.49); */
        box-shadow: 0 2px 5px rgb(231, 230, 230);
        background: url('../images/collection-bg.png');
        overflow: hidden;
    }

    .collection:before {
        content: '';
        position: absolute;
        top: 0;
        left: -28px;
        background: url(../images/boy.png) no-repeat left;
        background-size: contain;
        height: 400px;
        width: 16%;
        z-index: 1;
    }

    .collection:after {
        content: '';
        position: absolute;
        top: 0;
        right: -49px;
        background: url('../images/girl.png') no-repeat right;
        background-size: contain;
        height: 400px;
        width: 15%;
    }

    .collection h3 {
        font-weight: 700;
        text-transform: uppercase;
    }

    .collection .card {
        position: relative;
    }

    .collection .card .card-overlay {
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.493);
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
    }

    .collection-box {
        margin: 10px;
    }

    .collection-box h5 {
        color: #444;
        padding: 10px 0 0;


    }

    /* ending collection  */
    /**/
    .purchase-orders {
        padding-bottom: 40px;
        padding-top: 80px;
        background-image: url(../images/purchase-bg.jpg);
        width: 100%;
        background-size: cover;
        position: static;
        z-index: 1;
    }

    .purchase-box {
        padding: 27px 60px 30px 60px;
        height: 100%;
        border: 6px solid #b9b9b9;
        border-radius: 5px;
        background-color: #fff;
    }

    .icon-circle {
        background-color: #fff;
        height: 80px;
        width: 80px;
        border: 6px solid #b9b9b9;
        border-radius: 62px;
        margin-top: -73px;
        margin-left: 160px;
    }

    .icon-circle img {
        padding: 21px 0px 0px 17px;
    }

    .purchase-heading h3 {
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        color: #444;
        font-weight: 600;
        margin-top: 20px;
    }

    .purchase-text p {
        font-size: 15px;
        font-weight: 400;
        color: #444;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-bottom: 0px;
    }

    .purchase-text ul {
        margin-bottom: 0px;
        padding: 0px;
    }

    .purchase-text ul li {
        line-height: 18px;
        color: #444;
    }

    /**/
    .parallex-area {
        background: url(../images/para-bg.jpg) center fixed;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
    }

    .para-carousel {
        color: #fff;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .para-carousel .owl-prev {
        position: absolute;
        font-size: 70px !important;
        top: 24%;
        left: -30px;
        right: 30px;
        color: #fff !important;
    }

    .para-carousel .owl-next {
        position: absolute;
        font-size: 70px !important;
        top: 24%;
        right: -30px;
        color: #fff !important;
    }

    .para-text h3 {
        font-size: 22px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .para-text p {
        font-family: 'Merriweather', serif;
        margin-bottom: 0px;
        font-size: 17px;
        font-style: italic;
        font-weight: 400;
        line-height: 27px;
    }

    .video {
        margin-top: 50px;
        float: right;
        border: 4px solid #fff;
        border-radius: 5px;
    }

    /**/

    /***********Search-area-btn*************/
    .search-book-area {
        padding-bottom: 50px;
        padding-top: 50px;
        background: url(../images/search-bg.jpg);
        background-size: cover;
    }

    .search-book-area h3 {
        font-size: 34px;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        margin-bottom: 0px;
        margin-top: -5px !important;
    }

    .search-book-btn {
        text-align: center !important;
    }

    .search-book-btn a {
        font-size: 18px;
        padding: 12px 50px 12px 50px;
        font-weight: 600;
        text-transform: uppercase;
        background: linear-gradient(to bottom, #cc0913 20%, #a02121 92%);
        border-radius: 5px;
        color: #fff;
    }

    .search-book-btn a:hover {
        text-decoration: none;
        color: #fff;
    }

    /*.............*/


    footer {
        padding: 3rem;
        /* background:linear-gradient(to left,#0b76a8d2,#065e86); */
        /* background:linear-gradient(to right,#222,#444,#555); */
        /* background: #1d1d1d url('../images/footer-pattern.png'); */
        /* background: #002d71 url('../images/us-flag.png'); */
        background: url('../images/footer.jpg') no-repeat;
        background-position-x: center;
        background-position-y: -100px;
        background-size: cover;
    }

    footer h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }

    footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    footer ul li a {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        display: inline-block;
        margin: 3px 0;
    }

    footer ul li a.contact {
        color: #fff;
        font-weight: 300;
        font-size: 15px;
        display: block;
        margin: 10px 0;
    }

    footer ul li {
        display: flex;
    }

    footer ul li a:hover {
        color: #ddd;
    }

    .f-logo {
        /* display: flex; */
        color: #fff;
    }

    .f-logo h4 {
        font-size: 22px;
        margin: 0;
    }

    .f-logo h5 {
        font-size: 17px;
        margin: 0;
    }

    .f-logo h6 {
        font-size: 14px;
    }

    footer ul li i {
        display: block;
        margin: 10px;
        font-size: 14px;
        color: #fff;
        transform: translateY(-3px);
    }

    .f-para {
        color: #fff;
        font-size: 13px;
        margin: 10px 0 0 0;
        font-weight: 500;
    }


    .social-section {
        padding: 2rem;
        background: url('../images/search-bg.jpg') no-repeat center;
    }

    .social-section h2 {
        font-weight: bold;
        text-transform: uppercase;
    }

    a.social {
        display: inline-block;
        color: #fff;
    }

    a.social i {
        font-size: 20px !important;
        padding: 6px 12px;
    }

    .copyright-text p {
        color: #444;
        font-size: 13px;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    .copyright-img img {
        float: right;
        margin-top: 17px !important;
    }

    .copyright-area {
        background-color: #f3f3f3;
    }


    /* starting responsive */
    /*  */

    /* @media (min-width:1600px){
        .carousel-caption .c-text {
            height: 52%;
        }
        .carousel-caption {
            width: 75% !important;
            left: 16% !important;
        }
        .collection:before {
            left: 140px;
        }
        .collection:after {
            right: 120px;
        }
    } */
    @media (max-width:2048px) {
        .collection:before {
            left: 365px;
        }

        .collection:after {
            right: 345px;
        }

        .carousel-caption .c-text {
            height: 35%;
        }
    }

    @media (max-width:1920px) {
        .collection:before {
            left: 300px;
        }

        .collection:after {
            right: 280px;
        }
    }

    @media (max-width:1856px) {
        .collection:before {
            left: 267px;
        }

        .collection:after {
            right: 248px;
        }
    }

    @media (max-width:1800px) {
        .collection:before {
            left: 240px;
        }

        .collection:after {
            right: 220px;
        }

        .carousel-caption .c-text {
            height: 40%;
        }
    }

    @media (max-width:1600px) {
        .collection:before {
            left: 140px;
        }

        .collection:after {
            right: 120px;
        }
    }

    @media (max-width:1480px) {

        .collection:before {
            left: 80px;
        }

        .collection:after {
            right: 60px;
        }
    }

    @media (max-width:1440px) {
        .collection:before {
            left: 60px;
        }

        .collection:after {
            right: 41px;
        }
    }

    @media (max-width:1366px) {
        .collection:before {
            left: 23px;
        }

        .collection:after {
            right: 3px;
        }
    }

    @media (max-width:1280px) {
        .collection:before {
            left: -28px;
        }

        .collection:after {
            right: -48px;
        }

        .carousel-caption .c-text {
            height: 67%;
        }
    }

    @media (max-width:1263px) {
        .collection:before {
            left: -27px;
        }

        .collection:after {
            right: -49px;
        }
    }


    @media (max-width:1199px) {
        header nav .nav-link {
            padding: 10px 12px !important;
        }

        .carousel-caption {
            width: 80% !important;
            left: 14% !important;
        }

        .carousel-caption .c-text {
            height: 73%;
        }

        .collection:after {
            right: 19px;
        }

        .collection:before {
            top: 19px;
            left: 48px;
            width: 17%;
        }

        .collection:after {
            right: 28px;
        }

        .book-cover {
            width: 162px;
            height: 237px;
        }

        .book-title {
            font-size: 13px;
            width: 155px;
            padding: 3px 3px;
        }

        .books-carousel img {
            width: 169px !important;
            height: 249px;
        }

        .icon-circle {
            margin-top: -73px;
            margin-left: 108px;
        }

        .search-book-btn {
            margin-left: 100px;
        }

        footer {
            padding: 2rem;
        }

    }

    @media (max-width:1024px) {
        .carousel-caption .c-text p {
            font-size: 14px;
        }

        .carousel-caption .c-text {
            height: 96%;
        }

        .collection:before {
            left: -40px;
            width: 20%;
        }

        .collection:after {
            right: -59px;
            width: 18%;
        }

        .title-wrapper {
            margin: 0px;
        }

        .search-book-area h3 {
            font-size: 32px;
        }

        footer {
            background-position-y: -35px;
        }

        .f-logo h4 {
            font-size: 17px;
        }
    }

    @media (max-width:992px) {
        .carousel-caption .c-text h3 {
            font-size: 25px;
        }

        .tab-content .card-body div h5 {
            font-size: 17px;
        }

        .collection:before {
            left: -55px;
        }

        .collection:after {
            right: -76px;
        }
    }

    @media (max-width:991px) {

        .search-publication a {
            padding: 6px 17px;
        }

        .logo {
            color: #171616;
        }

        .search-publication a {
            color: #191818;
            border: 1px solid #2d2d2d;
        }

        #slider {
            margin-top: -53px;
        }

        .carousel-caption .c-text {
            height: 77%;
        }

        .carousel-caption {
            top: 20% !important;
        }

        .c-image img {
            width: 75% !important;
        }

        .logo h4 {
            font-size: 18px;
        }

        .logo h5 {
            font-size: 15px;
        }

        .logo h6 {
            font-size: 13px;
        }

        header nav .nav-link {
            padding: 10px 7px !important;
            font-size: 13px;
        }

        .badges div img:nth-child(2) {
            position: absolute;
        }

        .badges img {
            margin: 16px 5px;
        }

        .collection:before {
            left: 53px;
        }

        .collection:after {
            right: 31px;
        }

        .features-area .col-md-9 .col-md-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 33%;
        }

        .icon-circle {
            margin-left: 56px;
        }

        .video iframe {
            width: 100% !important;
        }

        .search-book-btn {
            margin-left: 89px;
        }

        .search-book-btn a {
            padding: 10px 12px 10px 12px;
            margin: 17px 0 0 -95px;
        }

        .search-book-area h3 {
            font-size: 24px;
            margin-top: 0px !important;
        }

        footer h3 {
            font-size: 24px;
        }

        .contact {
            background: transparent;
            padding: 0;
        }

        a.social {
            margin: 0 10px 0 12px;
        }

    }

    @media (max-width:880px) {
        .carousel-caption .c-text p {
            text-align: left;
        }

        .collection:before {
            left: -4px;
            width: 24%;
        }

        .collection:after {
            right: -23px;
            width: 20%;
        }

    }

    @media(max-width:768px) {
        .top-nav {
            transform: translateX(-32px);
        }

        .carousel-caption .c-text {
            background: none;
        }

        .carousel-caption {
            top: 10% !important;
        }

        .carousel-caption .c-text p {
            line-height: 22px;
        }

        .carousel-caption .c-image {
            height: 80%;
            display: flex;
            align-items: center;
        }

        .collection:before,
        .collection:after {
            display: none;
        }

        .collection {
            padding: 1rem;
        }

        .card-body {
            padding: 0 !important;
        }

        .book-cover {
            width: 148px;
            height: 213px;
        }

        .book-title {
            font-size: 13px;
            width: 141px;
            padding: 3px 3px;
        }

        .title-wrapper {
            margin: 14px;
            width: 151px;
        }
    }

    @media (max-width:767px) {
        .top-nav {
            transform: translateX(-86px);
        }

        .books-carousel img {
            width: 154px !important;
            height: 215px;
        }

        .purchase-orders .col-md-6:nth-child(2) {
            margin-top: 50px;
        }

        .para-carousel {
            padding-bottom: 20px;
        }

        .acc-titles {
            display: block;
            margin: 10px 0;
        }

        .category-case {
            display: none;
        }

        .video {
            margin: 0px 0 50px;
            float: none;
        }

        .search-book-btn {
            margin-left: 89px;
            display: block;
            margin-top: 20px;
        }

        .search-book-area h3 {
            margin: 0 80px;
        }

        .features-area .col-md-9 {
            transform: translateX(-22px);
        }

        .features-area h2 {
            margin: 0px 0 27px !important;
        }

        footer {
            padding: 2rem;
            background-position-x: -493px;
            background-position-y: 4px;
        }

    }

    @media (max-width:575px) {
        #slider {
            margin-top: -6px;
        }

        .top {
            background: #f6f8ff url('../images/collection-bg.png');
        }

        .carousel-caption {
            top: -6% !important;
        }

        .carousel-caption .c-text h3 {
            font-size: 18px;
        }

        .carousel-caption .c-text p {
            line-height: 15px;
        }

        .books-carousel img {
            width: 228px !important;
            height: 290px;
        }

        .top-nav {
            transform: translateX(0px);
        }

        .badges {
            flex-wrap: wrap;
            justify-content: center;
        }

        .translate {
            margin-left: 1rem;
        }

        .top-nav {
            flex-wrap: wrap;
            justify-content: center;
        }
    }

    @media (max-width:525px) {
        .carousel-caption .c-text p {
            font-size: 11px;
        }

        .book-cover {
            width: 135px;
            height: 201px;
        }

        .book-title {
            height: 84px;
            width: 126px;
        }
    }

    @media (max-width:480px) {
        .c-text p span {
            display: none;
        }

        .disclaimer {
            padding: 0px 20px;
        }

        .paragraph {
            font-size: 14px;
        }

        .disclaimer-span {
            line-height: 20px;
        }

        .carousel-caption {
            top: 0% !important;
        }

        .carousel-caption .c-text h3 {
            font-size: 20px;
        }

        .carousel-caption .c-text p {
            font-size: 13px;
        }

        .book-title {
            height: 81px;
            width: 113px;
        }

        .book-cover {
            width: 121px;
            height: 182px;
        }

        .features-area .col-md-9 {
            transform: translateX(-22px);
        }

        .text-center {
            text-align: center !important;
            margin: 15px 0px 0 30px;
        }

        .books-carousel img {
            width: 193px !important;
            height: 262px;
        }

        .search-book-area h3 {
            font-size: 20px;
        }
    }

    @media (max-width:425px) {
        .top-nav {
            transform: translateX(-22px);
        }

        .carousel-caption {
            top: -8% !important;
        }

        .carousel-caption .c-text p {
            font-size: 11px;
        }

        /* body div h5 {
            font-size: 16px;
            text-align: center;
        } */
        .book-cover {
            width: 104px;
            height: 161px;
        }

        .book-title {
            height: 78px;
            width: 96px;
        }

        .books-carousel img {
            width: 172px !important;
            height: 247px;
        }

    }

    @media (max-width:375px) {
        .carousel-caption {
            top: -13% !important;
        }

        .c-image img {
            width: 100% !important;
        }

        .carousel-caption .c-text h3 {
            font-size: 16px;
        }

        .carousel-indicators {
            bottom: -16px !important;
        }

        .search-publication {
            margin: 30px 10px 0 0;
        }

        .features-area .col-md-9 .col-md-3 {
            max-width: 45%;
        }

        .book-cover {
            width: 121px;
            height: 183px;
        }

        .book-title {
            height: 59px;
            width: 114px;
        }

        .books-carousel img {
            width: 149px !important;
            height: 229px;
        }

        footer {
            padding: 1rem;
            background-position-x: -612px;
            background-position-y: 7px;
        }

        .collection {
            transform: translateX(-10px);
            box-shadow: none;
        }

        .logo h5 br {
            display: none;
        }
    }

    @media (max-width:360px) {
        .carousel-caption {
            top: -8% !important;
        }

        .features-area .col-md-9 .col-md-3 {
            max-width: 50%;
        }

        .top-nav {
            transform: translateX(-7px);
        }

        .search-publication a {
            font-size: 13px;
        }

        .search-publication {
            margin: 36px 3px 0 0;
        }

        .badges {
            transform: translateX(-20px);
        }

        .icon-circle {
            margin-left: 72px;
        }

        .purchase-box {
            padding: 27px 30px 30px 30px;
        }
    }

    @media (max-width:340px) {
        .carousel-caption {
            top: -12% !important;
        }
    }

    @media (max-width:320px) {
        .logo img {
            width: 80px;
        }

        .logo h4 {
            font-size: 16px;
        }

        .logo h5 {
            font-size: 14px;
        }

        .logo h6 {
            font-size: 12px;
        }

        .badges {
            transform: translateX(-5px);
            justify-content: center;
        }

        .search-publication {
            margin: 0px 3px 0 0;
        }

        .carousel-caption .c-text h3 {
            font-size: 14px;
        }

        .book-cover {
            width: 107px;
            height: 163px;
        }

        .book-title {
            height: 79px;
            width: 99px;
        }

        .books-titles h3 {
            font-size: 23px;
        }

        .books-carousel img {
            width: 126px !important;
            height: 196px;
        }

        .icon-circle {
            margin-left: 52px;
        }

        .badges div:nth-child(2) {
            transform: translateX(-23px);
        }

        .carousel-caption .c-text p {
            font-size: 10px;
        }

        footer {
            background-position-x: -698px;
        }
    }