@media only screen and (min-width: 993px) and (max-width: 1024px) {
    .banner .content .ganesha {
        transform: translate(0px, 7.15rem);
    }

    .banner .content .ganesha .digital {
        height: 148px;
    }

    .banner .ul {
        height: 50vh;
    }

    .session .wishes {
        width: 45%;
        object-fit: cover;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        border-radius: 50px;
    }

    .banner {
        height: auto;
        padding-bottom: 0px;
        background: url('../images/banner_bg-mob.png') no-repeat;
        background-position: top;
        background-size: contain;
    }

    .banner .ul {
        margin: 0;
    }

    .banner .content .ganesha .digital {
        width: calc(100% + 80px);
        position: relative;
        left: 40px;
    }

    .mob-bg {
        background: #FFF;
    }

    .banner-wrapper .listing {
        flex-direction: column;
        gap: 1rem;
    }

    .banner-wrapper .heading,
    .banner-wrapper .listing li .subtext {
        font-size: 16px;
        text-align: center;
    }

    .banner-wrapper {
        padding-top: 32px;
    }

    .banner-wrapper .listing li .text {
        font-size: 24px;
    }

    .banner .content .ganesha {
        transform: unset;
        flex-direction: column;
    }

    .banner .content .ganesha .ganeshaimg {
        display: none !important;
        position: relative;
        width: 75%;
        margin: auto;
        left: 15%;
        top: 12px;
        z-index: 9;
    }

    .banner .content .ganesha .ganeshaimgmob {
        width: 55%;
        margin: auto;
        margin-top: 20px;
        display: block !important;
    }

    .banner .content .heading {
        font-size: 24px;
    }

    .banner .content .text {
        font-size: 14px;
    }

    .banner .content .element {
        display: none;
    }

    .banner .content .btn-wrapper {
        padding-top: 0;
        width: 100%;
    }

    .banner .content .btn {
        margin: auto;
    }

    .prosperity .wrapper .bannerimage {
        margin-top: 0;
        height: 520px;
        object-fit: cover;
        width: 100%;
        object-position: 49%;
    }

    .prosperity {
        padding-top: 28px;
    }

    .prosperity .content {
        width: 100%;
    }

    .prosperity .content .heading {
        text-align: left;
        font-size: 20px;
        line-height: 28px;
    }

    .prosperity .content .text {
        text-align: left;
        font-size: 14px;
    }

    .prosperity .wrapper {
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
        padding: 20px 16px 20px;
    }

    .prosperity .wrapper .cards .box {
        height: auto;
    }

    .prosperity .wrapper .cards_wrapper {
        overflow: auto;
        margin-bottom: 2rem;
    }

    .prosperity .wrapper .cards {
        width: 66rem;
    }

    .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%;
    }

    .session {
        height: auto;
        padding-bottom: 0px;
        background: url('../images/wishes_bg_mob.png') no-repeat;
        background-position: center;
        background-size: cover;
    }

    .session .wishes {
        display: none;
        position: relative;
    }

    .session .wishes2 {
        display: block;
        margin-top: 16rem;
        position: relative;
        z-index: 6;
        width: 100%;
    }

    footer {
        padding: 2rem 1rem;
    }

    footer .left,
    footer .right {
        width: 100%;
    }

    footer .right {
        flex-direction: column;
    }

    footer .right .links {
        flex-direction: column;
        gap: .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;
    }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 32px 32px;
    }

    .modal .modal-dialog .modal-content .heading {
        font-size: 15px;
        margin-bottom: 1.5rem;
    }

    .modal .modal-dialog .modal-content .mauticform-page-wrapper .left,
    .modal .modal-dialog .modal-content .mauticform-page-wrapper .right {
        width: 100%;
        padding: 0;
    }

    .mauticform-row {
        margin-bottom: 20px !important;
    }

    .mob {
        display: none;
    }

    .main-header.sticky .headerBtn {
        gap: 4px;
    }

    .desk {
        display: block;
    }
}

@media screen and (max-width:767px) {
    ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        border-radius: 50px;
    }

    .banner {
        height: auto;
        padding-bottom: 0px;
        background: url('../images/banner_bg-mob.png') no-repeat;
        background-position: top;
        background-size: contain;
    }

    .banner .ul {
        margin: 0;
        height: 60vh;
    }

    .banner .content .ganesha .digital {
        width: calc(100% + 30px);
        position: relative;
        left: 15px;
    }

    .mob-bg {
        background: #FFF;
    }

    .banner-wrapper .listing {
        flex-direction: column;
        gap: 1rem;
    }

    .banner-wrapper .heading,
    .banner-wrapper .listing li .subtext {
        font-size: 16px;
        text-align: center;
    }

    .banner-wrapper {
        padding-top: 32px;
    }

    .banner-wrapper .listing li .text {
        font-size: 24px;
    }

    .banner .content .ganesha {
        transform: unset;
        flex-direction: column;
    }

    .banner .content .ganesha .ganeshaimg {
        display: none !important;
        position: relative;
        width: 75%;
        margin: auto;
        left: 15%;
        top: 12px;
        z-index: 9;
    }

    .banner .content .ganesha .ganeshaimgmob {
        width: 55%;
        margin: auto;
        margin-top: 20px;
        display: block !important;
    }

    .banner .content .text {
        font-size: 14px;
    }

    .banner .content .element {
        display: none;
    }

    .banner .content .btn-wrapper {
        padding-top: 0;
        width: 100%;
    }

    .banner .content .btn {
        margin: auto;
    }

    .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 {
        text-align: left;
        font-size: 20px;
        line-height: 28px;
    }

    .prosperity .content .text {
        text-align: left;
        font-size: 14px;
    }

    .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;
    }

    .prosperity .wrapper .cards .box .text {
        font-size: 14px;
    }

    .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%;
    }

    .session {
        height: auto;
        padding-bottom: 0px;
        background: url('../images/wishes_bg_mob.png') no-repeat;
        background-position: center;
        background-size: cover;
    }

    .session .wishes {
        display: none;
        position: relative;
    }

    .session .wishes2 {
        display: block;
        margin-top: 16rem;
        position: relative;
        z-index: 6;
    }

    .session .content .heading {
        font-size: 20px;
        line-height: 148%;
    }

    footer {
        padding: 2rem 1rem;
    }

    footer .left,
    footer .right {
        width: 100%;
    }

    footer .right {
        flex-direction: column;
    }

    footer .right .links {
        flex-direction: column;
        gap: .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;
    }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 32px 32px;
    }

    .modal .modal-dialog .modal-content .heading {
        font-size: 15px;
        margin-bottom: 1.5rem;
    }

    .modal .modal-dialog .modal-content .mauticform-page-wrapper .left,
    .modal .modal-dialog .modal-content .mauticform-page-wrapper .right {
        width: 100%;
        padding: 0;
    }

    .modal .modal-dialog .modal-content .mauticform-page-wrapper .left::before {

        top: auto;
        bottom: 10px;
        width: 100%;
        height: 1px;
    }

    .modal .modal-dialog .modal-content .mauticform-page-wrapper .left {
        padding-bottom: 10px;
    }

    .modal .modal-dialog .modal-content {
        width: 95% !important;
        margin: auto !important;
    }

    .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: 11px;
    }
}