.custom-container .container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
/*Footer 3 design*/
#footer3 .footer-logo{
  border-radius: 50px;
}
#footer3 .footer-logo-btm {
    color: #999999;
    font-size: 13px;
    max-width: 275px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.footer3_links ul li a {
    color: #999999;
    font-weight: 500;
    padding: 5px 0px;
    display: block;
    font-size: 14px;
    transition: all 0.3s ease;
}
.footer3_links ul li a:hover {
    color: var(--pink-clr);
}

#footer3 .footer_subscrib h3{
  font-size: 14px;
  font-weight: 500;
    color: #999999;
    margin-bottom: 30px;
}

#footer3 .footer_subscrib a {
    margin: 0 5px 10px 0;
    transition: all 0.3s ease;
    color: #999;
    font-size: 13px;
    padding: 1px 6px 0;
    background: rgba(256,256,256,0.15);
}
#footer3 .footer_subscrib a:hover{
  color: var(--pink-clr);
}

#footer3 .copyright-txt {
    color: #888888;
    font-size: 13px;
    padding: 20px 0;
    border-top: 1px solid #3e3c3c;
    margin-top: 40px;
}

@media (max-width:767px){
  #footer3 .columns > .column:not(:first-child)  {
      border-top: 1px solid #3e3c3c;
  }
  #footer3 .footer-logo-btm{
    max-width: 100%;
  }
}


