
/*** 

====================================================================
                        Books-Page
====================================================================

***/

.books-page-section{
  position: relative;
}

.books-page-section .title-inner .sec-title{
  width: 50%;
}

.books-page-section .title-inner .text{
  position: relative;
  padding-left: 40px;
  width: 50%;
  margin-top: 47px;
}

.books-page-section .title-inner .text p{
  line-height: 30px;
}

.books-page-section .inner-content{
  position: relative;
  display: block;
  border-top: 1px solid #e5e5e5;
  padding-top: 90px;
}

.books-page-section .inner-content:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 100%;
  left: 228px;
  top: 0px;
}

.books-page-section .inner-content .inner-box{
  position: relative;
  padding-left: 410px;
  margin-bottom: 110px;
}

.books-page-section .inner-content .inner-box:last-child{
  margin-bottom: 0px;
}

.books-page-section .inner-content .inner-box .single-item{
  position: relative;
  display: block;
  background: #fff;
  padding: 31px 30px 57px 160px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 210px;
  transition: all 500ms ease;
}

.books-page-section .inner-content .inner-box .single-item:hover{
  border-color: #fff;
  box-shadow: 0 10px 50px rgba(0,0,0,0.1);
}

.books-page-section .inner-content .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.books-page-section .inner-content .inner-box .single-item .image-box{
  position: absolute;
  left: 30px;
  top: 30px;
  width: 100px;
  height: 150px;
  border-radius: 5px;
}

.books-page-section .inner-content .inner-box .single-item .image-box img{
  width: 100%;
  border-radius: 5px;
}

.books-page-section .inner-content .inner-box .single-item h4{
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.books-page-section .inner-content .inner-box h5{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
  font-weight: 600;
}

.books-page-section .inner-content .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 4px;
  left: 216px;
  box-shadow: 0 0px 20px 15px #edf2f2;
}

.books-page-section .inner-content .inner-box:after{
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 9px;
  left: 221px;
}

.books-page-section .inner-content .inner-box .arrow{
  position: absolute;
  left: 117px;
  top: 11px;
  width: 223px;
  height: 11px;
  background-repeat: no-repeat;
}

.books-page-section .title-inner{
  margin-bottom: 33px;
}