.footer_main_container
{
    display:flex;
    background-color:#2b2b2b;
    justify-content: space-around;
    flex-direction: column;
}
.container__contact {
    background: #e6e6e6; }
  
  .bottom__container {
    max-width: 520px;
    margin: 0 auto;
    min-height: 82px; }
  
  .opt-contacts {
    background: #e6e6e6;
    line-height: 82px;
    text-align: center;
    float: left;
    width: 50%;
    display: block; }
    .opt-contacts img {
      margin-right: 10px; }
      @media screen and (max-width: 700px) {
        .opt-contacts {
          width: 100%; } }
.footer_top_section
{
    display:flex;
    justify-content: space-around; 
}
.container1 
{
    display: flex;
    flex-direction: column;
justify-content: center;
    width: 25%;
    padding:20px
}
.name
{
    color: #ffffff;
    display: flex;
     margin-left: 8%;
     padding-bottom:5px;
}
.footer_logo_name{
    font-size: 24px;
    color: white;
 }
.custom_list
{
    display: flex;
    justify-content:space-around;
    list-style: none;

}
.social_container
{
    height:30px;
    line-height: 31px;
    border-radius: 30px;
    cursor: pointer;
    transition: ease 150ms;
    -webkit-transition: ease 150ms;
    -moz-transition: ease 150ms; }
    .social_container:hover {
      
      color: #c0863b;
}
li a {
  text-decoration: none;
  color: #ffffff
}
.container2
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px;
    width: 25%;
}
.pages-link
{
    color: #ffffff;
    list-style: none;
}
.container3
{
    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content:  space-evenly;
    padding:20px;
}
.Newsletter-title
{
    color: #ffffff;
}
.Newsletter-text
{
    color: #ffffff;
    opacity: .4;
    font-size: 13px;
    line-height: 1.41;
    font-weight: 400; 
}
#email-input {
    height: 38px;
    border: 1px solid white;
    background: rgba(255, 255, 255, 0.2);
    transition: ease 250ms;
    -webkit-transition: ease 250ms;
    -moz-transition: ease 250ms; }
    #footer-email-input:hover {
      background: rgba(255, 255, 255, 0.3); }
      .flexForm
      {
          display: flex;
      }
#email-btn {
    width: 18%;
    height: 38px;
    border-radius: 0;
    background: #015bff;
    color: #fff;
    transition: ease 250ms;
    -webkit-transition: ease 250ms;
    -moz-transition: ease 250ms; }
    #email-btn:hover {
      background: #3e82ff; }
.container4
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    font-weight: 100;   
    color:#ffffff;
    padding:20px;
}
.bottom-container
{
    padding: 20px;
   
}
#bottom_links {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    line-height: 24px; }
    #bottom_links li {

      display: inline-block;
      margin-right: 5%; }
      #bottom_links li a {
        text-decoration: none;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 1px;
        color: #fff; }
        #bottom_links li a:hover {
          color: #c0863b; }
          #copyright {
            color: #707070;
            line-height: 40px;
            text-align: center;
            background: #202020; }
            #signing_container li a {
                color: #fff; }
                #signing_container li a:hover {
                  color: #c0863b !important; }
@media screen and (max-width: 700px) {
    .footer_top_section
    {
        display:flex;
        flex-direction: column !important;
    }
    .container1 ,.container2 ,.container4
    {
        width: 100%;
    }
    .container3
    {
        width:100%;
        justify-content: center;
        align-items: center;
    } 
  }