.top-buttons {
    /* position: absolute; */
    position: fixed;
    z-index: 500;
    top: 105px;
    right: 1em;
}

.tollfree {
    /* position: absolute;
    top: 100px;
    right: 1em; */
    /* font-size: 1.5em; */
    color: white;
    font-weight: 500;
    padding: 13px 10px 13px 5px;
    border-radius: 50px;
    /* background-color: rgba(209, 41, 57, 0.5); */
    background-color: rgba(209, 41, 57, 1);
}

.tollfree i {
    background-color: rgba(63,185,132,1);
    border-radius: 50px;
    padding: 10px;
    color: white;
}

.whatsapp {
    width: auto;
    height: 45px;
}
.coregno {
    display: flex;
    flex-wrap: wrap;
}
.text-black {
    color: #000 !important;
}
.font-regular {
    font-weight: 400 !important;
}
@media only screen and (max-width: 768px)
{
	/* .tollfree {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    } */

	.top-buttons {
        /* left: 50%;
        transform: translateX(-50%);
        right: auto; */
        width: 100%;
        text-align: center;
        right: 0;
    }
}

@media only screen and (max-width: 355px)
{
    header + section {
        margin-top: 76px;
    }

	.tollfree {
        font-size: 0.75em;
    }
}
