body {
    background-color: #FAFAFA;
}

.doctor-picture {
    background-color: #F2F2F2;
    width: 226px;
    height: 226px;
    border-radius: 24px;
    margin-right: 20px;
}

.doctor-details h1 {
    color: black;
    font-family: "CuristicBold";
    font-size: 24px;
    line-height: 29.26px;
    margin-bottom: 5px;
}

.doctor-details p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 16px;
    line-height: 19.5px;
}

.doctor-details .icon-detail {
    margin-bottom: 8px;
}

.doctor-details .icon-detail.last {
    margin-bottom: 0px;
}

.doctor-details .icon-detail img {
    width: 22px;
    height: 22px;
    background-color: white;
    margin-right: 10px;
}

.doctor-details .icon-detail h5 {
    color: black;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 21.94px;
}

.doctor-details .icon-detail span {
    font-family: "CuristicSemiBold";
}

.doctor-details .icon-detail.last {
    margin-bottom: 0px;
}

.doctor-details .icon-detail.last span:nth-child(2) {
    font-family: "CuristicLightItalic";
}

.doc-hr {
    margin: 50px 0px;
}

.head-text {
    color: black;
    font-family: "CuristicBold";
    font-size: 24px;
    line-height: 29.26px;
    margin-bottom: 20px;
}

.descrip {
    color: black;
    font-family: "CuristicRegular";
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-right: 50px;
}

.points {
    color: black;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}

.points i {
    color: #1DAC8E;
    margin-right: 10px;
}

.Clinic-Photos {
    width: 116px;
    height: 116px;
    border-radius: 8px;
}

.more-photos {
    position: relative;
}

.more-photos .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0000008A;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: white;
    font-family: "CuristicSemiBold";
    font-size: 18px;
}

.general-rate {
    height: 200px;
    display: grid;
    align-items: center;
    text-align: center;
}

.general-rate h1 {
    color: black;
    font-family: "CuristicBold";
    font-size: 24px;
    line-height: 29.26px;
    margin-bottom: 0px;
}

.general-rate h2 {
    color: black;
    font-family: "CuristicMedium";
    font-size: 64px;
    line-height: 78.02px;
    margin-bottom: 0px;
}

.general-rate i {
    color: #ECB558;
}

.general-rate p {
    color: black;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 0px;
}

.rate-bar .progress-bar {
    background-color: #ECB558;
}

.rate-bar p {
    color: black;
    font-family: "CuristicRegular";
    font-size: 16px;
    line-height: 19.5px;
    margin-bottom: 0px;
}

.general-rate a {
    color: #0974BA;
    /* background-color: white; */
    font-family: "CuristicBold";
    font-size: 16px;
    line-height: 19.5px;
    margin-bottom: 0px;
    text-decoration: none;
    padding: 14px 24px;
    border: 1px solid #0974BA;
    border-radius: 14px;
}

.review-card {
    padding: 14px;
    border: 2px solid #F2F2F2;
    border-radius: 14px;
    margin-top: 20px;
}

.review-card .icon-name {
    background-color: #E8F7F4;
    border-radius: 14px;
    padding: 8px;
    color: #1DAC8E;
    font-family: "CuristicSemiBold";
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    width: 36px;
    height: 36px;
    margin-right: 15px;
}

.review-card .name {
    color: black;
    font-family: "CuristicBold";
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}

.review-card .date {
    color: #737373;
    font-family: "CuristicSemiBold";
    font-size: 12px;
    margin-bottom: 0px;
    text-align: center;
}

.review-card .stars {
    color: #ECB558;
}

.review-card .message {
    color: black;
    font-family: "CuristicRegular";
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.view-all-reviews {
    color: #0974BA;
    font-family: "CuristicSemiBold";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 0px;
    margin-top: 20px;
    text-decoration: none;
}

.view-all-reviews i {
    color: #0974BA;
}


.choose-date select {
    color: black;
    background-color: white;
    font-family: "CuristicMedium";
    font-size: 20px;
    line-height: 24.38px;
    margin-bottom: 10px;
    /* padding: 24px; */
    padding: 14px 24px 14px 0px;
    border: 2px solid #F2F2F2;
    border-left: 0px solid;
    border-radius: 14px;
    width: 100%;
    text-align: center;
}

.choose-date select:focus {
    border: 2px solid #F2F2F2;
    border-left: 0px solid;

}

.choose-date select {
    appearance: none;
    background-image: url('/Assets/Images/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 1rem top 50%;
    background-size: 1.5rem auto;
    margin-bottom: 0px;
}

.choose-date .label-icon {
    background-color: white;
    display: flex;
    justify-content: center;
    border: 2px solid #F2F2F2;
    border-radius: 14px;
    border-right: 0px solid;
    padding-left: 24px;
}

.dates-carousel {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dates-carousel button {
    border-radius: 14px;
    background-color: #F2F2F2;
    border: 0px solid #F2F2F2;
    padding: 8px;
    width: 40px;
    height: 40px;
}

.dates-carousel .radio input {
    display: none;
}

.dates-carousel .radio input {
    display: none;
}

.dates-carousel .radio .date {
    height: 76px;
    width: 66px;
    color: #0974BA;
    border: 2px solid #F2F2F2;
    border-radius: 14px;
    /* padding: 14px; */
    display: grid;
    align-items: center;
    text-align: center;
}

.dates-carousel .radio .date h3 {
    color: black;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 21.94px;
    /* margin-bottom: 0px; */
    margin-bottom: -25px;
}

.dates-carousel .radio .date p {
    /* color: #0974BA; */
    font-family: "CuristicSemiBold";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 0px;
}

.dates-carousel .radio input:checked+.date {
    background-color: #0974BA;
    color: white;
    border: 2px solid #0974BA;
    border-radius: 12px;
}

.time-radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.time-radio-inputs .radio {
    flex: 1 1;
    text-align: center;
    border: 2px solid #F2F2F2;
    border-radius: 14px;
}

.time-radio-inputs .radio.R {
    margin: 10px 0px 10px 10px;
}

.time-radio-inputs .radio.L {
    margin: 10px 10px 10px 0px;
}

.time-radio-inputs .radio input {
    display: none;
}

.time-radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
    padding: .5rem 0;
    color: #0974BA;
    padding: 14px;
    transition: all .15s ease-in-out;
    font-family: "CuristicMedium";
    font-size: 18px;
    line-height: 21.94px;
}

.time-radio-inputs .radio input:checked+.name {
    background-color: #0974BA;
    color: white;
    border: 0px solid #0974BA;
    border-radius: 12px;
}

.time-radio-inputs .radio.disabled {
    background-color: #F2F2F2;
}

.time-radio-inputs .radio.disabled .name {
    color: #B9B9B9;
}

.booking {
    color: white;
    background-color: #0974BA;
    font-family: "CuristicBold";
    font-size: 16px;
    line-height: 19.5px;
    /* margin-bottom: 10px; */
    border-radius: 14px;
    padding: 14px 24px;
    border: none;
    width: 100%;
    margin-top: 20px;
}

.photos-container {
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
    flex-wrap: wrap;
}

.carousel-date {
    padding: 0px 15px;
}

@media (max-width: 480px) {
    .doctor-picture {
        width: 100%;
        height: auto;
        border-radius: 24px;
        margin-right: 0px;
    }

    .doctor-details {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .head-text,
    .descrip,
    .points,
    .general-rate,
    .view-all-reviews {
        padding-left: 10px;
        padding-right: 10px;
    }

    .photos-container {
        justify-content: left;
        padding-right: 0px;
    }

    .Clinic-Photos {
        margin: 5px;
    }

    .Clinic-Photos.last {
        margin: 0px;
    }

    .more-photos {
        margin: 5px;
    }

    .review-card {
        margin-left: 10px;
        margin-right: 10px;
    }

    .choose-date {
        margin-top: 30px;
        padding: 20px;
    }

    .radio {
        margin: 3px;
    }

    .dates-carousel .radio .date {
        height: 70px;
        width: 60px;
    }

    .dates-carousel .radio .date h3,
    .dates-carousel .radio .date p {
        font-size: 16px;
    }

    .carousel-date {
        padding: 0px 5px;
    }
}