

.socialsnot {
    display: none !important;
}

ul.share-social-bx {
    float: unset !important;
    padding-left: 40% !important;
}

.home .search-providers {
    
    @media only screen and (min-width: 600px) {
        width: 70%;
    }   
}
.home .sf-find-bar.pos-v-center{
   
    position: absolute!important;
    @media only screen and (max-width: 600px) {
        width: 75%;
        left: -10%;
        top: 20%;
    }   

}
ul.sharebtn-bx {
    float: unset !important;
    margin-bottom: 20px !important;
}

/* .author .sf-provider-cat{
    margin-bottom: 80px;
}
.author .sharebtn{
    margin-top:15px;
} */
div.dataTables_wrapper div.dataTables_length select {
    height: 40px !important;
}

.search-results .btn-call-us {
    display: none !important;
}

.dropup .dropdown-menu {
    top: 100% !important;
    bottom: unset !important;
}

.providerinfo_text {
    @media only screen and (min-width: 600px) {
        width: 70%;
    }   
    max-height: 100px;
    width: 100%;
    overflow: hidden;
   transition: max-height 2s ease ;
}

.expanded .providerinfo_text {
    max-height: 2000px !important;
}


.providerinfo_dropdownbutton {
    color: purple;
    background-color: white;
    border-width: 0px;
    margin-top: 20px;
    margin-left: 45%;
    cursor: pointer;
    box-shadow: none;
}
.fa{
    font: normal normal normal 14px/1 FontAwesome !important;
}