/* ------------------------------
   Sticky Footer Contact Bar
------------------------------ */

body {
    padding-bottom: 58px;
}

.sticky-footer-contact {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: rgba(17, 17, 17, 0.96);
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.22);
}

.sticky-footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.sticky-footer-link {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 58px;
    padding: 8px 12px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    box-sizing: border-box;
}

.sticky-footer-link:last-child {
    border-right: 0;
}

.sticky-footer-link:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
	color:#ddd;
}

.sticky-footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 16px;
}

.sticky-footer-label {
    display: inline-block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sticky-footer-whatsapp .sticky-footer-icon {
    color: #fff;
}
/* Mobile */
@media (max-width: 800px) {
.popQuestionCont{
	z-index:1 !important;
	}	
}
@media (max-width: 767px) {

    body {
        padding-bottom: 63px;
    }

    .sticky-footer-inner {
        max-width: none;
    }

    .sticky-footer-link {
        flex-direction: column;
        gap: 4px;
        min-height: 62px;
        padding: 7px 5px;
        font-size: 10px;
    }

    .sticky-footer-icon {
        font-size: 17px;
    }

    .sticky-footer-label {
        max-width: 100%;
        font-size: 10px;
    }
}

/* Very small mobile */
@media (max-width: 430px) {
    body {
        padding-bottom: 62px;
    }

    .sticky-footer-link {
        min-height: 60px;
        padding: 6px 4px;
    }

    .sticky-footer-label {
        display: none;
    }

    .sticky-footer-icon {
        font-size: 18px;
    }
}