@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.layoutFooter {
    margin-top: 130px;
    padding: 48px 112px;
    background-color: #0C111D;
}

.layoutFooter p,
.layoutFooter h4,
.layoutFooter a {
    color: #EAECF0;
}

/* Footer mid + bottom  */
.footerHeading {
    padding-bottom: 5px;
    text-decoration: underline;
    color: #54ACFD !important;
}

.companyIdentiy,
.footerLinks {
    height: 376px;
    position: relative;
}

.companyIdentiy {
    padding-right: 42px;
}

.footerBottom .footerlogo {
    height: 61px;
    width: 274px;
    margin-bottom: 32px;
}

.footerBottom .addressLabel {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.footerBottom .address {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.footerBottom .email, .footerBottom .mobile {
    font-size: 16px;
    line-height: 30px;
    margin-top: 16px;
}

.layoutFooter .footerBottom a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.layoutFooter .footerBottom h5,
.emergencyHelpline h5 {
    color: #D0D5DD;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.emergencyHelpline {
    padding: 0;
    height: auto;
    width: 215px;
    position: absolute;
    bottom: 50px;
    right: 0px;
}

.emergencyHelpline p {
    display: flex;
    align-items: first baseline;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.emergencyHelpline p > a {
    margin: 0 !important;
}
.emergencyHelpline p:hover a::after {
    content: "Call Now";
    border: solid 1px #54ACFD;
    border-radius: 8px;
    color: white;
    background-color: #54ACFD;
    padding: 1px 15px;
    position: absolute;
    left: -100px;
}

.copyright,
.socialMedia {
    border-top: solid 1px #475467;
    padding-top: 32px;
}

.copyright p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.socialMedia>div {
    display: flex;
    justify-content: end;
}

.socialMedia i {
    color: #98A2B3;
    margin-left: 24px;
    width: 24px;
    height: 24px;
}


@media only screen and (max-width: 576px) {
    .layoutFooter {
        margin-top: 30px;
        padding: 48px 16px;
    }

    /* Footer Top section */
    .footerTop {
        margin-bottom: 48px;
    }

    .layoutFooter .heading {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .layoutFooter .subheading {
        font-size: 16px;
        line-height: 24px;
    }

    .emailInput {
        margin-right: 0px;
        margin-bottom: 16px;
        margin-top: 32px;
        padding: 10px 14px;
        height: 41px;
        width: 100%;
        border-radius: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .subscribeBtn {
        height: 45px;
        width: 100%;
        padding: 10px 18px;
        border-radius: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    /* Footer mid + bottom  */
    .footerLinks {
        height: 475px;
    }

    .layoutFooter .footerBottom a {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .layoutFooter .footerBottom h5,
    .emergencyHelpline h5 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .emergencyHelpline {
        padding: 0 16px;
        bottom: 4px;
        width: 64%;
    }

    .emergencyHelpline p {
        font-size: 16px;
        line-height: 14px;
        margin-bottom: 16px;
    }


    .footerBottomMobileScreen .socialMedia {
        display: flex;
        justify-content: center;
        border: none;
        padding-top: 35px;
        padding-bottom: 48px;
    }

    .footerBottomMobileScreen .socialMedia i {
        color: #98A2B3;
        margin: 0 14px;
        width: 28px;
        height: 28px;
    }

    .footerBottomMobileScreen .socialMedia i::before {
        font-size: 28px;
    }

    .footerBottomMobileScreen .divider {
        margin: 0 16px;
        width: 94%;
        border-bottom: solid 1px #475467;
        margin-bottom: 32px;
    }

    .footerBottomMobileScreen img {
        width: 216px !important;
        height: 48px !important;
        margin-bottom: 24px !important;
    }

    .footerBottomMobileScreen p {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
}

@media only screen and (min-width: 576px) and (max-width: 993px) {
    .layoutFooter {
        margin-top: 60px;
        padding: 28px 65px;
        background-color: #0C111D;
    }

    /* Footer Top section */
    .footerTop {
        margin-bottom: 50px;
    }

    .layoutFooter .heading {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 9px;
    }

    .layoutFooter .subheading {
        font-size: 12px;
        line-height: 17px;
    }

    .emailInput {
        margin-right: 9px;
        padding: 6px 8px;
        height: 24px;
        width: 156px;
        border-radius: 5px;
        font-size: 8px;
        line-height: 11px;
    }

    .subscribeBtn {
        height: 26px;
        width: 80px;
        padding: 4px 10px;
        border-radius: 5px;
        font-size: 12px;
        line-height: 14px;
    }

    /* Footer mid + bottom  */
    .companyIdentiy,
    .footerLinks {
        height: 219px;
    }

    .companyIdentiy {
        padding-right: 24px;
    }

    .footerBottom .footerlogo {
        height: 31px;
        width: 138px;
        margin-bottom: 18px;
    }

    .footerBottom .addressLabel {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 9px;
    }

    .footerBottom .address {
        font-size: 8px;
        line-height: 17px;
    }

    .layoutFooter .footerBottom a {
        font-size: 8px;
        line-height: 14px;
        margin-bottom: 7px;
    }

    .layoutFooter .footerBottom h5,
    .emergencyHelpline h5 {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 9px;
    }

    .emergencyHelpline {
        height: 35px;
        width: 120px;
    }

    .emergencyHelpline p {
        font-size: 8px;
        line-height: 14px;
    }

    .copyright,
    .socialMedia {
        padding-top: 19px;
    }

    .copyright p {
        margin: 0;
        font-size: 8px;
        line-height: 14px;
    }

    .socialMedia i {
        margin-left: 14px;
        width: 14px;
        height: 14px;
    }
}