footer .segment-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

footer .social-list ul {
    padding: 0 0 12px;
}

footer .social-list ul li {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 6px;
}

footer .social-list ul li a {
    display: block;
}

footer .social-list ul li a i {
    background-color: #919caf33;
    border-radius: 100%;
    padding: 13px;
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

footer .copy-right {
    border-top: 1px solid #2c0031;
    padding-top: 12px;
    margin-top: 22px;
    font-size: 12px;
}


.whatsapp-wrapper {
    position: sticky;
    bottom: 114px;
    left: 10px;
    text-align: left;
    z-index: 99999;
}

.whatsapp-wrapper .whatsapp-button a {
    display: inline;
    width: 100%;
    color: #fff;
    background-color: #00ae00;
    border: 2px solid #ffffff;
    text-align: left;
    line-height: 20px;
}

.whatsapp-wrapper .whatsapp-button {
    display: inline;
    margin-left: 12px;
    text-align: left;
}

.whatsapp-wrapper .whatsapp-button a {
    border-radius: 4rem;
    padding: 16px 15px;
    margin-right: 6px;
}

.whatsapp-wrapper .whatsapp-button a i {
    vertical-align: middle;
    font-size: 1.8rem;
}


.sticky-call-3 {
    display: flex;
    justify-content: center;
    flex-direction:column;
    width: 100%;
    max-width: 420px;
    width: calc(100% - 1rem);
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    padding: 16px 12px 16px 12px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.sticky-button {
    background-color: #00ae00;
    box-shadow: 0 0 24px 4px #00d5ff15;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    padding: 16px 24px;
    width: 100%;
    z-index: 99;
}

.sticky-button a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 1rem;
}

.sticky-button a.left {
    left: 0;
}

.sticky-button a.right {
    right: 0;
}

.sticky-button:hover {
    background-color: rgb(46, 148, 51);
}

.sticky-button i {
    vertical-align: middle;
    font-size: 1.2rem;
    margin-left: 5px;
    animation: shake 2s ease-in-out infinite;
}

.sticky-call .call-button {
    display: block;
    width: 50%;
    margin-left: 6px;
}

.sticky-call .call-button a {
    display: block;
    width: 100%;
    border-radius: 48px;
    font-size: 0.9rem;
    color: #052e15;
    padding: 16px;
    background-color: #ffffff;
    padding: 18px 12px;
    text-align: center;
    box-shadow: #00d5ff29 0px 0px 24px 4px;
    line-height: 20px;
}

.sticky-call .call-button a i {
    vertical-align: middle;
}

.bg-footer {
    background-image: url('../img/lizer/title-gr.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.call-buttons {
    padding: 2rem 0 rem;
}

.call-buttons a .svg-icon {
    margin-left: 4px;
}


.ce-call-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.call-buttons-1 {
    background-color: #fff;
    padding: 14px 64px;
    border-radius: 30px;
    color: #333;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.call-buttons-2 {
    background-color: #F257A0;
    padding: 14px 64px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.map {
    /* background: url(../images/map.webp); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 1rem;
    border-radius: 16px;
}

.map .box-wrapper {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 1.5rem;
}

.map .box-wrapper strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.map .box-wrapper span i {
    margin-left: 4px;
}

.map .box-wrapper a {
    font-size: 14px;
    width: fit-content;
    color: #052e15;
    border: 1px solid #052e15;
    padding: 1rem 1.5rem;
    border-radius: 32px;
}

.map .box-wrapper a i {
    margin-left: 4px;
    vertical-align: middle;
}

footer .segment-title {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

footer .social-list ul {
    padding: 0 0 12px;
}

footer .social-list ul li {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 6px;
}

footer .social-list ul li a {
    display: block;
}

footer .social-list ul li a i {
    background-color: #FFFFFF4D;
    border-radius: 100%;
    padding: 13px;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    color: #000;
}

