/* .footer-background-image{
  height: auto; overflow: hidden;
  background-color: #1a76be;
} */

.below-logo-footer-text{
  margin-bottom: 1rem;
  padding-right: 2px;
}

.below-logo-footer-text p{
  color: #b3bbc6;
} 

.bg-image-main{ 
  /* background-image: url('../../../img/Bg-footers.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.small-texs{
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.footer-header-texts{
  font-weight:bold;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 25px
}

.link-texts{
  text-decoration: none;
  color: #b3bbc6;
}

.link-texts:hover{
  color: #ffffff;
}

.newsletter .content {
max-width: 90%;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2;
}


.newsletter .content .form-control {
  height: 65px;
  border-color: #ffffff;
  border-radius:0;
}

.newsletter .content.form-control:focus {
  box-shadow: none;
  border: 2px solid #243c4f;
}

.newsletter .content .btn {
  min-height: 50px;
  border-radius:0;
  background: #e74d57;
  color: #fff;
  font-weight:600;
}

.news-leteter-submit-icon{
  width: 2rem;
  height: 3.2rem;
}

.footer-header-texts-2{
  font-weight:bold;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 25px
}

.have-any-questions-texts{
  color: #b3bbc6;
}

.have-any-questions-texts-2{
  font-weight: bold;
  color: white
}


.footer-phone-icon{
  width: 2rem;
  height: 3.2rem;
  color: #ffff;
}

.footer-phone-icon-text{
  font-weight:bold;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 25px
}

.footer-phone-icon-continer{
  padding-left: 1rem;
}

.footer-phone-icon-text-1{
  font-family: 'Poppins', sans-serif;
  color: #b3bbc6;
}

.footer-phone-icon-text-2{
  font-weight:500;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

.footer-line{
  border-top: px solid #ffffff;
}

.footer-liner{
  padding: 1px;
  background-color: rgba(255, 255, 255, 0.178);
}

.have-any-question-padding{
  padding-top: 3rem;
}

.copyright-fonts{
  color: #a0b5c7 ;
  font-family: 'Poppins', sans-serif;
}

.social-media-fonts{
  color: #a0b5c7;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.hover-function:hover{
  color: #ffffff;
}




.texts-fonts{
  font-family: 'Poppins', sans-serif;
}