
#ast-scroll-top {
    border-radius: 6px;
    background-color: #85b030;
}

.cstm-ftr-btn-1,
.cstm-ftr-btn-1:hover {
    background-color: #85B030;
    background: #85B030;
    min-height: 42px;
}
.cstm-ftr-btn-2,
.cstm-ftr-btn-2:hover {
    background-color: #6BADE5;
    background: #6BADE5;
    min-height: 42px;
}

/* advanced map markers start */
.app-map-clinic {
    position: relative;
    z-index: 1;
}
.app-map-clinic.is-active {
    z-index: 2;
}
.app-map-clinic.is-active .app-map-clinic-marker-icon,
.app-map-clinic .app-map-clinic-marker-icon-active {
    display: none;
}
.app-map-clinic.is-active .app-map-clinic-marker-icon-active {
    display: inline-block;
}
.app-map-clinic .app-map-clinic-card {
    width: 0;
    height: 0;
    left: 50%;
    opacity: 0;
    bottom: 52px;
    overflow: hidden;
    position: absolute;
    background: #ffffff;
    border-radius: 10px;
    transition: all 300ms;
    scrollbar-width: thin;
    transform: translateX(-50%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.app-map-clinic.is-active .app-map-clinic-card {
    opacity: 1;
    width: 185px;
    padding: 7px;
    height: 200px;
    overflow: auto;
}
.app-map-clinic img {
    max-width: 100%;
}
.app-map-clinic .app-map-clinic-card-body {
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.app-map-clinic .app-map-clinic-card-img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 6px 6px 6px 6px;
    object-position: center;
}
.app-map-clinic .app-map-clinic-card-footer {
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 6px 6px;
    color: #ffffff;
    padding: 6px 10px;
    position: absolute;
    transition-property: all;
    transition-delay: 100ms;
    transition-duration: 200ms;
    backdrop-filter: blur(1px);
    background: rgba(0, 0, 0, 0.34);
    opacity: 0;
}
.app-map-clinic.is-active .app-map-clinic-card-footer {
    opacity: 1;
}
.app-map-clinic .app-map-clinic-card-title {
    opacity: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
    transition-delay: 300ms;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-duration: 200ms;
}
.app-map-clinic.is-active .app-map-clinic-card-title {
    opacity: 1;
}
.app-map-clinic .app-map-clinic-card-text {
    color: #ffffff;
    font-size: 11px;
    opacity: 0;
    transition-property: all;
    transition-delay: 350ms;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
}
.app-map-clinic.is-active .app-map-clinic-card-text {
    opacity: 1;
}
.app-map-clinic .app-map-clinic-card-actions {
    top: 6px;
    gap: 6px;
    right: 6px;
    display: flex;
    padding: 6px 6px;
    position: absolute;
    border-radius: 45px;
    background: rgba(255, 255, 255, 0.45);
}
.app-map-clinic .app-map-clinic-card-actions img {
    width: 26px;
    height: 26px;
    transform: scale(0);
    transition-property: all;
    transition-duration: 200ms;
    transition-delay: 300ms;
    border-radius: 99px;
}
.app-map-clinic .app-map-clinic-card-actions a:nth-child(2) img {
    transition-delay: 350ms;
}
.app-map-clinic .app-map-clinic-card-actions a:nth-child(3) img {
    transition-delay: 450ms;
}
.app-map-clinic.is-active .app-map-clinic-card-actions img {
    transform: scale(1);
}
.app-map-clinic .app-map-clinic-card-actions a {
    display: inline-block;
    transform: scale(1);
    transition: all 200ms ease-in-out;
}
.app-map-clinic .app-map-clinic-card-actions a:hover {
    transform: scale(1.2);
}
/* advanced map markers end */



.footer-new-menu-title {
    background: transparent !important;
    padding: 0 !important;
}



.app-header-logo-text {
    letter-spacing: 2px;
    font-size: 16px;
}
@media(min-width: 768px) {
    .app-header-logo-text {
        font-size: 20px;
    }
    .app-header-menu-btn-box {
        position: absolute;
        left: 0;
    }
}



.footer-dd-menu ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.footer-dd-menu ul li {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.footer-dd-menu ul li a {
    color: #000000;
    opacity: 0.85;
}

.footer-sec .wrapper {
    background: transparent linear-gradient(269deg, #ECF4FA 0%, #EEF5EE 100%) 0% 0% no-repeat padding-box;
    padding: 32px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.footer-row {
    row-gap: 20px;
}

@media(min-width: 768px) {
    .footer-sec .wrapper {
        border-radius: 25px 25px 0 0;
    }
}

.footer-sec .social-col-wrapp {
    .site-title {
        color: #333C41;
        font-size: 22px;
        font-weight: 700;
        font-family: 'Poppins';
        letter-spacing: -0.5px;
        margin-bottom: 25px;
    }

    .follow-us-title {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .social-link {
        margin-bottom: 25px;
    }

    .copywrite-text {
        font-weight: 500;
        font-size: 14px;
    }
}

.footer-sec label {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.footer-2-menu {
    list-style: none;
    margin-left: 0;

    a {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 4px;
        color: #000000;
        opacity: 0.85;
    }

}

.footer-sec .contact-details {
    .contents {
        display: inline-flex;
        flex-direction: column;
        row-gap: 10px;

        p {
            margin-bottom: 0;
            font-size: 13px;
            font-weight: 400;
            opacity: 0.85;
        }

        span {
            display: block;
            background-color: #DAE6E7;
            border-radius: 10px;
            padding: 6px 14px;
            font-size: 15px;
        }
    }
}

.footer-sec .bottom-bar {
    background-color: #8AAEA3;
    padding: 10px 32px;
    border-radius: 32px;
    border-start-start-radius: 0;
    border-top-right-radius: 0;

    p {
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        opacity: 0.85;
        margin-bottom: 0;

        img {
            max-width: 20px;
        }

        .fade-link {
            opacity: 0.85;
        }

        a {
            color: #fff !important;
            font-weight: 500;
            font-size: 13px;
        }
    }

}

.footer-sec .terms-sec {
    background-color: #E3ECE9;
    padding: 20px;
    text-align: center;
    color: #000000;
    font-weight: 500;
}


