@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");
html,
body {
    overflow-x: hidden;
    touch-action: manipulation;
}


* {
    -webkit-tap-highlight-color: inherit;
    -webkit-tap-highlight-color: initial;
    -webkit-tap-highlight-color: revert;
    -webkit-tap-highlight-color: revert-layer;
    -webkit-tap-highlight-color: unset;
}

.slick-prev {
    background-image: url('/wp-content/uploads/2024/12/Slider-Arrow-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
.oppai-customer-show {margin-top: 15px;}
.slick-next {
    background-image: url('/wp-content/uploads/2024/12/Slider-Arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}

.slick-prev:hover {
    background-image: url('/wp-content/uploads/2024/12/Slider-Arrow-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: none;
}

button.user-registration-submit-Button.btn.button {
    opacity: 0;
}

/* .login-form-wrap.my_account {padding: 50px 30px 0 30px !important; } */
.slick-next:hover {
    background-image: url('/wp-content/uploads/2024/12/Slider-Arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: none;
}
.bubble-view__content {
    padding: 5 16px !important;
}

.slide-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.login-form-height-set {
    min-height: calc( 100vh - 410px );
}
.slick-slide {
    position: relative;
}

.multiple-items .select .list-item img {
    /* border: 1px solid red; */
    box-sizing: border-box;
}

.multiple-items .list-item {
    margin: 30px 0px;
    height: 460px;
}

/* .multiple-items .list-item {
    border: 1px solid #fff;
}

.multiple-items .slick-slide .list-item img {
    width: 100%;
    height: auto;
}*/

.multiple-items .slick-current.slick-active.slick-center {
    z-index: 4;
    transform: scale(1.1) translate(0px) !important;
    position: relative;
}

.slider.multiple-items.slick-initialized.slick-slider {
    /* padding: 40px 5px; */
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.multiple-items .slick-slide,
.multiple-items .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}


.multiple-items .slick-current.slick-active.slick-center+.slick-slide.slick-active+.slick-slide.slick-active {
    transform: scale(0.5) translate(-100px);
}

/* 
.multiple-items.slick-initialized .slick-slide+.slick-slide.slick-active {
    transform: scale(0.8) translate(0px);
} */

.multiple-items.slick-initialized .slick-slide+.slick-slide.slick-active+.slick-slide.slick-active {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}

hr {
    width: 12%;
    background-color: #838080;
    margin: auto;
}

.img-text {
    display: none;
}

.slick-center .img-text {
    display: block;
}

p.waifu-title.red {
    padding: 0;
    /* padding-left: 20px; */
    margin: 10px 0 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

p.waifu-sub-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-wrap: wrap;
}

img.selected-waifu-icon {
    display: none;
    position: absolute;
    top: 8%;
    right: 10%;
    z-index: 2;
}

.select img.selected-waifu-icon {
    display: block;
}



body {
    background-color: #130C1E;
}

.wf-cnt {
    margin-top: 65px;
    line-height: 1.2em;
}

/* .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */

.form-container h1 {
    font-size: 42px;
    line-height: 46px;
    color: white;
    text-align: center;
    margin: 0;

}

h2.red {
    font-size: 42px;
    line-height: 46px;
    text-align: center;
}

.form-container {
    /* background-color: #1a1a1a; */
    padding: 2rem;
    border-radius: 8px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); */
    display: block;
    margin: auto;
    width: 85%;
}

.form-step {
    display: none;
    /* max-width: 600px; */
}

.red {
    color: #CE2A42;
}

.form-step.active {
    display: block;
}

/* .step-indicator {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
} */

.step-indicator div {
    width: 30px;
    height: 30px;
    /* background-color: #555; */
    background-color: transparent;
    border-radius: 50%;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #5e5c5c;
}

.step-indicator div.active {
    /* background-color: #cf4a41; */
    background-color: transparent;
    border: none;
}

.btn {
    background-color: #CE2A42;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 15px;
    padding: 0px 25px;
    cursor: pointer;
    border-radius: 30px;
}

.btn:hover {
    border: #F41132;
    background-color: #F41132;
}

.btn-secondary {
    background-color: #555;
}

.slider-nav {
    margin: 0 auto;
    width: 600px;
    text-align: center;
    display: flex;
    align-items: center;
}

p.note-sub {
    line-height: 29px;
    color: #959FAA;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}

p.note {
    line-height: 30px;
    color: white;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

p.note-last {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}

form#multi-step-form {
    margin-bottom: 35px;
}

.promotional {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px 0px;
    flex-direction: row;
    flex-wrap: wrap;
}

.promotional img.pro-img {
    height: 45px;
}

.fifth-ftr {
    margin: 50px 0px 0px 0px !important;
}


/* General slider styling */
.main {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    overflow-y: scroll;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
    position: relative;
    height: 100vh;
}

.main ::-webkit-scrollbar {
    display: none;
    /* Hide the scrollbar */
}

/* Images should fit within the slides */
.slider-nav img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

/* Hide h2 and p by default */
.slider-nav h4,
.slider-nav p {
    display: none;
    text-align: center;
    margin: 10px 0;
}

/* Enlarge center slide */
.slick-center img {
    transform: scale(1) translate(10px);
    transition: all 0.3s ease-in-out;
}


.slick-center h4,
.slick-center p {
    display: block;
}

.wf-cnt h4 {
    color: #CE2A42;
    font-size: 18px;
    line-height: 1.2em;
}

.step-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 30px;
    gap: 0px;
    width: 70%;
}

.step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.step.active {
    background-color: #007bff;
    transform: scale(1.2);
}

.controls button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.controls button:hover {
    background-color: #0056b3;
}


.third-slide {
    text-align: center;
    margin-bottom: 60px;
}

textarea.txtarea {
    background-color: unset;
    border-bottom: 1px solid white !important;
    border: none;
    color: #868686;
    font-size: 18px;
    margin: 30px auto;
    width: 70%;
    padding: 0px;
    text-align: center;
    height: 70px !important;
}



.fourth-step .form-group {
    display: flex;
    align-items: center;
    padding: 0px 0;
    border-bottom: 1px solid #fff;
    margin: 40px auto;
    width: 80%;
    justify-content: center;
    align-items: center;

}

.fourth-step .form-group img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.fourth-step .form-group input {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    color: #bbb;
    font-size: 16px;
}

.fourth-step .form-group input::placeholder {
    color: #bbb;
}


/* Second Slide */
.checkbox-container {
    display: flex;
    gap: 60px;
    height: 415px;
    justify-content: center;
    align-items: flex-end;
    margin: 50px 0px 50px 0px;
}

.select-waifu {
    width: 280px !important;
    max-width: 280px !important;
    /*        position: absolute;*/
    bottom: 30px;
    left: -55px;
    z-index: 0;
}

.checkbox-button {
    position: relative;
    width: 190px;
    height: 50px;
    border-radius: 50px;
    background-color: #25144D;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    top: -15px;
    left: 5px;
}

span.wfu-btn {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.checkbox-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-button .checkmark {
    position: absolute;
    top: -250px;
    right: -45px;
    display: none;
}

.checkbox-button.selected {
    background-color: #1CBD43;
    color: white;
    border: 1px solid white;
}

.checkbox-button.selected .checkmark {
    display: block;
}

.sub-title {
    margin: 25px 0px;
    text-align: center;
}

label.checkbox-label {
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.flex-container {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.journey-5 {
    margin: 20px 0px;
}

.foot-bar {
    margin: 10px 0px 0px 0px;
}

/* Waiting Card */
.waiting-card {
    background-color: #2F2B42;
    color: white;
    width: 300px;
    padding: 20px;
    border-radius: 21px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 357px;
}

.waiting-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    padding-left: 15px;
}

.waiting-list {
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
}



.waiting-button {
    background-color: #201C2E;
    color: #959FAA;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 20px;
    border: 1px solid #acaaaa;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
    position: absolute;
    z-index: 9999;
    left: 20px;
    bottom: 55px;
    width: 205px;
}

.waiting-button:hover {
    background-color: #15131F;
    color: #959FAA;
}

.emoji-waiting {
    position: absolute;
    bottom: -30px;
    right: 0px;
    font-size: 60px;
    z-index: 1;
}

/* Priority Card */
.priority-card {
    background-color: #CE2A42;
    color: white;
    width: 300px;
    padding: 21px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 357px;
}

.priority-badge {
    display: inline-block;
    background-color: #5B8A11;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px 5px 50px;
    border-radius: 30px;
    margin-bottom: 15px;
    position: absolute;
    left: 15px;
    top: -15px;
}

.priority-badge::before {
    content: url('/wp-content/uploads/2024/12/Fire-1.png');
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 26px;
}

.priority-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    padding-left: 15px;
}

.priority-list {
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
}

span.ln {
    padding-left: 8px;
}

.priority-list li {
    font-size: 16px;
    padding: 4px 0px;
}

.priority-button {
    background-color: white;
    color: #e44c4c;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
    position: absolute;
    bottom: 55px;
    right: 80px;
    z-index: 9999;
    width: 200px;
}

.priority-button:hover {
    background-color: #15131F;
    color: #fff;
}

.emoji-waiting img,
.emoji-priority img {
    max-width: 138px;
}

.priority-list .rfg {
    display: flex;
}

img.icon-p {
    width: 25px;
    height: 25px;
    margin-top: 0px;
}

.emoji-priority {
    position: absolute;
    bottom: -30px;
    right: 0px;
    font-size: 60px;
    z-index: 1;
}


img.img-1,
img.img-3 {
    position: absolute !important;
    left: 0;
    height: auto;

}

img.img-2,
img.img-4,
img.img-5 {
    position: absolute !important;
    right: 0;
    height: auto;
}

.img-1,
.img-2,
.img-3,
.img-4,
.img-5,
.img-6,
.img-7 {

    display: none;
    z-index: -10;
}

.fire-icon {
    display: none;
}

.step.active .num {
    display: none;
}

.step.active .fire-icon {
    display: block;
}

textarea.txtarea:focus {
    background: transparent;
    color: white;
}

span.num {
    color: #5e5c5c;
    font-size: 12px;
}

.journey-5 p {
    text-align: center;
    padding-bottom: 30px;
    margin: 0px 160px;
}

.waiting-button:hover {
    border-color: #15131F;
}

.foot-bar .stop {
    display: none;
}

.third-slide > img {
    display: block;
    width: 100%;
    max-width: 410px;
}
#multi-step-form .checkbox-container .card{
    position: relative;
}
#multi-step-form .checkbox-container .card:before {
    position: absolute;
    content: "";
    height: 290px;
    width: 290px;
    border: 12px solid transparent;
    border-radius: 100%;
    top: 41%;
    transform: translateY(-50%);
    left: -2px;
    right: 0;
    margin: 0 auto;
}
#multi-step-form .checkbox-container.select-custom-wifu .card.oppai-show-circule:before {
    border-color: #FF4147;
}
/* Responsive styles */
@media (max-width: 1024px) {
    .slider-nav img {
        width: 90%;
    }

    .slick-center img {
        transform: scale(1);
    }
    #multi-step-form .checkbox-container .card:before {
        top: 39%;
        left: -6px;
    }
}

@media (max-width: 768px) {
     .oppai-customer-show{
        display: none;
    }
    .footer_column_inner .footer_column.col-3:nth-child( 3 ) {padding-left: 30px;}
    .footer_column.col-3.mobile-cols-only {
        width: 100% !important;
    }
    .slider.multiple-items {
        display: none;
    }

    textarea.txtarea {
        height: 100px !important;
    }

    .main {
        height: auto;
    }

    button.btn.next-step-btn.jrny-first {
        margin-top: 0px;
    }

    img.selected-waifu-icon {
        right: 15%;
    }

    button#place_order {
        width: 60% !important;
    }

    .journey-5 p {
        margin: 0px;
    }

    .form-container {
        padding: 0%;
        width: 100%;
    }

    .form-container h1,
    h2.red {
        font-size: 25px;
        line-height: 28px;
    }

    .slider-nav img {
        width: 100%;
    }

    /* .slick-center img {
        transform: scale(0.8) translate(40px);
    } */

    .slider-nav {
        margin: 0 auto;
        width: 250px;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .step-indicator {
        margin: 30px auto;
        gap: 0px;
        width: 100%;
    }

    hr {
        width: 6%;
    }

    p.note {
        line-height: 30px;
        color: white;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 15px;
        margin: 0;
        margin-bottom: 15px;
    }

    p.note-last {
        text-align: center;
        font-size: 19px;
        font-weight: 600;
        color: #fff;
        line-height: 30px;
    }

    p.note-sub {
        line-height: 25px;
        color: #959FAA;
        font-size: 14px;
        text-align: center;
        font-weight: 400;
    }

    .flex-container {
        display: flex;
        gap: 60px;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .checkbox-container {
        display: flex;
        gap: 24px;
        height: auto;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin: 40px 0px;
    }

    .card {
        max-width: 45%;
        position: relative;
    }

    .select-waifu {
        width: 100% !important;
        max-width: 90% !important;
    }

    .checkbox-button {
        width: 100%;
        height: 50px;
        padding-inline: 26px;
        margin-top: -15px;
        z-index: 1;
        position: unset;
    }

    .checkbox-button .checkmark {
        position: absolute;
        top: 0;
        right: 10%;
        display: none;
        max-width: 40px;
    }

    .foot-bar {
        margin: 10px 0px 0px 0px;
    }

    .btn {
        margin-top: 30px;
    }

    .third-slide {
        margin-bottom: 20px;
    }

    .fifth-ftr {
        padding-top: 40px;
    }

    .fourth-step .form-group {
        margin: 30px auto;
        width: 100%;
    }

    .priority-card {
        height: 380px;
        width: 315px;
        padding: 50px 20px;
    }

    span.ln {
        text-wrap: balance;
    }

    .waiting-card {
        width: 315px;
        height: 324px;
    }

    .emoji-waiting {
        right: auto;
        left: -25px;
        /* max-width: 95px; */
    }

    .emoji-priority {
        right: auto;
        left: -25px;
        bottom: -20px;
    }

    .waiting-button {
        left: 40px;
        bottom: 50px;
    }

    .priority-button {
        right: 75px;
        bottom: 50px;
    }

    .priority-badge {
        padding: 15px 20px 15px 35px;
        width: 90%;
        letter-spacing: 3px;
    }

    .priority-badge::before {
        left: 15px;
        bottom: 5px;
    }

    .emoji-waiting img,
    .emoji-priority img {
        max-width: 131px;
    }

    .form-step.active {
        display: flex;
    }

    .form-step {
        max-width: 100%;
        min-height: 100dvh;
        flex-direction: column;
    }

    /* .multiple-items.slick-initialized .slick-slide+.slick-slide.slick-active {
        transform: scale(1) translate(70px);
    } */

    /* .slick-prev {
        left: 10px;
    } */

    .slick-prev,
    .slick-next {
        z-index: 999999;
    }

    textarea.txtarea {
        width: 100%;
        font-size: 15px;
        padding: 10px 10px;
    }

    img.img-6 {
        position: absolute;
        right: -55px;
        top: 0px;
        z-index: 1;
        height: 100%;
    }

    img.img-7 {
        position: absolute;
        bottom: 0px;
        right: 0;
        height: 55%;
        z-index: -8;
    }

    .multiple-items .list-item {
        height: auto;
        margin-top: 0px;
    }

    /* .multiple-items .list-item {
        height: 450px;
        margin-top: 0px;
    } */
    p.waifu-title.red {
        font-size: 19px;
        font-weight: 700;
        margin: 0px;
    }

    p.waifu-sub-title {
        font-size: 12px;
        text-wrap: wrap;
    }

    /* .multiple-items .slick-current.slick-active.slick-center {
        transform: scale(1.1) translate(15px) !important;
    } */
    #multi-step-form .checkbox-container .card:before{
        border: 6px solid transparent;
    }
    #multi-step-form .checkbox-container .card:before {
        height: 190px;
        width: 190px;
        top: 36%;
    }
    .checkbox-container.select-custom-wifu .select-waifu {
        max-width: 180px !important;
    }
}

.radio-image-container {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px;
    max-width: 100%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.radio-image-wrapper {
    position: relative;
    flex: 0 0 250px;
    scroll-snap-align: center;
}

.radio-image-wrapper input[type="radio"] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

input[type='checkbox']:before {
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

input[type='checkbox']:checked:before {
    background: #1CBD43;
    border-color: #1CBD43;
}

.radio-image-content {
    border: 3px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.radio-image-wrapper input[type="radio"]:checked+.radio-image-content {
    border-color: #007bff;
}

.radio-image-content img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.radio-image-content .wf-cnt {
    padding: 10px;
    text-align: center;
    background-color: white;
}

.next-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.error-message {
    display: none;
    text-align: center;
    color: #CE2A42;
}


.site-logo-img {
    text-align: center;
    margin: 50px 0 20px;
    position: relative;
}

.site-logo-img .container>a,
.site-logo-img > a{
    display: inline-block;
    vertical-align: top;
}


.site-logo-img img,
.header-site-logo img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    height: 60px;
}
.page-template-title-section .site-logo-img img,
.page-template-legal-notice .site-logo-img img,
.page-template-refund-policy .site-logo-img img,
.page-template-privacy-policy .site-logo-img img,
.page-template-faq-page .site-logo-img img,
.page-template-terms-of-service .site-logo-img img{
    height: 75px;
    max-width: unset;
}
.back_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    right: auto;
}

.back_btn>a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #381D67;
    color: #FFF;
    padding: 15px 28px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: top;
    transition: 0.3s all ease;
}

.back_btn>a:focus {
    background-color: #381D67;
    color: #FFFFFF;
}

.back_btn>a:hover {
    color: #FFFFFF;
}

.heading_txt h1 {
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    text-align: center;
    margin: 0;
}

.oppai-box-valt-view-all .oppai-collection-slider {
    margin-bottom: 0;
    margin-top: 5px;
}
.oppai-box-valt-view-all .oppai-collection-head{
    justify-content: center;
}
.oppai-box-valt-view-all .oppai-collection-carousel {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	max-height: calc(100dvh - 190px);
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: none;
}
.oppai-box-valt-view-all .oppai-collection-carousel::-webkit-scrollbar{
    width: unset;
}
.oppai-collection-carousel>.cols-appas-two {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 14px;
}

.red {
    color: #ce2a42;
}

.bg-red {
    background-color: #CE2A42 !important;
}

.bg-dark-red {
    background-color: #750717 !important;
}

.bg-purple {
    background-color: #381D67 !important;
}

.bg-violet {
    background-color: #5217BA !important;
}

.bg-green {
    background-color: #004110 !important;
}


.oppai-store-card-wrap {
    margin: 40px 0 0;
    margin-left: -50px;
}

.oppai-store-card {
    position: relative;
    background-color: #381D67;
    margin-bottom: 15px;
    max-width: 375px;
    border-radius: 21px;
    margin: 0 auto 15px;
}

.oppai-store-card>a {
    display: block;
    padding: 22px;
}

.oppai-store-card .card-content {
    max-width: 188px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.card-content h3 {
    font-family: Poppins;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.card-content h3 strong {
    font-weight: 800;
}

.oppai-store-card .card-img {
    position: absolute;
    right: -68px;
    bottom: 0;
    left: auto;
}

.oppai-store-card .card-img img {
    display: block;
}

.custom-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #CE2A42;
    padding: 17px 26px;
    border-radius: 100px;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
}

.custom-btn:focus {
    color: #FFFFFF;
}

.custom-btn:hover {
    color: #FFFFFF;
}

.oppai-store-card .custom-btn {
    font-size: 12px;
    color: #381D67;
    background-color: #FFF;
    padding: 10px 15px;
}

.oppai-store-card.bg-red .custom-btn {
    color: #CE2A42;
}

.oppai-store-card.bg-dark-red .custom-btn {
    color: #940A1E;
}

.pass_promotional_wrap {
    margin: 65px 0 60px;
}

.pass.promotional {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
}

.pass.promotional img.pro-img {
    object-fit: contain;
    height: auto;
    max-height: 50px;
}

.promotional img.pro-img {
    height: 45px;
}

.col-6 {
    width: 50%;
}

.col-3 {
    width: 25%;
}

.custom-footer {
    border-top: 8px solid #CE2A42;
    background-color: #1A102B;
}

.footer-top {
    padding: 48px 0 44px;
}

.footer_column_inner {
    display: flex;
    flex-wrap: wrap;
}

.footer-logo {
    max-width: 250px;
}

.footer-logo img {
    width: 100%;
    max-width: 140px;
    margin-bottom: 20px;
}

.footer-logo p {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #B0B3B6;
    max-width: 185px;
}

.footer_column .footer_ttl {
    font-family: Poppins;
    color: #FFFFFFD9;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 8px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin: 3px 0;
}

.footer-contact p,
.footer-links ul li a,
.footer-contact p a {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #9FAAB5D9;
    text-decoration: none;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
}

.footer-links ul li a {
    padding: 2px 0;
}

.footer-contact p a:hover {
    color: #9FAAB5D9;
}

.footer-links ul li a:after,
.footer-contact a:after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    transition: width 0.6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: currentColor;
}

.footer-links ul li a:hover:after,
.footer-contact a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.footer-contact p {
    margin: 0 0 6px;
}

.footer-contact p:last-child {
    margin-bottom: 0;
}

.tm-social-networks ul {
    display: flex;
    align-items: center;
    margin: 0;
    margin-top: 15px;
}

.tm-social-networks .item:not(:last-child) {
    margin-right: 15px;
}
.footer_column.col-3.d-none {
    display: none;
}
.tm-social-networks .link {
    border-color: #CE2A42;
    background-color: #CE2A42;
}

.tm-social-networks .link {
    font-size: 20px;
    height: 40px;
    width: 40px;
    /* margin-top: 15px; */
    text-align: center;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-social-networks .link-icon {
    color: #FFF;
}

.footer-bottom {
    padding: 20px 0 10px;
    border-top: 1px solid rgba(116, 143, 181, .15);
}
.footer_logo img {
    width: 120px;
    margin-bottom: 20px;
}


.copyright-txt p {
    color: #BAC3CA73;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 3px;
}

.copyright-txt p:last-child {
    margin-bottom: 0;
}

.footer-bottom .image {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
}

.footer-bottom .image img {
    width: 100%;
    height: auto;
}

.product-container {
    margin: 45px 0 0;
}

.product-box {
    display: flex;
    align-items: center;
    background-color: #5A1DCC;
    padding: 6px 15px 6px 5px;
    border-radius: 68px;
    position: relative;
    width: 100%;
    max-width: 345px;
    justify-content: space-between;
    margin: 0 auto 34px;
}

.product-box:last-child {
    margin-bottom: 0;
}

.product-box .product-img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #0000004D;
    padding: 5px;
}

.product-box .product-img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    position: relative;
}

.product-info {
    flex: 1;
    margin-left: 10px;
}

.product-info h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.product-info h3:last-child {
    margin-bottom: 0;
}

.product-info p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #FFF;
    margin: 0;

}

.counter {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 9px 12px;
    width: 100%;
    max-width: 109px;
    justify-content: space-between;
}
.product-box .counter.gift-btn{
    padding: 0;
}
.product-box .counter > a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    color: #FFFFFF;
    padding: 9px 12px;
}
.product-box button {
    background: none;
    border: none;
    color: white;
    font-size: 22px;
    width: 26px;
    min-width: 26px;
    height: 26px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.product-box button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.product-box button:hover {
    background-color: transparent;
}

.count {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 5px;
    min-width: 20px;
    text-align: center;
}

/* Badge */
.product-box .badge {
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #5B8A11;
    color: #FFF;
    font-family: Poppins;
    font-weight: 700;
    font-size: 7px;
    line-height: 10.34px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.product-box .badge img {
    width: 15px;
    display: block;
    margin-right: 6px;
}

.custom-gift.product-box {
    padding: 25px 20px;
    display: block;
    background-image: url("./images/Gift-bg-img.png");
    background-repeat: no-repeat;
    background-position: calc(100% + 15px) 0;
    /* background-size: contain; */
    border-radius: 40px;
}
.custom-gift.product-box h3 {
    font-family: Poppins;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    margin: 0 0 15px;
}
.custom-gift.product-box input {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    border: 1px solid #D9DADB;
    background-color: #00270A;
    border-radius: 20px;
    height: auto;
    padding: 9px 15px;
    min-height: 40px;
}
.custom-gift.product-box input:focus{
    background-color: #00270A;
    color: #FFFFFF;
}
.gift-amount-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 11px;
}
.gift-amount-wrap > span{
    font-family: Poppins;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    padding-left: 20px;
}
.gift-amount-wrap .counter {
    border: none !important;
        max-width: 150px !important;
}
/* span.custom-gift-price-def {
    position: absolute;
    top: 65%;
    left: 63%;
    right: 0;
    width: 5px;
    padding-top: 0px;
} */
input#custom-gift-price {
    text-align: center;
}
.gift-amount-wrap .counter{
/*     background-color: #00270A; */
    justify-content: center;
}
.product-container .btn-wrap {
    text-align: center;
}

.photo-theme-container {
    max-width: 385px;
    width: 100%;
    margin: 30px auto 0;
}

.photo-theme-container>p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    margin: 36px -11px 0;
}

.radio-group .photo-item {
    width: 50%;
    padding: 0 11px;
    margin-bottom: 20px;
}

.radio-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid white;
    color: #FFF;
    padding: 20px;
    border-radius: 100px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.radio-label:hover {
    background-color: white;
    color: black;
}

.radio-group input[type="radio"] {
    display: none;
}

.radio-group input[type="radio"]:checked+.radio-label {
    background-color: #1CBD43;
    border-color: #FFF;
    color: white;
}

.photo-theme-container textarea {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    border: 1px solid #4B5157;
    background-color: #150C29;
    padding: 10px;
    color: white;
    border-radius: 10px;
    text-align: center;
    border-radius: 15px;
    resize: none;
    height: 129px;
}

.photo-theme-container textarea::placeholder {
    color: #868686;
}

.photo-theme-container textarea:focus {
    background-color: #150C29;
    outline: none;
    color: #FFFFFF;
}

.photo-theme-container .btn-wrap {
    text-align: center;
    margin: 36px auto 0;
}

.photo-theme-container .btn-wrap p {
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin: 16px 0 0;
}

.pass-checkbox-container {
    display: flex;
    justify-content: center;
    /* column-gap: 70px;
    margin: 90px 0 0; */
    max-width: 620px;
    margin: 90px auto 0;
}

.pass-checkbox-card {
    position: relative;
    width: 50%;
    text-align: center;
}

.pass-checkbox-card .checkmark {
    position: absolute;
    top: -15px;
    right: 0;
    left: auto;
    opacity: 0;
    visibility: hidden;
}

.pass-checkbox-card.selected .checkmark {
    opacity: 1;
    visibility: visible;
}

/* .pass-checkbox-card:nth-child(2) .checkmark {
    right: 60px;
} */

.pass-checkbox-button input[type='checkbox'] {
    display: none;
}

.pass-checkbox-card .image {
    position: relative;
}

.pass-checkbox-card .image:before {
    position: absolute;
    content: "";
    height: 300px;
    width: 300px;
    /* background: rgba(140, 136, 149, 0.3); */
    display: block;
    z-index: -1;
    border-radius: 100%;
    top: 53%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 12px solid transparent;
}

.pass-checkbox-card:first-child .image:before {
    top: 55%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: -12px;
    right: 0;   
}
.pass-checkbox-card:first-child .image img{
    height: 306px;
}
.pass-checkbox-card.selected .image:before {
    border: 12px solid #FF4147;
}

.pass-checkbox-card .image img {
    max-width: 400px;
    width: 100%;
    height: 298px;
    object-fit: contain;
}

.pass-checkbox-card .image:nth-child(2) img {
    position: relative;
    right: -40px;
}

.pass-checkbox-button {
    font-family: Poppins;
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    background-color: #25144D;
    border-radius: 100px;
    text-align: center;
    display: block;
    padding: 17px 30px;
    max-width: 208px;
    width: 100%;
    margin: -30px auto 0;
    position: relative;
    border: 1px solid transparent;
    cursor: pointer;
}

.pass-checkbox-button.selected {
    border-color: #FFFFFF;
    background-color: #1CBD43;
}

.pass-checkbox-card .sub-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #959FAA;
    margin: 15px 0 0;
}

.pass-section .btn-wrap {
    margin: 75px 0 0;
    text-align: center;
}

.site-logo-img .container {
    position: relative;
    max-width: 1330px;
}

.custom-footer .container {
    max-width: 1120px;
}

.home-tm-logo {
    text-align: center;
    position: absolute;
    top: 57px;
    left: -70px;
    right: 0;
    margin: 0 auto;
}

.home-tm-logo> {
    display: inline-block;
    vertical-align: top;
}

.op_home_banner {
    min-height: calc(100vh - 365px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.op_home_banner_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 2%;
}

.op_home_banner_inner .image_box {
    width: 44.5%;
}

.op_home_banner_inner .op_home_text_content {
    width: 50%;
    padding-left: 40px;
    padding-top: 145px;
}

.op_home_text_content .text_content_inner {
    width: 100%;
    max-width: 85%;
}

.op_home_banner_inner .image_box img {
    height: 100%;
    width: 100%;
    display: block;
    object-position: left bottom;
}

.op_home_text_content h1 {
    font-family: Luckiest Guy;
    font-size: 56px;
    color: #fff;
    line-height: 63px;
    margin: 0;
    min-height: 189px;
    max-height: 189px;
    overflow: hidden;
}

html body .wpb_text_column ul.woocommerce-error li {margin-bottom: 0 !important;}
.op_home_text_content ul {
    margin: 15px 0 0 15px;
}

.op_home_text_content ul li {
    font-family: Poppins;
    color: #999;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.58;
    font-size: 15px;
}

.op_home_text_content .cta-wrap {
    margin: 30px 0 20px;
}

.op_home_text_content .cta-wrap .custom-btn {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
    background-color: #CE2A42;
    font-weight: 600;
    padding: 18px 20px;
    border: none;
    min-height: 53px;
    letter-spacing: 0;
}

.op_home_text_content .cta-wrap .custom-btn:hover {
    color: #FFF;
}

.tm-image-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.tm-image-wrapper .tm-image img {
    display: block;
    width: 100%;
    max-width: 106px;
    height: auto;
    object-fit: contain;
}

.tm-image-wrapper.show_on_mobile {
    display: none;
}

.pass_promotional_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.trustpilot_img {
    text-align: center;
}

.trustpilot_img p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 134%;
    text-align: center;
    margin: 0 auto 8px;
    color: #FFF;
    max-width: 100px;
}

.trustpilot_img img {
    display: block;
    margin: 0 auto;
}

.custom-btn span {
    border: 3px solid #FFF;
    border-top: 3px solid #1A102B;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 6px;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.toc_wrapper {
    margin-bottom: 90px;
}

.toc_wrapper .toc_text_content {
    margin-top: 30px;
    margin-bottom: 40px;
}

.toc_wrapper .toc_text_content:last-child {
    margin-bottom: 0;
}

.toc_text_content h5.intro-head,
.faq_text_content h5.sub-head {
    color: #fff;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 500;
}

.toc_text_content p,
.toc_text_content ul li {
    color: #959faa;
    font-size: 18px;
    font-weight: 400;
}
.toc_text_content p a {
    color: inherit;
}
.toc_text_content p a:hover{
    color: #ce2a42;
}

.toc_text_content p:last-child {
    margin-bottom: 0;
}

.toc_text_content ul {
    margin: 6px 0px;
    color: #959faa;
}
.faq_sec {margin-bottom: 80px;}
.faq_wrapper {
    margin: 0 0 45px;
}
.faq_sec .heading_txt h2{
    font-size: 42px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
}

.faq_wrapper .faq_text_content {
    padding: 25px 50px;
    border-radius: 21px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #2f2b42;
}
.faq_wrapper .faq_text_content:nth-child(even){
    background-color: #2E2559 ;
}

.faq_text_content p{
    color: #959faa;
    font-family: Poppins;
    font-size: 14px;
}
.kd_oppai_cloud_bottom.new{
    text-align: center;
    padding: 20px 0 20px;
}
.t_btn_wrap {
    text-align: center;
    margin-top: 25px;
}
.t_btn_wrap .custom-btn {
    background: #ce2a42;
    border: none;
    border-radius: 2em;
    margin-bottom: 0;
    color: #FFF;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    user-select: none;
    top: 0;
    transition: 0.2s ease-in-out;
    line-height: normal;
    box-shadow: none;
    padding: 15px 30px ;
    font-weight: 600;
}
.t_btn_wrap .custom-btn:hover{
    transform: translateY(-3px);
}

@media (max-width: 1024px) {
    .pass-checkbox-card .image:before {
        height: 250px;
        width: 250px;
    }

    .home-tm-logo {
        position: static;
        padding: 26px 0 0;
    }

    .op_home_text_content h1 {
        font-size: 40px;
        line-height: 120%;
    }

    .op_home_banner_inner .image_box {
        width: 50%;
    }

    .op_home_banner_inner .op_home_text_content {
        padding-top: 30px;
    }

    .op_home_text_content h1 br {
        display: none;
    }

    .pass_promotional_wrap {
        gap: 0;
    }
}

@media (max-width: 767px) {
    .page-template-title-section .site-logo-img img, 
    .page-template-legal-notice .site-logo-img img, 
    .page-template-refund-policy .site-logo-img img, 
    .page-template-privacy-policy .site-logo-img img, 
    .page-template-faq-page .site-logo-img img, 
    .page-template-terms-of-service .site-logo-img img {
        height: 65px;
        max-width: unset;
    }
    .site-logo-img img, .header-site-logo img{
        height: 50px;
    }
    .header-site-logo{
        padding: 22px 0 0 !important; 
    }
    img.footer-social-icon {margin-top: 5px;}
    .site-logo-img img {
        width: 100%;
        /* max-width: 96px; */
    }
    .footer_column.col-3.mobile-cols-only p{
        margin-top:0 ;
    }
    .tm-image-wrapper .tm-image img {
        max-width: 80px;
        height: 36px;
    }
    /* .back_btn {
        position: static;
        transform: unset
    } */

    .back_btn>a {
        font-size: 10px;
        padding: 12px 18px;
    }

    .col-6 {
        width: 100%;
    }

    .col-3 {
        width: 50%;
    }

    .footer-bottom .footer_column_inner {
        flex-direction: column-reverse;
    }
    .footer_column.col-3.d-none {
        display: block;
        padding-left: 30px;
    }
    .footer_column:not(.d-none) .tm-social-networks.social-icons {
        display: none;
    }
    .copyright-txt {
        text-align: center;
        margin: 15px 0 0;
    }

    .footer-top {
        padding: 30px 0;
    }

    .footer-bottom {
        padding: 10px 0 10px;
    }
    .footer_logo {
        width: 100%;
        text-align: center;
        
        padding-bottom: 30px;
        display: block !important;
    }

    .footer_logo img {
        display: block;
        width: 100%;
        max-width: 130px;
        margin: 0 auto;
    }
    .footer-bottom .image {
        margin: 0 auto;
    }

    .pass_promotional_wrap {
        margin: 26px 0 30px;
        display: block;
    }

    .trustpilot_img {
        margin-top: 20px;
    }

    .pass.promotional {
        gap: 12px;
        row-gap: 20px;
    }

    .footer-logo {
        max-width: 100%;
        text-align: center;
        margin: 0 0 30px;
    }

    .footer-links ul li a,
    .footer-contact a,
    .footer-contact p,
    .footer-contact p a {
        font-size: 13px;
    }

    .site-logo-img {
        text-align: center;
        margin: 22px 0 22px;
    }

    .oppai-store-card-wrap {
        margin: 20px 0 0;
        margin-left: 0;
    }

    .oppai-store-card .card-img {
        right: -68px;
    }

    /* .oppai-store-card {
        max-width: 343px;
    } */
    .oppai-store-card.bg-dark-red .card-img {
        right: -76px;
    }

    .oppai-store-card.bg-red .card-img {
        right: -54px;
    }

    .heading_txt h1,
    .faq_sec .heading_txt h2 {
        font-size: 25px;
        line-height: 28px;
    }

    .radio-group .photo-item {
        padding: 0 6px;
    }

    .radio-label {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        padding: 14px 13px;
        cursor: unset;
    }

    .photo-theme-container>p {
        font-size: 16px;
    }

    .photo-theme-container textarea {
        height: 116px;
    }

    .photo-theme-container {
        margin-top: 15px;
    }

    .radio-group {
        margin: 18px -6px 0;
    }

    .photo-theme-container .btn-wrap p {
        font-size: 12px;
    }

    .product-container {
        margin: 20px 0 0;
    }

    .product-box {
        margin: 0 auto 15px;
        max-width: 380px;
    }

    .oppai-store-card {
        max-width: 390px;
    }

    .product-container .btn-wrap {
        text-align: center;
        margin-top: 32px;
    }

    .pass-checkbox-button {
        padding: 13px 20px;
        margin: -8px auto 0;
        max-width: 150px;
        cursor: unset;
    }

    .pass-checkbox-card .image:before {
        /* height: 120px;
        width: 120px; */
        height: 160px;
        width: 160px;
    }

    .pass-checkbox-card:first-child .image:before {
        top: 55%;
        left: -5px;
    }
    .pass-checkbox-card .sub-title {
        font-size: 15px;
    }

    .pass-checkbox-container {
        column-gap: 0px;
        margin: 40px 0 0;
    }

    .pass-section .btn-wrap {
        margin: 30px 0 0;
    }

    .pass-checkbox-card:nth-child(2) .checkmark {
        right: 38px;
    }

    .pass-checkbox-card .checkmark {
        top: -12px;
        width: 42px;
        right: 38px;
    }

    .pass-checkbox-card span.wfu-btn {
        font-size: 14px;
    }

    .pass-checkbox-card:first-child .image img {
        /* max-width: 150px; */
        max-width: 200px;
    }

    .pass-checkbox-card .image img {
        /* max-width: 185px; */
        max-width: 218px;
        height: 160px;
    }
    .pass-checkbox-card:first-child .image img{
        height: 160px;
    }
    .pass-checkbox-card.selected .image:before {
        border: 6px solid #FF4147;
    }

    .pass-checkbox-card:nth-child(2) .pass-checkbox-button {
        margin: -15px auto 0;
    }

    .footer-logo p {
        max-width: 100%;
    }

    .footer-logo img {
        width: 100%;
        max-width: 130px;
    }

    /* .pass.promotional img.pro-img:last-child{
        max-width: 100%;
    } */
    .home-tm-logo {
        position: static;
        padding: 35px 0 15px;
    }

    .home-tm-logo {
        position: static;
        padding: 25px 0;
    }

    .op_home_banner_inner {
        padding: 0;
        flex-direction: column-reverse;
    }

    .op_home_banner_inner .image_box {
        width: 100%;
    }

    .op_home_banner_inner .op_home_text_content {
        width: 100%;
        padding: 0;
    }

    .op_home_text_content .text_content_inner {
        max-width: 100%;
    }

    .op_home_text_content h1 {
        font-size: 28px;
        line-height: 1.23;
        text-align: center;
        min-height: 72px;
        max-height: 72px;
        padding: 0 16px;
        max-width: 390px;
        margin: 0 auto;
    }

    .op_home_text_content ul li {
        font-size: 16px;
    }

    .op_home_text_content .cta-wrap {
        text-align: center;
    }

    .tm-image-wrapper {
        display: flex;
        justify-content: center;
    }
    .tm-image-wrapper.show_on_mobile {
        display: none;
        padding: 0 16px;
    }

    .pass.promotional img.pro-img {
        max-height: 34px;
    }

    /* .pass.promotional img.pro-img:last-child {
        max-height: 62px;
    } */
    .home-tm-logo .logo {
        width: 170px;
        height: 90px;
        margin: 0 auto;
    }

    .op_home_text_content .cta-wrap .custom-btn {
        min-width: 316px;
    }
    .faq_sec {
        margin-bottom: 60px;
    }
    .faq_wrapper .faq_text_content{
        padding: 25px;
    }
    .toc_text_content h5.intro-head,
    .faq_text_content h5.sub-head{
        font-size: 20px;
        margin-bottom: 10px;
     }
     .faq_wrapper {
        margin: 0 0 35px;
    }
     .toc_wrapper .toc_text_content{
        margin-bottom: 30px;
     }
     .toc_text_content p, .toc_text_content ul li{
        font-size: 16px;
     }
}


@media (max-width: 450px) {
    #multi-step-form .checkbox-container .card:before {
        height: 160px;
        width: 160px;
        top: 34%;
        left: -3px;
    }
    .checkbox-container.select-custom-wifu .select-waifu {
        max-width: 150px !important;
    }
    .footer_column.col-3 {
        margin-left: 14px;
    }
}

@media (max-width: 350px) {
    .op_home_text_content .cta-wrap .custom-btn {
        min-width: 300px;
        font-size: 14px;
    }

    .op_home_text_content h1 {
        font-size: 26px;
    }
}
