.footer {
  background-color: #ffffff;
  width: 100%;
  padding: 104px 0;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 35px 0;
  }
}
.footer__content {
  display: block;
  margin: 0 auto;
  font-size: 0;
  width: 90%;
  max-width: 1143px;
  padding: 0;
  box-sizing: border-box;
}
.footer__info {
  text-align: center;
}
.footer_more_info {
  text-align: center;
}
.footer__info:last-child {
  padding-bottom: 0;
}
.footer__info-item,
.textwidget {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  color: #828282;
  margin: 0 auto 5px;
}
.footer__info-item_delimiter {
  margin: 0 7px 5px;
}
.footer__more_info-item {
  margin: 20px 7px 5px;
}
.footer__more_info-item_delimiter {
  margin: 20px 7px 5px;
}
.footer__policy {
  color: #828282;
  text-decoration: none;
}
.footer__link {
  color: #f7600e !important;
  text-decoration: none;
}
.footer__social {
  text-align: center;
  padding: 20px 0;
}
.footer__social-link {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
  font-size: 2rem;
  color: #71716c;
  margin: 0 12px;
}
@media only screen and (min-width: 1025px) {
  .footer__social-link {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer__social-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .footer__social-link {
    margin: 0 10px;
  }
}
.footer__address,
.textwidget {
  font-size: 1.2rem;
}

.footer__address {
  text-align:center;
  color :#828282;
  padding: 15px 0;
}

.footer__social_section {
  padding: 20px;
}

.footer__subscribe_section {
  padding: 20px;
  float: left;
  width: 50%;
}

@media screen and (max-width: 1025px) {
  .award__footer_section {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1050px) {
  .footer__social_section, .footer__subscribe_section, .award__footer_section {
    width: 100% !important;
    text-align: center !important;
  }
  .subscribe__input, .subscribe__btn{
    float: none !important;
  }
  .fname_input {
    width: 25% !important;
  }
  .email_input {
    width: 45% !important;
  }
  .footer__subscribe_section {
    margin-top: 40px;
  }
  .footer__more_info-item {
    margin: 0 7px 5px;
  }  
  .footer__more_info-item:hover {
    color: #0056b3;
    opacity: 0.7;
  }
  .footer__more_info-item_delimiter {
    margin: 0 7px 5px;
  }
}

@media screen and (max-width: 500px) {
  .fname_input, .email_input {
    width: 100% !important;
    margin: 10px 0 0 !important;
  }
}

.fname_input {
  float: left;
  width: 30%;
}

.email_input {
  float: left;
  width: 50%;
  padding-left: 10px;
}

.award__footer_1 {
  width: 26%;
  padding-top: 20px;
  margin-right: 20px;
}

.award__footer_0 {
  width: 24%;
  padding-top: 20px;
  margin-right: 20px;
}

.award__footer_3 {
  width: 20%;
  padding-top: 20px;
  margin-right: 20px;
}

.award__footer_section {
  float: left;
  width: 50%;
  text-align: right;
}

.input_form {
  float: none;
}
