html {
  scroll-behavior: smooth !important;
}

#trubuddy-logo {
  max-width: 150px;
}




body {
  font-family: Open Sans !important;
  position: relative;
  min-height: 100vh;
}

.login-btn {
  color: #EE7700;
  margin-right: 0.5rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
}

#sign-in-google,#sign-up-google{
  color: #000000;

  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
border: 1px solid #000;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  width: 290px;
  height: 50px;
  flex-shrink: 0;
}



.login-btn:hover {
  cursor: pointer;
}
@media (max-width:768px) {
  .h3 {
    font-size: 26px !important;
  }
  #sub-2div{
    gap: 0px;
    align-items: center!important;
    justify-content: end !important;
    flex-direction: column-reverse!important;
  }
  #trubuddy-logo{
    width: 100px;
  }
  .login-btn{
    font-size: 20px;
  }
  #sample-comic{
    gap: 27px;
    justify-content: space-evenly !important;
    align-items: center !important;
    
  }
  #sample-comic h1{
    margin: 0!important;
    font-size: 24px !important;
  }
  #sample-comic a{
    font-size: 14px!important;
    position: unset !important;
  }
}
#fullpreview-allcomics{
  text-align: center;
    width: 100%;
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px;
}
#sample-comic{
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
#sample-comic a{
  margin: 0px;
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
  right: 3%;
  top: 75%;
}
.heading {

  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  /* text-align: center; */
}

.sub-heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  /* text-align: center; */
}

.subscribe-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 52px;
  border-radius: 200px;
  border: 2px solid #E70;

  color: #EE7700 !important;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  /* 17.36px */
  text-transform: uppercase;
}

.subscribe-btn:hover{
  background-color: #fef3e8;
  color: #EE7700 !important;
}

.preview-btn,
.goto-step-2,
.goto-step-3,
.next-btn,
.changePlan-btn,
.payment-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 52px;
  border-radius: 200px;
  background: #E70;


  color: #FFF !important;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  /* 17.36px */
  transition: background-color 0.3s, color 0.3s;
}

.preview-btn:hover {
  background-color: #FEF3E8; 
  color: #E70 !important;   
  border: 2px solid #E70;
}

/* benefits points */




.points {
  background-image: url('https://trubuddy.me/assets/comic-subscription/icon-group-1.png');
  display: inline-block;
}

.points {
  flex: none;
}

@media (max-width:768px) {
  .points {
    scale: 70%;
  }
}

.point1 {
  height: 100px;
  width: 100px;
  background-position: 0px 0px;

}

.point2 {
  height: 100px;
  width: 100px;
  background-position: 0px -100px;
}

.point3 {
  height: 100px;
  width: 100px;
  background-position: 0px 100px;
}

.point4 {
  height: 100px;
  width: 100px;
  background-position: 0px 200px;
}

.sample-comic-card{
  width: 324px;
  min-height: 707px;
  border-radius: 10px;
  border: 1px solid #EEE;
  background: #FBFBFB;
  padding: 20px;
}

.look-inside {
  color: #08C;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  /* 17.36px */
  /* text-transform: uppercase; */

  &:hover {
    cursor: pointer;
  }
}

.s-image {
  background: url('https://trubuddy.me/assets/sprite_q7h90i.png') no-repeat !important;
}

.curved-arrow {
  background-position: -293px -3px !important;
  width: 23px;
  height: 20px;
  display: inline-block;
}


.book-preview {
  width: 100%; 
}

.sample-comic-title {
  color: #000;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 124%;
  /* 17.36px */
}

.sample-comic-desc {
  color: #000;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 19.6px */
  text-align: left;
}

.comic-tags {
  display: flex;
  flex-wrap: wrap;
}

.tag {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #D9EAF2;
  /* width: 113px; */
  /* height: 30px; */

  color: #000;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  /* 17.36px */
  text-transform: capitalize;
}

.swiper-btn {
  font-weight: bolder;
  scale: 40%;
  color: #08C !important;
  opacity: 70%;
}

.swiper-button-prev {
  left: -5px !important;
}

.swiper-button-next {
  right: -5px !important;
}

.add-dontsend{
  gap: 10px;
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}
.add-dontsend>svg{
  scale: 1.4;
}
.add-dontsend>p{
  text-decoration: underline;
  cursor: pointer;
  margin: 0;
  font-size: 18px;
  color: #c40;
}

.cancle-text {
  margin-top: 10px;
  color: #828282;
  text-align: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 139.023%;
  /* 16.683px */
}

.about-us-font {
  color: #000;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  text-align: justify;
}

.mpedia-comic {
  box-shadow: inset 0 0 6.80241px rgba(42, 42, 48, .25) !important;
  filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, .15)) drop-shadow(4px 4px 5px rgba(32, 31, 49, .2));
  width: 100px;
}

.we-deliver-text {
  color: #000;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  /* 19.84px */
}

.plan-card {
  width: 90%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
}

.popular-badge {
  position: absolute;
  margin-top: -3.9rem;
  margin-left: -0.55rem;

  color: #FFF;

  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 12px */

  border-radius: 10px 10px 10px 0px;
  background: #E70;

  width: 70px;
  height: 17px;
  text-align: center;
}

.plan-card-selected {
  border: 1px solid #E70;
  background: #FFE8D1;
}


/* faq section */

.layout {
  width: 100%;
  margin: auto;
}

.accordion {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.accordion__question span {
  color: #000;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  /* 19.84px */
}

.accordion__answer span {
  color: #000;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  /* 14.88px */
}

.accordion:hover {
  cursor: pointer;
}

.accordion__answer {
  display: none;
}

.accordion.active .accordion__answer {
  display: block;
}

.shrink-faq {
  display: none;
}

.accordion.active .shrink-faq {
  display: inline-block;
}

.accordion.active .expand-faq {
  display: none;
}

.mpedia-footer {
  color: white;
  background: #444;

}

/* .coppyright-text{
    font-size: 11px;
  } */

a:hover {
  text-decoration: none !important;
}



/* login screen */

.log-in-screen,
.parent-step {
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  top: 0;
  /* z-index: 2; */
}

.log-in-close-btn,
.parent-close-btn,
.change-plan-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}




/* sign up screen */
.sign-up-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  top: 0;
  z-index: 2;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* forgot password screen */
.forgot-pwd-screen {
  width: 80%;
  position: absolute;
  background: #FEF3E8;
  top: 3%;
  left: 10%;
  z-index: 3;
}

.forgot-pwd-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}


.header-text-login-sign {
  color: #E70;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 100% */
}

label {
  color: #000;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 100% */
}

.required-field {
  color: #FF9800;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

input[type="submit"] {
  width: 290px;
  height: 50px;
  border-radius: 200px;
  background: #E70;

  color: #FFF;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  /* 17.36px */
  border: none;
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"] {
  width: 95%;
  height: 35px;
}




/* forgot password */

.forgot-password {
  color: #08C;
  text-decoration: underline;
}

.forgot-password:hover {
  cursor: pointer;
}

.forgot-pwd-screen {
  display: none;
}


#reset-pwd-mail-sent {
  display: none;
}

/* parent step UI */

.parent-step {
  /* z-index: 5; */
  display: none;
}

.steps-select div {
  border-bottom: 1px solid #B3B3B3;
  font-weight: 600;
  padding-bottom: 15px;
  width: 100%;
}

.active-step {
  border-bottom: 2px solid #EE7700 !important;
}

.step-1-header, .title-step-1 {
  color: #E70;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

#change-plan {
  color: #2346FF;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  /* 17.36px */
  text-decoration-line: underline;
}

.title-font {
  color: #E70;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

.card-step1 {
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  width: 100%;
  height: 50px;
}

.card-step1-active {
  border: 1px solid #E70;
  background: #FFE8D1;
}

.divider {
  background: rgba(238, 238, 238, 0.93);
  height: 1.5px;
  width: 100%;
}

.we-deliver-text-step-1 {
  color: #000;
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  /* 24.8px */
}

.goto-step-2:hover,
.goto-step-3:hover,
#skip-for-now:hover {
  cursor: pointer;
}

.step-2,
.step-3,
.step-4 {
  display: none;
}

.add-child-btn {
  color: #2346FF;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-decoration-line: underline;
}

.child-card {
  border-radius: 10px;
  background: #FEF3E8;
  width: 100%;
}

input {
  border-radius: 3px;
  border: 1px solid #B3B3B3;
}


#skip-for-now {
  color: #2346FF;

  font-weight: 600;

  text-decoration-line: underline;
}

.general-16px {

  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  /* 150% */
}

.plan-details-step-1 {
  /* border: 1px solid grey;
  padding: 7px;
  border-radius: 3px; */
}

.plan-summary-div {
  border-radius: 10px;
  background: #FEF3E8;
}

.summary-step-1 {
  background: #F8F8F8;
  border-radius: 5px;
}

.bottom-custom-footer {
  background-color: white;
  padding: 10px;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
}

.curser-pointer {
  cursor: pointer;
}

@media (min-width:768px) {
  .sign-up-div {
    margin-top: 10vh;
    border: 1px solid #bbb;
    /* min-width: 52%; */
    max-width: 500px;
    height: max-content;
    padding-bottom: 45px;
    border-radius: 4px;
  }
}

.swiper-dontsendlist{
  width: 211px !important;
}

nav {
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

.divider2 {
  height: 13.69px;
  width: 60%;
  background: radial-gradient(45.57% 78.57% at 50% -28.57%, #d9d9d9 0, #d9d9d9 .01%, hsla(0, 0%, 85.1%, 0) 100%);
}

@media (max-width:576px) {
  .divider2 {
    width: 100%;
  }
}

.main-heading {
  color: #000;
  text-align: center;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
}

.step-1.container,
.step-2.container,
.step-3.container {
  padding-bottom: 200px !important;
}

.show-more-text {
  color: #2346FF;
  text-decoration: underline;
}

.table-borderless td {
  padding: 0 !important;
  padding-bottom: 1px !important;
  text-align: left;
  padding-left: 15px !important;
}

.table-borderless tbody {
  /* display: inline; */
}

.d-contents {
  display: contents;
}

/* Light gallery */
button.lg-icon {
  border: none;
  background-color: transparent;
  color: white;

}

button.lg-icon.lg-close {
  background-color: red;
  opacity: 1;
}

.lg-thumb-open .lg-img-wrap {
  height: 85vh !important;
}

.lg-thumb-open .lg-thumb-outer {
  height: 15vh !important;
}

/* lg end */

.cancel-text-main-section {
  width: 234px !important;
}

.preview-section {
  background: linear-gradient(180deg, #F1F1F1 0%, #FFF 52.08%, #F1F1F1 100%);
}



/* header section */
@media (min-width:1650px) {
  .main-title-head {
    font-size: 36px !important;
  }

  .sub-title-head {
    font-size: 24px !important;
  }

  .button-box-head {
    margin-top: 3rem !important;
  }
}


.column-header {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 3rem;
}

.column-header-img {
  display: flex;
  flex-direction: column;
  flex: 0 0 60%;
  max-width: 60%;
}

.btns-desk {
  display: flex;
}

.btns-mob {
  display: none;
}

.head-text {
  text-align: left;
}

@media (min-width:1280px) {
  .column-header {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-header-img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width:1080px) {
  .column-header {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .column-header-img {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .btns-desk {
    display: none;
  }

  .btns-mob {
    display: block;
  }

  .head-text {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


.fs-18 {
  font-size: 18px !important;
}

@media (min-width:1500px) {
  .column-header {
    padding-left: 8rem;
  }
}

h1 {
  font-weight: 600 !important;
}

.book-shadow {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, .1));
  border: 1px solid #eee;
}


@media (min-width:1850px) {
  #sample-comics {
    max-width: 80%;
  }
}

#changePlanModal .modal-body {
  background-color: #FFF !important;
  border-radius: 15px;
}

@media (min-width:768px) {
  .step-1.container, .step-2.container, .step-3.container {
    max-width: 890px;
    /* float: left; */
    /* margin-left: 50px; */
  }

  .bottom-custom-footer .goto-step-2{
    width: 360px;
   }

   .bottom-custom-footer .goto-step-3{
    width: 360px;
   }

   .payment-btn{
    width: 360px;
   }
}

.change-plan-text{
  color: #2346FF;
  text-decoration-line: underline;
  font-weight: 600;
}

.planSelectionModal{
  font-size: 0.9rem;
}

@media (max-width:576px) {
 .popular-badge{
    margin-left: -0.05rem;
 }

 .plan-card{
  /* border-color: #FFD8B1; */
 }

 .plan-card .mobile-bg{
    background-color: #F8F8F8;
    width: 33%;
    justify-content: center;
 }

 .card-step1-active .mobile-bg{
  background-color: #FFEFDF;
  width: 33%;
  justify-content: center;
}

.mobile-left{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.mobile-right{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card-step1-active{
  background: #FEF3E8;
  border-color: #E70;
}
}


.fs-12{
  font-size: 12px;
}


.sign-up-error{
  position: absolute;
  background-color: white;
  top: 5%;
  padding: 10px;
  border-radius: 5px;
  max-width: 300px;
  height: 150px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-confirm-btn-su{
  cursor: pointer;
  width: 70px;
  padding: 10px;
  background-color: #E70;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: white;
}

.black-shadow{
  background-color: #00000075;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}



.account-exist{
  position: absolute;
  background-color: white;
  top: 5%;
  padding: 10px;
  border-radius: 5px;
  max-width: 300px;
  height: 150px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-existed{
  cursor: pointer;
  width: 70px;
  padding: 10px;
  background-color: #E70;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: white;
}

.black-shadow-already-exist{
  background-color: #00000075;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.profile-btn, .login-btn{
  display: none;
}
.swiper2{
  overflow: hidden;
  width: fit-content;
}

.w-90-input{
  width: 90% !important;
}
@media (max-width:768px) {
  .w-90-input{
    width: 95% !important;
  }
  .dontsendimg{
    width: 140px;
  }
  .swiper-slide2{
    width: 50% !important;
    padding: 5px;
  }
}

.select-comic-title{
  max-width: 171px;
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%; /* 19.84px */
}

.comic-select-btn{
  color: #E70;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  text-decoration-line: underline;
  cursor: pointer;
}

.comic-box-shadow{
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#selectComicLongTitle{
  color: #000;
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
}

.modal-header{
  border-bottom: none !important;
}

#change-comic-btn{
  width: 226px;
  height: 35px;
  border-radius: 20px;
  background: #E70;

  color: #FBFBFB;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.selected-change-comic{
  border-radius: 5px;
border: 1px solid #E70;
background: #FEF3E8;
padding: 10px;

}


@media (max-width:768px) {
  #select-img-1, #select-img-2, #select-title-1, #select-title-2{
  width: 150px;
 }

 .change-img, .change-title{
  width: 130px;
 }
}


#selectable-container{
  flex-wrap: wrap;
  gap: 1rem;
}

#abt-us-youtube{
  pointer-events: none;
}

.fs-10{
  font-size: 10px;
}

.fs-14{
  font-size: 14px;
}

#sub-2div{
  /* flex-direction: row-reverse; */
  justify-content: center;
  gap: 4px;
  align-items: baseline;
}


.subscribe-btn-primary{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 52px;
  border-radius: 200px;
  background: #E70;


  color: #FFF !important;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  /* 17.36px */
}

#heding-ab-leadership{
  display: none;
}

.sticky-btn-container{
  background: white;
  position: sticky;
  bottom: 0px;
  padding: 10px 0px;
}

.comic-select-1 , .comic-select-2{
  width: 171px;
}
.font-weight-600{
  font-weight: 600;
}

.swiper-btn2 {
  font-weight: 900;
  scale: 40%;
  color: rgb(0, 0, 0) !important;
  opacity: 100%;
  right:-5px !important;
}
.swiper-btn3 {
  font-weight: 900;
  scale: 40%;
  color: rgb(0, 0, 0) !important;
  opacity: 100%;
  right:  -5px !important;
}
.remove-txt{
  color: #c40;
  text-decoration: underline;
  font-size: 18px;
}
.remove-btn{
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}
.remove-btn>svg{
  scale: 1.3;
}

.review-count-book{
  color: #828282;
}

.view-profile-btn{
  background: rgb(0, 149, 246);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 3px;
  height: fit-content;
}