/*--------Footer css-------*/
footer.index-footer {
  background-image: url(../../images/Home-Page/foo-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 70px 10px;
}
.index-footer h1 {
  font-size: 33px;
  color: #fff;
  font-weight: 550;
  margin-bottom: 30px;
}
.footer-logo {
  height: 53px;
  margin: 60px 0px 25px;
}
ul.list-inline.contact-links a, .index-footer p {
  color: #ffffffeb;
}

/*Email Input Box Inside Button*/
.email-input {
  outline: none;
  border-radius: 5px !important;
  padding: 25px 45px;
  background-image: url(../../images/Home-Page/email.png);
  background-size: 22px;
  background-position: 15px 17px;
  background-repeat: no-repeat;
}
.email-input:first-child{
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.footer-btn {
  position: absolute !important;
  right: 9px;
  z-index: 2;
  top: 5px !important;
  transform: translateX(2px);
  background-color: #346cb6;
  border-color: #346cb6;
  padding: 10px 22px;
}
/*--------------------------*/

/*--Mobile responsive css--*/
@media (max-width: 480px) {
  .index-footer h1 {
    font-size: 27px;
  }
  .footer-btn {
    position: unset !important;
    z-index: 0;
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 375px){
 .index-footer h1 {
    font-size: 21px;
  } 
  .footer-logo {
    height: 45px;
  }
  .contact-links li {
    padding: 0px 2px;
  }
  ul.list-inline.contact-links a, .index-footer p {
    font-size: 13px;
  }
}
@media (max-width: 375px){
  .index-footer h1 {
    font-size: 18px;
  } 
  .contact-links li {
    padding: 0px;
  }
  ul.list-inline.contact-links a, .index-footer p {
    font-size: 12px;
  }
}