@font-face {
    font-family: fontawesome;
    src: url(fontawesome-webfont.ttf);
}

@font-face {
    font-family: IranSans;
    src: url(IRANSansMedium.ttf);
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: Iransans, fontawesome;
    color: #6d6d6d;
    overflow-x: hidden;
}

.rtl {
    direction: rtl;
}
.summary{
 margin-bottom: 20px;
}
.p-relative {
    position: relative;
}

.p-btn-details {
    padding: 1.5rem;
}

.p-btn-details i {
    padding-left: 8px;
    border-radius: 50%;
}

.btn-dt {
    border-radius: 20px;
    border: 1px solid #f3f3f3 !important;
}
.btn-dt:hover {
    background: #e1e1e1;
    color: #333333  !important;
}
.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}
.image-profile-doctor {
    margin-top: 10px;
    border-radius: 50% !important;
}

.details-list {
    color: #6d6d6d;
    list-style: none;
    padding-right: 0;
    padding-right: 35px;
}

.details-name {
    color: #3a539b;
}

.details-name {
    color: #3a539b;
    font-weight: bold;
}

.details-name i {
    font-size: 22px;
    padding-left: 8px;
}

.details-specialty {
    color: rgb(248, 93, 214);
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.details-list li:first-child p{
    margin: 0 !important;
}

.details-specialty i {
    font-size: 20px;
    padding-left: 8px;
}

.details-discription i {
    font-size: 20px;
    padding-left: 8px;
}