@media only screen and (min-width: 993px) and (max-width: 1024px) {
    .session .wishes {
        width: 45%;
        object-fit: cover;
    }

    ._banner .left::before {
        height: 42%;
    }

    ._banner::before {
        height: 266px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        border-radius: 50px;
    }

    ._banner {
        height: auto;
        padding-top: 28px;
        background: url('../images/bgbanner_mob.png') no-repeat;
        background-position: top center;
        background-size: cover;
    }

    ._banner .left .heading,
    ._banner .left .heading .sub-heading {
        font-size: 24px;
    }


    .work .listing {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 2rem;
    }

    .prosperity .wrapper .bannerimage {
        margin-top: 0;
        height: 216px;
        object-fit: cover;
        width: 100%;
        object-position: 49%;
    }

    .prosperity {
        padding-top: 28px;
    }

    .prosperity .content {
        width: 100%;
    }

    .prosperity .content .heading {
        font-size: 24px;
        line-height: 28px;
    }

    .prosperity .content .text {
        font-size: 14px;
    }

    .prosperity .tgimfbg ._left {
        width: 75px;
    }

    .prosperity .tgimfbg ._right,
    ._banner .left::before,
    ._banner::before {
        display: none;
    }

    .prosperity .wrapper {
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
        padding: 20px 16px 20px;
    }

    .prosperity .wrapper .cards .box {
        height: auto;
        width: 100%;
    }

    .prosperity .wrapper .cards_wrapper {
        overflow: auto;
        margin-bottom: 2rem;
    }

    .prosperity .wrapper .cards {
        flex-wrap: wrap;
        padding-bottom: 12px;
    }

    .prosperity .wrapper .cards .box .text {
        font-size: 14px;
    }

    .prosperity .tgimfbg {
        border-radius: 0px;
    }

    .journey {
        padding: 22px 0px 44px;
    }

    .journey .content .heading,
    .journey .content .heading .orange {
        text-align: left;
        font-size: 20px;
        display: inline;
        line-height: 148%;
    }

    .journey .content .text {
        margin-top: 1rem;
        text-align: left;
    }

    .journey .hover_box {
        flex-wrap: wrap;
    }

    .journey .hover_box .box,
    .journey .hover_box .box img {
        width: 100%;
    }

    .guide {
        padding: 16px 0px 54px;
    }

    .guide .content .heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 1rem;
    }

    .guide .content {
        padding-bottom: 24px;
    }

    .guide .img_box .details {
        margin-top: 8px;
        margin-bottom: 28px;
        min-height: 190px;
    }

    .guide .content .heading br {
        display: none;
    }

    .session {
        height: 668px;
        padding-bottom: 0px;
        background-position: center;
        background-size: cover;
        padding-top: 10rem;
    }

    .session .f_left,
    .session .f_center,
    .session .f_right,
    .session ._left,
    .session ._right {
        display: none;
    }

    .session .content .sub-heading {
        font-size: 16px;
        line-height: 156%;
        margin-bottom: 10px;
    }

    .session .wishes {
        display: none;
        position: relative;
    }

    .session .wishes2 {
        display: block;
        margin-top: 16rem;
        position: relative;
        z-index: 6;
    }

    .session .content .heading {
        font-size: 32px;
        line-height: 126%;
    }

    .session .content {
        padding-top: 0;
    }

    footer {
        padding: 2rem 1rem;
    }

    footer .left,
    footer .right {
        width: 100%;
    }

    footer .right {
        flex-direction: column;
    }

    footer .right .links {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0;
        text-align: left;
        align-items: self-start;
    }

    footer .right .socials {
        justify-content: flex-start;
        align-items: start;
    }

    footer .left .text {
        text-align: left;
        margin-bottom: 1rem;
    }

    .form .thankyou .heading {
        font-size: 16px !important;
    }

    .mauticform-row {
        margin-bottom: 20px !important;
    }

    .mob,
    .main-header.sticky .subtxt {
        display: none;
    }

    .main-header.sticky .headerBtn {
        gap: 4px;
        margin: 0;
        font-size: 16px;
    }

    .main-header.sticky .headerBtn svg {
        width: 20px;
    }

    .desk {
        display: block;
    }

    ::placeholder {
        font-size: 14px;
    }

    .shadow_box {
        max-width: 100%;
    }

    ._banner .floating {
        position: relative;
        width: 90%;
        margin: auto;
        transform: translate(0%, 18%);
    }

    ._banner .floating img {
        position: relative;
    }

    ._banner .floating::before {
        content: '';
        width: 100%;
        height: 282px;
        flex-shrink: 0;
        border-radius: 404px;
        background: var(--TGIMF---NY-Accent-1, linear-gradient(90deg, #C743D5 0%, #513767 100%));
        filter: blur(56.70976257324219px);
        display: block;
        position: absolute;
    }
}

@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        border-radius: 50px;
    }

    ._banner {
        height: auto;
        padding-top: 28px;
        background: url('../images/bgbanner_mob.png') no-repeat;
        background-position: top center;
        background-size: cover;
    }

    ._banner .text-right .headerBtn {
        padding-top: 0;
        gap: 5px;
    }

    ._banner .left .heading,
    ._banner .left .heading .sub-heading {
        font-size: 24px;
    }

    ._banner .floating {
        position: relative;
        width: 90%;
        margin: auto;
        transform: translate(0%, 18%);
    }

    ._banner .floating img {
        position: relative;
    }

    ._banner .floating::before {
        content: '';
        width: 100%;
        height: 282px;
        flex-shrink: 0;
        border-radius: 404px;
        background: var(--TGIMF---NY-Accent-1, linear-gradient(90deg, #C743D5 0%, #513767 100%));
        filter: blur(56.70976257324219px);
        display: block;
        position: absolute;
    }

    .work .listing {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 2rem;
    }

    .prosperity .wrapper .bannerimage {
        margin-top: 0;
        height: 216px;
        object-fit: cover;
        width: 100%;
        object-position: 49%;
    }

    .prosperity {
        padding-top: 28px;
    }

    .prosperity .content {
        width: 100%;
    }

    .prosperity .content .heading {
        font-size: 24px;
        line-height: 28px;
    }

    .prosperity .content .text {
        font-size: 14px;
    }

    .prosperity .tgimfbg ._left {
        width: 75px;
    }

    .prosperity .tgimfbg ._right,
    ._banner .left::before,
    ._banner::before {
        display: none;
    }

    .prosperity .wrapper {
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
        padding: 20px 16px 20px;
    }

    .prosperity .wrapper .cards .box {
        height: auto;
        width: 100%;
    }

    .prosperity .wrapper .cards_wrapper {
        overflow: auto;
        margin-bottom: 2rem;
    }

    .prosperity .wrapper .cards {
        flex-wrap: wrap;
        padding-bottom: 12px;
    }

    .prosperity .wrapper .cards .box .text {
        font-size: 14px;
    }

    .prosperity .tgimfbg {
        border-radius: 0px;
    }

    .journey {
        padding: 22px 0px 44px;
    }

    .journey .content .heading,
    .journey .content .heading .orange {
        text-align: left;
        font-size: 20px;
        display: inline;
        line-height: 148%;
    }

    .journey .content .text {
        margin-top: 1rem;
        text-align: left;
    }

    .journey .hover_box {
        flex-wrap: wrap;
    }

    .journey .hover_box .box,
    .journey .hover_box .box img {
        width: 100%;
    }

    .guide {
        padding: 16px 0px 54px;
    }

    .guide .content .heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 1rem;
    }

    .guide .content {
        padding-bottom: 24px;
    }

    .guide .img_box .details {
        margin-top: 8px;
        margin-bottom: 28px;
    }

    .guide .content .heading br {
        display: none;
    }

    .session {
        height: 668px;
        padding-bottom: 0px;
        /* background: url("../images/footer_mob.png") no-repeat; */
        background-position: 85%;
        background-size: cover;
    }

    .session .f_left,
    .session .f_center,
    .session .f_right,
    .session ._left,
    .session ._right,
    ._banner .text-right .subtxt {
        display: none;
    }

    .session .content .sub-heading {
        font-size: 16px;
        line-height: 156%;
        margin-bottom: 10px;
    }

    .session .wishes {
        display: none;
        position: relative;
    }

    .session .wishes2 {
        display: block;
        margin-top: 16rem;
        position: relative;
        z-index: 6;
    }

    .session .content .heading {
        font-size: 32px;
        line-height: 126%;
    }

    .session .content {
        padding-top: 0;
    }

    footer {
        padding: 2rem 1rem;
    }

    footer .left,
    footer .right {
        width: 100%;
    }

    footer .right {
        flex-direction: column;
    }

    footer .right .links {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0;
        text-align: left;
        align-items: self-start;
    }

    footer .right .socials {
        justify-content: flex-start;
        align-items: start;
    }

    footer .left .text {
        text-align: left;
        margin-bottom: 1rem;
    }

    .form .thankyou .heading {
        font-size: 16px !important;
    }

    .mauticform-row {
        margin-bottom: 20px !important;
    }

    .mob,
    .main-header.sticky .subtxt {
        display: none;
    }

    .main-header.sticky .headerBtn {
        gap: 4px;
        margin: 0;
        font-size: 16px;
    }

    .main-header.sticky .headerBtn svg {
        width: 20px;
    }

    .desk {
        display: block;
    }

    ::placeholder {
        font-size: 14px;
    }

    .spinwidget {
        width: 112px;
        height: 132px;
    }

    .spinwidget .label {
        width: 52px;
    }

    .spinwidget .wheel {
        width: 92px;
    }

    .spinwidget .spin-btn {
        width: 52px;
    }
}