
.book-home {
    padding: 50px 0 0;
    position: relative;
}

.book-menu a {
    font-size: 20px;
}

.main-header {
    position: relative;
    /* background: #e0e1e5; */
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
}
.header-top {
    position: relative;
    padding: 6px 0;
    display: none;
}

.header-top .row {
    align-items: center;
}

.main-header .header-social {
    padding-left: 0;
}

.main-header .header-social ul {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.book-menu a {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    margin-right: 24px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
}

.book-menu li:hover a {
    color: #000;
}

.co_header.book-header {
    position: relative;
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    background-color: #fff;
}

.book-header .inner-header .row {
    align-items: center;
}

.book-header ul.menu {
    display: flex;
    justify-content: center;
    position: relative;
}


.book-register-btn {
    border: 2px solid #fff;
    padding: 6px;
    text-align: center;
}

.book-register-btn a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-right: 0;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    text-align: center;
}

.book-register-btn a:hover {
    color: #fff;
}

.book-header .main-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-radius: 0 0 0 40px;

}
.main-header .book-header .main-box:before {
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 10000%;
    background-color: #ffffff;
    content: "";
}


.book-menu li {
    padding: 15px 0;
}

.book-logo {
    width: 85%;
}

.book-logo img {
    height: 100%;
    width: 100%;
}
.book-menu a:after {
    display: none;
}

.book-menu a.active, .book-menu a:hover {
    color: #ff4f58;
}

.book-main-header .header-right a.dropdown-item {
    font-size: 17px;
    font-weight: 700;
    padding: 10px 20px;
    border-bottom: none;
    text-transform: capitalize;
}

.book-main-header .header-right .sub-menu a {
    text-transform: capitalize;
    color: #000;
}
.book-main-header .header-right .sub-menu li:hover a {
    color: #ff4f58 !important;
}
.book-main-header .header-right:hover .sub-menu {
    display: block;
    position: absolute;
    top: 25px;
    left: -14px;
    background-color: white;
    border-radius: 0 0 6px 6px;
    z-index: 99;
    width: 200px;
    border-bottom: 2px solid #ff7736;
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
}


.main-header.book-main-header.newClass {
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    z-index: 9999;
    width: 100%;
    background: #fff;
}

.book-main-header .header-cart {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.book-main-header .cart a {
    display: flex;
    align-items: center;
    color: #000;
    padding: 10px;
    font-size: 17px;
    font-weight: 700;
}

.book-main-header .cart:after {
    border: 1px solid #000;
}

.book-main-header .header-right i{
    color: #000;
}
.book-main-header .header-social li a {
    color: #000;
}

.book-header .tog i {
    padding-left: 2px;
    font-size: 16px;
    transition: 0.5s all;
}

.book-header .menu li:hover .tog i {
    transform: rotate(-180deg);
}

.book-header .book-mobile-menu li:hover .tog i {
    transform: unset;
}


.book-header .menu li:hover .drop-menu {
    display: block;
    position: absolute;
    top: 42px;
    border-radius: 0 0 6px 6px;
    border-bottom: 2px solid #6385BB;
}

.book-header .menu li:hover .drop-menu a {
    font-size: 17px;
    font-weight: 600;
}


/* top header */
.top-header-right > ul {
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.top-header-right ul li >a {
    color: #000;
}
.top-header-right ul li i {
    font-size: 18px;
    padding: 25px 0;
}

.all-domain-menu {
    position: relative;
}
.all-domain-menu .book-sub-menu {
    display: none;
    position: absolute;
    top: 68px;
    left: -80px;
    background-color: white;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 2px 10px lightgray;
    z-index: 99;
    width: 200px;
    z-index: 2;
    border-bottom: 2px solid #6385BB;
}
.all-domain-menu .book-sub-menu.sub-menu1{
    left: -115px;
}
.all-domain-menu .book-sub-menu li a {
    color: #000;
    padding: 10px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    text-transform: capitalize;
}

.all-domain-menu:hover .book-sub-menu {
    display: block;
}

.book-breadscrumb.breadscrumb-section {
    position: relative;
    overflow: hidden;
    background: url(../image/book-breadscum.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 125px; */
    padding: 25px 0;
    background-position: left;
}
.book-breadscrumb.breadscrumb-section .breadscrumb-contain {
    padding: 0px 0;
    text-align: center;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.book-footer.k-footer {
    /* background: #f9d3cd; */
    background-image: url(../image/book-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}

.book-inner-footer {
    /* background-color: rgb(218 241 235 / 75%); */
    background-color: rgb(169 218 239 / 80%);
    padding-top: 50px;
}


.k-footer.book-footer:before {
    position: absolute;
    content: '';
    background-image: url(../image/teddy-16.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-position: center center;
    transition: all 0.3s linear;
    height: 100%;
    width: 16%;
    bottom: 0;
    left: 2%;
    z-index: 9;
    display: none;
}

.k-footer.book-footer:after {
    position: absolute;
    content: '';
    background-image: url(../image/teddy-11.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-position: center center;
    transition: all 0.3s linear;
    height: 100%;
    width: 15%;
    bottom: 0;
    right: 0;
    z-index: 0;
    display: none;
}

.book-footer .social-link i {
    
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    background-color: #12aecf;
    padding: 10px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}

.book-footer .social-link a:hover {
    transform: translateY(-20px);
    color: #fff;
}

.book-up.copy .fas {
    bottom: 10px;
    right: 10px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 9999;
    font-size: 20px;
    color: #fff;
    background: #12aecfba;
    opacity: 1;
    text-align: center;
    animation: bounce2 1s infinite alternate;
    border-radius: 100%;
    border: 2px dashed #12aecf;
}

.book-footer-menu i {
    padding-right: 5px;
}

.book-footer-menu a {
    color: #000;
    transition: all 0.5s;
}
.book-footer-menu a:hover {
    transform: translateX(10px);
}

.book-footer .f-logo {
    width: 70%;
    margin: auto;
}

.book-footer .footer p {
    margin: 25px 0px 14px;
    text-align: center;
}

.book-footer .social-link {
    justify-content: center;
    margin-top: 20px;
}

.book-footer .footer-bottom a {
    color: #00155f;
}

.book-footer .s-tag {
    color: #000;
}

.book-banner .banner-arrow {
    /* background: rgb(255 113 59); */
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    background-color: #12AECF;
}

.book-banner .banner {
    position: relative;
}
.bb-teddy {
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 8%;
}

.bb-teddy2 {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 12%;
}

.bb-teddy3 {
    position: absolute;
    bottom: 2%;
    left: 30%;
    width: 10%;
}

.bb-teddy4 {

    position: absolute;
    top: 15%;
    left: 15%;
    width: 8%;

}
.bb-teddy5 {
    position: absolute;
    top: 0;
    right: 30%;
    width: 10%;
}

.bookexpo-title {
    text-align: center;
    margin-bottom: 40px;
}

.bookexpo-title h2 {
    font-size: 35px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding: 5px 0;
}

.bookexpo-title h2::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 6%;
    width: 40%;
    height: 4px;
    /* border: 2px solid #1255A5; */
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    background-color: #12AECF;
    border-radius: 10px;
}

.bookexpo-title h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 6%;
    width: 40%;
    height: 4px;
    /* border: 2px solid #1255A5; */
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    background-color: #12AECF;
    border-radius: 10px;
}

.bh-teddy {
    position: absolute;
    top: 5%;
    left: 2%;
    width: 8%;
    animation: teddy-jump 1s infinite alternate;
}

@keyframes teddy-jump {
    from {
        transform: translateY(20px);
    }
    to {
        transform: translateY(40px);
    }
}

@keyframes shake-teddy {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 100% 50%;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}


.bh-teddy1 {
    position: absolute;
    top: 25%;
    right: 1%;
    width: 8%;
    animation: shake-teddy 4s infinite alternate;
}

.latest-book-box {
    border-radius: 8px;
    /* box-shadow: 10px 10px 0px #cfcfcf; */
    position: relative;
    /* padding: 8px; */
    border: 1px solid lightgray;
    margin-bottom: 100px;
}

.latest-book-img {
    height: 450px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.latest-book-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
    transition: all 1s;
    transform: scale(1.02);
}

.latest-book-info {
   
    padding: 20px 15px;
    border-radius: 8px;
    border-bottom: 3px solid #6385BB;
    width: 85%;
    box-shadow: 0px 5px 10px lightgray;
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: -10%;
    background: white;
    transform: translateX(-50%);
    transition: all 0.5s;
}

.latest-book-info h4 a{
    text-transform: capitalize;
    font-size: 18px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-weight: 600;
    display: block;

}
.latest-book-info h6 {
    font-size: 16px;
}
.latest-book-info h6 i {
    color: #f64e6d;
    padding-right: 10px;
}

.latest-book-box:hover .latest-book-img img {
    transform: scale(1);
}

.b-cat {
    /*position: absolute;*/
    top: 10%;
    transition: all 1s;
}


.category {
    position: relative;
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    /*background-color: #5892be;*/
    /*padding: 14px 24px;*/
    color: #000;
}
.category i {
    color:#f64e6d;
    font-size: 20px;
    padding-right: 8px;
    vertical-align: middle;
}

.category a {
    color: #000;
    text-transform: capitalize;
}
.category a:hover {
    color: #12265a;
}

/*.category::after {*/
    
/*    width: 15px;*/
/*    height: 100%;*/
/*    color: #5892be;*/
/*    position: absolute;*/
/*    right: -30px;*/
/*    top: 0px;*/
/*    z-index: 1;*/
/*    content: "";*/
/*    border: 26px solid;*/
/*    border-right: 20px solid rgba(0,0,0,0);*/
/*}*/


.latest-book-box:hover .latest-book-info {
    bottom: -10%;
}

.latestbook-slider .latest-book-box {
    margin-right: 15px;
    margin-bottom: 70px;
}

.latestbook-slider .next-arrow6 {
    position: absolute;
    right: -5%;
    top: 40%;
    transform: translateY(-50%);
}

.latestbook-slider .prev-arrow6 {
    position: absolute;
    left: -5%;
    top: 40%;
    transform: translateY(-50%);
}

.home-shape {
    position: absolute;
    bottom: 5%;
    right: 2%;
    animation: teddy-rotate 25s infinite;
    opacity: 0.8;
}

.book-home-events {
    padding: 50px 0;
    position: relative;
}

.book-home-events .event-detail {
    padding: 15px 20px;
}

.book-home-events .event-detail h3 {
    font-weight: 600;
    line-height: 25px;
    margin: 10px 0px;
    text-transform: capitalize;
    text-align: center;
}

.bhe-teddy {
    position: absolute;
    top: 10%;
    left: 2%;
    width: 8%;
}

.bhe-teddy1 {
    position: absolute;
    top: 30%;
    right: 2%;
    width: 8%;
}

.book-home-events .img_1 img {
    height: 250px;
    border-radius: 7px;
    transition: all .5s;
    width: 100%;
}

.book-home-events .ev-calender {
    background: #12aecf;
}

.book-home-events .ev-calender:after {
    border-top: 15px solid #12aecf;
}
.home-shape2 {
    position: absolute;
    top: 30%;
    left: 2%;
    animation: teddy-jump 2s infinite alternate;
}

/*............................. Book expo page css ............................. */

.book-expo {

    padding: 50px 0;
    position: relative;
}

/* .book-breadscrumb.breadscrumb-section {
    position: relative;
    overflow: hidden;
    background: url(../image/book-breadscum.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
} */


.bookexpo-input {
    margin-bottom: 8px;
    position: relative;
}

.bookexpo-input input{
    /* text-transform: capitalize; */
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid lightgray;
    padding: 12px;
    margin-bottom: 10px;

}

.bookexpo-input select{
    /* text-transform: capitalize; */
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid lightgray;
    padding: 12px;
    margin-bottom: 10px;
}

.bookexpo-input textarea{
    /* text-transform: capitalize; */
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid lightgray;
    padding: 12px;
    margin-bottom: 10px;
}

.bookexpo-input label {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
}

.bookexpo-btn button {
    
    text-transform: capitalize;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    padding: 0 12px;
    border: 1px solid transparent;
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    /*background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101));*/
    background-color: #5892be;
    color: #fff;
    transition: all 0.5s;
}

.bookexpo-btn button:hover {
    background-image: none;
    border: 1px solid #5892be;

    color: #000;
    background: transparent;
}

.bookexpo-input input:focus {
    /* border: 1px solid rgb(252,78,101); */
    border: 1px solid #5892be;
}
.bookexpo-input select:focus {
    /* border: 1px solid rgb(252,78,101); */
    border: 1px solid #5892be;
}
.bookexpo-input textarea:focus {
    /* border: 1px solid rgb(252,78,101); */
    border: 1px solid #5892be;
}

.expo-form {
    margin-bottom: 40px;
}

.books-listing {
    padding: 10px 0 0;
}

.be-teddy {

    position: absolute;
    top: 8%;
    left: 3%;
    width: 8%;
    animation: wobble-bteddy 3s infinite alternate;
}

@keyframes wobble-bteddy {
	0%,
	100% {
		transform: translateX(0%);
		transform-origin: 50% 50%;
	}

	15% {
		transform: translateX(-30px) rotate(-6deg);
	}

	30% {
		transform: translateX(15px) rotate(6deg);
	}

	45% {
		transform: translateX(-15px) rotate(-3.6deg);
	}

	60% {
		transform: translateX(9px) rotate(2.4deg);
	}

	75% {
		transform: translateX(-6px) rotate(-1.2deg);
	}
}


.be-teddy1 {
    position: absolute;
    top: -5px;
    right: 2%;
    width: 8%;
}

.be-teddy2 {
    position: absolute;
    bottom: 10%;
    left: 2%;
    width: 5%;
    animation: move-bteddy 3s infinite alternate;
}

@keyframes move-bteddy {
    from {
        transform: translateX(0px);
    }
    to {
        transform: translateX(40px);
    }
}

.be-teddy3 {
    position: absolute;
    bottom: 20%;
    right: 2%;
    width: 10%;
    animation: teddy-jump 2s infinite alternate;
}

.bl-teddy {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 8%;
}

.bl-teddy1 {
    position: absolute;
    top: 40%;
    right: 3%;
    animation: zoom-teddy 2s infinite alternate;

}

@keyframes zoom-teddy {
    form {
        transform: scale(1.0);
    }
    to {
        transform: scale(1.3);
    }
}


/* .............................Book detail page css ................................. */

.book-detail-section {

    padding: 50px 0;
    position: relative;
}

.book-detail-shape {
    position: absolute;
    bottom: 20%;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}
.book-dshape {
    position: absolute;
    top: 15%;
    right: 2%;
    animation: teddy-rotate 28s infinite;
}

.book-dshape1 {
    position: absolute;
    bottom: 0;
    right: 2%;
    animation: teddy-jump 2s infinite alternate;
}

.bookdetail-img {
    width: 90%;
    margin: auto;
}

.bookdetail-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.book-title h1 {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 700;
    position: relative;
}

.share-book {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.review i {
    color: #5892be;
    font-size: 18px;
    padding-right: 3px;
}

.review span {
    font-size: 18px;
    vertical-align: middle;
}

.book-social a {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 100%;
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    /*background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101));*/
    background-color: #fff;
    box-shadow: 6px 5px 16px 0 rgb(0 0 0 / 15%);
    margin-right: 5px;
    transition: 0.5s all;
}

.book-social a:hover {
    transform: translateY(-10px);
}

.book-social a>i {
    color: #5892be;
    font-size: 17px;
    line-height: 35px;
}

.book-about {
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
    display: none;
}

.book-about li {
    padding-right: 55px;
}
.book-about li:last-child {
    padding-right: 0;
}

.book-author span {
    color: #aaa;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.book-author h6 {
    font-size: 20px;
    text-transform: capitalize;
}

.book-desc p {
    padding-bottom: 20px;
    font-size: 17px;
}

.book-download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.vote-btn {
    margin-bottom: 20px;
}
.vote-btn i {
    color: #5892be;
    font-size: 18px;
    padding-right: 3px;
}
.vote-btn a {
    color:#000;
    font-size: 18px;
    vertical-align: middle;
    
}

.vote-btn a:hover {
    color:#000;
}


.price {
    padding-right: 20px;
    margin-bottom: 15px;
}
.price span {
    font-size: 20px;
    text-transform: capitalize;
    padding-right: 4px;
}
.price h5 {
    font-size: 28px;
    color: #ff7736;
    display: inline-block;
}

.book-download .bookexpo-btn button {
    padding: 12px 35px;
}
.book-download .bookexpo-btn button i {
    padding-left: 10px;
}

.buy-alert {
    
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    background-color: #cff4fc;
}
.buy-alert a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.buy-alert a:hover {
    color: #000;
}

.related-book {

    padding: 0 0 50px;
    position: relative;
}

.bd-teddy {
    position: absolute;
    top: 5%;
    left: 1%;
    width: 9%;
    animation: move-bteddy 2s infinite alternate;
}

.bd-teddy2 {
    position: absolute;
    bottom: 0;
    left: 2%;
    width: 8%;
}
.bd-teddy3 {
    position: absolute;
    top: 50%;
    right: 2%;
    width: 8%;
    animation: teddy-jump 2s infinite alternate;
}

.bd-teddy4 {
    position: absolute;
    top: 0;
    right: 2%;
    width: 8%;
}

.rb-teddy {
    position: absolute;
    bottom: 0;
    left: 2%;
    width: 8%;
}

.rb-teddy2 {
    position: absolute;
    top: 0;
    right: 2%;
    width: 8%;
    animation: wobble-bteddy 2s infinite alternate;
}


.relatedbook-slider  .latest-book-box {
    margin-right:10px;
    margin-bottom: 80px;
}

.relatedbook-slider .next-arrow6 {
    position: absolute;
    right: -5%;
    top: 40%;
    transform: translateY(-50%);
}

.relatedbook-slider .prev-arrow6 {
    position: absolute;
    left: -5%;
    top: 40%;
    transform: translateY(-50%);
}


.book-buy-opt {
    display: flex;
    align-items: center;
    /* margin: 15px 0 30px; */
}
.book-buy-opt .bookexpo-btn {
    margin-right: 30px;
}
.book-buy-opt .bookexpo-btn:last-child {
    margin-right: 0;
}
.book-buy-opt .bookexpo-btn button {

    padding: 12px 20px ;

}

.book-buy-opt .bookexpo-btn button i {
    padding-right: 8px ;
    padding-left: 0 ;
    vertical-align: middle;
    font-size: 22px;
}

.book-main-info {
    margin-top: 50px;
}
.book-main-info .table tr td {
    padding: 15px 20px;
}
.book-main-info  .table tr th {
    padding: 15px 20px;
    width: 350px;
}
.book-info-table {
    background-color:#fff;
}
.book-main-info h4 {
    position: relative;
    margin-bottom: 25px;
    font-size: 30px;
}

.book-main-info>h4::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 100px;
    background-image: linear-gradient( to left, rgb(191 74 166 / 10%), #5892be);
    border-radius: 10px;
}

.book-info-table th {
    font-size: 20px;
    text-transform: capitalize;
}
.book-info-table td {
    font-size: 19px;
    text-transform: capitalize;
}

.book-author-list {
    display: flex;
    align-items: center;
}
.book-author-list li {
    margin-right: 10px;
}

.book-author-list li::after {
    content: " ,";
}

.book-author-list li:last-child::after {
    content: "";
}


/* ...............................Gallery book page css ..................................... */


.book-gallery {

    padding: 50px 0;
    position: relative;
}
.gallery-shape1 {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 2%;
    animation: teddy-rotate 28s infinite;
}
.gallery-listing {
    padding: 10px 0 0;
}

.gallery-box {
    padding: 10px;
    /* border: 2px solid #ff7736; */
    border-radius: 20px 0 20px 0;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s;
    box-shadow: 0px 2px 20px #e3e3e3;
    background: #fff;
}

.gallery-box:hover {
    border-radius: 0 20px 0 20px;
    margin-top: -8px;
}

.bookgallery-img {
    overflow: hidden;
    border-radius: 20px 0 20px 0;
    transition: all 0.5s;
}

.gallery-box:hover .bookgallery-img {
    border-radius: 0 20px 0 20px
}

.bookgallery-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 1s;
    border-radius: 20px 0 20px 0;
}

.gallery-box:hover .bookgallery-img img {
    transform:scale(1.3) rotate(5deg);
    border-radius: 0 20px 0 20px
}

.gallery-title {
    text-align: center;
    padding: 10px;
}
.gallery-title h4 {
    text-transform: capitalize;
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 600;
}
.gallery-title h4 a {
    color: #000;
}

.bg-teddy {
    position: absolute;
    top: 20%;
    left: 2%;
    width: 8%;
    animation: teddy-jump 2s infinite alternate;
}

.bg-teddy1 {
    position: absolute;
    top: 8%;
    right: 2%;
    width: 5%;
    animation: teddy-rotate 12s infinite alternate;
}

.gallery-shape {
    position: absolute;
    top: 20%;
    left: 2%;
    animation: teddy-jump 2s infinite alternate;
}

@keyframes teddy-rotate {
    form {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.bg-teddy2 {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 8%;
    animation: move-bteddy 2s infinite alternate;
}

.bg-teddy3 {
    position: absolute;
    top: 50%;
    right: 2%;
    width: 5%;
    animation: wobble-bteddy 5s infinite alternate;
}

.bg-teddy4 {
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 12%;
    transform: rotateY(180deg);
}


/* ...........................Gallery detail book expo page css .................................... */

.book-gallerydetail {
    padding: 50px 0;
    position: relative;
}

.book-gallerydetail::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../image/book-shape3.png);
    background-repeat: no-repeat;
    background-position: right center;
    z-index: -1;
    opacity: 0.7;
    height: 100%;
    width: 100%;
}

.gallery-detail-box {
    margin-bottom: 30px;
    box-shadow: 10px 10px 0 lightgray;
    border-radius: 8px;
}

.gd-img {
    overflow: hidden;
    border-radius: 8px;
}

.gd-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    transition: all 0.5s;
}

.gallery-detail-box:hover .gd-img img {
    transform: scale(1.3) rotate(5deg);
}

.bgd-teddy {
    position: absolute;
    top: 25%;
    right: 2%;
    width: 8%;
    animation: teddy-jump 1s infinite alternate;
}
.bgd-teddy1 {
    position: absolute;
    top: 10%;
    left: 5%;
    animation: zoom-teddy 2s infinite alternate;
}

.bgd-teddy2 {
    position: absolute;
    bottom: 5%;
    left: 2%;
    width: 10%;
    transform: rotateY(180deg);
}

.bgd-teddy3 {
    position: absolute;
    bottom: 20%;
    right: 2%;
    width: 8%;
    animation: shake-teddy 3s infinite alternate;
}

.bgd-teddy4 {
    position: absolute;
    top: 40%;
    left: 2%;
    width: 7%;
}


/* ..................................Sponsors book expo page css ............................... */

.book-sponsors {

    padding: 50px 0;
    position: relative;
}

.book-sponsors .bookexpo-title {
    margin-bottom: 75px;
}

.book-sponsors-box {
    margin-bottom: 80px;
    padding: 20px 30px;
    /*background-color: rgb(244 244 244 / 70%);*/
    background-color: #f7f7f7;
}

.sponsors-title {
    text-align: center;
    margin: -50px auto 30px;
}
.sponsors-title h2 {
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    margin-bottom: 0;
    padding: 12px 100px;
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    background-color: #5892be;
    display: inline-block;
}


.book-sponsors-box .Plati-first {
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    position: relative;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
}

.sponsor-section .Plati-first a {
    text-transform: capitalize;
    font-size: 20px;
}

.book-sponsors-box .pla-logo {
    padding: 30px 0;
}
.book-sponsors-box:last-child {
    margin-bottom: 0;
}

.bs-teddy {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 8%;
}

.bs-teddy1 {
    position: absolute;
    top: 5%;
    right: 3%;
    width: 8%;
    animation: move-bteddy 2s infinite alternate;
}

.bs-teddy2 {
    position: absolute;
    top: 8%;
    left: 2%;
}

.sp-shape {
    position: absolute;
    top: 20%;
    left: 2%;
    animation: teddy-jump 2s infinite alternate;
    opacity: 0.5;
    z-index: -1;
}
.sp-shape1 {
    position: absolute;
    bottom: 20%;
    right: 2%;
    animation: teddy-rotate 28s infinite;
    opacity: 0.5;
}

.sp-shape2 {
    position: absolute;
    right: 0;
    top: 30%;
    opacity: 0.2;
    z-index: -1;
}

/* ...................................Events Book expo page css ...................................... */

.book-events {

    padding: 50px 0;
    position: relative;
}

.eb-teddy {
    position: absolute;
    top: 8%;
    left: 5%;
    animation: wobble-bteddy 3s infinite alternate;
}

.eb-teddy1 {
    position: absolute;
    top: 20%;
    right: 2%;
    width: 8%;
    animation: plane-bteddy 2s infinite alternate;
}

@keyframes plane-bteddy {
    from {
        transform: translateY(40px) translateX(-40px);
    }
    to {
        transform: translateY(10px) translateX(-10px);
    }
}

.eb-teddy2 {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 10%;
    animation: move-bteddy 2s infinite alternate;
}

.eb-teddy3 {
    position: absolute;
    bottom: 4%;
    right: 2%;
    width: 8%;
    animation: teddy-jump 2s infinite alternate;
}

.event-shape {
    position: absolute;
    bottom: 20%;
    right: 0;
}
.event-shape1 {
    position: absolute;
    top: 20%;
    left: 2%;
    animation: teddy-rotate 28s infinite;
    opacity: 0.8;
}

/*............................. Event detail book expo page css ............................. */

.book-event-detail {
    padding: 50px 0;
    position: relative;
}

.book-event-img {
    height: 500px;
    width: 100%;
    position: relative;
    padding: 18px;
}

.book-event-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
    border-left: 5px solid #12AECF;
    border-top: 5px solid #5892be;
}

.book-event-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 50%;
    border-right: 5px solid #12AECF;
    border-bottom: 5px solid #5892be;
}

.book-event-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.book-event-desc {
    margin: 20px 0;
    padding: 8px 15px;
}
.book-event-desc p {
    font-size: 17px;
    padding-bottom: 18px;
    text-align: justify;
}

.book-event-schedule {
    border-bottom: 2px solid #6385BB;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 30px;
}
.events-time {
    margin: 15px 0;
}
.events-time .event-dates {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e3e3e3;
}
.events-time .event-dates:last-child{
    border-bottom: 1px dashed transparent;
    margin-bottom: 5px;
}

.event-dates h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.events-time .event-dates h5 i {
    padding-right: 8px;
    color: #f64e6d;
}

.book-event-schedule h3 {
    border-bottom: 2px solid lightgray;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.book-event-schedule h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 50%;
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    background-color: #6385BB;
}
.book-event-schedule .event-map h5 {
    font-weight: 800;
}
.book-event-schedule .event-map h5 i {
    color: #f64e6d;
    vertical-align: middle;
    padding-right: 8px;
}
.book-event-schedule .event-map iframe {
    margin-top: 15px;
}

.bed-teddy {
    position: absolute;
    top: 15%;
    left: 2%;
    width: 8%;
    animation: teddy-jump 2s infinite alternate;
}

.bed-teddy1 {
    position: absolute;
    top: 2%;
    right: 1%;
    width: 5%;
    animation: teddy-rotate 5s infinite;
}

.bed-teddy2 {
    position: absolute;
    bottom: 5%;
    right: 3%;
    width: 8%;
    animation: plane-bteddy 2s infinite alternate;
}

.bed-teddy3 {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 5%;
    animation: shake-teddy 3s infinite;
}
.bed-teddy4 {
    position: absolute;
    bottom: 20%;
    left: 2%;
    width: 8%;
    animation: move-bteddy 3s infinite alternate;
}

.book-event-ticket .bookexpo-btn {
    width: 25%;
    margin-left: auto;
}


/*......................... Contact bookexpo page css ............................... */

.book-contact {
    padding: 50px 0;
    position: relative;
}

.expo-contactus {
    justify-content: center;
}

.book-contact-shape {
    position: absolute;
    right: 0;
    top: 50%;
    width: 20%;
    transform: translateY(-50%);
    z-index: -1;
}

.book-contact-shape1 {
    position: absolute;
    top: 30%;
    left: 2%;
    z-index: -1;
    opacity: 0.8;
    animation: teddy-jump 2s infinite alternate;
}

.expo-contactus .expo-form {
    /* margin-bottom: 50px; */
    background: #f9f9f9;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 2px 10px #e1e1e1;
}


/*...................team-detail page css................*/

.bg-book-team{
    padding:50px 0px;
    position: relative;
}

.book-team-listing{
    position: relative;
    transition:all 0.5s ease;
}

.book-team-img{
    position: relative;    
}
.book-team-img:after{
    content:"";
    position: absolute;
    top:0%;
    left: 0%;
    width:100%;
    height:100%;
    background-image:linear-gradient(to left, rgb(255 79 88 / 10%) 100%, #ffb40000);
    z-index:-1;
}
/* .bg-book-team{
    padding:100px 0px;
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
} */


.book-team-name{
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 1;
    background: white;
    width:85%;
    overflow:hidden;
    height:80px;
    margin: -50px auto auto auto;
    position: relative;
}
.book-team-name h4 a{
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    display: block;
    color: black;
}
.book-team-icon a{
    display: block;
    font-size: 24px;
    margin: 0px 20px;
    color:black;
}
.book-team-name h4{
    margin-bottom:0px;
    transition:all 0.5s ease;
}
.book-team-icon{
    display: flex;
    justify-content:center;
    margin-top: 14px;
    opacity:0;
    transition:all 0.5s ease;
}
.book-team-icon a:hover{
    /* background-image:linear-gradient(to left, #ff4f58 30%, #ffb400); */
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    background-color: #5892be;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.book-team-listing:hover .book-team-name h4{
    margin-top:-38px;
    opacity:0;
}
.book-team-listing:hover .book-team-icon{
    opacity:1;
}
.book-team-name:before{
    position: absolute;
    content:"";
    width:0%;
    height:1px;
    background-color:#6385BB;
    left:0%;
    bottom:0%;
    transition:all 0.5s ease;
    right: 0;
    bottom: 0;
    
}
.book-team-listing:hover .book-team-name:before{
    width: 100%;
    left: 0;
    right: auto;
}

.team-shape {
    position: absolute;
    top: 20%;
    left: 2%;
    animation: teddy-jump 2s infinite alternate;
}
.team-shape1 {
    position: absolute;
    bottom: 20%;
    right: 2%;
    animation: teddy-rotate 28s infinite;
}

/* ..........................Login book expo page css .............................. */

.book-login {
    padding: 50px 0;
    position: relative;
}

.login-shape2 {
    position: absolute;
    bottom: 20%;
    right: 0;
    z-index: -1;
}
.login-shape1 {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: rotateY(180deg) translateY(-50%);
    width: 18%;
    z-index: -1;
}

.login-shape {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 5%;
    animation: teddy-rotate 20s infinite;
    z-index: -1;
}

.bookexpo-input span{
    position: absolute;
    right: 5%;
    top: 60%;
    transform: translateY(-50%);
    color: #f64e6d;
}

.expo-login-form .ac-link {
    text-align: center;
    margin-top: 30px;
}

.expo-login-form>.row {
    justify-content: center;
    align-items: center;
}

.expo-login-form .bookexpo-btn {
    margin-bottom: 20px;
}

.expo-login-img {
    height: 100%;
    width: 100%;
}

.expo-login-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.expo-login-form .expo-form {
    margin-bottom: 10px;
    padding: 25px 40px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fff;
}

.expo-login-form .expo-form .row {
    justify-content: center;
}


/* ........................Register book expo page css .......................... */

.book-register {
    padding: 50px 0;
    position: relative;
}

.bg-register-shape {
   
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
    opacity: 0.2;
}

.expo-register>.row {
    justify-content: center;
}

.expo-register .login-information .bookexpo-title {
    margin: 30px 0;
}


.expo-register .bookexpo-btn {
    margin: 30px 0;
}

.book-login-img {

    margin-bottom: 20px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}



/*...............team-detail page css................*/

.bg-team-detail{
    padding:50px 0px;
    position: relative;
}
.book-team-detail-box:after{
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgb(255 79 88 / 10%) 100%, #ffb40000);
    z-index: -1;
    border-radius:12px;
}

.book-team-detail-box{
    position: relative;
}
.book-shape{
    position: absolute;
    right: 0;
    top: -35px;
    z-index: 0;
    display:none;
}
.book-team-detail h6{
    text-transform:capitalize;
    font-size:20px;
    font-weight:600;
}

.book-team-detail h2{
    text-transform: capitalize;
    font-size: 44px;
    font-weight: 800;
}
.book-team-detail {
    padding-left: 40px;
}
.team-detail-icon{
    flex-wrap:wrap;
    display: flex;
}
.team-inner-icon{
    display: flex;
    width: 50%;
    margin: 18px 0px;
}
.team-inner-icon span{
    display: block;
}
.team-inner-icon span i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #e8eefc;
    border-radius: 50%;
    background: white;
    color: #f64e6d;
    font-size: 18px;
}
.team-email h5{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: grey;
    margin-bottom: 0px;
}
.team-email a{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
    display: block;
    color: black;
}
.team-email a:hover{
    color:black;
}
.team-email h4{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
    display: block;
    color: black;
}
.team-member-info {
    margin:20px 0px;
}
.team-member-info p{
    font-size:17px;
    font-weight:500;
    text-align:justify;
    line-height:1.8;
}
.book-team-detail .book-team-icon a{
    border-radius: 50px;
    box-shadow: 6px 5px 16px 0 rgb(0 0 0 / 15%);
    background: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: black;
    margin: 0px 10px;
}

.book-team-detail .book-team-icon a:hover{
    /* background-image: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    background-color: #5892be;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


.follow-icon{
    display: flex;
    align-items:center;
}
.follow-icon h4{
    text-transform: capitalize;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-right: 20px;
    margin-bottom: 0px;
}
.book-team-detail .book-team-icon{
    display: flex;
    align-items: center;
    opacity: 1;
    margin-top: 0px;
    justify-content: unset;
}

.book-team-detail-img{
    overflow:hidden;
}

.book-team-detail-img img{
    transition:all 0.5s ease;
}
.book-team-detail-img img:hover{
    transform:scale(1.05);
}

.team-detail-shape {
    position: absolute;
    top: 20%;
    right: 2%;
    animation: teddy-rotate 28s infinite;
    opacity: 0.5;
}

.team-detail-shape1 {
    position: absolute;
    bottom: 20%;
    left: 2%;
    animation: teddy-jump 2s infinite alternate;
}

/*................................ Media pass book expo page css ..................................... */

.book-mediapass {
    padding: 50px 0;
    position: relative;
}

.login-info {
    padding-top: 70px;
}

.login-info .bookexpo-btn {
    margin: 30px 0;
}

.book-media-form  {
    position: relative;
}

.book-form-shape {
    position: absolute;
    top: 0%;
    left: 20%;
    width: 15%;
    margin: 30px auto;
    animation: teddy-jump 3s infinite alternate;
}

.book-media-form .book-label {
    margin-bottom: 10px;
}

.book-form-shape1 {
    position: absolute;
    top: 55%;
    left: 5%;
    width: 10%;
    animation: teddy-rotate 20s infinite;
}

.book-form-shape2 {
    position: absolute;
    top: 5%;
    left: 2%;
    animation: teddy-jump 5s infinite alternate;
}

.book-form-shape3 {
    position: absolute;
    top: 3%;
    right: 2%;
    animation: teddy-rotate 25s infinite alternate;
}

.book-media-form .book-login-img {
    width: 90%;
    margin-right: auto;
    margin-left: 0;
}

.book-media-form .login-info .book-login-img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}


.book-media-form .form-check {
    margin-bottom: 10px;
}

.form-check-input:focus {
    box-shadow: none !important;
}


/* .......................author book expo page css ....................... */

.book-author-img{
    position: relative;
}
.book-author-img{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.book-author-name{
    position: relative;
    padding-top:10px;
    text-align: center;
}
.book-author-name h3{
    text-transform: capitalize;
    font-size: 24px;
    font-weight:700;
    color:black;
}
.book-author-name h5{
    position: relative;
    color: #707070;
    font-size: 16px;
    margin-top: 6px;
    text-transform:capitalize;
    font-weight:600;
}

.bg-layer{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90%;
    height: 79%;
    z-index: -1;
    border-radius: 50%;
    display: inline-block;
    content: "";
    background-color:#5892be;
    /* background-image: linear-gradient( to top, rgb(191 74 166) -20%, rgb(252,78,101)); */
}
.bg-author{
    padding:50px 0px;
    position: relative;
}
.book-author:hover .book-author-name h3{
    color:#5892be;
}
.book-author-shape{
    width: 4%;
    position: absolute;
    top: 8%;
    left: 5%;
    animation:down 2s linear infinite;
    z-index: -1;
}
@keyframes down{
    0%,100%{
        transform:translateY(0%);
    }
    50%{
        transform:translateY(15%);
    }
}
.book-author-sqaure{
    width:3%;
    position: absolute;
    bottom: 8%;
    right: 5%;
    animation:down 2s linear infinite;
}


/*.......................... Blog book expo page css ........................... */

.book-blog {
    padding: 50px 0;
    position: relative;
}

.blog-list {
    position: relative;
    background-color: #fff;
    box-shadow: 0 16px 88px rgba(0,0,0,.08);
    margin-bottom: 30px;
    border-radius: 5px;
}

.media-release-blogs .row>.col-lg-6 {

    display: flex;
}

.blog-list:hover {
    cursor: pointer;
}

.blog-img {

    height: 350px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.blog-img img {

    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-list:hover .blog-img img{
    transform: scale(1.2);
}

.blog-desc {
    padding: 40px 24px 30px;
    position: relative;
}

.blog-desc h6 {
    /* font-size: 16px; */
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 17px;
    border-bottom: 1px solid #e7e7e7;
}
.blog-desc h6 a {
    color: #000;
    display: -webkit-box;
    max-width: 100%;
    /* height: 55px; */
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
}

.blog-tag {

    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    position: absolute;
    left: 24px;
    top: -25px;
    background:rgb(252 233 212);
    display: block;
    padding: 12px 20px;
    transition: all 0.5s;
    
}
.blog-tag a {
    color: #000;
}
.blog-list:hover .blog-tag a {
    color: #fff;
}
.blog-list:hover .blog-tag{
    background-color: #5892be;
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    color: #fff;
    top: -30px;
}

.blog-date {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-bottom: 12px;
}

.blog-date span {
    font-size: 14px;
    font-weight: 500;
}

.blog-date i {
    color: #f64e6d;
    padding-right: 5px;
}


.blog-desc p {
    text-align: justify;
    letter-spacing : unset !important;
}

.read-btn a{
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.blog-list:hover .read-btn a {
    /* color:  #f64e6d; */
}

.read-btn a>i {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    color: white;
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    background-color: #5892be;
}


.news-search {
    box-shadow: 0 0 45px rgba(0,0,0,.08);
    border-radius: 5px;
    padding: 35px 30px 40px;
    background-color: #ffff;
    margin-bottom: 50px;
}

.news-search .bookexpo-title {
    text-align: left;
    margin-bottom: 20px;
}

.news-search .bookexpo-title h2::after {
    display: none;
}
.news-search .bookexpo-title h2::before {
    width: 50%;
}

.news-search .bookexpo-title h2 {
    
    font-size: 26px;
}

.news-search form .bookexpo-input {
    position: relative;
}

.news-search form button {
    border: none;
    background: transparent;
    font-size: 18px;
    padding: 0;
    color:  #f64e6d;
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 45%;
    transform: translateY(-50%);
}

.book-blog .recent-blog {
    box-shadow: 0 0 45px rgba(0,0,0,.08);
    
    border-radius: 5px;
    padding: 35px 30px 40px;
    background-color: #ffff;
}

.rb-title {
    margin-left: 16px;
}
.rb-title h4 a {
    margin-top: 12px;
    color: #000;
    display: -webkit-box;
    max-width: 100%;
    width: 200px;
    font-size: 16px;
    /* line-height: 1.5; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
}

.recent-blog .blog-date {

    justify-content: flex-start;
    column-gap: 10px;
    row-gap:5px;
}

.blog-data p {
    text-align: justify;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
}

.blog-data strong {
    font-size: 20px;
    margin-top: 12px;
    display: block;
}

.blog-data h4 {
    
    text-transform: capitalize;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

.blog-data h5 {
    
    text-transform: capitalize;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 15px;
}

.recent-blog {
    padding: 15px;
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    background-color: #ffff;
    border-radius: 5px;
    margin-bottom: 40px;
}

.recent-blog .bookexpo-title {
    text-align: left;
    margin-bottom: 20px;
}
.recent-blog .bookexpo-title h2 {
    font-size: 25px;
}

.recent-blog .bookexpo-title h2::after {
    display: none;
}

.recent-blog .bookexpo-title h2::before {
    width: 50%;
}

.recent-blog-list {

    display: flex;
    padding: 10px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.recent-blog-list:last-child {
    border-bottom: 1px solid transparent;
}

.rb-title a {
    color: #000;
}
.rb-title a:hover {
    color: #000;
}


.rb-img {
    height: 100px;
    width: 85px;
    border-radius: 5px;
}

.rb-img img {

    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.recent-blog-list:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    border-bottom: 1px solid transparent;
}

.blog-shape {
    position: absolute;
    top: 10%;
    right: 2%;
    animation: teddy-rotate 15s infinite;
}

.blog-shape1 {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 5%;
    animation: teddy-jump 2s infinite alternate;
}



/*................................ blog detail book expo page css ............................................. */

.book-blogdetail {
    padding: 50px 0;
    position: relative;
}
.blog-detail {
    border-radius: 6px;
    position: relative;
}

.bd-img {
    height: 450px;
    width: 100%;
}

.bd-img img {

    height: 100%;
    width: 100%;
    object-fit: cover;
}

.book-blogdetail .blog-detail .blog-date {

    margin-top:15px;
    justify-content: flex-start;
    gap: 15px;
}
.most-view-blog {
    
    background-color: #ffff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
}

.most-view-blog .bookexpo-title {
    text-align: left;
}
.most-view-blog .bookexpo-title h2 {
    font-size: 25px;
}
.most-view-blog .bookexpo-title h2::after {
    display: none;
}
.most-view-blog .bookexpo-title h2::before {
    width: 50%;
}

.most-view-blog .recent-blog-list .blog-date {
    justify-content: flex-start;
    gap: 10px;
}


.book-media-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 8px;
}

.copy-btn {
    background-color: transparent;
    padding: 14px 12px;
    border-radius: 4px;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: 1px solid #5892be;
    color: #000;
    transition: 0.5s all;
}
.copy-btn:hover {

    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    background-color: #5892be;
    border: 1px solid transparent;
}
.copy-btn a {
    color: #000;
}
.copy-btn:hover a{
    color: #fff;
}

.book-download-btn  {
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    background-color: #5892be;
    padding: 14px 30px;
    border-radius: 4px;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: 1px solid transparent;
    color: #ffffff;
}
.book-download-btn:hover {
    background: transparent;
    border: 1px solid #5892be;
}
.book-download-btn a {
    color: #fff;
}
.book-download-btn:hover a{
    color: #000;
}

.book-download-btn i {
    margin-left: 8px;
}
.copy-btn i {
    margin-left: 8px;
}

.media-title {
    position: relative;
    margin-left: 10px;
}
.media-title::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #f64e6d;
}

.blogdetail-shape {
    position: absolute;
    top: 50%;
    right: 2%;
    width: 5%;
    animation: teddy-rotate 15s infinite;
}

.blogdetail-shape1 {
    position: absolute;
    top: 5%;
    left: 2%;
    animation: teddy-jump 2s infinite alternate;
}


/*.........................book-author-detail page css.....................*/


/*.bg-book-author-detail{*/
/*    padding:100px 0px;*/
/*}*/
/*.book-author-detail-img{*/
/*    position: relative;*/
/*    width: 80%;*/
/*    margin: auto;*/
/*}*/
/*.book-author-detail-img img{*/
/*    border-radius:80px 0px 0px 0px;*/
/*}*/

/*.author-shape{*/
/*    position: absolute;*/
/*}*/
/*.author-detail-main{*/
/*    position: relative;*/
/*}*/
/*.author-shape{*/
/*    position: absolute;*/
/*    top: -10%;*/
/*    right: 0%;*/
/*    z-index: -1;*/
/*}*/
/*.inner-author span{*/
/*    display: block;*/
/*    text-transform:unset;*/
/*    font-size: 24px;*/
/*    font-weight: 600;*/
/*    margin-bottom:6px;*/
/*}*/
/*.inner-author h2{*/
/*    text-transform: capitalize;*/
/*    font-size: 40px;*/
/*    font-weight: 800;*/
/*}*/
/*.inner-author h6{*/
/*    text-transform: capitalize;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    color: grey;*/
/*}*/
/*.about-author-info{*/
/*    padding-left:50px;*/
/*}*/
/*.author-para{*/
/*    margin:20px 0px!important;*/
/*}*/
/*.author-para p{*/
/*    font-size: 17px;*/
/*    font-weight: 500;*/
/*    line-height: 1.7;*/
/*}*/
/*.author-contact-title h5{*/
/*    text-transform: capitalize;*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 0px;*/
/*    position: relative;*/
/*    padding-bottom: 10px;*/
/*}*/
/*.author-contact-title h5:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left:0%;*/
/*    width:7%;*/
/*    height: 5px;*/
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
/*    background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101));*/
/*    border-radius: 10px;*/
/*}*/
/*.author-contact .team-detail-icon{*/
/*    margin:12px 0px;*/
/*}*/
/*.author-related{*/
/*    padding:100px 0px;*/
/*}*/

/*.about-author-info .book-team-icon {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    margin-top: 14px;*/
/*    opacity: 1;*/
/*    transition: all 0.5s ease;*/
/*}*/

/*.about-author-info .book-team-icon a{*/
/*    border-radius: 50px;*/
/*    box-shadow: 6px 5px 16px 0 rgb(0 0 0 / 15%);*/
/*    background: #fff;*/
/*    height: 45px;*/
/*    width: 45px;*/
/*    text-align: center;*/
/*    line-height: 45px;*/
/*    font-size: 18px;*/
/*    color: black;*/
/*    margin: 0px 10px;*/
/*}*/





.bg-author-book-detail{
    position: relative;
    padding:50px 0px;
 }
 .author-linkdin-banner{
    position: relative;
    height: 330px;
 }

 .author-linkdin-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 0;
 }

 .author-linkdin-banner img {
    height: 100%;
 }
 .inner-profile{
    width:150px;
    height:150px;
    border-radius:50%;
 }
 .inner-profile img{
    width:100%;
    height:100%;
    border-radius:50%;
 }
 .author-profile {
    position: absolute;
    bottom: 3%;
    left: 8%;
}
.author-profile h4{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0px;
}
.author-social-link{
    padding:25px 0px;
}
.author-social-link ul{
    display: flex;
    justify-content:end;
}
.author-social-link ul li{
    margin:0px 12px;
}
.author-social-link ul li a{
    width: 35px;
    height: 35px;
    font-size: 18px;
    text-align: center;
    color: white;
    background-color: #12aecf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-author-section{
    position: relative;
    box-shadow: 1rem 1rem 2.5rem 0 rgba(0,0,0,.05);
}
.author-bodytabs .tab-content{
    display:block;
    padding:0px!important;
}
.bg-author-tabs-section{
    padding:50px 0px 20px;
}
/* .inner-author-tabs {
    box-shadow: 1rem 1rem 2.5rem 0 rgba(0,0,0,.05);
    border-radius: 6px;
} */
.inner-author-tabs ul{
    justify-content:space-between;
}
.inner-author-tabs ul li a{
    background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101));
    position: relative;
    padding: 14px 10px;
    border-top: 3px solid #5892be !important;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 10%);
    display: block;
    width: 300px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color:black;
}
.inner-author-tabs ul li a.active{
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101))!important; */
    background-color: #5892be!important;
    border-top:unset!important;
    position: relative;
}
.inner-author-tabs ul li a.active:before{
    content: '';
    display: block;
    border-left: 8px solid transparent;
    border-top: 10px solid #5892be!important;
    border-right: 8px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
}
.inner-author-tabs ul li a:hover{
    color:black;
}
.about-author h5{
    text-transform:capitalize;
    font-size:18px;
    font-weight:700;
    margin-bottom: 12px;
    position: relative;
    padding-bottom:4px;
}
.about-author h5:before{
    content: "";
    width: 100px;
    height: 2px;
    background-image: linear-gradient( to left, rgb(191 74 166 / 10%), #5892be);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 16px;
}
.author-bodytabs{
    box-shadow: 1rem 1rem 2.5rem 0 rgba(0,0,0,.05);
    border-radius: 6px;
    margin-top: 1.2rem;
    padding: 16px 12px;
    background: #fff;
}
.about-author p{
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 12px!important;
}
.about-author-contact-info h3{
    text-transform:capitalize;
    font-size:18px;
    font-weight:700;
    margin-bottom:0px;
    padding-bottom:4px;
    position: relative;
}
.about-author-contact-info h3:before{
    content: "";
    width: 100px;
    height: 2px;
    background-image: linear-gradient( to left, rgb(191 74 166 / 10%), #5892be);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 16px;
}
.about-author-contact-info{
    margin:20px 0px;
}
.author-image img{
    border-radius:12px;
    transition:all 0.5s ease;
}
.author-image:hover img{
    transform:scale(1.05);
}
.author-image {
    margin: 12px 0px;
    overflow:hidden;
}
.author-video-box{
    position: relative;
    margin-bottom: 25px;
}
.author-video-box a{
    display: block;
}
.video-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 2px solid white;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.author-video-box a img{
    border-radius:8px;
}
.author-event-img{
    width: 100%;
    height: 450px;
    overflow:hidden;
    border-radius: 6px;
}
.author-event-img img {
    width: 100%;
    height:100%;
    border-radius:6px;
    transition:all 0.5s ease;
}
.author-event-info {
    border:1px solid #8080805c;
    padding:16px 12px;
    border-radius:0px 0px 6px 6px;
}
.author-event-info h3{
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 16px;
    color:black;
}
.author-event-info ul li{
    display: flex;
    align-items:center;
    margin-bottom:6px
}
.author-event-info ul li i{
    font-size:15px;
    color:grey;
}
.author-event-info ul li span{
    font-size:15px;
    font-weight:700;
    color:grey;
    margin-left:12px;
}
.author-event-main:hover .author-event-img img{
    transform:scale(1.05);
    border-radius: 6px;
}
.author-event-main:hover .author-event-info{
    box-shadow:rgba(0, 0, 0, 0.1) 2px 2px 10px 0px;
    border:1px solid transparent;
}
.author-event-main{
    margin-bottom:30px;
}

.bg-author-detail-shape {
    position: absolute;
    left: 2%;
    z-index: -1;
    bottom: 0;
}
.bg-author-dshpae {
    position: absolute;
    top: 30%;
    right: 2%;
    animation: teddy-rotate 26s infinite;
}












/*........................ Judge book expo page css ..................... */

.book-judge {
    padding: 50px 0;
    position: relative;
}

.judge-main-box {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
}

.judge-inner-box {
    position: relative;
    /* max-width: 300px; */
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.judge-info {
    position: absolute;
    bottom: 8%;
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    background-color: #5892be;
    width: 80%;
    left: 50%;
    margin: auto;
    padding: 10px 0;
    border-radius: 25px;
    transform: translateX(-50%);
}
.judge-info h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.judge-info h4 a {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

.judge-img-box {
    height: 100%;
    width: 100%;
    position: relative;
    /* padding: 17px 22px 0 0; */
}

.judge-main-box .judge-img-box::before {
    position: absolute;
    left: 30px;
    right: 0;
    top: 0;
    bottom: 30px;
    border: 3px solid #dddddd;
    content: "";
    transition: all 0.5s;
}

.judge-main-box:hover .judge-img-box::before {
    border: 3px solid rgb(191 74 166);
}

.judge-img {
    position: relative;
    border: 5px solid #ffffff;
    box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    overflow: hidden;
    margin-bottom: 0;
    height: 100%;
}

.judge-img-box .judge-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 0.5s;
}

.judge-main-box:hover .judge-img img {
    transform: scale(1.2);
}

.judge-main-box .social-icon {
    position: absolute;
    right: 40px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101));
    transition: all 0.5s;
    cursor: pointer;
    display: none;
}


.judge-main-box .judge-social-links a {
    position: relative;
    margin: 5px 0;
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    color: #fff;
    transition: all  0.5s;
}

.judge-pinfo-overlay {
    position: absolute;
    bottom: 8%;
    left: 50%;
    /* background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101)); */
    background-color: #5892be;
    width: 80%;
    padding: 10px 0;
    border-radius: 15px;
    z-index: 1;
    transform:translateX(-50%) scaleY(0);
    transform-origin: bottom center;
    transition: all 500ms ease;
    text-align: center;
}
.judge-pinfo-overlay h4 a {
    color: #fff;
    font-size: 22px;
}
.judge-pinfo-overlay h4 a:hover {
    color: #fff;
}

.judge-main-box:hover .judge-pinfo-overlay {
    transform:translateX(-50%) scaleY(1);
}

.judge-listing .row>.col-lg-3 {
    display: flex;
}

.judge-shape {
    position: absolute;
    top: 15%;
    left: 1%;
    animation: teddy-rotate 28s infinite;
    opacity: 0.6;
}

.judge-shape1 {
    position: absolute;
    bottom: 20%;
    right: 2%;
    animation: teddy-jump 2s infinite alternate;
}

/*.......................... judge detail book expo page css ............................. */

.book-judge-detail {
    padding: 50px 0;
    position: relative;
}

.book-judge-detail .row {
    justify-content: space-between;
}

.judge-detail-box {
    position: relative;
    height: 550px;
}

.judge-detail-box .judge-social-links {
    position: absolute;
    right: 30px;
    bottom: -120px;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101));
    transform-origin: bottom;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.judge-detail-box .judge-social-links a {
    position: relative;
    margin: 5px 0;
    height: 50px;
    width: 50px;
    display: block;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    /* background: linear-gradient(to left, #ff4f58 30%, #ffb400); */
    background-image: linear-gradient( to left, rgb(191 74 166), rgb(252,78,101));
    color: #fff;
}

.judge-detail-box:hover .judge-social-links {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.judge-detail-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 4px solid #6385BB;
    height: 100%;
}
.judge-detail-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: 0.5s all;
}

.judge-detail-box:hover .judge-detail-img img {
    transform: scale(1.1);
}

.judge-detail-shape {
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -1;
    animation: teddy-jump 2s infinite alternate;
}
.judge-detail-shape2 {
    position: absolute;
    bottom: -40px;
    right: -15px;
    z-index: -1;
    animation: teddy-rotate 28s infinite alternate;
}

.judge-detail-shape3 {
    position: absolute;
    top: 5%;
    right: 2%;
    animation: teddy-rotate 28s infinite alternate;
}

.judge-pinfo {
    padding-left: 30px;
}
.judge-pinfo h4 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

.judge-desc p {
    text-align: justify;
    font-size: 17px;
    padding-bottom: 18px;
}
.judge-pinfo-list {
    margin-top: 30px;
}
.judge-pinfo-list li{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.judge-pinfo-list h5 {
    margin-bottom: 0;
    font-size: 16px;
    color: #555555;
}

.judge-pinfo-list li span i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 25px;
    border: 1px solid #e8eefc;
    border-radius: 50%;
    background: white;
    color: #f64e6d;
    font-size: 18px;
}

.judge-pinfo-list li a {
    color: #000;
    font-size: 18px;
}



/*...................... Help book expo page css ........................... */

.book-help {
    padding: 50px 0;
    position: relative;
}

.book-help .accordion {
    background-color: #fff !important;
    border: none !important;
}
.book-help button.accordion-button.collapsed {
    background-color: transparent;
    border-bottom: 1px solid #e9ecef30;
}
.book-help .accordion-item {
    background-color: transparent !important;
    border: unset !important;
}
.book-help .accordion-button:not(.collapsed) {
    color: #ffd801 !important;
    font-weight: 700 !important;
    background-color: transparent !important;
}

.book-help .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
}
.book-help .accordion-button:not(.collapsed)::after {
    background-image: url(../image/minus.png) !important;
    transform: rotate(-180deg) !important;
}
.book-help .accordion-button::after {
    content: "";
    background-image: url(../image/add.png) !important;
}
.book-help .show {
    padding:20px;
    margin-bottom: 15px;
    box-shadow: 0 20px 35px rgb(0 0 0 / 8%);
    background: #fff;
}

.book-help .accordion-button:not(.collapsed) {
    color: #294992 !important;
    box-shadow: 0 0px 35px rgb(0 0 0 / 8%);
    border-bottom: 1px solid #294992ed;
}

.book-help .accordion-button:focus {
    border-color:unset !important;
    box-shadow: unset !important;
}

.help-shape {
    position: absolute;
    top: 20%;
    right: 2%;
    animation: teddy-jump 2s infinite alternate;
    z-index: -1;
}

.help-shape1 {
    position: absolute;
    top: 50%;
    left: 2%;
    animation: teddy-rotate 25s infinite;
    opacity: 0.5;
    z-index: -1;
}

.books-list-shape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
}


/* ..................................publisher book expo page css ...................................... */

.bg-publisher {
    position: relative;
}

.book-publisher-shape {
    width: 80px;
    position: absolute;
    top: 8%;
    left: 5%;
    animation:down 2s linear infinite;
    z-index: -1;
}

.book-publisher-sqaure {
    position: absolute;
    bottom: 20%;
    right: 2%;
    width: 7%;
    animation: teddy-rotate 28s infinite ;
}

.bg-publisher-book-detail {
    position: relative;
}

.bg-publisher-shape {
    position: absolute;
    top: 30%;
    left: 2%;
    width: 100px;
    height: 100px;
    animation: teddy-rotate 26s infinite;
}

.bg-publisher-shape1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/* ................................Illustrator book expo page css ........................ */

.bg-illustrator {
    position: relative;
}

.book-illustrator-shape {
    position: absolute;
    top: 30%;
    left: 2%;
    animation: down 2s infinite;
    z-index: -1;
}
.book-illustrator-shape1 {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: -1;
}

.bg-illustrator-book-detail {
    position: relative;
}
.bg-illustrator-shape {
    position: absolute;
    left: 1%;
    bottom: 0;
    z-index: -1;
    animation: teddy-jump 2s infinite alternate;
}

.illustrator-related {
    position: relative;
}
.illustrator-related-shape {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 30%;
    z-index: -1;
    opacity: 0.6;
}

.banner-video {
    height: 100vh;
    position: relative;
}
.background {
    position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; 
}

/*................................ Responsive ................................ */

/* .........................header , footer  responsive css ............................ */
@media only screen and (min-width:1400px) and (max-width:1440px){
    .all-domain-menu .book-sub-menu{
        left: -100px;
    }
    .all-domain-menu .book-sub-menu.sub-menu1{
        left: -135px;
    }
    
}
@media only screen and (min-width:1366px) and (max-width:1399px) {
    
    .book-menu a {
        font-size: 18px;
        margin-right: 6px;
    }
    .book-header .tog i {
        font-size: 14px;
    }
    .all-domain-menu .book-sub-menu {
        left: -31px;
        width: 190px;
    }
    .all-domain-menu .book-sub-menu.sub-menu1 {
        left: -42px;
        width: 180px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    
    .book-menu a {
        font-size: 18px;
        margin-right: 15px;
    }
    .book-header .tog i {
        font-size: 15px;
    }
    .book-breadscrumb.breadscrumb-section {
        background-position: left !important;
    }
    .all-domain-menu .book-sub-menu {
        left: -100px;
        width: 185px;
    }
    .all-domain-menu .book-sub-menu.sub-menu1 {
        left: -100px;
        width: 155px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {

    
    .book-header ul.menu {
        display: none;
    }
    .book-logo {
        width: 100%;
    }
    .top-header-right > ul > li {
        margin-right: 15px;
    }
    .toggle-bar {
        display: block;
    }
    .toggle-bar i {
        font-size: 25px;
        vertical-align: middle;
    }

    .top-header-right {
        display: flex;
        justify-content: space-between;
        margin-left: -50px;
        align-items: center;
    }
    .top-header-right > ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* gap: 10px; */
        margin-left: -40px;
    }
    .mobile-menu{
        background-color: #5892be !important;
        overflow: auto;
    }
    .book-mobile-menu {
        display: block !important;
        text-align: left;
    }
    .book-mobile-menu a {
        color: #000;
        margin-right: 0;
        font-size: 20px;
        padding: 0px 20px;
    }
    .book-mobile-menu .mobile-drop-menu {
        background-color: #5f95bf;
        margin-top: 6px;
    }
    .mobile-menu .book-mobile-menu a:after {
        background: none;
    }
    .sub-menu2 a {
        display: flex;
        justify-content: space-between;
        color: #fff !important;
    }

    .mobile-drop-menu a {
        padding: 0 28px;
    }

    .mobile-menu .btn-close {
        color: #ffff !important;
        background: none;
        opacity: 1;
        width: unset;
        height: 3em;
        text-align: right;
    }
    .mobile-menu .btn-close i {
        font-size: 25px;
        padding: 10px;
    }
    .all-domain-menu .book-sub-menu {
        left: -55px;
        width: 180px;
    }
    .all-domain-menu .book-sub-menu.sub-menu1 {
        left: -60px;
        width: 150px;
    }
    
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .book-header .inner-header .row > .col-lg-7 {
        display: none;
    }
    .book-header ul.menu {
        display: none;
    }
    .book-logo {
        width: 100%;
    }
    .top-header-right > ul > li {
        margin-right: 20px;
    }
    .toggle-bar {
        display: block;
    }
    .toggle-bar i {
        font-size: 25px;
        vertical-align: middle;
    }

    .top-header-right {
        display: flex;
        justify-content: flex-end;
        column-gap: 20px;
        align-items: center;
    }
    .top-header-right > ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-menu{
        background-color: #5892be !important;
        overflow: auto;
    }
    .book-mobile-menu {
        display: block !important;
        text-align: left;
    }
    .book-mobile-menu a {
        color: #000;
        margin-right: 0;
        font-size: 20px;
        padding: 0px 20px;
    }
    .book-mobile-menu .mobile-drop-menu {
        background-color: #5f95bf;
        margin-top: 6px;
    }
    .mobile-menu .book-mobile-menu a:after {
        background: none;
    }
    .sub-menu2 a {
        display: flex;
        justify-content: space-between;
        color: #fff !important;
    }

    .mobile-drop-menu a {
        padding: 0 28px;
    }

    .mobile-menu .btn-close {
        color: #ffff !important;
        background: none;
        opacity: 1;
        width: unset;
        height: 3em;
        text-align: right;
    }
    .mobile-menu .btn-close i {
        font-size: 25px;
        padding: 10px;
    }

    .book-footer-menu i {
        font-size: 15px;
    }

    .footer h5 {
        margin-bottom: 20px;
    }
    .book-footer .f-logo {
        width: 95%;
        margin: auto;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .book-header .inner-header .row > .col-lg-7 {
        display: none;
    }
    .book-header ul.menu {
        display: none;
    }
    .book-logo {
        width: 100%;
    }
    .top-header-right > ul > li {
        margin-right: 20px;
    }
    .toggle-bar {
        display: block;
        color: #000;
    }
    .toggle-bar i {
        font-size: 25px;
        vertical-align: middle;
    }

    .top-header-right {
        display: flex;
        justify-content: flex-end;
        column-gap: 20px;
        align-items: center;
    }
    .top-header-right > ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-menu{
        background-color: #5892be !important;
        overflow: auto;
    }
    .book-mobile-menu {
        display: block !important;
        text-align: left;
        padding: 0 !important;
    }
    .mobile-menu .menu {
        padding: 0 !important;
    }
    .book-mobile-menu a {
        color: #000;
        margin-right: 0;
        font-size: 20px;
        padding: 0px 20px;
    }
    .book-mobile-menu .mobile-drop-menu {
        background-color: #5f95bf;
        margin-top: 6px;
    }
    .mobile-menu .book-mobile-menu a:after {
        background: none;
    }
    .sub-menu2 a {
        display: flex;
        justify-content: space-between;
        color: #fff !important;
    }

    .mobile-drop-menu a {
        padding: 0 28px;
    }

    .mobile-menu .btn-close {
        color: #ffff !important;
        background: none;
        opacity: 1;
        width: unset;
        height: 3em;
        text-align: right;
    }
    .mobile-menu .btn-close i {
        font-size: 25px;
        padding: 10px;
    }

    .book-footer .row {
        justify-content: center;
    }
    .book-footer .footer h5 {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .book-footer .social-link {
        margin-bottom: 10px;
    }

    .all-domain-menu .book-sub-menu {
        left: -40px;
        width: 180px;
    }
    .all-domain-menu .book-sub-menu.sub-menu1 {
        left: -50px;
        width: 150px;
    }

}

@media only screen and (max-width: 575px) {
    .book-header .inner-header .row > .col-lg-7 {
        display: none;
    }
    .book-header ul.menu {
        display: none;
    }
    .book-logo {
        width: 100%;
    }
    .top-header-right > ul > li {
        margin-right: 20px;
    }
    .toggle-bar {
        display: block;
        color: #000;
    }
    .toggle-bar i {
        font-size: 25px;
        vertical-align: middle;
    }

    .top-header-right {
        display: flex;
        justify-content: flex-end;
        column-gap: 20px;
        align-items: center;
    }
    .top-header-right > ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-menu{
        background-color: #5892be !important;
        overflow: auto;
    }
    .book-mobile-menu {
        display: block !important;
        text-align: left;
        padding: 0 !important;
    }
    .mobile-menu .menu {
        padding: 0 !important;
    }
    .book-mobile-menu a {
        color: #000;
        margin-right: 0;
        font-size: 20px;
        padding: 0px 20px;
    }
    .book-mobile-menu .mobile-drop-menu {
        background-color: #5f95bf;
        margin-top: 6px;
    }
    .mobile-menu .book-mobile-menu a:after {
        background: none;
    }
    .sub-menu2 a {
        display: flex;
        justify-content: space-between;
        color: #fff !important;
    }

    .mobile-drop-menu a {
        padding: 0 28px;
        font-size: 18px;
    }

    .mobile-menu .btn-close {
        color: #ffff !important;
        background: none;
        opacity: 1;
        width: unset;
        height: 3em;
        text-align: right;
    }
    .mobile-menu .btn-close i {
        font-size: 25px;
        padding: 10px;
    }
    .top-header-right ul li i {
        font-size: 20px;
        padding: 20px 0;
    }
    .mob-social {
        display: none;
    }
    .book-footer .row {
        justify-content: center;
        padding-bottom: 40px;
    }
    .book-footer .footer h5 {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 25px;
        padding-bottom: 8px;
    }
    .book-footer .social-link {
        margin-bottom: 10px;
    }
    .book-footer-menu a {
        font-size: 17px;
    }
    .book-footer-menu i {
        font-size: 15px;
    }
    .all-domain-menu .book-sub-menu.sub-menu1 {
        left: -65px;
        width: 150px;
    }
    .all-domain-menu .book-sub-menu {
        left: -55px;
        width: 180px;
        top: 60px;
    }
}

@media only screen and (max-width: 375px) {
   
    .all-domain-menu .book-sub-menu {    
        left: -75px;
        width: 180px;
    }
    .all-domain-menu .book-sub-menu.sub-menu1 {
        left: -80px;
        width: 145px;
    }
    .book-footer .f-logo {
        width: 100%;
    }
    .top-header-right {
        column-gap:0;
    }
}

@media only screen and (max-width: 320px) {
    .all-domain-menu .book-sub-menu {
        left: -75px;
        width: 180px;
    }
    .all-domain-menu .book-sub-menu.sub-menu1 {
        left: -70px;
        width: 135px;
    }
}

/* .........................Login page responsive css .............................. */

@media only screen and (min-width:992px) and (max-width:1199px) {
   
    .expo-login-form .expo-form {
        padding: 25px 30px;
    }
    .expo-login-form .ac-link {
        margin-top: 20px;
    }
    .login-shape {
        width: 8%;
    }
    .book-login .bookexpo-title {
        margin-bottom: 30px;
    }
    
    .book-login .bookexpo-input input {
        height: 45px;
    }
    .book-login .bookexpo-input span {
        top: 63%;
    }
    
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .expo-login-form>.row {
        flex-direction: column-reverse;
    }
    .expo-login-img {
        width: 80%;
        margin: 0 auto 30px;
    }

    .book-login .bookexpo-title {
        margin-bottom: 30px;
    }
    .expo-login-form .ac-link {
        margin-top: 15px;
    }
    .login-shape1 {
        top: 41%;
        width: 30%;
    }
    .login-shape {
        right: 7%;
        width: 11%;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {

    .expo-login-form>.row {
        flex-direction: column-reverse;
    }
    .expo-login-img {
        width: 80%;
        margin: 0 auto 30px;
    }
    .book-login .bookexpo-title {
        margin-bottom: 25px;
    }
    .expo-login-form .ac-link {
        margin-top: 15px;
    }
    .login-shape1 {
        top: 28%;
        width: 43%;
    }
    .login-shape {
        right: 7%;
        width: 13%;
    }
    .login-shape2 {
        z-index: 0;
    }
}

@media only screen and (max-width: 575px) {
    .expo-login-form>.row {
        flex-direction: column-reverse;
    }
    .expo-login-img {
        width: 80%;
        margin: 0 auto 30px;
    }
    .book-login .bookexpo-title {
        margin-bottom: 25px;
    }
    .book-login .bookexpo-title h2 {
        font-size: 30px;
    }
    .expo-login-form .ac-link {
        margin-top: 15px;
    }
    .login-shape1 {
        top: 28%;
        width: 43%;
    }
    .login-shape {
        right: 7%;
        width: 13%;
    }
    .login-shape2 {
        bottom: 0;
    }
}

@media only screen and (max-width: 375px)  {
    .expo-login-img {
        width: 100%;
    }
    .book-login .bookexpo-title {
        margin-bottom: 20px;
    }
    .book-login .bookexpo-title h2 {
        font-size: 26px;
    }
    .login-shape {
        right: 8%;
        width: 15%;
        top: 2%;
    }
    .login-shape1 {
        top: 20%;
        width: 50%;
    }
    .expo-login-form .expo-form {
        padding: 20px 20px;
    }

    .book-login .bookexpo-input input {
        height: 45px;
        padding:0 10px;
        font-size: 17px;
    }
    .bookexpo-btn button {
        height: 45px;
        font-size: 17px;
        padding: 0 10px;
    }

    .bookexpo-input span {
        top: 62%;
    }
    .ac-link a {
        font-size: 17px;
    }
}


/*........................... Register book expo page responsive css .............................. */
    
@media only screen and (min-width:768px) and (max-width:991px) {
    
    .expo-register form>.row:first-child {
        flex-direction: column-reverse;
        margin-bottom:20px;
    }
    .book-login-img {
        width: 50%;
    }
    .bookexpo-title {
        margin-bottom: 30px;
    }
    .bookexpo-title h2 {
        font-size: 30px;
    }
    .expo-register .login-information .bookexpo-title {
        margin: 10px 0;
    }
    .bg-register-shape {
        top: 1%;
        transform: unset;
    }
    .expo-register .expo-form {
        margin-bottom: 10px;
    }
    .expo-register .bookexpo-input input {
        height: 45px;
        padding: 0 10px;
    }
    .expo-register .bookexpo-input select {
       
        height: 45px;
        padding: 0 10px;
    }

    .login-information .row {
        justify-content: center;
    }
    .expo-register .bookexpo-btn {
        margin: 20px 0;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .expo-register form>.row:first-child {
        flex-direction: column-reverse;
        margin-bottom:20px;
    }
    .book-login-img {
        width: 50%;
    }
    .bookexpo-title {
        margin-bottom: 20px;
    }
    .bookexpo-title h2 {
        font-size: 30px;
    }
    .expo-register .login-information .bookexpo-title {
        margin: 10px 0;
    }
    .bg-register-shape {
        top: 1%;
        transform: unset;
    }
    .expo-register .expo-form {
        margin-bottom: 10px;
    }
    .expo-register .bookexpo-input input {
        height: 45px;
        padding: 0 10px;
    }
    .expo-register .bookexpo-input select {
       
        height: 45px;
        padding: 0 10px;
    }

    .login-information .row {
        justify-content: center;
    }
    .expo-register .bookexpo-btn {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 575px) {
    .expo-register form>.row:first-child {
        flex-direction: column-reverse;
        margin-bottom:20px;
    }
    .book-login-img {
        width: 50%;
    }
    .bookexpo-title {
        margin-bottom: 15px;
    }
    .bookexpo-title h2 {
        font-size: 30px;
    }
    .expo-register .login-information .bookexpo-title {
        margin: 10px 0;
    }
    .bg-register-shape {
        top: 3%;
        transform: unset;
    }
    .expo-register .expo-form {
        margin-bottom: 10px;
    }
    .expo-register .bookexpo-input input {
        height: 45px;
        padding: 0 10px;
        font-size: 17px;
    }
    .expo-register .bookexpo-input select {
       
        height: 45px;
        padding: 0 10px;
        font-size: 17px;
    }

    .login-information .row {
        justify-content: center;
    }
    .expo-register .bookexpo-btn {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 375px) {
    .bookexpo-title h2::before {
        height: 3px;
    }
    .bookexpo-title h2::after {
        height: 3px;
    }
    .bookexpo-title h2 {
        font-size: 26px;
    }
    .book-login-img {
        width: 90%;
    }
    .bg-register-shape {
        top: 1%;
        transform: unset;
    }
}


/*............................... Media pass registration book expo page responsive css ..................................... */

@media only screen and (min-width:1366px) and (max-width:1400px) {

    .book-form-shape3 {
        top: 2%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .book-form-shape3 {
        top: 2%;
        width: 10%;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .book-form-shape3 {
        top: 2%;
        width: 10%;
    }
    .book-form-shape1 {
        top: 50%;
        left: 3%;
        width: 17%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .book-media-form .book-login-img {
        width: 40%;
        margin-right: auto;
        margin-left: auto;
    }
    .book-media-form .login-info .book-login-img {
        width: 55%;
    }
    .login-info {
        padding-top: 15px;
    }
    .book-form-shape1 {
        top: 69%;
        left: 2%;
    }

    .login-info .row {
        justify-content: center;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    
    .book-media-form .book-login-img {
        width: 40%;
        margin-right: auto;
        margin-left: auto;
    }
    .book-media-form .login-info .book-login-img {
        width: 55%;
    }
    .login-info {
        padding-top: 15px;
    }
    .book-form-shape1 {
        top: 71%;
        left: 2%;
    }

    .login-info .row {
        justify-content: center;
    }
    .book-form-shape3 {
        top: 2%;
        width: 15%;
        right: 5%;
    }
}

@media only screen and (max-width: 575px)  {

    .book-media-form .book-login-img {
        width: 40%;
        margin-right: auto;
        margin-left: auto;
    }
    .book-media-form .login-info .book-login-img {
        width: 55%;
    }
    .login-info {
        padding-top: 15px;
    }
    .book-form-shape1 {
        top: 73%;
        left: 2%;
    }

    .login-info .row {
        justify-content: center;
    }
    .book-form-shape3 {
        top: 1%;
        width: 15%;
        right: 5%;
    }

    .login-info .bookexpo-btn {
        margin: 30px auto;
        width: 60%;
    }
}

@media only screen and (max-width: 375px) {
    .bookexpo-input input { 
        height: 45px;
        font-size: 16px;
        padding: 0 10px;
    }
    .bookexpo-input label {
        font-size: 17px;
        margin-bottom: 6px;
    }
    .book-form-shape2 {
        width: 13%;
    }
    .book-form-shape1 {
        top: 75%;
        left: 2%;
        width: 15%;
    }
    .book-form-shape1 {
        top: 76%;
    }
}


/* ...............................Contact us book expo page responsive css ..................................... */

@media only screen and (min-width:768px) and (max-width:991px) {
    .book-contact-shape1 {
        top: 3%;
    }
    .book-contact-shape {
        top: 50%;
        width: 39%;
        transform: unset;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .book-contact-shape1 {
        top: 2%;
        left: 1%;
    }
    .book-contact-shape {
        top: 50%;
        width: 45%;
        transform: unset;
    }
}

@media only screen and (max-width: 575px) {
    .book-contact-shape1 {
        top: 2%;
        left: 1%;
        width: 25%;    
    }
    .book-contact-shape {
        top: 65%;
        width: 45%;
        transform: unset;
    }
}   

@media only screen and (max-width: 375px) {
    
    .expo-contactus .expo-form {
        padding: 20px;
    }
}




/* / team page responsive css / */


@media only screen and (min-width:1200px) and (max-width:1399px){
    .team-shape1{
        bottom: 30%;
        width: 5%;
        right: 1%;
    }
    .team-shape{
        top:0%;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px){
    .team-shape{
        top:0%;
    }
    .team-shape1{
        bottom: 45%;
        right: 2%;
        width: 7%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
    .team-shape{
        top: 2%;
        left: 2%;
    }
    .book-team-listing{
        margin-bottom: 40px;
    }
    .team-shape1 {
        bottom: 10%;
        right: 2%;
        width: 10%;
    }

}
@media only screen and (max-width:767px){
    .book-team-listing{
        margin-bottom: 50px;
    }
    .team-shape{
        top:2%;
    }
    .team-shape1{
        width:9%;
    }
}



/*...................team detail page responsive css.................*/


@media only screen and (min-width:1200px) and (max-width:1399px){
    .team-detail-shape1{
        bottom: 12%;
    }
    .team-detail-shape{
        top:8%;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px){
    .team-detail-shape{
        top: 5%;
    }
    .book-team-detail h2{
        font-size:38px;
    }
    .book-team-detail{
        padding-left:20px;
    }
    .team-detail-shape1{
        bottom:12%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
    .bg-team-detail .row{
        justify-content:center;
    }
    .team-detail-shape{
        top:3%;
    }
    .book-team-detail{
        padding-left:0px;
        margin-top:50px;
    }
    .book-team-detail h2{
        font-size:34px;
    }
    .team-detail-shape1{
        bottom:10%;
    }

}

@media only screen and (max-width:767px){
    .book-team-detail-box{
        margin-bottom: 50px;
    }
    .book-team-detail{
        padding-left:0px;
    }
    .book-team-detail h2{
        font-size:28px;
    }
    .book-team-detail h6{
        font-size:16px;
    }
    .team-inner-icon{
        width:100%;
    }
    .team-inner-icon span i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .team-email h5{
        font-size:14px;
    }
    .bookexpo-title h2{
        font-size:28px;
    }
    .team-detail-shape {
        top: 8%;
        right: 2%;
        width: 25%;
    }
}

@media only screen and (max-width:320px){
    .team-detail-shape{
        top: 8%;
        right: 6%;
        width: 20%;
    }
    .book-team-detail h2{
        font-size:24px;
    }
    .book-team-detail h6{
        font-size:14px;
    }
    .team-member-info p{
        font-size:14px;
    }
    .follow-icon h4{
        letter-spacing:unset;
        font-size:15px;
    }
    .book-team-detail .book-team-icon a{
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 0px 10px;
    }
}


/*......Responsive start......*/

@media only screen and (max-width:1439px){
    .latestbook-slider .prev-arrow6,.relatedbook-slider .prev-arrow6{
        left: -2%;
    }
    .latestbook-slider .next-arrow6,.relatedbook-slider .next-arrow6 {
        right: -1%;
    }
    .latestbook-slider .slide-arrow6,.relatedbook-slider .slide-arrow6{
        background-color: #fff;
        z-index: 99;
    }
    .bg-publisher-shape {
        bottom: 5%;
    }
    .help-shape {
        top: 10%;
    }
    .help-shape1 {
        top: 78%;
    }
    .book-publisher-sqaure {
        bottom: 10%;
    }
}
@media only screen and (max-width:1399px) {
    .banner-image img {
        height: 650px;
        object-position: center;
    }
    .home-shape {
        bottom: -10%;
    }
    .book-home-events {
        padding: 30px 0 40px;
    }
    .book-author-sqaure {
        bottom: 10%;
        right: 1%;
    }
    .inner-author-tabs ul li a{
        width: 250px;
    }
    .author-event-img {
        height: 400px;
    }
    .event-shape1 {
        top: 45%;
    }
    .judge-main-box {
        height: 400px;
    }
    .judge-shape{
        width: 130px;
    }
    .judge-shape1 {
        bottom: 10%;
        right: 1%;  
    }
    .blog-img {
        height: 320px;
    }
    .news-search {
        padding: 30px 25px 30px;
    }
    .book-blog .recent-blog {
        padding: 30px 25px 30px;
    }
    .blogdetail-shape1 {
        top: 1%;
    }
    .home-shape2 {
        top: 70%;
    }
    .sp-shape {
        top: 25%;
    }
    .book-dshape {
        top: 5%;
    }
    .book-publisher-sqaure {
        bottom: 13%;
    }
}


@media only screen and (max-width:1199px) {
    .banner-image img {
        height: 550px;
    }
    .book-home {
        padding: 40px 0 0;
    }
    .bookexpo-title {
        margin-bottom: 30px;
    }
    .latest-book-img {
        height: 330px;
    }
    .book-home-events {
        padding: 20px 0 40px;
    }
    .book-expo {
        padding: 40px 0;
    }
    .latest-book-box {
        margin-bottom: 80px;
    }
    .expo-form {
        margin-bottom: 20px;
    }
    .book-publisher-sqaure {
        bottom: 25%;
    }
    .bg-author {
        padding: 40px 0px 20px;
    }
    .bg-author-book-detail {
        padding: 40px 0px;
    }
    .inner-author-tabs ul li a{
        width: 210px;
    }
    .author-event-img {
        height: 310px;
    }
    .related-book {
        padding: 0 0 20px;
    }
    .author-bodytabs{
        margin-top:10px;
    }
    .bg-author-tabs-section {
        padding: 40px 0px 0px;
    }
    .relatedbook-slider .latest-book-box {
        margin-bottom: 60px;
    }
    .book-gallery {
        padding: 40px 0;
    }
    .book-gallerydetail {
        padding: 40px 0;
    }
    .book-events {
        padding: 40px 0 20px !important;
    }
    .book-event-detail {
        padding: 40px 0;
    }
    .book-event-desc {
        margin: 20px 0 0;
    }
    .book-event-img {
        height: 420px;
    }
    .book-judge {
        padding: 40px 0;
    }
    .judge-main-box {
        height: 330px;
    }
    .judge-detail-box {
        height: 455px;
    }
    .book-help {
        padding: 40px 0;
    }
    .help-shape {
        top: 5%;
    }
    .blog-img {
        height: 280px;
    }
    .blog-desc {
        padding: 32px 20px 30px;
    }
    .blog-tag {
        font-size: 15px;
        padding: 10px 15px;
    }
    .news-search {
        padding: 30px 20px 30px;
        margin-bottom: 40px;
    }
    .news-search .bookexpo-title {
        margin-bottom: 10px;
    }
    .book-blog .recent-blog {
        padding: 30px 15px 30px;
    }
    .recent-blog .bookexpo-title{
        margin-bottom: 10px;
    }
    .fashion-title h2 {
        font-size: 23px;
    }
    .rb-img {
        height: 70px;
        width: 70px;
        border-radius: 5px;
    }
    .rb-title {
        margin-left: 8px;
        width: 70%;
    }
    .recent-blog-list .blog-date {
        flex-wrap: wrap;
        gap: 4px;
    }
    .recent-blog-list:last-child {
        margin-bottom: 5px;
    }
    .book-blog {
        padding: 40px 0;
    }
    .recent-blog{
        margin-bottom: 30px;
    }
    .blog-shape {
        top: 6%;
    }
    .blog-shape1 {
        top: 48%;
    }
    .blog-data h4 {
        font-size: 28px;
    }
    .blog-data h5 {
        font-size: 24px;
    }
    .blog-data strong {
        font-size: 18px;
    }
    .sponsors-title h2{
        padding: 12px 80px;
    }
    .sponsors-title {
        margin: -50px auto 15px;
    }
    .book-sponsors .bookexpo-title {
        margin-bottom: 65px;
    }
    .book-buy-opt .bookexpo-btn {
        margin-right: 15px;
    }
    .book-buy-opt .bookexpo-btn button {
        padding: 12px 18px !important;
    }
    .book-download .bookexpo-btn button {
        padding: 12px 25px;
    }
    .book-publisher-sqaure {
        bottom: 15%;
    }
    .book-dshape {
        top: 3%;
    }
    .book-detail-section {
        padding: 40px 0;
    }
}

@media only screen and (max-width:991px) {
    .banner-image img {
        height: 450px;
    }
    .latestbook-slider .prev-arrow6 ,.relatedbook-slider .prev-arrow6{
        left: -3%;
    }
    .latestbook-slider .next-arrow6,.relatedbook-slider .next-arrow6 {
        right: -2%;
    }
    .book-author-img {
        height: auto;
    }
    .book-author {
        margin-bottom: 25px;
    }
    .book-publisher-sqaure {
        bottom: 39%;
        width: 80px;
    }
    .inner-author-tabs ul li a {
        width: 150px;
    }
    .author-linkdin-banner {
        height: 300px;
    }
    .author-bodytabs{
        margin-top:0;
    }
    .event-shape1 {
        top: 32%;
    }
    .book-event-schedule {
        margin: 0 15px 30px;
    }
    .judge-info h4 a {
        font-size: 18px;
        line-height: 30px;
    }
    .judge-main-box {
        margin-bottom: 30px;
    }
    .judge-shape {
        width: 110px;
        top: 8%;
    }
    .judge-detail-box {
        height: 425px;
    }
    .judge-pinfo {
        padding-left: 15px;
    }
    .help-shape1 {
        top: 87%;
    }
    .help-shape {
        top: 3%;
    }
    .blog-img {
        height: 270px;
    }
    .blog-desc {
        padding: 35px 20px 25px;
    }
    .blog-tag {
        font-size: 16px;
        padding: 10px 15px;
    }
    .blog-desc h6 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .news-search {
        padding: 20px 12px 20px;
        margin-bottom: 30px;
    }
    .news-search .bookexpo-title h2 {
        font-size: 22px;
    }
    .bookexpo-input input {
        margin-bottom: 5px;
    }
    .book-blog .recent-blog{
        padding: 20px 12px 20px;
    }
    .recent-blog .bookexpo-title h2 {
        font-size: 22px;
    }
    .rb-img {
        height: 80px;
        width: 80px;
    }
    .recent-blog-list:last-child {
        margin-bottom: 0;
    }
    .blog-shape {
        top: 4%;
    }
    .blog-shape1 {
        top: 49%;
    }
    .bd-img {
        height: 350px;
    }
    .blog-data h4 {
        font-size: 24px;
    }
    .blog-data h5 {
        font-size: 20px;
    }
    .book-download-btn {
        padding: 10px 12px;
        font-size: 14px;
    }
    .copy-btn {
        padding: 10px 12px;
        font-size: 15px;
    }
    .book-media-btn {
        justify-content: space-between;
        gap: unset;
    }
    .blogdetail-shape {
        top: 60%;
        width: 8%;
    }
    .home-shape2 {
        top: 44%;
    }
    .sponsors-title h2{
        padding: 12px 60px;
        font-size: 24px;
    }
    .bookdetail-img {
        width: 300px;
        margin-bottom:30px;
    }
    .book-title h1{
        font-size: 32px;
    }
    .price h5 {
        font-size: 24px;
    }
    .book-detail-shape {
        bottom: 15%;
    }
}

@media only screen and (max-width:767px) {
    .banner-image img {
        height: 400px;
    }
    .latestbook-slider .prev-arrow6,.relatedbook-slider .prev-arrow6 {
        left: -4%;
    }
    .latestbook-slider .next-arrow6,.relatedbook-slider .next-arrow6 {
        right: -3%;
    }
    .latest-book-img {
        height: 375px;
    }
    .home-shape {
        bottom: -3%;
        right:5%;
    }
    .book-home-events {
        padding: 0px 0 40px;
    }
    .bookexpo-title h2 {
        font-size: 28px;
    }
    .bookexpo-title {
        margin-bottom: 25px;
    }
    .expo-form {
        margin-bottom: 25px;
    }
    .latest-book-box {
        margin-bottom: 70px;
    }
    .book-publisher-sqaure {
        right: 3%;
    }
    .book-author-name h3 {
        font-size: 20px;
    }
    .author-event-img {
        height: 345px;
    }
    .book-breadscrumb.breadscrumb-section{
        padding:20px 0;
    }
    .inner-author-tabs ul li a {
        width: 110px;
    }
    .team-inner-icon {
        width:100%;
    }
    .related-book {
        padding: 0 0 10px;
    }
    .relatedbook-slider .latest-book-box {
        margin-bottom: 50px;
    }
    .gallery-title h4 {
        font-size: 18px;
    }
    .gallery-shape1 {
        bottom: 3%;
    }
    .bg-author-dshpae {
        top: 92%;
    }
    .event-shape1 {
        top: 2%;
        width: 80px;
        z-index: -1;
    }
    .event-type ul {
        gap: 15px;
    }
    .event-type ul li input{
        width: 100%;
    }
    .book-event-ticket .bookexpo-btn {
        width: 125px;
    }
    .event-type ul li select {
        width: 110px;
    }
    .book-event-img {
        height: 350px;
    }
    .book-event-schedule h3{
        font-size: 22px;
    }
    .event-ticket h2 {
        font-size: 24px;
    }
    .judge-shape1 {
        bottom: 6%;
    }
    .judge-detail-box {
        height: 450px;
        width: 60%;
        margin: 0 auto 40px;
    }
    .judge-pinfo {
        padding-left: 0;
    }
    .judge-pinfo h4{
        text-align: center;
    }
    .judge-detail-shape3 {
        top: 90%;
        right: 2%;
    }
    .help-shape {
        top: 0%;
    }
    .blog-img {
        height: 230px;
    }
    .blog-desc {
        padding: 30px 15px 30px;
    }
    .blog-tag {
        font-size: 15px;
        padding: 8px 12px;
    }
    .blog-list .blog-date {
        margin-bottom: 10px;
    }
    .blog-list .blog-date i {
        padding-right: 2px;
    }
    .blog-list .blog-date span {
        font-size: 13px;
    }
    .blog-desc h6 a {
        font-size: 16px;
    }
    .blog-desc .read-btn a {
        font-size: 16px;
    }
    .blog-desc .read-btn a>i {
        height: 25px;
        width: 25px;
        font-size: 13px;
        line-height: 25px;
    }
    .news-search {
        padding: 25px 20px 25px;
        margin-bottom: 40px;
    }
    .news-search .bookexpo-title {
        margin-bottom: 12px;
    }
    .news-search .bookexpo-title h2 {
        font-size: 24px;
    }
    .book-blog .recent-blog {
        padding: 25px 20px 25px;
    }
    .recent-blog .bookexpo-title {
        margin-bottom: 12px;
    }
    .recent-blog .bookexpo-title h2 {
        font-size: 24px;
    }
    .rb-img {
        height: 100px;
        width: 85px;
    }
    .rb-title {
        margin-left: 16px;
    }
    .recent-blog-list .blog-date {
        gap: 10px;
    }
    .rb-title h4 a{
        font-size: 15px;
    }
    .blog-shape {
        top: 2%;
    }
    .blog-shape1 {
        top: 51%;
    }
    .book-media-btn {
        justify-content: center;
        gap: 20px;
    }
    .blog-detail {
        margin-bottom: 30px;
    }
    .home-shape2 {
        top: 89%;
        left: 1%;
        width:80px;
    }
    .sp-shape {
        top: 3%;
    }
    .sponsors-title h2{
        padding: 10px 40px;
        font-size: 22px;
    }
    .book-sponsors-box .pla-logo {
        padding: 20px 0;
    }
    .book-sponsors .bookexpo-title {
        margin-bottom: 55px;
    }
    .book-title h1 {
        font-size: 30px;
    }
    .book-main-info .table tr th {
        width: 200px;
    }

}

@media only screen and (max-width: 575px) {
    .banner-image img {
        height: 300px;
    }
    .latestbook-slider .slide-arrow6,.relatedbook-slider .slide-arrow6{
        display: none !important;
    }
    .bg-layer {
        width: 90%;
        height: 80%;
    }
    .book-publisher-sqaure {
        bottom: 2%;
    }
    .book-author-sqaure {
        bottom: 4%;
    }
    .breadscrumb-section .breadscrumb-contain {
        flex-direction: column;
        padding: 15px 0;
        gap: 10px;
    }
    .breadscrumb-section .breadscrumb-contain nav {
        margin-left: unset;
    }
    .inner-author-tabs ul {
        overflow-x:scroll;
        flex-wrap: nowrap;
        gap: 20px;
        padding-bottom: 6px !important;
    }
    .inner-author-tabs ul li a {
        width: 165px;
        font-size: 16px;
    }
    .author-bodytabs {
        padding: 5px 12px;
    }
    .bg-publisher-shape {
        display: none;
    }
    .author-profile {
        left: 15px;
    }
    .author-event-img {
        height: 280px;
    }
    .author-event-img img {
        object-position: top center;
    }
    .author-detail-event .col-lg-3.col-md-4.col-sm-6 {
        width: 50%;
    }
    .books-listing .col-lg-3.col-md-4.col-sm-6 {
        width: 50%;
    }
    .latest-book-img {
        height: 300px;
    }
    .gallery-shape1 {
        bottom: 1%;
    }
    .gallery-shape {
        top: 0%;
    }
    .bg-author-dshpae {
        top: 7%;
    }
    .event-shape {
        bottom: 10px;
        width: 40px;
    }
    .event-type ul li:last-child{
        width: 100%;
    }
    .event-type ul li:nth-child(3){
        width: 100%;
    }
    .event-type ul li select {
        width: 100%;
    }
    .event-type ul {
        flex-wrap:wrap;
        justify-content: start;
    }
    .book-event-img {
        height: 300px;
        padding: 15px;
    }
    .book-breadscrumb.breadscrumb-section {
        padding: 15px 0;
    }
    .book-breadscrumb.breadscrumb-section:after{
        content: " ";
        width: 100%;
        height: 100%;
        background-color: #9ecbde;
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 0.7;
    }
    .judge-listing .row>.col-lg-3.col-md-4.col-sm-6 {
        width: 50%;
    }
    .judge-shape {
        top: 5%;
    }
    .judge-detail-shape2 {
        right: -5px;
        width: 100px;
    }
    .judge-detail-shape3 {
        width: 80px;
    }
    .help-shape {
        top: -1%;
        width: 100px;
    }
    .help-shape1 {
        top: 91%;
        width: 80px;
    }
    .blog-img {
        height: 250px;
    }
    .news-search .bookexpo-title h2 {
        font-size: 23px;
    }
    .recent-blog .bookexpo-title h2{
        font-size: 23px;
    }
    .blog-shape1 {
        top: 1%;
    }
    .blog-shape {
        top: 96%;
        width: 80px;
    }
    .blogdetail-shape {
        top: 98%;
        width: 60px;
    }
    .blog-data h4 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    .blog-data h5 {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .blog-data strong {
        font-size: 16px;
        margin-bottom: 4px;
        margin-top: 12px;
    }
    .k-banner .banner-arrow {
        top: 85%;
    }
    .sp-shape {
        top: 1%;
        width: 70px;
    }
    .pla-logo>.row .col-sm-6{
        width:50% !important;
    }
    .sponsors-title h2 {
        padding: 8px 30px;
        font-size: 20px;
    }
    .book-download{
        flex-wrap:wrap;
        gap:15px
    }
    .bookexpo-btn button {
        font-size: 15px;
    }
    .book-buy-opt .bookexpo-btn button {
        padding: 10px 10px !important;
    }
    .book-title h1 {
        font-size: 26px;
    }
    .price h5 {
        font-size: 22px;
    }
    .book-dshape {
        top: 2%;
        width: 80px;
    }
    .book-info-table {
        width: 550px !important;
        background-color:#fff;
    }
}
@media only screen and (max-width: 425px){
    .author-profile {
        bottom: 16%;
        left: 50%;
        transform: translateX(-50%);
    }
    .author-social-link {
        padding: 75px 0px 25px;
    }
    .author-social-link ul {
        justify-content: center;
    }
    .author-detail-event .col-lg-3.col-md-4.col-sm-6 {
        width: 100%;
    }
    .author-event-img {
        height: 385px;
    }
    .judge-listing .row>.col-lg-3.col-md-4.col-sm-6 {
        width: 100%;
    }
    .books-listing .col-lg-3.col-md-4.col-sm-6 {
        width: 100%;
    }
    .latest-book-img {
        height: 430px;
    }
    .judge-main-box {
        height: 400px;
    }
    .judge-shape {
        top: 3%;
        width: 80px;
    }
    .judge-shape1 {
        bottom: 3%;
        width: 80px;
    }
    .judge-detail-box {
        width: 100%;
    }
    .help-shape1 {
        top: 92%;
    }
    .help-shape {
        top: 0%;
        width: 80px;
    }
    .banner-image img {
        height: 275px;
    }
    .banner-image img{
        object-position: 23%;
    }
    .pla-logo>.row .col-sm-6{
        width:100% !important;
    }
    .share-book{
        flex-direction:column;
        justify-content: center;
    }
    .book-title h1 {
        text-align: center;
    }
    .book-title h1 {
        font-size: 24px;
    }
    .book-dshape1 {
        width: 75px;
        bottom: 1%;
    }
    .latestbook-slider .latest-book-box{
        margin-right:0;
    }
}
@media only screen and (max-width: 375px) {
    .rb-img {
        height: 90px;
        width: 70px;
    }
    .rb-title {
        margin-left: 8px;
    }
    .bookdetail-img {
        width: 100%;
    }
}



/*.................................. book dashboard change password page css ............................ */


.expo-d-form {
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    padding: 20px;
    border-radius: 10px;
    /* border: 1px solid #E4F2FF; */
    background-color: #fff;
}

.change-pswd-img {
    width: 65%;
    margin: auto;
}

.change-pswd-img img {
    width: 100%;
    height: 100%;
}

.change-password {
    padding: 60px 30px;
}

.d-form-title {
    margin-bottom: 20px;
}

.d-form-title h4 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.d-form-title h4::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 70%;
    bottom: 0px;
    background-image: linear-gradient( to left, rgb(191 74 166 / 10%), #5892be);
}



.change-password .bookexpo-btn {
    margin: 20px auto;
}


/*....................... my book page css ............................ */

.my-books {
    padding: 60px 30px;
}

.mybooks-main-box {
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    padding: 20px;
    border-radius: 8px;
}

.mybook-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mybook-title-box .d-form-title {
    margin-bottom: 0;
}

.mybook-title-box .bookexpo-btn button a {
    color: #fff;
    transition: all 0.5s;
}
.mybook-title-box .bookexpo-btn button:hover a {
    color: #000;
}

.mybooks-filter-box {
    margin: 20px 0;
}

.mybooks-filter-box select {
    width: 75px;
    margin: 0 6px;
}

.mybooks-filter-box>.row {
    align-items:center;
    justify-content: space-between;
}

.mybooks-d-list table tr th {
    text-transform: capitalize;
    vertical-align: middle;
    text-align: center;
}

.mybooks-d-list table tr td {
    text-transform: capitalize;
    vertical-align: middle;
    text-align: center;
}

.mybook-d-img {
    width: 120px;
    height: 100%;
    margin: auto;
}

.mybook-d-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d-action-btn {
    display: flex;
    justify-content: center;
}

.d-action-btn a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #5892be;
    text-align: center;
    border-radius: 4px;
    margin-right: 30px;
}

.d-action-btn a:last-child {
    margin-right: 0;
}

.d-action-btn a i {
    font-size: 15px;
    color: #fff;
}

.mybooks-filter-box .pagination .page-item.active .page-link {
    background-color: #5892be;
    border: 1px solid transparent;
    color:#fff;
}

.mybooks-filter-box .pagination .page-item .page-link:hover {
    background-color: #5892be !important;
}

.mybooks-filter-box .pagination .page-item .page-link {
    color:#000;
}

#remove-modal lord-icon {
    width: 100%;
    height: 100px;
    margin: auto;
}
#remove-modal .modal-header {
    border-bottom: none !important;
}
.book-dlt {
    text-align: center;
}
#remove-modal .modal-footer {
    border-top: none !important;
    justify-content: center;
}

.book-dlt h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}
.book-dlt p {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}

.input-daterange input {
    text-align:left !important;
    
}

.datepicker table tr td.today, span.focused {
    border-radius: 50% !important;
    background-image: linear-gradient(#FFF3E0, #FFE0B2);
}
  
.datepicker table tr td.today.range {
    background-image: linear-gradient(#eeeeee, #eeeeee) !important;
    border-radius: 0 !important;
  }
  
  /*Weekday title*/
.release-date-range thead tr:nth-child(3) th {
    font-weight: bold !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
.old, .day, .new {
    width: 40px !important;
    height: 40px !important;
    border-radius: 0px !important;
    border: 1px solid lightgrey !important;
}
  
.day.old, .day.new {
    background-color: #F5F5F5 !important;
    color: #E0E0E0 !important;
}
  
.day.old:hover, .day.new:hover {
    border-radius: 0px !important;
}
  
.old-day:hover, .day:hover, .new-day:hover, .month:hover, .year:hover, .decade:hover, .century:hover {
    border-radius: 50% !important;
    background-color: #eee;
}
  
  
  
.range-start, .range-end {
    border-radius: 50% !important;
    background-image: linear-gradient(#5892be, #5892be) !important;
}
  
.range {
    color: #5892be !important;
}
  
.prev, .next, .datepicker-switch {
    border-radius: 0 !important;
    padding: 10px 10px 10px 10px !important;
    font-size: 18px;
    /* opacity: 0.7; */
    color: #427195;
}
  

/* ............................add books page css ............................ */

.add-books {
    padding: 60px 30px;
}

.bookexpo-input select option {
    text-transform: capitalize;
}

.fileUpload {
    overflow: hidden;
    position: absolute;
    right: 0%;
    display: inline-block;
    background-color:#8080802b;
    width: 20%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
}
  
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.add-books .expo-d-form .bookexpo-btn {
    margin-top: 15px;
}


/*...................... dashboard rightside bar section css ..................... */

.rightbar-section-image {
    padding: 20px;
    width: 100%;
}
/*.sidebar-menu li {*/
/*    padding: 15px 0;*/
/*}*/

.sidebar-menu a {
    text-transform: capitalize;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 10px;
    display: block;
}

.sidebar-menu li a i {
    padding-right: 8px;
    color: #5892be;
    font-size: 17px;
}
.sidebar-menu a.active {
    color: #fff;
    background-color: #0e7fd5;
    border-radius: 6px;
}

.sidebar-menu a.active i {
    color: #ffff;
}

.rightbar-section-main {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e5eaef;
    border-top: 1px solid #e5eaef;
    /* padding: 0 22px; */
    height: 100vh;
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
}

.bg-rightbar-section>.row>.col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}

.bg-rightbar-section>.row>.col-lg-9 {
    padding: 0;
}



.rightbar-menu-section {
    overflow-y: auto;
    height: 100%;
    padding: 20px;
}

.logout-bar {
    padding: 20px;
}

.profile-logout {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #e8f7ff;
    border-radius: 8px;
    margin-bottom: 30px;
}
.logout-img {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin-right: 15px;
}
.logout-img img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}
.logout-info {
    margin-right: 15px;
    color:#000;
}
.logout-info h5 {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}
.logout-info span {
    text-transform: capitalize;
    font-size: 14px;
}

.profile-logout i {
    color: #5892be;
}

.mobile-logoutbar>.logout-bar {
    display: none;
}

/* .dashboard-section-box {
    padding: 0 30px;
} */

.dashboard-header>.row>.col-lg-8 {
    padding-left: 0;
}

.dashboard-header {
    padding: 10px;
    position: sticky;
    top: 0;
    background-color: #ffff;
    z-index: 2;
    box-shadow: 3px 0 10px #b7c0ce33;
}

.d-header-search {
    padding: 0 30px;
}

.d-header-search .bookexpo-input {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.d-header-search .bookexpo-input button {
    border: none;
    background-color: transparent;
}

.d-header-search .bookexpo-input button i {
    padding-right: 10px;
    color: #7987a1;
}

.d-header-search .bookexpo-input input {
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.d-header-profile ul {
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.d-header-profile ul li {
    margin-right: 22px;
}

.d-header-profile ul li:last-child {
    margin-right: 0;
}

.d-header-profile ul li a i {
    color: #5892be;
    font-size: 20px;
}

.d-right-profile {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    cursor:pointer;
}

.d-right-profile img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}

.book-dashboard-breadscrumb {
    background-image: unset;
    /* border-bottom: 1px solid #e5eaef; */
    border-top: 1px solid #e5eaef;
}

.book-dashboard-breadscrumb.breadscrumb-section .breadscrumb-contain {
    padding: 20px 30px;
    z-index: 1;
}

.book-dashboard-breadscrumb.breadscrumb-section .breadscrumb-contain nav {
    margin-left: 0;
}

.book-dashboard-breadscrumb.breadscrumb-section .breadcrumb-item.active {
    color: #5892be;
    font-weight: 600;
    text-transform: capitalize;
}

.book-dashboard-breadscrumb.breadscrumb-section .breadcrumb-item+.breadcrumb-item::before {
    color: #5892be !important;
}

.book-dashboard-breadscrumb li.breadcrumb-item a {
    color: #000;
}

.book-dashboard-breadscrumb .breadscrumb-contain h1 {
    color: #000;
    font-size:26px;
}


/*....................... book dashboard page css .................... */

.book-main-dashboard {
    padding: 60px 30px;
}

.dashboard-card {
    display:flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    padding: 20px;
    border-radius: 10px;
    /* border: 1px solid #E4F2FF; */
}

.dashboard-card-icon {
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    background-color: #5892be;
    margin-right:24px;
}

.dashboard-card-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 55px;
}

.dashboard-total-info span {
    font-size: 26px;
    font-weight: 700;
}
.dashboard-total-info h5 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}



/*.....Book dashboad page css start.....*/
.listing-book-box{
    position: relative;
    margin-bottom: 80px;
}
.listing-book-img{
    height: 450px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border:1px solid lightgray;
}
.listing-book-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
    transition: all 1s;
    transform: scale(1.02);

}
.listing-book-info{
    background-color: #fff;
    box-shadow: 0px 5px 10px lightgray;
    border-bottom: 3px solid #6385BB;
    border-radius: 8px;
    width: 85%;
    height: 60px;
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 15px 10px;
    overflow: hidden;
    transition: all 0.5s;
}
.listing-book-box:hover .listing-book-info{
    height: 115px;
    border-bottom: 3px solid #f64e6d;
}
.listing-book-info h4 {
    text-transform: capitalize;
    font-size: 18px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-weight: 600;
    display: block;
}
.listing-book-info h6 {
    font-size: 16px;
    opacity: 0;
    transition: all 0.5s;
}
.listing-book-box:hover .listing-book-info h6{
    opacity: 1;
}
.listing-book-info i {
    color: #f64e6d;
    padding-right: 10px;
}

.book-main-dashboard .books-listing {
    padding: 50px 0 0;
}


/* dashboard page responsive css  */

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .listing-book-img {
        height: 320px;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
    }
    .listing-book-info h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .listing-book-info {
        height: 55px;
        padding: 15px 15px 10px;
    }
    .book-logo {
        width: 100%;
    }

    .dashboard-card {
        padding: 15px;
    }
    .dashboard-card-icon {
        height: 45px;
        width: 45px;
        line-height: 45px;
        margin-right: 15px;
    }
    .dashboard-card-icon i {
        font-size: 16px;
        line-height: 45px;
    }
    .dashboard-total-info span {
        font-size: 22px;
    }
    .dashboard-total-info h5 {
        font-size: 16px;
    }

}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .listing-book-img {
        height: 330px;
    }
    .book-main-dashboard {
        padding: 40px 25px;
    }
    .dashboard-card-box>.row>.col-lg-3 {
        width: 49%;
    }
    .dashboard-card {
        margin-bottom: 25px;
    }

    .book-main-dashboard .books-listing {
        padding: 25px 0 0;
    }
    .books-listing>.row {
        justify-content: center;
    }
    .books-listing>.row>.col-lg-3 {
        width: 45%;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .listing-book-img {
        height: 370px;
    }
    .listing-book-box{
        margin-bottom:60px;
    }
    .d-main-header .container-fluid>.inner-header>.row>.col-lg-8 {
        display: none;
    }

    .dashboard-card {
        margin-bottom: 25px;
    }

    .book-main-dashboard {
        padding: 20px 20px;
    }
    .books-listing>.row {
        justify-content: center;
    }
    .dashboard-total-info span{
        font-size: 24px;
    }

}
@media only screen and (min-width: 576px) and (max-width:767px){
    .listing-book-img {
        height: 375px;
    }
    .listing-book-box {
        margin-bottom: 70px;
    }
    .d-main-header .container-fluid>.inner-header>.row>.col-lg-8 {
        display: none;
    }

    
    .dashboard-card {
        margin-bottom: 25px;
    }

    .book-main-dashboard {
        padding: 20px 20px;
    }
    .books-listing>.row {
        justify-content: center;
    }
    .dashboard-total-info span{
        font-size: 24px;
    }

}
@media only screen and  (max-width:575px){
    .listing-book-img {
        height: 350px;
    }
    .listing-book-box {
        margin-bottom: 60px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .listing-book-info{
        padding: 15px 15px 10px;
        height: 55px;
    }
    .listing-book-box:hover .listing-book-info {
        height: 125px;
    }

    .d-main-header .container-fluid>.inner-header>.row>.col-lg-8 {
        display: none;
    }

    .dashboard-card {
        margin-bottom: 25px;
    }

    .book-main-dashboard {
        padding: 20px 20px;
    }
    .books-listing>.row {
        justify-content: center;
    }
    .dashboard-total-info span{
        font-size: 22px;
    }

}


@media only screen and  (max-width:375px) {

    .listing-book-box {
        margin-bottom: 60px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}



/* .............................my profile page css ........................... */


.my-profile {
    padding: 60px 30px;
    position: relative;
}
.myprofile-box {
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    padding: 20px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 30px;
}
.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin:12px auto;
}
.profile-img img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.myprofile-box h3 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}

.myprofile-box h3 i {
    margin-left: 5px;
    color: #5892be;
}

.myprofile-box span {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #b3b3b3;
    padding-bottom: 5px;
}
.myprofile-box p {
    text-align: center;
}

.profile-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-social ul li {
    margin: 12px;
}

.profile-social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    text-align: center;
    color: white;
    background-color: #12aecf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-detail {
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.upload-detail ul li {
    margin: 30px 0;
}
.upload-detail > h4 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.myprofile-icon {
    display: flex;
    align-items: center;

}
.myprofile-icon i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #5892be;
    margin-right: 20px;
    vertical-align: middle;
}

.myprofile-icon h4 {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

.myprofile-icon span {
    font-size: 15px;
}

.personal-detail {
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    padding: 20px;
    border-radius: 6px;
}

.personal-detail h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.personal-detail ul li {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.personal-detail ul li h4 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-right: 12px;
    width: 40%;
}
.personal-detail ul li span {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.bookdashboard-header-right ul {
    justify-content: start;
}
.bookdashboard-header-right ul li {
    margin-right: 15px;
}
.bookdashboard-header-right ul li:last-child {
    margin-right: 0;
}

.booksale-information {
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.booksale-information .sale-list li {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}
.booksale-information > h4 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.sale-list h5 {
    margin-bottom: 0;
}
.sale-list span {
    color: #d3d3d3;
}

.bookprogress-bar {
    width: 40%;
    display: flex;
    align-items: center;
}
.bookprogress-bar h5 {
    font-size: 16px;
}
.bookprogress-bar .progress {
    width: 100%;
    margin-left: 5px;
}

/* ............................edit profile page css ........................ */

.edit-profile {
    padding: 60px 30px;
}

.edit-profile .bookexpo-input textarea {
    height: 50px;
}

.profile-img-e {
    margin-bottom: 30px;
    width: 30%;
    padding:20px;
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    border-radius: 10px;
        text-align: center;
}

.profile-img-e span {
    font-size: 16px;
    margin-bottom: 12px;
    display: inline-block;
}

.p-img-box {
    height: 150px;
    width: 150px;
    margin: auto;
    position: relative;
}
.p-img-box img {
    width: 100%;
    height:100%;
    border-radius: 100%;
}
.profile-img-e h6 {
    text-align: center;
    margin: 10px 0;
}

.edit-p-icon {
    position: absolute;
    bottom: 5px;
    right: 0px;
}
.p-upload {
    display: none;
}
.edit-p-icon i {
    font-size: 25px;
    cursor: pointer;
    color: #5892be;
}

.edit-p-icon .file-upload {
    display: none;
}


/* ................................event passes page css ........................................ */

.d-event-pass {
    padding: 60px 30px;
}

.pass-main-box {
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    padding: 20px;
    border-radius: 8px;
}

.ticket-table{
    margin-top:25px;
}
.ticket-table table th{
    padding:20px 12px;
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
}
.ticket-table table td{
    padding:16px 12px;
    vertical-align: middle;
    text-transform: capitalize;
}


.action-btn {
	display: flex;
    justify-content: center;
    gap: 10px;
}

.action-btn button {
	border: none;
}
.action-btn .edit-btn {

	padding: 10px 20px;
	border: none;
	background-color: #36b44c;
	border-radius: 5px;
	color: #fff;
}

.action-btn .dlt-btn {

	padding: 10px 20px;
	border: none;
	background-color: #1a83d5;
	border-radius: 5px;
	color: #fff;
}

form.edit-form {
	margin-top: 5px;
}
.edit-form .bookexpo-input input {
	margin-bottom: 10px;
	font-weight: 500;
}
.edit-form .bookexpo-input select {
	margin-bottom: 8px;
	font-weight: 500;
}

form.edit-form label{
	display: block;
	text-transform: capitalize;
	font-size: 16px;
	color: #232323;
	font-weight: 700;
	text-align: left;
}

.book-modals-box .edit-form .modal-footer {
	justify-content: center;
}


.book-modals-box .bookexpo-input input:focus, .book-modals-box .bookexpo-input select:focus {
    border: 1px solid #5892be;
    background: transparent;
}

.book-modals-box .ticket-dlt {
	text-align: center;
}

.book-modals-box .ticket-dlt h3 {
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
}
.book-modals-box .ticket-dlt p {
	
	font-size: 17px;
	font-weight: 500;
	text-transform: capitalize;
}

.book-modals-box #remove-modal .modal-header {
	border-bottom: none !important;
}

.book-modals-box #remove-modal .modal-footer {
	border-top: none !important;
	justify-content: center;
}

.book-modals-box #remove-modal lord-icon{
	width: 100%;
	height: 100px;
	margin: auto;
}

.book-modals-box .confirm-btn {

	padding: 10px 20px;
	border: none;
	background-color: #dc3545;
	border-radius: 5px;
	color: #fff;
}


.d-event-pass .pagination .page-item.active .page-link {
    background-color: #5892be;
    border: 1px solid transparent;
    color:#fff;
}

.d-event-pass .pagination .page-item .page-link:hover {
    background-color: #5892be !important;
}

.d-event-pass .pagination .page-item .page-link {
    color:#000;
}




/*.................................dashboard Add books page Responsive ............................ */
@media only screen and (min-width: 1400px) and (max-width: 1565px){
    .rightbar-menu-section {
        padding: 20px 12px 20px 0px;
    }

}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .add-books {
        padding: 60px 30px 60px 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .add-books {
        padding: 50px 25px 60px 15px;
    }
    .rightbar-menu-section {
        padding: 20px 15px 20px;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .add-books {
        padding: 40px 20px 60px 10px;
    }
    .fileUpload {
        width: 27%;
    }

}
@media only screen and (min-width: 576px) and (max-width:767px){
    .rightbar-menu-section {
        padding: 20px 15px 20px ;
    }
    .add-books {
        padding: 40px 10px 60px 0px;
    }
    .fileUpload {
        width: 27%;
    }
    .fileUpload b{
        font-size: 14px;
    }
    .bookexpo-input label {
        font-size: 16px;
    }
    .bookexpo-input select {
        font-size: 16px;
    }
    .bookexpo-input input{
        font-size: 16px;
    }
    .sidebar-menu a {
        font-size: 16px;
    }

}
@media only screen and  (max-width:575px){
    .sidebar-menu a{
        padding: 10px;
        white-space: nowrap;
        margin: 0 5px;
        border: 1px solid #00000020;
        border-radius: 5px;
    }
    .rightbar-section-main{
        border-right: none;
        height: auto;
        flex-direction: column-reverse;
    }
    .rightbar-menu-section {
        padding: 20px 20px 10px 0;
        margin-top: 5px;
    }
    .book-dashboard-breadscrumb{
        padding-top: 20px;
    }
    .logout-bar {
        /* padding: 20px 20px 0px; */
        /* width: 200px; */
        padding: 30px 0 0;
        margin-left: auto;
        display: none;
    }

    .mobile-logoutbar>.logout-bar {
        display: block;
        width: 42%;
    }

    .logout-img {
        height: 40px;
        width: 40px;
        margin-right: 10px;
    }
    .logout-info h5 {
        font-size: 14px;
    }
    .profile-logout {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.sidebar-menu{
        display: flex;
        overflow-X: auto;
        padding-bottom: 10px !important;
    }
    .add-books {
        padding: 20px 0 40px;
    }
    .fileUpload b{
        font-size: 14px;
    }
    .bookexpo-input label {
        font-size: 15px;
    }
    .bookexpo-input select {
        font-size: 16px;
    }
    .bookexpo-input input{
        font-size: 16px;
    }
    .sidebar-menu a {
        font-size: 16px;
    }

    .rightbar-section-main.newClass {
        position: fixed;
        top: 6%;
        box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 10%);
        z-index: 9999;
        width: 100%;
        background: #fff;
    }

}
/*.................................dashboard change password page Responsive ............................ */

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .change-password {
        padding: 60px 30px 60px 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .change-password  {
        padding: 50px 25px 60px 15px;
    }
    .change-pswd-img {
        width: 80%;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .change-password {
        padding: 40px 20px 60px 10px;
    }
    .expo-d-form>.row {
        flex-direction: column-reverse;
    }
    .change-pswd-img {
        margin: 30px auto;
    }
    .d-form-title{
        text-align: center
    }
    .book-dashboard-breadscrumb.breadscrumb-section .breadscrumb-contain {
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px){
    .change-password {
        padding: 40px 10px 60px 0px;
    }
    .expo-d-form>.row {
        flex-direction: column-reverse;
    }
    .change-pswd-img {
        margin: 30px auto;
    }
    .d-form-title{
        text-align: center
    }
    .book-dashboard-breadscrumb.breadscrumb-section .breadscrumb-contain {
        padding: 20px 10px;
    }
}
@media only screen and (max-width: 576px) {
    .change-password {
        padding: 20px 0 50px;
    }
    .expo-d-form>.row {
        flex-direction: column-reverse;
    }
    .change-pswd-img {
        width: 80%;
        margin: 30px auto;
    }
    .d-form-title{
        text-align: center
    }
    .book-dashboard-breadscrumb.breadscrumb-section .breadscrumb-contain {
        padding: 20px 0;
    }
}

/*.................................dashboard My book page Responsive ............................ */
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .my-books{
        padding: 60px 30px 60px 20px;
    }
    .mybook-d-img{
        width: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .my-books  {
        padding: 50px 25px 60px 15px;
    }
    .mybook-d-img{
        width: 100px;
    }
    .mybooks-d-list table tr td{
        white-space: nowrap;
    }
    .mybooks-filter-box .row>div:last-child{
        margin-left: auto;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .my-books {
        padding: 40px 20px 60px 10px;
    }
    .mybook-d-img{
        width: 100px;
    }
    .mybooks-d-list table tr td{
        white-space: nowrap;
    }
    .mybooks-filter-box .row>div{
        margin-top: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width:767px){
    .my-books {
        padding: 40px 10px 60px 0px;
    }
    .mybook-d-img{
        width: 100px;
    }
    .mybooks-d-list table tr td{
        white-space: nowrap;
    }
    .mybooks-filter-box .row>div{
        margin-top: 10px;
    }
    .mybook-title-box {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .my-books {
        padding: 20px 0 50px;
    }
    .mybook-d-img{
        width: 100px;
    }
    .mybooks-d-list table tr td{
        white-space: nowrap;
    }
    .mybooks-filter-box .row>div{
        margin-top: 10px;
    }
    .mybook-title-box {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }
    .pagination li.page-item {
        margin: 8px 4px;
    }
    .datepicker {
        left:10px !important;
    }
    .datepicker-dropdown.datepicker-orient-top:before,.datepicker-dropdown.datepicker-orient-top:after{
        display: none;
    }
    
    .mybook-title-box .bookexpo-btn {
        height:40px;
        text-align:end;
        margin-left:auto;
    }
    
    .mybook-title-box .bookexpo-btn button {
        height:40px;
    }
    
    .mybooks-filter-box p {
        text-align:center;
    }
    .mybooks-filter-box ul.pagination {
        justify-content:center;
    }
}



/* .......................................event passes page responsive css .......................................... */

@media only screen and (min-width:1200px) and (max-width:1365px) {

    .ticket-table table th{
        font-size:15px;
    }
    .action-btn .edit-btn {
        padding: 8px 18px;
    }
    .action-btn .dlt-btn {
        padding: 8px 18px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {


    .ticket-table table th{
        font-size:14px;
        padding:20px 8px;
    }
    .ticket-table table td{
        font-size:14px;
    }

    .action-btn .edit-btn {
        padding: 8px 18px;
    }
    .action-btn .dlt-btn {
        padding: 8px 18px;
    }
    .d-event-pass {
        padding: 40px 25px 60px 15px;
    }
    .sidebar-menu a {
        font-size: 16px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .d-event-pass {
        padding: 20px 20px 60px 10px;
    }

    .ticket-table {
        margin-top: 20px;
    }
    
    .action-btn .edit-btn {
        padding: 8px 18px;
    }
    .action-btn .dlt-btn {
        padding: 8px 18px;
    }

    .d-event-pass .pagi-flex span {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
    .d-event-pass .pagination {
        justify-content: center;
    }

}

@media only screen and (min-width:576px) and (max-width:767px) {

    .ticket-table {
        margin-top: 15px;
    }

    .d-event-pass {
        padding: 20px 10px;
    }
    .pass-main-box {
        
        padding: 15px;
    }

    .d-event-pass .d-form-title {
        margin-bottom: 15px;
    }    

    
    .d-event-pass .pagi-flex span {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
    .d-event-pass .pagination {
        justify-content: center;
    }
    .action-btn .edit-btn {
        padding: 8px 18px;
    }
    .action-btn .dlt-btn {
        padding: 8px 18px;
    }

}


@media only screen and (max-width:575px) {
    .d-event-pass {
        padding: 20px 20px 30px;
    }
    
    .book-modals-box .ticket-dlt h3 {
        font-size: 25px;
    }
    .book-modals-box #remove-modal lord-icon {
        height: 95px;
    }
    
}

@media only screen and (max-width:375px) {


    .d-event-pass .pagi-flex span {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
    .d-event-pass .pagination {
        justify-content: center;
    }

    .logout-bar {
        display: none;
    }
    .mobile-logoutbar>.logout-bar {
        display: block;
        width: 60%;
    }

    .bookdashboard-header-right {
        column-gap: 15px;
        justify-content: start;
    }
    
    .fileUpload {
        height:45px;
    }
    
}



/* dashboard main header responsive css  */

@media only screen and (min-width:1366px) and (max-width:1399px) {

    
    /* dashboard  */
    .bookdashboard-header-right .all-domain-menu .book-sub-menu.sub-menu1 {
        left: -70px;
        width: 150px;
    }

    .bookdashboard-header-right .all-domain-menu .book-sub-menu {
        left: -80px;
        width: 190px;
    }


    .bookdashboard-header-right {
        margin-left: -30px;
    }
}


@media only screen and (min-width:1200px) and (max-width:1365px) {

     /* dashboard page  */
     .bookdashboard-header-right {
        margin-left: -40px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {

        /* book dashboard  */

        .bookdashboard-header-right {
            margin-left: -80px;
            justify-content: space-around;
        }

}

@media only screen and (min-width:768px) and (max-width:991px) {

    /* book dashboard  */
    .bookdashboard-header-right {
        justify-content: space-around;
    }

}

@media only screen and (min-width:576px) and (max-width:767px) {

        /* book dashboard  */
        .bookdashboard-header-right {
            justify-content: space-around;
        }

}


@media only screen and (max-width: 575px) {

    /* book dashboard  */
    .bookdashboard-header-right {
        justify-content: space-around;
    }
}

/*.................................dashboard Edit profile page Responsive ............................ */
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .edit-profile{
        padding: 60px 30px 60px;
    }
    .profile-img-e{
        width: 35%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .edit-profile  {
        padding: 50px 25px 60px;
    }
    .profile-img-e{
        width: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .edit-profile {
        padding: 40px 20px 60px;
    }
    .profile-img-e{
        width: 65%;
        margin: 0 auto 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width:767px){
    .edit-profile{
        padding: 40px 10px 60px;
    }
    .profile-img-e{
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .edit-profile {
        padding: 20px 0 50px;
    }
    .profile-img-e{
        width: 100%;
    }
}

/*.................................dashboard Edit profile page Responsive ............................ */
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .edit-profile{
        padding: 60px 30px 60px;
    }
    .profile-img-e{
        width: 35%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .edit-profile  {
        padding: 50px 25px 60px;
    }
    .profile-img-e{
        width: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .edit-profile {
        padding: 40px 20px 60px;
    }
    .profile-img-e{
        width: 65%;
        margin: 0 auto 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width:767px){
    .edit-profile{
        padding: 40px 10px 60px;
    }
    .profile-img-e{
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .edit-profile {
        padding: 20px 0 50px;
    }
    .profile-img-e{
        width: 100%;
    }
}

/*.................................dashboard My profile page Responsive ............................ */
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .my-profile{
        padding: 60px 30px 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .my-profile  {
        padding: 50px 25px 60px;
    }
    .personal-detail ul li h4{
        width: 38%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .my-profile{
        padding: 40px 20px 60px;
    }
    .personal-detail{
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width:767px){
    .my-profile{
        padding: 40px 10px 60px;
    }
    .personal-detail{
        margin-bottom: 30px;
    }
    .booksale-information .sale-list li {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .my-profile {
        padding: 20px 0 50px;
    }
    .personal-detail{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 425px){
    .booksale-information .sale-list li {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

}
