.footer-section {
    padding: 40px 0px 0px 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background: no-repeat;
    background-size: cover;
    box-shadow: 0px -3px 1px #808080ab;
}

.footer-section .footer-logo-img {
    width: 269px;
}

.footer-section .links-div {
    margin-top: 3%;
}

.footer-section .links-div .title {
    font-weight: 700;
    font-size: 16px;
    padding: 2px;
    color: #000;
    margin-bottom: 0px;
    width: fit-content;
    position: relative;
    transition: 0.3s ease-in-out 0s;
}


.footer-section .links-div .title-follow {
    font-weight: 700;
    font-size: 16px;
    padding: 2px;
    color: #000;
    margin-bottom: 0px;
    width: fit-content;
    position: relative;
    transition: 0.3s ease-in-out 0s;
}

.footer-section .footer-text-holder {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: justify;

}

.footer-section .links-div .menu-div ul li {
    list-style-type: none;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 8px 2px;
}

.footer-section .links-div .menu-div ul {
    padding-left: 15%;
}


.footer-section .links-div .menu-div {
    margin-top: 20px;
}

.footer-section .links-div .menu-div2 {
    margin-top: 40px;
}

.footer-section .links-div .menu-div .link-menus-space {
    margin: 7px 0px;
}

.footer-section .links-div .menu-div .link-menus {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.footer-section .links-div .menu-div .contact-fafa {
    color: #000;
    font-size: 15px;
    width: 30px;
}

.footer-section .social-icon-main {
    display: flex;
    margin-top: 20px;
}

.footer-section .social-icon-main2  {
    display: none;
 }

 .footer-section .social-icon-main .social-icon {
    height: 30px;
    width: 30px;
    margin-right: 6px;
}

.footer-section .social-icon-main2 .social-icon-insta {
    height: 30px;
    width: 30px;
}

.footer-section .copyrights-div {
    background-color: #FF832D;
    padding: 5px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.footer-section .copyrights-div .copy-p {
    font-weight: normal;
    font-size: 10px;
    color: #000;
    margin-bottom: 0px;
}

.footer-section .logo-div {
    text-align: center;
    border-style: dashed;
    border-width: 2px;
    padding: 10px;
}

.location-icon {
    width: 10px;
    height: 20px;
}

/* media query */

@media(min-width:0px) and (max-width:320px) {
    /* .footer-section .social-icon-main  {
        display: none;
     }
     .footer-section  .title-follow {
        display: none;
    }
    .footer-section .social-icon-main2  {
        display: block;
     }
     .footer-section .social-icon-main2 .social-icon2 {
        height: 20px;
        width: 20px;
     }
     .footer-section .title-follow2 {
        display: block;
    } */
    .footer-section {
        width: 100%;
        height: auto;
    }
    .footer-section .links-div .menu-div ul {
        padding-left: 0rem;
     }

     .footer-section .footer-logo-img {
        width: 100%;
    }

    .footer-section .links-div .menu-div ul {
        padding-left: 0;
    }
}

@media(min-width:321px) and (max-width:485px) {
    /* .footer-section .social-icon-main  {
        display: none;
     }
     .footer-section .title-follow {
        display: none;
    }
    .footer-section .social-icon-main2  {
        display: block;
     }
     .footer-section .social-icon-main2 .social-icon2 {
        height: 30px;
        width: 30px;
     }
     .footer-section .title-follow2 {
        display: block;
    } */
    .footer-section {
        width: 100%;
        height: auto;
    }
    .footer-section .links-div .menu-div ul {
        padding-left: 0rem;
     }

     .footer-section .footer-logo-img {
        width: 100%;
    }

    
}

@media(min-width:486px) and (max-width:576px) {
    /* .footer-section .social-icon-main  {
        display: none;
     }
     .footer-section .title-follow {
        display: none;
    }
    .footer-section .social-icon-main2  {
        display: block;
     }
     .footer-section .social-icon-main2 .social-icon2 {
        display: block;
        height: 30px;
        width: 30px;
     }
     .footer-section .title-follow2 {
        display: block;
    } */
    .footer-section {
        width: 100%;
        height: auto;

    }
    .footer-section .links-div .menu-div ul {
        padding-left: 0rem;
     }

     .footer-section .footer-logo-img {
        width: 100%;
    }
}

@media(min-width:577px) and (max-width:768px) {
    /* .footer-section .social-icon-main  {
        display: none;
     }
     .footer-section .title-follow {
        display: none;
    }
    .footer-section .social-icon-main2  {
        display: block;
     } */
     /* .footer-section .title-follow2 {
        display: none;
    } */
    .footer-section .footer-logo-img {
        width: 100%;
    }
    .footer-section .links-div .menu-div ul {
        padding-left: 0;
    }
}



@media(min-width:769px) and (max-width:992px) {
    /* .footer-section .social-icon-main  {
        display: block;
     }
     .footer-section .title-follow {
        display: block;
    }
    .footer-section .social-icon-main2  {
        display: none;
     }
     .footer-section .title-follow2 {
        display: none;
    } */
}

@media(min-width:992px) and (max-width:1200px) {
    /* .footer-section .social-icon-main  {
        display: flex;
     }
     .footer-section .title-follow {
        display: block;
    }
    .footer-section .social-icon-main2  {
        display: block;
     }
     .footer-section .title-follow2 {
        display: block;
    } */
    .footer-section .social-icon2 {
        width: 10%;
    }
}




