.eeb-box {
    padding: 10px;
    position: absolute;
    margin-bottom: 20px;
    width: 100%;
	top: -40px;
    z-index: 99;
}

.eeb-box.open {
    background: white;
}

.eeb-toggle {
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    background: #00BC9C;
    padding: 8px;
	font-size: 14px;
}

.eeb-content {
    display: none;
    padding-top: 10px;
    background: white;
	flex-direction: column;
    gap: 20px;
    justify-content: space-around;
    padding: 20px 0px;
}

.eeb-content p {
    color: black;
	font-size: 14px;
}

.eeb-btn {

    background-color: #00BC9C;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 1.1em;
    fill: #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    padding: 12px;
    text-decoration: none !important;
    border-radius: 35px 35px 35px 35px;
	width: fit-content;
    margin: auto;
}

@media (max-width: 348px) {
    a.eeb-btn {
        font-size: 12px !important;
    }
    .eeb-content{
        padding: 16px 0px !important;
    }
}
