/* contact form style  */
.dataforms ul, .custom-form ul {
    padding-left: 0px;
    list-style: none;
}

.dataforms ul li, .custom-form ul li {
    margin-bottom: 15px;
}

.dataforms label , .custom-form label {
    display: none;
}

.dataforms .form-control , .custom-form .form-control {
    background-color: white;
    border-radius: 100px;
    padding: 0;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    height: 65px;
    color: var(--cleenhearts-black, #000000);
}

.dataforms textarea, .custom-form textarea {
    border-radius: 20px !important;
    height: 138px !important;
    padding-top: 20px !important;
}

    #submit{
        padding: 21px 19px;
        position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background-color: var(--color-secondary)!important;
    transition: 500ms;
    border-radius: 100px;
    }

    #submit:hover{
        background-color: var(--color-base)!important;
        color:white;
    }