.fa:hover {
    opacity: 0.7;
     
}

.fa-facebook {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0px;
    background-color: #3e5a99;
    color: white;
    line-height: 50px;
    text-align: center;
        font-size: 32px;
    font-weight: 500;
     margin: 10px 5px;
  
}

.fa-twitter {
min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0px;
    background-color: #60a9dd;
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
     margin: 10px 5px;
}

 
.fa-linkedin {
 min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0px;
    background-color: #3e5a99;
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
     margin: 10px 5px;
}

.fa-link {
  min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0px;
    background-color: white;
    color: #9f9f9f;
  
    border: 1px solid #9f9f9f;
    line-height: 50px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
     margin: 10px 5px;
     text-decoration: none;
}
 .fa-whatsapp {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0px;
    background-color: #0d9f16;
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
     margin: 10px 5px;
     text-decoration: none;
}

.modalcontent {
   padding: 5px 10px 50px !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    border-radius: 3px !important;
    max-height: 90vh !important;
    max-width: 620px !important;
    width: 70vw !important;
    text-align:center;
}
.modalheader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
     border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    text-align:center;
}
.forheading {
    text-align:center;
       font-size: 24px !important;
    text-align: center;
    color: #555;
    
   
 }
 
 .forimagesizeprofile
{
    height: 130px;
  width: 130px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
 
 
 
.modaldialog {
    max-width: 664px;
    margin: 8rem auto;
}