/** Shopify CDN: Minification failed

Line 17:66 Expected ":"

**/
.custom-footer .custom-footer-outer {padding: 60px 0 20px; }
.custom-footer .footer-columns { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; margin-bottom: 40px;}
.custom-footer .footer-column { flex: 1; min-width: 250px;}
.custom-footer .footer-left .footer-brand { font-size: 38px; font-weight: 700; line-height: 1.1;}
.custom-footer .footer-socials { margin: 25px 0;}
.custom-footer .footer-socials ul.list-unstyled.list-social.footer__list-social{justify-content:left;}
.custom-footer .footer-socials a { display: inline-flex; justify-content: center; align-items: center; background: #fff; color: #213B2D; width: 38px; height: 38px; border-radius: 50%; margin-right: 12px; font-size: 18px; transition: 0.3s;}
.custom-footer .footer-socials .list-unstyled{display:flex;}
.custom-footer .footer-socials a:hover {opacity: 0.7;}
.custom-footer .footer-email { font-size: 18px; color: #fff; text-decoration: underline;}
.custom-footer .footer-title { font-size: 22px; font-weight: 700; margin-bottom: 20px;}
.custom-footer .footer-links { list-style: none; padding: 0; color}
.custom-footer .footer-links li { margin-bottom: 5px;}
.custom-footer .footer-links a { color: #fff; font-size: 19px; text-decoration: none;}
.custom-footer .footer-right{text-align:center;}
.custom-footer .make-in-india-logo { width: 130px; margin-bottom: 15px;}
.custom-footer .footer-description { font-size: 19px; line-height: 1.6;text-align:left;}
.custom-footer .footer-divider { border-top: 1px solid #fff; margin: 30px 0;}
.custom-footer .footer-bottom { text-align: center; font-size: 14px; font-style: italic; opacity: 0.8;}
.custom-footer .footer-bottom .footer__content-bottom-wrapper{justify-content:center;}
.custom-footer a{color:#fff;}
@media screen and (max-width: 989px) {
    .custom-footer .footer-description { font-size: 16px; line-height: 1.2;text-align:center;}
    .custom-footer .footer-links a {font-size: 16px;}
    .custom-footer .footer-links li { margin-bottom: 0px;}
    .custom-footer .footer-divider { margin: 0;}
    .custom-footer .footer-columns {gap: 32px; margin-bottom: 0px;}
}
@media screen and (max-width: 749px) {
    .custom-footer .footer-left .footer-brand { font-size: 30px; font-weight: 700; line-height: 1.1; margin:0;}
    .custom-footer .custom-footer-outer {padding: 30px 0 10px; }
    .custom-footer .footer-columns { flex-direction: column; text-align: center;}
    .custom-footer .footer-socials a { margin: 0 10px;}
    .custom-footer .footer-socials ul.list-unstyled.list-social.footer__list-social{justify-content:center;}
    .custom-footer .footer-socials { margin: 15px 0;}
    .custom-footer .footer-socials a {width: 32px; height: 32px;}
    .custom-footer .footer-title { font-size: 20Px; font-weight: 700; margin:0;}
    .custom-footer .make-in-india-logo { width: 120px; margin-bottom: 0;}
}
