.social-icon {
    display:inline-block;
    margin: 3px 1px;
    font-size: 28px;
    /* border: 2px solid #0093ac; */
    border-radius: 0px;
    border-radius: 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 52px;
    height: 50px;
    color: #fff;
    background-color: #0093ac;
    /* transition: all 1.5s ease; */
    /* transition: background-color 0.5s ease; */
    transition: background-color 0.5s ease-in-out, color 0.5s linear;
}
.social-icon:hover{
    color: #0093ac;
    /* border: 2px solid #0093ac; */
    background-color: #0093ac33;
    /* border-radius: 50%; */
}

.search:hover{
    background-color: #0093ac33;
}

.social-share-icon {
    display: inline-block;
    margin: 3px 1px;
    font-size: 28px;
    border: 1px solid #0093ac;
    border-radius: 0px;
    border-radius: 5px;
    padding-top: 3px;
    padding-left: 12px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 52px;
    height: 50px;
    color: #fff;
    background-color: #008cff;
    /* transition: all 1.5s ease; */
    /* transition: background-color 0.5s ease; */
    transition: background-color 0.5s ease-in-out, color 0.5s linear;
}