.abhh-bbs {
    appearance: none;
    outline: 10px red;
    border: 0;
    box-shadow: none;
    padding: 0 1em;
    color: #000000;
    background-color: #FFF04B;
    background-image: none;
    cursor: pointer;
    font-weight: 800;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    border-radius: 4px;
    height: 44px;
    width: 275px;
}


/* Remove IE arrow */

.abhh-bbs::-ms-expand {
    display: none;
}


/* Custom Select wrapper */

.abhh-bbs-main-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 3em;
    border-radius: 4px;
    /*overflow: hidden;*/
    justify-content: center;
}


/* Arrow */

.abhh-bbs-sub-container::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    background-color: #f1e34b;
    transition: .25s all ease;
    pointer-events: none;
    line-height: 15px;
    height: 44px;
}

.abhh-bbs-sub-container {
    position: relative;
    border-radius: 4px;
    /*overflow: hidden;*/
    margin-right: 20px;
    border: 2px solid #000;
}

.abhh-bbs-main-container button {
    background-color: #FFF04B;
    color: #000;
    font-weight: 800;
    cursor: pointer;
    border: 2px solid;
    border-radius: 4px;
    font-family: "Roboto", Sans-serif;
    outline: 0;
}


/* Transition */

.abhh-bbs-sub-container:hover::after {
    color: #000000;
}

.abhh-bbs option {
    color: inherit;
    background-color: #fff;
    cursor: pointer;
}

.doctor_speciality_desc {
    font-weight: 400;
}

.doctor_speciality_title {
    font-weight: 700;
}

.abhhe-btn {
    display: inline-block;
    padding: .95rem 1.5rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
}

.abhhe-btn:focus,
.abhhe-btn:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.abhhe-btn:disabled {
    background-color: #b3b3b3;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .7;
    cursor: not-allowed;
}


/*! CSS Used from: Embedded */

.abhhe-addon>.elementor-widget-container {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.abhhe-addon>.elementor-widget-container,
.abhhe-addon>.elementor-widget-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.abhhe-addon p:empty {
    display: none;
}

.abhhe-has-bg-overlay>.elementor-widget-container {
    position: relative;
    z-index: 1;
}

.abhhe-has-bg-overlay>.elementor-widget-container:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
}

.abhhe-btn {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.abhhe-btn:not(.abhhe-btn--link) {
    padding: 15px 25px;
    border-radius: 0px;
    width: 100%;
}

.abhhe-btn:not(.abhhe-btn--link):focus,
.abhhe-btn:not(.abhhe-btn--link):hover {
    background-color: #000;
    color: #fff;
}

.abhhe-btn-1,
.abhhe-btn-3
{
    background-color: #FFF04B;
    color: #000;
	line-height:18px;
}
.abhhe-btn-4{
	background-color: #9ac357;
    color: #fff;
	line-height:18px;
}
.abhhe-btn-2 {
    background-color: #015450;
    color: #fff;
	line-height:18px;
}

.hcp-card>.elementor-widget-container {
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
    box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
}

.hcp-card-figure {
    position: relative;
    -webkit-box-flex: 0;
    width: 100%;
    height: 250px;
    background-color: #d3d3d3;
}

.hcp-card-figure img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 265px;
}

.hcp-card-body {
    padding: 25px;
}

.hcp-card-title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #151515;
    font-weight: 700;
    font-size: 22px;
}

.hcp-card-text {
    margin-bottom: 5px;
    color: #616161;
    font-size: 16px;
    line-height: 1.7;
}

.hcp-card-text>p {
    margin-top: 0;
    margin-bottom: 0;
}

.hcp-card--top .hcp-card-figure {
    display: inline-block;
}

.hcp-card--top .hcp-card-figure {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.hcp-card--top .hcp-card-body {
    margin-top: var(--hcp-card-image-offset-y);
    max-width: initial;
    width: 100%;
}

@media (max-width:1024px) {
    .hcp-card--tablet-top .hcp-card-figure {
        display: inline-block;
    }
    .hcp-card--tablet-top .hcp-card-figure img {
        border-radius: 5px 5px 0 0;
    }
    .hcp-card--tablet-top .hcp-card-body {
        margin-top: var(--hcp-card-image-offset-y);
        padding: 25px;
        max-width: initial;
        width: 100%;
    }
}

@media (max-width:767px) {
    .hcp-card--mobile-top .hcp-card-figure {
        display: inline-block;
    }
    .hcp-card--mobile-top .hcp-card-figure img {
        border-radius: 5px 5px 0 0;
    }
    .hcp-card--mobile-top .hcp-card-body {
        margin-top: var(--hcp-card-image-offset-y);
        padding: 25px;
        max-width: initial;
        width: 100%;
    }
}


/*! CSS Used from: Embedded */

.doctor_speciality {
    border-top: 1px solid #efefef;
    display: block;
    padding-top: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.hcp-card-title {
    font-size: 21px;
    color: #015450;
    font-family: "Raleway", Sans-serif;
    font-weight: 800;
}

.hcp-card-figure img {
    object-fit: cover;
    background-color: #d7d7d7;
    object-position: top;
}

@media screen and (max-width: 767px) {
    .hcp-card-figure img {
        object-fit: contain;
    }
}

.hcp-card-body {
    padding: 25px 10px 10px 10px;
}

.hcp-card-figure {
    height: 218px;
    text-align: center;
}

.hcp-card-text>p {
    font-weight: 700;
}

.abhhe_pf_slide_body {
    /*padding: 25px;*/
    overflow: scroll;
    height: 100%;
}

.abhhe_pf_slide_header {
    border-bottom: 1px solid #efefef;
    padding: 10px;
}

.abhhe_pf_slide_actionlinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.abhhe_pf_slide_close {
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
    background-color: #015450;
    line-height: 25px;
    padding: 5px;
    width: 40px;
    text-align: center;
    border-radius: 0;
}

.abhhe_pf_slide_overlay {
    background-color: #ffffff;
    width: 800px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    display: none;
    padding-bottom: 40px;
}

@media (max-width:767px) {
    .abhhe_pf_slide_overlay {
        width: 100%;
    }
}

.abhhe_pf_slide_wrap {
    background: rgb(0 0 0 / 49%);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 40px 30px;
}

.abhh-dropdown {
    position: relative;
    display: inline-block;
    width: 275px;
}

.abhh-dropdown-select {
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer;
    background-color: #FFF04B;
    font-weight: 800;
    font-family: "Roboto", Sans-serif;
    height: 44px;
}

.abhh-dropdown-select:hover {
    border-color: #888;
}

.abhh-dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.abhh-dropdown-options.show {
    display: block;
}

.abhh-dropdown-options label {
    display: block;
    padding: 8px;
    cursor: pointer;
}

.abhh-dropdown-options label:hover {
    background-color: #f0f0f0;
}

.abhh-bbs-btn {
    font-family: "Roboto", Sans-serif;
}

.provider-block {
    background-color: #fefdf8;
    padding: 20px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #000;
    width: 800px;
}

.provider-block-header {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.provider-block-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.provider-block-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.provider-block-body div.provider-block-img {
    width: 20%;
}

.provider-block-body div.provider-block-desc {
    width: 80%;
}

.provider-block-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
	gap:20px;
}

.provider-block-footer .btn:nth-child(1) {
    margin-right: 20px;
}

.abhh-filter-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*
.provider-block-footer .abhhe-btn {
    width: 150px;
}

.provider-block-footer .abhhe-btn-2 {
    margin-right: 20px;
}
*/

.loader {
    display: none;
    margin: 20px auto;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.abhh-bbs-form {
    margin-bottom: 50px;
}

.provider-block-text {}

.provider-block:hover {
    background-color: #fff;
}

@media only screen and (max-width: 965px) {
    .abhh-bbs-main-container {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: max-content !important;
        border-radius: 4px;
        flex-direction: column;
        align-items: center;
        flex-direction: column;
        justify-content: inherit !important;
        gap: 10px;
    }
    .abhh-bbs-main-container button {
        min-height: 44px;
    }
    .provider-block {
        width: auto;
    }
    .provider-block-body {
        flex-direction: column;
    }
    .provider-block-body div.provider-block-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .provider-block-body div.provider-block-desc {
        width: 100%;
    }
    .provider-block-footer {
        justify-content: flex-start;
    }
}