.paging-slider .swiper-pagination-bullet {
    margin-bottom : 10px !important;
}
.book-button:hover, .submit:hover {
    background : #bd469a;
    border-color : #bd469a;
}
.book-button-active {
    border-color : #bd469a;
}
.testimonial-half, .subcribe-half{
    height: auto!important;
}
.testimonial-half .book-half-testimonial, .subcribe-half .book-half-testimonial{
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.paging-slider{
    position: initial;
    display:inline-block;
    margin-top:30px;
    margin-bottom:30px;
    transform : none;
}
.subcribe-half .form-subcrible{
    transform: unset;
    width: 100%;
    left: 0;
    top: auto;
    padding: 7% 0;
}
.book-about-author {
    display :none;
}
/*Binjuhor modifile submenu*/
.overlay ul li.menu-item-has-children:hover .sub-menu{
    transition: height opacity 0.3s ease-in-out;
    -webkit-transition: height opacity 0.3s ease-in-out;
}

.overlay ul #menu-item-287:hover .sub-menu{
    height:150px;
}

.overlay ul #menu-item-286:hover .sub-menu{
    height:75px;
}

@media screen and (min-width: 769px) {
    .overlay ul li.menu-item-has-children .sub-menu{
        padding-left:15%;
        padding-right:15%;
    }
}
.overlay ul li .sub-menu li{
    float: none;
    display:inline-block;
    margin-right:25px;    
    line-height:35px;
}
@media screen and (min-width: 769px) {
    .overlay ul li .sub-menu li{
        margin-right:50px;
        line-height: 75px;
    }
}
#logo img{
    max-width:100%;
}
.swiper-pagination-bullet-active{
    width: 30px!important;
    height: 30px!important;
    background-color: #bd469a!important;
}
.paging-slider .swiper-pagination-bullet{
    width: 30px!important;
    height: 30px!important;
    border-color: #bd469a!important;
}
.subcribe-half .subcribe-message-title .subcribe-title {
    line-height: 35px;
}
@media only screen and (max-width: 768px) {
    .header-landing .top-header .humberger-landing {
        top: 100% !important;
    }
}

@media only screen and (max-width:768px) {
    .testimonial-half .book-half-testimonial, .subcribe-half .book-half-testimonial{
       /*  transform: none; */
    }
    footer .bottom-footer .copyright{
        width: 100%;
        padding: 0 15px;
    }
}
.about-book-landing.class_padding_small .book-item-intro .book-info-show a:hover {
        color: #bd469a;
}