/*===============Tooltip====================*/

.tooltips {
    /* position: relative; */
    /* display: inline-block; */
    cursor: pointer;
    border: transparent;
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.tooltips .tooltiptext {
    display: none;
    /*visibility: hidden;*/
    /*width: 375px;*/
    /* height: 200px; */
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    /*position: absolute;*/
    /*z-index: 1;*/
    /*top: 0px;*/
    /*left: 90px;*/
    font-size: 14px !important;
    line-height: 20px;
    border: 2px solid #f00;
    pointer-events: none;
}
.tooltips .tooltiptext b{
    color: yellow;
    /*    text-decoration: underline;*/
    transition: none;
}
.tooltips:hover .tooltiptext {
    display: block;
    /*visibility: visible;*/

}
.signup-form.input-group {
    border: transparent;
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.signup-box p {
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 15px;
}

/*  ============    Contact US Tooltip  ==============  */
.tooltips2 {
    /*position: relative;*/
    /*    display: inline-block;*/

    cursor: pointer;
}
.tooltips2 .tooltiptext2 {
    /*visibility: hidden;*/
    display: none;
    /*width: 375px;*/
    /* height: 200px; */
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    /*position: absolute;*/
    /*z-index: 1;*/
    /*top: 0;*/
    /*right: 0;*/
    font-size: 14px !important;
    line-height: 20px;
    border: 2px solid #f00;
    pointer-events: none;
}
.tooltips2 .tooltiptext2 b{
    color: yellow;
    /*    text-decoration: underline;*/
    transition: none;
}
.tooltips2:hover .tooltiptext2 {
    /*visibility: visible;*/
    display: block;
}
.right-signup .input-group label {
    font-weight: normal;
    font-size: 14px;
}
.question_mark {
    position: absolute;
    top: 8px;
    right: 25px;
    z-index: 99999;
    color: #000;
}
.fs-20 {
    font-size: 20px !important;
    line-height: 26px !important;
    cursor: pointer;
    color: #fff;
}