.footer {
  background-color: #4C2A71; 
  padding:60px 30px 20px 30px !important
}
.footericon{
    width:155px;
    height:48px;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
}
.footer .f-header{
   color: #FFFFFF;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700; 
}
.footer a:hover {
  color: #fff;
}

.footer .social-icons a {
  display: inline-block;
  color: white;
  font-size: 18px;
  margin-right: 10px;
  transition: transform 0.3s, color 0.3s;
}
.footer ul li {
  margin-bottom: 25px; 
}

.small{
    font-size: 16px !important;
  font-weight: 500; 
}

.footer .sunn  .input-foot {
  border-radius: 10px;
  border: none;
  width:308px !important;
  height:47px;
  
}

.footer .sunn .sub-btnn {
  background-color: #F49D33;
  border: none;
 border-radius: 10px;
  border: none;
  width:111px !important;
  height:47px;
  color:#fff;
  font-size: 14px !important;
  font-weight: 500; 

}
.social-icons a{
   display:inline-flex  !important;
    align-items: center;
    justify-content: center;
  width:25px;
  height: 25px;
  border: 1px solid #fff; 
  border-radius: 50%; 
  color: #fff; 
  text-decoration: none;
  margin-right: 4px; 
  transition: all 0.3s ease;
  background-color: transparent; 
}




/* RESPONSIVE TWEAKS */
@media (max-width: 767px) {
  /* .footer form {
    flex-direction: column;
  } */
.footer .f-header{
   color: #FFFFFF;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700; 
}
  .footer input.form-control {
    margin-bottom: 10px;
  }
  .small{
    font-size: 16px !important;
  font-weight: 500; 
}
.footer .social-icons a {
  display: inline-block;
  color: white;
  font-size: 16px !important;
  margin-right: 10px;
  transition: transform 0.3s, color 0.3s;
}


.footer .sunn  .input-foot {
  border-radius: 10px;
  border: none;
  width:220px !important;
  height:40px;
  
}
.footer .sunn .sub-btnn {
  background-color: #F49D33;
  border: none;
 border-radius: 10px;
  border: none;
  width:80px !important;
  height:40px;
  color:#fff;
  font-size: 10px !important;
  font-weight: 500; 

}
.footer {
  background-color: #4C2A71; 
  padding:50px 20px !important
}
}
