  .trigger-modal{
    background: #FFA400;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #001529;
    outline: none;
    border: none;
    padding: 16px 44px;
    margin-top: 32px;
    cursor: pointer;
}

.modalmain {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 36, 37, 0.9);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modalmain .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 40px;
    width: 29.5rem;
}

  
.modalmain .cross-modal-button {
    float: right;
    cursor: pointer;
    font-size: 40px;
    color: #ffffff;
    position: relative;
    right: 30px;
    top: 30px;
}
  
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 100;
}
.modalmain h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    margin-bottom :32px;
}

  
.modalmain .modal-content form input[type="submit"]:hover {
    background-color: #FFA400;
    border: none;
}
.modalmain .modal-content form input[type="submit"] {
    background-color: #FFA400;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #001529;
}
  
  .bottom_section{
    margin-top:45px;
  }
  




  @media (max-width:767px){
    
    .reading_guide.m8-content-wrapper{padding-right: 60px}
  }

  @media screen and (max-width: 676px) {
  .bl-text.content_container, .e-book_blog .img_container {
      width: 100%;
  }
}
  @media (max-width:667px){
   .reading_guide.m8-content-wrapper{padding:24px;padding-right: 24px}
  
    .e-book_blog{
      flex-direction:column
    }
    .e-book_blog .content_container,
    .e-book_blog .img_container{
      width:100%
    }
  }
  
  @media(max-width: 480px){
  .modalmain .modal-content {
    width: 95%;
}
  }