.section-footer-1{
  padding: 1rem 0rem;
  background-color: #ed1c24;
}

.section-footer-1 h4{
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 0;
  line-height: 1.6;
  font-size: 1.4rem;

  padding-right: 2rem;
}
.section-footer-1 .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 3rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.section-footer-1  .btn {
  margin: 0rem;
  position: absolute;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
}

.section-footer-1 .form-group {
  margin-bottom: 0rem;
}

/*-------------------------*/

.section-footer-2 {
  background-color: #eee;
  padding: 5rem 0rem 1rem;
}

.section-footer-2 hr{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #acacac;
}
.section-footer-2 .address{
  padding: 2rem 0rem;
}
.section-footer-2 .address p{
  font-size: 1.28rem;
  font-weight: 400;
  margin: 0;
}
.section-footer-2  h5{
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.section-footer-2 .contact{
  padding: 0rem 0rem;
}
.section-footer-2 .contact p{
  font-size: 1.2rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 3px;
}
.section-footer-2 .contact h6{
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
  margin: 0 0 15px 0;
}
.section-footer-2 .contact span{
  color: #ed1c24;
}
.section-footer-2  .text-footer {
  color: #333 !important;
  font-weight: 400;
}
.section-footer-2  a.text-footer:hover,
.section-footer-2  a.text-footer:focus {
  color: #ed1c24 !important;
}





#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  /* padding: 15px 10px 10px; */
  font-size: 36px;
  text-align: center;
  line-height: 60px;
  background: #ed1c24;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  -webkit-transform: rotate() scale(0);
  transform: rotate() scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#back-to-top:hover {
  background-color: #333;
}


#back-to-top.show {
  opacity: 1;
  -webkit-transform: rotate() scale(1);
  transform: rotate() scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



@media (max-width: 992px) {
  #back-to-top {
    margin-right: -20px;
    margin-bottom: -20px;
    width: 50px;
    height: 50px;
    line-height: 36px;
    font-size: 30px;
    padding: 10px;
  }

  #section-copyright .copyright-box {
    flex-direction: row-reverse;
  }
}



@media (max-width: 1680px) {}
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {
  .section-footer-2 {
    background-color: #eee;
    padding: 5rem 1rem 1rem;
  }


}



@media (max-width: 1330px) {}
@media (max-width: 1280px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
  .section-footer-2 {
    background-color: #eee;
    padding: 3rem 1rem 1rem;
  }
}
@media (max-width: 480px) {

  .section-footer-1 .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0rem 0.375rem 0.375rem;
    font-size: 1rem;
    font-weight: 400;
    margin-left: -15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .section-footer-2 .address p {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
  }

  .section-footer-2 {
    background-color: #eee;
    padding: 2rem 0rem 1rem;
  }

  .section-footer-2 .contact h6 {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 500;
    color: #333;
    margin: 0 0 15px 0;
  }
  .section-footer-2 .contact p {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 3px;
  }



}
@media (max-width: 425px) {}
@media (max-width: 414px) {

}
@media (max-width: 375px) {}
@media (max-width: 320px) {}