footer {
    background-color: #fff6e9;
    width: 100%;
    height: 100%;
    font: normal normal 20px/30px Woodford_bournethin, sans-serif;
}

footer .footer-wrapper {
    margin: auto;
    width: 1240px;
}

footer section .footer-data {
    padding: 20px 0 40px 0;
}

footer .flex-items {
    flex-basis: 0;
    flex-grow: 1;
}

footer ul li {
    padding: 10px 0;
}

footer ul li a {
    font-size: 20px;
    opacity: 1;
    padding: 18px 0;
}

footer ul li a:hover {
    color: #fd5c37;
}

footer ul>li::before {
    content: " ";
    display: inline-block;
    background-color: #fd5c37;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin-right: 10px;
}

.contacts_wrap {
    margin: 0 30px 0 0;
    padding-top: 10px;
}

.contacts_logo {
    padding-bottom: 20px;
}

footer .contacts_description p {
    font-size: 20px;
}

footer .contacts_logo img {
    width: 285px;
}

footer h5 {
    padding: 40px 0 20px 0;
}

footer h5,
footer div,
footer ul li {
    text-align: left;
    color: #312f30;
}

footer h5 {
    font: normal normal 32px/38px Woodford_bourneregular, sans-serif;
}

footer span a i,
footer span i {
    padding: 10px;
    color: #fd5c37;
}

footer div section.copy-rights div {
    padding: 30px 0 40px;
    text-align: center;
}

.copyright_text {
    font-size: 20px;
}

.copyright_text a {
    color: #fd5c37;
}

section.social-meida-icons {
    padding-top: 10px;
}

.footer .social-icons>* {
    margin-right: 20px;
}

.footer .social-icons i {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: #341c77;
    color: #fd5c37;
}

.footer .social-icons i:hover {
    background: #fd5c37;
    color: #341c77;
}

.footer .social-icons .fab {
    padding-top: 10px;
}

.address>span>span {
    padding-left: 45px;
}

.address span span {
    display: block;
}

span.pincode {
    padding-top: 10px;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    footer .footer-wrapper {
        width: 100%;
    }
}


/* Medium Screen */

@media screen and (max-width: 992px) {
    footer .footer-wrapper {
        width: 100%;
    }
    footer .flex-space-between {
        flex-wrap: wrap;
    }
    footer .flex-items {
        flex-basis: 250px;
        margin: 0 10px;
    }
    footer .footer {
        max-width: 100%;
        margin: 0 20px;
    }
}


/* Mobile Screen */

@media screen and (max-width: 600px) {
    footer .flex-space-between {
        flex-direction: column;
    }
    footer .footer-wrapper {
        width: 100%;
    }
    footer .flex-items {
        flex-basis: 0;
    }
    footer .footer {
        max-width: 100%;
        margin: 0 10%;
    }
}