.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%;
}
.btn-tmy-send{
    padding: 20px 40px;
    font-size: 16px;
    border-radius: 0;
    border-style: none;
    color: white;
    background-color: var(--main);
    width: 100%;
}
.btn-tmy-send:hover{
    background-color: black;
}
.icon-box{
    color: white;
    background-color: var(--main);
    border-radius: 0;
    margin: 0;
    padding: 20px 20px 0 20px;
    height: 70px;
    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;
}



.circle-icon {
    background: var(--beige);
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px!important;
    vertical-align: middle;
}
.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;
}