p {
  margin: 0;
}
button {
  outline: none;
}
.pricePopup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.pricePopup.show {
  display: block;
}
.priceOverlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.popupContent {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 20px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  max-width: 907px;
  width: 100%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.modalCloseBtn {
  position: absolute;
  top: 30px;
  right: 17px;
  opacity: 1;
}
.modalCloseBtn:hover {
  opacity: 0.5;
}
.contentTop {
  padding: 25px 0;
  text-align: center;
  border-bottom: 1px solid #d6e7f3;
  background: linear-gradient(
    180deg,
    #1e77f6 0%,
    #285da7 46.88%,
    #0f376f 93.4%
  );
}
.contentBody {
  padding: 30px 25px 34px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(
      180deg,
      #fff 0%,
      #fcfeff 52.08%,
      rgba(208, 235, 255, 0.7) 100%
    ),
    #fff;
}
.planContentWrapper {
  max-width: 268px;
  width: 100%;
}
.planContentWrapper:nth-child(2) {
  padding: 0 0 20px;
  max-width: 300px;
  border: 1px solid #d6e7f3;
  border-top: none;
  border-bottom: none;
}
.planContentTop .planTime {
  color: #08080f;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.topPriceDetails {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #233f8c;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.priceVal {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.oldPrice {
  padding: 2px 8px;
  color: #fff;
  font-size: 14px;
  text-decoration-color: #fff;
  border-radius: 7px;
  border: 1px solid #fff;
}
.offVal {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.offerEndsWrapper {
  padding: 0;
  background: #00443f;
  border-radius: 20px;
  max-width: max-content;
  margin: -16px auto 30px;
  min-width: 221px;
  display: flex;
  justify-content: center;
}
.offerEndsWrapper p {
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 7px 10px;
}
.offerEndsWrapper p.saveOne {
  background: #01322f;
  border-radius: 20px 0 0 20px;
}
.offerEndsWrapper p span {
  font-weight: 400;
}
.planFeatures {
  list-style: none;
  max-width: max-content;
  margin: 0 auto;
}
.featuresListWrapper {
  margin: 30px 0 15px;
  padding-bottom: 30px;
  min-height: 179px;
}
.no-border {
  border-bottom: none;
}
.planFeatures li {
  position: relative;
  padding-left: 26px;
  color: #08080f;
  font-size: 13px;
  margin-top: 17px;
}
.planFeatures li:first-child {
  margin-top: 0;
}
.planFeatures li::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/feature-yes.svg);
  left: 0;
}
.planFeatures li.excluded::before {
  background: url(../images/feature-no.svg);
}
.planFeatures li.free::before {
  background: url(../images/check-star.svg);
}
.subscribeNowBtn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 12px 26px;
  max-width: max-content;
  margin: 0 auto;
  border-radius: 5px;
  background: linear-gradient(
    180deg,
    #1e77f6 0%,
    #285da7 46.88%,
    #0f376f 93.4%
  );
  border: none;
  cursor: pointer;
}
.subscribeNowBtn:hover {
  background: linear-gradient(90deg, #1e77f6 0%, #285da7 100%);
}
.subscribeNowBtn span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.priceIncreaseText {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.priceIncreaseText {
  padding: 6px 7px 8px;
  background: #e02020;
  border-radius: 5px;
  max-width: max-content;
  margin: 0 auto 15px;
}
.priceIncreaseText p span {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}
.priceIncreaseText p #timer,
.priceIncreaseText p #timer2 {
  font-weight: 900;
  text-transform: capitalize;
}
.contentTop p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
.subscribeNowBtn.loading {
  padding: 0;
  min-width: 167px;
}
.subscribeNowBtn img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  object-fit: contain;
}
.customBadge {
  background: #ffffff;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #057959;
  margin-bottom: 14px;
}
.mobTabs {
  display: none;
}
.planDuration {
  color: #08080f;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 4px;
  text-align: center;
}
.planContentTop {
  min-height: 61px;
}
.priceDetail {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #08080f;
  font-size: 14px;
  font-weight: 450;
  line-height: normal;
  margin: 10px 0 15px;
}
.priceVal {
  color: #08080f;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  margin: 0 3px 0 13px;
}
.priceVal::before {
  position: absolute;
  content: '$';
  color: #08080f;
  font-size: 17px;
  font-weight: 450;
  line-height: normal;
  top: 0;
  left: -9px;
}
.priceTime {
  color: #797875;
  font-size: 14px;
  font-weight: 450;
  line-height: normal;
}
.planContentWrapper .contentTop {
  display: none;
}
p.deletedPrice {
  text-align: center;
  color: #999;
  font-size: 20px;
  line-height: normal;
  position: relative;
  margin: 0 3px 0 13px;
  text-decoration: line-through;
}
.space {
  display: none;
}
@media (max-width: 991px) {
  .contentBody {
    padding: 26px 25px 36px;
  }
  .planContentWrapper {
    min-width: 290px;
  }
}
@media (max-width: 767px) {
  .space {
    display: block;
    min-width: 0.5px;
    height: 30px;
    background: #ff000000;
  }
  .modalCloseBtn {
    display: none;
  }
  .mobTabs {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
    margin-top: 28px;
  }
  .mobTabs a {
    padding: 8px 15px;
    color: #afafaf;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    border: 1px solid #afafaf;
    background: #fff;
  }
  .mobTabs a.active {
    border: 1px solid #05ada3;
    background: #e8fbfa;
    color: #05ada3;
  }
  .popupContent {
    max-width: unset;
    overflow-x: scroll;
    border-radius: 0;
    box-shadow: none;
    overflow: auto;
  }
  .contentBody {
    padding: 30px 15px;
    gap: 15px;
    background: none;
  }
  .offerEndsWrapper p {
    font-size: 12px;
  }
  .priceVal {
    font-size: 22px;
  }
  .oldPrice {
    font-size: 12px;
  }
  .offVal {
    font-size: 12px;
  }
  .planContentTop {
    padding: 15px 0px 30px;
  }
  .contentTop p {
    text-align: left;
    padding-left: 15px;
    font-size: 19px;
  }
  .modalCloseBtn {
    top: 23px;
  }
  .contentTop {
    display: none;
  }
  .planContentWrapper .contentTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .planContentWrapper:nth-child(2) {
    border: none;
  }
  .planContentWrapper {
    background: linear-gradient(
        180deg,
        #fff 0%,
        #fcfeff 52.08%,
        rgba(208, 235, 255, 0.7) 100%
      ),
      #fff;
    box-shadow: 0px 0px 8.14723014831543px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 20px;
    padding-bottom: 20px;
  }
  .planContentWrapper .modalCloseBtn {
    display: block;
  }
  .planContentTop .planTime {
    font-size: 25px;
  }
  .featuresListWrapper {
    margin: 0 0 15px;
  }
}
