.footer-bg{
    background-color: #464153
}
.contact-footer-title{
    font-family: Almarai-Bold,sans-serif;
    font-size: 27px;
    color: var(--light-orange-color);
}
.contact-footer-subtitle{
    font-size: 15px;
    color: var(--white-color);
}
.input-footer-style,.input-footer-style:focus{
    background: none;
    outline: none;
    border: 1px solid var(--light-orange-color);
    border-radius: 7px;
   /* padding-right: 15px;*/
    padding: 7px 15px 7px 0;
    width: 100%;
  /*  height: 45px;*/
}
.input-footer-style::placeholder{
    font-size: 13px;
    color: var(--white-color);
    padding: 45px 0 25px 45px;
}
.contact-btn,.contact-btn:focus,.contact-btn:hover{
    font-family: Almarai-Bold,sans-serif;
    font-size: 18px;
    background-color: var(--light-orange-color);
    color: var(--white-color);
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    border-radius: 24px;
    outline: none;
    box-shadow: none;
}
 .alert-success{
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    text-shadow: 2px 2px #ffd22f;
    float: left;
}
.border-between-in-footer{
    background-color: rgba(250,250,250,0.52);
    width: 1px;
    height: 100%;
    display: flex;
    position: absolute;
    top: 18px;
}
.left-border{
    left: 0;
}
.right-border{
    right: 0;
}
.menu-footer{
    list-style: none;
}
.menu-footer li{
    display: flex;
    justify-content: center;
}
.menu-footer-link,.menu-footer-link:hover{
    font-size: 16px;
    color: var(--white-color);
}
.contact-info{
    font-family: Almarai-Bold, sans-serif;
    font-size: 27px;
    color: var(--light-orange-color);
}
.info-subtitle{
    font-size: 15px;
    color: var(--light-orange-color);
}
.info-text{
    font-size: 16px;
    color: var(--white-color);
}
.copyright-div{
    background-color: #3A354A;
}
.social-icon{
    font-size: 20px;
    color: var(--light-orange-color);
}
.copyright-text{
    font-size: 17px;
    color: #D3D3D3;
}
.footer-link,.footer-link:hover{
    font-size: 17px;
    color: #D3D3D3;
}
.border-footer{
    border-right: 1px solid #D3D3D3;
}
.social-media-div{
    display: flex;
}
@media (max-width: 900px){
    .contact-btn, .contact-btn:focus, .contact-btn:hover{
        margin: auto;
    }
    .social-media-div{
        justify-content: center;
    }
    .input-footer-style,.input-footer-style:focus{
        padding: 8px 15px 8px 0;
    }
    .input-footer-style::placeholder{
        padding: 15px 0 15px 25px;
    }
}
