.clinic-info {
    width: 100%;
    padding: 32px;
    background-color: #fff;
    border-radius: 16px;
    filter: drop-shadow(0px 5px 5px #00000010);
}

.clinic-info-calendar {
    padding-top: 100px;
}

.clinic-info-title {
    width: 100%;
}

.clinic-info p {
    font-size: 14px;
}

.p-light {
    display: flex;
    align-items: center;
    font-family: helvetica neue!important;
    font-weight: 500;
    color: rgba(4,3,69,.85);
    margin-bottom: 20px;
}

.clinic-info h3 {
    font-size: 14px;
}

.c-info__clinic-name h2 {
    font-size: 16px !important;
}

.clinic-info-icon {
    margin-top: 4px;
    margin-right: 16px;
    width: 32px;
    height: 32px;
}

.clinic-info-name {
    margin-bottom: 16px;
}

.clinic-info-adress {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 16px;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}

.c-info__show-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.c-info-adress-map {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 70px;
    border-radius: 16px;
    border: 1px solid #a5a5a5;
}

.c-info__headline h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.clinic-info-opps {
    padding-top: 24px;
    width: 100%;
}

.c-info-opps {
    margin-top: 8px;
    gap: 25px;
}

.clinic-opps-icon {
    margin-bottom: 4px;
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.c-info-adress-desc h3 {}

.c-info-resume-title {
    padding-bottom: 16px;
}

.clinic-info li {
    font-size: 14px;
}

.clinic-p-icon {
    width: 16px;
    height: 16px;
    margin-bottom: 8px;
    margin-right: 4px;
}

.clinic-info-video {
    gap: 24px;
}

.clinic-info-video {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.c-video-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    cursor: pointer;
}

.c-video-wrapper:hover .video-play-icon {
    width: 32px;
    height: 32px;
    transition: 0.2s linear;
}

.c-info-video {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124.44px;
    height: 70px;
    border-radius: 16px;
}

.video-play-icon {
    position: absolute;
    width: 22px;
    height: 22px;
}

.c-info-video-link {
    margin-left: 24px !important;
    cursor: pointer;
}

.dr-video__img,
.video__img {
    width: 124.44px;
    height: 70px;
}

.patient-comment {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
}

.doctor-point {
    font-weight: 700;
    margin-right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
}

.clinic-comments-stars {
    margin-bottom: 30px;
}

.doctor-comment-star-l {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.doctor-comment-star-m {
    width: 16px;
    height: 16px;
}

.patient-comment-title {
    width: 100%;
}

.dr-comments__show-more {
    margin-left: -32px;
    margin-bottom: -16px;
}

.cl-comments__show-more {
    width: 100%;
}

.comment-patient-pic {
    margin-right: 10px;
    width: 56px;
    height: 56px;
    border-radius: 8px;
}

.appointment-container {
    width: 100%;
}

.appointment-calendar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointment__show-more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: -20px;
}

.m-app-detail {
    display: none;
}

.dr-app-m {
    display: none !important;
}

.d-detail-user-name {
    margin-bottom: 8px !important;
}

.dr-comments__show-more,
.show-more__calendar,
.show-more__ {
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-more__dr-resume {
    display: flex !important;
}
.max-display-size {
    display: none;
}

@media (max-width: 1024px) {
    .clinic-info {
        display: none;
    }
    .appointment-calendar {
        /* iframe icin */
        /*display: none;*/
    }
    .c-info-opps {
        margin-top: 8px;
        gap: 16px;
    }
    .dr-app-m {
        display: block !important;
    }
    .m-app-detail {
        height: 36px;
        font-size: 13px;
        min-width: 145px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: transparent;
        border-radius: 12px;
        background-color: rgba(29,186,181,.1);
        color: #1dbab5;
    }
    .max-display-size {
        display: block;
    }
}

@media (max-width: 480px) {
    .clinic-info {
        width: 100%;
        padding: 24px;
        padding-right: 16px;
        padding-bottom: 24px;
    }
    .clinic-info-adress {
        flex-direction: column;
        gap: 16px;
    }
    .c-info-adress-map {
        border-radius: 16px;
        width: 100%;
        height: 164px;
    }
    .c-video-wrapper {
        flex-direction: column;
    }
    .clinic-info-video {
        align-items: center;
    }
    .dr-video__img,
    .video__img {
        width: 100%;
    }
    .c-info-video {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .video-play-icon {
        width: 32px;
        height: 32px;
    }
    .c-video-wrapper:hover .c-info-video-link {
        margin-left: 0;
    }
    .c-video-wrapper:hover .video-play-icon {
        width: 32px;
        height: 32px;
    }
    .show-more__calendar,
    .show-more__ {
        display: none;
    }
    .c-info__show-more-btn {
        /* iframe icin */
        /*display: none;*/
    }
    .mobile-video-wrap {
        display: flex;
        flex-direction: row!important;
        align-items: normal;
        justify-content: start;
        cursor: pointer;
    }
    .mobile-video-wrap > .c-info-video {
        width: 166px;
    }
    .mobile-video-wrap .video__img {
        border-radius: 10px;
    }
}

.side-blck {
    font-size: 15px!important;
    color: rgba(4, 3, 69, .85)!important;
    font-weight: 600!important;
    margin-top: 5px!important;
}

@media (max-width: 480px) {
    .special-width {
        width: 124.44px;
    }
 }
