.d-sidebar-size{
    padding: 0;
}
.d-sidebar {
    position: sticky;
    top: 0;
  }
  .d-sidebar {
    height: 70vh;
    min-height: 200px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 15%;
  }
  
  .main {
    width: 60%;
    height: 200vh;
    min-height: 1000px;
    display: flex;
    flex-direction: column;
  }
  
  .post-card__image {
    -ms-flex: 0 0 128px;
    flex: 0 0 128px;
    border-radius: 4px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAM1BMV…BCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCBHAHxgiLHLq/sshAAAAAElFTkSuQmCC);
    background-size: 100%;
    height: 128px;
}
.post-card__content, .post-card__image {
    display: -ms-flexbox;
    display: flex;
}
.post-card__content {
    font-size: 1rem;
    padding-left: .2rem;
    display: -ms-flexbox;
    display: grid;
    -ms-flex-direction: column;
    flex-direction: column;
}
.post-card__content_single, .post-card_single_image {
    display: -ms-flexbox;
    display: flex;
}
.post-card__content_single {
    font-size: 1rem;
    padding-left: .2rem;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
}
.post-card__content_single{
    font-size: 2rem;
    font-weight: 500;
}
.post-single__content {
    font-size: 1rem;
    padding-left: .2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.post-card__content_single .post-card_single_title{
    flex: none;
    font-size: 30px;
    font-weight: 700;
}
.post-card__title {
    -ms-flex: 1 1;
    flex: 1 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1.5rem;
    word-break: break-all;
    word-break: break-word;
}
.body-12 {
    font-size: 12px;
    line-height: 20px;
}
.post-card__info-label {
    text-overflow: ellipsis;
    overflow: hidden;
    color: #bdbdbd;
}
.p-b-large, .p-large, .p-tb-large {
    padding-bottom: 1.5rem!important;
}
.p-large, .p-t-large, .p-tb-large {
    padding-top: 1.5rem!important;
}
.p-gutter, .p-lr-gutter, .p-r-gutter {
    padding-right: 1rem!important;
}
.p-gutter, .p-l-gutter, .p-lr-gutter {
    padding-left: 1rem!important;
}
@media only screen and (min-width: 992px)
.post-card {
    margin-bottom: 0;
    max-height: 14.64286rem;
}
.post-card {
    max-height: 12.14286rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: inherit;
    margin-bottom: 1rem;
    transition: box-shadow .3s cubic-bezier(.45,.01,.05,.92),top .3s cubic-bezier(.45,.01,.05,.92);

}
.card-hover:hover{
    box-shadow: 0 8px 25px rgba(165, 180, 206, 0.22);
}
.post_doctor_content{
    width: 100%;
    max-height: 500px !important;

}
.post_doctor_content .post-card__content{
    font-size: 2rem;
    font-weight: 500;
}
.post_doctor_content .post-card__title{
    flex: none;
}
.post_doctor_content .body-12{
    font-size: 18px;
    line-height: 35px;
}
.post_doctor_content img{
    height: 400px !important;
}
.blurring.dimmable>:not(.dimmer) {
    -webkit-filter: blur(0) grayscale(0);
    filter: blur(0) grayscale(0);
    transition: -webkit-filter .8s ease;
    transition: filter .8s ease;
    transition: filter .8s ease,-webkit-filter .8s ease;
}
@media only screen and (min-width: 992px)
.browse-post-list {
    padding: 0;
    margin: 0 -1rem;
}
.browse-post-list {
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.post-card:after, .post-card:before {
    position: absolute;
    bottom: 0;
    right: 1rem;
    left: 1rem;
    height: 1px;
    content: "";
    background-color: rgba(34,36,38,.15);
}
.post-card:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.post-card:after {
    background-color: #a62626;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
    will-change: transform,visibility;
}
.post-card:after, .post-card:before {
    position: absolute;
    bottom: 0;
    right: 1rem;
    left: 1rem;
    height: 1px;
    content: "";
    background-color: rgba(34,36,38,.15);
}
.post-card:hover {
    color: inherit;
}

.browse-accordion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.ui.accordion:not(.styled) .accordion .title~.content:not(.ui), .ui.accordion:not(.styled) .title~.content:not(.ui) {
    margin: "";
    padding: .5em 0 1em;
}
.ui.accordion .accordion .active.content, .ui.accordion .active.content {
    display: block;
}
.filter-category-list {
    margin: .2rem 0 .5rem;
    list-style: none;
    padding: 0;
    font-weight: 400;
    color: #424242;
}
.filter-category-list__item {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}
.filter-category-list__item-link {
    color: inherit;
    display: block;
}
.filter-category-list__item-field {
    padding: 8px 0;
}
.filter-category-list__item .cat-icon {
    margin-left: 1rem;
    height: auto;
    vertical-align: middle;
    width: auto !important;
}

.sidebar-image img{
    max-width: 302px;
}
.sidebar-image{
    margin-top: 10px;
    bottom: 25px;
    position: absolute;
}
.top-big-banner img{
    width: 100%;
    padding: 0 0 20px 0;
}
ul.sub-services {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 120px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    z-index: 99;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
ul.sub-services>li>a{
    display: block;
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.main-menu ul *:hover ul.sub-services {
    display: grid;
    margin-right: -15px;
}
ul.sub-services li {
    display: block;
    margin: 0;
    padding: 3px;
    border-bottom: 1px solid #fed5d6;
}
ul.sub-services:before {
    display: block;
    width: 0;
    border-bottom: 10px solid #fafafa;
    top: -10px;
    content: ' ';
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

@media (max-width: 768px){
.search-form , .menu-health {
    display: none;
}
.slider{
    margin-top: 115px;
    height: auto;
    background-color: #100f0f;
}
}
@media (max-width: 500px){
    .box-slider {
        width: 100%;
        margin: 10px 0px 0px 0px;
    }
    .sidebar-image{
        position: initial;
        margin: 16px 0 16px 0;
    }
    .sidebar-image img{
        max-width: 100%;
    }
    .C2{
        padding-right: 0;
    }
    .z1 {
        padding: 120px 0 0 7px;
    }
    .navbar-brand {
        margin-right: 20px;
    }
}
.carousel-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, #000, transparent);
    opacity: 0.7;
}
.carousel-caption {
    position: absolute;
    left: 5%;
    bottom: 0;
    right: 5%;
    z-index: 10;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
}
.carousel-indicators {
    bottom: -20px !important;
}