.kfin-tip-wrap {
    /*position: relative;*/
    display: inline-block;
    font-family: 'Roboto', Arial,sans-serif;
    /* REMOVE margin-left: 400px and margin-top: 400px */
}

.kfin-tip-icon {
    cursor: help;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #1B2B5B;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}

    .kfin-tip-icon:focus-visible {
        outline: 2px solid #1B2B5B;
        outline-offset: 2px;
    }

.kfin-tip-bubble {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: calc(100% + 92px);
    left: -18px;
    transform: translateY(6px);
    width: 286px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    padding: 18px 22px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12), 0 2px 8px rgba(0, 0, 0, .06);
    z-index: 1050;
    transition: opacity .18s ease, transform .18s ease;
}

@media only screen and (max-width:700px) {
    .kfin-tip-bubble {
               left: -212px;
        top: -314px;
        z-index:99999999999!important;
        height:300px;
        width:250px;
        opacity:1 !important;
        background-color: #FFFFFF;
        padding:5px;
    }

    .mobLayoutCBAS {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .pwd-field-wrap .form-control{
        width: -webkit-fill-available !important;
    }
    .pwd-field-wrap .kfin-tip-wrap {
    position: absolute;
    left: calc(100% - 50px);
    top: 50%;
    transform: translateY(-58%);
}.kfin-tip-bubble::after

 {
    content: "";
    position: absolute;
    right: 18px;
}
}

    .kfin-tip-bubble::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 18px; /* arrow under icon */
        width: 20px;
        height: 20px;
        background: #fff;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        transform: rotate(45deg);
    }

.kfin-tip-title {
    font-size: 14px;
    font-weight: 700;
    color: #1B2B5B;
    margin-bottom: 5px;
   text-align:left;
}

.kfin-tip-lead {
    font-size: 16px;
    color: #6b6b6b;
    line-height: 1.5;
    margin-bottom: 3px;
    text-align: left;
}

.kfin-tip-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

    .kfin-tip-list li {
        position: relative;
        padding: 4px 0 4px 22px;
        font-size: 12.5px;
        color: #333;
        text-align: left;
    }

        .kfin-tip-list li::before {
            content: "\2713";
            position: absolute;
            left: 0;
            color: #1B2B5B;
            font-weight: 700;
        }

.kfin-tip-special {
    margin-top: 6px;
    padding-top: 11px;
    border-top: 1px dashed #d9d9d9;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    text-align: left;
}

    .kfin-tip-special code {
        font-family: Consolas, "Courier New", monospace;
        color: #222;
        word-break: break-all;
        text-align: left;
    }


.kfin-tip-wrap:hover .kfin-tip-bubble,
.kfin-tip-wrap:focus-within .kfin-tip-bubble {
    visibility: visible;
    opacity: 1;
    transform: translateY(78px);
}

/* Prevent tooltip from being clipped */
#divdatePassworddetails1 {
    overflow: visible;
}

.pwd-field-wrap {
    position: relative;
    width: 100%;
}

    .pwd-field-wrap .form-control {
        width: 100% !important;
        padding-right: 30px; /* space for eye icon */
        margin-bottom: 0;
    }

    /* Eye icon at right end of textbox */
    .pwd-field-wrap .pwd-eye-icon {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 2;
        line-height: 1;
        margin: 0;
        float: none;
    }

    /* Info icon outside textbox */
    .pwd-field-wrap .kfin-tip-wrap {
        position: absolute;
        left: calc(100% + 10px);
        top: 50%;
        transform: translateY(-50%);
    }
@media only screen and (max-width:700px) {
    .kfin-tip-bubble {
               left: -212px;
        top: -314px;
        z-index:99999999999!important;
        height:300px;
        width:250px;
        opacity:1 !important;
        background-color: #FFFFFF;
        padding:10px;
    }
    .kfin-tip-wrap:hover .kfin-tip-bubble, .kfin-tip-wrap:focus-within .kfin-tip-bubble {
    
    transform: translateY(0);
}

    .mobLayoutCBAS {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .pwd-field-wrap .form-control{
        width: -webkit-fill-available !important;
    }
    .pwd-field-wrap .kfin-tip-wrap {
    position: absolute;
    left: calc(100% - 50px);
    top: 50%;
    transform: translateY(-58%);
}.kfin-tip-bubble::after

 {
    content: "";
    position: absolute;
    right: 18px;
    left:unset;
}
}