@font-face {
    font-family: "SFPRODISPLAYBLACKITALIC";
    src: url('../fonts/SFPRODISPLAYBLACKITALIC.OTF') format("opentype");
}

@font-face {
    font-family: "SFPRODISPLAYBOLD";
    src: url('../fonts/SFPRODISPLAYBOLD.OTF') format("opentype");
}

@font-face {
    font-family: "SFPRODISPLAYHEAVYITALIC";
    src: url('../fonts/SFPRODISPLAYHEAVYITALIC.OTF') format("opentype");
}

@font-face {
    font-family: "SFPRODISPLAYLIGHTITALIC";
    src: url('../fonts/SFPRODISPLAYLIGHTITALIC.OTF') format("opentype");
}

@font-face {
    font-family: "SFPRODISPLAYMEDIUM";
    src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format("opentype");
}

@font-face {
    font-family: "SFPRODISPLAYREGULAR";
    src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format("opentype");
}

@font-face {
    font-family: "SFPRODISPLAYSEMIBOLDITALIC";
    src: url('../fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF') format("opentype");
}

@font-face {
    font-family: "SFPRODISPLAYTHINITALIC";
    src: url('../fonts/SFPRODISPLAYTHINITALIC.OTF') format("opentype");
}

@font-face {
    font-family: "SFPRODISPLAYULTRALIGHTITALIC";
    src: url('../fonts/SFPRODISPLAYULTRALIGHTITALIC.OTF') format("opentype");
}

@font-face {
    font-family: "SFProText-Regular";
    src: url('../fonts/SFProText-Regular.ttf') format("truetype");
}

html {
    scroll-behavior: smooth;
}

:root {
    --primary: rgba(0, 0, 0, 0.59);
    --background: #F3F6FC;
    --link: #1C75BC;
    --bg: #1D1D1F;
    --bg2: #F5F5F7;
    box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.25) inset;

}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    scroll-behavior: smooth;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000000;
    font-family: "SFPRODISPLAYREGULAR";
}

main {
    position: relative;
}

.btn {
    box-shadow: none !important;
}

.banner {
    position: relative;
    max-width: 1920px;
    margin: auto;
    padding: 40px 0px 80px;
}

.banner::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 380px;
    background: url('../images/background.png') no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 2;
}

.banner .container {
    position: relative;
    z-index: 7;
}

.banner .text-right .subtxt {
    display: block;
    color: var(--bg);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner .text-right .headerBtn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 12px 0;
    margin-bottom: 0rem;
    width: fit-content;
    margin-left: auto;
}

.banner .text-right .headerBtn span {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #DA2128;
}

.banner .text-right .headerBtn .material-icons-outlined {
    font-size: 18px;
}

/* .banner::before {
     content: '';
     position: absolute;
     top: auto;
     left: auto;
     right: 0;
     bottom: 0;
     background: url('../images/bg_element.png') no-repeat;
     background-position: center right;
     background-size: contain;
     width: 100%;
     height: 390px;
 } */

.banner .swiper {
    width: 100%;
    height: 100%;
}

.mauticform_wrapper {
    width: 100%;
}

.mauticform-innerform {}

.mauticform-post-success {}

.mauticform-name {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 3px;
}

.mauticform-description {
    margin-top: 2px;
    margin-bottom: 10px;
}

.mauticform-error {
    margin-bottom: 10px;
    color: red;
}

.mauticform-message {
    margin-bottom: 10px;
    color: green;
}

.mauticform-row {
    position: relative;
    display: block;
    margin-bottom: 6px;
}

.mauticform-row .newedit {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    width: 100%;
    text-align: right;
    bottom: 0;
    padding: 0;
}

.mauticform-row .newedit .material-icons-outlined {
    color: #3C3838;
    transform: translate(-24px, 18px);
}

.mauticform-label {
    color: #222;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140.307%;

}

/* .mauticform-row.mauticform-required .mauticform-label:after {
     color: #e32;
     content: " *";
     display: inline;
 } */

.mauticform-helpmessage {
    display: block;
    font-size: 0.9em;
    margin-bottom: 3px;
}

.mauticform-errormsg {
    display: block;
    color: red;
    margin-top: 2px;
    font-size: 10px;
}

.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
    width: 100%;
    padding: 0.5em 0.5em;
    box-shadow: 0px 0px 0px #fff inset;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #F6F6F6 !important;
    background: #F9F9F9;
    color: #323131;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    padding: 10px 10px;
    outline: none !important;
    height: 38px;
}

.mauticform-checkboxgrp-row {}

.mauticform-checkboxgrp-label {
    font-weight: normal;
}

.mauticform-checkboxgrp-checkbox {}

.mauticform-radiogrp-row {}

.mauticform-radiogrp-label {
    font-weight: normal;
}

.mauticform-radiogrp-radio {}

.mauticform-button-wrapper .mauticform-button.btn-default,
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
    color: #5d6c7c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.3856;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
    background-color: #ffffff;
    border-color: #dddddd;
    opacity: 0.75;
    cursor: not-allowed;
}

.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
    display: inline;
}

.banner .swiper-slide {
    /* display: flex;
     justify-content: flex-start;
     align-items: center; */
    /* flex-direction: column; */
}

.banner .swiper-slide .dynamic {
    border-bottom: 1px solid #E2E2E2;
    /* padding-bottom: 14px; */
    margin-bottom: 14px;
}

.banner .swiper-slide .dynamicdate.hide {
    opacity: 0;
    visibility: hidden;
}

.banner .swiper-slide .dynamicdate {
    position: relative;
    color: #121212;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140.307%;

    display: flex;
    align-items: center;
    margin: 0;
    gap: 8px;
    margin-bottom: 12px;
}

.banner .swiper-slide .dynamicdate .myneweditbtn {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    color: #121212;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140.307%;
    /* 16.837px */

}

.banner .swiper-slide .editdetailsbtn {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140.307%;
    /* 16.837px */
    color: #3C3838;
    display: flex;
    align-items: center;
    padding: 0;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 1rem;
    position: relative;
    left: -8px;
}

.banner .swiper-slide .dynamicdate .material-icons-outlined {
    font-size: 12px;
    color: #3C3838;
}

.banner .swiper-slide .dynamicdate .material-symbols-outlined {
    font-size: 12px;
}

.banner .swiper-slide .inner-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
}

.banner .swiper-slide .inner-wrapper .left {
    width: 60%;
    padding-right: 26px;
}

.banner .swiper-slide .inner-wrapper .right {
    width: 40%;
    padding-left: 26px;
}

.banner .swiper-slide .inner-wrapper .mylabel {
    color: #585858;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140.307%;
    /* 16.837px */

}

.banner .swiper-slide .inner-wrapper .left .left_list {
    position: relative;
    margin-bottom: 0;
    margin: 0;
    padding: 0
}

.banner .swiper-slide .inner-wrapper .left .left_list .btn {
    border-radius: 52px;
    border: 1px solid #F6F6F6;
    background: #F7F7F7;
    width: 100%;
    height: 38px;
    color: #3B3B3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.banner .swiper-slide .inner-wrapper .left .left_list .btn[disabled] {
    color: #ABAAAA;
}

.banner .swiper-slide .inner-wrapper .left .left_list .btn.active {
    background: var(--bg);
    color: #FFF;
}


.banner .swiper-slide .inner-wrapper .right .right_list {
    position: relative;
    margin-bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    background: #EFEFEF;
    height: 43vh;
    overflow: auto;
    padding: 24px 12px;
}

#mauticform_blessmeganeshadigitalsession_submit {
    text-align: center;
}

.banner .swiper-slide .inner-wrapper .right .right_list::-webkit-scrollbar {
    width: 3px;
}

.banner .swiper-slide .inner-wrapper .right .right_list .btn {
    border-radius: 4px;
    border: 1px solid #F6F6F6;
    background: #F7F7F7;
    width: 100%;
    height: 38px;
    color: #3B3B3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.banner .swiper-slide .inner-wrapper .right .right_list .btn[disabled] {
    color: #ABAAAA;
}

.banner .swiper-slide .inner-wrapper .right .right_list .btn.active {
    border-radius: 4px;
    border: 1px solid #00B83F;
    background: #EBFFF2;
}

.banner .swiper-slide .generate {
    width: 100%;
    text-align: center;
    padding-top: 16px;
}

.banner .swiper-slide .generate .btn {
    border-radius: 49px;
    background: var(--bg);
    height: 40px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    width: fit-content;
    padding: 0px 32px;
    box-shadow: none !important;
}

.banner select.form-control {
    border-radius: 4px;
    border: 1px solid #F6F6F6;
    background: #F3F3F3;
    width: 100%;
    box-shadow: none !important;
    color: #323131;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    cursor: pointer;
    padding: 0 10px;
    height: 40px;
    margin: 0;
}

.banner .change {
    color: #585858;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 139.297%;
    text-align: left;

    margin-top: 20px;
    margin-bottom: 0px;
}

.banner .change .btn {

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 139.297%;
    /* 19.502px */

    padding: 0;
    background: var(--bg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.banner .editnumberbox .btn {
    color: #3C3838;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    padding: 0;
    position: absolute;
    bottom: 10px;
    left: auto;
    right: 12px;
    margin: 0;
}

.banner #mauticform_blessmeganeshadigitalsession_submit .mauticform-button {
    border-radius: 49px;
    background: var(--bg);
    width: 166px;
    height: 42px;
    margin: auto;
    color: #FFF;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.banner #mauticform_blessmeganeshadigitalsession_submit .mauticform-button[disabled] {
    background: #E4E4E4;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}


.banner .mauticform-labels a {
    color: #585858;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 140.307%;

    text-decoration-line: underline;
}

.banner .content {
    position: relative;
    /* padding-top: 44px; */
}

.banner .content .heading {
    color: #2E2C2C;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin-bottom: 12px;
    font-family: "SFPRODISPLAYREGULAR";
    /* 36.763px */
}

.banner .content .text {
    color: #6F6F6F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.009px;
    margin-bottom: 2rem;
    font-family: "SFPRODISPLAYREGULAR";
    padding-right: 5rem;
    /* 156.304% */
}

.banner .content .heading .orange {
    /* background: var(--bg);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent; */
    display: block;
    color: #DA2128;
    font-weight: 800;
    font-family: "SFPRODISPLAYBOLD";
}


.banner .content .points {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.mauticform-labels {
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner .content .points li {
    color: #212121;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-family: "SFPRODISPLAYREGULAR";
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.banner .content .sessionbox {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 2.2px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    padding: 22px 10px 16px 10px;
    justify-content: center;
    align-items: center;
    width: 64px;
    position: absolute;
    top: 2rem;
    left: auto;
    right: 0;
}

.banner .content .sessionbox .time {
    color: #171717;
    text-align: center;
    font-family: "Montserrat";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 4px;
    letter-spacing: -1.02px;
    margin-bottom: 8px;
}

.banner .content .sessionbox .minute {
    color: #171717;
    text-align: center;
    font-family: "Montserrat";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.63px;
    margin: 0;
}

.banner .content .sessionbox .txt {
    color: #333;
    font-family: "Montserrat";
    font-size: 9.807px;
    font-style: normal;
    font-weight: 700;
    line-height: 0;
    letter-spacing: -0.294px;
    margin: 0;
    margin-top: 8px;
}

.banner .content .bannerimg {
    position: relative;
    border-radius: 12px;
    background: #F5F5F7;
    padding: 24px 8px 44px 8px;
    margin-top: 2.5rem;
}

.banner .bannerimg2 {
    position: relative;
    border-radius: 12px;
    background: #F5F5F7;
    padding: 24px 8px 44px 8px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: none;
}

.banner .content .bannerimg::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 12px;
    left: 0;
    border-radius: 621px;
    opacity: 0.25;
    background: rgba(0, 0, 0, 0.35);
    filter: blur(7.896567344665527px);
    transform: translateY(2rem);
}

.banner .content .ganesha {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: end;
    align-items: end;
    transform: translate(0px, 28rem);
}

.banner .content .ganesha .ganeshaimg {
    width: 320px;
    position: absolute;
    left: 0;
}

.banner .content .ganesha .ganeshaimgmob {
    display: none;
}

.banner .content .ganesha .digital {
    background: #FFF;
    box-shadow: 0px 0px 4.9px -1px rgba(109, 75, 9, 0.85);
    width: 328px;
    height: 130px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.banner .content .ganesha .digital .digit {
    border-radius: 47px;
    background: #F7F5F6;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    width: 185px;
    height: 34px;
    margin: 0;
    text-align: center;
    font-size: 23.251px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    background: var(--bg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 3px;
    padding-left: 10px;
}

.banner .content .ganesha .digital .text {
    color: #2D2D2D;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 159.72%;
    margin: 0;
    /* 19.166px */
}

.banner .content .ganesha .digital .text .link {
    background: var(--bg) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 159.72% !important;
    text-decoration-line: underline !important;
    padding: 0 !important;
}

.banner-wrapper {
    position: relative;
    max-width: 1920px;
    margin: auto;
    padding: 30px 0px 28px;
    background: var(--bg2);
}

.banner-wrapper .tgimfbadge {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate(0px, 36px);
    z-index: 5;
}

.banner-wrapper .tgimfbadge::before {
    content: '';
    display: block;
    width: 85%;
    height: 100px;
    background: var(--TGIMF---NY-Accent-1, linear-gradient(90deg, #C743D5 0%, #513767 100%));
    filter: blur(47.75558853149414px);
    position: absolute;
    top: auto;
    bottom: 2.5rem;
    z-index: 5;
    margin: auto;
}

.banner-wrapper .tgimfbadge .img-fluid {
    width: 100%;
    position: relative;
    z-index: 7;
    max-width: 192px;
}

.banner-wrapper .heading {
    color: #333;
    font-family: Montserrat;
    font-size: 16.822px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 1rem;
}

.banner-wrapper .listing {
    list-style: none;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.banner-wrapper .listing li {
    position: relative;
    display: flex;
    flex-direction: column;
}

.banner-wrapper .listing li .text {
    color: #333;
    text-align: center;
    font-size: 16.443px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.banner-wrapper .listing li .subtext {
    color: #333;
    text-align: center;
    font-size: 11.322px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.banner-wrapper .ganeshaimage {
    position: relative;
}

.banner-wrapper .ganeshaimage::before {
    content: '';
    background: url('../images/ganesha.png') no-repeat;
    background-position: left;
    background-size: contain;
    position: absolute;
    width: 334px;
    height: 238px;
    top: 0;
    left: 0;
    transform: translate(0%, -50%);
    display: none;
}

.banner .form {
    position: relative;
    width: 90%;
    height: auto;
    padding: 24px 20px;
    gap: 10px;
    /* margin-top: 44px; */
    margin-left: auto;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    background: #FFF;
    box-shadow: 0px 0px 10.5px 0px rgba(0, 0, 0, 0.10);
}

.banner .form::before {
    content: '';
    width: 100%;
    height: 12px;
    border-radius: 486px;
    opacity: 0.25;
    background: rgba(0, 0, 0, 0.35);
    filter: blur(7.896567344665527px);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(2rem);
}

.banner .form .heading {
    color: #404040;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 141.233%;
    /* 22.597px */
    text-align: center;
    ;

}

.banner .form .heading .orange {
    color: #DA2128;
}

.banner .form .indicators {
    display: none !important;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px;
}

.banner .form .indicators li {
    position: relative;
    color: #3B3B3B;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 140.307%;
    padding-left: 18px;
}

.banner .form .indicators li:nth-child(1)::before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 1px;
    left: 0;
    background: #EBFFF2;
    border: 1px solid #00B83F;
    border-radius: 50px;
}

.banner .form .indicators li:nth-child(2)::before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 1px;
    left: 0;
    background: #FFF7DA;
    border: 1px solid #E5B409;
    border-radius: 50px;
}

.banner .form .indicators li:nth-child(3)::before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 1px;
    left: 0;
    background: var(--bg);
    border: 1px solid transparent;
    border-radius: 50px;
}

.prosperity {
    position: relative;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    padding: 92px 0px 42px;
}

.prosperity .content {
    position: relative;
    text-align: center;
    margin: auto;
    width: 84%;
}

.prosperity .content .heading {
    text-align: center;
    color: #333;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.prosperity .content .heading .orange {
    color: #DA2128;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 125% */
}

.prosperity .content .text {
    color: #8A8A8A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

}

.prosperity .wrapper {
    position: relative;
    width: 100%;
    padding: 36px 48px;
    border-radius: 16px;
    background: #F7F7F7;
}

.prosperity .wrapper .cards_wrapper {
    position: relative;
    padding-top: 2.5rem;
}

.prosperity .wrapper .cards {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.prosperity .wrapper .cards .box {
    position: relative;
    width: 249px;
    height: 242px;
    border-radius: 8px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 32px 24px;
    gap: 1rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.prosperity .wrapper .cards .box .heading {
    color: #545454;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0px;
}

.prosperity .wrapper .cards .box .text {
    color: #545454;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
}

.join {
    position: relative;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    padding: 68px 0px 42px;
}

.join .content {
    position: relative;
}

.join .content .heading {
    color: #363636;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 24px;
}

.join .content .heading .subheading {
    display: block;
    color: #363636;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.join .content .text {
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    margin-bottom: 24px;
}

.join .content .btn {
    margin-top: 32px;
    border-radius: 49px;
    background: var(--bg);
    color: #FFF;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    padding: 16px 26px;
}

.journey {
    position: relative;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    padding: 92px 0px 102px;
}

.journey .content {
    position: relative;
}

.journey .content .heading {
    color: #363636;
    text-align: left;

    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;

}

.journey .content .heading .orange {
    display: block;
    background: var(--bg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;

}

.journey .desc {
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.425%;
    /* 24.068px */
    margin-bottom: 1rem;
}

.journey .hover_box {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 1.75rem;
    margin-bottom: 2.5rem;
}

.journey .hover_box .box {
    position: relative;
    width: 25%;
    border-radius: 12px;
    display: flex !important;
    align-items: center;
    justify-content: start;
    padding: 16px 12px;
    gap: 18px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.journey .hover_box .box img {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: #F7F7F7;
    padding: 8px;
}

/* .journey .hover_box .box:hover {
     background: var(--bg);
 }

 .journey .hover_box .box:hover .text {
     color: #fff;
 } */

.journey .hover_box .box .number {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: flex;
    width: 46px;
    height: 46px;
    padding: 19.167px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 19.167px;
    border-radius: 120.75px;
    background: var(--bg);
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transform: translate(-16px, 16px);
}


.journey .hover_box .box .text {
    color: #2B2B2B;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.667%;
    /* 25.227px */
    margin: 0;
}


footer {
    position: relative;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0px;
    background: #000;
}

footer .left {
    position: relative;
    width: 40%;
}

footer .left .text {
    color: #FFF;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;

}

footer .right {
    position: relative;
    width: 60%;
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
}

footer .right .links {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 2rem;
    padding-right: 1rem;
}

footer .right .links li a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-decoration-line: underline;
}

footer .right .socials {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 24px;
}

.thank-you {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    display: none;
}

.thank-you .checkbox {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
}

.thank-you .checkbox strong {
    display: block;
    font-size: 2rem;
}

.thank-you .message {
    color: #7D7D7D;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 0px;
}

.form .thankyou {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 15px 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    background: #FFF;
}

.form .thankyou img {
    width: 114px;
    margin: 0 auto 25px;
}

.form .thankyou .heading {
    text-align: center;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    background: var(--bg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 150%;
    /* 48px */
    margin-bottom: 24px !important;
}

.form .thankyou .text {
    color: #3B3B3B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 80%;
    margin: 0;
    /* 171.429% */
    /* 214.286% */
}

.desk {
    display: none;
}


.swiper-wrapper {
    display: flex !important;
    padding-top: 16px;
    transition: 0.5s all;
    transition-duration: 300ms;
    transition-delay: 300ms;
}

.thankyou {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 15px 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    background: #FFF;
    left: 0;
    top: 0px;
    right: 0px;
    overflow: hidden;
    margin-right: 0 !important;
}

.mob-bg {
    position: relative;
    padding-top: 2rem;
}

.mob-bg::before {
    content: '';
    background: url('../images/character.png') no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 60%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: auto;
    bottom: 0;
    transform: translate(-11rem, 1.5rem);
    display: none;
}

.ganehsathankyou {
    position: relative;
}

.ganehsathankyou .top {
    position: relative;
    height: 27vh;
    background: #ffffff;
}

.ganehsathankyou .bottom {
    position: relative;
    height: 56.25vh;
    background: #F5F5F7;
}

.ganehsathankyou .content {
    position: relative;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-top: 16vh; */
    text-align: center;
    transform: translateY(8rem);
}

.ganehsathankyou .content .gif {
    width: 60%;
}

.ganehsathankyou .content .heading {
    color: #333;
    text-align: center;

    font-size: 53.828px;
    font-style: normal;
    font-weight: 800;
    line-height: 43.315px;
    /* 80.469% */
}

.ganehsathankyou .content .heading .subtxt {
    color: #333;

    font-size: 20.185px;
    font-style: normal;
    font-weight: 600;
    line-height: 43.315px;
    display: block;
}

.ganehsathankyou .content .text {
    color: #7D7D7D;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 206.25% */
}

.guide {
    position: relative;
    max-width: 1920px;
    margin: auto;
    padding: 72px 0px 40px;
}

.guide .content {
    padding-bottom: 40px;
}

.guide .content .heading {
    color: #363636;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    /* 125% */

}


.guide .content .heading .red {
    color: #DA2128;
}

.guide .content .text {
    color: #8A8A8A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

}

.guide .img_box {
    position: relative;
}

.guide .img_box .image {
    border-radius: 8px;
    /* background: var(--TGIMF-Accent-1, linear-gradient(135deg, #DB9832 -2.35%, #E0B43F 22.92%, #F0D561 57.13%, #E3B841 92.34%, #DCAB30 112.23%)); */
    padding: 12px;
    text-align: center;
}

.guide .img_box .image .img-fluid {
    mix-blend-mode: luminosity;
    height: 126px;
}

.guide .img_box .details {
    border-radius: 8px;
    background: #F7F7F7;
    display: flex;
    width: 100%;
    padding: 24px 14px 18px 14px;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    min-height: 140px;
    text-align: center;
}

.guide .img_box .details .heading {
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.984px;

}

.guide .img_box .details .text {
    color: #2B2B2B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
}

.guide .sessionbtn {
    border-radius: 49px;
    background: #1D1D1F;
    width: 170px;
    height: 50px;
    color: #FFF;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 3rem;
}

.banner.new {
    padding-top: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.banner.new::before {
    display: none;
}

.banner.new .logo {
    position: relative;
    top: 8px;
}