body {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    background: #f8fafd;
}
/* header section */
nav.navbar.navbar-default.main-header-section {
    background: #0473AA;
    border-color: #0473AA;
    border-radius: 0;
    padding: 10px 0 10px 0;
    min-height: 60px;
}
.main-header-logo .navbar-brand > img {
    width: auto;
    height: 48px;
    border-radius: 50%;
}

.main-header-section .navbar-brand{
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-default.main-header-section  .navbar-nav>li.kanon>a {
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
}

.main-header-section ul.nav.navbar-nav.navbar-right li>a {
    color: #fff;
    font-size: 20px;
}
.main-header-section .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* search page */
.main-heading h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #000;
}
.verticalLine {
    border-top: 1px solid #848383;
}
.filter-section {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}
.filter-section h4 {
    color: #4C4B4B;
    font-size: 18px;
}
.filter-section input.search-city {
    margin-bottom: 10px;
}

.filter-section label {
    color: #4C4B4B;
}

.some-page-wrapper .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: unset;
}

.some-page-wrapper .right-top {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;
    width: 100%;*/
}

.some-page-wrapper .first-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.some-page-wrapper .second-column {
    flex: 2;
    display: flex;
}

.text-slider .carousel-caption {
    color: #4C4B4B !important;
    font-size: 15px;
    position: initial;
    text-shadow: unset;
    text-align: left;
    padding: 0 20px;
    opacity: 1;
    line-height: 20px;
}

.detailed-page .text-slider .carousel-caption {
    font-size: 18px;
}

.text-slider .carousel-control {
    top: 8px;
    width: 20px;
    text-shadow: unset;
    background: transparent !important;
    opacity: 1;
    color: #010101;
}

.text-slider .carousel-control:hover {
    color: #4C4B4B;
    opacity: 1;
}

.text-slider .carousel-control .glyphicon-chevron-left, .text-slider .carousel-control .glyphicon-chevron-right {
    width: 10px;
    height: 10px;
    margin-top: -10px;
    font-size: 11px;
    font-weight: 400;
}
.some-page-wrapper p {
    color: #000000;
}

.some-page-wrapper span.fa.fa-star.checked {
    color: #008FC5;
}

.some-page-wrapper span.star-icon-text {
    /*float: right;*/
}

.detail-section {
    background: #fff;
    /*border-radius: 5px;*/
    padding: 0 15px 15px 0;
    margin: 0 0 15px 0;

    border-radius: 20px;
    -moz-box-shadow: 0 10px 20px #00000014;
    -o-box-shado: 0 10px 20px #00000014;
    -webkit-box-shadow: 0 10px 20px #00000014;
    box-shadow: 0 10px 20px #00000014;
}

.service-text.pull-left {
    color: #4C4B4B;

}

.service-text.opening-hours {
    color: #000000;

}
.service-fess.pull-right p {
    color: #000000;

    font-weight: 600;
}

.detail-section p {
    margin-bottom: 0;
    font-size: 15px;
}

button.btn.btn-default.next-button {
    line-height: 25px;
    width: 120px;
    background: #F26522;
    color: #fff;
    border-color: #F26522;
    font-size: 15px;
    border-radius: 4px;
}

h2.text-nowrap.heading {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    padding-left: 20px;
    word-break: break-all;
    white-space: unset;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


/* Zain Styles */


.about-me,
.first-section {
    background: #ffffff;
    padding: 30px 30px;
    /*border-radius: 5px;*/

    border-radius: 20px;
    -moz-box-shadow: 0 10px 20px #00000014;
    -o-box-shado: 0 10px 20px #00000014;
    -webkit-box-shadow: 0 10px 20px #00000014;
    box-shadow: 0 10px 20px #00000014;
}

.about-me {
    margin-top: 15px;
}

.span.about-me-title {
    display: block;
    font-size: 18px;
}


h4.about-me-title {
}

h4.about-me-body {
    line-height: 30px;
}

h3 {
    margin-bottom: 0px;
    margin-top: 5px;
}

.btn-placeholder {
    display: flex;
    justify-content: center;
}

.btn-placeholder a {
    margin-right: 22px;
    width: 150px;
    padding: 10px;
}
/* END  Zain Styles */


/* doctor detailed page */

.contact-btn-box {
    text-align: center;
    margin-top: 15px;
}

.detail-section.detailed-page p {
    margin-bottom: 10px;
    font-size: 14px;
}

button.btn.btn-default.contact-btn:active {
    box-shadow: unset;
}
button.btn.btn-default.contact-btn:focus {
    outline: unset;
}
button.btn.btn-default.contact-btn {
    color: #fff;
    border-color: #25BCEE;
    background: #25BCEE;
    line-height: 30px;
    font-size: 16px;
    width: auto;
    padding: 0 10px;
    border-radius: 22px;
    min-width: 130px;
}
button.btn.btn-default.contact-btn-2nd {
    color: #fff;
    border-color: #25BCEE;
    border-radius: 4px;
    background: #25BCEE;
    line-height: 40px;
    font-size: 18px;
    width: auto;
    padding: 0 10px;
}
.member-detail-box {
    /*padding: 0;*/
}
.member-detail-box .member-detail-list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 0px;
}



ul.member-detail-list {
    padding: 0;
    margin: 0;
}
.member-detail-box .member-detail-list-desc {
    padding-top: 5px;
}
.member-detail-box .member-detail-list-desc p {
    color: #000;
    font-size: 18px;
    margin: 0 0 0 10px;
}
p.contact-btn-2nd-text {
    font-size: 14px !important;
    color: #4C4B4B !important;
}

.opening-hours-box {
    margin: 15px 20px 0 20px;
}

.detailed-page .text-slider {
    margin: 10px 0;
}
.search-top {
    padding: 0;
}
.search-top-list {
    padding: 0;
}
.search-top .search-top-list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 0px;
}

.search-top .search-top-list span {
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.search-top .search-top-list span img {
    width: 100%;
    height: 100%;
}
.search-top .member-detail-list-desc {
    padding-top: 0;
}

.search-top .member-detail-list-desc p {
    color: #5C5C5C;
    font-size: 16px;
    margin: 0 0 0 10px;
    text-align: left;
}

.search-middle {
    display: flex !important;
    justify-content: center;
    align-content: center;
}

.search-right {
    display: flex !important;
    justify-content: flex-end;
    padding-right: 15px;
}

.navbar .navbar-header.main-header-logo .navbar-brand {
    margin-left: 0;
    padding: 0;
}

.detailed-page img.center-block.img-responsive {
    max-width: 240px;
    max-height: 240px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ccc;
}
#document_modal #document{
    width: auto;
    height: 600px;
}

#document_modal #document img{

    width: auto !important;
    height: 100% !important;
}

.custom_start{
    width: 16px !important;
    height: auto;
    display: unset !important;
}



.modal-dialog.modal-md{
    width: auto;
    max-width: 500px;

}

.modal-content{
    display: inline-block;
}

.search-page-review-section .review{
    /*display: flex;
    font-size: 20px;*/
}

.search-page-review-section .ratings-section{
    padding-bottom: 0;
    margin-bottom: 0;

}


.search-page-review-section .rating-section{
    line-height: 26px;
    /*display: flex;*/
}

.search-page-review-section .second-column{
    /*max-height: 210px;
    overflow: hidden;
    overflow-y: auto;*/
    margin-right: 0;
    padding-right: 0;
}

.search-page-review-section .review p{
    /*padding: 4px 0 5px 3px;
    line-height: 22px;*/
}


.price-filter-top {
    padding-top: 10px;
}
.filter-price-btn-top {
    padding-top: 10px;
}
.profile-pic-top img {
    width: 225px;
    height: 225px;
    object-fit: cover;
    border-radius: 50%;
}
.document-section {
    padding: 15px 30px;
}
.document-section .panel {
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: unset;
}
.document-section .panel h4 { margin: 0; }
.document-file { padding: 0 30px 0 0; }
.document-file .panel { margin-bottom: 15px; }
.about-me-body.about-me-pre pre {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    background: transparent;
    border: none;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 22px;
}
.my-services-body .panel > p {
    font-size: 16px;
    line-height: 22px;
}

.k-doctor {
    border-color: #10bdee;
}
.k-colors-list ul.list-group a.k-doctor:before {
    border-color: #10bdee;
}

.k-user {
    border-color: #02fe02 !important;
}
.k-closed {
    border-color: #acacac !important;
}
.k-private {
    border-color: #009933 !important;
}
.k-group {
    border-color: #ff7f00 !important;
}
.k-owner {
    border-color: #02fe02 !important;
}
.k-company {
    border-color: #f63af8 !important;
}
.k-doctor {
    border-color: #10bdee !important;
}
span.rtl-countries-text {
    font-family: 'IranSans';
    direction: rtl;
    display: inline-block;
}
.search-main-section {
    margin-top: 86px;
}
.k-single-doc {
    max-width: 50%;
    padding: 0 15px;
}
.k-single-doc div.panel {
    /*padding: 5px 5px;*/
    display: inline-block;
    border-radius: 20px;
    -moz-box-shadow: 0 10px 20px #00000014;
    -o-box-shado: 0 10px 20px #00000014;
    -webkit-box-shadow: 0 10px 20px #00000014;
    box-shadow: 0 10px 20px #00000014;
    padding: 15px;
}
.k-user-top {
    display: flex;
}
.k-user-second {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.k-health-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 26px;
    font-size: 18px;
    color: #4C4B4B;
    margin-bottom: 10px;
}
.k-health-box p {
    margin-bottom: 0;
}
.k-health-box .first {
    width: 30%;
}
.k-health-box .second {
    width: 70%;
}
.some-page-wrapper .first-column > p {
    font-weight: 600;
    color: #000;
}
.p-bold {
    font-weight: 600;
    color: #000 !important;
}
.contact-btn-box.top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.p-contact-logo {
    width: 50px;
    /*width: 37px;*/
    height: 37px;
    object-fit: cover;
    cursor: pointer;
}
.p-contact-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}
.p-team-box {
    padding: 9px 0 0 0;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    /* align-items: center; */
    flex: 0 0 auto;
}
.search-page-review-section .review .review-first > span {
    font-size: 13px;
    color: #aaa;
}
.some-page-wrapper .p-members .first-column {
    display: flex;
    flex: 4;
}
.some-page-wrapper .p-members .second-column {
    /*flex: 1;*/
    width: auto;
    margin-left: 0;
}
.member-detail-box .member-detail-list li.p-member-list-li {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 10px;
}
.member-detail-box .member-detail-list li.p-member-list-li:last-child {
    /*margin-bottom: 0;*/
}
.member-detail-box .member-detail-list div.p-list-img  {
    width: 60px;
    border: 2px solid #FF00FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    overflow: visible;
    flex: 0 0 auto;
}
.member-detail-box .member-detail-list div.p-list-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.member-detail-box .member-detail-list-desc.paragraph {
    color: #000;
    font-size: 14px;
    margin: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.member-detail-box .member-detail-list li.p-member-list-li .first {
    display: flex;
    overflow: hidden;
}
.member-detail-box .member-detail-list li.p-member-list-li .second {
    display: flex;
    flex: 0 0 auto;
}
.navbar .navbar-header.main-header-logo .navbar-brand > span.name {
    color: #fff;
    font-size: 1.6em;
    display: inline-block;
    padding-left: 10px;
}
.search-page-review-section .review {
    display: flex;
    margin-bottom: 10px;
}
.search-page-review-section .review:last-child {
    margin-bottom: 0;
}
.review-first {
    float: left;
    margin-right: 8px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
}
.search-page-review-section .review p.title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.search-page-review-section .review p.details {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
span.about-me-title > h4 {
    font-weight: 600;
    margin-top: 0;
}
div#load_more > button {
    color: #fff;
    border-color: #25BCEE;
    background: #25BCEE;
    height: 30px;
    font-size: 16px;
    width: auto;
    padding: 0 10px;
    border-radius: 22px;
    min-width: 140px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
div#load_more > button:focus {
    outline: unset;
}
.read-more-show span.dots {
    color: #000;
    font-weight: 400;
}
.read-more-show{
    cursor:pointer;
    color: #25BCEE;
    font-weight: 600;
}
.read-more-hide{
    cursor:pointer;
    color: #25BCEE;
    font-weight: 600;
}

.hide_content{
    display: none !important;
}
.service-text.p-hours-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.service-text.p-hours-box .left {
    flex: 1;
}
.service-text.p-hours-box .right {
    flex: 1;
}

.detailed-page .p-avatar {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
}
.detailed-page .p-avatar img.center-block.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    border: unset;
    padding: 6px;
}
.detailed-page .p-left-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
}
.navbar .navbar-header.main-header-logo .navbar-brand > img.profile {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    object-fit: cover;
    padding: 2px;
    border: 1px solid #d1d1d1;
    background: #fff;
}
.member-detail-box .member-detail-list-desc.paragraph > span:last-child {
    font-size: 14px;
}
.member-detail-box .member-detail-list-desc.paragraph > span:first-child {
    font-weight: 600;
}
.k-single-doc div.panel .open_doc > span.pull-right {
    display: block;
    text-align: right;
    width: 100%;
}
.imprint-section {
    padding: 20px 0;
    margin-bottom: 20px;
}
.imprint-section {
    padding: 20px 0;
    margin-bottom: 20px;
}
.imprint-section ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.imprint-section ul > li > a {
    text-decoration: none;
    color: #000;
}
.imprint-section .panel {
    border: unset;
    box-shadow: unset;
    padding: 0;
    margin: 0;
}

/*companyprofile css by md*/
.profiles #booking {
    min-height: 300px;

}
.dl-profile-booking{
    flex: 1;
}
.dl-outline-none {
    outline: none;
}
.dl-booking-title {
    position: relative;
    display: block;
    padding: 8px 16px;
    color: #fff;
    background-color: #0473AA;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 4px 10px 0 rgb(67 95 113 / 20%);
    margin-bottom: -4px;
    z-index: 1;
}
.dl-text.dl-text-bold {
    font-weight: 700;
}
.dl-text-title {
    font-family: "Montserrat",arial,sans-serif;
}
.dl-text-body {
    font-family: "Roboto",arial,sans-serif;
}
.dl-text-s {
    font-size: 14px;
    line-height: 24px;
    max-width: 300px;
}
.dl-text-regular {
    font-weight: 400;
}
.dl-text-color-inherit {
    color: inherit;
}
.booking {
    padding: 32px 0 0px;
}
.booking.booking-compact-layout{
    background: #fff;
    border: 1px solid rgba(43,70,96,.2);
    border-radius: 0 0 4px 4px;box-shadow: 0 4px 10px rgb(43 70 96 / 8%);
}
.dl-profile-booking-wrapper, .dl-profile-not-bookable-wrapper {
    flex: 4;
    /*padding: 0 30px;*/
    position: relative;
    max-width: 400px;
}
.dl-step {
    position: relative;
    padding-left: 25px;
    padding-right: 16px;
}
.dl-step-progress.dl-step-progress-completed {
    transition: all .4s ease-out;
    height: calc(100% + 6px);
}

.dl-step-number-completed {
    background-color: #14bb6a;
}
.dl-step-number-positioning {
    position: absolute;
    left: -14px;
    top: -3px;
}
.dl-step-number {
    width: 28px;
    height: 28px;
    text-align: center;
    font-weight: 700;
    line-height: 28px;
    border-radius: 50%;
    background-color: #0473AA;
    color: #fff;
    transition: background-color .3s linear;
}
.dl-step-progress {
    position: absolute;
    left: -1px;
    top: 25px;
    height: 0;
    border-left: 2px solid #14bb6a;
}
.dl-layout-spacing-xs-0 {
    margin: 0;
    width: 100%;
}

element.style {
}
.dl-layout-spacing-xs-0 {
    margin: 0;
    width: 100%;
}
.dl-layout-container {
    display: flex;
    box-sizing: border-box;
    flex: 0 1 auto;
    padding: 0;
    max-width: none;
    flex-flow: row wrap;
    margin: -8px;
    width: calc(100% + 16px);
}
.dl-layout-spacing-xs-0>.dl-layout-item {
    padding: 0;
}
.dl-layout-item {
    flex: 0 0 auto;
    box-sizing: border-box;
}
.dl-layout-spacing-xs-0>.dl-layout-item {
    padding: 0;
}
.dl-step-children {
    text-align: left;
}
.dl-text.dl-text-bold {
    font-weight: 700;
}
.dl-layout-size-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}
.dl-divider {
    position: relative;
    height: 1px;
    margin: -1px 0 0;
    border: 0;
    background-color: rgba(43,70,96,.2);
    flex-shrink: 0;
}
.booking hr {
    margin: 16px 0;}
.dl-step-progress.dl-step-progress-completed {
    transition: all .4s ease-out;
    height: calc(100% + 6px);
}
select.form-control.dl-select-block {
    width: 100%;
}
select.form-control.dl-select {
    font-family: "Roboto",arial,sans-serif;
    border: 1px solid #c4cdd6;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    line-height: 20px;
    width: 100%;
    padding-right: 30px;
    background-image: url('/webpack/9e4d617….svg');
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 10px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
    height: 44px;
    font-weight: 400;
    box-shadow: none;
    border: 1px solid #c4cdd6;
    border-radius: 4px;
}
.booking .booking-compact-select {
    font-size: 14px;
}
.dl-layout-spacing-xs-0>.dl-layout-item {
    padding: 0;
}
.dl-step-children {
    text-align: left;
}
.booking-compact-layout .booking-availabilities {
    margin-left: -16px;
}
.booking-availabilities {
    margin-top: 16px;
}
.dl-step-children {
    text-align: left;
}
.dl-desktop-availabilities.dl-desktop-availabilities-flat {
    padding: 0;
}

.dl-desktop-availabilities-flat {
    box-shadow: none;
    border-radius: 0;
}
.dl-desktop-availabilities-inner {
    position: relative;
}
.dl-opacity-0-8 {
    opacity: .8 !important;
}
.dl-desktop-availabilities-days {
    display: flex;
}
.dl-desktop-availabilities {
    position: relative;
    padding: 16px 16px 0;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(43 70 96 / 15%);
    border-radius: 4px;
}
.availabilities-pagination {
    width: 21px;
}
.availabilities-pagination-disabled .dl-availabilities-pagination-icon-button {
    opacity: .3;
}
.dl-button.DEPRECATED-dl-icon-button {
    display: flex;
    align-items: center;
}
.dl-button[disabled], input.dl-button[disabled] {
    cursor: default !important;
    pointer-events: none;
}
.dl-availabilities-pagination-icon-button {
    padding-left: 0;
    transition: opacity 200ms;
}
.dl-button, input.dl-button {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b4660;
    height: 40px;
    border: 0;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    text-decoration: none !important;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding: 0 16px 0 0;
    transition: opacity 500ms,color 100ms,background-color 100ms;
    background-color: transparent;
    cursor: pointer;
}
button {
    line-height: normal;
}
.availabilities-day {
    /*flex: auto 0 0;*/
    flex: 1;
    margin: 0 4px 0 0;
}
.availabilities-day-title {
    text-align: center;
    margin-bottom: 24px;
    font-size: 14px;
}
.availabilities-day-name {
    font-weight: 700;
}
.availabilities-empty-slot {
    width: 100%;
    margin: 10px 0;
    height: 34px;
    line-height: 34px;
    display: flex;
    align-items: center;
}
.availabilities-slot {
    position: relative;
    border-radius: 4px;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    margin: 10px 0;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background-color 200ms,color 200ms;
    background-color: #d4f4fe;
}
.availabilities-slot:not([disabled]):hover {
    background-color: #fadb4b;
}
.availabilities-slot.active:not([disabled]){
    background-color: #fadb4b;
}
.dl-desktop-availabilities-disabled .availabilities-empty-slot-dash {
    width: 100%;
    height: 100%;
    background-color: #eef2f7;
    border-radius: 4px;
}
.availabilities-empty-slot-dash {
    margin: 0 auto;
    width: 12px;
    height: 2px;
    background-color: rgba(43,70,96,.2);
    border-radius: 1px;
}
.dl-button-block {
    width: 100%;
    padding: 0;
}
.dl-button-info-link, .dl-button-link-primary, .dl-button-small-primary {
    color: #0473AA;
}
.dl-button-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 100%;
}
.bc_top {
    padding-right: 0;
    padding-left: 10px;
}

.adpTopRow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.adpTop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
}
.adpTop > div {
    flex: 0 0 auto;
}
.adpTop img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
}
/*companyprofilecss end md*/


.app-booking-top .dl-appointment-card-body {
    font-size: 14px;
    box-shadow: 0 4px 10px rgb(67 95 113 / 8%);
    padding: 20px 16px 16px 16px;
}
.app-booking-top .left .dl-appointment-card-body {
    padding: 40px 64px 56px;
}

.app-booking-top li.list-group-item {
    align-items: center;
    background-color: #fff;
    display: flex;
    min-height: 60px;
    outline: none;
    width: 100%;
    cursor: pointer;
}
.app-booking-top li.list-group-item:hover {
    background-color: #f0fdfd;
}
.app-booking-top li.list-group-item.active {
    background-color: #f0fdfd;
}

.app-booking-top .top-title {
    color: #141D20;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.app-booking-top hr {
    border-top: 1px solid rgba(43, 70, 96, .2);
    margin-bottom: 5px;
    margin-top: 5px;
}
.apb-slots-top .availabilities-slot {
    flex: auto;
    background: #d4f4fe;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    margin: 5px;
    min-width: calc(25% - 13px);
    position: relative;
}

button.apd-sbtn {
    color: #0473AA;
    border: 1px solid #0473AA;
    border-radius: 4px;
    margin-top: 20px;
}
button.apd-sbtn:focus {
    outline: none;
    background-color: #fff;
}
.abd-ajax-loader {
    display: flex;
    justify-content: center;
    align-items: center;

}
.apd-top-button {
    margin-bottom: 12px;
}
.apd-top-button button.dl-button {
    color: #141D20;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 6px;
    text-transform: none;
}
.apd-top-button button.dl-button:not([disabled]):active, .apd-top-button button.dl-button:not([disabled]):focus, .apd-top-button button.dl-button:not([disabled]):hover, .apd-top-button button.dl-button:not([disabled]):active, .apd-top-button button.dl-button:not([disabled]):focus, .apd-top-button button.dl-button:not([disabled]):hover {
    background-color: #eef2f7;
}
.apd-top-details .panel-heading {
    padding: 0;
    border: 0;
}

.apd-top-details .panel-title > a, .apd-top-details .panel-title > a:active {
    display: block;
    padding: 0 15px;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
    color: #141D20;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    border-radius: 4px;
    line-height: 56px;
}

.apd-top-details .panel-heading a:before {
    content: url("/images/icons/arrow-down-icon.png");
    float: right;
    transition: all 0.5s;
}

.apd-top-details .panel-heading.active a:before {
    content: url("/images/icons/arrow-up-icon.png");
}

.apd-top-details .panel {
    box-shadow: unset;
}

.apd-top-details .panel:hover {
    box-shadow: 0 0 2px #01358612, 0 4px 11px #01358614;
}

.apd-top-details .panel.panel-default {
    border: 1px solid #dae0e7;
    border-color: #dae0e7;
}

.apd-top-details .panel-footer {
    padding: 0 15px;
    border-top: 1px solid #dae0e7 !important;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
}

.apd-top-details .panel-group {
    margin-bottom: 0;
}
.dl-appointment-card-doctor-name.apd-doctor-name {
    padding: 8px 4px;
    font-weight: 700;
    overflow: hidden;
}
.dl-appointment-card-light-text.apd-specs {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.abd-search-bar {
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 10px #2b466033;
    color: #2b4660;
    display: flex;
    flex: 0 0 auto;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    height: 44px;
    justify-content: center;
    line-height: 44px;
    position: relative;
    transition: color .5s ease-out;
    width: 100%;
    z-index: 40;
    border: 1px solid #dae0e7!important;
    border-radius: 4px!important;
    margin-bottom: 16px;
}
.abd-search-bar input {
    box-sizing: border-box;
    padding-left: 15px !important;
    webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0000;
    border: none!important;
    flex: 1;
    height: 100%;
    line-height: 18px;
    min-width: 0;
    outline: none;
    padding: 0;
    text-overflow: ellipsis;
    height: 44px !important;
    margin: 0 !important;
}

.abd-search-bar input[type=search]:not(.browser-default):focus:not([readonly]) {
    border-bottom: unset;
    -webkit-box-shadow: unset;
}

nav.navbar.navbar-default.main-header-section.apb-navbar {
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
}
nav.navbar.navbar-default.main-header-section.apb-navbar .container {
    width: 90%;
}

.abdp-top .progression {
    position: relative;
    padding-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
}
.abdp-top .progression svg {
    fill: #fff;
}

.abdp-top .progression .progress-line, .abdp-top .progression .progress-line-full{
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 35px;
    background-color: rgba(43,70,96,.2);
}

.abdp-top .progression .progress-line-full {
    background-color: #107aca;
}

.abdp-top .progression ul {
    display: flex;
    list-style-type: none;

    width: 64%;
    margin: 0 auto;
    padding: 0;}

.abdp-top .progression ul  li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*width: 24%;*/
    flex: 1;
    /*height: 60px;*/
    padding-top: 40px;
    text-align: center;
    color: #2b4660;

    word-break: break-word;
    padding-left: 5px;
    padding-right: 5px;
}

.abdp-top .progression ul li .dot {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 0;
    margin-left: -15px;
    background-color: #fff;
    border: 2px solid rgba(43,70,96,.2);
    border-radius: 30px;
    color: white;
    padding: 3px;
}

.abdp-top .progression ul li.active {
    color: inherit;
}

.abdp-top .progression ul li.active .dot {
    background-color: #107aca;
    border-color: #107aca;
}
.navbar .navbar-header.main-header-logo.app-logo-top .navbar-brand > img.profile {
    width: auto;
    border: unset;
    background: inherit;
    max-height: 52px;
    height: inherit;
    border-radius: unset;
    padding: 4px 0;
}

.apd-top-details .dl-card.dl-card-margin {
    margin: 5px !important;
}
.apd-top-details  .dl-card.dl-card-bg-white.dl-margin {
    margin: 5px !important;
}
.contact-btn-box.top.apd-new-btnz {
    flex-direction: row;
}
.adpTop > div#behandelnde_fachkraft_info {
    flex: 1;
}
.contact-btn-box.top.apd-new-btnz > div:first-child {
    margin-right: 8px;
}

.k_appointment_fixed_btn a {
    z-index: 2147483000;
    position: fixed;
    bottom: 50px;
    right: 20px;
    min-width: 190px;
    height: 50px;
    border-radius: 12.5% / 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 30px -3px;
    cursor: pointer;
    font-weight: 600;
    padding: 0 20px 0 50px;
    line-height: 50px;
    background-color: #fff;
    animation: 1.2s linear 0s infinite normal none running pulse;
}
.k_appointment_fixed_btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url("/favicon.png") center/cover no-repeat;
}
.k_appointment_fixed_btn a:hover {
    border-color: #ccc;
    box-shadow: 0 3px 30px -3px rgba(0,0,0,0.5) !important;
}

.k_appointment_fixed_btn a:active,
.k_appointment_fixed_btn a:focus {
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 30px -3px !important;
    border: #ccc !important;
}
.k_appointment_fixed_btn.k_pr_fixed_btn a {
    bottom: 105px;
}
.prescription_request_page {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 10px rgb(67 95 113 / 8%);
}
@media only screen and (max-width: 991px) {
    .app-booking-top .left .dl-appointment-card-body {
        padding: 30px 40px 48px;
    }
}
@media only screen and (max-width: 600px) {
    h2.text-nowrap.heading {
        font-size: 20px;
    }
    .service-text.p-hours-box {
        flex-direction: column;
    }
    .some-page-wrapper .first-column {
        flex: unset;
        flex-basis: unset;
    }
    .review .p-reviews-inner .first {
        flex: 0 0 auto;
        max-width: 100px;
        margin-right: 10px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .k-single-doc {
        max-width: 100%;
    }
    .navbar .navbar-header.main-header-logo .navbar-brand > span.name {
        font-size: .9em;
    }
    .document-file {
        padding: 0;
    }
    .some-page-wrapper .p-members .second-column {
        flex: 0 0 auto;
    }
    .detail-section {
        padding: 0 0 15px 0;
    }
    .some-page-wrapper .right-top {
        flex-direction: column;
    }
    .some-page-wrapper .right-top.p-members {
        flex-direction: row;
        justify-content: center;
        align-items: baseline;
    }
    .some-page-wrapper .first-column > p {
        margin-bottom: 0;
    }
    .detailed-page img.center-block.img-responsive {
        max-width: auto;
        max-height: auto;
    }
    .navbar.navbar-default.main-header-section button.navbar-toggle.collapsed {
        /*display: none;*/
    }
    .search-right {
        justify-content: left;
    }
    .search-middle {
        justify-content: left;
    }
    .main-header-logo .navbar-brand > img {
        width: 48px;
        height: 48px;
        object-fit: cover;
        margin-left: 10px;
        flex: 0 0 auto;
        border-radius: 50%;
    }
    .navbar .navbar-header.main-header-logo .navbar-brand {
        margin-left: 0;
    }
    .filter-section {
        margin-bottom: 20px;
    }
    div#ajax_data {
        padding: 0;
    }

    .bc_top {
        padding-right: 15px;
        padding-left: 15px;
    }
    .apd-left-content {
        display: none;
    }
    .app-booking-top .left .dl-appointment-card-body {
        padding: 25px 20px 30px;
    }
    .apb-slots-top .availabilities-slot {
        min-width: calc(34% - 14px);
    }
    .abdp-top .progression ul {
        width: 95%;
    }
    .adpTopRow {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }
}
