/* @group health-center-plugin style */

.health-center-plugin .pt-cv-view *, 
.health-center-plugin .pt-cv-view :after, 
.health-center-plugin .pt-cv-view :before {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.health-center-plugin fusion-checklist, ul.fusion-checklist {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0;
}
.health-center-plugin .pt-cv-view {
    position: relative;
    clear: both;
}
.health-center-plugin .pt-cv-collapsible {
    overflow-anchor: none;
}
.health-center-plugin .pt-cv-page {
    position: relative;
}

.health-center-plugin .pt-cv-content-item {
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.health-center-plugin .pt-cv-collapsible .panel {
    display: block;
}
.health-center-plugin .pt-cv-view .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.health-center-plugin .pt-cv-view .panel-default {
    border-color: #ddd;
    padding-bottom: 0;
}
.health-center-plugin .pt-cv-collapsible .panel {
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 8px;
    -webkit-box-shadow: 1px 1px 3px rgba(176,178,181,.34);
    box-shadow: 1px 1px 3px rgba(176,178,181,.34);
}

.health-center-plugin .pt-cv-collapsible .pt-cv-content-item > * {
    margin-bottom: 0 !important;
}
.health-center-plugin .pt-cv-collapsible .panel-heading {
    padding: 0;
}
.health-center-plugin .pt-cv-collapsible .clickable, 
.health-center-plugin .pt-cv-collapsible .panel-heading {
    cursor: pointer;
}
.health-center-plugin .pt-cv-view .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.health-center-plugin .pt-cv-collapsible .panel > .panel-heading {
    position: relative;
    padding: 0;
    background-color: #fff;
    border: none;
}

.health-center-plugin .pt-cv-view a, 
.health-center-plugin .pt-cv-wrapper .btn {
    text-decoration: none !important;
    outline: 0 !important;
    font-style: normal;
}
.health-center-plugin .pt-cv-view a {
    pointer-events: auto;
}
.health-center-plugin .pt-cv-view a {
    pointer-events: auto;
}
.health-center-plugin .pt-cv-collapsible .panel-heading a {
    display: block;
    padding: 10px 15px;
}
.health-center-plugin .pt-cv-wrapper [class*="pt-cv-"] a {
    box-shadow: none;
}
.health-center-plugin .pt-cv-collapsible .panel > .panel-heading a {
    padding: 10px 30px 10px 10px;
    display: block;
    border-bottom: none;
    word-wrap: break-word;
}
.health-center-plugin #pt-cv-view-8cbe711wx7 .pt-cv-title a, 
.health-center-plugin #pt-cv-view-8cbe711wx7 .panel-title {
    font-weight: 600 !important;
}

.health-center-plugin .pt-cv-view .collapse {
    display: none;
    visibility: hidden;
}
.health-center-plugin .collapse.in {
    display: block;
}
.health-center-plugin .pt-cv-wrapper .collapse.in {
    display: block;
}
.health-center-plugin .pt-cv-view .collapse.in {
    display: block;
    visibility: visible;
    overflow: auto;
}

.health-center-plugin .pt-cv-collapsible .panel-body {
    padding: 10px;
}
.health-center-plugin .pt-cv-collapsible .panel-body {
    border-top: 1px solid #ddd;
    overflow: hidden;
}
.health-center-plugin .pt-cv-collapsible .panel-body {
    margin: 0;
    padding: 10px;
    position: relative;
}

.health-center-plugin .pt-cv-thumbnail {
    height: auto;
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    min-width: inherit !important;
}
.health-center-plugin .pt-cv-wrapper img {
    border: 0;
}
.health-center-plugin .pt-cv-wrapper img {
    vertical-align: middle;
}
.health-center-plugin .pt-cv-wrapper .pull-left {
    float: left !important;
}
.health-center-plugin .pt-cv-thumbnail.pull-left {
    margin-right: 15px !important;
}
.health-center-plugin .pt-cv-2-col [class*="pt-cv"] {
    word-wrap: normal;
}

.health-center-plugin .pt-cv-wrapper b, 
.health-center-plugin .pt-cv-wrapper strong {
    font-weight: 700;
}

.post-content .health-center-plugin .pt-cv-wrapper p {
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-content .health-center-plugin  .pt-cv-wrapper  p {
    margin-bottom: 0;
}

.health-center-plugin .fusion-checklist .fusion-li-item, 
.health-center-plugin .fusion-checklist.fusion-404-checklist > li, 
.health-center-plugin ul.fusion-checklist .fusion-li-item, 
.health-center-plugin ul.fusion-checklist.fusion-404-checklist > li {
    padding: 5.5px 0;
        padding-top: 5.5px;
    margin-left: 0;
}
.health-center-plugin .fusion-checklist .fusion-li-item:first-child, 
.health-center-plugin .fusion-checklist.fusion-404-checklist > li:first-child, 
.health-center-plugin ul.fusion-checklist .fusion-li-item:first-child, 
.health-center-plugin ul.fusion-checklist.fusion-404-checklist > li:first-child {
    padding-top: 0;
}

.health-center-plugin .fusion-checklist .icon-wrapper, 
.health-center-plugin ul.fusion-checklist .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.health-center-plugin .fusion-checklist .circle-yes, 
.health-center-plugin ul.fusion-checklist .circle-yes {
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #333;
    color: #fff;
    text-align: center;
}

.health-center-plugin .fusion-checklist .fusion-li-icon, 
.health-center-plugin ul.fusion-checklist .fusion-li-icon {
    display: inline-block;
}
/* @end */


/* @group inline */

.health-center-plugin .wp_s-list-rightbar,
.health-center-plugin .wp_s-filter-sidebar {
    margin-top: 12px;
}

@media(min-width:768px){    
    .health-center-plugin .wp_s-list-rightbar {
        width: 75%;
        float: right;
    }
    .health-center-plugin .wp_s-filter-sidebar {
        width: 24%;
        float: left;
    }
    .health-center-plugin.wp_s-socialized-main {
        width: 100% !important;
        max-width: 100% !important;
    }
}
.health-center-plugin .head h2 {
    font-size: 17px !important;
    margin: 0;
}
.health-center-plugin.wp_s-socialized-main {
    padding: 15px 15px;
}
.health-center-plugin .fa, .health-center-plugin .fas {
    font-weight: 400 !important;
}

.health-center-plugin .list-details {
    padding-left: 180px;
}

.health-center-plugin p {
    margin-bottom: 5px;
}

@media(max-width:768px){  
    .health-center-plugin .pt-cv-thumbnail.pull-left {
        float: none !important;
    }
    .health-center-plugin .list-details {
        padding-left: 0;
    }
}

/* @end */


/* @group sidebar */

    .health-center-plugin .filter-siderbar-main {
        width: 100%;
    }
    .health-center-plugin .filter-siderbar-main .header {
        background: #104378;
        color: #fff;
        display: flex;
        padding: 13px 13px;
    }
    .health-center-plugin .filter-siderbar-main .header h3 {
        font-size: 20px;
        width: 60%;
		margin: 0;
		color: #fff !important;
        line-height: 22px;
    }
    .health-center-plugin .filter-siderbar-main .header a {
        font-size: 15px;
        color: #fff;
        text-decoration: unset;
        width: 40%;
        text-align: right;
        line-height: 22px;
        letter-spacing: -0.5px;
    }
    .health-center-plugin .filter-fields {
        width: 100%;
    }
    
    .health-center-plugin .accordion-field {
      position: relative;
      box-shadow: 0px 1px 7px #DBDBDB;
    }
    
    .health-center-plugin .accordion-field .head {
        position:relative;
        background-color: #FFFFFF;
        color: #563e6e;
        cursor: pointer;
        transition: 0.2s ease;
        padding: 13px 13px;
        border-bottom: 1px solid #c5c5c5;
    }
    
    .health-center-plugin .ajax-loader-zip {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        transition: 0s;
    }
    
    .health-center-plugin .accordion-field .arrow {
        position: absolute;
        color: #563e6e;
        right: 16px;
        top: 14px;
        font-size: 17px;
        transition: 0.25s ease;
        opacity: 1;
        font-weight: 400;
        transform: rotate(-90deg);
    }
    
    .health-center-plugin .accordion-field .head:hover .arrow{
      opacity: 1;
    }
    
    .health-center-plugin .accordion-field .head:hover, 
    .health-center-plugin #accordion-1 .active{
      background-color: #fff;
    }
    
    .health-center-plugin .accordion-field .arrow-animate{
      transform: rotate(0deg);
      opacity: 1;
    }
    
    .health-center-plugin .accordion-field .content{
      background-color: #FFFFFF;
      display: none;
      padding: 13px 13px;
      color: #333333;
    }
   .health-center-plugin .filter-fields select {
        width: 100%;
    }
    .health-center-plugin div#labguages label, #online_appointment label {
        width: 100%;
        display: inline-flex;
    }
    .health-center-plugin div#labguages label span, #online_appointment label span {
        padding: 0px 5px;
    }

/* @end */


/* @group style controls */

.health-center-plugin select {
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #e2e2e2;
    border-radius: 6px;
    color: #9ea0a4;
    outline:0;
}
.health-center-plugin select:focus,
.health-center-plugin select:active {
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #65bc7b;
    border-radius: 6px;
    color: #9ea0a4;
    outline:0;
}

/* @end */



/* @group moved from views file */

#no-results-btn {
	text-align: center;
	line-height: 40px;
}

#pt-cv-view-8cbe711wx7 .pt-cv-title a, #pt-cv-view-8cbe711wx7  .panel-title { font-weight: 600 !important; }
#pt-cv-view-8cbe711wx7 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
#pt-cv-view-8cbe711wx7 .pt-cv-specialp { background-color: #CC3333 !important }
#pt-cv-view-8cbe711wx7 .pt-cv-specialp * { color: #fff !important; }
#pt-cv-view-8cbe711wx7 .pt-cv-pficon  { color: #bbb !important; }
#pt-cv-view-8cbe711wx7 .pt-cv-readmore  { color: #ffffff !important; background-color: #104378 !important; }
#pt-cv-view-8cbe711wx7 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #104378 !important; }
#pt-cv-view-8cbe711wx7  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-8cbe711wx7  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
.pt-cv-wrapper .Profession {
    position:relative.
}
.pt-cv-wrapper .panel-title {
    font-size: 18px;
}
.pt-cv-wrapper .btn {
    display: inline-block;
    margin: 0;
    padding: 8px 12px;
    font-family: inherit;
    color: #e1e1e1;
    font-size: 14px;    
    font-weight: 400;
    line-height: 1;    
    text-align: center;
    vertical-align: middle;  
    border-radius: 0px;
    border: none;     
    background-color: #1a80b6;    
    cursor: pointer;    
    text-transform: none;    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;   
}
.pt-cv-wrapper .btn:focus,
.pt-cv-wrapper .btn:active,
.pt-cv-wrapper .btn:hover {
    text-decoration: none;
    background-color: #0366d6;
    color: #fff;
    opacity: .9;
}
.pt-cv-wrapper .btn.btn-no-hover-effect,
.pt-cv-wrapper .btn.btn-no-hover-effect:focus,
.pt-cv-wrapper .btn.btn-no-hover-effect:active,
.pt-cv-wrapper .btn.btn-no-hover-effect:hover {
    text-decoration: none;
    background-color: #1a80b6;
    color: #fff;
    opacity: 1;
}
@media (max-width:768px) {
    .pt-cv-wrapper .item-services-and-lineappointmentlink {
        margin-top: 5px !important;
    }
}
.pt-cv-wrapper .services-list-item {
    display: inline-block;
    width: 23.8%;
    white-space: nowrap;
    margin: 0 0.5% 2px 0.5%;
    padding: 8px 12px;
    font-family: inherit;
    color: #1a80b6;
    font-size: 14px;    
    font-weight: 400;
    line-height: 1;    
    text-align: center;
    vertical-align: middle;  
    border: 1px solid #1a80b6;   
    border-radius: 0px;    
    background-color: transparent;    
    cursor: pointer;    
    text-transform: none;    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden; 
    text-overflow: ellipsis;
}
.pt-cv-wrapper .btn.btn-user-profile {
    float: right;    
    /* border:1px solid #2f528f; */
    /* border-radius: 5px; */
    /* padding: 7px 24px; */
    padding: 9px 24px;
    margin: 0 8px;
}

/* @end */
