*{
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

a{
    text-decoration: none !important;
}
.dropdown-menu{
    background-color: #b0dabe !important;
}
.dropdown-item{
    background-color: #b0dabe;
}
.footer {
    position: relative;
    max-width: 100%;
    width: 100%;
    background-image: url(/image/footer3.svg);
    background-size: cover, cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline;
   
        padding-top: 92px;
        padding-bottom:20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.material-icons  {
    color: #0b94da;
}
.footer .location-card {
    width: 90%;
    margin: auto;
    padding: 0;
}
iframe {
    border: 0;
}
.footer .footer-row{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: flex-start;
    gap: .5rem;
    padding: 30px;
    /*border-bottom: 1px solid #d9d4d4;*/
}
.footer p {
    margin: 0;
    color: #fff;
    max-width: 400px;
    animation: slideInLeft 1s ease-out;
}
.footer .footer-row .links {
    margin-top: 20px;
}
.footer .footer-row .links li{
    list-style: none;
    margin-bottom: 10px;
    animation: slideInRight 1s ease-out;
}
.footer .footer-row .links li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    font-size: 18px;
    text-shadow: 0px 0px 2px #000;
    letter-spacing: 1px;
    font-weight: 500;
}
.mat-icon {
    -webkit-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
    overflow: hidden;
}
.footer .footer-row .links .footer-links {
    display: flex;
    justify-content: left;
    align-items: center;
}
.footer .footer-row .links li {
    list-style: none;
    margin-bottom: 10px;
    animation: slideInRight 1s ease-out;
}
.footer .footer-row .links .footer-links .iconsfooter img {
    width: 40px;
    height: 40px;
    padding-right: 10px;
}
.footer .footer-row .footer-col h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
}
.footer .footer-row .mediaIcons img {
    width: 45px;
    height: 45px;
    transition: 1s;
}
.sub-footer {
    width: 100%;
    height: 62px;
    text-align: center;
    margin: auto;
    display: flex;
    color: #fff;
    justify-content: space-around;
    align-items: center;
    padding-top: 22px;
    gap: 5px;
}
.sub-footer ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    list-style: none;
}
.sub-footer ul li {
    padding: 0;
}
.sub-footer ul li a {
    text-decoration: none;
    color: #fff;
}
.fixed-button{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.whatsapp-button {
 display: flex;
    justify-content: stretch;
    align-items: center;
    /* background-color: #25d366; */
    /* color: #fff; */
    /* padding: 6px 20px; */
    /* text-decoration: none; */
    /* border-radius: 45px; */
    /* font-size: 16px; */
    font-family: mypoppinsRegular;
    font-weight: 700;
    letter-spacing: 1px;
}


@media (max-width: 768px) {
    .footer .footer-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 20px;
        gap: 1rem;
    }
}
@media (max-width: 576px) {
    .sub-footer {
        width: 100%;
        height: 62px;
        text-align: center;
        margin: auto;
        display: flex;
        flex-direction: column-reverse;
        color: #fff;
        justify-content: space-around;
        align-items: center;
        padding-top: 22px;
        gap: 5px;
    }
    .footer {
  
    padding: 28px 0;
   
}

}
@media (max-width: 420px) {
.sub-footer ul {

    margin-top: 20px;
}
}