html,body
{
	/*font-family: Georgia,Times New Roman,Times,serif;*/
 font-family: 'Hahmlet', serif;
    padding: 0;
    margin: 0px;
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
   /* background-size: 35% 100%;*/
   background-size: cover;
   line-height: 35px;
}
.modal-content svg
{
    transform: rotate(89deg);
    top: 156px;
    position: absolute;
    left: 125px;
    height: auto;
    width: 400px;
}
.popupbg
{
  background: #00b7ff;
  padding: 0px;
  color: #fff;
}
.newslettertitle
{
      font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.2px;;
}
.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
.popuptitle
{
  font-size:18px;
  text-align:center;
}
.popuptext
{
  font-size:13px;
  color:#ebbc01;
  line-height:20px;
}
.popup_btn
{
  width: 100%;
    background: #ebbc01;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 5px;
}
button:focus
  {
    border:none !important;
    outline: 0px dotted !important;
  }
.close
{
  font-size:25px;
  opacity:1;
  color:#000;
}
.close:hover
{
  color:#000;
}
button.close
{
  background: #fff;
  padding: 5px 15px 15px 15px;
  font-size: 20px;
}
.popupbg .form-control
{
  color: #fff;
}
.modal-dialog .btn_submit
{
  color: #000;
  background: #fff;
}
.modal-dialog .form-control::placeholder
{
  color: #fff;
  padding: 0 5px;
}
.h_400
{
  height:400px;
}
.popupsub_margin {
  padding-top: 2px !important;
  padding: 0 20px 10px 0;
  width: 100%;
}
small {
    font-size: 16px;
    font-weight: 400;
    line-height: 0;
}
@media (min-width: 576px)
{
.modal-dialog {
    max-width: 700px;
    margin: 5.75rem auto;
}
}
#menuToggle
{
  display: none;
}
.Viewbtn
{
   padding: 150px 50px;
  font-size: 20px;
  text-align: center;
}
.Viewbtn a
{
  font-size: 20px;
  font-weight: 600;
  color: #00b7ff;
}

.book-title
{
  text-align: center;
  font-size: 25px;
  padding: 0px 0 40px 0;
  font-weight: bold;
  margin-right: 300px;
}
strong
{
  font-weight: 600;
}
/*nav menu style*/
/*.openmenu
  {
    display:none;
  }
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow:0 0 3px 0px;
  
}*/
.no-padding a
{
  color:#000000cc !important
}
.sidenav a {
  padding:15px 0px 1px 0px;
  text-decoration: none;
  font-size: 15px;
  color: #00b7ff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #00b7ff;
}

.sidenav .closebtn {
  position: absolute;
    top: 0px;
    right: 30px;
    font-size: 25px;
}
/*
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 0px;}
  .sidenav a {font-size: 15px;}
  #mySidenav.nav-item {
    padding: 0 20px;
  }
  #mySidenav.navbar-brand
  {
    width:60%;
  }
  .openmenu
  {
    display:block;
  }
 }*/
 .navbar
{
  box-shadow: none;
  padding: 0px;
  margin-top: -15px;
 /* position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: -99;
background-color:
#fff;*/
}
.navbar-brand {
    width:auto;
    margin: 0 auto;
    text-align: center;
}

header
{
  position:sticky;
  top:0px;
  z-index:99;
  background:#fff;
}
.sticky {
  background: #fff;
  /*transition: all 0.4s ease;*/
  transition: margin-top 2s ease-in-out .5s;
}

.nav-item
{
  padding: 10px 20px;
    font-size: 20px;

}
.nav-item a
{
  color: #222;
    font-size: 18px;
    letter-spacing: 1.5px;
}
.nav-item a:hover{
  color:#00b7ff;
}
li.active a
{
  color:#00b7ff;
}
/*End nav menu*/
/*banner slider*/
#slider-animation{max-height:auto;}
.heading-box h2{ width:100%; color: red; }
h2, p{color:#000;}
.carousel-item img{width:100%;}
.text-box {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  color: #fff;
  transform: translateY(-60%);
  z-index: 9;
}
#slider-animation h2
{
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
#slider-animation p
{
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.h-90
{
  height: 300px;
}
.carousel-inner {
  padding: 0em;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #fff;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 40%;
  transform: translateY(-50%);
}
#slider-animation .carousel-control-prev,
#slider-animation .carousel-control-next {
  background-color: #fff;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev-icon , .carousel-control-next-icon
{
    background-color: #00b9ff;
    border-radius: 100%;
    opacity: 1;
}
.morebooks
{
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}
.shape {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
}
.shape svg {
    width: 100%;
}
.shape path {
    fill: #fff;
}
img, svg {
    vertical-align: middle;
}
/*End banner slider*/
.testimonial-group > .row {
  overflow-x: auto;
  /*white-space: nowrap;*/
  height: 230px;
}
.testimonial-group > .row > .col-sm-4 {
  display: inline-block;
  float: none;
}
.center-align
{
  margin: 0 auto;
}
.icon_text
{
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  padding-top: 15px;
  color: #000;
}
.circle_widht
{
    max-width: 115px;
    height: 100px;
    margin: 0 auto;
}
.circlebg
{
    background: #00b6ff;
    border-radius: 100%;
    padding: 20px;
    height: 80%;
}
.see_more_link, .bookmarks_detail_see_all_reviews, .heading-5, .toggle-icon
{
  display: none;
}
.container
{
  max-width: 1430px;
}
.bg
{
  background: #00b7ffa6;
  padding: 25px 0 15px 0;
  color: #fff;
  font-size: 18px;
}
.bg a
{
  color: #fff;
  padding: 15px 0px;
  font-weight: 600;
}
.Categories_border
{
  border: 1px solid #ccc;
  padding: 10px;
}
.Categories_border h4
{
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #222;
  margin-bottom: 30px;
  line-height: 25px;
  margin-top: 0px;
  padding: 10px 0px;
}
.Categories_border p
{
  font-size: 16px;
  line-height: 20px;
}
.limited_post_1 .limitedsub_post:nth-child(n+2)
{
  display:none;
}
.limited_post_books_10 .limited_subpost_book_10:nth-child(n+5)
{
  display:none;
}
.limited_post_4 .limited_subpost_4:nth-child(n+6)
{
	display:none;
}
.limited_post_10 .limited_subpost_10:nth-child(n+7)
{
	display:none;
}

.limited_post_20 .limited_subpost_20:nth-child(n+13)
{
  display:none;
}

.category_title
{
	font-size: 25px;
  width: 100%;
  padding: 0px 0px;
  color: #000;
  font-weight: 600;
}
.block-title {
    padding-bottom: 0;
    margin-bottom: 15px !important;
    position: relative;
    overflow: hidden;
  }
.block-title strong {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    background: #fff;
    padding-right: 30px;
    position: relative;
}

.posttext {
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 1;
    background:#fff;
    font-size: 15px;
    font-weight: 600;
}
p
{
	text-align: justify;
}
.inner h3
{
	font-size: 25px;
    padding: 0px 0px;
}
.font_20px {
 text-transform: capitalize;
 font-size: 20px;
  margin: 25px 0px 30px 0px;
  text-align: center;
  text-overflow:ellipsis;
  white-space:hidden;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  overflow:hidden;
  color: #000;
} 
a
{
	color:#000;
}
a:hover{
	color:#000;
}
h2 {
   width: 100%; 
   margin: 30px 0px;
   font-size: 25px;
   text-align: left; 
} 
h3
{
	font-size: 30px;
    padding: 20px 0px;
}
h4 {
   width: 100%; 
   text-align: left; 
   line-height: 0.1em;
   margin: 20px 0 20px; 
   font-size: 20px;
} 
img
{
	width:100%;
}
footer
{
	background-image:url(../images/footerbg.jpg);
  padding: 10px;
  letter-spacing: 1.5px;
  background-size: 100% 100%;
}
.text-uppercase
{
  color: #fff;
  font-size: 18px;
  text-align: left;
  margin: 0 100px;
}
.text-uppercase1
{
  color: #fff;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
}
footer a
{
	padding: 10px 0px;
	color: #fff;
  text-align: left;
}
footer a:hover
{
	color: #fff;
}
.address
{
  color: #fff;
}
.btn_submit{
	   background: #34b7ed;
    color: #fff;
    padding: 5px 29px;
    border: none;
    margin: 0 auto;
    font-size: 18px;
    border-radius: 5px;
}
.copy
{
	font-size: 13px;
    text-align: center;
    border-top: 1px solid #524c4c;
    color: #fff;
}
.md-form.md-outline label
{
	padding-left: 25px;
	font-size:20px;
}
.md-form.md-outline
{
	margin:0px 0px;

}
.mdb-select
{
	background-color: transparent;
    border: 1px solid #dadce0;
    border-radius: 4px;
	color:#757575;
	padding:10px 10px;
	font-size:17px;
	width:100%;
}
.form-control
{
	font-size:15px;
	padding:10px 5px !important;
}
.captchaborder
{
	padding: 10px 0px;
    text-align: center;
    letter-spacing: 10.5px;
   /* margin: 40px 0px 0px 0px;*/
	font-weight:600;
	width:100%;
}
.form-check-label {
    margin-bottom: 0;
    display: inline;
}
.form_width
{
	width: 60%;
}

@media screen and (min-width:200px) and (max-width:350px)
{
  .newslettertitle
  {
    font-size: 18px;
  }
  small
  {
    font-size: 15px;
  }
.modal-content svg {
    transform: rotate(180deg);
     top: 335px;
    position: absolute;
    left: 0;
    height: auto;
    width: 400px;
    bottom: -1px;
  }
  .popupsub_margin {
    padding-top: 2px !important;
    padding: 10px 5px;
    width: 100%;
  }
  .popupbg {
    background: #00b7ff;
    padding: 20px;
    color: #fff;
  }
  /*hamburger menu*/
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 30px;
  left:0px;
  margin-left: 10px;
  /*z-index: 1;*/
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #01b7ff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
 /* background: #36383F;*/
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: auto;
  height: 1000px;
  margin: 30px 0 0 -40px;
  padding: 5px 45px;
  padding-top: 10px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
  font-size: 20px;
  list-style: none;
}
#menuToggle input:checked ~ ul
{
  transform: none;
}
/*End hamburger menu*/
  .navbar-brand {
    width: 50%;
    margin: 0 auto;
   padding: 10px 0;
  }
  .nav-item {
    padding: 0px 0;
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid #04b5fe21;
  }
  .nav-item a
  {
    font-size: 16px;
    padding: 10px 15px;
  }
  .hidden-mb {
    display: none;
  }
  .h-90
  {
    height: auto;
  }
  .mh
  {
    height: 180px;
  }
  .text-box {
    top: 50%;
  }

  #slider-animation p {
    font-size: 10px;
    line-height: 15px;
    text-overflow:ellipsis;
    white-space:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow:hidden;
  }
  #slider-animation h2 {
   font-size: 10px;
    padding: 0px;
    margin: 5px 0px;
    font-weight: 500;
  }
  .morebooks {
    font-size: 8px;
    padding: 5px 10px;
  }
  .shape
  {
    bottom: -1px;
  }
  .font_20px
  {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
  }
  .text-uppercase
  {
    margin: 0px;
    font-size: 15px;
  }
  .Categories_border 
  {
    margin-bottom: 20px;
  }
  h3
  {
    font-size: 18px;
    padding-bottom: 0px;
  }
  .book-title
  {
    text-align: center;
    font-size: 20px;
    padding: 30px 0 30px 0;
    font-weight: bold;
    width: 100%;
  }
  .block-title strong
  {
    font-size: 18px;
  }
  .bookmarks_a_review_pullquote
  {
    font-size: 15px;
    line-height: 30px;
  }
  .address {
    color: #fff;
    font-size: 14px;
  }
  footer a {
    padding: 0px 0px;
    color: #fff;
    text-align: left;
    font-size: 12px;
  }
  .innerpage>.col-md-4, .innerpage>.col-md-8
  {
    padding: 0px;
  }
  .bg {
    background: #00b7ffa6;
    padding: 10px 0 10px 0;
    color: #fff;
    font-size: 15px;
  }
  .category_title
  {
    font-size: 18px;
  }
  .mt-5{
    margin-top: 1rem!important;
  }
  footer
  {
    background: #000;
  }
  .Viewbtn {
    padding: 5px 0px;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 0 2px 0px;
  }
  .Viewbtn a
  {
    font-size: 15px;
  }
}
@media screen and (min-width:351px) and (max-width:500px)
{
  .modal-content svg {
    transform: rotate(180deg);
    top: 320px;
    position: absolute;
    left: 0;
    height: auto;
    width: 400px;
    bottom: -1px;
  }
  .popupsub_margin {
    padding-top: 2px !important;
    padding: 10px 40px;
    width: 100%;
  }
  .popupbg {
    background: #00b7ff;
    padding: 20px;
    color: #fff;
  }
/*hamburger menu*/
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 30px;
  left:0px;
  margin-left: 25px;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #01b7ff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
 /* background: #36383F;*/
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: auto;
  height: 1000px;
  margin: 30px 0 0 -80px;
 /* padding: 45px 45px;*/
  padding-top: 0px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
  font-size: 20px;
  list-style: none;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
/*End hamburger menu*/
	.navbar-brand {
    width: 50%;
    margin: 0 auto;
   padding: 10px 0;
  }
  .nav-item {
    padding: 0px 0;
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid #04b5fe21;
  }
  .nav-item a
  {
  	font-size: 16px;
    padding: 10px 50px;
  }
  .hidden-mb {
    display: none;
  }
  .h-90
  {
    height: auto;
  }
  .mh
  {
    height: 250px;
  }
  .text-box {
    top: 50%;
  }
  #slider-animation p {
    font-size: 10px;
    line-height: 15px;
    text-overflow:ellipsis;
    white-space:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow:hidden;
  }
  #slider-animation h2 {
   font-size: 13px;
    padding: 0px;
    margin: 10px 0px;
    font-weight: 500;
  }
  .morebooks {
    font-size: 11px;
    padding: 5px 10px;
  }
  .shape
  {
    bottom: -1px;
  }
  .font_20px
  {
    font-size: 18px;
    text-align: center;
    font-weight: 600;;
  }
  .text-uppercase
  {
    margin: 0px;
    font-size: 15px;
  }
  .Categories_border 
  {
    margin-bottom: 20px;
  }
  h3
  {
    font-size: 18px;
    padding-bottom: 0px;
  }
  .book-title
  {
    text-align: center;
    font-size: 20px;
    padding: 30px 0 30px 0;
    font-weight: bold;
    width: 100%;
  }
  .block-title strong
  {
    font-size: 18px;
  }
  .bookmarks_a_review_pullquote
  {
    font-size: 15px;
    line-height: 30px;
  }
  .address {
    color: #fff;
    font-size: 14px;
  }
  footer a {
    padding: 0px 0px;
    color: #fff;
    text-align: left;
    font-size: 12px;
  }
  .innerpage>.col-md-4, .innerpage>.col-md-8
  {
    padding: 0px;
  }
  .bg {
    background: #00b7ffa6;
    padding: 10px 0 10px 0;
    color: #fff;
    font-size: 15px;
  }
  .category_title
  {
    font-size: 18px;
  }
  .mt-5{
    margin-top: 1rem!important;
  }
  footer
  {
    background: #000;
  }
  .Viewbtn {
    padding: 5px 0px;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 0 2px 0px;
  }
  .Viewbtn a
  {
    font-size: 15px;
  }

}
@media screen and (min-width:501px) and (max-width:639px)
{
  .modal-content svg {
    transform: rotate(180deg);
    top: 320px;
    position: absolute;
    left: 0;
    height: auto;
    width: 400px;
    bottom: -1px;
  }
  .popupsub_margin {
    padding-top: 2px !important;
    padding: 10px 40px;
    width: 100%;
  }
  .popupbg {
    background: #00b7ff;
    padding: 20px;
    color: #fff;
  }
	/*hamburger menu*/
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 30px;
  left:0px;
  margin-left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #01b7ff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
 /* background: #36383F;*/
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: auto;
  height: 1000px;
  margin:35px 0 0 -80px;
 /* padding: 45px 45px;*/
  padding-top: 0px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
  font-size: 20px;
  list-style: none;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
/*End hamburger menu*/
  .navbar-brand {
   /* width: 80%;*/
  margin: 0 auto;
   padding: 10px 0;
  }
  .nav-item {
    padding: 0px 10px;
    font-size: 20px;
    border-bottom: 1px solid #04b5fe21;
  }
  .nav-item a
  {
    font-size: 20px;
    padding: 10px 30px;
  }
  .hidden-mb {
    display: none;
  }
  .mh
  {
    height: 250px;
  }
  .h-90
  {
    height: auto;
  }
  #slider-animation p {
    font-size: 13px;
    line-height: 15px;
    text-overflow:ellipsis;
    white-space:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow:hidden;
  }
  #slider-animation h2 {
   font-size: 15px;
    padding: 0px;
    margin: 10px 0px;
    font-weight: 500;
  }
  .morebooks {
    font-size: 15px;
    padding: 5px 10px;
  }
  .shape
  {
    bottom: -1px;
  }
  .font_20px
  {
    font-size: 22px;
    text-align: center;
  }
  .text-uppercase
  {
    margin: 0px;
  }
  .Categories_border 
  {
    margin-bottom: 20px;
  }
  h3
  {
    font-size: 25px;
    padding-bottom: 0px;
  }
  .book-title
  {
    margin: 0;
  }
  .Viewbtn {
    padding: 15px 50px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 0px 0px 5px 0px;
  }
}
@media screen and (min-width:640px) and (max-width:767px)
{
  .modal-content svg {
    transform: rotate(180deg);
    top: 320px;
    position: absolute;
    left: 0;
    height: auto;
    width: 400px;
    bottom: -1px;
  }
  .popupsub_margin {
    padding-top: 2px !important;
    padding: 10px 40px;
    width: 100%;
  }
  .popupbg {
    background: #00b7ff;
    padding: 20px;
    color: #fff;
  }
 /*hamburger menu*/
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 40px;
  left:0px;
  margin-left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #01b7ff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
 /* background: #36383F;*/
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: auto;
  height: 1000px;
  margin: 35px 0 0 -80px
 /* padding: 45px 45px;*/
  padding-top: 0px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
  font-size: 20px;
  list-style: none;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
/*End hamburger menu*/
  .navbar-brand {
    /*width: 40%;*/
    margin: 0 auto;
   padding: 10px 0;
  }
  .nav-item {
    padding: 0px 10px;
    font-size: 20px;
    border-bottom: 1px solid #04b5fe21;
  }
  .nav-item a
  {
      font-size: 25px;
      padding: 10px 30px;
  }
  .hidden-mb {
    display: none;
  }
  .mh
  {
    height: 250px;
  }
  .text-box {
    top: 50%;
  }
  #slider-animation p {
    font-size: 15px;
    line-height: 20px;
    text-overflow:ellipsis;
    white-space:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow:hidden;
  }
  #slider-animation h2 {
   font-size: 20px;
    padding: 0px;
    margin: 10px 0px;
    font-weight: 500;
  }
  .morebooks {
    font-size: 15px;
    padding: 5px 10px;
  }
  .shape
  {
    bottom: -40px;
  }
  .font_20px
  {
    font-size: 18px;
    text-align: center;
    font-weight: 600;;
  }
  .text-uppercase
  {
    margin: 0px;
    font-size: 15px;
  }
  .Categories_border 
  {
    margin-bottom: 20px;
  }
  h3
  {
    font-size: 18px;
    padding-bottom: 0px;
  }
  .book-title
  {
    text-align: center;
    font-size: 20px;
    padding: 30px 0 30px 0;
    font-weight: bold;
    width: 100%;
  }
  .block-title strong
  {
    font-size: 18px;
  }
  .bookmarks_a_review_pullquote
  {
    font-size: 15px;
    line-height: 30px;
  }
  .address {
    color: #fff;
    font-size: 14px;
  }
  footer a {
    padding: 0px 0px;
    color: #fff;
    text-align: left;
    font-size: 12px;
  }
  .innerpage>.col-md-4, .innerpage>.col-md-8
  {
    padding: 0px;
  }
  .bg {
    background: #00b7ffa6;
    padding: 10px 0 10px 0;
    color: #fff;
    font-size: 15px;
  }
  .category_title
  {
    font-size: 18px;
  }
  .mt-5{
    margin-top: 1rem!important;
  }
  footer
  {
    background: #000;
  }
  .Viewbtn {
    padding: 5px 0px;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 0 2px 0px;
  }
  .Viewbtn a
  {
    font-size: 15px;
  }
}
@media screen and (min-width:768px) and (max-width:900px)
{
	/*hamburger menu*/
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 40px;
  left:0px;
  margin-left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #01b7ff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
 /* background: #36383F;*/
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: auto;
  height: 1000px;
  margin: 35px 0 0 -80px;
 /* padding: 45px 45px;*/
  padding-top: 0px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
  font-size: 20px;
  list-style: none;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
/*End hamburger menu*/
  .navbar-brand {
    /*width: 55%;*/
  margin: 0 auto;
  padding: 10px 0;
  }
  .nav-item {
    padding: 0px 10px;
    font-size: 20px;
    border-bottom: 1px solid #04b5fe21;
  }
  .nav-item a
  {
    font-size: 20px;
    padding: 10px 100px;
  }
  .hidden-mb {
    display: none;
  }
  .mh
  {
    height: 250px;
  }
  .text-box {
    top: 50%;
  }
  #slider-animation p {
    font-size: 15px;
    line-height: 20px;
    text-overflow:ellipsis;
    white-space:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow:hidden;
  }
  #slider-animation h2 {
   font-size: 20px;
    padding: 0px;
    margin: 10px 0px;
    font-weight: 500;
  }
  .morebooks {
    font-size: 15px;
    padding: 5px 10px;
  }
  .shape
  {
    bottom: -40px;
  }
  .font_20px
  {
    font-size: 18px;
    text-align: center;
  }
  .text-uppercase
  {
    margin: 0px;
  }
  .Categories_border 
  {
    margin-bottom: 20px;
  }
  h3
  {
    font-size: 25px;
    padding-bottom: 0px;
  }
  .book-title
  {
    margin: 0;
  }
}
@media screen and (min-width:901px) and (max-width:991px)
{
	/*hamburger menu*/
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 40px;
  left:0px;
  margin-left: 25px;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #01b7ff;
  border-radius: 3px;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
 /* background: #36383F;*/
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: auto;
  height: 1000px;
  margin: 35px 0 0 -80px;
 /* padding: 45px 45px;*/
  padding-top: 0px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
  font-size: 20px;
  list-style: none;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
/*End hamburger menu*/
  .navbar-brand {
    /*width: 50%;*/
  margin: 0 auto;
   padding: 10px 0;
  }
  .nav-item {
    padding: 0px 10px;
    font-size: 20px;
    border-bottom: 1px solid #04b5fe21;
  }
  .nav-item a
  {
    font-size: 20px;
    padding: 10px 100px;
  }
  .hidden-mb {
    display: none;
  }
  .mh
  {
    height: 250px;
  }
  .text-box {
    top: 50%;
  }
  #slider-animation p {
    font-size: 15px;
    line-height: 20px;
    text-overflow:ellipsis;
    white-space:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow:hidden;
  }
  #slider-animation h2 {
   font-size: 20px;
    padding: 0px;
    margin: 10px 0px;
    font-weight: 500;
  }
  .morebooks {
    font-size: 15px;
    padding: 5px 10px;
  }
  .shape
  {
    bottom: -40px;
  }
  .font_20px
  {
    font-size: 18px;
    text-align: center;
  }
  .text-uppercase
  {
    margin: 0px;
    font-size: 15px;
  }
  .Categories_border 
  {
    margin-bottom: 20px;
  }
  h3
  {
    font-size: 18px;
    padding-bottom: 0px;
  }
  .book-title
  {
    text-align: center;
    font-size: 20px;
    padding: 30px 0 30px 0;
    font-weight: bold;
    width: 100%;
  }
  .block-title strong
  {
    font-size: 18px;
  }
  .bookmarks_a_review_pullquote
  {
    font-size: 15px;
    line-height: 30px;
  }
  .address {
    color: #fff;
    font-size: 14px;
  }
  footer a {
    padding: 0px 0px;
    color: #fff;
    text-align: left;
    font-size: 12px;
  }
  .bg {
    background: #00b7ffa6;
    padding: 10px 0 10px 0;
    color: #fff;
    font-size: 15px;
  }
  .category_title
  {
    font-size: 18px;
  }
  .mt-5{
    margin-top: 1rem!important;
  }
  footer
  {
    background: #000;
  }
  .Viewbtn {
    padding: 5px 0px;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 0 2px 0px;
  }
  .Viewbtn a
  {
    font-size: 15px;
  }
}
@media screen and (min-width:992px) and (max-width:1223px)
{
	
}