.footer{
    background: var(--footer-color);
    padding: 4rem;
}


#FOOTER .logo img{
    object-fit: cover;
}
.footer_main_area{
    justify-content: center;
    padding-left: 2rem;
    margin-bottom: 3rem;
}
.footer_main_area div{
    width: 50%;
}
.footer_main_area div p{
    color: var(--blue);
}
.footer_main_area div ul{
    list-style: none;
    margin: 1.5rem 0;
}
.footer_main_area div ul li{
    color: var(--blue);
    line-height: 2;
}
.footer_main_area div ul li a{
    text-decoration: none;
    color: var(--blue);
}
.googlemap_btn{
    border: var(--blue) 1px solid;
    padding: .3rem 2rem;
    border-radius: 50px;
    color: var(--blue);
    text-decoration: none;
    display: block;
    width: 150px;
    text-align: center;
    margin: .5rem 0;
    text-decoration: none!important;
}
.footer_bottom_area div{
    text-align: center;
}
.footer_bottom_area small{
    display: block;
    line-height: 1.8;
    color: var(--blue);
}
.footer_bottom_area small a{
    font-size: 12px;
    text-decoration: underline;
}
@media screen and (min-width:1023px) {
    .footer{
        padding-left: 250px;
    }
    #FOOTER{
        padding-left: 2rem;
    }
    #FOOTER .logo{
        width: 100%;
    }
    #FOOTER .logo img{
        width: 200px;
    }
}
@media screen and (max-width:1022px) {
    #FOOTER{
        text-align: center;
        display: block;
    }
    #FOOTER .logo{
        width: 100%;
    }
    #FOOTER .logo img{
        width: 140px;
        text-align: center;
    }
    .footer_main_area{
        padding-left: 0rem;
        text-align: center;
    }
    .footer_main_area div{
        width: 100%;
    }
}