html, body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
}

.body-adjust{
    /* background-image: url('./main-banner.png'); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
    /* position: fixed; */
    width: 100%;
    height: 100%;
    background-color: #004ea2;
}

.header-top {
    padding: 8px 0px;
    background-color: #fff;
}
.header-logo{
    height: 60px;
}
.call-now {
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #0071ce;
    border-radius: 10px;
    padding: 10px 20px;
}
.call-now a {
    color: #0071ce;
    text-decoration: none;
}
.hero-image {
    width: 100%;
    height: auto;
}

.footer-bottom{
    /* position: fixed; */
    /* bottom: 0; */
    width: 100%;
}
.footer-area{
    padding: 40px 0px;
}
.info-box {
    color: #fff;
    padding: 0px 20px;
}
.info-box h5 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.info-item i {
    font-size: 18px;
    margin-right: 12px;
    color: #ffc107;
    min-width: 20px;
}
.map-box iframe {
    width: 100%;
    height: 250px;
    border: 0;
    border-radius: 6px;
}

.footer-copyright {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    background: #f8f9fa;
}

@media only screen and (max-width: 680px) {

    .call-now{
        margin-top: 10px;
        display: block;
        text-align: center;
        font-size: 15px;
    }
}
