

/* ----------------------ebook section start------------------------ */

section.ebook h1 {
    text-align: center;
    margin-bottom: 55px;
    font-size: 40px;
    font-weight: 600;
}

section.ebook h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.1;
}

.ebook_box {
    box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #ffffff !important;
    padding: 29px 37px;
    border-radius: 18px;
    height: 100%;
}
.ebook_box img {
    width: 35%;
}
.ebook_main_name_box button {
    border: 1px solid #084B81 !important;
    padding: 9px 16px;
    font-size: 15px;
    border-radius: 23px;
    background-color: #fff;
}
.ebook_author{
    font-size: 20px !important;
    font-weight: 700;
    text-align: center;
    color: #000 !important;
}
.ebook_card {
    background: none !important;
}
@media (max-width: 1699px) {
    section.ebook p{
        font-size: 28px !important;
    }
}

@media (max-width: 1409px) {
    section.ebook p{
        font-size: 16px !important;
    }
}
.content {
    width: 100%;
    height: 50px;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 20%);
    overflow: hidden;
    margin-top: 16px;
}

.subscription {
  position: relative;
  width: 100%;
  height: 100%;
}

.subscription .add-email{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 20px;
}

.subscription .submit-email {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 2px);
    width: 105px;
    border: none;
    outline: none;
    margin: 1px;
    padding: 0 20px;
    cursor: pointer;
    background: linear-gradient(0deg, #0A72C6 0%, #084B81 100%);
    color: #FFFFFF;
    transition: width .35s ease-in-out, background .35s ease-in-out;
    font-size: 14px;
}

.subscription.done .submit-email {
  width: calc(100% - 2px);
      background: linear-gradient(0deg, #0A72C6 0%, #084B81 100%);
}

.subscription .submit-email .before-submit,
.subscription .submit-email .after-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 48px;

}
.subscription.done .submit-email .before-submit,
.subscription:not(.done) .submit-email .after-submit {
  visibility: hidden;
  opacity: 0;
}

.subscription:not(.done) .submit-email .before-submit,
.subscription.done .submit-email .after-submit {
  visibility: visible;
  opacity: 1;
}
.footer_subscriber {
    font-size: 18px;
    font-weight: 800;
    margin-top: 2em;
}
 button.submit-email:hover {
  transform: none !important;
}
@media (max-width: 991.98px) {
section.ebook h1 {
    text-align: center;
    margin-bottom: 55px;
    font-size: 24px !important;
    font-weight: 600;
}
section.ebook h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 20px;
    text-align: center;
}
.ebook_box img {
    width: 100%;
}
button.call_us.form_call {
    margin: auto !important;
}
section.ebook p {
    font-size: 16px !important;
    text-align: center;
}
button.call_us.form_view_details {
    padding: 7px 23px;
}
}