* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }
  .content-box {
    width: 90%;
    height: 100%;
    margin: auto;
  }
  /* ---------------- LOGO Section -------------- */
  
  .content-box > div:first-child {
    width: 45%;
    margin: auto;
    margin-top: 40px;
  }
  .content-box > div > img {
    width: 100%;
  }
  /*-------------- Join Line Paragraph Section ---------*/
  
  .join-line {
    width: 200%;
    margin: auto;
    margin: 30px 0px 0px -150px;
    letter-spacing: 1px;
    font-size: 15.5px;
    color: gray;
    font-family: Arial, Helvetica, sans-serif;
  }

  /*------------- Subcsribers Package Section ------------*/
  
  #subcribers-cards {
    display: flex;
    margin: auto;
    margin-top: 30px;
    gap: 15px;
    width: 100%;
    height: auto;
  }
  #subcribers-cards .card-1{
    width: 34%;
    height: 310px;
    border: 1px solid #153C59;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0px 0px 20px;
    background-color: #F6F7FC;
  }
  #subcribers-cards .card-2{
    width: 38%;
    height: 340px;
    margin-top: -15px;
    background-color: #2D5F86;
    border: 1px solid green;
    border-radius: 5px;
  }
  #subcribers-cards .card-3{
    width: 34%;
    height: 310px;
    border: 1px solid #153C59;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0px 0px 20px;
    background-color: #F6F7FC;
  }
  .readersPack{
    line-height: 50px;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #153C59;
    font-weight: 600;
  }
  .price{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #153C59;
    font-weight: 700;
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .unlimited-access{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-weight: 550;
    margin-top: 20px;
  }
  ul>li{
    margin-top: 10px;
    list-style: none;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #424242;
    letter-spacing: 0.5px;
  }
  .btn-1{
    width: 100%;
    height: 42px;
    background-color: #153C59;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 3px;
    margin: 15px 10px 0px -10px;
    cursor: pointer;
  }
  .btn-1 a{
    text-decoration: none;
    color: white;
  }
  #subcribers-cards>.card-2{
    width: 38%;
    height: 340px;
    border-radius: 5px;
    margin-top: -15px;
    text-align: center;
    padding: 5px 0px 0px 20px;
  }
  .exclusive-combo-2{
    line-height: 50px;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: 600;
  }
  .price-2{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: 700;
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .unlimited-access-2{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: 550;
    margin-top: 15px;
  }
  .list-2>li{
    margin-top: 10px;
    list-style: none;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    letter-spacing: 0.5px;
  }
  .btn-2{
    width: 100%;
    height: 42px;
    background-color: #F7CF38;
    color: black;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 3px;
    border: none;
    margin: 15px 10px 0px -10px;
    cursor: pointer;
  }
  .btn-2 a{
    text-decoration: none;
    color: black;
  }

  /*---------------------- Purchase PDF-Ready Section ----------------------- */
  .pdf-ready{
    text-align: center;
    margin-top: 40px;
    color: gray;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
  }
  .pdf-ready a{
    text-decoration: none;
    color: #B49ACC;
  }

  /*----------------- Subcription Benefits----------- */
  .subcription-benefits{
    width: 100%;
    height: 300px;
    margin-top: 30px;
    padding-top: 10px;
  }
  .subcription-benefits>.heading{
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
  #benefit-card{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-auto-rows: 200px;
    gap: 10px;
    margin-top: 20px;
  }
  .bfn-1{
    padding: 10px;
  }
  .bfn-1>img{
    width: 20%;
    display: block;
    margin: auto;
    padding-top: 10px;
  }
  .bfn-1>.hd{
    color: black;
  }
  .bfn-1>p{
    text-align: center;
    margin-top: 10px;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: 0.3px;
    color: gray;
    font-family: Arial, Helvetica, sans-serif;
  }
  /*------------------------------- Testimonial Section ------------------------ */
  #testimonial-container{
    width: 100%;
    height: 300px;
    margin: auto;
  }
  .sub-title{
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 10px;
  }
  .main-inner-container{
    display: flex;
    gap: 20px;
  }
  .inner-container-slides{
    width: 50%;
    height: 200px;
    margin-top: 25px;
    padding: 20px;
    background-color: #F6F7FC;
  }
  .slide-1{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .slide-1>img{
    width: 14%;
  }
  img+span{
    font-size: 18px;
    font-weight: bold;
    color: #4F4F4F;
    font-family: Arial, Helvetica, sans-serif;
  }
  .inner-container-slides>p{
    margin-top: 20px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
    line-height: 25px;
    letter-spacing: 0.5px;
  }
  #left-arrow{
    position: relative;
    top: 110px; 
  }
  #left-arrow button{
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #153c59;
    font-weight: bold;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    background-color: white;
    transition: 0.6s ease;
  }
  #right-arrow{
    position: relative;
    top: 110px;
  }
  #right-arrow button{
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #153c59;
    font-weight: bold;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    background-color: white;
    transition: 0.6s ease;
  }

  /*-------------------------- More Subcriber Option Section ----------------- */
 
  #more-subcription-container{
    width: 100%;
    height: 175px;
    margin: auto;
  }
  .more-subcription-title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
  }
  .inner-box-subcription{
    width: 50%;
    height: 120px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-right: 15px;
    background-color: #F6F7FC;
    cursor: pointer;
  }
  .div-1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .div-1>img{
    width: 13%;
  }
  .div-1>span{
    width: 25%;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .main-box{
    display: flex;
    gap: 30px;
  }
  .div-2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .div-2>img{
    width: 13%;
  }
  .div-2>span{
    width: 30%;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
  }


/*---------------------- FAQ Section ----------------*/


.faq-container {
  width: 100%;
  padding: 20px;
  margin: auto;
  margin-top: 30px;
}
.faq-container>h2{
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.accordion-item{
  padding: 20px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion-title{
  position: relative;
  left: 50px;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #5A4F4F;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 5px;
  background-color: #153C59;
  color: white;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 16px;
  font-weight: 300;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 50px;
  line-height: 25px;
  
}
.accordion-title{
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;

}
.accordion-item{
  background-color: #F6F7FC;
  margin-top: 20px;
}


  /*---------------------------- Contact Us ----------------------- */

  #contact-us{
    width: 100%;
    height: 180px;
    margin-top: 40px;
    padding-left: 15px;
  }
  .contact-title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
  .inner-contact-box{
    width: 100%;
    display: flex;
    gap: 30px;
    height: 120px;
    margin-top: 20px;
  }
  .para{
    font-size: 16px;
    width: 100%;
    color: gray;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
  }
  .mail-box{
    width: 50%;
    height: 80px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 15px;
  }
  .mail-box>img{
    width: 5%;
  }
  .mail-box>span{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
  }
  .mail-box-1{
    width: 50%;
    height: 80px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 15px;
  }
  .mail-box-1>img{
    position: relative;
    left: 300px;
    width: 5%;
  }
  .combo{
    position: relative;
    left: 300px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    line-height: 25px;
  }
.combo>span{
  font-weight: bold;
  color: #153C63;
  font-family: Arial, Helvetica, sans-serif;
}
.combo>p{
  font-size: 14px;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
}


/* ----------------- Footer ---------------------- */

#footer-div{
  width: 100%;
  height: 80px;
  margin: auto;
  background-color: #F6F7FC;
}
#footer-div>p{
  text-align: center;
  padding: 30px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: gray;
  letter-spacing: 0.8px;
}