.container-fluid {
    position: relative;
    max-width: auto; /* Maximum width */
    margin: 0 auto; /* Center it */
  }
  .container-fluid .content {
    position: absolute; /* Position the background text */
    top: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(151, 8, 8); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    /* Grey text */
    width: 40%; /* Full width */
    margin: 35px;
   
 
    
    font-size: 16px;
  }
/* label{
  color: black;
  text-align: left !important;
} */

  .fa {
  padding: 20px;
  font-size: 20px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
}

.fa-whatsapp{
  background: #f8f9fa;
  color:#00FF00;
}
.fa-whatsapp:hover{
  background: black;
  color:#00FF00;
}

.fa-facebook:hover {
  background:#3B5998;
  color: #f8f9fa;
}

.fa-facebook {
  background:#f8f9fa;
  color: #3B5998;
}



.fa-google {
  background: #dd4b39;
  color: white;
}


.fa-youtube {
  background:#f8f9fa;
  color: red;
}
.fa-youtube:hover {
  background:red;
  color: #f8f9fa;
}

.fa-instagram {
  background: #f8f9fa;
  color: #ad3640;
}
.fa-instagram:hover {
  background:#ad3640;
  color: white;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1; */
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}
 
  .container img {vertical-align: middle;}
  body {
    background: #f7f7f7;
  }
  * {
    box-sizing: border-box;
  }
  .na{
    font-size: 20px;
    color: black;
}
  
  .form-box {
    max-width: 500px;
    margin: auto;
    padding: 50px;
    background: #ffffff;
    border: 10px solid #f2f2f2;
  }
  
  h1, p {
    text-align: center;
  }
  
  input, textarea {
    width: 100%;
  }