section.Free_Trial {
    background: #fff;
    padding: 72px 0;
}
.Form_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    padding: 24px;
    margin-bottom: 24px;
}
.Input_Box input.form-control {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 8px 12px;
}

.Form_Box .form-floating label span.red {
    color: #F04438;
}

.Input_Box {
    margin-bottom: 24px;
}
.Title {
    margin-bottom: 36px;
}
.Check_Main p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.Check_Main .form-check.form-check-inline {
    margin-left: 10px;
    margin-right: 0;
}
.Check_Main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
p.billing_text {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
p.billing_text b {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.Summary {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    padding: 24px;
}
.Summary h3 {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 24px;
}
.Selected_Plan {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.Selected_Plan h5 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.Selected_Plan h4 {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: right;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.Total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.Total h5 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.Total h4 {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: right;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.powered_by.mt-3 {
    display: flex;
    align-items: center;
}
.powered_by label {
    margin-right: 5px;
}
.powered_by_logo {
    display: inline-block;
    position: relative;
}