html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
    background: url(../img/bg_light.webp) #f5e3d2;
    background-repeat: repeat;
    background-position: center;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

section {
    max-width: 100%;
    overflow: hidden;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.gap-2 {
    gap: 8px;
}

.z-3 {
    z-index: 3;
}

.position-relative {
    position: relative;
}

header {
    background-image: linear-gradient(#f58220, #b02a30);
    padding: 10px 0;
}

#banner {
    padding: 0 0 24px 0;
}

#banner .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#banner h1 {
    font-size: 30px;
    line-height: 40px;
    color: #97281d;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

#banner h2 {
    font-size: 20px;
    line-height: 27px;
    color: #e3530f;
    margin-top: 0;
    font-weight: 700;
}



h2.react-datepicker__current-month {
    font-size: 16px !important;
    margin: 0px 0 20px 0 !important;
}

#banner p {
    font-size: 15px;
    line-height: 20px;
    color: #333132;
    margin: 0;
    font-weight: 500;
}

.hidden-faq-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.hidden-faq-wrapper.expanded {
    max-height: 3000px;
    /* Adjust based on expected content height */
}

#banner form {
    /* padding: 25px !important; */
    padding-bottom: 24px;
    background: #fff;
    background-position: top center;
    background-size: 94%;
    z-index: 1;
    position: relative;
    margin-top: -5px;
    border-radius: 20px;
}

#banner form input#name{
    margin-top: 0;
}

#banner form h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    background: #e3530f;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 12px 15px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

#banner form input,
.laststep form input {
    width: calc(100% - 0px);
    /* box-shadow: 0px 1px 21px 0px rgba(128, 128, 128, 0.16); */
    border-radius: 0;
    padding: 15px 10px 5px 40px;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    font-size: 15px;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.6);
    outline: none;
    font-family: "Mulish", sans-serif;
}

#banner form select,
.laststep form select {
    width: calc(100%);
    /* box-shadow: 0px 1px 21px 0px rgba(128, 128, 128, 0.16); */
    border-radius: 0;
    padding: 15px 10px 5px 40px;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    font-size: 15px;
    margin-top: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: rgba(0, 0, 0, 0.6);
    outline: none;
    font-family: "Mulish", sans-serif;
}

#banner form select::-ms-expand {
    display: none;
}

/* #banner form input#name {
    background: url(../img/icons/user.svg) #fff no-repeat;
    background-position: left 0px center;
    background-size: 25px;
}

#banner form input#mobile {
    background: url(../img/icons/mobile.svg) #fff no-repeat;
    background-position: left 0px center;
    background-size: 30px;
}

#banner form input#otp {
    background: url(../img/icons/OTP.svg) #fff no-repeat;
    background-position: left 0px center;
    background-size: 25px;
    border-bottom: 0;
} */

#banner form .otp_wrapper {
    border-bottom: 1px solid #cfcfcf;
}

#banner form .timer {
    background: #a0a0a0;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #333132;
    font-weight: 700;
}

/* #banner form input#pan {
    background: url(../img/icons/PAN.svg) #fff no-repeat;
    background-position: left 0px center;
    background-size: 27px;
}

#banner form select#occupation {
    background: url(../img/icons/salary.svg) #fff no-repeat;
    background-position: left 0px center;
    background-size: 25px;
}

#banner form select#companyname {
    background: url(../img/icons/company.svg) #fff no-repeat;
    background-position: left 0px center;
    background-size: 28px;
}

#banner form select#annualincome {
    background: url(../img/icons/income.svg) #fff no-repeat;
    background-position: left 0px center;
    background-size: 28px;
}

.laststep form input#pincode {
    background: url(../img/icons/pincode.svg) #fff no-repeat;
    background-position: left 0px center;
    background-size: 27px;
}

.laststep form input#date {
    background: url(../img/icons/DOB.svg) #fff no-repeat;
    background-position: left 0px center;
    background-size: 25px;
}

.laststep form input#email {
    background: url(../img/icons/email.svg) #fff no-repeat;
    background-position: left 0px center;
    background-size: 25px;
}

.laststep form select#relationship {
    background: url(../img/icons/relation.svg) #fff no-repeat;
    background-position: left 0px center;
    background-size: 32px;
}

.laststep form select#language {
    background: url(../img/icons/language.svg) #fff no-repeat;
    background-position: left 0px center;
    background-size: 32px;
} */

.arrow {
    position: absolute;
    right: 10px;
    top: 20px;
}

.resend {
    background: #e3530f;
    padding: 10px 10px;
    border-radius: 10px;
    margin-top: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: auto;
    font-size: 12px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.resend span {
    font-size: 11px;
}

#banner form .proceed,
.laststep form .submit,
.view-more-btn {
    width: 160px;
    height: 50px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #e3530f;
    align-content: center;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.laststep {
    padding: 30px;
}

.backbtn {
    text-decoration: none;
    font-size: 18px;
    color: #333132;
}

.backbtn>img {
    width: 12px;
}

.laststep form h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #db610b;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-content {
    /* background: linear-gradient(to bottom, #e9580b 0 20%, #fff 20% 100%); */
    border-radius: 24px;
    width: 90%;
    max-width: 400px;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0;
    height: 90vh;
    overflow-y: scroll;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.popup-content::-webkit-scrollbar {
    display: none;
}

.popup-header {
    background: #e3530f;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    position: relative;
    padding-top: 35px;
    /* text-align: left; */
}

.common_popup .popup-header {
    background: transparent;
    padding: 0;
}

.popup-content {
    background: url(../img/bg_light.webp) #dd510e repeat left top;
    border: 5px solid #fff;
}

/* .popup-header h2 {
    margin-top: 0;
} */

.close-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
}

.popup-body {
    /* background: url(../img/bg_light.webp) repeat; */
    padding: 30px 20px;
}

#last_popup .popup-body {
    background: #fff;
}

.common_popup .popup-body {
    padding: 0;
}

.popup-icon {
    font-size: 40px;
    color: #e9580b;
    margin-bottom: 20px;
}

.popup-body h3 {
    margin: 0 0 20px;
    font-weight: normal;
    color: #414042;
}

.popup-body p {
    font-size: 14px;
    color: #414042;
    line-height: 1.5;
}

.faq-section {
    margin: auto;
    padding: 40px 20px;
    border-radius: 12px;
    position: relative;
}

.faq-section .faq-wrapper {
    background: #fff;
    border-radius: 20px;
}

.faq-section h2 {
    color: #fff;
    background: #e3530f;
    padding: 15px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-item {
    border-top: 1px solid rgb(160, 160, 160);
    /* padding: 16px 0; */
}

.faq-item:first-child:not(.expanded) {
    border-top: none;
}

.hidden-faq-wrapper .faq-item:first-child {
    border-top: 1px solid rgb(160, 160, 160);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px 0;
}

.faq-question h3 {
    font-size: 18px;
    margin: 0;
    color: #97281d;
    width: calc(100% - 50px);
}

.toggle-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
}

.toggle-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-size: 16px;
    color: #414042;
    /* margin-top: 10px; */
    line-height: 1.5;
    width: calc(100% - 50px);
    margin-right: 0;
    margin-left: auto;
}

.faq-answer p {
    margin-top: 0;
}


.faq-item.active .faq-answer {
    max-height: 800px;
}

.faq-item.active .toggle-btn {
    transform: rotate(45deg);
}

/* Wrapper styling */
.custom-datepicker {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-datepicker input {
    appearance: none;
    /* Hide the default date icon in Firefox */
    -moz-appearance: none;
    /* Hide the default date icon in Firefox */
    -webkit-appearance: none;
    /* Hide the default date icon in WebKit browsers */
}

/* Remove default date icon */
.custom-datepicker input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    z-index: 1;
    position: relative;
}

/* Add custom icon */
.custom-datepicker::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("../img/icons/calendar.svg") no-repeat center center;
    background-size: contain;
    display: none;
}

.swiper {
    width: 100%;
    height: 100%;
}

.orangebg {
    /* background: url(../img/cardsbg.png) #dd510e repeat left top; */
    padding: 40px 0px 40px 0px;
    color: white;
    position: relative;
    /* margin-top: 270px; */
}

/* .or-bg {
    background: url(../img/cardsbg.png) #dd510e repeat left top;
} */

/* .or-bg h2 {
    color: #fff;
} */

.cards h2.title {
    font-size: 57px;
    line-height: 48px;
    color: #e3530f !important;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
}

.cards h3.subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #a31a13;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cards .desktop-organgebg h2 {
    font-weight: 400;
}

.popup-body p.card_name {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
}

.cards .desktop-organgebg .benefits_wrap_show h2 {
    color: #333132;
    font-weight: 500;
}

.listbox>div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding: 7px 0px;
    border-top: 1px solid #e46b25;
    color: #333132;
}

/* .img--card {
    position: absolute;
    top: -270px;
} */

#free_card .img--card {
    margin-left: 0;
    width: 191px;
    height: 377px;
    transition: width 1s ease, height 1s ease;
}


/* .listbox>div.border-b {
    border-bottom: 1px solid #e46b25;
} */

.button {
    width: 160px;
    height: 50px !important;
    text-align: center;
    display: block;
    margin: 0 auto;
    align-content: center;
    text-decoration: none;
    margin-top: 50px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    margin-left: 0;
    /* position: fixed; */
    bottom: 20px;
    left: 20px;
}

.button.dark {
    background: #e3530f;
    color: #fff;
    border: 1px solid #e3530f;
}

.or-bg .button.dark {
    background: #e3530f;
    border: none;
    right: 20px;
    left: auto;
}

#free_card .button.dark {
    position: unset;
    color: #fff;
}

.button>img {
    width: 15px;
}

.button.light {
    background: #e3530f;
    color: #fff;
    font-weight: 700;
    right: 20px;
    left: auto;
}

.Rectangle_738_copy {
    border-radius: 20px;
    background-color: rgb(255, 235, 218);
    box-shadow: 0px -2px 32px 0px rgba(26, 28, 30, 0.29);
    position: absolute;
    left: 45px;
    top: 270px;
    width: 466px;
    height: 829px;
    z-index: 10;
}

.item {
    position: relative;
    /* background: url(../img/cardbg.png) repeat left top #f3cdb2; */
    color: #333132;
    background-size: cover;
    /* border-radius: 20px; */
    padding: 0px;
    /* margin-top: 100px; */
    margin: 0px auto 0 auto;
    /* border-radius: 20px; */
    /* background-color: rgb(255, 235, 218); */
    /* box-shadow: 0px -2px 32px 0px rgba(26, 28, 30, 0.29); */
}

.item.swiper-slide-active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.item.swiper-slide-active:nth-child(3) {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.item>img {
    max-width: 200px;
}

.item>.listbox>div img {
    width: 30px;
}

/* .item>h3 {
    color: #db610b;
} */

.benefits>div>img {
    width: 30px;
}

.bannerlist>div>img {
    width: 40px;
}

::placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: rgba(0, 0, 0, 0.4);
}

#banner form select,
.laststep form select {
    color: rgba(0, 0, 0, 1);
    background: #fff;
}

#banner form input,
.laststep form input {
    background: #fff;
}

#banner form input,
.laststep form input {
    color: rgba(0, 0, 0, 1);
}

#banner form input#agreetnc{
    margin-top: 5px;
}

.agreetncwrap a{
    color: #496fb0;
}

.agreetncwrap a:visited{
    color: #496fb0;
}



.reset {
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    background: #f07a20;
    border-radius: 50px;
    padding: 0 15px;
    text-decoration: none;
    margin-top: 10px;
    display: block;
    width: fit-content;
    border: none;
    cursor: pointer;
    margin-left: auto;
}

.reset:disabled {
    opacity: 0.7;
}



footer {
    width: 100%;
    background-color: #dd6818;
    padding: 15px 0 15px;
    border-top: 1px solid #ccc;
}

footer p {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 0;
}

footer p a {
    text-decoration: none;
    color: #fff;
}

.text-right {
    text-align: right !important;
}

.popup {
    display: none;
    opacity: 0;
    visibility: hidden;
    display: flex;
    transition:
        opacity 0.5s ease,
        visibility 0.5s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    /* optional backdrop */
    z-index: 9999;
}

.popup.show {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.popup.hide {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.5s ease,
        visibility 0.5s ease;
}

#creditCard,
#creditCard1 {
    /* width: 70%; */
    transition: width 1000ms ease-in-out;
}

.fade {
    transition: opacity 0.4s ease;
    opacity: 1;
}

.fade-hidden {
    opacity: 0;
}

.card_name_new {
    font-size: 24px !important;
    line-height: 34px !important;
    margin-top: -20px !important;
    align-content: center;
}

label[for='date'] {
    color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
    position: absolute;
    bottom: 5px;
    left: 40px;
    width: 100px;
    text-align: left;
    background: #fff;
}

.benefits_wrap_show .ben_show,
.ben_showw {
    height: auto;
    overflow: hidden;
    transition: height 1s;
}

.benefits_wrap_show h2 {
    font-size: 20px;
}

.free_ben_left .listbox>div img {
    width: 30px;
}

.benefits_wrap_show {
    /* border: 1px solid #fff; */
    /* padding: 10px; */
    border-radius: 15px;
}

.thankyou_wrap {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.thankyou_wrap h2 {
    background: #a31a13;
    text-align: center !important;
    margin-top: 0 !important;
    padding: 15px 0;
    margin-bottom: 0 !important;
}

.thankyou_body {
    padding: 20px 60px;
}

.thankyou_body .button.dark {
    margin: 0 auto;
    position: unset;
}

.listbox>div span {
    text-align: left;
    font-size: 14px;
}

#free_card .listbox h3 {
    color: #333132;
    text-align: left;
    margin-top: 0;
    padding: 0 0 15px 0;
}

.free_back {
    display: flex;
    align-items: center;
    margin-left: 0px;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #e3530f;
    width: fit-content;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    background: #e3530f;
}

/* .benefits_wrap_show {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 15px;
} */

.seebenefits {
    display: none !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    width: fit-content;
    border: 1px solid #e3530f;
    margin: 10px auto;
    color: #fff;
    text-decoration: none;
    border-radius: 45px;
    background: #e3530f;
}

.seebenefits.visible img {
    transform: rotate(180deg);
}

.cards .desktop-organgebg .benefits_wrap h2 {
    color: #333132;
    font-weight: 700;
}

.free_ben_left .free_ben {
    display: flex;
    flex-wrap: wrap;
}

.free_ben_left .listbox {
    display: flex;
    flex-wrap: wrap;
}

.free_ben_left .listbox>div {
    padding: 8px 15px;
}

.free_left {
    /* min-height: calc(80vh - 90px); */
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}

.free_ben_left .border-b:last-child {
    width: 100%;
}

.swiper-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-container .slide {
    text-align: center;
    background: url(../img/privilages_bg1.png) no-repeat center;
    background-size: cover;
    padding: 40px 30px;
    border-radius: 32px;
    box-shadow: 0px 2px 26px 0px rgba(26, 28, 30, 0.5);
    border: 10px solid #f1e9e3;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-container .slide2 {
    background: url(../img/privilages_bg2.png) no-repeat center;
}

.swiper-container .slide3 {
    background: url(../img/privilages_bg3.png) no-repeat center;
}

.exclusive {
    padding: 40px 0;
}

.exclusive h2 {
    font-size: 40px;
    line-height: 60px;
    color: #97281d;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.swiper-container .slide h3 {
    font-size: 30px;
    line-height: 38px;
    color: #e3530f;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.swiper-container .slide p {
    font-size: 24px;
    line-height: 38px;
    color: #414042;
    font-weight: 700;
    margin: 0;
}

.swiper-container .slide img {
    margin-top: 20px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../img/arrow_right.png) no-repeat center;
    background-size: contain;
    right: 10px !important;
    left: auto !important;
    width: 30px !important;
    height: 30px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../img/arrow_left.png) no-repeat center;
    background-size: contain;
    left: 10px !important;
    right: auto !important;
    width: 30px !important;
    height: 30px !important;
}

.swiper-container .swiper-slide {
    opacity: .6;
}

.swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    display: inline-block !important;
    border-radius: 100% !important;
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #e3530f !important;
}


.free_ben_left h3 {
    text-align: left;
}

.swiper-container {
    padding: 50px 50px;
    overflow: hidden;
}

@media (min-width: 430px) and (max-width: 1023px) {
    /* #banner form {
        padding-top: 140px;
    } */

    .banner-wrapper {
        padding-top: 30px;
    }
}

@media screen and (max-width: 480.5px) {
    .pl-3 {
        padding-left: 15px;
    }

    /* .item > h3 {
        padding-left: 15px;
    } */

    .container-sm {
        padding: 0px;
        margin: 0px;
    }

    .laststep {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    footer p:nth-of-type(1) {
        margin-bottom: 10px;
    }

    .videowrap{
        margin-top: -15px;
    }
}

@media screen and (min-width: 768px) {
    .exclusive .swiper-pagination {
        display: none;
    }

    .benefits>div>img,
    .item>.listbox>div img {
        width: 36px;
    }

    .listbox>div {
        padding: 10px 0px;
    }

    .listbox>div span {
        font-size: 16px;
    }

    #creditCard,
    #creditCard1 {
        width: 330px;
    }

    .orangebg {
        /* background: none; */
        padding: 0px;
        /* color: white; */
        position: relative;
        margin-top: 0px;
    }

    .desktop-organgebg {
        /* background: url(../img/bgorgange.png) repeat left top #cb5a0a; */
        padding: 180px 0px 20px 0px;
        border-radius: 0px 20px 20px 0px;
        display: flex;
        align-items: center;
    }

    .desktop-organgebg div.row {
        position: relative;
        z-index: 1;
    }

    /* .desktop-organgebg::before {
        background: url(../img/bgorgange.png) repeat left top #cb5a0a;
        padding: 20px;
        content: "";
        position: absolute;
        width: 50%;
        height: calc(100% - 80px);
        left: 0px;
        top: 40px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    } */

    .desktop-organgebg .img--card {
        top: -230px;
    }

    .benefits {
        width: 90%;
    }

    .btn-wrap .button {
        width: 160px;
    }

    .listbox>div.border-b {
        border-bottom: none;
    }

    .ml-0 {
        margin-left: 0px !important;
    }

    .fs-lead {
        font-size: 16px;
    }

    .mySwiper {
        padding: 20px;
    }

    .mySwiper .swiper-slide {
        box-shadow: 0 10px 30px rgba(32, 30, 30, 0.08);
    }

    .orangebg h2 {
        color: #ffffff;
        font-weight: normal;
        font-size: 26px;
    }

    .cards h3.subtitle {
        font-size: 32px;
        line-height: 48px;
        /* color: #fff; */
    }

    .popup-body p.card_name {
        font-size: 32px;
        line-height: 30px;
        color: #333132;
        font-weight: 700;
        display: inline-block;
        color: #a31a13;
        margin-top: 0;
    }

    #banner {
        /* min-height: 100vh; */
        /* background: url(../img/banner_desktop.png) no-repeat top center;
        background-position: center top;
        background-size: cover; */
    }

    #banner form {
        margin-top: 12%;
        background: #fff;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: repeat;
        background-position: center;
        border-radius: 20px;
        /* background: url(../img/formbg.png) #ffebda; */
        z-index: 1;
        position: relative;
        /* margin-left: 50px; */
    }
}

@media screen and (min-width: 767.5px) {
    .videowrap {
        padding: 40px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .videowrap>img {
        max-width: 95%;
    }
}


.laststep {
    background: #fff;
    padding: 0;
    border-radius: 20px;
    margin-top: 30px;
}

form.steps {
    padding: 20px;
}

@media screen and (min-width: 1024px) {

    .button {
        width: fit-content;
        padding: 0 30px;
        position: unset;
    }

    .benefits_wrap_show .listbox.benefits {
        height: auto;
    }

    .benefits_wrap_show {
        border: none;
        padding: 0;
    }

    .right_wrap,
    .left_wrap {
        min-height: calc(60vh - 40px);
        /* display: flex;
        flex-direction: column; */
        /* justify-content: center; */
    }

    .benefits_wrap_show .listbox {
        display: flex;
        flex-wrap: wrap;
    }

    .benefits_wrap_show .listbox>div {
        padding: 8px 12px;
        text-align: left;
        gap: 10px;
    }

    .cards h2.title {
        color: #fff;
    }

    .videowrap {
        padding: 40px 0;
        display: unset;
        align-items: center;
        justify-content: center;
    }

    .videowrap>img {
        max-width: 85%;
        margin-top: 110px;
        margin-left: auto;
        margin-right: auto;
    }

    .deskgif {
        max-width: 85%;
        margin: 30px auto 0 auto;
    }

    .fs-lead {
        font-size: 20px;
    }

    .orangebg h2 {
        color: #ffffff;
        font-weight: normal;
        font-size: 28px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: left;
    }

    .laststep h2 {
        background: #e3530f;
        margin: 0;
        padding: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    form.steps {
        padding: 24px 20px;
    }

    .or-bg {
        background: none;
    }

    .or-bg h2 {
        color: #a31a13;
        text-align: left;
    }

    #free_card .thankyou_wrap h2 {
        color: #fff;
    }

    #free_card .laststep h2 {
        color: #fff;
        text-align: left;
    }

    #banner {
        /* min-height: 100vh; */
        /* background: url(../img/banner_desktop.png) no-repeat top center;
        background-position: center top;
        background-size: cover; */
    }

    .banner-wrapper {
        display: flex;
        justify-content: start;
    }

    #banner h1 {
        font-size: 36px;
        line-height: 35px;
        color: #a31a13;
        font-weight: 700;
        /* margin-top: 44%; */
        margin-right: 0px;
    }

    #banner h2 {
        font-size: 22px;
        line-height: unset;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    h2.react-datepicker__current-month {
        font-size: 16px !important;
        margin: 5px 0 20px 0 !important;
    }

    .wrap {
        margin-left: 0px;
        padding-left: 10px !important;
    }

    #banner form {
        background: #fff;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: repeat;
        background-position: center;
        border-radius: 20px;
        /* background: url(../img/formbg.png) #ffebda; */
        z-index: 1;
        position: relative;
        /* margin-left: 50px; */
    }

    #banner form h3 {
        font-size: 20px;
        line-height: 26px;
        color: #fff;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0;
    }

    .faq-section {
        max-width: 1100px;
    }

    .desktop-organgebg {
        padding: 24px 20px 24px 20px;
        border-radius: 20px;
        margin-right: 30px;
        min-height: 530px;
        /* min-height: 80vh; */
        display: block;
        align-content: center;
    }

    .desktop-organgebg .img--card {
        position: relative;
        top: 0;
        text-align: left;
    }

    .right_wrap .benefits_wrap {
        min-height: 398px;
    }

    .card {
        margin: 20px 0;
    }

    .aligned-left {
        transform: translateX(calc(-100% + 200px));
        margin-left: 0;
    }

    .cards h3.subtitle {
        margin-bottom: 0px;
        /* color: #fff; */
    }

    .benefits {
        width: 100%;
    }

    .faq-answer p {
        max-width: 85%;
    }

    .popup-content {
        max-width: 500px;
    }

    .common_popup .popup-content {
        max-width: 90vw;
        height: fit-content;
        min-height: 570px;
    }

    .popup-header h2 {
        font-size: 32px;
        line-height: 45px;
        font-weight: 700;
    }

    #free_card h3.titlee {
        color: #db610b;
        font-weight: 700;
        margin-top: -30px;
        text-align: left;
        margin-bottom: 0;
        align-content: center;
    }

    .popup-body h3 {
        margin: 0 0 20px;
        font-weight: 500;
        font-size: 25px;
        line-height: 31px;
        color: #414042;
    }

    #free_card .thankyou_wrap h3 {
        color: #db610b;
        font-weight: 700;
        margin-top: 0;
        text-align: center;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    #banner h1 {
        font-size: 38px;
        line-height: 45px;
        color: #a31a13;
        font-weight: 700;
    }

    /* #banner h2 {
        margin-left: 30px !important;
    }
    .wrap {
        margin-left: 30px;
    } */
}

@media screen and (min-width: 1300px) {
    #banner {
        min-height: auto;
        /* background: url(../img/banner_desktop.png) no-repeat top center;
        background-position: center top;
        background-size: cover; */
    }

    #banner h1 {
        font-size: 30px;
        line-height: 36px;
        color: #9f301b;
        font-weight: 700;
        margin-right: 0px;
    }

    #banner form {
        background: #fff;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: repeat;
        background-position: center;
        border-radius: 20px;
        /* background: url(../img/formbg.png) #ffebda; */
        z-index: 1;
        position: relative;
        /* margin-left: 50px; */
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    /* #banner h1 {
        margin-left: 100px;
    }
    #banner h2 {
        margin-left: 100px !important;
    }
    .wrap {
        margin-left: 100px;
    } */
    /* .banner-wrapper {
        padding-left: 100px !important;
    } */
}

@media screen and (min-width: 1600px) {
    /* #banner h1 {
        margin-top: 35%;
        margin-right: 0;
    } */

    #banner h1 {
        font-size: 34px;
        line-height: 40px;
        color: #9f301b;
        font-weight: 700;
        margin-right: 0px;
    }
}

.img-ques {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    padding: 5px;
}

/* @media screen and (min-width: 2000px) {
    #banner h1 {
        margin-top: 50%;
    }
} */
@media (min-width: 768px) and (max-width: 1024px) and (min-height: 900px) {

    .swiper-container .slide {
    min-height: 400px;
}

    #banner {
        min-height: auto;
        /* background: url(../img/banner_ipad.png) no-repeat top center;
        background-size: contain;
        background-position: right top; */
    }

    #banner form {
        background: #fff;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: repeat;
        background-position: center;
        border-radius: 20px;
        /* background: url(../img/formbg.png) #ffebda; */
        z-index: 1;
        position: relative;
        margin-left: 0;
    }

    /* .banner-wrapper {
        padding-left: 20% !important;
        margin-top: 10% !important;
    } */

    #banner h1 {
        font-size: 42px;
        line-height: unset;
        color: #a31a13;
        margin-top: 0px;
        margin-bottom: 0;
        font-weight: 700;
    }

    #banner h2 {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 900px) {
    #banner form {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    /* .banner-wrapper {
        padding-left: 100px !important;
    } */
}

@media screen and (min-width: 2000px) {
    #banner {
        padding-bottom: 100px;
    }
}

/* .card {
    transform: scale(0.2);
    opacity: 0;
    transition:
        transform 0.6s ease,
        opacity 0.6s ease;
    color: white;
    padding: 20px;
    box-sizing: border-box;
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.card.animate {
    animation: appear 0.6s ease forwards;
}

canvas#confetti {
    position: absolute;
    top: 0px;
    left: 0;
    pointer-events: none;
    z-index: 1;
} */

@media screen and (min-width: 768px) {
    #banner form input#name {
        background-position: left 4px center;
        background-size: 20px;
    }

    #banner form input#mobile {
        background-position: left 0px center;
        background-size: 27px;
    }

    #banner form input#otp {
        background-position: left 0px center;
        background-size: 22px;
        border-bottom: 0;
    }
}

.card {
    transform: scale(0.2);
    opacity: 0;
    transition:
        transform 0.6s ease-in-out,
        opacity 0.6s ease;
    color: white;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 99;
    width: fit-content;
    border-radius: 20px;
}

.card.animate {
    animation: appear 4s cubic-bezier(1, 1, 1, 1) forwards;
}

canvas#confetti {
    position: absolute;
    top: 0px;
    left: 0;
    pointer-events: none;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
}

.card:before {
    content: "";
    inset: 0;
    position: absolute;
    background-image: linear-gradient(-80deg,
            hsla(0, 0%, 100%, 0.3) 25%,
            hsla(0, 0%, 100%, 0) 45%);
    /* animation: bg 4s ease infinite; */
    border-radius: 15px;
    z-index: 1;
    width: 200%;
    height: 98%;
}

.card.shine::before {
    animation: bg 5s ease-in-out infinite;
}

.card.second-anim {
    animation: tilt 5s ease-in-out infinite;
}

@keyframes tilt {

    0%,
    100% {
        opacity: 1;
        transform: perspective(1200px) translateY(0) scale(1) rotateX(5deg) rotateY(-20deg) translate3d(0, 0, 0.01px);
    }

    50% {
        opacity: 1;
        transform: perspective(1200px) translateY(0) scale(1) rotateX(5deg) rotateY(20deg) translate3d(0, 0, 0.01px);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: perspective(1200px) rotateX(90deg) translateY(300px) scale(1.5);
    }

    50% {
        opacity: 1;
        transform: perspective(1200px) rotateX(60deg) translateY(100px) scale(1.3);
    }

    90% {
        opacity: 1;
        transform: perspective(1200px) rotateX(5deg) translateY(0px) scale(1) rotateY(-5deg) translate3d(0, 0, 0.01px);
    }

    100% {
        opacity: 1;
        transform: perspective(1200px) rotateX(5deg) translateY(0px) scale(1) rotateY(-20deg) translate3d(0, 0, 0.01px);
    }
}

@keyframes bg {

    0%,
    100% {
        transform: translate3d(0%, 0, 0);
    }

    50% {
        transform: translate3d(-50%, 0, 0);
    }
}

@media screen and (max-width: 1023px) {
    .benefits_wrap {
        display: none !important;
    }

    .benefits_wrap_show {
        display: block !important;
    }

    .button.dark.center {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    /* .benefits_wrap_show {
        overflow: hidden;
        height: 0;
    } */

    .seebenefits.sho {
        display: flex !important;
    }
}

input,
select {
    position: relative;
}

.input_wrapper {
    position: relative;
}

#banner form .input_wrapper:has(> #name)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 22px;
    height: 32px;
    background: url(../img/icons/user.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form input#mobile {
    width: calc(100% - 100px);
    border-bottom: none;
}

#banner form input#otp {
    width: calc(100% - 160px);
    border-bottom: none;
}

#sendOtpBtn,
#verifyOtpBtn {
    width: 110px;
}

#banner form .input_wrapper div:has(> #mobile)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 25px;
    height: 30px;
    background: url(../img/icons/mobile.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper div:has(> #otp)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 23px;
    height: 30px;
    background: url(../img/icons/OTP.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #pan)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 25px;
    height: 30px;
    background: url(../img/icons/PAN.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #lastYearIncome)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 25px;
    height: 30px;
    background: url(../img/icons/PAN.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #occupation)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 25px;
    height: 35px;
    background: url(../img/icons/salary.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #itr)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 25px;
    height: 35px;
    background: url(../img/icons/salary.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #companyname)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 28px;
    height: 35px;
    background: url(../img/icons/company.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #annualincome)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 28px;
    height: 35px;
    background: url(../img/icons/income.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #pincode)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 27px;
    height: 35px;
    background: url(../img/icons/pincode.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #email)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 25px;
    height: 35px;
    background: url(../img/icons/email.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.laststep form .input_wrapper:has(> #pincode)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 27px;
    height: 35px;
    background: url(../img/icons/pincode.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper.dob-field::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 25px;
    height: 35px;
    background: url(../img/icons/DOB.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.laststep form .input_wrapper:has(> #email)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 25px;
    height: 35px;
    background: url(../img/icons/email.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.laststep form .input_wrapper:has(> #relationship)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 32px;
    height: 35px;
    background: url(../img/icons/relation.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.laststep form .input_wrapper:has(> #language)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 30px;
    transform: translateY(-50%);
    width: 32px;
    height: 35px;
    background: url(../img/icons/language.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;

    background: #fff url(../img/icons/email.svg) no-repeat left 20px center !important;
    background-size: 25px !important;
}

#banner form select.placeholder {
    color: rgba(0, 0, 0, 0.4);
    /* Placeholder color */
}

#banner form select.filled {
    color: rgba(0, 0, 0, 1);
    /* Normal text */
}


@media (min-width: 1024px) and (max-width: 1366px) {

    /* .swiper-container .slide {
        min-height: 400px;
    } */

    .cards h2.title {
        font-size: 45px;
        line-height: 35px;
    }

    .cards h3.subtitle {
        font-size: 24px;
        line-height: 38px;
    }

    .popup-body p.card_name {
        font-size: 26px;
        line-height: 30px;
        margin-top: 0 !important;
        align-content: center;
    }

    .orangebg h2 {
        font-size: 24px;
    }

    .card_name_new {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .button {
        font-size: 16px;
    }

    .button {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {

    #banner form input#mobile {
        width: calc(100% - 90px);
        border-bottom: none;
    }

    #banner form input#otp {
        width: calc(100% - 140px);
        border-bottom: none;
    }

    #sendOtpBtn,
    #verifyOtpBtn {
        width: 82px;
    }


    .free_ben_left h3 {
        text-align: center;
    }

    .cards h2.title {
        font-size: 34px;
        line-height: 30px;
        margin-top: 10px;
        text-align: left;
        margin-bottom: 10px;
    }

    .cards h3.subtitle {
        font-size: 20px;
        line-height: 25px;
        text-align: left;
        margin-bottom: 0;
    }

    .popup-body p.card_name {
        font-weight: 22px;
        text-align: left;
        color: #97281d;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .orangebg {
        padding: 20px 0px 40px 0px;
    }

    .laststep h2 {
        background: #e3530f;
        margin: 0;
        padding: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        font-size: 20px;
        line-height: 25px;
    }

    .thankyou_body {
        padding: 20px 20px;
    }

    .thankyou_body .button.dark {
        width: fit-content;
        padding: 0 20px;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .thankyou_wrap h2 {
        font-size: 20px;
        background: #a31a13;
    }

    .button.dark {
        margin: 10px auto;
        width: fit-content;
        padding: 0px 15px;
        display: flex;
        align-items: center;
        gap: 5px;
        position: unset;
    }

    .button.light {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .or-bg h2 {
        text-align: left;
        color: #a31a13;
        font-size: 22px;
    }

    .free_left {
        min-height: auto;
    }

    #free_card .img--card {
        max-width: 120px;
        height: auto;
    }

    .popup-body #free_card h3.titlee {
        margin: 0 0 0px 0;
        font-weight: normal;
        color: #db610b;
        font-weight: 700;
        text-align: left;
        font-size: 20px;
        align-content: center;
        margin-top: -40px;
    }

    .free_ben_left .listbox>div {
        width: 100%;
        padding: 15px;
    }

    .free_ben_left .border-b:last-child {
        padding: 15px;
    }

    #free_card .laststep h2 {
        color: #fff;
        text-align: left;
    }

    #free_card .thankyou_wrap h2 {
        color: #fff;
    }

    .free_left:last-child {
        min-height: 370px;
        align-content: center;
    }

    #free_card .listbox h3 {
        font-size: 20px;
        padding: 0 !important;
        text-align: center !important;
        font-weight: 500;
        width: 100%;
    }

    #free_card .button.dark {
        /* position: fixed; */
        color: #fff;
        bottom: 20px;
        width: fit-content;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 160px;
        text-align: center;
        justify-content: center;
    }

    .swiper-container .slide h3 {
        font-size: 24px;
        line-height: 30px;
        color: #e3530f;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

    .swiper-container .slide p {
        font-size: 18px;
        line-height: 28px;
        color: #414042;
        font-weight: 700;
        margin: 0;
    }

    .swiper-container .slide img {
        margin-top: 20px;
        max-width: 120px;
    }

    .swiper-container .slide {
        min-height: 400px;
    }

    .exclusive h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .card {
        width: 70%;
        margin: 0 auto;
    }
}

.d-mobile {
    display: block;
}

.d-desktop {
    display: none;
}

@media screen and (min-width: 767.5px) {
    .d-mobile {
        display: none;
    }

    .d-desktop {
        display: block;
    }
}

.dnone {
    display: none;
}

.thank-you {
    min-height: calc(100vh - 112px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 30px 30px 30px;
}

.thank-you .popup-icon {
    text-align: center;
    margin-bottom: 20px;
}

.thank-you h2 {
    color: #e3530f;
    text-align: center;
    margin-bottom: 40px
}

.thank-you h3 {
    text-align: center;
    color: #414042
}

.thank-you p {
    text-align: center;
    color: #414042;
    font-size: 14px;
}

.thank_you_back {
    background-color: #e3530f;
    color: #ffffff;
    cursor: pointer;
}

.icon-heading {
    display: flex;
    gap: 20px;
    align-items: center;
}

.icon-heading>span {
    font-size: 22px;
    color: #414042;
}

.margin-top {
    margin-top: 10vh;
}

.orderlist {
    padding: 0px 0px 0px 15px;
    margin: 50px 0px;
}

.orderlist>li {
    font-size: 16px;
    color: #414042;
    margin-bottom: 15px;
}

.borderL::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background-color: white;
    left: 49%;
}

@media screen and (max-width: 991.5px) {
    .mobilebx p {
        text-align: left;
    }

    .thank-you {
        padding: 10px;
    }

    .orderlist {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mobilebx {
        background-color: #ffffff;
        padding: 20px;
        margin-top: 40px;
        border-radius: 10px;
    }

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

    .icon-heading>span {
        font-size: 18px;
    }

    .icon-heading>span>br {
        display: none;
    }

    .icon-heading {
        margin-top: 0px;
    }

    .borderL::after {
        display: none
    }

    .thank-you {
        min-height: calc(100vh - 124px);
    }

}

@media screen and (max-width: 480.5px) {
    .thank-you {
        min-height: calc(100vh - 172px);


    }

    .thank-you p {
        font-size: 13px
    }
}


span.error {
    color: red;
    font-size: 12px;
}

p.error {
    text-align: left;
    line-height: 0px;
    color: red;
}

/* Custom date input box styling */
.react-datepicker-wrapper {
    width: 100%;
}

.react-datepicker__input-container input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 4px;
}

/* Calendar popup styling (optional customization) */
.react-datepicker {
    font-family: 'Arial', sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.react-datepicker__header {
    background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;
}

.react-datepicker__day--selected,
.react-datepicker__day--keyboard-selected {
    background-color: #007bff;
    color: white;
}


.toast-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast {
    min-width: 280px;
    padding: 14px 18px;
    border-radius: 8px;
    color: white;
    font-size: 15px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    animation: slideIn 0.4s ease, fadeOut 0.5s ease 2.5s forwards;
}

.toast.success {
    background: url(../img/sucess.svg) no-repeat left 10px center #22c55e;
    padding-left: 40px;
    background-size: 20px;
}

/* Green */
.toast.error {
    background: url(../img/error.svg) no-repeat left 10px center #ef4444;
    padding-left: 40px;
    background-size: 20px;
}

/* Red */
.toast.info {
    background-color: #3b82f6;
}

/* Blue */

@keyframes slideIn {
    from {
        transform: translateX(120%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    to {
        transform: translateX(120%);
        opacity: 0;
    }
}

.companydropDown {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.company-List {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.company-List:hover {
  background-color: #f5f5f5;
}


/* ✅ Only targets the OTP Verified button */
.otp-verified {
  background-color: #22c55e; /* Green background */
  color: #000000;            /* Black text */
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 500;
  white-space: nowrap;       /* Prevent text from wrapping */
  cursor: default;
  font-size: 14px;
}

/* Optional: make sure disabled doesn't reduce opacity */
.otp-verified:disabled {
  opacity: 1;
  cursor: default;
}


.black-dropdown {
  color: #000; /* Black text for selected value */
}

/* Make dropdown options black */
.black-dropdown option {
  color: #000;
}

/* Keep placeholder option dimmed */
.black-dropdown option[disabled] {
  color: #999;
}

.swiper-container .slide{
    min-height: 332px;
}
.swiper-container .slide em{
    width: 100%;
    text-align: right;
    display: block;
    margin-top: 15px;
    font-size: 10px;
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.swiper-container .slide4 {
    background: url(../img/privilages_bg4.webp) no-repeat center;
}
.swiper-container .slide5 {
    background: url(../img/privilages_bg5.webp) no-repeat center;
}
.swiper-container .slide{
     background-size: 100% 100%;
}
.swiper-container .slide img {
    max-height: 80px;
}
@media screen and (max-width: 480.5px) {
    .swiper-container .slide em{
        width: 75%;
        font-size: 8px;
    }
}