body {
    background-color: #FAFAFA;
}

.filter select {
    color: #737373;
    background-color: white;
    font-family: "CuristicRegular";
    font-size: 16px;
    line-height: 19.5px;
    margin-bottom: 10px;
    /* padding: 24px; */
    padding: 24px 24px 24px 5px;
    border: 2px solid #F2F2F2;
    border-left: 0px solid;
    border-radius: 14px;
    width: 100%;

}

.filter select:focus {
    border: 0px solid #737373;

}

.filter 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;
}

.filter label {
    /* width: 70px; */
    background-color: white;
    display: flex;
    justify-content: center;
    border: 2px solid #F2F2F2;
    border-radius: 14px;
    border-right: 0px solid;
    padding-left: 24px;
}

.filter {
    margin-bottom: 30px;
}


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

.head-text span {
    color: #1DAC8E;
}

.num-doctors {
    color: #737373;
    font-family: "CuristicMedium";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 20px;
}

.doctor-card {
    background-color: white;
    border: 2px solid #F2F2F2;
    padding: 24px;
    border-radius: 24px;
    margin-bottom: 20px;
}

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

.doctor-card h1 {
    color: black;
    font-family: "CuristicSemiBold";
    font-size: 24px;
    line-height: 29.26px;
    margin-bottom: 0px;
}

.doctor-card h1 span {
    font-family: "CuristicRegular";
}

.doctor-card p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 21.94px;
}

.date-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

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

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

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

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

.doctor-card .icon-detail.last h5 {
    font-family: "CuristicSemiBold";
}

.doctor-card .icon-detail.last h5 span {
    font-family: "CuristicRegular";
}

.doctor-card select {
    color: black;
    background-color: white;
    font-family: "CuristicMedium";
    font-size: 16px;
    line-height: 19.5px;
    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;
}

.doctor-card select:focus {
    border: 2px solid #F2F2F2;
    border-left: 0px solid;

}

.doctor-card 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;
}

.doctor-card label {
    /* width: 70px; */
    background-color: white;
    display: flex;
    justify-content: center;
    border: 2px solid #F2F2F2;
    border-radius: 14px;
    border-right: 0px solid;
    padding-left: 24px;
}


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

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

.doctor-card .dates-carousel .date {
    width: 68px;
    height: 68px;
    border-radius: 14px;
    padding: 14px;
    border: 2px solid #F2F2F2;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
}

.doctor-card .dates-carousel h3 {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 16px;
    line-height: 19.5px;
    margin-bottom: 0px;
}

.doctor-card .dates-carousel p {
    color: #737373;
    font-family: "CuristicSemiBold";
    font-size: 16px;
    line-height: 19.5px;
    margin-bottom: 0px;
}

.doctor-card .time h5 {
    color: #737373;
    font-family: "CuristicMedium";
    font-size: 16px;
    line-height: 19.5px;
    text-align: center;
    padding: 8px 14px;
    border-radius: 14px;
    border: 2px solid #F2F2F2;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.doctor-card .time h4 {
    color: black;
    font-family: "CuristicMedium";
    font-size: 16px;
    line-height: 19.5px;
    text-align: center;
    padding: 8px 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.doctor-card a {
    color: #0974BA;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 21.94px;
    text-align: right;
    margin-bottom: 0px;
    width: 100%;
    text-decoration: none;
}

.doctor-card a i {
    color: #0974BA;
    margin-left: 10px;
}

@media (max-width: 480px) {
    .input-group {
        padding: 10px;
    }

    .head-text {
        margin-left: 10px;
    }

    .num-doctors {
        margin-right: 10px;
    }

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

    .doctor-card img {
        width: 100%;
        height: auto;
        margin-right: 0px;
    }

    .doctor-card h1 {
        margin-top: 20px;
        font-size: 22px;
    }

    .mobile-group {
        padding: 0px;
        margin-top: 20px;
    }

    .doctor-card .dates-carousel .date {
        margin-bottom: 10px;
    }
    .date-container{
        justify-content: space-evenly;
    }
}