.form-tmy{
    border-radius: 0!important;
    padding: 8px 16px;
    border: solid 1px var(--bs-border-color);
    width: 100%;
}
.tmy-label{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.6em;
    width: 100%;
}

.icon-box{
    color: white;
    background-color: var(--accent-col);
    border-radius: 0;
    margin: 0;
    padding: 20px 20px 20px 20px;
    line-height: 10px;
    width: fit-content;
}
.btn-side{
    margin: 12px 0px 7px 0px;
    font-size: 18px;
    font-weight: 600;
}
h3.social{
    font-size: 20px;
    font-weight: 600;
}


.row.social-divider{
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: var(--logoBlack) !important;
    opacity: 0.5;
    transition: all 400ms;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 20px 0px 10px 0px;
}
.simple-link a{
    color: black!important;
}