.providers_main .loader_wrap .loader-1 {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #016582;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.providers_main .loader_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff7a;
    z-index: 99;
}

/* keyFrames */
@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.no_data {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 200px;
    font-size: initial;
    margin: 0 auto;
    justify-content: center;
}

.noc_pro_filter {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 25px !important;
}

.noc_pro_filter .noc_select_box {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 25%;
    position: relative;
    margin: 0 3px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 10px !important;
}

.noc_pro_filter .noc_pro_label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 22px;
    margin-right: 6px;
    margin-bottom: 0;
    width: 100%;
    max-width: fit-content;
}

.noc_pro_filter .search_box {
    border: 1px solid lightgrey;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.noc_pro_filter .search_box .search_pro {
    padding-right: 70px;
    border: transparent;
    padding-left: 5px;
}

.noc_pro_filter input.search_pro {
    font-size: 15px !important;
    color: #000;
    width: 100%;
    margin-bottom: 0 !important;
    border-radius: 5px;
}

.noc_pro_filter button.search_pro_btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    background: #f1f1f1;
    border: none;
    height: 100%;
    padding: 0 9px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.noc_pro_filter .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: transparent;
    border-radius: 5px;
    cursor: text;
    max-height: fit-content;
    width: 100%;
}

.noc_pro_filter .select2-container--default .select2-selection--multiple:focus {
    outline: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    outline: none !important;
}

.select2-container--open .select2-dropdown {
    top: 25px;
    border-color: lightgray;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 10px !important;
    font-size: 20px;
    margin-right: 5px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: lightgrey !important;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    font-size: 14px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
}

.select2-container,
.pro_location_wrapper,
.pro_practice_wrapper,
.pro_language_wrapper {
    width: 100% !important;
}

.noc_pro_filter .select2-selection__rendered {
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.provider_wrapper {
    /* display: flex;
    align-items: start;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    position: relative;
    gap: 43px !important; */
    display: grid;
    grid-template-columns: calc((100% / 4) - (120px / 4)) calc((100% / 4) - (120px / 4)) calc((100% / 4) - (120px / 4)) calc((100% / 4) - (120px / 4)) !important;
    gap: 40px !important;
}

.provider_wrapper .provider_block {
    max-width: 100% !important;
    width: 100% !important;
    border: 1px solid #E8E8E8;
    padding: 0;
    display: flex;
    align-items: flex-start;
    margin: 0px !important;
    height: 100%;
}

.provider_wrapper .provider_block .provider_link {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.provider_wrapper .provider_block img.provider_img {
    width: 100%;
    border-radius: 0 !important;
    object-fit: cover;
    object-position: center top;
    aspect-ratio: 1/1 !important;
}

/* .provider_wrapper .provider_block img.provider_img {
    width: 100%;
    max-width: 230px;
    min-width: 230px;
    height: 100%;
    max-height: 175px;
    min-height: 175px;
    object-fit: cover;
} */
button.provider_load_more {
    border: 1px solid lightgrey;
    background: transparent;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    width: 100%;
    max-width: fit-content;
    display: block;
    margin: 15px auto;
}

.leadership_list img {
    height: 100% !important;
    aspect-ratio: 1/1;
}

@media screen and (max-width:1110px) {

    .provider_wrapper {
        grid-template-columns: calc((100% / 3) - (80px / 3)) calc((100% / 3) - (80px / 3)) calc((100% / 3) - (80px / 3)) !important;
    }

    .provider_wrapper .provider_block {
        max-width: 100%;
        width: 100%;
    }

    .noc_pro_filter .noc_pro_label {
        font-size: 14px;
        line-height: 20px;
        margin-right: 3px;
    }
}

@media screen and (max-width:992px) {
    .noc_pro_filter {
        flex-wrap: wrap;
    }

    .noc_pro_filter .noc_select_box {
        max-width: 48%;
        flex-direction: column;
        align-items: baseline;
    }

    .noc_pro_filter .search_box {
        position: relative;
    }

    .provider_wrapper {
        grid-template-columns: calc((100% / 3) - (60px / 3)) calc((100% / 3) - (60px / 3)) calc((100% / 3) - (60px / 3)) !important;
        gap: 30px !important;
    }

    .provider_wrapper .provider_block {
        max-width: 100% !important;
    }

    .provider_wrapper .provider_block .provider_link {
        overflow: hidden;
    }
}

@media screen and (max-width:840px) {

    .provider_wrapper .provider_block {
        max-width: 100% !important;
    }

    .provider_wrapper .provider_block .provider_link {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width:768px) {

    .provider_wrapper {
        grid-template-columns: 100% !important;
        gap: 30px !important;
    }
    
    .provider_wrapper .provider_block {
        max-width: 310px !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width:576px) {
    .noc_pro_filter .noc_select_box {
        max-width: 98%;
    }
}

@media screen and (max-width:425px) {

    /* .provider_wrapper .provider_block img.provider_img {
        max-height: 350px !important;
        min-height: 350px !important;
    } 

    .provider_wrapper .provider_block img.provider_img {
        max-height: 471px !important;
        min-height: 250px !important;
    } */

    .provider_wrapper .view-profile {
        flex-direction: column;
    }

    .provider_wrapper .view-profile>div {
        border-right: none !important;
        border-bottom: 1px solid #E8E8E8;
        width: calc(100% - 10px) !important;
    }
}




/* Provider Page CSS Start */
.provider_wrapper .provider_block .provider_details span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #109B9E;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.provider_wrapper .provider_block .provider_details {
    padding: 8px 15px;
    border-bottom: 1px solid #E8E8E8;
    width: calc(100% - 30px);
    flex-grow: 1;
}

.provider_wrapper .provider_block .provider_details p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #555967;
    margin-bottom: 0;
    margin-top: 5px;
    padding-bottom: 0;
}

.provider_wrapper .provider_block .practice-name a {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #2A2F41;
    margin: 0;
    text-decoration: none;
}

.provider_wrapper .provider_block .practice-name,
.provider_wrapper .contact-number {
    padding: 8px 15px !important;
    border-bottom: 1px solid #E8E8E8;
    width: calc(100% - 30px);
}

.provider_wrapper .contact-number span {
    display: flex;
}

.provider_wrapper .contact-number a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2A2F41;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    text-decoration: none;
}

.provider_wrapper .contact-number a:hover {
    color: #109B9E;
}

.provider_wrapper .view-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.provider_wrapper .view-profile>div {
    padding: 5px;
    width: 100%;
    border-right: 1px solid #E8E8E8;
    text-align: center;
}

.provider_wrapper .view-profile>div:last-child {
    border: none;
}

.provider_wrapper .view-profile a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #109B9E;
    text-decoration: none;
}

.provider_wrapper .view-profile a:hover {
    color: #109B9E;
}

/* Provider Page CSS End */