a {
    color: inherit; /* Inherit the color from parent element */
    text-decoration: none; /* Remove underline by default */
}

.modal-header{
    border-bottom:0px;
}
.heading {
    font-weight: 700;
    color: black;
}
.mobile-input {
    border: none;
    margin: 8px auto;
    font-size: 13px;
    font-weight: 600;

}
.bor {
    border: 1px solid black;
}
.input-value {
    margin-top: 25px;
}
input:focus {
    outline: none;
    box-shadow: none;
}
.hover:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    background-color: #071f27;
    color: white;
    border-radius: 0px;
    width: 100% ;
    font-size:15px;
}
.btn:hover,
    .btn:focus,
    .btn:hover,
    .btn:focus {
        background-color: #071f27 !important;
        color: white;
    }
::placeholder {
    font-size: 13px;
    color: black;
    font-weight: 400;
}

.error-message {
    color: red;
    margin-top: -10px;
    margin-bottom: 5px;
    font-size: 14px;
}


/* .error-input {
    border: 1px solid red;
} */