/* body {
    padding-top: 130px;
    padding-bottom: 10px;
} */
.main-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.vprofile-banner {
    background: linear-gradient(90deg, rgb(27, 27, 27) 0%, #2196f3 50%, rgb(27, 27, 27) 100%);
    min-height: 75px;
    text-align: center;
    border-bottom: solid 2px #fff;
}
.vprofile-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: transparent;
    margin-top: -40px;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.vprofile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vprofile-text {
    display: inline-block;
    position: absolute;
    padding-left: 20px;
    /* margin-top: 10px; */
}
.vprofile-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.vprofile-job-position {
    font-size: 18px;
}
.vprofile-links {
    list-style: none;
    padding: 10px;
    /* margin-top: 20px; */
}
.vprofile-links li a {
    display: block;
    padding: 15px;
    color: #fff;
}
.vprofile-links li {
    background-color: #030303eb;
    border-radius: 20px;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 7px 0;
}
.vprofile-links li img {
    width: 60px;
}
.vprofile-header {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    
    background: linear-gradient(90deg, rgba(27,27,27,1) 0%, #2196f3 50%, rgba(27,27,27,1) 100%);
    /* padding-bottom: 25px; */
}
.vprofile-header p {
    color: #fff;
}
/* .vprofile-body {
    padding-top: 35px;
} */
.vprofile-body, #content, body {
    background: linear-gradient(90deg, rgba(27,27,27,1) 0%, #2196f3 50%, rgba(27,27,27,1) 100%);
    color: #fff;
}
.vprofile-footer {
    /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    /* background: linear-gradient(90deg, rgb(27, 27, 27) 0%, rgb(48, 48, 48) 50%, rgb(27, 27, 27) 100%);
    min-height: 40px;
    border-top: solid 2px #fff; */
}
.vprofile-footer a {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    display: block;
    /* min-height: 40px;
    padding: 15px; */
}
/* .vprofile-banner img {
    width: 45px;
    float: right;
    margin: 20px;
} */
.contact-button-bns {
    /* display: block; */
    background-color: rgb(21, 189, 229) !important;
    border-radius: 50%;
    /* font-size: 15px; */
    font-weight: bold;
    text-transform: capitalize;
    margin: 10px 10px 0px 0px;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.contact-button {
    /* display: block; */
    background-color: #030303;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 7px 0px;
    padding: 6px;
}
.wifi-btn {
    display: block;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
    padding: 15px;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    color: #fff;
}
.cover-image {
    min-height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#social-links ul {
    padding: 0px;
    text-align: center;
}
#social-links ul li {
    display: inline-block;
    padding: 10px;
    text-align: center;
    font-size: 25px;
}
#social-links ul li .fa-facebook-square {
    color: #4267B2;
}
#social-links ul li .fa-twitter {
    color: #1DA1F2;
}
#social-links ul li .fa-linkedin {
    color: #2867b2;
}
#social-links ul li .fa-telegram {
    color: #0088CC;
}
#social-links ul li .fa-whatsapp {
    color: #25D366;
}
.shareBtn {
    float: right;
    margin-top: 14px;
    background: none;
    border: none;
    color: #fff;
    font-size: 25px;
    margin-right: 3px;
}
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg, .at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg span {
    background-color: rgb(21, 189, 229) !important;
}