@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:wght@100..900&display=swap");

:root {
    --blue: #1e90ff;
    --white: #ffffff;

    /* font size  */

    --hero-head: 5.61rem;
    --body-font-size: 1rem;
    --section-h2-size: 1.777rem;
    --font-weight-400: 400;
    --font-weight-600: 600;

    /* 320px - 375px */
    --hero-head-375: 2.6rem;
}

/* var(--blue) */

/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#directsubscribe,
#terminate,
#subscriptionpolling,
#alreadysubscribed,
#blocker,
#congrats,
#popup,
#redirect,
#redirectreturn,
#redirectservice,
#redirectxhrreturn,
#immediatesubscribe {
    display: none;
}

.show-directsubscribe #directsubscribe,
.show-doubleconfirmation #doubleconfirmation,
.show-congrats #congrats,
.show-subscriptionpolling #subscriptionpolling,
.blocker #blocker,
.show-redirect #blocker,
.show-redirectreturn #blocker,
.show-redirectservice #blocker,
.show-redirectxhrreturn #blocker,
.show-alreadysubscribed #blocker {
    display: block;
}

.img-100 {
    width: 100%;
}

* {
    box-sizing: border-box;
    outline: none;
    line-height: 130%;
}

.c-p-s {
    padding: 60px;
}

.c-m-s {
    margin-top: 40px;
}

.m-b-10 {
    margin-top: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.main-padding {
    padding: 40px 20px;
}

.co-m-s {
    margin: 40px 0;
}

.pro-m-s {
    margin: 0 40px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.width-100 {
    width: 100%;
}

.m-r-10 {
    margin-right: 10px;
}

image {
    width: 100%;
}

body {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: var(--body-font-size);
    font-style: normal;
    font-weight: var(--font-weight-400);
    line-height: normal;
}

.creative {
    background-color: #f5f5f7;
}

.main {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    flex-direction: column;
    display: flex;
}

#main_head {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
}

section {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    box-shadow: 8px 4px 160.5px 28px rgba(0, 0, 0, 0.02);
}

section h2 {
    font-size: var(--section-h2-size);
    background: linear-gradient(90deg,
            #360020 -1.82%,
            #0021cd 49.2%,
            #980092 99.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1;
    aspect-ratio: 16/10;
    max-width: 100%;
    background: url(../../img/IdealPhysical/banner_main.png) no-repeat;
    background-position: 130% 0px;
    background-size: 80%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 32px;
}

.hero .hero-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.hero .hero-section .hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 700px;
}

.hero .hero-section .price {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hero .hero-section .price .main_price {
    color: #1d1d1f;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin-right: 5px;
}

.hero .hero-section .price .line-through {
    text-decoration: line-through solid 3.5px;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: #848484;
    -webkit-text-decoration-color: #848484;
    color: #848484;
    font-weight: var(--font-weight-400);
    font-size: 30px;
    margin-left: 5px;
    -moz-text-decoration-color: #848484;
}

.hero .hero-footer {
    text-align: center;
}

.hero .hero-footer {
    color: #1d1d1f;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    padding: 30px;
}

.hero .hero-footer .buy_btn {
    color: #ffffff;
    background-color: #6a00d3;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    border-radius: 16px;
    border: none;
    font-size: 30px;
    padding: 20px 0;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    border: none;
    width: 100%;
}

    .hero::after {
        content: "";
        background: url(../../img/IdealPhysical/headset-single.png) no-repeat;
        position: absolute;
        background-size: 100px;
        top: 50px;
        left: 50px;
        width: 15%;
        height: 30%;
        transform: rotate(35deg);
    }

.hero h1 {
    font-size: var(--hero-head);
    font-weight: 900;
    font-style: normal;
    font-family: "DM Sans", sans-serif;
}

.hero h1 span {
    background: linear-gradient(175deg, #1d1d1f -103.09%, #db00ff 136.36%);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.ss_section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-basis: auto;
    gap: 20px;
}

.ss_section .inner-section-one {
    display: flex;
    flex-direction: column;
}

.ss_section .inner-section-para p {
    display: flex;
    text-align: left;
    line-height: 130%;
    margin-bottom: 10px;
    font-size: 16px;
    color: #1d1d1f;
}

.inner-section-para p span {
    font-weight: 600;
}

.shop-now {
    line-height: 130%;
}

.ss_section .inner-section-para p::before {
    content: "";
    width: 10px;
    height: 10px;
    padding-top: 10px;
    background: url(../../img/IdealPhysical/circle.svg) center no-repeat;
    background-size: contain;
    margin-right: 20px;
    flex-shrink: 0;
    align-self: flex-start;
}

.ss_section .inner-section-two {
    border-radius: 8px;
    flex-basis: 50%;
    flex-shrink: 0;
    background: url(../../img/IdealPhysical/girl.jpg) center no-repeat;
    aspect-ratio: 1/1;
}

.tab-group {
    display: flex;
    justify-content: center;
    max-width: 420px;
    justify-items: center;
    align-content: center;
    width: 100%;
    margin: auto;
    background: #ededed;
    padding: 10px;
    border-radius: 8px;
}

.tab {
    flex-grow: 1;
    padding: 15px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
}

.panel-group {
    border-top: none;
    margin-top: 20px;
}

.panel {
    display: none;
}

.tab.is-active {
    background: #ffffff;
    color: #1e1e1e;
    transition: all 0.2s ease-out;
}

.panel.is-show {
    display: flex;
}

.content-A {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.content-A>div {
    flex-basis: calc(33% - 10px);
}

.content-A>div img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.content-b {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
}

.content-b .content-b-spec {
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 130%;
}

.content-b .content-b-spec p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #1d1d1f;
}

.content-b .spec-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.faq .accordion {
    background-color: #f5f5f7;
    border-radius: 16px;
    padding: 12px;
    cursor: pointer;
    margin-top: 20px;
}

.faq .accordion-header {
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    padding: 8px;
    text-align: left;
}

.faq .accordion-header h4 {
    font-size: 16px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
}

.faq .accordion-body {
    color: #444;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s;
}

.faq .accordion-body.active {
    height: 100%;
    opacity: 1;
    padding: 5px;
}

.faq .accordion-body.active p {
    color: #1d1d1f;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    line-height: 130%;
}

.arrow {
    width: 25px;
    height: 25px;
    background: url("../../img/IdealPhysical/chevron-up.png") center / cover no-repeat;
}

.faq .arrow {
    transition: transform 0.2s linear;
    margin-left: 10px;
}

.faq .accordion:has(.active) .arrow {
    transform: rotate(180deg);
}

.faq .contact_mail {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
}

.faq .contact_mail a {
    color: #1d1d1f;
}

.people-card {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.heading {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.heading img {
    border-radius: 50px;
    border: 3px solid #f5f5f7;
    width: 60px;
    height: 60px;
}

.name-title-div {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.name {
    opacity: 100%;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.title {
    opacity: 50%;
    font-size: 0.9rem;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
}

.bigger-text {
    font-weight: 600;
    margin-top: 15px;
    font-size: 18px;
}

.smaller-text {
    font-weight: var(--font-weight-400);
    opacity: 70%;
    margin-top: 20px;
}

.left-top-side {
    display: flex;
    flex-direction: column;
}

.left-bottom-side {
    display: flex;
    flex-direction: column;
}

.left-top-side .card-0 {
    background-color: hsl(263, 55%, 52%);
    color: white;
    flex-basis: 70%;
}

.left-top-side .card-1 {
    background-color: hsl(117.31, 100%, 93.44%);
    color: #1e1e1e;
    flex-basis: 30%;
}

.left-bottom-side .card-0 {
    background-color: #f7e0ff;
    color: hsl(217, 19%, 35%);
    flex-basis: 30%;
}

.left-bottom-side .card-1 {
    background-color: hsl(219, 100%, 58.79%);
    color: white;
    flex-basis: 70%;
}

.left-bottom-side .card-0 .name-title-div {
    color: hsl(219, 29%, 14%);
}

.card-0,
.card-1 {
    padding: 20px;
    border-radius: 8px;
    margin-top: 22px;
    box-shadow: none;
}

.check-shield {
    display: flex;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-image: url("../../img/IdealPhysical/verify.png");
}

.check-shield-dark {
    display: flex;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-image: url("../../img/IdealPhysical/verify-dark.png");
}

.star {
    display: flex;
    flex-direction: row;
}

.full-star {
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-image: url("../img/star-solid.png");
}

.star-half {
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-image: url("../../img/IdealPhysical/star-half.png");
}

.font-for-checkout {
    color: #636363;
    font-size: 13px;
    margin: 10px 0;
    font-weight: var(--font-weight-400);
    display: flex;
    flex-direction: row;
}

.lock {
    width: 15px;
    height: 15px;
    background-size: cover;
    background-position: center;
    background-image: url("../../img/IdealPhysical/lock.png");
    margin-right: 5px;
}

@media (min-width: 738px) {
    .left-top-side {
        flex-direction: row;
    }

    .left-top-side .card-1 {
        margin-left: 20px;
    }

    .left-bottom-side {
        flex-direction: row;
    }

    .left-bottom-side .card-1 {
        margin-left: 20px;
    }

    .left-side {
        line-height: 130%;
    }
}

footer {
    height: auto;
    color: #afafaf;
    padding: 25px 0;
    font-size: 12px;
    border-top: #dadada 1px solid;
}




#disclaimer {
    display: flex;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    flex-direction: column;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px;
}

.footer-info>div {
    box-sizing: border-box;
    flex-basis: 50%;
}

.footer-info__security {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 5px;
}

.footer-info>div::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    opacity: 0.5;
    margin: 0 0 10px;
}

.footer-info__security::before {
    background: url(../../img/IdealPhysical/shield-security.svg) center no-repeat;
    background-size: contain;
}

.footer-info__privacy::before {
    background: url(../../img/IdealPhysical/shield-tick.svg) center no-repeat;
    background-size: contain;
}

#disclaimer {
    display: flex;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    flex-direction: column;
}

#external-links {
    display: flex;
    margin: 5px 0 !important;
    text-align: left;
    margin: 0;
    padding: 0;
}

#external-links li {
    display: flex;
    margin: 0 10px 0 0;
}

#external-links li a {
    color: #999999;
    text-decoration: underline;
}

.modes {
    margin-top: 10px;
}

.modes_img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modes img:last-child {
    margin-top: 10px;
    width: 70px;
}

.img_width {
    width: 250px;
}

.ptb {
    margin: 10px 0;
}

.f-w-500 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}


.ptb {
    margin: 10px 0;
}



.img_width-header {
    width: 170px;
}

.checkout {

    flex-direction: column;
    width: 100%;
    max-height: 100%;
}

.checkout h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}

.checkout header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: #d3d3d3 1px solid;
}

    .checkout header .logo {
        background: url(../../img/IdealPhysical/logo.svg) no-repeat center;
        background-size: contain;
        width: 100%;
        max-width: 250px;
        min-height: 42px;
        align-self: center;
    }

.checkout-container {
    display: flex;
    flex-direction: row;
    font-size: 12pt;
    flex-grow: 1;
}

.checkout-form {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    justify-content: right;
    align-items: end;
    padding: 0 40px;
}

.label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: var(--font-weight-400);
    color: #888;
    cursor: text;
    transition: all 0.5s ease;
}

select {
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #888;
    border-radius: 4px;
    margin-top: 20px;
}

.card-input {
    display: flex;
    gap: 10px;
}

.card-input input {
    flex: 1;
}

.form-control {
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(40, 40, 40, 0.41);
    color: #1a1819;
    width: 100%;
    resize: none;
    font-family: "inter", sans-serif;
    transition: border 0.5s;
    -webkit-transition: 0.5s;
    padding: 15px;
    border-radius: 6px;
    outline: none;
}

.form-input-group {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s;
    background-color: #ffffff;
}

.form-input-group:has(input:focus) {
    border: 1px solid #000;
    box-shadow: 0 0 0 1px #000;
    transition: all 0.2s;
}

.form-input-group:has(input:focus) label {
    display: block;
}

.form-input-group:has(input:focus) input::-moz-placeholder {
    color: #fff;
}

.form-input-group:has(input:focus) input::placeholder {
    color: #fff;
}

.form-input-group label {
    display: none;
    font-size: 9pt;
    transition: all 0.2s;
}

.first-last-name,
.city-state-name,
.month-cvv {
    display: flex;
    justify-content: space-between;
}

.first-last-name .form-grid,
.city-state-name .form-grid,
.month-cvv .form-grid {
    flex-basis: calc(50% - 10px);
}

.form-input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    color: #787878;
    display: flex;
    flex-grow: 1;
}

.form-input::-moz-placeholder {
    color: #787878;
    opacity: 1;
}

.form-input::placeholder {
    color: #787878;
    opacity: 1;
}

.input-error .form-input-group,
.input-error-2 .form-input-group {
    border: 1px solid rgb(255, 0, 0);
    box-shadow: 0 0 0 1px rgb(255, 0, 0);
    transition: all 0.2s;
}

.invalid-error,
.invalid-error-2 {
    display: none;
    font-size: 9pt;
    margin-top: 10px;
    color: rgb(255, 0, 0);
}

.input-error .invalid-error,
.input-error-2 .invalid-error-2 {
    display: block;
    color: rgb(255, 0, 0);
}

input .form-control:focus {
    border: 1px solid rgb(38, 38, 38);
    transition: transform 0.2s ease-in;
}

input[type="checkbox"]:checked {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

.check-custom {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
}

.form-check-input {
    width: 25px;
    display: flex;
    align-self: flex-start;
}

.form-check-label {
    margin-left: 5px;
    font-size: 12px;
    font-weight: var(--font-weight-400);
    color: #323232;
}

.form-check-label a {
    color: #636363;
}

.credit-card_header {
    background: #e8e8e8;
    border-radius: 8px 8px 0 0;
    padding: 0px 20px;
}

.icon-relative {
    position: relative;
}

.icon-relative .input-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    top: 15px;
    background-size: cover;
    background-position: center;
}

    .icon-relative .credit-card-icon {
        background-image: url("../../img/IdealPhysical/credit-card.png");
    }

    .icon-relative .calendar-icon {
        background-image: url("../../img/IdealPhysical/calendar.png");
    }

    .icon-relative .credit-card-back-icon {
        background-image: url("../../img/IdealPhysical/credit-card-back.png");
    }

    .icon-relative .user-icon {
        background-image: url("../../img/IdealPhysical/user.png");
    }

.paynow_btn {
    color: #ffffff;
    background-color: #1a1819;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-radius: 6px;
    border: none;
    font-size: 20px;
    padding: 20px 0;
    cursor: pointer;
    font-family: "inter", sans-serif;
}

.first-last {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.states__sfc {
    width: 100%;
    max-width: 540px;
}

/* .checkout-product-detail */

.checkout-product-detail {
    display: none;
    flex-direction: column;
    flex-basis: 50%;
    background-color: #f5f5f7;
}

.product-inner {
    max-width: 400px;
    display: flex;
    flex-direction: column;
}

.s-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.s-checkbox input {
    width: auto;
}

.order-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.product-img {
    background: url(../../img/IdealPhysical/banner_main.png) no-repeat, 40% center;
    background-size: 60px;
    width: 60px;
    min-height: 60px;
    background-color: rgb(231, 231, 231);
    border-radius: 8px;
    border: 1px solid #bebebe;
    position: relative;
}

.product-img::after {
    content: "1";
    display: flex;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    color: #fff;
    right: -10px;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    font-size: 9pt;
}

.product-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 20px;
    justify-content: center;
}

.product-details-custom-p {
    font-size: 9pt;
    color: #a2a2a2;
    font-weight: 400;
    margin-top: 5px;
}

.price-point {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.total-sum {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.subtotal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.price-point-total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.m-t-custom-20 {
    margin-top: 20px;
}

.m-t-custom-10 {
    margin-top: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.f-s-custom-price {
    font-size: 14px;
    font-weight: var(--font-weight-400);
}

.f-s-custom {
    font-size: 18px;
    font-weight: 600;
}

.ordered-product {
    margin: 20px 0;
    width: 100%;
    display: none;
}

.credit-card {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    border-radius: 0 0 8px 8px;
}

.textwith-logo {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    font-size: 12pt;
    gap: 10px;
}

.m-t-b20 {
    margin: 20px 0;
}

.cc-payment {
    background: url(../../img/IdealPhysical/ideallogo.svg) no-repeat, 40% center;
    background-size: 30px;
    width: 30px;
    min-height: 60px;
    background-position: center;
}

#show-bill-add {
    display: none;
    transition: 0.4s;
}

#sticky-Pay-Btn {
    visibility: hidden;
}

#external-links {
    display: flex;
    margin: 5px 0 !important;
    text-align: left;
    margin: 0;
    padding: 0;
}

#external-links li {
    display: flex;
    margin: 0 10px 0 0;
}

#external-links li a {
    color: #999999;
    text-decoration: underline;
}

@media (max-width: 767px) {
    :root {
        --blue: #1e90ff;
        --white: #ffffff;

        /* font size  */
        --body-font-size: 1rem;
        --hero-head: 3rem;
        --section-h2-size: 1.333rem;

        /* 320px - 375px */
        /* --hero-head-375: 2.6rem; */
    }

    .mob-mt-10 {
        margin-top: 10px;
    }

    body {
        font-size: var(--body-font-size);
    }

    section {
        border-radius: 8px;
    }

    .c-p-s {
        padding: 20px 20px;
    }

    .main {
        width: 100%;
        padding: 10px;
    }

    .hero {
        aspect-ratio: 16 / 26;
        background-position: 0% 10%;
        background-size: 150%;
        border-radius: 8px;
    }

    .hero h1 {
        font-size: var(--hero-head);
    }

    .hero .hero-section .hero-inner {
        width: 320px;
    }

    .hero::after {
        background-size: 75px;
        top: 10px;
        left: 20px;
        width: 36%;
        height: 33%;
    }

    .ss_section {
        flex-direction: column;
    }

    .ss_section .inner-section-two {
        flex-basis: auto;
    }

    .tab-group {
        font-size: 14px;
        padding: 8px;
    }

    .tab {
        padding: 12px;
    }

    .content-A {
        display: flex;
        flex-direction: column;
    }

    .content-A .content-a-image-one {
        margin: 0;
        width: 100%;
    }

    .content-A .content-a-image-two {
        margin: 30px 0;
        width: 100%;
    }

    .content-A .content-a-image-three {
        margin: 0;
        width: 100%;
    }

    .content-b {
        flex-direction: column;
        gap: 0;
    }

    .faq {
        padding: 0;
    }

    .faq .accordion {
        border-radius: 8px;
    }

    footer {
        padding: 25px 10px;
    }

    footer #disclaimer {
        padding: 10px;
    }

    .checkout-form {
        flex-direction: column;
        padding: 0;
        align-items: center;
        flex-basis: 100%;
        width: 100%;
    }

    .checkout-container {
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }

    .checkout-product-detail {
        display: none;
    }

    .ordered-product {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }

    .paynow_btn {
        width: 92vw;
        margin: auto;
    }

    .first-last-name,
    .city-state-name,
    .month-cvv {
        flex-direction: column;
    }

    .first-last-name .form-grid,
    .city-state-name .form-grid,
    .month-cvv .form-grid {
        flex-direction: column;
        flex-basis: 100%;
    }

    .s-checkbox label {
        font-size: 13px;
    }

    .textwith-logo {
        align-items: center;
        font-size: 9pt;
    }

    .cc-payment {
        background-size: 100%;
        width: 30px;
        min-height: 30px;
        background-position: center;
    }

    .checkout header {
        padding: 10px 0;
    }

    #sticky-Pay-Btn {
        opacity: 0;
        display: none;
        position: fixed;
        bottom: 0px;
        z-index: 99;
        flex-grow: 1;
        border: none;
        outline: none;
        background-color: #6a00d3;
        color: white;
        width: 100%;
        justify-content: center;
        padding: 20px;
        align-items: center;
        transition: opacity 0.5s;
        font-weight: var(--font-weight-600);
        visibility: visible;
    }

    footer {
        margin-bottom: 40px;
    }

    .form-group-border-bottom {
        border-bottom: 24px solid #f5f5f5;
        padding: 0 20px;
    }

    .form-group-header {
        margin-top: 20px;
    }
}

@media (max-width: 375px) {
    .hero {
        aspect-ratio: 16 / 30;
        background-position: 3% 8%;
        background-size: 150%;
    }

    .hero h1 {
        font-size: var(--hero-head-375);
    }

    .hero .hero-footer {
        padding: 10px;
    }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {
    .hero {
        aspect-ratio: 16/13;
    }
}

/* Additional */

#terminate {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    z-index: 9999;
    margin: auto;
    max-width: 380px;
}

.terminate-form {
    box-sizing: border-box;
    padding: 20px;
    border-radius: 6px;
}

.terminate-form input.form-control {
    background: rgb(255 255 255 / 2%);
    border: 1.5px rgba(210, 210, 216, 0.9) solid;
    color: #000;
    width: 100%;
    height: 40px;
    font-size: 12px;
    resize: vertical;
    padding: 12px;
    border-radius: 5px;
    text-align: left;
    padding-left: 20px;
    font-family: Helvetica, sans-serif;
    font-weight: 700;

    box-sizing: border-box;
}

.terminate-form textarea.form-control {
    background: rgb(255 255 255 / 2%);
    border: 1.5px rgba(210, 210, 216, 0.9) solid;
    color: #000;
    width: 100%;
    height: 40px;
    font-size: 12px;
    resize: none;
    padding: 12px;
    border-radius: 5px;
    text-align: left;
    padding-left: 20px;
    font-family: Helvetica, sans-serif;
    font-weight: 700;

    box-sizing: border-box;
}

.terminate-form input {
    background: none;
    position: relative;
    direction: ltr;
    /* border-radius: 50px; */
    border: 0;

    font-size: 20px;

    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #cbcbcb;
    border-radius: 15px;
    height: 60px;
    max-width: 750px;
    width: calc(100% - 30px);
    text-align: center;
}

.terminate-form #input-number,
.terminate-form #input-pin {
    display: -webkit-flex;
    display: flex;
    margin: auto;
    overflow: hidden;
    align-items: center;
    border: 0;
    box-sizing: border-box;
    direction: ltr;
}

.terminate-form .input-pin {
    position: relative;
}

.terminate-form #input-pin {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNDMyIDMyN0g4MGMtNDQuMTEyIDAtODAgMzUuODg4LTgwIDgwczM1Ljg4OCA4MCA4MCA4MGgzNTJjNDQuMTEyIDAgODAtMzUuODg4IDgwLTgwcy0zNS44ODgtODAtODAtODB6TTEwNiA0MzJjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptLTU1LTMwNWgtMjB2LTI3YzAtNDEuMzU1LTMzLjY0NS03NS03NS03NXMtNzUgMzMuNjQ1LTc1IDc1djI3aC0yMGMtOC4yODQgMC0xNSA2LjcxNi0xNSAxNXYxMTljMCA4LjI4NCA2LjcxNiAxNSAxNSAxNWgxOTBjOC4yODQgMCAxNS02LjcxNiAxNS0xNVYxNDJjMC04LjI4NC02LjcxNi0xNS0xNS0xNXptLTgwIDc5LjEyOFYyMTJjMCA4LjI4NC02LjcxNiAxNS0xNSAxNXMtMTUtNi43MTYtMTUtMTV2LTUuODcyYy01LjgyMi0yLjA2MS0xMC03LjYtMTAtMTQuMTI4IDAtOC4yODQgNi43MTYtMTUgMTUtMTVoMjBjOC4yODQgMCAxNSA2LjcxNiAxNSAxNSAwIDYuNTI4LTQuMTc4IDEyLjA2Ny0xMCAxNC4xMjh6TTMwMSAxMjdoLTkwdi0yN2MwLTI0LjgxMyAyMC4xODctNDUgNDUtNDVzNDUgMjAuMTg3IDQ1IDQ1djI3eiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 34px;
    text-align: center;
}

.terminate-form .phone-input {
    width: calc(100% - 30px);
    max-width: 750px;
    height: 80px;
    display: flex;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    align-items: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.terminate-form .phone-input .phone {
    background-color: rgba(236, 236, 236, 50%);
    border-right: 1px solid #ccc;
    color: #000;
    padding: 0 20px;
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15pt;
}

.terminate-form .phone-input input.text-input {
    border: 0;
    outline: none;
    background-color: transparent;
}

.terminate-form #input-pin * {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    text-align: center;
    text-indent: -50px;
}

.terminate-form .phone-input .checkmark-container,
.terminate-form .input-pin .checkmark-container {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#checkmark,
#checkmark1 {
    display: none;
}

#checkmark1 {
    top: 5px;
    right: 6px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #3fd400;
    fill: none;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__icon,
.errormark__icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #3fd400;
    -webkit-animation: fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
    animation: fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes scale {

    0%,
    100% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes scale {

    0%,
    100% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@-webkit-keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #3fd400;
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #3fd400;
    }
}

/* CS Form style starts here */

.success {
    font-family: "Heebo", sans-serif;
    display: none;
    margin: 20px auto;
    color: #3b3b3b;
    border: 1px solid rgba(76, 175, 80, 0.5);
    padding: 30px;
    background: #ffffff;
    border-radius: 6px;
}

.success p {
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    padding: 0 !important;
    display: flex;
    text-align: center;
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #ffffff;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #ffffff;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.error-message {
    color: #e53030;
    margin: 10px 0 0;
    text-align: center;
    display: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #1a1819;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-radius: 6px;
    border: none;
    font-size: 20px;
    padding: 20px 0;
    cursor: pointer;
}

/* state */

.blocker::after,
.show-redirect::after,
.show-redirectreturn::after,
.show-redirectxhrreturn::after,
.show-immediatesubscribe::after,
.show-alreadysubscribed::after,
.show-terminate1::after {
    content: "";
    background-color: #f5f5f7;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    text-align: center;
}

#blocker,
#terminate1 {
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
    transform: translate3d(-50%, -50%, 0) !important;
    z-index: 9999;
}

#blocker p,
#terminate1 p {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 0 0 10px 0;
}

.preloader {
    width: 40px;
    height: 40px;
    background: url(../../img/IdealPhysical/preloader.svg) center no-repeat;
    background-size: 40px auto;
    margin: 0 auto 10px;
    -webkit-animation: preloader 2s infinite linear;
    animation: preloader 2s infinite linear;
}

/* CSS keyframe animations */

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#subscriptionpolling,
#redirectservice {
    text-align: center;
    /* position: fixed; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: fit-content;
    box-sizing: border-box;
    max-width: 350px;
}

#congrats {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    margin: auto;
    height: fit-content;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    background-image: url("../../img/IdealPhysical/check-circle.png");
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 20%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
    transform: translate3d(-50%, -50%, 0) !important;
}

#congrats h4 {
    font-size: 30pt;
    font-weight: bold;
    color: #040b04;
    font-family: "DM Sans", sans-serif;
    margin: 100px 0 20px 0;
}

#congrats-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #252525;
}

.message-congrats {
    display: none;
    padding: 10px;
    margin-top: 6px;
    text-align: center;
}

.show-congrats .message-congrats {
    display: block;
}

.show-subscriptionpolling .creative,
.show-congrats .creative {
    min-height: 100%;
    justify-content: center;
}

#subscriptionpolling {
    padding: 25px 10px 0;
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
}

/* custom display */

.show-subscriptionpolling .checkout-product-detail,
.show-subscriptionpolling .main,
.show-redirectservice .main,
.show-directsubscribe #sticky-Pay-Btn,
.show-terminate .checkout-product-detail,
.show-terminate .checkout {
    display: none;
}

.show-directsubscribe .creative,
.show-directsubscribe .checkout-product-detail,
.show-congrats .checkout,
.show-redirectservice .checkout,
.show-subscriptionpolling .checkout {
    display: flex;
}

.show-terminate #terminate {
    display: block;
}

.show-subscriptionpolling .checkout-form,
.show-congrats .checkout-form,
.show-terminate .checkout-form,
.show-subscriptionpolling .checkout-container,
.show-congrats .checkout-container,
.show-terminate .checkout-container {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    flex: 1;
}

@media (max-width: 767px) {

    .show-directsubscribe .checkout-product-detail,
    .show-terminate .checkout-product-detail {
        display: none;
    }

    #congrats {
        text-align: center;
        margin: auto;
        height: fit-content;
        box-sizing: border-box;
        max-width: 350px;
        width: 100%;
        background-size: 25%;
    }
}

.bank_label {
    left: 20px;
    bottom: 11px;
    font-size: 13px;
    line-height: 26px;
    font-weight: var(--font-weight-400);
    color: #888;
    cursor: text;
}