﻿
.IndexLife-cards {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
}
.IndexLife-cards .IndexMainIpict {
    height: 17px;
    margin-top: -4px;
    width: auto;
}
.Index_cardTitle2 {
    margin-right: 15px;
    cursor: pointer;
}
.Index_cardTitle11 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}
.BackHead {
    color: #1d1d1d;
    background-color: #f2f2f2;
    padding: 2px 10px;
    font-size: 10px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
}

.tooltipdiv{
    position:relative;
}
.tooltipemail {
    display: inline-block;
    cursor: pointer;
}

.tooltipdivinner {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .3215686274509804);
    border-radius: 5px;
    top: 22px;
    right: 0px;
    width: auto;
    color: #777;
    font-size: 10px;
    padding: 5px 10px;
    z-index: 999;
    font-weight: 500;
    text-transform: none;
    line-height: 1.3;
    max-width: 170px;
}

.tooltipemail:hover .tooltipdivinner {
    display: block;
}
.pin_input {
    margin-bottom: 30px !important;
}
.city_state {
    position: absolute;
    font-size: 10px;
    font-weight: 500;
}
.UserAge {
    padding: 0px 4px;
    position: absolute;
    right: 22px;
    top: 28px;
    background-color: #dfdddd;
    font-size: 10px;
    border-radius: 4px;
}
.IndexLife-cards2 label span {
    font-size: 16px;
    color: #1d1d1d;
    font-weight:500;
}
.Index_cardTitle2 {
    display: inline-flex;
    align-items: center;
    color: #1d1d1d;
    cursor: pointer;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #1d1d1d;
}
IndexLife-cards2 label input[type=radio] {
    margin-right: 4px;
    cursor: pointer;
}

input[type="radio"] {
    accent-color:green;
}

.user-input-wrp {
    position: relative;
    margin-bottom: 1.25rem;
}


.user-input-wrp select, .user-input-wrp input {
    width: 100%;
    padding: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 0.9rem;
    outline: none;
}
.custome_annualIncome{
    display:none;
}
.user-input-wrp .floating-label {
    position: absolute;
    pointer-events: none;
    top: 4px;
    left: 0;
    font-size: 15px;
    font-weight: 500;
    color: #7a7a7a;
    transition: all .3s ease;
}
.inputText:focus ~ .floating-label,
.inputText:not(:placeholder-shown) ~ .floating-label {
    top: -16px;
    font-size: 12px;
    color: #7a7a7a;
}
.convert_lakhBox {
    position: absolute;
    right: 0;
    top: 25px;
}

.user-input-wrp input:focus,
.user-input-wrp select:focus {
    border-color: #4caf50;
}

.user-input-wrp img {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    opacity: 0.6;
}

button.FormGetTouch {
    background-color: #30b524;
    color: #FFF;
    padding: 0.75rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}


.errors-msg {
    color: red;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: block;
}
