body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: "Hind Madurai", sans-serif;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
    box-sizing: border-box;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
	padding: 48px 0 64px 0;
}

footer > section {
    margin-top: 40px;
    width: 1366px;
    padding: 0 48px;
    box-sizing: border-box;
}

footer .footer-1 {
    display: flex;
    justify-content: space-between;
    /*justify-content: flex-start;*/
	gap: 7rem;
}

footer .footer-1 > div {
    /* margin-left: 200px; */
    width: 25%;
}

footer .footer-1 > div:first-child {
    margin-left: 0;
}

footer .footer-1 > div p strong {
   font-size: 18px;        
   font-weight: bold;        
   margin-bottom: 16px;
}

footer h4, footer p {    
    font-size: 18px;        
    font-weight: bold;        
    margin-bottom: 16px;
}

footer a {    
    text-decoration: none;        
    color: #333;        
}

footer .footer-1 div a {    
    display: block;        
    font-size: 14px;        
    line-height: 24px;        
    margin: 8px 0;
}

footer .footer-2 {
    display: flex;
    justify-content: start;
}

footer .footer-2 > div {    
    width: 33.33%;
}

footer .footer-2 div a {
    margin-right: 16px;
	display: inline-block;
}

footer .footer-2 div.social-media a {
    color: #333;
    width: 40px;
    height: 40px;
    display: inline-flex;
    background: #EFEFEF;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

footer .footer-2 div a img {    

}

footer .footer-3 {
    display: flex;
    justify-content: start;
}

footer .footer-3 div:first-child {
    border-top: 1px solid #EFEFEF;
    width: 100%;
    padding-top: 40px;
}

footer .footer-3 div img {
    margin-right: 8px;
	display: inline-block;
}

footer .footer-4 > div {
    color: #999;
    font-size: 14px;
}

footer .footer-4 > div::before {
    width: 40px;
    margin: 0 0 24px 0;
    content: "";
    display: block;
    border-top: 2px solid #FFDC2C;
}

@media only screen and (max-width: 1366px) {

    footer > section {
        width: 100%;
    }

}

@media only screen and (max-width: 1024px) {

    footer h4 {
        margin-bottom: 8px;
    }

    footer .footer-1 {
        justify-content: start;
        flex-direction: column;
        position: relative;
    }
	
	footer > section {
        padding: 0 16px;
    }

    footer .footer-1 div {
        margin-bottom: 16px;
        margin-left: 0;
		width: unset;
    }

    footer .footer-1 div:last-child {
       /* position: absolute;
        top: 0;
        right: 24px; */
    }

    footer .footer-1 div:last-child img {
        width: 40px;
    }

    footer .footer-2 {
        flex-direction: column;
    }

    footer .footer-2 > div {
        width: 100%;
        margin-bottom: 24px;
    }

    footer .footer-3 {
        display: none;
    }

}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
