/* Header */
.page-header {
    padding-top: 122px;
    padding-bottom: 0;
}

.header-title {
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    color: var(--black);
}

.header-input-group {
    max-width: 771px;
    width: auto;
    height: 43px !important;
    border: 2px solid #CED4DA;
    display: flex;
    flex-direction: row;
}

.header-form-location {
    width: 30%;
}

.header-form-name {
    width: 70%;
}

.header-marker-icon {
    color: var(--primary);
    font-size: 25px;
}

.header-input-group .form-control {
    height: 42px;
    border: 0;
}

.header-input-group .btn {
    background-color: var(--primary);
    color: var(--white);
}
/* End Header */

/* Specialists */
#specialist {
    margin-bottom: 64px;
}

.specialist-card {
    border-radius: 8px;
    box-shadow: var(--shadow);
    overflow: hidden;
    height: 100%;
}

.specialist-card .card-body,
.specialist-card .card-footer {
    padding: 16px;
    background-color: white !important;

}

.specialist-card .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.specialist-btn {
    font-size: 24px !important;
    font-family: var(--font-1);
    background-color: var(--primary) !important;
    border-radius: 8px !important;
    font-weight: 400px !important;
}

.specialist-item {
    margin-bottom: 48px;
}

.specialists-pagination {
    box-shadow: var(--shadow);
    width: fit-content;
    margin: 0 auto;
}

.specialists-pagination .page-link {
    border-left-color: var(--primary);
    border-right-color: var(--primary);
}

.specialists-pagination .active > .page-link {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
/* End Specialists */

@media (max-width: 767.98px) {
    /* Header */
    .header-input-group .form-control {
        font-size: 12px;
    }

    .header-input-group .fa-search {
        font-size: 16px;
    }

    .header-form-location {
        width: 35%;
    }

    .header-form-name {
        width: 65%;
    }
    /* End Header */

    /* Specialist */
    .specialist-card .card-img-top {
        height: 180px;
    }
    /* End Specialist */
}
