#footer-maarga {
    padding: 5% 0%;
    width: 100%;
    margin: auto;
    background-color: #081839;
    font-family: Lato;
    padding-bottom: 2%;
    padding-top: 8%;
}


#footer-maarga .container {
    padding: 0px;
    width: 87%;
    max-width: 87%;
}

.maarga-logo-footer img {
    width: 10%;
}

#footer-maarga p {
    padding: 0px;
    margin: 0px;
    font-size: 0.95vw;
}

#footer-maarga .mrg-footer-heading {
    color: #f4d711;
    font-weight: 600;
    font-size: 1.05vw;
    text-transform: uppercase;
    padding-bottom: 0.8vw;
}

#footer-maarga .mrg-footer-sub-heading {
    color: #f4d711;
    font-weight: 500;
    font-size: 1.05vw;
}

#footer-maarga .maarga-logo-footer {
    margin-bottom: 5%;
}

#footer-maarga .last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#footer-maarga .mrg-footer-para {
    font-weight: 500;
    color: #ffffff;
    text-decoration: unset;
    font-size: 0.95vw;
    margin-bottom: 2%;
}

#footer-maarga .mrg-footer-para a {
    font-weight: 500;
    color: #ffffff;
    text-decoration: unset;
    font-size: 0.95vw;
}

#footer-maarga .contact-deatails-footer img {
    height: 1.4vw;
    position: relative;
    top: -1px;
    margin-right: 0.5%;
    width: auto;
}

#footer-maarga .contact-deatails-footer {
    margin-top: 2vw;
}

.follow-us-footer {
    margin-top: 2.5vw;
}

.follow-logo-wrapper img {
    width: 2.2vw;
    margin-right: 2%;
}

.footer-row-mrg {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1.5px solid #f4d711;
    padding-bottom: 3%;
    margin-bottom: 3%;
}

.footer-col-mrg.footer-col-mrg-one {
    width: 28%;
}

.copy-right-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-right-wrapper p {
    color: #f4d711;
}

#footer-maarga .copy-right-wrapper p a {
    color: #f4d711;
}


@media (max-width: 992px) {
    #footer-maarga .mrg-footer-heading {
        font-size: 1.5vw;
        padding-bottom: 1.2vw;
    }

    #footer-maarga .mrg-footer-sub-heading {
        font-size: 1.5vw;
    }

    #footer-maarga p {
        font-size: 1.5vw;
    }

    #footer-maarga p a {
        font-size: 1.5vw;
    }

    #footer-maarga .mrg-footer-para a {
        font-size: 1.5vw;
    }

    .footer-row-mrg {
        gap: 4%;
    }

    .maarga-logo-footer img {
        width: 15%;
    }
}

@media (max-width: 767px) {


    #footer-maarga .mrg-footer-heading {
        font-size: 4vw;
        padding-bottom: 1.2vw;
        padding-top: 7%;
    }

    #footer-maarga .mrg-footer-sub-heading {
        font-size: 4vw;
    }

    #footer-maarga p {
        font-size: 4vw;
    }

    #footer-maarga p a {
        font-size: 4vw;
    }

    #footer-maarga .mrg-footer-para a {
        font-size: 4vw;
    }

    .maarga-logo-footer img {
        width: 40%;
    }

    .footer-row-mrg {
        display: block;
    }

    .footer-col-mrg.footer-col-mrg-one {
        width: 100%;
    }

    #footer-maarga .contact-deatails-footer img {
        height: 5.4vw;
        margin-right: 1.5%;
    }

    #footer-maarga .contact-deatails-footer {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .follow-logo-wrapper img {
        width: 9vw;
        margin-right: 3%;
    }

    .follow-us-footer {
        margin-top: -3%;
        margin-bottom: 7%;
    }

    .copy-right-wrapper {
        display: block;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .footer-row-mrg {
        padding-bottom: 5%;
    }
}

@media (min-width: 767px) {
    #callPopup.call-popup {
        display: none;
    }

    a#openCallPopup {
        display: none;
    }

}


@media (max-width: 767px) {

    /* POPUP BOX */
    #callPopup.call-popup {
        position: fixed;
        bottom: -300px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 3% 6%;
        border-radius: 18px 18px 0 0;
        box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
        transition: bottom 0.4s ease;
        z-index: 1111111111111;
        width: 95%;
        margin: auto;
    }

    /* POPUP VISIBLE STATE */
    #callPopup.call-popup.active {
        bottom: 0;
    }

    #callPopup .call-backdrop.active {
        display: block;
    }

    /* HEADER */
    #callPopup .call-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px solid #eee;
        padding-bottom: 4%;
        margin-bottom: 0%;
    }


    #callPopup .call-header h3 {
        margin: 0;
        font-size: 5.5vw;
        font-weight: 600;
        padding-left: 0px;
        color: rgba(60, 65, 150, 1);
    }

    #callPopup .close-btn {
        font-size: 7vw;
        cursor: pointer;
        border: 1px solid #000;
        width: 8vw;
        height: 8vw;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: relative;
    }

    /* CALL ITEM */
    #callPopup .call-item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2% 0;
        border-bottom: 1.5px solid #f1f1f1;
    }

    #callPopup .call-info p.call-btn-header {
        margin: 0;
        font-size: 4vw;
        font-weight: 500;
        color: #000;
    }

    #callPopup .call-info p {
        margin: 15% 0 0;
        font-size: 5vw;
        font-weight: 600;
        color: #333;
    }

    #callPopup .call-item img {
        width: 4rem;
    }
}