.full__div {
    display: flex;
    gap: 10px;
    padding: 10px 0px;
    margin-top: 32px;
    border-radius: 20px;
    justify-content: center;
}

.pricing_heading_div h1 {
    margin-bottom: 16px;
}

.plan_div {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ecf0f5;
    padding: 24px;
}

.grad_div {
    border-radius: 26px;
    border: 1px solid #ecf0f5;
    display: flex;
    flex-direction: column;
    width: 32%;
    padding: 10px;
    /* background: linear-gradient(180deg, #f6f6f6 0%, #ffffff 100%); */
    background: white !important;
    gap: 8px;
}

.grad_div_second {
    border-radius: 26px;
    border: 1px solid #ecf0f5;
    display: flex;
    flex-direction: column;
    width: 55%;
    padding: 10px;
    background: linear-gradient(180deg, #f6f6f6 0%, #ffffff 100%);
    gap: 8px;
}

.is_popular {
    background: linear-gradient(180deg, #e6ecff 0%, #ffffff 100%) !important;
}

.top_img_div {
    display: flex;
    align-items: center;
    column-gap: 14px;
    /* margin: 10px 0; */
    margin-bottom: 24px;
}

.free_register{
    background-color: #F5F7FD !important;
    color: #8B899F !important;
}
.free_register:hover{
    background-color: #3761ed !important;
    color: white !important;
}

.register_btn {
    background: #3761ed;
    color: #fff;
    padding: 10px 5px;
    width: 320px;
    margin: 10px 0;
    cursor: pointer;
}

.top_img_div span {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #8b899f;
}

.plan_div>ul>li {
    list-style-type: none;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #1e1e1e;
}

.d-flex>ul>li {
    list-style-type: none;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #1e1e1e;
}

.price_div {
    display: flex;
    gap: 8px;
    border-top: 1px solid #ecf0f5;
    padding: 26px 0px 0px 0;
    align-items: baseline;
    justify-content: space-between;
}

.price_div h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #27336d;
}

.price_div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #8b899f;
}

.tick_class {
    margin-bottom: -4px;
    margin-right: 8px;
}

.premium_btn {
    padding: 8px 25px;
    border-radius: 8px;
    min-height: 40px;
    min-width: 240px;
    text-align: center !important;
    /* background: #3761ed; */
    background: linear-gradient(180deg, #3ca4ff 0%, #3a3cff 100%);
    color: white;
    cursor: pointer;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    transition: all 0.2s ease-in-out;
}

input[type="radio"] {
  appearance: none;         /* remove default radio */
  -webkit-appearance: none; /* for Safari */
  -moz-appearance: none;    /* for Firefox */
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  border-radius: 50%;
  background: #e0e0e0;      /* gray when inactive */
  /* border: 2px solid #ccc; */
  position: relative;
  cursor: pointer;
}

/* white dot in the center */
input[type="radio"]::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

/* when checked → blue background */
input[type="radio"]:checked {
  background: #3761ed; 
  border-color: #3761ed;
}

.free_register{
    padding: 8px 20px; 
    border-radius: 8px; 
    transition: all 0.2s ease-in-out; 
    font-size: 16px;
}

/* .premium_btn:hover {
    background: #3761ed;
    color: #fff;
    cursor: pointer;
} */

.blue_btn {
    background: #3761ed !important;
    color: #fff !important;
}

.price_digit {
    display: flex;
    align-items: baseline;
}

.price_text {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    color: #27336d;
}

.text_div {
    position: relative;
    border-radius: 20px;
    background: url('../img/pricing_images/basic-plan-bg.svg') no-repeat center;
    box-shadow: 0px 4px 30px 0px #3761ed0d;
    padding: 16px;
}

.top_img_div h3{
    font-size: 20px;
}


.text_div h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #27336d;
}

.text_div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #375375;
    margin-top: 6px;
}

.Semanal,
.Mensual,
.Anual {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1.5px solid #3761ed;
    box-shadow: 0px 4px 10px 0px #0000000d;
    border-radius: 16px;
    padding: 10px 20px;
    cursor: pointer;
}

.left {
    display: flex;
    gap: 4px;
}

.left label {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.right {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #8b899f;
}

.active_bg {
    background: #f5f7fd;
}

/* input[type="radio"] {
    accent-color: #3761ed;
} */

.w_lim,
.w_sub {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
}

@media (width <=980px) {
    .grad_div {
        width: 40%;
    }

    .grad_div_second {
        width: 60%;
    }

    .price_div {
        flex-wrap: wrap;
    }

    .wrap {
        flex-wrap: wrap;
    }
}

@media (width <=600px) {
    .full__div {
        flex-direction: column;
    }

    .grad_div,
    .grad_div_second {
        width: 100%;
    }

    .grad_div {
        order: 1;
    }


}

@media (max-width: 590px) {

    .popup-signin-signup,
    .register_btn,
    .input-container input {
        width: 100%;
    }

}