/* Add here all your css styles (customizations) */
.consultation-button {
    color: #fff;
    background-color: #72c02c;
    padding: 8px 20px;
    border: 1px solid transparent;
    font-weight: 400;
    font-size: 18px;
    border-radius: 10px;
}

.consultation-button:hover {
    border-color: #8cd54a;
    background-color: #8cd54a;
}

.page {
    display: none;
}
  
.first {
    display: block;
}

.text_input {
    color: black;
    height: 25px;
    font-size: 15px;
}

.lead {
    color: #f8f9fa;
    font-size: 20px;
    font-weight: 300;
}

.contact-span {
    width: 43px;
}