

 footer {overflow-x:hidden ;
    background: linear-gradient(to left, #303030, #000, #303030);
    color: #fff; font-family: "Plus_Jakarta_Sans-Light";font-size: 13px;
}
footer a{
    text-decoration: none;
}
footer h2{font-family: "Plus_Jakarta_Sans-Bold";font-size: 18px;}
footer h4{font-family: "Plus_Jakarta_Sans-Medium";font-size: 14px;}
footer p{ font-size: 12px;color: #ffffffd2;    line-height: 22px;
}
footer .social-sec{    font-size: 13px;color: #ffffffd3;}
footer a.duffl-link {
    color: #fff; 
    font-size: 11px;
        letter-spacing: 0.80px;
}
footer hr{background:#666666;
    height: 1px;
    border: none;width: 100%;
    margin: 1.5rem 0 0.5rem; 
 }


footer .line-AB{position: relative;}
footer .line-AB::after{content: "";position: absolute;bottom:30px;right: 0px;width:2px;height: 50%;
border-left:1px solid #ffdfb475;}

footer .cus-container {
    width: 96%;
    max-width: 96%;
    margin: 0 auto;
}

.social-icons  img{
    width: 18px;
}
 footer .linear-line{
     width: 1px;
     height: 100%;
     min-height: 85px;
     padding: 0px;
    background: linear-gradient(90deg, #FFF6EA 0%, #FFDFB4 50.03%, #FFF6EA 100%);


 }       


@media only screen and (max-width:768px) {
footer .line-AB::after{display: none;}
}