.kundali-matching-form div:first-child h3 {
    margin-top: 5em;
}

.kundali-matching-form form .patner-details>div:first-child {
    text-align: center;
    background: #f0df20;
    padding: 8px 0;
    font-weight: 700;
    border-radius: 9px;
}

.kundali-matching-form form>div {
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 0 4px 2px #ccc;
    padding: 15px;
    border-radius: 10px;
}

.kundali-matching-form form label {
    margin-bottom: 7px;
    margin-top: 15px;
}

.kundali-matching-form button {
    background-color: #313131;
    color: #f0df20;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 30px;
    box-shadow: 1px 1px 10px 1px #ccc;
    display: flex;
    margin: 10px auto 0;
    height: 40px;
    width: 94%;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}

.kundali-matching-form button:hover {
    background-color: #f0df20;
    color: #313131;
}