body,html{
  width: 100%;
  height: 100%;
}

body{
  color: #222;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  font-size: 14px;
}

/*@font-face {
     font-family: 'OpenSans-Regular';
    src: url(../fonts/OpenSans-Regular.ttf);
}*/


/*======================================================
           COMMAN CLASS
  ======================================================*/
ul{
  margin: 0px;
  padding: 0px;
    list-style: none;
}
li {
  padding: 0px;
}
p{
  margin: 0px;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #999;
  text-decoration: none;
}

.text-upp{
    text-transform: uppercase;
}
/*----------------------FONT COLOR CLASSES-------------------------*/

.whiteclr{
  color: #fff !important;
}
.blackclr{
  color: #000 !important;
}
.mauto{
    margin: 0 auto;
}
.mega-menu{
   
    column-count: 2!important;
}


/*==========       BASIC CLASSES     ==========*/

/* ========================================= */
/* =============SPACE CLASSES============== */
/* ========================================= */
.space5{
  margin-top: 5px;
}
.space10{
  margin-top: 10px;
}
.space15{
  margin-top: 15px;
}
.space20{
  margin-top: 20px;
}
.space25{
  margin-top: 25px;
}
.space30{
  margin-top: 30px;
}
.space40{
  margin-top: 40px;
}
.space50{
  margin-top: 50px !important;
}
.space60{
  margin-top: 60px;
}
.space70{
  margin-top: 70px;
}
.space80{
  margin-top: 80px;
}
.space100{
  margin-top: 100px;
}

/* ========================================= */
/* =============PADDING CLASSES============== */
/* ========================================= */
.pad0{
  padding: 0 !important;
}
.padleft0{
  padding-left: 0px !important;
}
.padright0{
  padding-right: 0px !important;
}
/* ========================================= */
/* =============MARGIN CLASSES============== */
/* ========================================= */
.m0{
  margin: 0;
}



/*--------------------------------------------css coding------------------------------------*/
span.input-group-addon {
    background-color: #acd364;
}

span.input-group-addon .dropdown a{
  color:#333;
}
.nav .dropdown-menu {
    min-width: 450px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 10px;
}

.navbar-right {
    float: right !important;
    margin-right: -30px;
}

.navbar-brand > img {
    display: block;
    margin-top: -5px;
    width: 208px;
}

.navbar-default {
    background-color: rgb(205, 203, 203);
    border-color: transparent;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
    color: #000;
    font-size: 16px;
    margin: 5px;
}

.mega-menu-dropdown li a {
    font-size: 15px;
    line-height: 40px;
}

.navbar-form .form-control{
  border-right:0;
  border-radius: 0;
  border-color: #acd364;
}

.navbar-form .form-control:focus {
    border-color: #acd364;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225, 255, 147, 0.39);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225, 255, 147, 0.39);
}

.input-group-addon{
  background-color: transparent;
  border-radius: 0;
  border-color: #acd364;
}

.btn-search{
  background-color: #acd364;
  border:1px solid #acd364;
  color: #fff;
}

#top-books {
    padding: 50px 0;
   /* background-color: #f1f1f1; */
     background-image: url(../img/scrollerbg.png);
    background-repeat: repeat;
}

.top-books-title {
    font-weight: 600;
    color: #555555;
    text-transform: uppercase;
    border-bottom: 3px solid;
    padding-bottom: 12px;
    margin-bottom: 50px;
    margin-top: 0;
}

.top-books-title:after {
    border-bottom: 3px solid #acd364;
    content: '';
    position: absolute;
    width: 133px;
    left: 1.3%;
    top: 38px;
}

.owl-prev {
    background-color: #acd364;
    color: #fff;
    width: 21px;
    height: 270px;
    top: 0;
    left: -20px;
    font-size: 20px;
    padding: 10% 0;
    text-align: center;
    position: absolute;
}
.owl-next{
  background-color: #acd364;
  color: #fff;
  width: 21px;
  height:270px;
  top: 0;
  right: -20px;
  font-size: 20px;
  padding:10% 0;
  text-align: center;
  position: absolute;
}

#feature-book{
  padding: 50px 0;
}

.feature-books-title {
    font-weight: 600;
    color: #555555;
    text-transform: uppercase;
    border-bottom: 3px solid;
    padding-bottom: 12px;
    margin-bottom: 50px;
    margin-top: 0;
}

.feature-books-title:after {
    border-bottom: 3px solid #acd364;
    content: '';
    position: absolute;
    width: 189px;
    left: 1.3%;
    top: 38px;
}

.navbar {
    position: relative;
    min-height: 50px;
    padding: 10px 0;
    margin-bottom: 0;
    border: 1px solid rgba(181, 177, 177, 0);
}

.score {
    font-size: 20px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}

.rating-box{
  border:1px solid #acd364;
  padding: 10px 0; 
}
.star-ul {
  text-align: center;
}

.fa-star{
  color: #acd364;
  font-size: 20px !important;
}
.star-ul li{
  padding-right: 0;
  padding-left: 0;
}

.rating-txt{
  text-align: center;
  margin-top: 10px;
}
.book-title{
  margin-top: 0;
  font-weight:700;
  font-size: 22px;
}

.releas-date{
  margin-top: -5px;
  font-size: 16px;
  font-weight: 700;
}
.releas-date span{
  font-weight: 100;
}
.description{
  margin-top: 10px;
  font-size: 15px;
}

.read-more{
  background-color:#acd364;
  color: #fff;
  font-size: 16px;
  margin-top: 19px;
  border-radius: 0;
  border:1px solid #acd364;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.read-more:hover{
  background-color:#fff;
  color: #acd364;
  border:1px solid #acd364;
}

.input-group-addon .dropdown-menu {
    margin-top: 10px;
}

footer{
  background-color: #333333;
  padding: 30px 0;
}

.copy-right{
  color: #fff;
}

.copy-right span a {
    color: #0f82e4;
}

.link-ul {
  text-align: right;
}

.link-ul li a{
  color: #f1f1f1;
}

/*=========================================================================description.html=====================================================*/
#description{
  padding: 50px 0;
  background-color: #F5F5F5;
}

.white-box{
  padding: 20px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.27);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.27);
  box-shadow: 0 0 6px rgba(0,0,0,0.27);
}
.space5{
  margin-top: 5px;
}
.rating-box2{
  background-color: #f5f5f5;
  padding: 20px 0;
  margin-top: 10px;
}

.btn-ituns{
  background-color:#039BE5;
  color: #fff;
  border-radius:0; 
  padding:6px 22px;
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.btn-ituns:hover{
  background-color:#fff;
  color: #039BE5;
  border:1px solid #039BE5;
}

.btn-amezone{
  background-color: #F9A51B;
  border-radius:0; 
  padding:3px 9px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.btn-amezone:hover{
  background-color: #fff;
  color: #F9A51B;
  border:1px solid #F9A51B;
}

.social-link{
  text-align: right;
}

.description-title{
    font-weight: 600;
    color: #555555;
    text-transform: uppercase;
    border-bottom: 3px solid;
    padding-bottom: 12px;
    margin-bottom: 50px;
    margin-top: 0;
}

.description-title:after {
    border-bottom: 3px solid #acd364;
    content: '';
    position: absolute;
    width: 157px;
    left: 2%;
    top: 38px;
}

.review-title{
    font-weight: 600;
    color: #555555;
    text-transform: uppercase;
    border-bottom: 3px solid;
    padding-bottom: 12px;
    margin-bottom: 50px;
    margin-top: 0;
}

.review-title:after {
    border-bottom: 3px solid #acd364;
    content: '';
    position: absolute;
    width:85px;
    left: 2%;
    top: 38px;
}

.star-ul-1{
  margin-left:5px;
}

.star-ul-1 li{
  padding-right: 0;
  padding-left: 0;

}

.comment{
  font-size: 18px;
}

.get-it{
  font-style: italic;
  margin-top: 5px;
}

.more{
  font-size:22px;
  font-weight: 600; 
}

.box-shad{
  box-shadow: 0px 0px 10px #f5f5f5;
  background-color: #fff;
}

.box-shad img{
  width:80px;
}

.box-shad .media-body{
padding: 15px 5px;
}
/*------------------------------------footer---------------------------*/

@media(max-width:1024px){
  .btn-amezone {
    padding: 6px 15px;
}
}




/*--------------------------------------------media query-----------------------------------*/



/*---------------------------------------tablet----------------------------------------*/
/*----------------------------------ipad-------------------------------*/
@media(max-device-width: 768px) 
{
  .rating-box {
    border: 1px solid #acd364;
    padding: 10px 0;
    width: 180px;
    margin: 0 auto;
}
.owl-next {
    background-color: #acd364;
    color: #fff;
    width: 21px;
    height: 270px;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 17% 0;
    text-align: center;
    position: absolute;
}
.owl-prev {
    background-color: #acd364;
    color: #fff;
    width: 21px;
    height: 270px;
    top: 0;
    left: 0;
    font-size: 20px;
    padding: 16% 0;
    text-align: center;
    position: absolute;
}
.nav .dropdown-menu {
    min-width: 200px;
}
.navbar-right {
    float: none !important;
    margin-right: -15px;
    text-align: center;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 6px;
    font-size: 12px;
}
.mega-menu-dropdown li a {
    font-size: 13px;
    line-height: 31px;
}
.nav .dropdown-menu {
    min-width: 266px;
    left: -154px;
}
.btn-amezone {
    padding: 6px 16px;
    margin-top: 10px;
}
.social-link > li {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
}
.social-link {
     text-align:left; 
}

}

@media (max-width: 767px){
  .owl-prev {
    background-color: #acd364;
    color: #fff;
    width: 21px;
    height: 270px;
    top: 0;
    left: 0;
    font-size: 20px;
    padding: 30% 0;
    text-align: center;
    position: absolute;
}
.owl-next {
    background-color: #acd364;
    color: #fff;
    width: 21px;
    height: 270px;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 30% 0;
    text-align: center;
    position: absolute;
}
.book-title{
  margin-top: 30px;
}
.rating-box {
    border: 1px solid #acd364;
    padding: 10px 0;
    width: 180px;
    margin: 0 auto;
}
.copy-right {
    color: #fff;
    text-align: center;
}
.link-ul {
    text-align: center;
    margin-top: 20px;
}
.btn-search {
    background-color: #acd364;
    border: 1px solid #acd364;
    color: #fff;
    margin-top: 20px;
    width: 100%;
}
.input-group-addon .dropdown-menu {
    margin-top: 10px;
    left: -93px;
}
.padleft0 {
    padding-left: 15px !important;
}
.btn-amezone {
    padding: 6px 16px;
     margin-top:0; 
}
.social-link {
    text-align: center;
    margin-top: 20px;
}
.navbar-brand > img {
    display: block;
    margin-top: -3px;
    width: 226px;
}
}
/*-------------------------------------------phone-----------------------------------*/

@media (max-width: 320px){
  .btn-ituns {    
    padding: 6px 8px;
    font-size: 14px;
    margin-right: 10px;
}
.btn-amezone {
    padding: 6px 9px;
    margin-top: 0;
    font-size: 13px;
}
}


.contact_box {
    background: #fff;
    border: 1px solid #ccc;
    padding: 30px 20px;
}
.sub-title {
    font-size: 17px;
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
}
.blockbtn {
    background: #ee4c5e;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    border: 0;
}
.space20 {
    margin-top: 20px !important;
}
.darkbluebg {
    background: #06476b !important;
}
.width100 {
    width: 100% !important;
}
.contact_box textarea {
    width: 100%;
    //height: 100px;
    padding: 5px 10px;
}
.contact_box .form-control {
    border-radius: 0px;
    height: 40px;
}
.patternbg {
    background-color: #f3f3f3;
    background-image: url(../img/header_bg.svg);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 297px 299px;
    padding: 100px 0px 250px 0px;
}

.cancel-btn {
    background: #c65756;
    border-color: #bab6b1;
    margin-top: 5px;
}

.cancel-btn:hover {
    background: #b73e3d;
}

.update-btn {
    margin-top: 5px;
}