

.footer_bottom {
        padding-top: 40px;
        border-top: 2px solid #BF1F27;
}

.right_side p {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        line-height: 25px;
        max-width:366px;
}
.right_side figure{
        margin-bottom: 1.5rem;
}
.footer-column {
        text-decoration: none;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        line-height: 25px; 
}
.footer-column h4{
        position:relative;
        margin-bottom: 25px;
        padding-bottom: 10px;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        display: flex;
        align-items: center; 
        border-bottom: 1px solid #555;
        text-transform: uppercase;
        width:80%;
       

    }
  .footer-column h4::before{
        content:"";
        position: absolute;
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        right: 0;
        border-right: none;
        border-bottom: none;
        transform: rotate(-135deg);
        transition: ease .5s;
  }
  .footer-column .toggleBtn.active h4::before{
        transform: rotate(45deg);
  }
  .footer-column h4::after{
        content:"";
        position: absolute;
        left: 0;
        bottom:0;
        height:2px;
        width:50px;
        background-color: #BF1F27;
        z-index: 1;
  }
.footer-botm p{
        color: #FFF;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        line-height: 25px;
}
.footer-column .menu a:hover{
        color:red;
        text-decoration: none;
}
.footer-column .menu .menu-item{
    padding-bottom: 10px;
}
@media (min-width: 575px) {
  .footer-column h4::before {
    display: none;
  }
}
@media(max-width: 767px){
    .right_side p{
        max-width: 100%;
        margin-bottom: 40px;
    }
    .footer-column{
        margin-bottom:20px;
    }
}