/* ebook css file */
.ebook-banner-wrapper {
  background-color: #f3f3f3;
  background-image: url(../images/left_bannerimg.png);
  background-repeat: no-repeat;
  background-size: 59% 100%;
  border-bottom: 3px solid #1e282f;
}
.ebook-banner-wrapper .container {
  padding: 0 15px;
  max-width: 1330px;
}
.ebook-banner-wrapper .buy-now-btn {
  min-width: 185px;
  max-width: 100%;
  height: 52px;
  font-size: 20px;
  position: relative;
  transition: all 0.3s;
  background: #28a7fb;
  color: #ffffff;
  border: 2px solid #28a7fb;
  padding: 0 10px 0 53px;
  border-radius: 27px;
}
.ebook-banner-wrapper .buy-now-btn:hover {
  color: #373737;
  background: #ffffff;
}
.ebook-banner-wrapper .buy-now-btn:hover .cart-icon .normal-img {
  display: none;
}
.ebook-banner-wrapper .buy-now-btn:hover .cart-icon .hover-img {
  display: block;
}
.ebook-banner-wrapper .buy-now-btn .cart-icon {
  position: absolute;
  left: 10px;
  width: 40px;
  top: 6px;
}
.ebook-banner-wrapper .buy-now-btn .cart-icon .hover-img {
  display: none;
}
.ebook-banner-wrapper .ebook-banner-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.ebook-banner-wrapper .ebook-banner-inner .banner-left-content {
  width: 40%;
  padding: 57px 20px 80px 0px;
}
.ebook-banner-wrapper .ebook-banner-inner .banner-left-content .heading-text {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 17px;
  width: 100%;
  float: left;
}
.ebook-banner-wrapper .ebook-banner-inner .banner-left-content h1 {
  font-size: 66px;
  line-height: 70px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 17px;
  padding-bottom: 3px;
  border-bottom: 4px solid #fff;
  display: inline-block;
  letter-spacing: 1px;
}
.ebook-banner-wrapper .ebook-banner-inner .banner-left-content h2 {
  font-size: 19px;
  line-height: 23px;
  color: #fff;
  margin: 0 0 16px;
  font-weight: 500;
  max-width: 400px;
}
.ebook-banner-wrapper .ebook-banner-inner .banner-left-content .bottom-para p {
  position: relative;
  padding-left: 36px;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 18px;
}
.ebook-banner-wrapper .ebook-banner-inner .banner-left-content .bottom-para p:last-child {
  margin-bottom: 0;
}
.ebook-banner-wrapper .ebook-banner-inner .banner-left-content .bottom-para p .thumb-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
}
.ebook-banner-wrapper .ebook-banner-inner .banner-middle-content {
  position: relative;
  width: 30%;
  text-align: center;
}
.ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer {
  position: absolute;
  top: 66%;
  left: 30%;
  padding: 10px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer p {
  font-size: 19px;
  line-height: 24px;
  color: #00abdb;
  font-weight: 600;
  margin-bottom: 4px;
}
.ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer .buy-text {
  font-size: 18px;
  line-height: 22px;
  color: #262625;
  margin-bottom: 17px;
}
.ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer .buy-text span {
  color: #00abdb;
}
.ebook-banner-wrapper .ebook-banner-inner .banner-right-content {
  display: flex;
  align-items: flex-end;
  width: 30%;
  padding: 47px 0 0 25px;
}
.ebook-banner-wrapper .ebook-banner-inner .banner-right-content .tap-img img {
  display: block;
}
.filterbox .filtercont .dk-select-options li {
  width: 100%;
}
.buy-now-btn.upper-downloadClick {
  padding: 0 10px 0 0px;
}
.book-collection-container {
  /*padding: 30px 263px;*/
}
.book-collection-container.container {
  max-width: 1330px;
  padding: 0 15px;
}
.book-collection-container .book-collection-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  margin-top: 15px;
}
.book-collection-container .book-collection-top p {
  font-size: 20px;
  line-height: 26px;
  color: #232323;
  margin-bottom: 0;
}
.book-collection-container .book-collection-top p b {
  color: #28a6fa;
}
.book-collection-container .book-collection-top .book-collection-text {
  margin-left: 100px;
}
.book-collection-container .book-collection-top .sort-book-category {
  margin-left: 10px;
  /*select{
				border: 1px solid #ccc;
			    margin: 0;
			    outline: none;
			    font-size: 16px;
			    line-height: 20px;
			    margin-left: 15px;
			    padding: 4px 20px 4px 5px;
			    border-radius: 0px;
			    width: 260px;
			    box-shadow: none;
			    height: 40px;
			}*/
}
.book-collection-container .book-collection-top .sort-book-category label {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 38px;
  color: #232323;
  max-width: 100%;
}
.book-collection-container .book-collection-division {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
}
.book-collection-container .book-collection-division * {
  box-sizing: border-box;
}
.book-collection-container .book-collection-division li {
  width: 33.33%;
  padding: 0 50px;
  margin-bottom: 70px;
}
.book-collection-container .book-collection-division li .book-collection-inner {
  padding: 20px;
  border: 1px solid #d6d6d6;
  height: 100%;
}
.book-collection-container .book-collection-division li .book-collection-inner .default-img {
  width: 272px;
  height: 360px;
}
.book-collection-container .book-collection-division li .book-collection-inner .book-name {
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  margin-bottom: 15px;
  height: 70px;
}
.book-collection-container .book-collection-division li .book-collection-inner .book-name .book-name-color {
  color: #373737;
}
.book-collection-container .book-collection-division li .book-collection-inner i {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.book-collection-container .book-collection-division li .book-collection-inner i a {
  display: block;
}
.book-collection-container .book-collection-division li .book-collection-inner .book-description {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 15px;
  height: 115px;
}
.book-collection-container .book-collection-division li .book-collection-inner .book-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.book-collection-container .book-collection-division li .book-collection-inner .book-price u {
  color: #28a7fb;
}
.book-collection-container .book-collection-division li .book-collection-inner .book-price span {
  font-size: 18px;
  line-height: 22px;
  color: #28a7fb;
}
.book-collection-container .book-collection-division li .book-collection-inner .book-price .free-preview-link {
  font-size: 18px;
  line-height: 22px;
  color: #28a7fb;
  /*border-bottom: 1px solid #28a7fb;*/
  margin-left: 5px;
  text-decoration: underline;
}
.book-collection-container .book-collection-division li .book-collection-inner .book-price .free-preview-link:hover {
  color: #373737;
}
.book-collection-container .book-collection-division li .book-collection-inner .book-price .purchased-preview {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}
.book-collection-container .book-collection-division li .book-collection-inner .book-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.book-collection-container .book-collection-division li .book-collection-inner .book-count select {
  border: 1px solid #ccc;
  margin: 0;
  outline: none;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 20px 4px 5px;
  border-radius: 0px;
  width: 135px;
  box-shadow: none;
  height: 30px;
}
.book-collection-container .book-collection-division li .book-collection-inner .book-count .buy-now-btn {
  width: 160px;
  height: 40px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background: #28a7fb;
  color: #ffffff;
  border: 2px solid #28a7fb;
  padding: 0 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin-left: 10px;
}
.book-collection-container .book-collection-division li .book-collection-inner .book-count .buy-now-btn:hover {
  color: #373737;
  background: #ffffff;
}
.book-collection-container .book-collection-division li .book-collection-inner .get-link {
  color: #28a7fb;
  text-align: center;
  display: block;
  font-size: 15px;
  line-height: 19px;
  text-decoration: underline;
}
.book-collection-container .book-collection-division li .book-collection-inner .get-link:hover {
  color: #373737;
}
.ebook-purchase-block {
  background: #f8f8f8;
  padding: 40px 0;
}
.ebook-purchase-block * {
  box-sizing: border-box;
}
.ebook-purchase-block .container {
  padding: 0 15px;
  max-width: 1330px;
}
.ebook-purchase-block .ebook-purchase-inner {
  display: flex;
  margin: 0 -15px 45px;
}
.ebook-purchase-block .ebook-purchase-left {
  width: 40%;
  padding: 0 15px;
}
.ebook-purchase-block .ebook-purchase-right {
  width: 60%;
  padding: 0 15px;
}
.ebook-purchase-block .ebook-purchase-right .ebook-purchase-title {
  font-size: 28px;
  line-height: 32px;
  color: #232323;
  font-weight: 700;
  margin-bottom: 28px;
}
.ebook-purchase-block .ebook-purchase-right .ebook-purchase-title b {
  color: #28a7fb;
}
.ebook-purchase-block .ebook-purchase-right p {
  font-size: 15px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 25px;
}
.ebook-purchase-block .ebook-purchase-right .download-now-btn {
  min-width: 325px;
  max-width: 100%;
  height: 65px;
  font-size: 21px;
  position: relative;
  transition: all 0.3s;
  background: #28a7fb;
  color: #ffffff;
  border: 2px solid #28a7fb;
  padding: 0 10px;
  border-radius: 30px;
}
.ebook-purchase-block .ebook-purchase-right .download-now-btn:hover {
  color: #373737;
  background: #ffffff;
}
.ebook-purchase-block .ebook-purchase-right .buy-now-btn {
  min-width: 325px;
  max-width: 100%;
  height: 65px;
  font-size: 21px;
  position: relative;
  transition: all 0.3s;
  background: #28a7fb;
  color: #ffffff;
  border: 2px solid #28a7fb;
  padding: 0 10px 0 73px;
  border-radius: 30px;
}
.ebook-purchase-block .ebook-purchase-right .buy-now-btn:hover {
  color: #373737;
  background: #ffffff;
}
.ebook-purchase-block .ebook-purchase-right .buy-now-btn:hover .cart-icon .normal-img {
  display: none;
}
.ebook-purchase-block .ebook-purchase-right .buy-now-btn:hover .cart-icon .hover-img {
  display: block;
}
.ebook-purchase-block .ebook-purchase-right .buy-now-btn .cart-icon {
  position: absolute;
  left: 13px;
  width: 49px;
  top: 9px;
}
.ebook-purchase-block .ebook-purchase-right .buy-now-btn .cart-icon .hover-img {
  display: none;
}
/* free-preview Modal */
.ebook-index-index .modal-inner-wrap {
  width: 600px;
}
.ebook-index-index .modal-inner-wrap footer.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.ebook-index-index .modal-header {
  padding: 20px 40px 0;
  position: relative;
}
.ebook-index-index .modal-header .modal-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #0a0802;
  padding: 0;
  border-bottom: 0;
}
.ebook-index-index .modal-header .action-close {
  padding: 0;
  top: 20px;
  right: 10px;
  position: absolute;
  background: transparent;
  border: none;
}
.ebook-index-index .modal-header .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ebook-index-index .modal-header .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ebook-index-index .modal-header .action-close:hover:before {
  color: #1a1a1a;
}
.ebook-index-index .modal-content {
  padding: 10px 40px 20px;
}
.ebook-index-index .modal-content iframe {
  width: 100%;
  height: 600px;
  border: 0;
}
.ebook-index-index .modals-overlay {
  z-index: 9998 !important;
}
.ebook-index-index .book-collection-division .modal-inner-wrap .modal-header h1 {
  margin-bottom: 0px;
}
.ebook-index-index .book-collection-container .modal-inner-wrap .modal-footer button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
}
.ebook-index-index .book-collection-container .modal-inner-wrap .modal-footer button:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.ebook-banner-inner button#chatwithus {
  margin-top: 15px;
  padding: 0px 30px;
  box-sizing: border-box;
  text-transform: capitalize;
  height: 50px;
  width: 190px;
}
/* media */
.book-collection-division .dowanlodable-login-popup .customer-login-box .fieldtext.newsletter span {
  line-height: 18px;
}
@media screen and (max-width: 1800px) {
  .ebook-purchase-block .ebook-purchase-right .ebook-purchase-title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .ebook-banner-wrapper {
    background-size: 57% 100%;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content h1 {
    font-size: 62px;
    line-height: 66px;
  }
  .book-collection-container .book-collection-top p {
    font-size: 20px;
    line-height: 24px;
  }
  .book-collection-container .book-collection-top .sort-book-category label {
    font-size: 20px;
  }
  .book-collection-container .book-collection-division {
    margin: 0 -40px;
  }
  .book-collection-container .book-collection-division li {
    padding: 0 40px;
    margin-bottom: 60px;
  }
  .ebook-purchase-block .ebook-purchase-right .ebook-purchase-title {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content {
    padding: 50px 20px 70px 0;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content .heading-text {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content h1 {
    font-size: 58px;
    line-height: 62px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content h2 {
    font-size: 17px;
    line-height: 21px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer p {
    font-size: 18px;
    line-height: 22px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer .buy-text {
    font-size: 17px;
    line-height: 21px;
  }
  .book-collection-container .book-collection-top p {
    font-size: 18px;
    line-height: 22px;
  }
  .book-collection-container .book-collection-top .sort-book-category {
    /*select{
					width: 230px;
				}*/
  }
  .book-collection-container .book-collection-top .sort-book-category label {
    font-size: 18px;
  }
  .book-collection-container .book-collection-division {
    margin: 0 -20px;
  }
  .book-collection-container .book-collection-division li {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .ebook-purchase-block .ebook-purchase-right .ebook-purchase-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .ebook-banner-wrapper {
    background-size: 62% 100%;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content {
    width: 45%;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-right-content {
    width: 25%;
  }
  .ebook-purchase-block .ebook-purchase-right .ebook-purchase-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .ebook-purchase-block .ebook-purchase-right p {
    line-height: 27px;
  }
  .ebook-index-index .modal-inner-wrap footer.modal-footer {
    padding: 10px 20px;
  }
  .ebook-index-index .modal-content iframe {
    height: 570px;
  }
}
@media screen and (max-width: 1280px) {
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content {
    padding: 45px 20px 60px 0;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content .heading-text {
    font-size: 22px;
    line-height: 26px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .book-collection-container .book-collection-top .sort-book-category {
    /*select{
					margin-left: 5px;
				}*/
  }
  .book-collection-container .book-collection-division {
    margin: 0 -15px;
  }
  .book-collection-container .book-collection-division li {
    padding: 0 15px;
    margin-bottom: 35px;
  }
  .book-collection-container .book-collection-division li .book-collection-inner {
    padding: 15px;
  }
  .book-collection-container .book-collection-division li .book-collection-inner .book-description {
    margin-bottom: 12px;
  }
  .book-collection-container .book-collection-division li .book-collection-inner .book-price {
    margin-bottom: 15px;
  }
  .book-collection-container .book-collection-division li .book-collection-inner .book-price span {
    font-size: 16px;
    line-height: 20px;
  }
  .book-collection-container .book-collection-division li .book-collection-inner .book-price .free-preview-link {
    font-size: 16px;
    line-height: 20px;
  }
  .book-collection-container .book-collection-division li .book-collection-inner .book-count {
    margin-bottom: 12px;
  }
  .book-collection-container .book-collection-division li .book-collection-inner .book-count .buy-now-btn {
    font-size: 16px;
  }
}
@media (width: 1280px) and (height: 720px) {
  .ebook-index-index .modal-content {
    padding: 5px 40px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content {
    padding: 40px 20px 50px 0;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content .heading-text {
    font-size: 20px;
    line-height: 24px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content h1 {
    font-size: 50px;
    line-height: 54px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-right-content {
    padding: 40px 0 0 25px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer p {
    font-size: 17px;
    line-height: 21px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer .buy-text {
    font-size: 16px;
    line-height: 20px;
  }
  .book-collection-container {
    /*padding: 20px 25px 20px 175px;*/
  }
  .book-collection-container .book-collection-top p {
    font-size: 14px;
    line-height: 20px;
    /*width: 100%;*/
    margin-bottom: 10px;
  }
  .book-collection-container .book-collection-top .book-collection-text {
    margin-left: 1px;
    font-size: 13px;
  }
  .book-collection-container .book-collection-top .sort-book-category {
    margin-left: 0;
  }
  .book-collection-container .book-collection-top .sort-book-category label {
    font-size: 16px;
  }
  .book-collection-container .book-collection-top .sort-book-category .filterbox {
    margin-top: 5px;
  }
  .book-collection-container .book-collection-division {
    margin: 0 -10px;
  }
  .book-collection-container .book-collection-division li {
    padding: 0 10px;
  }
  .book-collection-container .book-collection-division li .book-collection-inner {
    padding: 12px;
  }
  .book-collection-container .book-collection-division li .book-collection-inner .book-price span {
    font-size: 15px;
    line-height: 19px;
  }
  .book-collection-container .book-collection-division li .book-collection-inner .book-price .free-preview-link {
    font-size: 15px;
    line-height: 19px;
  }
  .book-collection-container .book-collection-division li .book-collection-inner .book-count select {
    width: 100px;
  }
  .book-collection-container .book-collection-division li .book-collection-inner .book-count .buy-now-btn {
    font-size: 15px;
    width: 120px;
  }
}
@media screen and (max-width: 1040px) {
  .ebook-banner-wrapper {
    background-size: 64% 100%;
  }
  .ebook-banner-wrapper .ebook-banner-inner {
    margin: 0;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content {
    padding: 40px 15px 50px 0;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-right-content {
    padding: 40px 0 0 15px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer {
    left: 30%;
  }
  .ebook-banner-inner button#chatwithus {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .book-collection-container {
    /*padding: 20px;*/
  }
}
@media screen and (max-width: 991px) {
  .ebook-banner-wrapper .buy-now-btn {
    min-width: 175px;
    max-width: 100%;
    height: 45px;
    font-size: 16px;
    /*padding: 0 10px 0 45px;*/
  }
  .ebook-banner-wrapper .buy-now-btn .cart-icon {
    width: 35px;
    top: 4px;
    left: 8px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content {
    padding: 35px 15px 40px 0;
    width: 48%;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content .heading-text {
    font-size: 18px;
    line-height: 22px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content h3 {
    font-size: 42px;
    line-height: 46px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer {
    left: 22%;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer p {
    font-size: 16px;
    line-height: 20px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer .buy-text {
    font-size: 15px;
    line-height: 19px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-right-content {
    width: 22%;
  }
  .book-collection-container .book-collection-division li {
    width: 50%;
  }
  .ebook-purchase-block .ebook-purchase-right .buy-now-btn {
    height: 58px;
    font-size: 19px;
    padding-left: 62px;
  }
  .ebook-purchase-block .ebook-purchase-right .buy-now-btn .cart-icon {
    width: 44px;
  }
  .ebook-purchase-block .ebook-purchase-right .download-now-btn {
    height: 58px;
    font-size: 19px;
  }
}
@media screen and (max-width: 800px) {
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer {
    left: 13%;
  }
}
@media screen and (max-height: 790px) {
  .ebook-index-index .modal-content iframe {
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .book-collection-container .book-collection-division li .book-collection-inner .book-description {
    height: auto;
  }
  .ebook-banner-wrapper {
    background-image: none;
    background-color: #1f70bc;
  }
  .ebook-banner-wrapper .ebook-banner-inner {
    flex-wrap: wrap;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 10px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content .bottom-para p {
    padding-left: 30px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 13px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content .bottom-para p .thumb-icon {
    width: 20px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content {
    width: 100%;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer {
    position: static;
    transform: none;
    text-align: left;
    padding: 0 0 20px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer p {
    color: #ffffff;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer .buy-text {
    color: #ffffff;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-middle-content .middle-contentoffer .buy-text span {
    color: #ffffff;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-right-content {
    display: none;
  }
  .ebook-purchase-block .container {
    /*padding: 0 15px;*/
  }
  .ebook-purchase-block .ebook-purchase-inner {
    flex-wrap: wrap;
  }
  .ebook-purchase-block .ebook-purchase-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .ebook-purchase-block .ebook-purchase-right {
    width: 100%;
  }
  .ebook-purchase-block .ebook-purchase-right .ebook-purchase-title {
    font-size: 18px;
    line-height: 22px;
  }
  .ebook-purchase-block .ebook-purchase-right p {
    line-height: 23px;
  }
  .ebook-purchase-block .ebook-purchase-right .buy-now-btn {
    min-width: 280px;
    font-size: 16px;
    padding-left: 47px;
  }
  .ebook-purchase-block .ebook-purchase-right .buy-now-btn .cart-icon {
    width: 33px;
  }
  .ebook-purchase-block .ebook-purchase-right .download-now-btn {
    min-width: 280px;
    font-size: 16px;
  }
  /* free-preview modal*/
  .ebook-index-index .modal-inner-wrap {
    height: 100%;
    max-height: 90%;
    min-height: 0;
    width: 90%;
    margin: 50px auto;
  }
  .ebook-index-index .modal-content {
    padding: 10px 15px 20px;
  }
  .ebook-index-index .modal-header {
    padding: 20px 40px 0 15px;
  }
  .ebook-index-index .dowanlodable-dialog {
    padding: 0 15px;
  }
  .book-collection-division .modal-inner-wrap {
    background: #fff;
  }
  .book-collection-division .inline-block.bg-white.rounded-lg.max-h-screen.overflow-auto {
    background: transparent;
  }
}
@media screen and (max-width: 575px) {
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content .heading-text {
    font-size: 16px;
    line-height: 20px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .ebook-banner-wrapper .ebook-banner-inner .banner-left-content h2 {
    font-size: 15px;
    line-height: 19px;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .book-collection-container {
    /*padding: 20px 15px;*/
  }
  .book-collection-container .book-collection-top p {
    font-size: 15px;
    line-height: 19px;
  }
  .book-collection-container .book-collection-top .sort-book-category {
    /*select{
					font-size: 15px;
					height: 35px;
				}*/
  }
  .book-collection-container .book-collection-top .sort-book-category label {
    font-size: 15px;
  }
  .book-collection-container .book-collection-division li {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 530px) {
  .dowanlodable-login-popup .customer-login-box {
    width: 420px !important;
  }
}
@media (max-width: 480px) {
  .dowanlodable-login-popup .customer-login-box {
    width: 330px !important;
  }
}
.buy_all_hover {
  display: none;
}
.buy-all-btn:hover .buy_all_normal {
  display: none;
}
.buy-all-btn:hover .buy_all_hover {
  display: inline-block;
}
/*task_1179 css start*/
.ebook-index-index .modal-content .pdf-content {
  width: 100%;
  height: 600px;
  border: 0;
  text-align: center;
}
.ebook-index-index .modal-content .pdf-content .pdf-cnt {
  position: relative;
  top: 45%;
  left: 0%;
}
.ebook-index-index .modal-content .pdf-content .pdf-cnt p {
  font-weight: 600;
  font-size: 13px;
  min-width: 150px;
}
.ebook-index-index .modal-content .pdf-content .pdf-cnt .pdf-btn {
  background: #1979c3;
  color: #fff;
  border: 2px solid #1979c3;
  height: 46px;
  line-height: 36px;
  font-weight: 600;
  font-size: 15px;
  min-width: 200px;
  padding: 0px;
}
/*task_1179 css end*/
/* Sort by fix for choices dropdown */
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0 !important;
}
.choices__inner {
  min-height: initial !important;
  padding: 0 !important;
}
.choices__list.choices__list--single:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid #bbb;
  height: 80%;
  top: 3px;
  right: 33px;
  opacity: 1;
}
.choices__item.choices__placeholder.choices__item--selectable {
  color: #434343;
  opacity: 1;
  padding-top: 2px;
}
/* Sort by fix for choices dropdown */
/* For Hiding Hyva modal initial buttons */
.visuallyhidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  top: -9999px !important;
  left: -9999px !important;
}
/* For Hiding Hyva modal initial buttons */
/*  Popup Css file */
.dowanlodable-login-popup {
  position: relative;
  border-radius: 40px;
  background-color: #fff;
  margin: 40px 0;
}
.dowanlodable-login-popup #ajaxlogin-create-window {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 40px;
}
.dowanlodable-login-popup .mfp-close {
  width: 39px;
  height: 39px;
  opacity: 1;
  top: -9px;
  right: -44px;
  cursor: pointer;
}
.dowanlodable-login-popup .customer-login-box {
  width: 585px;
  overflow-y: auto;
  max-height: 90vh;
  padding: 28px 50px;
}
.dowanlodable-login-popup .customer-login-box .page-title {
  text-align: center;
  margin-bottom: 20px;
}
.dowanlodable-login-popup .customer-login-box .page-title span {
  font-size: 24px;
  line-height: 28px;
  color: #1e292f;
  font-weight: 600;
}
.dowanlodable-login-popup .customer-login-box .tab-action {
  display: flex;
  margin-bottom: 15px;
}
.dowanlodable-login-popup .customer-login-box .tab-action .tabnav {
  height: 54px;
  border-radius: 4px;
  background-color: #ebeff5;
  font-size: 18px;
  line-height: 44px;
  color: #282828;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  margin-left: 0;
}
.dowanlodable-login-popup .customer-login-box .tab-action .tabnav.active {
  background-color: #1d292f;
  color: #fff;
}
.dowanlodable-login-popup .customer-login-box .social-login-icon .inner-title {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #6d6d6d;
  font-weight: 600;
  margin-bottom: 15px;
}
.dowanlodable-login-popup .customer-login-box .social-login-icon .account-social-login {
  margin-bottom: 20px;
}
.dowanlodable-login-popup .customer-login-box .social-login-icon .account-social-login .btn-social {
  width: 61px;
  height: 61px;
  border-radius: 30px;
  filter: drop-shadow(0.651px 1.891px 3px rgba(192, 192, 192, 0.55));
  background-color: #fff;
  padding: 0;
}
.dowanlodable-login-popup .customer-login-box .social-login-icon .account-social-login .btn-social:before {
  border: 0;
  background-color: #fff;
  border-radius: 50%;
}
.dowanlodable-login-popup .customer-login-box .social-login-icon .account-social-login .social-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dowanlodable-login-popup .customer-login-box .social-login-icon .account-social-login .social-block span {
  font-size: 14px;
  line-height: 18px;
  color: #6d6d6d;
  font-weight: 600;
  margin-left: 17px;
}
.dowanlodable-login-popup .customer-login-box .social-login-icon .account-social-login .btn-facebook:before {
  top: 9px;
  left: 4px;
  width: 50px;
  height: 50px;
  background-size: 88px;
  border-radius: 50%;
  background-position: -48px -25px;
}
.dowanlodable-login-popup .customer-login-box .social-login-icon .account-social-login .btn-google:hover {
  background: #fff;
}
.dowanlodable-login-popup .customer-login-box .social-login-icon .account-social-login .btn-google:before {
  top: 5px;
  left: 4px;
  width: 50px;
  height: 50px;
  background-size: 89px !important;
  border-radius: 50%;
  background-position: 12px -21px !important;
}
.dowanlodable-login-popup .customer-login-box .inner-title.or {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.dowanlodable-login-popup .customer-login-box .inner-title.or span {
  font-size: 14px;
  line-height: 22px;
  color: #6d6d6d;
  padding: 0 8px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.dowanlodable-login-popup .customer-login-box .inner-title.or:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  background-color: #ebeff6;
}
.dowanlodable-login-popup .customer-login-box .fieldtext .control {
  margin-bottom: 20px;
}
.dowanlodable-login-popup .customer-login-box .fieldtext .control input.input-text {
  height: 50px;
  border-radius: 8px;
  background-color: #f1f3f9;
  outline: 0;
  box-shadow: none;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  border: 0;
}
.dowanlodable-login-popup .customer-login-box .fieldtext .control select {
  height: 50px;
  border-radius: 8px;
  background-color: #f1f3f9;
  outline: 0;
  box-shadow: none;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  border: 0;
  appearance: none;
  padding-right: 35px;
}
.dowanlodable-login-popup .customer-login-box .fieldtext .control input::-webkit-input-placeholder {
  color: #6d6d6d;
}
.dowanlodable-login-popup .customer-login-box .fieldtext .control input:-ms-input-placeholder {
  color: #6d6d6d;
}
.dowanlodable-login-popup .customer-login-box .fieldtext .control input:-moz-input-placeholder {
  color: #6d6d6d;
}
.dowanlodable-login-popup .customer-login-box .fieldtext .control input::placeholder {
  color: #6d6d6d;
}
.dowanlodable-login-popup .customer-login-box .fieldtext.col-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dowanlodable-login-popup .customer-login-box .fieldtext.col-div .control {
  max-width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
}
.dowanlodable-login-popup .customer-login-box .fieldtext.col-div .control div.phonecode-dropdown {
  width: 100%;
}
.dowanlodable-login-popup .customer-login-box .captcha-wrapper .control input {
  height: 50px;
  border-radius: 8px;
  background-color: #f1f3f9;
  outline: 0;
  box-shadow: none;
  padding: 8px 15px !important;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  border: 0;
}
.dowanlodable-login-popup .customer-login-box .captcha-wrapper .control input::-webkit-input-placeholder {
  color: #6d6d6d;
}
.dowanlodable-login-popup .customer-login-box .captcha-wrapper .control input:-ms-input-placeholder {
  color: #6d6d6d;
}
.dowanlodable-login-popup .customer-login-box .captcha-wrapper .control input:-moz-input-placeholder {
  color: #6d6d6d;
}
.dowanlodable-login-popup .customer-login-box .captcha-wrapper .control input::placeholder {
  color: #6d6d6d;
}
.dowanlodable-login-popup .customer-login-box .captcha-wrapper label {
  display: none;
}
.dowanlodable-login-popup .customer-login-box .captcha-wrapper .customer-captcha-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  float: none;
  width: 100%;
}
.dowanlodable-login-popup .customer-login-box .captcha-wrapper .customer-captcha-wrapper:after {
  display: none;
}
.dowanlodable-login-popup .customer-login-box .captcha-wrapper .customer-captcha-wrapper .col {
  max-width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
}
.dowanlodable-login-popup .customer-login-box .captcha-wrapper .customer-captcha-wrapper .control.captcha-image {
  border: 2px solid #ebeff6;
  margin: 0;
  border-radius: 8px;
  display: flex;
  padding-right: 50px;
  position: relative;
  height: 50px;
}
.dowanlodable-login-popup .customer-login-box .captcha-wrapper .customer-captcha-wrapper .captcha-img {
  margin-bottom: 0;
  border-radius: 8px;
}
.dowanlodable-login-popup .customer-login-box .captcha-wrapper .customer-captcha-wrapper img#captcha-reload {
  width: 25px;
  height: 26px;
  top: 13px;
  position: absolute;
  right: 15px;
}
.dowanlodable-login-popup .customer-login-box .captcha-wrapper .customer-captcha-wrapper .spinner-img {
  position: absolute;
  left: 29%;
  transform: translateX(-20%);
}
.dowanlodable-login-popup .customer-login-box .fieldtext.newsletter {
  display: flex;
  margin-bottom: 20px;
}
.dowanlodable-login-popup .customer-login-box .fieldtext.newsletter .control {
  margin-right: 10px;
}
.dowanlodable-login-popup .customer-login-box .fieldtext.newsletter .control input {
  width: 17px;
  height: 17px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #bebebe;
  outline: 0;
  box-shadow: none;
  margin: 0;
}
.dowanlodable-login-popup .customer-login-box .fieldtext.newsletter span {
  font-size: 12px;
  line-height: 27px;
  color: #aaa;
  font-weight: 400;
}
.dowanlodable-login-popup .customer-login-box .actions-toolbar .primary {
  width: 100%;
}
.dowanlodable-login-popup .customer-login-box .actions-toolbar .primary button {
  width: 100%;
  margin: 0;
}
.dowanlodable-login-popup .customer-login-box .actions-toolbar .secondary a {
  font-size: 12px;
  line-height: 16px;
  color: #e67681;
  font-weight: 400;
  margin: 0 0 25px;
  height: unset;
}
.dowanlodable-login-popup .customer-login-box .form-login .fieldset {
  margin-bottom: 0;
}
.dowanlodable-login-popup .customer-login-box .form-login .fieldtext.password .control {
  margin-bottom: 7px;
}
.dowanlodable-login-popup .customer-login-box .fieldset {
  margin-bottom: 25px;
}
.dowanlodable-login-popup .customer-login-box .policy-privacy p {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  color: #6d6d6d;
  font-weight: 400;
  text-align: center;
}
.dowanlodable-login-popup .response-msg {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.dowanlodable-login-popup .response-msg .success {
  color: #5ebb5e;
}
.dowanlodable-login-popup .response-msg .error {
  color: red;
}
.dowanlodable-login-popup div.phonecode-dropdown > div {
  height: 50px;
  border-radius: 8px;
  background-color: #f1f3f9;
  outline: 0;
  box-shadow: none;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 34px;
  color: #6d6d6d;
  border: 0;
}
.dowanlodable-login-popup input#contact_number {
  padding: 8px 15px !important;
}
.dowanlodable-login-popup p.custom-optional-text {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
}
.ebook-index-index .mfp-bg.ajaxlogin-main-popup.mfp-ready,
.aitatva-index-index .mfp-bg.ajaxlogin-main-popup.mfp-ready,
.aippt-index-index .mfp-bg.ajaxlogin-main-popup.mfp-ready {
  pointer-events: none;
}
.ebook-index-index .tab-action,
.aitatva-index-index .tab-action,
.aippt-index-index .tab-action {
  width: 100%;
}
.ebook-index-index .tab-action .tabnav,
.aitatva-index-index .tab-action .tabnav,
.aippt-index-index .tab-action .tabnav {
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #000;
  box-sizing: border-box;
}
.ebook-index-index .customer-form-cotnent,
.aitatva-index-index .customer-form-cotnent,
.aippt-index-index .customer-form-cotnent {
  display: none;
}
.ebook-index-index .customer-form-cotnent.active,
.aitatva-index-index .customer-form-cotnent.active,
.aippt-index-index .customer-form-cotnent.active {
  display: block;
}
.account-social-login .social-block .social-btn .popup-social-btn.btn-google {
  background: #fff !important;
}
.account-social-login .social-block .social-btn .popup-social-btn:hover {
  background: #fff !important;
}
.column:not(.sidebar-main) .dowanlodable-login-popup form .actions-toolbar {
  margin-left: 0;
}
.column:not(.sidebar-additional) .dowanlodable-login-popup form .actions-toolbar {
  margin-left: 0;
}
@media (max-width: 380px) {
  .ebook-banner-inner button#chatwithus {
    height: 42px;
    margin-top: 10px;
    width: 180px;
  }
}
@media (max-width: 374px) {
  .dowanlodable-login-popup .customer-login-box {
    min-width: 270px;
  }
  .dowanlodable-login-popup .customer-login-box .tab-action .tabnav {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .dowanlodable-login-popup .customer-login-box {
    width: 300px;
  }
}
@media screen and (max-height: 1080px) and (min-width: 768px) {
  .dowanlodable-login-popup {
    margin: 15px 0;
  }
  .dowanlodable-login-popup .customer-login-box {
    padding: 15px 50px;
  }
  .dowanlodable-login-popup .customer-login-box .fieldtext .control {
    margin-bottom: 12px;
  }
  .dowanlodable-login-popup .customer-login-box .fieldtext.newsletter {
    margin-bottom: 10px;
  }
  .dowanlodable-login-popup .customer-login-box .captcha-wrapper .field {
    margin-bottom: 5px;
  }
  .dowanlodable-login-popup .customer-login-box .fieldset {
    margin-bottom: 15px;
    margin-bottom: 10px;
  }
  .dowanlodable-login-popup .customer-login-box .inner-title.or {
    margin-bottom: 10px;
  }
}
@media screen and (max-height: 800px) and (min-width: 1100px) and (max-width: 1600px) {
  .dowanlodable-login-popup {
    margin: 15px 0;
  }
  .dowanlodable-login-popup .customer-login-box {
    padding: 15px 50px;
  }
  .dowanlodable-login-popup .customer-login-box .page-title {
    margin-bottom: 10px;
  }
  .dowanlodable-login-popup .customer-login-box .page-title span {
    font-size: 20px;
    line-height: 24px;
  }
  .dowanlodable-login-popup .customer-login-box .tab-action {
    margin-bottom: 10px;
  }
  .dowanlodable-login-popup .customer-login-box .tab-action .tabnav {
    height: 40px;
    font-size: 16px;
    line-height: 30px;
  }
  .dowanlodable-login-popup .customer-login-box .social-login-icon .account-social-login {
    margin-bottom: 5px;
  }
  .dowanlodable-login-popup .customer-login-box .social-login-icon .account-social-login .btn-social {
    width: 40px;
    height: 40px;
  }
  .dowanlodable-login-popup .customer-login-box .social-login-icon .account-social-login .btn-facebook:before {
    width: 30px;
    height: 30px;
    background-size: 63px;
    background-position: -37px -20px;
    top: 7px;
  }
  .dowanlodable-login-popup .customer-login-box .social-login-icon .account-social-login .btn-google:before {
    width: 30px;
    height: 30px;
    background-size: 59px !important;
    background-position: 6px -16px !important;
  }
  .dowanlodable-login-popup .customer-login-box .inner-title.or {
    margin-bottom: 15px;
  }
  .dowanlodable-login-popup .customer-login-box .fieldtext .control {
    margin-bottom: 12px;
  }
  .dowanlodable-login-popup .customer-login-box .fieldtext .control input.input-text {
    height: 40px;
  }
  .dowanlodable-login-popup .customer-login-box .fieldtext .control select {
    height: 40px;
  }
  .dowanlodable-login-popup .customer-login-box .captcha-wrapper .field {
    margin-bottom: 7px;
  }
  .dowanlodable-login-popup .customer-login-box .captcha-wrapper .control input {
    height: 40px;
  }
  .dowanlodable-login-popup .customer-login-box .captcha-wrapper .customer-captcha-wrapper .control.captcha-image {
    height: 40px;
  }
  .dowanlodable-login-popup .customer-login-box .captcha-wrapper .customer-captcha-wrapper img#captcha-reload {
    top: 8px;
  }
  .dowanlodable-login-popup .customer-login-box .fieldtext.newsletter {
    margin-bottom: 10px;
  }
  .dowanlodable-login-popup .customer-login-box .fieldset {
    margin-bottom: 10px;
  }
  .dowanlodable-login-popup .customer-login-box div .mage-error[generated] {
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
  }
  .dowanlodable-login-popup .customer-login-box .actions-toolbar .primary button {
    height: 40px;
    line-height: 23px;
  }
  .dowanlodable-login-popup .customer-login-box .actions-toolbar .secondary a {
    margin-bottom: 15px;
  }
  .dowanlodable-login-popup div.phonecode-dropdown > div {
    height: 40px;
    padding: 2px 16px !important;
  }
}
@media screen and (max-width: 767px) {
  /* changed popup css */
  .dowanlodable-login-popup .customer-login-box {
    width: 485px;
    padding: 25px 15px;
    box-sizing: border-box;
  }
  .dowanlodable-login-popup .customer-login-box .page-title span {
    font-size: 21px;
    line-height: 25px;
  }
  .dowanlodable-login-popup .customer-login-box .tab-action .tabnav {
    font-size: 16px;
    padding: 5px;
  }
  .dowanlodable-login-popup .customer-login-box .fieldtext.col-div .control {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .dowanlodable-login-popup .customer-login-box .captcha-wrapper .customer-captcha-wrapper .col {
    max-width: calc(43%);
    flex: 0 0 calc(43%);
  }
  .dowanlodable-login-popup .customer-login-box .captcha-wrapper .customer-captcha-wrapper .control.captcha-image {
    padding: 6px 40px 6px 0;
    box-sizing: border-box;
  }
  .dowanlodable-login-popup .customer-login-box .captcha-wrapper .customer-captcha-wrapper img#captcha-reload {
    margin: 0;
    width: 22px;
    height: 24px;
    top: 10px;
    right: 10px;
  }
  .dowanlodable-login-popup .customer-login-box .customer-captcha-wrapper .field.captcha {
    margin-bottom: 0;
  }
  .dowanlodable-login-popup .customer-login-box .fieldtext .control {
    margin-bottom: 15px;
  }
  .dowanlodable-login-popup .mfp-close {
    top: 10px;
    right: 10px;
    opacity: 1;
  }
  .forgot-password-popup {
    border-radius: 20px;
  }
  .forgot-password-popup #ajaxlogin-forgot-pdp-window {
    padding: 15px 0;
  }
  .forgot-password-popup #ajaxlogin-forgot-pdp-window .page-title span {
    font-size: 21px;
    line-height: 25px;
  }
  .forgot-password-popup #ajaxlogin-forgot-pdp-window .mfp-close {
    top: 10px;
    right: 10px;
    opacity: 1;
  }
  .ebook-banner-inner button#chatwithus {
    height: 42px;
    margin-top: 0px;
  }
}
/* Forgot password response message */
.dowanlodable-dialog .mfp-content .response-msg div {
  color: #000;
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
  position: relative;
  margin-bottom: 10px;
  padding: 7px 10px 7px 20px;
  font-size: 15px;
}
.dowanlodable-dialog .mfp-content .response-msg div.error {
  color: #000;
  border-left: 5px solid #df280a;
  background: #faebe7;
  font-size: 15px;
  line-height: 19px;
  padding: 7px 10px 7px 30px;
  margin: 10px 0;
}
