{"StatusCode":9,"Message":"<style>\n@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');\n\n:root {\n    --saffron: #FF9933;\n    --green: #138808;\n    --navy: #000080;\n    --saffron-light: rgba(255, 153, 51, 0.1);\n    --green-light: rgba(19, 136, 8, 0.1);\n    --navy-light: rgba(0, 0, 128, 0.1);\n}\n\n@keyframes fadeInUp {\n    from {\n        opacity: 0;\n        transform: translateY(30px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n@keyframes fadeInLeft {\n    from {\n        opacity: 0;\n        transform: translateX(-30px);\n    }\n    to {\n        opacity: 1;\n        transform: translateX(0);\n    }\n}\n\n@keyframes fadeInRight {\n    from {\n        opacity: 0;\n        transform: translateX(30px);\n    }\n    to {\n        opacity: 1;\n        transform: translateX(0);\n    }\n}\n\n@keyframes slideDown {\n    from {\n        opacity: 0;\n        transform: translateY(-20px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n@keyframes shimmer {\n    0% {\n        background-position: -200% center;\n    }\n    100% {\n        background-position: 200% center;\n    }\n}\n\n@keyframes float {\n    0%, 100% {\n        transform: translateY(0px);\n    }\n    50% {\n        transform: translateY(-10px);\n    }\n}\n\n@keyframes gradientMove {\n    0% {\n        background-position: 0% 50%;\n    }\n    50% {\n        background-position: 100% 50%;\n    }\n    100% {\n        background-position: 0% 50%;\n    }\n}\n\n@keyframes iconBounce {\n    0%, 20%, 50%, 80%, 100% {\n        transform: translateY(0);\n    }\n    40% {\n        transform: translateY(-12px);\n    }\n    60% {\n        transform: translateY(-6px);\n    }\n}\n\n@keyframes rotateIn {\n    from {\n        transform: rotate(-10deg) scale(0.9);\n        opacity: 0;\n    }\n    to {\n        transform: rotate(0deg) scale(1);\n        opacity: 1;\n    }\n}\n\n.tricolor-login-modal {\n    font-family: 'Poppins', sans-serif;\n    overflow: hidden;\n    border-radius: 16px;\n    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);\n    animation: fadeInUp 0.6s ease-out;\n}\n\n.tricolor-login-row {\n    display: flex;\n    flex-wrap: wrap;\n}\n\n.tricolor-sidebar {\n    background: linear-gradient(135deg, var(--saffron) 0%, #e8871a 40%, var(--green) 100%);\n    background-size: 200% 200%;\n    animation: gradientMove 6s ease infinite;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    padding: 40px 30px;\n    position: relative;\n    overflow: hidden;\n    height: 100%;\n}\n\n.tricolor-sidebar::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);\n    animation: float 8s ease-in-out infinite;\n}\n\n.tricolor-sidebar::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: var(--navy);\n}\n\n.sidebar-decoration {\n    position: absolute;\n    width: 120px;\n    height: 120px;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, 0.05);\n    animation: float 6s ease-in-out infinite;\n}\n\n.sidebar-decoration:nth-child(1) {\n    top: 10%;\n    left: -20%;\n    width: 80px;\n    height: 80px;\n    animation-delay: 0s;\n}\n\n.sidebar-decoration:nth-child(2) {\n    bottom: 15%;\n    right: -15%;\n    width: 100px;\n    height: 100px;\n    animation-delay: 2s;\n}\n\n.sidebar-decoration:nth-child(3) {\n    top: 50%;\n    left: 60%;\n    width: 60px;\n    height: 60px;\n    animation-delay: 4s;\n}\n\n.sidebar-brand-icon {\n    width: 80px;\n    height: 80px;\n    background: rgba(255, 255, 255, 0.2);\n    backdrop-filter: blur(10px);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 30px;\n    animation: float 4s ease-in-out infinite, rotateIn 0.8s ease-out;\n    border: 3px solid rgba(255, 255, 255, 0.3);\n    position: relative;\n    z-index: 2;\n}\n\n.sidebar-brand-icon svg {\n    width: 40px;\n    height: 40px;\n    fill: white;\n}\n\n.tricolor-contact-card {\n    background: rgba(255, 255, 255, 0.15);\n    backdrop-filter: blur(12px);\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: 14px;\n    padding: 20px 24px;\n    margin-bottom: 16px;\n    width: 100%;\n    max-width: 280px;\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    position: relative;\n    z-index: 2;\n    overflow: hidden;\n}\n\n.tricolor-contact-card:nth-child(2) {\n    animation: fadeInLeft 0.6s ease-out 0.2s both;\n}\n\n.tricolor-contact-card:nth-child(3) {\n    animation: fadeInLeft 0.6s ease-out 0.4s both;\n}\n\n.tricolor-contact-card::before {\n    content: '';\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    width: 0;\n    height: 0;\n    background: rgba(255, 255, 255, 0.1);\n    border-radius: 50%;\n    transform: translate(-50%, -50%);\n    transition: width 0.6s ease, height 0.6s ease;\n}\n\n.tricolor-contact-card:hover::before {\n    width: 300px;\n    height: 300px;\n}\n\n.tricolor-contact-card:hover {\n    transform: translateX(8px) scale(1.02);\n    background: rgba(255, 255, 255, 0.25);\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);\n}\n\n.contact-icon-wrap {\n    width: 48px;\n    height: 48px;\n    min-width: 48px;\n    background: rgba(255, 255, 255, 0.25);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: all 0.3s ease;\n}\n\n.tricolor-contact-card:hover .contact-icon-wrap {\n    animation: iconBounce 0.8s ease;\n    background: rgba(255, 255, 255, 0.35);\n}\n\n.contact-icon-wrap svg {\n    width: 22px;\n    height: 22px;\n    fill: white;\n}\n\n.contact-text-wrap h6 {\n    font-size: 11px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: rgba(255, 255, 255, 0.7);\n    margin: 0 0 4px 0;\n}\n\n.contact-text-wrap p {\n    font-size: 14px;\n    font-weight: 500;\n    color: #ffffff;\n    margin: 0;\n    word-break: break-all;\n}\n\n.tricolor-sidebar-col {\n    display: flex;\n}\n\n.tricolor-form-col {\n    display: flex;\n}\n\n.tricolor-form-section {\n    background: #ffffff;\n    padding: 40px 35px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    animation: fadeInRight 0.6s ease-out 0.3s both;\n    width: 100%;\n}\n\n.tricolor-form-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: 28px;\n    padding-bottom: 18px;\n    border-bottom: 2px solid transparent;\n    border-image: linear-gradient(90deg, var(--saffron), var(--green)) 1;\n    animation: slideDown 0.5s ease-out 0.5s both;\n}\n\n.tricolor-form-title {\n    font-size: 24px;\n    font-weight: 700;\n    margin: 0;\n    background: linear-gradient(135deg, var(--saffron), var(--green));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    position: relative;\n}\n\n.tricolor-form-title::after {\n    content: '';\n    position: absolute;\n    bottom: -20px;\n    left: 0;\n    width: 50px;\n    height: 3px;\n    background: linear-gradient(90deg, var(--saffron), var(--green));\n    border-radius: 2px;\n    animation: shimmer 2s ease-in-out infinite;\n    background-size: 200% auto;\n}\n\n.tricolor-close-btn {\n    width: 36px;\n    height: 36px;\n    border: none;\n    background: linear-gradient(135deg, var(--saffron-light), var(--green-light));\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n}\n\n.tricolor-close-btn::before {\n    content: '';\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(135deg, var(--saffron), var(--green));\n    border-radius: 50%;\n    opacity: 0;\n    transition: opacity 0.3s ease;\n}\n\n.tricolor-close-btn:hover::before {\n    opacity: 1;\n}\n\n.tricolor-close-btn svg {\n    width: 14px;\n    height: 14px;\n    position: relative;\n    z-index: 1;\n    transition: all 0.3s ease;\n}\n\n.tricolor-close-btn:hover svg {\n    fill: white;\n    transform: rotate(90deg);\n}\n\n.tricolor-close-btn:hover {\n    transform: scale(1.1);\n    box-shadow: 0 4px 15px rgba(255, 153, 51, 0.4);\n}\n\n.tricolor-input-group {\n    margin-bottom: 20px;\n    animation: fadeInUp 0.5s ease-out 0.6s both;\n}\n\n.tricolor-input-label {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #333;\n    margin-bottom: 8px;\n    transition: color 0.3s ease;\n}\n\n.tricolor-input-label svg {\n    width: 16px;\n    height: 16px;\n    fill: var(--saffron);\n    transition: all 0.3s ease;\n}\n\n.tricolor-input-field {\n    width: 100%;\n    padding: 14px 18px;\n    border: 2px solid #e8e8e8;\n    border-radius: 12px;\n    font-size: 14px;\n    font-family: 'Poppins', sans-serif;\n    font-weight: 400;\n    color: #333;\n    background: #fafafa;\n    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    outline: none;\n    box-sizing: border-box;\n}\n\n.tricolor-input-field::placeholder {\n    color: #aaa;\n    font-weight: 300;\n}\n\n.tricolor-input-field:focus {\n    border-color: var(--saffron);\n    background: #fff;\n    box-shadow: 0 0 0 4px rgba(255, 153, 51, 0.1), 0 4px 15px rgba(255, 153, 51, 0.08);\n    transform: translateY(-2px);\n}\n\n.tricolor-input-field:focus ~ .input-focus-bar {\n    width: 100%;\n}\n\n.input-focus-bar {\n    height: 2px;\n    width: 0;\n    background: linear-gradient(90deg, var(--saffron), var(--green));\n    border-radius: 0 0 12px 12px;\n    transition: width 0.4s ease;\n    margin-top: -2px;\n}\n\n.tricolor-forgot-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 12px;\n    font-weight: 500;\n    color: var(--navy);\n    text-decoration: none;\n    margin-top: 10px;\n    padding: 4px 0;\n    transition: all 0.3s ease;\n    position: relative;\n}\n\n.tricolor-forgot-link::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 0;\n    height: 1.5px;\n    background: var(--navy);\n    transition: width 0.3s ease;\n}\n\n.tricolor-forgot-link:hover::after {\n    width: 100%;\n}\n\n.tricolor-forgot-link:hover {\n    color: var(--saffron);\n}\n\n.tricolor-forgot-link:hover::after {\n    background: var(--saffron);\n}\n\n.tricolor-forgot-link svg {\n    width: 14px;\n    height: 14px;\n    fill: currentColor;\n    transition: transform 0.3s ease;\n}\n\n.tricolor-forgot-link:hover svg {\n    transform: translateX(3px);\n}\n\n.tricolor-terms-text {\n    font-size: 12px;\n    color: #777;\n    line-height: 1.6;\n    margin-bottom: 24px;\n    padding: 12px 16px;\n    background: linear-gradient(135deg, var(--saffron-light), var(--green-light));\n    border-radius: 10px;\n    border-left: 3px solid var(--saffron);\n    animation: fadeInUp 0.5s ease-out 0.7s both;\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n\n.tricolor-terms-text a {\n    color: var(--navy);\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    position: relative;\n}\n\n.tricolor-terms-text a::after {\n    content: '';\n    position: absolute;\n    bottom: -1px;\n    left: 0;\n    width: 100%;\n    height: 1px;\n    background: var(--navy);\n    transform: scaleX(0);\n    transition: transform 0.3s ease;\n}\n\n.tricolor-terms-text a:hover {\n    color: var(--saffron);\n}\n\n.tricolor-terms-text a:hover::after {\n    transform: scaleX(1);\n    background: var(--saffron);\n}\n\n.tricolor-submit-btn {\n    width: 100%;\n    padding: 15px 30px;\n    background: linear-gradient(135deg, var(--navy) 0%, #1a1a8e 50%, var(--navy) 100%);\n    background-size: 200% auto;\n    color: #ffffff;\n    border: none;\n    border-radius: 12px;\n    font-size: 16px;\n    font-weight: 600;\n    font-family: 'Poppins', sans-serif;\n    cursor: pointer;\n    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    position: relative;\n    overflow: hidden;\n    letter-spacing: 0.5px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    animation: fadeInUp 0.5s ease-out 0.8s both;\n}\n\n.tricolor-submit-btn::before {\n    content: '';\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    width: 0;\n    height: 0;\n    background: rgba(255, 255, 255, 0.15);\n    border-radius: 50%;\n    transform: translate(-50%, -50%);\n    transition: width 0.6s ease, height 0.6s ease;\n}\n\n.tricolor-submit-btn:hover::before {\n    width: 400px;\n    height: 400px;\n}\n\n.tricolor-submit-btn:hover {\n    background-position: right center;\n    transform: translateY(-3px);\n    box-shadow: 0 10px 30px rgba(0, 0, 128, 0.4), 0 4px 10px rgba(0, 0, 128, 0.2);\n}\n\n.tricolor-submit-btn:active {\n    transform: translateY(-1px);\n    box-shadow: 0 5px 15px rgba(0, 0, 128, 0.3);\n}\n\n.tricolor-submit-btn svg {\n    width: 18px;\n    height: 18px;\n    fill: white;\n    transition: transform 0.3s ease;\n    position: relative;\n    z-index: 1;\n}\n\n.tricolor-submit-btn:hover svg {\n    transform: translateX(5px);\n}\n\n.tricolor-submit-btn span {\n    position: relative;\n    z-index: 1;\n}\n\n.tricolor-divider {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 24px 0;\n    animation: fadeInUp 0.5s ease-out 0.9s both;\n}\n\n.tricolor-divider-line {\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #ddd, transparent);\n}\n\n.tricolor-divider-text {\n    font-size: 12px;\n    font-weight: 500;\n    color: #999;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    white-space: nowrap;\n}\n\n.tricolor-google-btn {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    width: 100%;\n    padding: 13px 24px;\n    background: #ffffff;\n    border: 2px solid #e8e8e8;\n    border-radius: 12px;\n    text-decoration: none;\n    color: #333;\n    font-size: 14px;\n    font-weight: 500;\n    font-family: 'Poppins', sans-serif;\n    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    position: relative;\n    overflow: hidden;\n    animation: fadeInUp 0.5s ease-out 1s both;\n}\n\n.tricolor-google-btn::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, var(--saffron-light), var(--green-light));\n    opacity: 0;\n    transition: opacity 0.3s ease;\n}\n\n.tricolor-google-btn:hover::before {\n    opacity: 1;\n}\n\n.tricolor-google-btn:hover {\n    border-color: var(--saffron);\n    transform: translateY(-2px);\n    box-shadow: 0 8px 25px rgba(255, 153, 51, 0.15);\n    color: #333;\n    text-decoration: none;\n}\n\n.tricolor-google-btn img,\n.tricolor-google-btn svg {\n    position: relative;\n    z-index: 1;\n}\n\n.tricolor-google-btn span {\n    position: relative;\n    z-index: 1;\n}\n\n.google-icon-svg {\n    width: 22px;\n    height: 22px;\n}\n\n@media (min-width: 768px) {\n    .tricolor-mobile-contact {\n        display: none !important;\n    }\n\n    .tricolor-sidebar-col {\n        flex: 0 0 41.666667%;\n        max-width: 41.666667%;\n    }\n\n    .tricolor-form-col {\n        flex: 0 0 58.333333%;\n        max-width: 58.333333%;\n    }\n}\n\n@media (max-width: 767.98px) {\n    .tricolor-login-modal {\n        border-radius: 12px;\n        margin: 8px;\n    }\n\n    .tricolor-sidebar-col {\n        display: none !important;\n    }\n\n    .tricolor-form-col {\n        flex: 0 0 100%;\n        max-width: 100%;\n    }\n\n    .tricolor-form-section {\n        padding: 28px 20px;\n        min-height: auto;\n    }\n\n    .tricolor-form-title {\n        font-size: 20px;\n    }\n\n    .tricolor-mobile-contact {\n        display: flex !important;\n        flex-direction: row;\n        gap: 12px;\n        margin-bottom: 20px;\n        animation: fadeInUp 0.5s ease-out 0.3s both;\n    }\n\n    .mobile-contact-chip {\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        padding: 10px 14px;\n        background: linear-gradient(135deg, var(--saffron-light), var(--green-light));\n        border-radius: 10px;\n        flex: 1;\n        transition: all 0.3s ease;\n        border: 1px solid rgba(255, 153, 51, 0.15);\n    }\n\n    .mobile-contact-chip:active {\n        transform: scale(0.97);\n    }\n\n    .mobile-contact-chip svg {\n        width: 18px;\n        height: 18px;\n        fill: var(--saffron);\n        min-width: 18px;\n    }\n\n    .mobile-contact-chip .chip-details h6 {\n        font-size: 9px;\n        font-weight: 600;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        color: #999;\n        margin: 0 0 2px 0;\n    }\n\n    .mobile-contact-chip .chip-details p {\n        font-size: 11px;\n        font-weight: 500;\n        color: #333;\n        margin: 0;\n        word-break: break-all;\n    }\n\n    .tricolor-input-field {\n        padding: 12px 14px;\n        font-size: 14px;\n    }\n\n    .tricolor-submit-btn {\n        padding: 13px 24px;\n        font-size: 15px;\n    }\n\n    .tricolor-terms-text {\n        font-size: 10px;\n        padding: 10px 12px;\n        white-space: nowrap;\n    }\n}\n\n@media (max-width: 400px) {\n    .tricolor-form-section {\n        padding: 22px 16px;\n    }\n\n    .tricolor-form-title {\n        font-size: 18px;\n    }\n\n    .mobile-contact-chip {\n        padding: 8px 10px;\n    }\n\n    .tricolor-mobile-contact {\n        flex-direction: column;\n        gap: 8px;\n    }\n\n    .tricolor-terms-text {\n        font-size: 9px;\n        white-space: nowrap;\n    }\n}\n</style>\n\n<div class=\"modal-body tricolor-login-modal p-0\">\n    <div class=\"tricolor-login-row\">\n        <div class=\"tricolor-sidebar-col\">\n            <div class=\"tricolor-sidebar\">\n                <div class=\"sidebar-decoration\"></div>\n                <div class=\"sidebar-decoration\"></div>\n                <div class=\"sidebar-decoration\"></div>\n                <div class=\"sidebar-brand-icon\">\n                    <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n                        <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"/>\n                    </svg>\n                </div>\n                <div class=\"tricolor-contact-card\">\n                    <div class=\"contact-icon-wrap\">\n                        <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n                            <path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"/>\n                        </svg>\n                    </div>\n                    <div class=\"contact-text-wrap\">\n                        <h6>Email</h6>\n                        <p>triptodayindia@gmail.com</p>\n                    </div>\n                </div>\n                <div class=\"tricolor-contact-card\">\n                    <div class=\"contact-icon-wrap\">\n                        <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n                            <path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"/>\n                        </svg>\n                    </div>\n                    <div class=\"contact-text-wrap\">\n                        <h6>Call</h6>\n                        <p>7081030468</p>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div class=\"tricolor-form-col\">\n            <div class=\"tricolor-form-section\">\n                <div class=\"tricolor-mobile-contact\">\n                    <a href=\"mailto:triptodayindia@gmail.com\" class=\"mobile-contact-chip\" style=\"text-decoration:none;\">\n                        <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n                            <path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"/>\n                        </svg>\n                        <div class=\"chip-details\">\n                            <h6>Email</h6>\n                            <p>triptodayindia@gmail.com</p>\n                        </div>\n                    </a>\n                    <a href=\"tel:7081030468\" class=\"mobile-contact-chip\" style=\"text-decoration:none;\">\n                        <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n                            <path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"/>\n                        </svg>\n                        <div class=\"chip-details\">\n                            <h6>Call</h6>\n                            <p>7081030468</p>\n                        </div>\n                    </a>\n                </div>\n                <div class=\"tricolor-form-header\">\n                    <h5 class=\"tricolor-form-title\" id=\"login-modal-b5Label\" praveen-login-header=\"true\">\n\t\t\t\t\t\tLogin / Signup\t\t\t\t\t</h5>\n                   \t\t\t\t\t\t<button type=\"button\" class=\"tricolor-close-btn\" data-bs-dismiss=\"modal\" aria-label=\"Close\" praveen-login-header-close=\"true\">\n\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t\t\t\t\t\t\t<path d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"/>\n\t\t\t\t\t\t\t</svg>\n\t\t\t\t\t\t</button>\n\t\t\t\t\t                </div>\n                <form action=\"https://triptodayindia.com/login/check-user\" method=\"post\" praveen-login-form=\"true\" autocomplete=\"off\">\n                    <div class=\"tricolor-input-group\">\n                        <label for=\"login-email\" class=\"tricolor-input-label\">\n                            <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n                                <path d=\"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z\"/>\n                            </svg>\n                            Email Address or 10-Digit Mobile Number\n                        </label>\n                        <input type=\"text\" name=\"email_id\" value=\"\" class=\"tricolor-input-field\" id=\"login-email\" placeholder=\"Enter your email or mobile number\" aria-describedby=\"emailHelp\" autocomplete=\"off\">\n                        <div class=\"input-focus-bar\"></div>\n                        <input type=\"hidden\" name=\"param\" pass-param=\"true\">\n                        <div>\n                            <a href=\"javascript:void(0)\" forgot-password=\"true\" class=\"tricolor-forgot-link\">\n                                <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n                                    <path d=\"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z\"/>\n                                </svg>\n                                Reset Password\n                            </a>\n                        </div>\n                    </div>\n                    <div class=\"tricolor-terms-text\">\n                        By proceeding you agree to Triptodayindia <a target=\"_blank\" href=\"https://triptodayindia.com/privacy-policy\">Privacy Policy</a> and <a target=\"_blank\" href=\"https://triptodayindia.com/terms\">T&amp;Cs</a>.\n                    </div>\n                    <button type=\"submit\" class=\"tricolor-submit-btn\" continue=\"true\">\n                        <span>Continue</span>\n                        <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n                            <path d=\"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z\"/>\n                        </svg>\n                    </button>\n                    <div class=\"tricolor-divider\">\n                        <div class=\"tricolor-divider-line\"></div>\n                        <span class=\"tricolor-divider-text\">Login With</span>\n                        <div class=\"tricolor-divider-line\"></div>\n                    </div>\n                    <a href=\"/login/google-oauth\" class=\"tricolor-google-btn\" title=\"Google\">\n                        <svg class=\"google-icon-svg\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n                            <path d=\"M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92a5.06 5.06 0 0 1-2.2 3.32v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.1z\" fill=\"#4285F4\"/>\n                            <path d=\"M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z\" fill=\"#34A853\"/>\n                            <path d=\"M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z\" fill=\"#FBBC05\"/>\n                            <path d=\"M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z\" fill=\"#EA4335\"/>\n                        </svg>\n                        <span>Continue with Google</span>\n                    </a>\n                </form>\n            </div>\n        </div>\n    </div>\n</div>","class":"success_popup","Reload":"false"}