#openspace-2 {
    padding: 40px 0px 0px 0px;
}

#openspace-2 .vc-page-title  {
    font-size: 2.5rem !important;
    color: #4B585A !important;
    font-weight: 400;
    width: fit-content;
    padding-bottom: 15px;
    margin-right: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#openspace-2 .vc-doctors .category-div {
    width: 100%;
    max-width: 1332px;
    padding: 0 36px;
    margin: 0 auto;
}

#openspace-2 .vc-doctors .category-div button {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}

#openspace-2 .vc-doctors .vc-doctors__result .btn-div {
    text-align: center;
    margin-top: 30px;
}

#openspace-2 .vc-doctors .vc-doctors__result .btn-div .btn{
    padding: 5px 20px 5px 20px;
}

#openspace-2 .section-bar .div-img {
    width: 100%;
    height: 110px;
    background-size: cover !important;
    overflow: hidden;
    background-repeat: repeat-x !important;
}

#openspace-2 .section-bar {
    padding: 50px;
}

.vc-search {
    width: 100%;
}

.vc-center {
    width: 100%;
    max-width: 1332px;
    padding: 0 36px;
    margin: 0 auto;
}

.vc-doctors .vc-search__container {
    margin-top: 24px;
        height: 88px;
}
@media (min-width: 1300px) {
    .vc-search__container {
        grid-gap: 12px;
        gap: 12px;
    }
}
@media (min-width: 1300px) {
    .vc-search__container {
        padding-left: 24px;
    }
}
@media (min-width: 1300px) {
    .vc-search__container {
        padding-bottom: 16px;
    }
}
@media (min-width: 1300px) {
    .vc-search__container {
        padding-right: 24px;
    }
}
@media (min-width: 1300px) {
    .vc-search__container {
        padding-top: 16px;
    }
}

.vc-search__container {
    position: relative;
    background: #D6D1CA;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: calc(0.0045146727 * 100vw + 6.1309255079px);
    gap: calc(0.0045146727 * 100vw + 6.1309255079px);
    justify-content: space-between;
}

.vc-search__selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
    gap: 10px;
}

@media (min-width: 1300px) {
    .vc-search__input-wrapper {
        padding-left: 24px;
    }
}
@media (min-width: 1300px) {
    .vc-search__input-wrapper {
        padding-bottom: 12px;
    }
}
@media (min-width: 1300px) {
    .vc-search__input-wrapper {
        padding-right: 8px;
    }
}
@media (min-width: 1300px) {
    .vc-search__input-wrapper {
        padding-top: 12px;
    }
}
@media (min-width: 1300px) {
    .vc-search__input-wrapper {
        height: 56px;
    }
}
.vc-search__input-wrapper {
    position: relative;
    border-radius: 20px;
    border: 1px solid #C6D3DE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(0.006772009 * 100vw + 47.1963882619px);
    padding-top: calc(0.0135440181 * 100vw + -5.6072234763px);
    padding-right: calc(-0.0090293454 * 100vw + 19.7381489842px);
    padding-bottom: calc(0.0135440181 * 100vw + -5.6072234763px);
    padding-left: calc(0.006772009 * 100vw + 15.1963882619px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
    max-width: 50%;
}

@media (min-width: 1300px) {
    .vc-search__icon {
        margin-right: 8px;
    }
}
.vc-search__icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: calc(0.0045146727 * 100vw + 2.1309255079px);
}

.vc-search__icon svg path {
    stroke: #4D4A47;
}

@media (min-width: 1300px) {
    .vc-search__input {
        font-size: 16px;
    }
}
@media (min-width: 1300px) {
    .vc-search__input {
        margin-left: 10px;
    }
}
.vc-search__input {
    outline: none;
    width: 100%;
    background-color: #fff;
    background: #fff;
    margin-left: calc(0.0045146727 * 100vw + 4.1309255079px);
    font-size: calc(0.0022573363 * 100vw + 13.065462754px);
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    color: #4D4A47;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 0px;
}

.vc-search__toggle-selects {
    display: none;
}

.vc-doctors__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
    margin-top: 24px;
}

.vc-doctors__item {
    position: relative;
    height: auto;
    cursor: pointer;
    border-radius: 24px;
    overflow: hidden;
    background-color: var(--vc-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
}

.vc-doctors__item-image {
    position: relative;
    aspect-ratio: 297 / 280;
    overflow: hidden;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#E5EBF5), to(#CFD8E5));
    background: -o-linear-gradient(top, #E5EBF5 0%, #CFD8E5 100%);
    background: linear-gradient(180deg, #E5EBF5 0%, #CFD8E5 100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
}

.vc-doctors__item-image-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.vc-doctors__item-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    margin-bottom: 8px;
    margin-top: -60px;
    grid-gap: 10px;
    gap: 10px;
    padding: 0 12px;
}

.vc-doctors__item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    height: 28px;
    padding: 0px 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 4px;
    gap: 4px;
    border-radius: 100px;
    background: var(--vc-white);
    color: #8E959B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
   
}

.vc-doctors__item-btn svg {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.vc-doctors__item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    padding: 0px 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 4px;
    gap: 4px;
    border-radius: 100px;
    background: #fff;
    color: #8E959B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index:2;
}

@media (min-width: 1300px) {
    .vc-doctors__item-info {
        padding-left: 16px;
    }
}
@media (min-width: 1300px) {
    .vc-doctors__item-info {
        padding-right: 16px;
    }
}
@media (min-width: 1300px) {
    .vc-doctors__item-info {
        padding-top: 16px;
    }
}
.vc-doctors__item-info {
    border-radius: 0px 24px 24px 24px;
    background-color: #fff;
    z-index: 15;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 1300px) {
    .vc-doctors__item-title {
        font-size: 18px;
    }
}

.vc-doctors__item-title {
    color: #4B585A;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33;
    font-size: 1.5rem;
    text-align: center;
}

.vc-doctors__item-subtitle {
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.33;
    color: #4B585A;
    margin-top: 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

@media (min-width: 1024px) {
    .vc-doctors__item-btns {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        margin-top: 0;
    }
}
@media (min-width: 1300px) {
    .vc-doctors__item-btns {
        margin-top: 12px;
    }
}
.vc-doctors__item-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: calc(-0.0022573363 * 100vw + 14.934537246px);
}

@media (min-width: 1300px) {
    .vc-btn {
        height: 48px;
    }
}
.vc-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px 26px 10px 26px;
    height: calc(0.006772009 * 100vw + 39.1963882619px);
    background-color: var(--vc-primary);
    border: 1.5px solid var(--vc-primary);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--vc-white);
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 1300px) {
    .vc-search__select {
        height: 56px;
    }
}
.vc-search__select {
    position: relative;
    height: 60px;
    min-width: 268px;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.vc-search__select-container {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background-color: var(--vc-white);
    border: 1px solid #C6D3DE;
    height: auto;
    width: 100%;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.vc-search__select-header {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
    background: #fff;
}

@media (min-width: 1300px) {
    .vc-search__select-title {
        font-size: 16px;
    }
}
.vc-search__select-title {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    color: #4D4A47;
    white-space: nowrap;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.vc-search__select-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.vc-search__select-list {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: auto;
    max-height: 0;
    overflow-y: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}


#openspace-2 .vc-page-head--bcg {
    background-color: #D6D1CA;
}

#openspace-2 .vc-page-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 0px 0px 80px 80px;
    overflow: hidden;
}

@media (min-width: 1300px) {
    #openspace-2 .vc-page-head__content-container {
        padding-top: 65px;
    }
}
@media (min-width: 1300px) {
    #openspace-2 .vc-page-head__content-container {
        padding-bottom: 65px;
    }
}
.vc-center {
    width: 100%;
    max-width: 1332px;
    padding: 0 36px;
    margin: 0 auto;
}

#openspace-2 .vc-page-head--mb0 {
    margin-bottom: 0;
}
#openspace-2 .vc-page-head--bcg {
    background-color: #D6D1CA;
}
#openspace-2 .vc-page-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 0px 0px 80px 80px;
    overflow: hidden;
    min-height: 300px;
}

.vc-page-head__doctor-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    grid-gap: 12px;
    gap: 12px;
    margin-top: calc(0.0270880361 * 100vw + 12.7855530474px);
}
@media (min-width: 1300px) {
    .vc-page-head__doctor-btns {
        margin-top: 48px;
    }
}

.vc-page-head__doctor-btns .vc-btn {
    text-transform: uppercase;
}
.vc-page-head__doctor-btns .vc-btn {
    text-transform: uppercase;
}
.vc-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px 26px 10px 26px;
    height: calc(0.006772009 * 100vw + 39.1963882619px);
    background-color: #4D4A47;
    border: 1.5px solid #4D4A47;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (min-width: 1300px) {
    .vc-btn {
        height: 48px;
    }
}

.vc-btn.vc-btn--transparent {
    color: #4D4A47;
    background: none;
    border-color: #4D4A47;
}
.vc-page-head__doctor-btns .vc-btn {
    text-transform: uppercase;
}
.vc-page-head__doctor-btns .vc-btn {
    text-transform: uppercase;
}
.vc-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px 26px 10px 26px;
    height: calc(0.006772009 * 100vw + 39.1963882619px);
    background-color: #4D4A47;
    border: 1.5px solid #4D4A47;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (min-width: 1300px) {
    .vc-btn {
        height: 48px;
    }
}

.vc-btn svg {
    display: block;
    margin-right: 6px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

@media (min-width: 1300px) {
    .vc-page-head__doctors-bg {
        right: 154px;
    }
}
@media (min-width: 1300px) {
    .vc-page-head__doctors-bg {
        height: 239px;
    }
}
.vc-page-head__doctors-bg {
    position: absolute;
    right: calc(0.079006772 * 100vw + 51.2911963883px);
    bottom: 0;
    max-height: 300px;
}

.vc-page-head__doctors-bg-img {
    height: 100%;
}

@media screen and (max-width: 767px) {
    
.vc-doctors__list {
    display: flex;
    flex-direction: column;
} 

}