
@import url('https://use.fontawesome.com/releases/v5.7.0/css/all.css');

.back-to-top.btnshow {
    transform: translateY(0px);
}
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 28px;
    width: 48px;
    height: 48px;
    background: #f0a82b;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    z-index: 99;
    cursor: pointer;
    box-shadow: 0px 0px 7px 4px #00000017;
    transition-duration: 0.6s;
    transform: translateY(80px);
}
#block-allbooksheader img{height: 615px; padding-top: 30px;}
*{
	margin:0px;
    padding:0px;
    font-weight: 400;
	font-family: 'Comfortaa';

}
.story-books .book-box {width: 23%; min-height: 570px;}
.story-books img{width: 250px; height: auto;}
.story-books h3 {font-size: 17px;}
.story-books .btn_das {
    padding: 12px;
    display: initial;
    font-size: 12px;
    margin: 2px;
}
.story-books .bnnr-title {
    min-height: 110px;
    padding-top: 10px;
}
.all-news .pager{
    text-align: center;
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 455px;
    overflow: hidden;
}

.all-news .pager ul li.pager__item {
    float: left;
    padding: 5px;
    list-style: none;
}
.all-news .pager ul li.pager__item a {
    background: #000;
    padding: 9px 12px;
    color: #fff;
}
.container.all-books img{width: 100%;}
.book-related.all-books p {
    font-size: 14px;
    margin-bottom: 0;
}

.all-books .buy_option{clear:both; position: relative;}
.book-related.all-books h3 {
    font-size: 15px;
    font-weight: 800;
    min-height: 40px;
    padding-top: 5px;
}

.book-box .middle_bok {
    float:
    left;
    padding-bottom: 10px;
}
#block-views-block-related-books-block-1 .views-row {min-height: 580px;float: left; width: 30%; margin-right: 3%;}
.buy_option {
    /* vertical-align: bottom; */
    /* position: absolute; */
    /* bottom: 0; */
}

.book-related.all-books {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.book-box {
    float: left;
    width: 31%;
    margin: 1%;
    background: #cccccc36;
    min-height: 535px;
    padding: 20px;
}
.view-morebook{float: right;/* position: relative; *//* display: block; */}
@font-face {
  font-family: 'Comfortaa';
  font-weight: 400;
  src: url(../fonts/Comfortaa-Regular.ttf);
}
@font-face {
  font-family: 'Comfortaa';
  font-weight: 200;
  src: url(../fonts/Comfortaa-Light.ttf);
}
@font-face {
  font-family: 'Comfortaa';
  font-weight: 500;
  src: url(../fonts/Comfortaa-Medium.ttf);
}
@font-face {
  font-family: 'Comfortaa';
  font-weight: 600;
  src: url(../fonts/Comfortaa-Bold.ttf);
}
@font-face {
  font-family: 'Zapfino';
  src: url(../fonts/Zapfino.ttf);
}
.w-100{
    width: 100%;
}
html.has-scroll-smooth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;  
}
body.no-scroll {
    overflow: hidden;
}
html {
  scroll-behavior: smooth;
}

.custom_container{ 
    padding:0 8%;
}



/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #343B42; 
    border-radius: 60px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #343B42; 
}



/* common style */


.preloader{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 92;
}
.preloader__wrap {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.preloader .preloader__wrap span {
    width: 50%;
    height: 100vh;
    background: #343b42;
    display: block;
    transition: 1s;
}
.preloader.isdone .preloader__wrap span {
    width: 0%;
    transition-delay:2.5s;
}
.preloader .line_pre{
    position: absolute;
    width: 2px;
    height: 0%;
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 1.5s cubic-bezier(0.15, 0.51, 0.79, -0.1);
}
.preloader.isdone .line_pre {
    height: 100%;
    transition-delay:0.8s;
    opacity:0;
}
.preloader.isdone{
    z-index: -10;
    transition-delay:4s;
}







.btn-menu {
    background: rgb(1 32 94 / 48%);
    border-radius: 0;
    box-shadow:none !important;
    color: #fff !important;
    min-width: 160px;
    padding: 10px 0;
    text-transform: uppercase;
}


.title h2 {
    text-transform: capitalize;
    font-size: 48px;
    color: #262626;
    font-weight: 600;
}
.title hr {
    width: 15%;
    background: #112959;
    height: 2px;
    margin: 0;
}
.navbar-animation{
  padding-bottom: 5px;
  overflow: hidden;
 position: relative;
  
}
.navbar-animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #112959;
  transform: translateX(-110%);  content: '';
  position: absolute;
  transition: transform .5s ease;
}
.navbar-animation:hover:before {
  transform: translateX(0);
}

.header_right {
    padding: 16px 0px;
}


header nav .navbar-brand img{ 
    width: 220px;
    transition: 0.5s all;
}



header nav .main_menu.kk li a{
    transform: translateY(0%);
}
header nav .main_menu.closeMenu li a {
    transform: translateY(150%) !important;
}
header nav .main_menu.kk li:nth-child(1) a{
    transition-delay: .5s !important; 
}
header nav .main_menu.kk li:nth-child(2) a{
    transition-delay: .55s !important; 
}
header nav .main_menu.kk li:nth-child(3)  a{
    transition-delay: .6s !important; 
}
header nav .main_menu.kk li:nth-child(4)  a{
    transition-delay: .65s !important; 
}
header nav .main_menu.kk li:nth-child(5)  a{
    transition-delay: .7s !important; 
}
header nav .main_menu.kk li:nth-child(6)  a{
    transition-delay: .75s !important; 
}
header nav .main_menu.kk li:nth-child(7)  a{
    transition-delay: .8s !important; 
}
header nav .main_menu.kk li:nth-child(8)  a{
    transition-delay: .85s !important; 
}

    
header nav .main_menu.closeMenu li:nth-child(1) a{
    transition-delay: .1s !important;
}

header nav .main_menu.closeMenu li:nth-child(2) a{
    transition-delay: .15s !important;
}

header nav .main_menu.closeMenu li:nth-child(3) a{
    transition-delay: .2s !important;
}

header nav .main_menu.closeMenu li:nth-child(4) a{
    transition-delay: .25s !important;
}

header nav .main_menu.closeMenu li:nth-child(5) a{
    transition-delay: .3s !important;
}
header nav .main_menu.closeMenu li:nth-child(6) a{
    transition-delay: .35s !important;
}

header nav .main_menu.closeMenu li:nth-child(7) a{
    transition-delay: .4s !important;
}

header nav .main_menu.closeMenu li:nth-child(8) a{
    transition-delay: .45s !important;
}



header{
    width: 100%;
    transition: 0.5s all;
    background: #fff;    
    position: fixed;
    top: 0;
    border-top: 10px solid #343B42;
    z-index: 9;
}


.form-inline {
    color: #fff;
}

header .navbar-brand span {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-left: 10px;
}
.menu {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    margin: 0;
}
.menu a {
    padding: 5px 6px 0px;
    color: #171717;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
}
.menu li {
    margin: 0 8px;
}
.menu li:last-child a {
    padding-right: 0 ;
}

.side_bar  {
    display: none;
    width: 45px;
    z-index: 1;
    height: 46px;
    /* position: relative; */
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 0;
}
.side_bar span {
    display: block;
    position: absolute;
    height: 2px;
    width: 95%;
    background: #fab10b;
    border-radius: 9px;
    opacity: 1;
    border-radius: 40px;
    left: 0%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



.side_bar span:nth-child(1) {
    top: 15px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .side_bar span:nth-child(2) {
    top:53%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .side_bar span:nth-child(3) {
    bottom: 20%;
    width: 52%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .side_bar.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
       top: 20%;
    left: 25%;
  }
  
  .side_bar.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  
  .side_bar.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8%;
    width: 95%;
    left: 22%;
  }
  
  
.btn_das{
    padding: 12px;
    display: inline-block;
    position: relative;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    min-width: 150px;
    background: #343B42;
    border-radius: 40px;
    font-size: 13px;
    text-align: center;
    font-weight: 800;
    transition:0.6s ;
    border: 1px solid #343B42;
}
.btn_das span{
    font-weight: 800;
}

.btn_das:hover {
    color: #343B42 !important;
    background: #fff;
}

.title_head{
  position: relative;
  /*text-align: center;*/
    overflow: hidden;
}
.title_head:before{
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: #ababab;
    transition: 3s;
  top: 50%;
  transform: translateY(-50%);
}
.title.animation .title_head:before{
  width: 100%;
    transition-delay: 0.2s;

}
.title h3 {
    text-transform: capitalize;
    font-size: 36px;
    color: #343B42;
    font-weight: 800;
}
.title p {
    font-size: 18px;
    color: #878787;
    font-weight: 800;
}
.menu_animation {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
.menu_animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fcc102;
  transform: translateX(-110%);
  content: '';
  position: absolute;
  transition: transform .6s ease;
}
.menu_animation:hover:before {
  transform: translateX(0);
}





.main_bnner {
    padding-bottom: 60px;
    padding-top: 60px;
}

#banner_quote {
    text-align: center;
    width: 55%;
    margin: 10px auto;
    transition: 1s;
    transform: translateY(100%);
    opacity: 0;
}
.main_bnner.animate #banner_quote {
    transition-delay: 0.5s;
    transform: translateY(0%);
    opacity: 1;
}
#banner_quote h3 {
    font-weight: 800;
    font-size: 22px;
}
#banner_quote span {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    color:#f0a82b;
    display: inline-block;
}
.bnnr-title{
    min-height: 155px;
}
.bnnr-para{
    overflow:hidden;
}



#home_bnnr {
    text-align: center;
    padding-top: 20px;
}
#home_bnnr img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: 1s;
    opacity: 0;
    transform: translateY(20%);
}
.main_bnner.animate #home_bnnr img {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1s;
}
.main_bnner #home_bnnr .swiper-slide:hover img {
    transform: translateY(-20px);
    transition-delay: 0s;
}

#home_bnnr h3 {
    font-size: 15px;
    font-weight: 800;
    width: 76%;
    margin: auto;
    margin-bottom: 0px;
    transition: 1s;
    opacity: 0;
    transform: translateY(100%);
}
.main_bnner.animate #home_bnnr h3 {
    opacity: 1;
    transition-delay: 1.5s;
    transform: translateY(0%);
}
.rating {
    margin: 12px;
    transition: 1s;
    opacity: 0;
    transform: translateY(100%);
}
.main_bnner.animate #home_bnnr .rating {
    opacity: 1;
    transition-delay: 1.8s;
    transform: translateY(0%);
}
.rating i{
    color: #F2A92B;
    font-size: 14px;
}





.about {
    background: #F6F6F6;
    padding: 80px 0;
    overflow: hidden;
}
.about .title h3 {
    margin-bottom: 30px;
}

.about .about_img img:last-child{
	position: absolute;
    right: -10%;
    bottom: -25%;
    width: 250px;
}

.about .about_img {
    position: relative;
    text-align: center;
}

.about .about_img img {
    width: 350px;
    border-radius: 20px;
}

.appeared {
    /*margin-top: 60px;*/
}
.appeared h6{
	font-size: 22px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #343B42;		
}
.appeared img{
    width: 100%;
    height: 93px;
    object-fit: contain;
    object-position: bottom;
    background: #fff;
}




.latest{
    padding: 80px 0;
}


section.latest h3 {
    font-size: 34px;
}

.latest .title {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
}

.latest .title .btn_das {
    background: #F0A82B;
    border: 1px solid #F0A82B;
}
.latest .title .btn_das:hover {
    background: #fff;
    color: #F0A82B !important;
}
.latest .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px; 
    transition: 1s;
}
.latest .swiper-slide:hover img {
    transform: scale(1.1);
}
.latest_img {
    overflow: hidden;
    border-radius: 20px;
}
.latest .swiper-slide .latest_content h2{
    font-size: 20px;
    color: #343B42;
    margin-bottom: 20px;
    font-weight: 800;
    min-height: 82px;
}
.latest .swiper-slide .latest_content p{
    color: #878787;
    font-weight: 800;
    font-size: 15px;
}

.latest_info {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 20px 0;
    color: #F0A82B;
    font-size: 14px;
}
.latest_info i{
    font-size: 16px;
}
.latest_info a{
    display: inline-block;
    color: #F0A82B;
    text-decoration: none;
    margin: 0 3px;
}






section.new_launch {
    padding: 0 0 100px 0;
    position: relative;
}					

.new_launch img.book_img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    transition: 1s;
}
.new_launch img.book_img:hover  {
    transform: translateY(-20px);
    transition-delay: 0s !important;
}
.new_launch .launch_content {
    position: relative;
    padding-left: 20%;
}
.new_launch .launch_content .big_one {
    position: absolute;
    font-size: 40em;
    top: -100%;
    left: -100%;
    color: #F0A82B;
    z-index: -1;
    line-height: 1;
    font-weight: 800;
    transition: 1s;
}
.new_launch.animate .launch_content .big_one {
    transition-delay: 1.5s;    
    left: -10%;
}
.new_launch .launch_content h4 {
    font-size:48px;
	color:#343B42;
    font-weight: 800;
}
.new_launch .launch_content p {
    font-size: 15px;
    margin-top: 20px;
	color:#878787;
}

.new_launch .buy_option {
    /*display: inline-flex;*/
    /*justify-content: space-between;*/
    width: 100%;
}


.read_more a{
  text-decoration: none;
  color: #0a1326;
  margin: 40px 0;
}
.read_more:hover a i{
    margin-left: 22px;
}
.read_more a i {
    font-size: 14px;
    text-decoration: none;
    color: #fcc102;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    border: 2px solid;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
}
.cover_photo{
    overflow: hidden;
}
.cover_photo img{
    width: 100%;
    transition: 1s;
}
.cover_photo:hover img{
    transform: scale(1.1);
}

footer{
  background:#FFFAF1;
  padding: 60px 0 ; 
}
.footer_menu li a{
    margin-left: 30px;
    display: block;
    text-decoration: none;
    color: #171717;
    font-size: 15px;
    font-weight: 800;
}
.footer_menu li {
  list-style: none;
    display: inline-block;
}
.contact_links {
  display: inline-flex;
  list-style: none;
  margin: 0;
    margin-bottom: 40px;
}
.contact_links li {
  margin: 0 10px;
}
.contact_links li a {
    color: #F0A82B;
    font-size: 22px;
    text-decoration: none;
    transition: 0.6s;
}
.contact_links li a:hover{
  color: #343B42;
}
footer p{
  color: #0a1326;
  font-weight: 800;
  margin-bottom: 0px;
  font-size:15px;
  display: block;
}
footer .designed{
  font-weight: 800;
  font-size:13px;
    display: inline-flex;
}
footer .designed a {
	margin-left: 5px;
    text-decoration: none;
    color: #171717;
    font-weight: 800;
}

.hpimage{height: 675px;}
.commentary{
    padding-bottom:80px;
}

.comment_list ul {
    padding: 40px 0 0;
    list-style: none;
}
.comment_list ul li {
    margin-bottom: 60px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 60px;
}
.comment_list ul li:hover h4{
    color: #F2B64E;
    margin-left: 20px;
}
.comment_list ul li:last-child {
    border-bottom: none;
    margin: 0;
}
.comment_list ul li a {
    border-left: 3px solid #F2B64E;
    padding-left: 40px;
    text-decoration:none;
    display: block;
}
.comment_list ul li h4 {
    font-weight: 800;
    color: #343B42;
    transition: 0.6s;
    font-size: 30px;
}
.comment_list ul li p {
    color: #878787;
    font-size: 18px;
    margin: 0;
    font-weight: 800;
}

.all-news .row {clear: both; position: relative;}
.all-news .form-item-title, .all-news .form-item-field-categories-target-id {
    float: left;
    width: 25%;
}
.all-news .form-item-title input {padding: 5px; border-radius: 7px;}
.all-news .form-item-field-categories-target-id select{
    padding: 8px 21px;
    margin-top: 4px;
	 border-radius: 7px;
}
.all-news #edit-actions input{
    background: #F0A82B;
    border: 1px solid #F0A82B;
    padding: 8px 30px;
    border-radius: 7px;
}
@media only screen and (max-width: 760px) {

    .header_right {
        width: 100%;
    }
 
    footer {
        padding: 20px 0;
    }
    .footer_logo img {
        height: 70px;
        padding: 10px 20px;
    }
    footer .col-md-4:nth-child(3)  {
        order: 1;
    }
    .footer_right {
        margin-top: 0px;
    }
    footer .col-md-12.mt-4 {
        order: 1;
    }
    footer .col-md-12:nth-child(6)  {
        order: 2;
    }
    footer .col-md-12:nth-child(6) img {
        width: 100% !important;
    }
    .line {
        margin: 0px auto;
    }
    
}


@media (max-width: 992px){  
#block-allbooksheader img{height: auto;}
.press_img img{height:auto !important;}
.head_inner{padding:0!important;}.contact .title h3{margin:0!important;}
    .container p, .container h2, .container h3 {text-align: left;}
    header{position:relative;}
    .story-books .book-box{width: 100%;}
    .all-news .form-item-title, .all-news .form-item-field-categories-target-id{width: 100%;}
    .all-news .form-item-field-categories-target-id select, .all-news .form-item-title input{width: 100%;}
    #edit-actions{float:right; margin-top:5px;}
    body.no-scroll {
    overflow: inherit;
}
.inner_bnner img {height: auto!important;}
.heritage .swiper-slide .her_img img{object-fit: contain!important;height: auto!important;}
.hpimage{height: auto!important;}
.container{overflow:hidden;}
.head_banner .container,  .commentary .container {padding: 0!important;}
.inner_bnner img{padding-top:0!important;}
    .title h3 {
        font-size: 28px;
        margin-bottom: 15px !important;
    }   
    .title p {
        font-size: 14px;
    }
    .side_bar  {
        display: inline-block;
    }
    .contact_links {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 15px 0; 
    }
    .custom_container {
        padding: 0 4%;
    }
    .menu {
     display: unset;
     /* margin: 0!important; */
     /* padding: 0; */
     width: 100%;
    }
    
     .menu a {
        font-size: 16px !important;
        font-weight: 400;
        /* margin-bottom: 10px; */
        transition: 0.6s;
        transform: translateY(150%);
        color: #000 !important;
    }   
    .menu li {
        margin: 0 8px;
        overflow: hidden;
        border-bottom: 1px solid #9f8787;
    }
    header nav .navbar-brand img {
        width: 180px;
    }
    header nav .main_menu {
        top: -130%;
        left: 0%;
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
        background-color: #fff;
        transition: 0.9s all ease-in-out !important;
        display: inline-flex;
        justify-content: center;
        flex-direction: column;
    }
    header nav .main_menu.kk {
        transition: 0.5s all !important;
        top: 0px;
    }
    
    .inner_bnner {
        height: auto;
        /* padding-top: 80px; */
        margin-top: 20px !important;
    }
	.form-inline.main_menu.remove-menu {
    display: none;
	}
    #banner_quote {
        width: 100%;
        margin: 20px auto;
    }
    .main_bnner {
        padding-bottom: 40px;
        padding-top: 10px;
    }
    
    #home_bnnr img {
        height: 220px;
    }
    section.new_launch {
        padding: 40px 0;
    }
    .new_launch .launch_content {
        padding-left: 0;
    }
    .new_launch .launch_content h4 {
        font-size: 32px;
    }
    .new_launch img.book_img {
        height: 280px;
        margin-top: 40px;
    }
    #banner_quote h3 {
        font-size: 18px;
    padding: 0 10px;
    }
    .about {
        padding: 40px 0;
    }
    .appeared {
        margin-top: 30px;
    }
    .latest {
        padding: 40px 0;
    }
    .latest .swiper-slide img {
        height: 220px;
    }
    .latest .title {
        margin-bottom: 25px;
    }
    .latest .title {
        margin-bottom: 25px;
        flex-wrap: wrap;
    }
    .contact_links {
        margin-bottom: 0px;
    }
    .footer_menu li a {
        font-size: 14px;
    }
    .footer_menu li:first-child a {
        margin-left: 0px;
    }
    
    .footer_left {
        margin-top: 30px;
    }
    footer p {
        font-size: 12px;
    }
    .contact_links li a {
        font-size: 18px;
    }
    .blog-post #block-thebest-page-title h1 {
        padding: 30px 4% 0% 4% !important;
        font-size: 2rem;
    }
    .blog-post #block-thebest-content article p {
        font-size: 16px !important;
    }.blog-post article {
    padding: 2% 4% 10% 4% !important;
}
.book-box{width: 100%;}
.blog-post #block-thebest-content article img{height:auto important; margin:0;}
#block-views-block-related-books-block-1 .views-row{float:none;}
}



.blog-post article{
    padding:  2% 8% 10% 8%;
}
.blog-post #block-thebest-content article img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    aspect-ratio: 3 / 4;
    height: 90vh;
    
}
.blog-post #block-thebest-content article footer {
    display: none;
}
.blog-post #block-thebest-content  article p {
    font-size: 18px;
    text-align: justify;
}

.all-news{margin-top: 20px;}
.blog-post #block-thebest-page-title h1 {
    padding: 10% 8% 0% 8%;
}





.blog-post #block-thebest-content article .links.inline{
    display: none;
}

#block-thebest-content .responsive-enabled {
    width: 84%;
    margin: 60px auto;
    border: 1px solid  #d8d8d8;
    padding: 20px;
    border-collapse: unset;
}
#block-thebest-content .responsive-enabled th {
    padding: 15px 0 !important;
    border-bottom: 1px solid #d8d8d8;
    font-weight: 800;
    color: #000;
}
#block-thebest-content .responsive-enabled td {
    padding: 15px 0 !important;
    border-bottom: 1px solid  #d8d8d8;
}




/***User login page*/


.user-login-form {
    padding: 2% 8%;
    width: 60%;
    margin: auto;
}
.user-login-form .js-form-item{
    margin-bottom: 20px;
}
.user-login-form .form-text {
    height: 50px;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #c5c5c5;
}

.user-login-form label {
    font-weight: 600;
}

.form-actions #edit-submit {
    padding: 12px;
    display: inline-block;
    position: relative;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    min-width: 150px;
    background: #343B42;
    border-radius: 40px;
    font-size: 13px;
    text-align: center;
    font-weight: 800;
    transition: 0.6s;
    border: 1px solid #343B42;
}

.swiper-slide .banner_content {padding-bottom: 30px;}
#block-views-block-book-details-block-1,
#block-views-block-review-pdf-block-1 {
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    overflow: hidden;
    top: 70px;
}
#block-views-block-book-details-block-1 .img-section, 
#block-views-block-book-review-block-1 .img-section,
#block-views-block-review-pdf-block-1 .img-section {
    float:left; width: 25%;
}
#block-views-block-book-details-block-1 .content-section, 
#block-views-block-book-review-block-1 .content-section,
#block-views-block-review-pdf-block-1 .content-section {
    float: left;
    text-align: justify;
}
#block-views-block-book-review-block-1 .content-section{padding-top: 80px;}
#block-views-block-book-review-block-1 .buy_option{padding-top: 30px;}
#block-views-block-book-details-block-1 .top-section {margin-bottom: 40px;}

#block-views-block-review-pdf-block-1 .content-section{padding-top: 80px;}
#block-views-block-review-pdf-block-1 .buy_option{padding-top: 30px;}
#block-views-block-review-pdf-block-1 .top-section {margin-bottom: 40px;}

.review-details .heading{padding-bottom: 51px;}
.review-details .heading .borderline {
    border: 1px solid;
    margin-left: 28%;
    float: right;
    width: 70%;
}
.review-details .heading span {
    font-weight: 800;
    font-size: 17px;
    position: relative;
    top: 15px;
    display: block;
    float: left;
}
#block-views-block-book-details-block-1 ul li, 
#block-views-block-book-review-block-1 ul li{list-style: none; padding-bottom: 45px;}
.review-details ul li span {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: #000000;
    display: inline-block;
}
#block-views-block-related-books-block-1 {
    margin: 0 auto;
    width: 1280px;
    clear: both;
    margin-bottom: 40px;
    padding: 0 15px;

}

#block-views-block-related-books-block-1 header {position: relative;border-top:0;margin-bottom: 40px;}
#block-views-block-related-books-block-1 h2  {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}
#block-bookfooter {clear: both; position: relative;}
.swiper-wrapper .middle_bok {padding-bottom: 20px;}

.hpslider {
    padding-top: 93px;
    object-fit: cover;
}
.bookbuy_option {
    text-align: center;
    margin: 40px auto;
}
.slideviewmorebtn {
    text-align: center;
    margin: 40px auto;
    position: absolute;
    bottom: 0%;
    left: 48%;
}
.node-862 .news-logo {
    padding: 115px 8% 20px;
}
.node-862 .news-logo p {
    margin-top: 15px;
}
.node-862 .news-logo a {
    color: #000;
}
.blog-post.node-862 #block-thebest-page-title h1 {
        padding: 0% 8% 0% 8%;
}
.n862.sub-heading {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 30px;
}
.image-meta {
    border-bottom: 1px solid #bbb;
    padding: 15px 0;
    margin-bottom: 30px;
}
.image-meta .image-caption {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.inner_bnner {
    margin-top: 100px;
}

.zapfino-font {
    font-family: 'Zapfino';
}
.announcement-section {
    margin-top: 8rem;
}
.announcement-section h2, .announcement-section h5 {
    line-height: 3.5;
    font-family: inherit;
}
.book_quote_slider .bnnr-title p {
    font-weight: 800;
    font-size: 22px;
}
#block-views-block-book-quotes-block-1 h2,
#block-views-block-book-quotes-block-2 h2{
    text-align: center;
}
.about_content h3 {
    font-family: 'Zapfino';
}
#block-bookstrilogy {
    /*line-height: 4;*/
    margin-bottom: 10vh;
}
#block-bookstrilogy li::marker {
    content: '';
}
#block-bookstrilogy h4 {
    line-height: 2;
}
.launch_content2 {
    margin-top: 20px;
}
.aimbook { 
    padding-top: 60px !important;
}
.pt120 { 
    padding-top: 120px !important;
}

@media (min-width: 768px) and (max-width: 992px) {
    .slideviewmorebtn {
        display: none;
    }
    .node-862 .news-logo {
        padding: 30px 8% 0px;
    }
    .blog-post #block-thebest-content article img {
        height: 40vh;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .slideviewmorebtn {
        display: none;
    }
    .node-862 .news-logo {
        padding: 30px 8% 0px;
    }
    .blog-post #block-thebest-content article img {
        height: 40vh;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .slideviewmorebtn {
        display: none;
    }
    .node-862 .news-logo {
        padding: 30px 8% 0px;
    }
    .blog-post #block-thebest-content article img {
        height: 25vh;
    }
    .announcement-section {
        margin-top: 2rem;
    }
    .announcement-section h5 {
        font-size: 16px;
    }
    .announcement-section h2 {
        font-size: 26px;
    }
    .new_launch .buy_option {
        text-align: center;
    }
}