.profile-page .top-banner {
    background-image: url("../../images/banner/banner-profile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 370px;
}
.profile-page .top-banner .container {
    position: relative;
    height: 370px;
}
.profile-page .top-banner .container .batch {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 80px;
    height: 80px;
}
.profile-page .page {
    padding: 25px 0px;
}
.profile-page .container {
    width: 100%;
    padding: 0px 115px;
}
.profile-page .content-holder {
    width: 100%;
    display: flex;
    justify-content: center;
}
.profile-page .doctor-card .content-box .content-footer {
    margin-left: 7px;
}
.profile-page .dr-info {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 25px 0px;
    background-color: white;
}
.profile-page .dr-info .container {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.profile-page .dr-info .profile-image {
    display: flex;
    gap: 10;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.profile-page .dr-info img {
    width: 155px;
    height: 155px;
}
.profile-page .dr-info .cat {
    border-radius: 50px;
    font-size: 10px;
    line-height: 12px;
    padding: 0px 10px;
    min-height: 24px;
}
.profile-page .dr-info .content-box .content-info {
    margin-bottom: 0px;
}
.profile-page .dr-info .content-box .content-info .location {
    font-weight: 400;
}
.profile-page .dr-info .content-box {
    border: none;
}
.profile-page .dr-info .content-box ul {
    display: flex;
    gap: 10px;
}
.profile-page .dr-info .content-box .content-title {
    padding-top: 5px;
}
.profile-page .dr-info .degree::before {
    color: var(--color-primary);
}
.profile-page .dr-info .time::before {
    color: var(--color-primary);
}
.profile-page .dr-info .location::before {
    color: var(--color-primary);
}
.profile-page .dr-info .btn-share {
    width: 24px;
    height: 24px;
    padding: 5px 10px;
}
.btn-share:hover {
    background-color: none !important;
}
.profile-page .content-left {
    width: 66%;
    padding: 15px;
}
.profile-page .content-left .experiences {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.profile-page .content-left .experiences .experience {
    white-space: nowrap;
}
.profile-page .content-right {
    width: 34%;
    padding: 15px;
}
.profile-page .btn-appointment {
    width: 100%;
    margin-bottom: 20px;
}
.profile-page .btn-appointment i {
    margin-right: 10px;
}
.profile-page .advertisement {
    border-radius: 5px;
    overflow: hidden;
}
.profile-page .experience::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    color: var(--color-primary);
    margin-right: 10px;
}
.profile-page .form-group {
    margin-bottom: 10px;
}
.profile-page .btn-book {
    line-height: 18px;
    padding: 0px 10px;
}
.profile-page .fee {
    font-weight: 500;
    margin-top: 10px;
}
.profile-page .post-name {
    color: var(--color-heading);
    font-weight: 600;
}
.profile-page .post-status {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}
.profile-page .contact-box {
    margin-top: 15px;
}
.profile-page .contact-box i {
    color: var(--color-primary);
    margin-right: 5px;
} /*# sourceMappingURL=profile.css.map */
