@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  padding: 0px;
  margin: 0px;
  font-family: "Jost";
}

.membership_body {
  background-color: #f4fafb;
}

.membership_section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 40px 15px;
  background-color: #f4fafb;
}

.membership_section .membership_prent {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 10px 1px rgba(29, 69, 77, 6%);
  max-width: 1170px;
  width: 100%;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: center;
}

.membership_section .membership_block {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 25%);
  width: 100%;
  padding: 30px;
  height: fit-content;
}

.membership_section .membership_container {
  background-color: #deb100;
  border-radius: 20px;
  padding: 12px 20px;
  display: flex;
  gap: 10px;
  align-items: start;
  justify-content: space-between;
}

.membership_section .membership_container h2 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.membership_section .membership_container h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
  margin: 0px 0px 20px;
  display: inline-block;
}

.membership_section .membership_container h3 span,
.membership_section .membership_container p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
}

.membership_section .access_block h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f606d;
  line-height: 26px;
  margin: 0px;
}

.discaunt_heading {
  font-size: 26px !important;
  color: red !important;
  text-decoration-line: line-through;
}

.save_heading {
  font-size: 22px !important;
}

.membership_container img {
  max-width: 40px;
}

.membership_section .access_block {
  padding: 20px 0px 20px 30px;
}

.membership_section .access_block ul {
  padding: 0px 0px 0px 22px;
  margin: 0px;
}

.membership_section .access_block ul li {
  list-style-image: url(../image/right-icon.png);
  margin-top: 20px;
}
.membership_section .access_block ul li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #1d454d;
  display: block;
}
.membership_section .access_block ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #8a8a8a;
  margin: 0px;
}

.theme-btn {
  background-color: #4aa9bd;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  padding: 14px 36px;
  margin-top: 30px;
  min-width: 160px;
}

.membership_section .verify-block {
  background-color: #f4fafb;
  border-radius: 20px;
  width: 100%;
  padding: 70px 40px;
  box-shadow: 0px 2px 10px 1px rgba(29, 69, 77, 6%);
}

.membership_section .verify-block h2 {
  font-size: 30px;
  font-weight: 600;
  color: #1d454d;
  margin-bottom: 0px;
  text-align: center;
}

.membership_section .verify-block p {
  font-size: 16px;
  font-weight: 400;
  color: #8a8a8a;
  margin: 20px 0px 40px;
  text-align: center;
}
.membership_section .verify-block p span {
  font-weight: 500;
  color: #4aa9bd;
}

.membership_section .verify-block .input-groups {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 2px 10px 1px rgba(29, 69, 77, 6%);
  border-radius: 50px;
  padding: 18px 22px;
  gap: 12px;
}
.membership_section .verify-block .input-groups input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
}
.membership_section .verify-block .input-groups input::placeholder {
  color: #9d9d9d;
}

.membership_section .Verify_label {
  font-size: 16px;
  font-weight: 500;
  color: #1d454d;
  padding-bottom: 10px;
}

.membership_section .payment_block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.membership_section .payment_block p {
  width: 58%;
  margin-bottom: 0px;
}
.membership_section .payment_block h2 {
  margin-top: 10px;
}

.verify-block .code_box {
  display: flex;
  gap: 10px;
}

.verify-block .code_box > input {
  width: 60px;
  height: 60px;
  font-size: 22px;
  text-align: center;
  color: #1d454d;
  font-weight: 500;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0px 2px 10px 1px rgba(29, 69, 77, 6%);
}

.mobile_heading {
  display: none;
}

hr {
  color: #4aa9bd;
}

.coupon_btn {
  background-color: #4aa9bd;
  border: none;
  outline: none;
  border-radius: 30px;
  color: #000;
  padding: 9px 28px;
}

.input-groups.copupon_group {
  padding: 10px 10px 10px 22px !important;
}

.premium_btngroup {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.premium_btngroup .premium_delete {
  background-color: #1f606d;
}

.payment_cancelpop .payment_cancel span i {
  font-size: 70px;
  color: #deb100;
}

.modal-content.payment_cancelpop {
  padding: 70px 50px;
  border-radius: 30px;
}
.payment_cancelpop h4 {
  font-size: 32px;
  margin-top: 20px;
  text-transform: capitalize;
}
.premium_purchaged.text-center {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

.destop_heading {
  display: inline-block;
}

.login_section .login_btn{
  background-color: #efefef;
  border-radius: 40px;
  width: 100%;
  color: #3b5998;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.login_section .google_login{
  color: #000;
}


/* .purchaged_section .purchaged_block{
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 650px;
}

.purchaged_section .purchaged_block .purchaged_container{
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     padding: 60px;
     text-align: center;
}
.purchaged_section .purchaged_block .purchaged_container h2{
     font-size: 42px;
     font-weight: 900;
     line-height: 51px;
     color: #1D454D;
     margin: 0px;
}

.purchaged_section .purchaged_block .purchaged_container p{
     font-size: 18px;
     font-weight: 400;
     line-height: 28px;
     color: #727B7D;
     margin: 30px 0px 40px;
}

.purchaged_section{
    padding: 0px 15px;
} */

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .membership_section .membership_prent {
    padding: 30px;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .membership_section .membership_prent {
    padding: 30px 20px;
    gap: 30px;
  }

  .membership_section .membership_block {
    padding: 15px;
  }

  .membership_section .verify-block {
    padding: 30px 15px;
  }

  .verify-block .code_box > input {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .membership_container img {
    max-width: 40px;
  }

.membership_section .membership_container {
    justify-content: center;
    flex-wrap: wrap;
}

.membership_section .membership_container h3 {
    margin: 0px 0px 0px;
}
.membership_section .access_block {
    padding: 20px 0px 20px 20px;
}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .membership_section .membership_prent {
    padding: 40px;
    flex-direction: column;
    border-radius: 0px;
    gap: 40px;
  }

  .membership_section {
    padding: 0px;
  }

  .verify-block .code_box > input {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .membership_section .membership_block {
    padding: 0px;
  }

  .membership_section .membership_container {
    border-radius: 20px 20px 0px 0px;
    padding: 15px 20px;
  }

  .membership_section .membership_container {
    border-radius: 20px 20px 0px 0px;
    padding: 15px 20px;
    flex-direction: column;
    align-items: center;
  }

  .destop_heading {
    display: none;
  }

  .mobile_heading {
    display: block;
  }

  /* .purchaged_section {
            padding: 30px 15px;
        }

        .purchaged_section .purchaged_block .purchaged_container {
            padding: 50px 30px;
            text-align: center;
        }

        .purchaged_section .purchaged_block .purchaged_container h2 {
            font-size: 36px;
            line-height: 41px;
            margin: 0px;
        }

        .purchaged_section .purchaged_block .purchaged_container p {
            margin: 20px 0px 30px;
        } */
}

@media screen and (max-width: 575px) {
  .membership_section .membership_prent {
    padding: 30px 15px;
    flex-direction: column;
    border-radius: 0px;
    gap: 30px;
  }

  .membership_section .membership_container h3 {
    margin: 0px 0px 0px;
}

  .membership_section {
    padding: 0px;
  }

  .verify-block .code_box > input {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .membership_section .membership_block {
    padding: 0px;
  }

  .membership_section .membership_container {
    border-radius: 20px 20px 0px 0px;
    padding: 15px 20px;
  }

  .membership_section .membership_container {
    border-radius: 20px 20px 0px 0px;
    padding: 15px 20px;
    flex-direction: column;
    align-items: center;
  }

  .destop_heading {
    display: none;
  }

  .mobile_heading {
    display: block;
  }

  .membership_section .verify-block {
    padding: 40px 20px;
  }

  .theme-btn {
    font-size: 16px;
    padding: 10px 24px;
    margin-top: 25px;
    min-width: 130px;
  }

  .premium_btngroup {
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 0px;
}

.membership_section .access_block {
    padding: 20px 0px 20px 20px;
}

  /* .purchaged_section .purchaged_block .purchaged_container h2 {
            font-size: 30px;
            line-height: 32px;
            margin: 0px;
        }

        .purchaged_section .purchaged_block .purchaged_container p {
            font-size: 16px;
            line-height: 22px;
            margin: 15px 0px 30px;
        }

        .purchaged_container img {
            max-width: 100px;
        }

        .purchaged_section {
            padding: 20px 15px;
        }

        .purchaged_section .purchaged_block .purchaged_container {
            padding: 40px 20px;
            text-align: center;
        } */
}

@media screen and (max-width: 380px) {
  .verify-block .code_box > input {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
