/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	.control-label {
        color:white;
    }
    .input-round {
        border-radius: 25px
    }
}

.header-contact {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 400;
}

.header-contact a {
    color: #fff;
    text-decoration: none;
}

.header-contact a:hover {
    color: #8ADCB7;
}

.sticky-wrapper.is-sticky .header-contact a {
    color: #000;
}

.sticky-wrapper.is-sticky .header-contact a:hover {
    color: #8ADCB7;
}

@media (max-width: 575.98px) {
    .header-contact {
        font-size: 12px;
    }
}
