:root {
    --bs-secondary-rgb: 1, 61, 147;
    --bs-primary-rgb: 27, 44, 96;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 51, 51, 51;
    --bs-secondary: #013d93;
    --bs-primary: #1b2c60;
    --bs-light: #f8f9fa;
    --bs-dark: #333333;
}
.alert {
    background: unset !important;
    color: white;
}

input {
    outline: unset !important;
}

p {
    margin: 0 !important;
}

* {
    font-family: "Montserrat", sans-serif;
}

body {
    background-color: #f7f7f7;
}

nav {
    z-index: 1000;
}

.affiliate-hero-section {
    height: 100vh;
    position: relative;
    background: #f7f7f7;
}

.navbar-toggler:focus {
    box-shadow: unset !important;
    outline: unset !important;
}

.affiliate-hero-section-shape {
    background-image: url("img/Rectangle\ 135.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}

.eligiblity-section .container {
    margin-top: -260px;
}

.about-section-image {
    width: 90%;
    height: 100%;
}

.hero-section {
    height: 100vh;
    position: relative;
    background: #f7f7f7;
}

.hero-section-shape {
    background-image: url("img/hero-section.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}

.hero-section h1 {
    font-size: 40px;
    font-weight: 900;
}

.hero-section .card {
    z-index: 200;
}

.hero-section .text-tagline {
    font-size: 20px;
}

.custom-btn,
.custom-btn:hover {
    color: white;
    border-radius: 40px;
    background: linear-gradient(45deg,
            rgba(27, 44, 96, 1),
            rgba(1, 61, 147, 1));
    padding: 10px 30px;
    gap: 10px;
    display: flex;
}

.sub_hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 150px;
    padding-top: 50px;
}

.sub_hero-section .container {
    z-index: 10;
}

.sub_hero-section-cards {
    height: 100%;
    justify-content: space-between;
}

.sub_hero-section-shape {
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #f7f7f7;
}

.sub_hero-section p {
    min-height: 100px;
    max-width: 500px;
}

.sub_hero-section h2,
.sub_hero-section h3 {
    color: var(--bs-primary);
    font-weight: 900;
    font-size: 30px;
}

.sub_hero-section .col-md-5 {
    margin-top: 5em !important;
}

.affiliate-simrp-section {
    background-image: url(img/Rectangle\ 137.svg);
    background-size: cover;
    background-position: bottom;
    margin-top: -300px;
    height: 850px;
    width: 100%;
    background-repeat: no-repeat;
    padding-top: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.simrp-section h1 {
    margin: 0;
}

.simrp-section {
    background-image: url(img/simrp-section.png);
    background-size: cover;
    background-position: bottom;
    margin-top: -300px;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    padding-top: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.simrp-section p {
    max-width: 700px;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-btn-white,
.custom-btn-white:hover {
    background: #ffffff;
    border-radius: 50px;
    padding: 10px 30px;
    color: var(--bs-primary);
    gap: 10px;
    display: flex;
}

.affiliate-submit-btn {
    color: #f7f7f7;
    background-color: #1b2c60;
    background-image: linear-gradient(to right, #1b2c60, #013d93);
    border-radius: 50px;
    padding: 10px 30px;
    gap: 10px;
    border: 1px solid #f7f7f7;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 160px;
}

.affiliate-play-btn,
.affiliate-play-btn:hover {
    border-radius: 30px;
    color: var(--bs-primary);
    border: rgba(1, 61, 147, 1) 2px solid;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #f7f7f7;
    bottom: -30px;
    z-index: 5;
}

.about-section {
    min-height: 100vh;
    background-image: url("./img/EBS-logo4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 200px 0px;
    padding-bottom: 300px;
}

.about-section h2 {
    color: var(--bs-primary);
    font-weight: 900;
    font-size: 30px;
}

.about-section {
    padding-left: 10px;
    padding-right: 10px;
}

.eligiblity-section {
    padding: 0;
    position: relative;
    top: 0;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
    background-color: #1b2c60;
}

.eligiblity-section h2 {
    font-weight: 900;
    font-size: 30px;
    color: var(--bs-primary);
}

.eligiblity-section p {
    font-size: 16px;
}

.eligiblity-section-shape {
    background: url(img/eligibility-section.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -100px;
    right: 0;
}

.eligiblity-section .container {
    z-index: 100;
    position: relative;
}

.eligiblity-box {
    gap: 1em;
    border-radius: 20px;
    box-shadow: -25px 25px 50px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    color: var(--bs-secondary);
    min-height: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    padding: 30px;
}

.affiliate-eligiblity-box {
    border-radius: 20px;
    min-height: 200px;
    box-shadow: -25px 25px 50px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 20px;
    color: var(--bs-secondary);
    display: flex;
    flex-direction: column;
}

.affiliate-eligiblity-box p {
    font-size: 13px;
    font-weight: 400;
    color: rgba(27, 44, 96, 1);
    align-items: start;
}

.affiliate-eligiblity-box h3 {
    font-size: 18px;
    font-weight: 800;
    color: rgba(27, 44, 96, 1);
}

.affiliate-eligiblity-box span {
    font-size: 10px;
    font-weight: 700;
    color: rgba(1, 61, 147, 1);
}

.affiliate-input {
    gap: 0px;
    opacity: 0.2px;
}

.affiliate-input span {
    display: flex;
    justify-content: center;
}

.affiliate-input h6 {
    display: flex;
    justify-content: center;
}

.affiliate-input input {
    background: none;
    border-radius: 20px;
    width: 100%;
    height: 35px;
    padding: 15px;
    color: #f7f7f7;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.affiliate-input select {
    background: none;
    font-size: 14px;
    border-radius: 20px;
    width: 100%;
    height: 35px;
    color: #f7f7f7;

    border: 2px solid rgba(255, 255, 255, 0.5);
}

.affiliate-input label {
    background: none;
    padding-bottom: 0.5em;
}

.affiliate-input ::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: small;
}

.affiliate-input span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.affiliate-input-heading {
    font-weight: 600;
    font-size: 30px;
    display: flex;
    justify-content: center;
}

.affiliate-checkbox input {
    width: 15px;
    height: 15px;
}

.input p {
    color: white;
    padding-right: 10px;
}

.affiliate-checkbox {
    background: transparent;
}

.footer-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("./img/EBS-logo4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}

.footer-sec-1 {
    background-image: url("./img/EBS-logo4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}

.footer h4 {
    width: 610px;
    height: 102px;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: rgba(27, 44, 96, 1);
}

footer p {
    color: rgba(27, 44, 96, 1);
    margin: 0;
}

footer span {
    color: rgba(27, 44, 96, 1);
    font-size: 14px;
}

.privacy-policy {
    font-size: 12px;
}

.copy-right {
    font-size: 12px;
}

.footer-heading {
    display: flex;
    font-size: 15px;
    font-weight: 900;
}

.affiliate-eligiblity-section {
    padding: 0;
    position: relative;
    color: white;
    background-size: cover;
    background-position: center;
    background-color: #093883;
    margin-top: 300px;
}

.affiliate-eligiblity-section h2 {
    color: var(--bs-primary);
    font-weight: 900;
    font-size: 30px;
}

.affiliate-eligiblity-section p {
    color: var(--bs-primary);
}

.affiliate-eligiblity-section-section p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(27, 44, 96, 1);
}

.affiliate-eligiblity-section-shape {
    background: url("img/bg\ \(1\).png") no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 220px;
    gap: 0px;
    opacity: 0.2px;
}

.affiliate-eligiblity-section .container {
    z-index: 100;
    position: relative;
    top: -250px;
}

.long-form input {
    width: 940px;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.footer-logo-section img {
    width: 30px;
}

.footer-socials {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-socials img {
    height: 25px;
    width: 25px;
}

.quick-links p {
    font-size: 14px;
}

.about-section-card {
    min-height: 400px;
    justify-content: space-between;
}

.about-section-card.right {
    text-align: end;
}

.about-section-card.left {
    text-align: start;
}

.aboutus-section-card {
    min-height: 400px;
    justify-content: space-between;
}

.aboutus-section-card p {
    padding-left: 15px;
    padding-right: 15px;
}

.aboutus-section-card.left {
    text-align: end;
}

.aboutus-section-card.left h2 {
    text-align: end;
}

.aboutus-section-card.right h2 {
    width: 100%;
}

.wellness-card-logo img {
    width: 100%;
    height: 100%;
}

.wellness-eligiblity-box {
    border-radius: 20px;
    min-height: 200px;
    box-shadow: -25px 25px 50px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 20px;
    color: var(--bs-secondary);
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    justify-content: space-between;
    width: 19%;
}

.wellness-eligiblity-section h2 {
    color: #1b2c60;
    font-size: 36px;
    font-weight: 900;
}

.wellness-card-logo {
    background-color: #1b2c60;
    background-image: linear-gradient(to right, #1b2c60, #013d93);
    border-radius: 50%;
    position: absolute;
    height: 50px;
    width: 50px;
    margin: auto;
    right: 0;
    left: 0;
    padding: 10px;
    top: -20px;
}

.wellness-card-logo img {
    width: 100%;
    height: 100%;
}

.wellness-eligiblity-box {
    border-radius: 20px;
    min-height: 200px;
    box-shadow: -25px 25px 50px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 20px;
    color: var(--bs-secondary);
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    justify-content: space-between;
    width: 19%;
}

.wellness-eligiblity-box p {
    font-size: 13px;
    font-weight: 400;
    color: rgba(27, 44, 96, 1);
    align-items: start;
}

.wellness-eligiblity-box h3 {
    font-size: 18px;
    font-weight: 800;
    color: rgba(27, 44, 96, 1);
}

.wellness-eligiblity-box span {
    font-size: 10px;
    font-weight: 700;
    color: rgba(1, 61, 147, 1);
}

.wellness-card-btn {
    color: #f7f7f7;
    background-color: #1b2c60;
    background-image: linear-gradient(to right, #1b2c60, #013d93);
    border-radius: 50px;
    padding: 8px 25px;
    gap: 15px;
    border: 1px solid #1b2c60;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 10px;
    height: 35px;
}

.wellness-input {
    gap: 0px;
    opacity: 0.2px;
}

.wellness-input span {
    display: flex;
    justify-content: center;
    color: #333333;
}

.wellness-input h6 {
    display: flex;
    justify-content: center;
    color: #093883;
}

.wellness-input select {
    background: none;
    font-size: 14px;
    border-radius: 20px;
    width: 100%;
    height: 35px;
    border: 1px solid #09388380;
    box-shadow: -5px 5px 4px 0px #0000000d;
}

.wellness-input label {
    background: none;
    border-radius: 20px;
    color: #162f6a;
    font-size: 14px;
    font-weight: 600;
}

.wellness-input ::placeholder {
    color: #333333;
    font-size: small;
}

.wellness-input-heading {
    font-weight: 800;
    font-size: 40px;
    display: flex;
    justify-content: center;
    color: #093883;
}

.navbar {
    background: rgb(5, 44, 101);
    background: linear-gradient(180deg,
            rgba(5, 44, 101, 1) 0%,
            rgba(0, 212, 255, 0) 100%);
}

.wellness-submit-btn {
    color: #f7f7f7;
    background-color: #1b2c60;
    background-image: linear-gradient(to right, #1b2c60, #013d93);
    border-radius: 50px;
    padding: 10px 30px;
    gap: 10px;
    border: 1px solid #f7f7f7;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 160px;
}

.no-access-section {
    padding-top: 150px;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wellness-section {
    padding: 0;
    position: relative;
    top: 0;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
    background-color: #1b2c60;
}

.wellness-section h2 {
    font-weight: 900;
    font-size: 30px;
    color: var(--bs-primary);
}

.wellness-section p {
    font-size: 16px;
}

.wellness-section-shape {
    background: url(img/eligibility-section.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -100px;
    right: 0;
}

.wellness-section .container {
    z-index: 100;
    position: relative;
}

.wellness-about-section-card {
    min-height: 400px;
    justify-content: space-between;
}

.wellness-about-section {
    background-image: url("./img/EBS-logo4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 50px 0px;
}

.wellness-about-section h2 {
    color: var(--bs-primary);
    font-weight: 500;
    font-size: 20px;
}

.wellness-img-section {
    border-radius: 250px 0px 250px 0;
    overflow: hidden;
    max-height: 400px;
    position: relative;
    /* background-color: #1b2c60; */
}

.wellness-about-section-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #093883;
}

.aboutus-img-section {
    border-radius: 200px 0px 200px 0;
    overflow: hidden;
    max-height: 500px;
    position: relative;
    /* background-color: #1b2c60; */
}

.aboutus-about-section-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #093883;
}

.wellness-img-section::after {
    content: "";
    background: rgb(27 44 96 / 80%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

.benifits-img-section::after {
    content: "";
    background: rgb(27 44 96 / 80%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

.wellness-btn {
    color: #f7f7f7;
    background-color: #1b2c60;
    background-image: linear-gradient(to right, #1b2c60, #013d93);
    border-radius: 50px;
    padding: 10px 30px;
    gap: 10px;
    border: 1px solid #f7f7f7;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 200px;
    font-size: 12px;
}

.benifits-btn {
    color: #f7f7f7;
    background-color: #1b2c60;
    background-image: linear-gradient(to right, #1b2c60, #013d93);
    border-radius: 50px;
    padding: 10px 30px;
    gap: 10px;
    border: 1px solid #f7f7f7;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 200px;
    font-size: 12px;
}

.aboutus-btn {
    color: #f7f7f7;
    background-color: #1b2c60;
    background-image: linear-gradient(to right, #1b2c60, #013d93);
    border-radius: 50px;
    padding: 10px 30px;
    gap: 10px;
    border: 1px solid #f7f7f7;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 200px;
    font-size: 12px;
}

.wellness-play-btn {
    border-radius: 40px;
    background-color: #ffffff;
    color: var(--bs-primary);
    border: rgba(1, 61, 147, 1) 2px solid;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    max-width: 70px;
    max-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.wellness-eligiblity-card {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
}

.aboutus-section {
    /* min-height: 100vh; */
    background-image: url("./img/EBS-logo4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 50px 0px;
    /* padding-bottom: 300px; */
}

.aboutus-section h2 {
    color: var(--bs-primary);
    font-weight: 900;
    font-size: 30px;
}

.aboutus-section-card {
    min-height: 300px;
    justify-content: space-between;
}

.aboutus-section-section {
    background-image: url("./img/EBS-logo4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 50px 0px;
}

.aboutus-section-section h2 {
    color: var(--bs-primary);
    font-weight: 500;
    font-size: 20px;
}

.wellness-img-section {
    border-radius: 250px 0px 250px 0;
    overflow: hidden;
    max-height: 400px;
    position: relative;
    /* background-color: #1b2c60; */
}

.aboutus-section-section-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #093883;
}

.benefits-card {
    background-color: rgb(223, 223, 223);
    border: 2px solid rgba(223, 223, 223);
    box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 15px;
}

.benefits-card h5 {
    font-size: 14px;
    font-weight: 700;
    color: rgba(27, 44, 96, 1);
}

.benefits-card p {
    font-size: 12px;
}

.benefits-card p {
    font-size: 10px;
}

.benefits-employ span {
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}

.benefits-employ p {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.benefits-employ h3 {
    font-weight: 800;
    color: #093883;
}

.nav-item {
    display: flex;
    align-items: center;
}

.nav-item .custom-btn-white {
    padding: 5px 20px;
}

.benefits-platform span {
    font-size: 14px;
    color: #093883;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}

.benefits-platform p {
    font-size: 14px;
    color: #093883;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}

.benefits-platform h3 {
    font-weight: 800;
    color: #093883;
}

.benifits-eligiblity-section {
    padding: 0;
    position: relative;
    top: 0;
    color: white;
    background-size: cover;
    background-position: center;
    background-color: #093883;
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.benifits-eligiblity-section h2 {
    font-weight: 900;
    font-size: 30px;
}

.benifits-eligiblity-section-section p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(27, 44, 96, 1);
}

.benifits-eligiblity-section-shape {
    background: url("img/bg\ \(1\).png") no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 220px;
    gap: 0px;
    opacity: 0.2px;
}

.affiliate-eligiblity-section .container {
    z-index: 100;
    position: relative;
}

.employ-benifits {}

.employ-benifits p {
    font-size: 12px;
    text-align: center;
}

.employ-benifits span {
    font-size: 12px;
    padding-top: 15px;
    text-align: center;
}

.employ-benifits h3 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding-top: 40px;
}

.benifits-checkbox {
    font-size: 12px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.benifits-eligiblity-box {
    border-radius: 20px;
    min-height: 150px;
    box-shadow: -25px 25px 50px 25px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 20px;
    color: var(--bs-secondary);
    text-align: center;
    justify-content: space-between;
    width: 19%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benifits-eligiblity-box1 {
    border-radius: 20px;
    min-height: 150px;
    box-shadow: -25px 25px 50px 25px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 20px;
    color: var(--bs-secondary);
    text-align: center;
    width: 19%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benifits-eligiblity-box h3 {
    font-size: 18px;
    font-weight: 800;
    color: rgba(27, 44, 96, 1);
}
.calculation-input {
    gap: 0px;
    opacity: 0.2px;
}

.calculation-input span {
    display: flex;
    justify-content: center;
}

.calculation-input h6 {
    display: flex;
    justify-content: center;
}

.calculation-input input {
    font-size: 12px;
    background: none;
    border-radius: 20px;
    width: 100%;
    height: 30px;
    padding: 15px;
    color: #f7f7f7;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.calculation-input select {
    background: none;
    padding-left: 15px;
    font-size: 12px;
    border-radius: 20px;
    width: 100%;
    height: 30px;
    color: #f7f7f7;

    border: 2px solid rgba(255, 255, 255, 0.5);
}

.calculation-input option {
    color: black;
}

.calculation-input label {
    background: none;
    font-size: 0.8rem;
}

.calculation-input ::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: small;
}

.calculation-input span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.calculation-input-heading {
    font-weight: 600;
    font-size: 30px;
    display: flex;
    justify-content: center;
}

.calculation-box {
    border-radius: 20px;
    min-height: 100px;
    box-shadow: -2.5px 2.5px 5.0px 2.5px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 20px;
    color: var(--bs-secondary);
    text-align: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculation-box h3 {
    font-size: 18px;
    font-weight: 800;
    color: rgba(27, 44, 96, 1);
}
.calculation-box h4 {
    font-size: 14px;
    font-weight: 800;
    color: rgba(27, 44, 96, 1);
}

.benifits-eligiblity-box1 h3 {
    font-size: 18px;
    font-weight: 800;
    color: rgba(27, 44, 96, 1);
}

.benifits-eligiblity-card {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
}

.benifits-eligiblity-card1 {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 10px;
}

.wellness-about-section-card {
    min-height: 400px;
    justify-content: space-between;
}

.benifits-about-section {
    background-image: url("./img/EBS-logo4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 50px 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.benifits-about-section h2 {
    color: var(--bs-primary);
    font-weight: 500;
    font-size: 20px;
}

.benifits-img-section {
    border-radius: 250px 0px 250px 0;
    overflow: hidden;
    max-height: 400px;
    position: relative;
    /* background-color: #1b2c60; */
}

.benifits-about-section-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #093883;
}

.benifits-about-section-card h4 {
    color: #093883;
    font-weight: 800;
}

.benifits-about-section-card h2 {
    color: #093883;
}

.platform-card {
    font-size: 12px;
}

.benifits-section {
    padding: 0;
    position: relative;
    top: 0;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-color: rgba(219, 241, 255, 1);
}

.benifits-section p {
    font-size: 14px;
    color: rgba(1, 61, 147, 1);
    font-weight: 500;
}

.benifits-section img {
    padding-right: 5px;
    /* width: 20px; */
}

.wellness-section .container {
    z-index: 100;
    position: relative;
}

.wellness-section .container {
    z-index: 100;
    position: relative;
}

.modal-content {
    background: none;
}

.model-input {
    border-radius: 20px;
    width: 100%;
    height: 55px;
    padding: 15px;
    color: #f7f7f7;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.multi-select {
    display: flex;
    flex-direction: column;
    max-width: 200px;
}

.selected-values {
    margin-top: 20px;
}

.wellness-eligiblity-section .alert {
    color: #1b2c60;
}

.wellness-input input {
    background: none;
    border-radius: 20px;
    width: 100%;
    height: 35px;
    padding: 15px;
    color: #1b2c60;
    border: 1px solid #09388380;
    box-shadow: -5px 5px 4px 0px #0000000d;
}

/* FAQs section */
.faqs-hero-section-shape {
    background-image: url(img/faqs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: -42%;
    bottom: 25%;
    left: 0%;
    right: 0;
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}


.accordion-item {
    margin-bottom: 1rem;
    border: none;
    background-color: #F7F7F7;
}

.accordion-button {
    background-color: #1F3A79;
    color: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.accordion-button::after {
    content: "\25BC";
    background-image: none;
    font-size: 1.2rem;
    color: white;
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #F7F7F7;
    color: #1F3A79;
    border-radius: 10px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(180deg);
    color: #1F3A79;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    background-color: #F7F7F7;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #333;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* FAQs section */

.custom-close {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 40px;
    font-weight: bold;
    color: #013d93;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.custom-close:hover {
    color: #013d93;
}

.modal-header.video-header {
    border-bottom: unset;
}

.zoomiframeWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.zoomiframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .hero-section .card {
        top: 0px;
    }

    .wellness-eligiblity-box {
        border-radius: 20px;
        min-height: 200px;
        box-shadow: -25px 25px 50px rgba(0, 0, 0, 0.15);
        background-color: #ffffff;
        padding: 20px;
        color: var(--bs-secondary);
        display: flex;
        flex-direction: column;
        position: relative;
        text-align: center;
        justify-content: space-between;
        width: 100%;
    }

    .wellness-eligiblity-card {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .benifits-eligiblity-box {
        border-radius: 20px;
        min-height: 200px;
        box-shadow: -25px 25px 50px rgba(0, 0, 0, 0.15);
        background-color: #ffffff;
        padding: 20px;
        color: var(--bs-secondary);
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .benifits-eligiblity-box1 {
        border-radius: 20px;
        min-height: 150px;
        box-shadow: -25px 25px 50px 25px rgba(0, 0, 0, 0.15);
        background-color: #ffffff;
        padding: 20px;
        color: var(--bs-secondary);
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .benifits-eligiblity-card {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .benifits-eligiblity-card1 {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .hero-section h1 {
        font-size: 28px;
    }

    .hero-section .text-tagline {
        font-size: 14px;
    }

    .hero-section .text-tagline {
        font-size: 14px;
    }

    .custom-btn img {
        height: 15px;
        width: 15px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

        border: rgba(255, 255, 255, 0.5);
    }

    .navbar-toggler {
        border: 0;
    }

    .about-section-card {
        min-height: 250px;

        justify-content: space-between;

        gap: 1rem;

        text-align: center !important;

        align-items: center !important;
    }

    .about-section {
        padding-top: 100px;
    }

    .wellness-about-section-card {
        min-height: 250px;

        justify-content: space-between;

        gap: 1rem;

        text-align: center !important;

        align-items: center !important;
    }

    .wellness-about-section {
        padding-top: 100px;
    }

    .benifits-about-section-card {
        min-height: 250px;

        justify-content: space-between;

        gap: 1rem;

        text-align: center !important;

        align-items: center !important;
    }

    .benifits-about-section {
        padding-top: 100px;
    }

    .aboutus-section-card {
        min-height: 250px;

        justify-content: space-between;

        gap: 1rem;

        text-align: center !important;

        align-items: center !important;
    }

    .aboutus-section {
        padding-top: 100px;
    }

    .sub_hero-section {
        padding-bottom: 350px;
    }

    footer h4 {
        font-size: 14px;
    }
}