/*
Theme Name: PPM Quickstart
*/
@font-face {
    font-family: 'Avenir LT Std';
    src: url('assets/fonts/AvenirLTStd-Roman.woff2') format('woff2'),
    url('assets/fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('assets/fonts/AvenirLTStd-Black.woff2') format('woff2'),
    url('assets/fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

body {
    font-family: 'Avenir LT Std', sans-serif;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*.woocommerce .quantity .qty,.woocommerce div.product form.cart .button{height:40px}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#333}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:#000}.woocommerce-message{border-top-color:#000}.woocommerce-message::before{color:#000}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background-color:#333;color:#fff}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#000;color:#fff}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{min-width:150px}*/

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a {color: #0a6666}
a:hover { text-decoration: none }
a:focus { outline: 0 solid; text-decoration: none}
img {
    max-width: 100%;
    height: auto;
}
input:focus, button:focus, textarea:focus, a:focus {outline: none}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
p {margin-bottom: 15px}
p:last-child {margin-bottom: 0}

.content-block {padding: 60px 0}

.internal-content-wrap {
    min-width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
    border: 1px solid #ddd;
    padding: 10px;
}
.phone-btn {
    font-size: 22px;
    color: #fff;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
}
.single-slide-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.bm-container {
    max-width: 1300px;
    margin: 0 auto;
}

.bm-row {
    margin: 0 -15px 0 -15px;
    display: flex;
}

.bm-col-6 {
    max-width: 50%;
    padding: 15px;
}

.slides .bm-row {
    padding-bottom: 200px;
    min-height: 760px;
    align-items: center;
}
.slide-text-right .bm-col-6 {
    margin-left: auto;
    text-align: right;
}

.single-slide-item {
    position: relative;
    z-index: 1;
}

.single-slide-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.single-slide-item.slide-text-left:after{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+49,ffffff+100&1+14,0+99 */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 14%, rgba(255,255,255,0.59) 49%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 14%,rgba(255,255,255,0.59) 49%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 14%,rgba(255,255,255,0.59) 49%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */}

.single-slide-item.slide-text-right:after{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+61,ffffff+100&0+0,1+61 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 61%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 61%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */}
.single-slide-item.slide-text-none:after{
    opacity: 0;
}

.slide-text h2 {
    font-size: 65px;
    color: #58595b;
    line-height: 80px;
}

.slide-text h2 strong {color: #007b75;font-size: 110px;}
.slide-text a,.blue-btn {
    color: #fff;
    background: #007b74;
    display: inline-block;
    padding: 12px 45px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
}
.slide-text a:hover,.blue-btn:hover{
    background: #79797a;
    color:#fff;
}
.dot-item {
    position: relative;
}

.dot-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 25%;
    background: #909091;
    height: 10px;
    width: 10px;
    border-radius: 38px;
}
.slide-text h1 {
    color: #007b75;
    font-size: 110px;
    line-height: 1.2;
    margin: 0;
}

.slide-text h2 {
    margin: 0;
}

.s-dots span,.dots-border span {
    background: #58595a;
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
}

.s-dots {
    margin: 20px 0 45px;
}

.boxed-btn.gray-btn,.blue-btn.gray-btn {
    background: #58595a;
    margin-left: 20px;
}
.slides ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 2;
}

.slides ul.slick-dots li button {
    display: none;
}

.slides ul.slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 5px solid #7f8080;
    margin: 0 3px;
    border-radius: 50%;
    cursor: pointer;
}

.slides ul.slick-dots li.slick-active {
    background: #7f8080;
}
.slides {
    position: relative;
}
.elementor .right-bg .elementor-background-overlay {
    width: 50%;
    left: auto;
    right: 0;
}
.dotted-border {
    position: relative;
}

.dotted-border:after {
    position: absolute;
    border-top: 5px dotted #007b77;
    content: "";
    height: 0;
    width: 72%;
    left: 0;
    bottom: -22px;
}
.dotted-border-color-2:after {border-color: #fff;}
.elementor .right-bg .elementor-background-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+27,0.7+36,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(255,255,255,0.7) 36%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 27%,rgba(255,255,255,0.7) 36%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 27%,rgba(255,255,255,0.7) 36%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */


    content: "";
}
.elementor .right-bg-without-overlay .elementor-background-overlay {
    width: 52%;
    left: auto;
    right: 0;
}
.elementor .right-bg-without-overlay .elementor-background-overlay {
    width: 40%;
}
.fill-out-application-form .gform_wrapper.gravity-theme .ginput_container_date input {
    min-width: 100%;
}
.fill-out-application-form .gform_wrapper.gravity-theme .gfield select{color: #bcbcbc;}
.fill-out-application-form  input[type="submit"] {
    background: #007b77;
    border: none;
    color: #fefefe;
    font-weight: 700;
    padding: 10px 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
}
.filter-category h5 {
    color: #ffff;
    font-size: 18px;
    font-weight: 700;
}
.filter-category select {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    color: #666666;
}

.event-inner {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.single-event-item {
    width: 50%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-event-item h3 {
    font-size: 20px;
    color: #000000;
    margin: 0;
}

.single-event-img {
    width: 40%;
    height: 200px;
    background-color: #ddd;
}

.single-event-text {
    max-width: 60%;
    padding-left: 30px;
}

.single-event-img img {
    border-radius: 10px;
}

.event-btn {
    display: block;
    color: #027b76;
    text-decoration: underline !important;
    margin-top: 5px;
}

.single-event-item h5 {
    margin: 0;
    color: #027b76;
    font-size: 16px;
    margin: 0;
}
.bh-container{
    max-width: 1280px;
    margin: 0 auto;
}
.bh-row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.bh-col-7,.bh-col-5,.bh-col-4,.bh-col-3{
    padding: 0 15px;
}
.bh-col-7 {
    max-width: 58.333333%;
    min-width: 58.333333%;
}

.bh-col-4 {
    max-width: 33.333333%;
    min-width: 33.333333%;
}

.bh-col-5 {
    max-width: 41.666667%;
    min-width: 41.666667%;
}
.bh-col-3{
    max-width: 25%;
    min-width: 25%;
}
.top-title-row {
    background: #79797a;
    color: #fff;
}

.top-title-row h2 {
    font-size: 40px;
    margin: 0;
}
.dots-border span{
    background:#fff;
}
.dots-border {
    margin-bottom: 30px;
}
.p-img {
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: center;
    background-color: #818282;
    border-radius: 10px;
    margin-bottom: 30px;
}

.single-post-item h2 {
    color: #027b76;
    font-size: 20px;
    margin: 0;
}

.single-post-item p.post-meta {
    color: #878787;
    display: block;
    margin-bottom: 5px;
}

.single-post-item p {
    display: inline;
}

.single-post-item a {
    color: #027b77;
}

.single-post-item {
    font-size: 18px;
}

.blog-posts-row .bh-col-4 {
    margin-bottom: 60px;
}

.content-block.blog-posts-row {
    padding-bottom: 0;
}
.blog-posts-row .bh-row {
    margin-left:-25px;
    margin-right:-25px;
}
.blog-posts-row .bh-col-4{
    padding: 0 25px;
}
.gray-bg{
    background: #f4f5f5;
}
.next-link {
    text-align: right;
}

.top-navigation {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.top-navigation div {
    max-width: 50%;
    min-width: 50%;
}

.top-navigation a, .s-post-content .post-meta, .s-post-content .post-categories a {
    text-decoration: none;
    color: #808080;
    font-size: 25px;
}

.s-post-content .internal-page-title {
    font-size: 40px;
    margin: 0;
}

.s-post-content ul.post-categories {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
    display: inline-block;
    font-style: italic;
}

.s-post-content .post-meta {
    display: inline-block;
}

.s-post-content ul.post-categories li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.s-post-content ul.post-categories li:after {content: ",";color: #808080;font-size: 25px;margin-left: 2px;}

.s-post-content ul.post-categories li:last-child:after {
    display: none;
}
.s-post-content .blue-btn{
    margin-top:30px;
}
.content-block.blog-posts-row a,.s-post-content a{
    text-decoration: none;
}
.post-featured {
    max-width: 550px;
    margin-bottom:15px;
    margin-left: 30px;
}
.top-navigation a:hover {
    color: #027b74;
}
.internal-content-wrap.s-post-content {
    padding: 0 10px;
}
.internal-content-wrap{
    width: 100%;
}
.location-item {
    background: #fff;
    padding: 20px 20px 70px 20px;
    text-align: center;
    height: 100%;
    position: relative;
    font-size: 18px;
    color: #696969;
}

.location-img {
    background-size: cover;
    background-position: center;
    background-color: #bbbbbb;
    width: 100%;
    height: 155px;
}

.location-item .blue-btn {
    background: #027b74;
    min-width: 200px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
}
.location-item .blue-btn:hover{
    background: #babbba;
    color:#fff;
}
.location-item h2 {
    font-size: 18px;
    margin-top: 20px;
    color:#000000;
}

.location-menu-area ul {
    background: #58595b;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.location-menu-area {
    background: #58595b;
}

.location-menu-area ul li a {
    padding: 25px 0;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
}

.location-menu-area ul li:hover > a {
    color: #027b76;
}
.location-boxes-area{
    background: #f4f4f4;
    padding:60px 0;
}
.location-items .bh-col-3 {
    margin-bottom: 30px;
}
.location-menu-area ul li {
    flex: 1;
}

.doctor-row {
    display: flex;
    flex-wrap: wrap;
}

.doctor-inner {
    width: 33.3333%;
    margin-bottom: 50px;
}

.single-doctor-item img {
    border-radius: 50% !important;
}

.single-doctor-item h3 {
    font-size: 20px;
    color: #027b77;
    margin-bottom: 3px;
    font-weight: normal;
}

.single-doctor-item .location {margin-bottom: 0;color: #027b77;}

.single-doctor-item {
    line-height: 1.8;
    display: block;
    color:#000
}

.single-doctor-item a {
    color: #000;
    text-decoration: none;
}
.content-block-top {
    padding-top: 60px;
}


.doctor-search-area {
    background-color: #58595b;
    color: #fff;
    position: relative;
}

.search-col {
    width: 33.3333%;
}

.search-col:nth-child(2) {
    margin-right: 35px;
    margin-left: 15px;
}

.elementor-container.search-col-wrapper {
    align-items: center;
}

.alphabet-search {
    display: flex;
    flex-wrap: wrap;
}

.alphabet-search a {
    width: 16%;
    color: #fff;
    text-decoration: none;
}

.search-col-inner {
    height: 100%;
    display: flex;
    align-items: center;
    min-width: 100%;
    padding: 35px 0;
}

.search-col:nth-child(2) .search-col-inner {
    background-color: #878787;
    padding: 0 25px;
}

.search-col-inner input[type=text], .search-col-inner select {
    min-width: 100%;
    border: none;
    height: 45px;
    padding: 10px;
}

.search-col-inner-2 {
    min-width: 100%;overflow: hidden;
}
.speciality-box-bg {
    background-size: cover;
    background-position: center;
}
h3.what-are-you-looking {
    text-align: center;
    color: #fff;
    background-color: #58595b;
    margin: 0;
    padding: 15px;
}

.specilities-list {
    background-color: #f5f5f5;
    padding: 30px 0;
}

.specilities-list a {
    width: 33.3333%;
    padding: 10px 0;
    color: #333;
}
.elementor-container > .bh-row{
    min-width: 100%;
}
.text-align-right {
    text-align: right;
}

.s-location-top-area .gray-btn {
    margin-left: 30px;
    background: #969697;
}

.dots-border.blue-border span {
    background: #027b74;
}

.s-location-top-area h2 {
    font-size: 40px;
    margin: 0;
}

.single-info-box {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}

.single-info-box img {
    margin: 0 auto;
}

.single-info-box h4 {
    width: 100%;
    text-transform: uppercase;
    color: #027b76;
    font-size: 22px;
    font-weight: 500;
}
.single-info-box br{
    width: 100%;
}
.single-info-box .blue-btn {
    margin: 20px 0 0;
}
.icon-list-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}

.icon-list-box i.fa {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #027b74;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

a.icon-list-box {
    text-decoration: none;
}

.bh-col {
    flex: 1;
}

.icon-list-box span {
    max-width: 80%;
    padding-left: 15px;
}

.single-loc-cat-wrapper {background-color: #ddd;padding: 40px 0;}

.all-locations-header ul {
    margin: 0 auto;
}

.all-locations-header li.active a {
    color: #000;
}

.s-location-icon-list-area {
    padding-bottom: 60px;
    padding-top: 20px;
}

.s-location-top-area {
    padding-top: 60px;
}
.info-btn {
    width: 100%;
}



.single-doctor .top-navigation, .single-doctor h2.internal-page-title, .single-doctor p.post-meta, .single-doctor .post-featured {
    display: none;
}

.bm-circular-box {
    display: flex;
    align-items: center;
}

.circular-area {
    margin-right: 19px;
}

.bm-circular-box h3 {
    font-weight: 700;
    color: #027b76;
    font-size: 24px;
    margin-bottom: 0;
}

.box-text-inner {
    font-style: italic;
    color: #787878;
    font-size: 18px;
}

.circular-area {
    position: relative;
}

.circular-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 110px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.circular-img div {
    display: flex;
}

.hero-dr {
    padding: 25px 0 0;
}

.hero-dr img {
    max-width: 400px;
    max-height: 335px;
    width: auto;
    margin-bottom: 0px;
}

.gray-bg.hero-dr > div > div:last-child {
    display: flex;
    align-items: end;
}

.hero-dr h2 {
    font-size: 40px;
    margin-bottom: 0;
}

.hero-dr p.subtitle {
    font-size: 25px;
    margin-bottom: -10px;
}

.hero-dr p.separator {
    font-size: 30px;
    line-height: 1;
    color: #027b74;
    letter-spacing: 15px;
}

.hero-dr ul {
    margin: 0 0 19px;
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 18px;
}

.hero-dr li {
    margin-right: 35px;
}

.doctor-short-desc {
    font-style: italic;
    color: #989898;
}

.left-dr-space {
    min-width: 30%;
    width: 30%;
    margin-right: 10%;
    z-index: 9;
}

h3.section-title {
    color: #027b76;
    font-size: 25px;
}

.single-doc-location {
    margin-bottom: 30px;
}

.single-doc-location h4 {
    color: #027b76;
    font-size: 25px;
}

.single-doc-location h5 {
    font-size: 20px;
}

.location-info {
    display: flex;
}

.location-info > div:first-child {
    margin-right: 50px;
}

.location-buttons a.boxed-btn {
    background-color: #027b76;
}
.location-buttons {
    margin-top: 20px;
}

.location-buttons a.gray-btn {
    background-color: #979798;
}

.location-buttons a {
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    margin-right: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

.primary-bg-dr-nav {
    background-color: #027b74;
    padding: 30px;
    color: #fff;
    z-index: 99;
    border-radius: 10px;
}

.primary-bg-dr-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-bg-dr-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}
div#bio {
    z-index: 9999;
    position: relative;
}

.gray-bg.hero-dr > div > div {
    width: 100%;
}

.gray-bg.hero-dr > div > div:last-child {
    width: auto;
}

.doctor-inner a {
    color: #000;
}

ul.boxed-speciality-list {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
    flex-wrap: wrap;
}

ul.boxed-speciality-list li {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333%;
    font-weight: 700;
    margin-bottom: 30px;
}

/*.content-block > div > div:last-child {*/
/*    width: 60%;*/
/*}*/

.bh-blog-bar {
    display: flex;
    justify-content: space-between;
}

.right-search form > div {
    display: flex;
}

.right-search input[type=submit] {
    background-color: #333;
    color: #fff;
    border: navajowhite;
    padding: 10px 20px;
    margin-left: 10px;
}

.right-search input[type=text] {border: navajowhite;}

.category-selector {
    display: flex;
    align-items: center;
}

.category-selector label {
    text-transform: uppercase;
    margin-right: 10px;
}

.category-selector select {
    border: 2px solid #d4d4d5;
    padding: 15px;
    border-radius: 11px;
}

.speciality-box-bg {
    height: 150px;
    background-color: #ddd;
    border-radius: 10px;
    margin-bottom: 15px;
}
.basic-form .gform_footer input[type=submit], .basic-form .gform_footer button[type=submit] {
    background: #007b76;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    padding: 14px 30px 10px;
    min-width: 190px;
    border-radius: 15px;
}

.basic-form .gform_body.gform-body textarea {
    max-height: 100px;
}

.basic-form .gform_body.gform-body input[type=text],.basic-form .gform_body.gform-body input[type=tel],.basic-form .gform_body.gform-body input[type=email],.basic-form .gform_body.gform-body textarea {
    border: 1px solid #d3d4d3;
    padding: 13px 20px 10px !important;
    border-radius: 10px;
}

.all-locations-header {
    background-color: #0c7b76;
    font-size: 28px;
}

.all-locations-header ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.all-locations-header li a {
    display: block;
    padding: 30px 0;
    color: #fff;
}

.all-locations-header ul {
    padding-left: 15px;
    padding-right: 15px;
}
.locations-inner {
    background-color: #efeded;
    padding: 60px 0;
}

span.loc-separator {
    position: relative;
    top: -150px;
    display: block;
}

.icon-list-box {
    margin: 15px 0;
}

.promo-items {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

a.bn-promo-box {
    margin-left: 10px;
    margin-right: 10px;
    width: 285px;
    height: 285px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 20px;
}

a.bn-promo-box h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 12px 10px 8px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

a.bn-promo-box h3:after {
    background-color: #0a6666;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    z-index: -1;
    opacity: .8;
}

a.bn-promo-box:hover h3:after {opacity: 1}

.articles-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.single-article-inner {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.single-article-item {
    background-color: #faf5ef;
    padding: 30px;
}

.single-article-item h3 a {
    text-decoration: underline;
}

.single-article-item h3 {font-weight: normal;font-size: 22px;margin-bottom: 30px;}

.article-inner-item {
    display: flex;
}

.single-article-img {
    min-width: 170px;
    margin-right: 25px;
}

.single-article-inner {
    margin-bottom: 30px;
}

.article-readmore {
    text-align: right;
    margin-top: 30px;
}

.article-readmore a {
    background-color: #bc270d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 8px 24px 5px;
    display: inline-block;
}

.article-date {
    opacity: .6;
    margin-bottom: 10px;
    font-size: 90%;
}
.pop-form .gform_footer input[type=submit],.pop-form  .gform_footer button[type=submit] {
    border: 3px solid #0b6666;
    color: #0b6666;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px 7px;
}

.doctor-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.doctor-items > a {width: 20%;padding-left: 15px;padding-right: 15px;margin-bottom: 30px}

span.doctor-bg {
    height: 150px;
    width: 150px;
    display: block;
    background-size: cover;
    background-position: top center;
    margin-bottom: 20px;
    background-color: #ddd;
    border-radius: 50%;
    background-repeat: no-repeat;
}

.no-dr-image span.doctor-bg {
    background-size: 75%;
    background-position: center;
}

a.bn-doctor-box {
    color: #333;
    font-size: 14px;
}

a.bn-doctor-box h3 {
    margin-bottom: 5px;
    text-transform: none;
    font-size: 17px;
}

.location-items {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.single-location-box {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.single-location-box h3 {
    margin-bottom: 10px;
}

a.location-btn {
    background-color: #017b76;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
}
ul.boxed-speciality-list li a {
    text-decoration: none;
    color: #000;
}

.doctor-meta-wrap {
    display: flex;
}

.tab-content-dr {
    margin-bottom: 20px;
}

.doctor-phone {
    margin-left: 50px;
}

.doctor-location {
    display: flex;
    align-items: center;
}

.doctor-location-text h4 {
    margin-bottom: 3px;
}

.doctor-location-text {
    margin-left: 14px;
}

.doctor-phone-btn {
    display: flex;
    align-items: center;
    font-weight: 700;

}

.doctor-phone-icon {
    margin-right: 15px;
}

ul.doctor-extra-options li {
    display: flex;
    align-items: center;
}

ul.doctor-extra-options img {
    margin-right: 15px;
    margin-top: -10px;
}
.location-featured-img img {
    width: 100%;
}
.bn-doctor-box {
    text-decoration: none;
}
h3.loc-header {
    font-size: 30px;
}

.internal-content-wrap.s-post-content > div {
    margin-bottom: 15px;
}

.top-speciality-area {
    background-color: #f5f5f6;
    padding: 60px 0;
}

a.back-to-service {
    text-decoration: none;
    color: #a3a3a3;
}

a.back-to-service span {
    margin-right: 30px;
}

.page-title h3 {
    font-size: 30px;
}

.flex {
    display: flex;
}

.flex-between {
    justify-content: space-between;
}

.items-center {align-items: center;}

a.boxed-btn, a.boxed-gray-btn {
    display: inline-block;
    background-color: #017b76;
    color: #fff;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 5px;
}

a.boxed-gray-btn {
    background-color: #979797;
}

.right-buttons a {
    margin-left: 20px;
}

.page-title h3 {
    margin: 0;
}

.page-title {
    margin-bottom: 30px;
}

.right-newsletter-sp-inner {
    margin-left: 40px;
}

.right-newsletter-sp {
    min-width: 400px;
    background-color: #017b74;
    text-align: center;
    color: #fff;
    padding: 30px;
    border-radius: 5px;

    margin-top: 50px;
}

.right-newsletter-sp h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.right-newsletter-sp a.boxed-btn {
    background-color: #fff;
    color: #333;
}

.left-content-sp h2 {
    font-size: 30px;
    color: #017b74;
}

.sp-providers-area {
    padding: 60px 0;
}

.sp-providers-area h3 {
    font-size: 25px;
    margin-bottom: 40px;
}

.gray-blog-area {
    background-color: #f5f5f6;
}

.tab-content-dr {
    background-color: #fff;
    padding: 20px;
}

.hero-dr ul.doctor-tab-title {
    margin: 0;
}

.hero-dr ul.doctor-tab-title li.active a {
    background-color: #fff;
}

.hero-dr ul.doctor-tab-title li a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #b2b2b2;
    color: #000;
}

.hero-dr ul.doctor-tab-title li {
    margin-right: 9px;
}

.doctor-contact-tab {
    margin-top: 30px;
    margin-bottom: 30px;
}

.doctor-meta-wrap {
    margin-bottom: 25px;
}

.doctor-meta-wrap:last-child {
    margin: 0;
}

.single-location-carousel-box {
    padding-left: 15px;
    padding-right: 15px;
}

.location-box-carousel .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.location-box-inner {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.location-box-bg {
    height: 165px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    margin-bottom: 20px;
}

.location-box-carousel > i,
.location-items-carousel > i {
    background-color: #017b76;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    z-index: 9;
}

.location-box-carousel > i.fa-angle-right,
.location-items-carousel > i.fa-angle-right {
    left: auto;
    right: -15px;
}

.location-items-carousel .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.location-item-content {
    min-height: 125px;
}

.top-buttons {
    margin-bottom: 15px;
}

a.all-location-link-2 {
    background-color: #037b76;
    display: inline-block;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.top-buttons button:last-child span {
    display: none;
}

.top-buttons button {
    font-weight: 700;
    text-transform: uppercase;
    color: #909090;
    border: none;
    background: transparent;
    font-size: 20px;
    padding-right: 10px;
    cursor: pointer;
}

.top-buttons button span {
    padding-left: 20px;
}

.top-buttons button:hover, .top-buttons button.active {
    color:#017b76;
}

.page-template-template-service-single .right-newsletter-sp {
    margin-top: 0;
}
.content-block.blog-posts-row > div > div:last-child {
    width: auto;
}

a.doctor-meta-wrap {
    display: block;
    color: #333;
    text-decoration: none;
}
.search-col select {
    max-width: 100%;
}

.ppm-pagination {
    display: flex;
    justify-content: center;
    min-width: 100%;
    margin-bottom: 50px;
}

.ppm-pagination a, .ppm-pagination span {
    border: 1px solid #ddd;
    padding: 5px 20px;
    margin: 0 5px;
}

.location-featured-img {
    height: 300px;
}

.location-featured-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.right-dr-info-n {
    width: 100%;
}

.search-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

h2.search-heading {
    font-size: 35px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}

h2.search-heading span {
    font-weight: 700;
}

h3.search-sub-heading {
    font-size: 25px;
    margin-bottom: 30px;
}

.location-search-items h5 {
    font-size: 17px;
    margin-bottom: 5px;
}

.location-search-items a {
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.single-post-item {
    margin-bottom: 30px;
}
ul.ps-items {
    margin-bottom: 40px;
}

.jquery-modal .modal {max-width: 1000px;}

input[type=submit] {
    background-color: #017b76;
}

.gform_wrapper.gravity-theme .gform_page_footer {
    display: flex;
    justify-content: center;
}

.gform_wrapper.gravity-theme .gform_page_footer input[type=submit],
.gform_wrapper.gravity-theme .gform_page_footer .gform_next_button {
    background-color: #017b76;
    border: navajowhite;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 8px;
    border-radius: 5px;
    cursor: pointer;
}

.modal h3 {
    color: #017b76;
    text-transform: uppercase;
    margin-bottom: 0;
}

.modal .gfield_html_formatted {
    margin-bottom: 20px;
}

.dr-selector {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.dr-selector > div {
    min-width: 33.3333%;
    padding-right: 10px;
}

.dr-form-items {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single-form-dr {
    width: 44%;
    display: flex;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 1% 3%;
    border-radius: 5px;
    align-items: center;
    cursor: pointer;
}

.single-form-dr img {
    width: 70px;
    border-radius: 50%;
    margin-right: 15px;
}

.single-form-dr h3 {
    text-transform: none;
    color: #666;
}
.single-form-dr.active {
    background-color: #efecec;
}

.gform_wrapper.gravity-theme .gfield.dr-name {
    display: none;
}

.gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button {
    background-color: #333;
    border: navajowhite;
    text-transform: uppercase;
    padding: 6px 17px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.gform_wrapper.gravity-theme .gfield.dr-selected {display: none}

.loca-box-info {
    margin-bottom: 10px;
    min-height: 150px;
}

a.make-an-appointment-btn {
    background-color: #017b74;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.location-items-carousel .bh-col-3 {
    max-width: inherit;
    min-width: inherit;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    padding-left: 25px;
    padding-right: 25px;
    z-index: 1;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover > a .bm-megamenu-hover {
    position: absolute;
    left: 0;
    top: -10%;
    width: 100%;
    height: 120%;
    content: "";
    z-index: -1;
    display: flex;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a .bm-megamenu-hover > span {
    height: 100%;
    width: 15px;
    background-size: 100% 100%;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a .bm-megamenu-hover > span:first-child {
    left: 0;
    background-image: url(assets/img/menu-hover-left.png);
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a .bm-megamenu-hover > span:last-child {
    right: 0;
    background-image: url(assets/img/menu-hover-right.png);
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a .bm-megamenu-hover > span:nth-child(2) {
    background: #16a399;
    width: 100%;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a .bm-megamenu-hover:before {}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a .bm-megamenu-hover:after {}

ul.mega-sub-menu li:first-child > a {
    font-weight: 700;
    color: #017b76;
}

ul.mega-sub-menu li a:hover {
    color: #017b76;
}

ul.mega-sub-menu li a {
    color: #333;
    font-size: 16px;
    line-height: 2;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.resource-icon,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.billing-icon,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.e-resource-icon {
    padding-left: 90px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.resource-icon:before,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.billing-icon:before,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.e-resource-icon:before {
    content: "";
    position: absolute;
    left: 7%;
    top: 20px;
    z-index: 2;
    display: block;
    background-size: 100% 100%;
    height: 60px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.resource-icon:before {
    background-image: url(assets/img/resources-icon.png);
    width: 45px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.billing-icon:before {
    background-image: url(assets/img/billing-icon.png);
    width: 60px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.e-resource-icon:before {
    background-image: url(assets/img/e-resources-icon.png);
    width: 38px;
}


#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-partner-menu > ul.mega-sub-menu {
    left: 10%;
    width: 80%;
}

ul.partner-menu-list {
    display: flex;
    flex-wrap: wrap;
}

ul.partner-menu-list li {
    min-width: 50%;
    margin-bottom: 15px;
    margin-top: 15px;
}

ul.partner-menu-list li a {
    display: flex;
    align-items: center;
}

ul.partner-menu-list li a p {
    margin: 0 !important;
}

ul.partner-menu-list li a img {
    margin-right: 20px;
}



#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.doctor-menu ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.about-menu ul.mega-sub-menu {
    padding-left: 120px;
    width: 400px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.doctor-menu ul.mega-sub-menu:before, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.about-menu ul.mega-sub-menu:before {
    height: 60px;
    display: block;
    position: absolute;
    left: 30px;
    top: 20px;
    content: "";
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.about-menu ul.mega-sub-menu:before {
    background-image: url(assets/img/about-icon.png);
    width: 67px;

}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.doctor-menu ul.mega-sub-menu:before {
    background-image: url(assets/img/doctor-icon.png);
    width: 58px;
}

.mega-menu-item li:first-child > a {
    color: #017b76;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    color: #017b76;
    font-weight: 700;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 16px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background-color: transparent;
    color: #017b76;
}

.physician-speciality-list {
    display: flex;
}

.ps-icon {
    min-width: 90px;
}

.px-list-right h4 {
    color: #017b76;
    font-size: 20px;
    margin-bottom: 0;
}

.ps-list-flex {
    columns: 3;
}

.ps-list-flex a {
    display: block;
}

.px-list-right, .ps-list-flex, .ps-list-flex a {
    width: 100%;
}

div#main-content {
    z-index: 1;
    position: relative;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.office-menu > ul.mega-sub-menu {
    left: auto;
    right: 0;
    width: 35%;
}

.bm-offices {
    display: flex;
    flex-wrap: wrap;
}

ul.mega-sub-menu li .bm-offices a {
    min-width: 50%;
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
    color: #017b76;
}

.bm-offices a img {
    margin-right: 15px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.mega-sub-menu li .bm-offices a:hover {
    color: #000;
}
section.pop-bg > .elementor-background-overlay {
    max-width: 40%;
    transform: scale(1.4);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.location-items-carousel .slick-track {
    display: flex !important;
}

.location-items-carousel .slick-slide {
    height: inherit !important;
}
.location-item-content {
    padding-bottom: 15px;
}

body .tablepress tfoot th, body .tablepress thead th {
    background-color: #0B6666;
    color: #fff;
}

.single-physician-speciality .left-content-sp h1, .single-physician-speciality .left-content-sp h2 {
    color: #017b74;
    font-size: 25px;
}

.top-light-bg-wrapper {
    background-color: #327B76;
    padding: 30px;
    color: #fff;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.top-light-bg-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 18px;
}

.top-light-bg-wrapper a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 6px;
}

.top-light-bg-wrapper h3 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
}

.light-sub-service-wrapper img {
    border-radius: 0 0 5px 5px;
}

.left-content-sp {
    width: 70%;
}

.right-newsletter-sp-inner {width: 30%;}

#contact .gform_fields {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}

#contact .gform_fields > div {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 15px;
}

#contact input[type=text], #contact input[type=tel], #contact input[type=email] {
    width: 100%;
}

input[type=submit] {
    padding: 10px 20px;
    border: none;
    color: #fff;
}

.dr-selector > div {
    border: 1px solid #ddd;
    padding: 10px 10px 8px;
    border-radius: 5px;
}
.slide-mobile-img{
    display: none;
}


.s-location-icon-list-area .bh-col {
    flex: inherit;
}

.health-news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.health-news-title h3 {
    font-size: 30px;
    color: #017b74;
    margin: 0;
}

.article-inner {
    padding-top: 30px;
}

.health-news-title .btn {
    background-color: #017b74;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
}

.health-news-wrapper {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: wrap;
}

.single-health-post {
    padding-left: 20px;
    padding-right: 21px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 33.3333%;
    min-width: 33.3333%;
    margin-bottom: 30px;
}

.single-health-post-img {
    height: 250px;
    margin-bottom: 20px;
    background-color: #ddd;
    border-radius: 11px;
}

.single-health-post-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.single-health-post h3 {
    color: #017b74;
    font-size: 25px;
    margin-bottom: 0;
}

p.post-date {
    opacity: .5;
    font-size: 90%;
}

.health-post-excerpt {
    margin-bottom: 10px;
}

.event-heading-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-heading-top h2 {
    color: #027b74;
    font-size: 33px;
}

.event-heading-top a {
    font-weight: 700;
    padding: 10px 25px;
    font-size: 18px;
}
.event-heading-top {
    margin-top: 60px;
}

.event-row {
    margin-bottom: 50px;
}


.elementor .right-bg.no-overlay .elementor-background-overlay:after {
    display: none;
}
.right-newsletter-sp label {
    display: none;
}

.right-newsletter-sp input[type=email] {
    border: none;
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
}

.right-newsletter-sp input[type=submit] {
    background-color: #fff;
    color: #017b74;
    border-radius: 5px;
    font-weight: 700;
}

.gfield.subscription-type {
    display: none;
}

.gform_submission_error {
    font-size: 14px;
    color: #790000;
}

.validation_message {
    color: #790000;
    margin-bottom: 10px;
    font-size: 12px;
}

a.full-slide-link {
    height: 100%;
    width: 100%;
    display: block;
    min-height: 760px;
}
.mobile-meet-our-provider {
    display: none;
}

.all-locations-header ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.all-locations-header ul.slick-dots button {
    display: none;
}

.all-locations-header ul.slick-dots li {
    height: 10px;
    width: 10px;
    background-color: #333;
    border-radius: 50%;
    margin: 5px;
}

.all-locations-header ul.slick-dots li.slick-active {
    background-color: #0d7b76;
}
.elementor-posts-container .elementor-post__thumbnail img{
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    transform: scale(1.01) translate(-50%,-50%);
}
.gform_wrapper.gravity-theme .gfield.notification-email {
    display: none;
}

.location-links svg {
    height: 25px;
}

.location-phone {
    font-weight: 700;
    margin-bottom: 15px;
}

.location-links {
    display: flex;
    justify-content: center;
}

.location-links a {
    margin: 0 10px;
}
.location-view-list2 .location-item h2 {
    margin-top: 0;
}

.location-view-list2 .location-item {
    padding-bottom: 20px;
}

.logo-item-inner {
    height: 120px;
    display: flex;
    align-items: center;
    padding: 15px;
}
.logo-carousel .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
}

.logo-carousel .fa-angle-right.slick-arrow {
    left: auto;
    right: 0;
}

.light-sub-service-wrapper img {
    width: 100%;
}

.doctor-box-img {
    height: 150px;
    width: 150px;
    margin-bottom: 15px;
}

.elementor .doctor-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}

.ppm-single-doctor-box h3 {
    margin-bottom: 0;
}

body .slide-text a, body .blue-btn {
    padding: 12px 30px;
}

body .s-location-top-area .gray-btn {
    margin-left: 15px;
}

nav.page-nav {
    display: flex;
    justify-content: center;
}

nav.page-nav a, nav.page-nav span {
    border: 1px solid #ddd;
    padding: 3px 10px 1px;
    margin: 0 7px;
}
ul.doctor-filter {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
}

ul.doctor-filter li {
    margin-right: 30px;
    cursor: pointer;
}

ul.doctor-filter li.active {
    font-weight: 700;
    color: #037b76;
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {


}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) {
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
    min-width: 100%;
}

#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    max-width: 40px;
    margin: 0 auto;   
    position: relative;
    right: -8px;
}
.slide-mobile-img{
    display: block;
}
div.single-slide-item {
    background-image: none !important;
}

.single-slide-item:after {
    visibility: hidden;opacity: 0;
}
.slides{
    background-color: #f5f5f5;
}

.single-slide-item .bm-col-6 {
    min-width: 100%;
}

.slides .bm-row {
    min-height: auto;
    padding: 0;
}
.slides ul.slick-dots {
    position: relative;
    bottom: 0;
}
.slide-text-right .bm-col-6,.slide-text {
    text-align:center;
}

.slide-text {
    padding:30px 15px;
}

.slide-text h2 {
    font-size: 50px;
}



.slide-text h1 {font-size: 80px;}

.slide-text a, .blue-btn {font-size: 16px;}



.single-event-item {width: 100%;}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.doctor-menu ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.about-menu ul.mega-sub-menu {
    min-width: 100%;padding: 120px 15px 15px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-partner-menu > ul.mega-sub-menu {
    width: 100%;left: 0;
}
.ps-list-flex a {
    width: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.doctor-menu ul.mega-sub-menu:before,#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.about-menu ul.mega-sub-menu:before {
    top: 80px;
}

.ps-icon {
    min-width: 100%;
}

.px-list-right {
    min-width: 100%;
}

.physician-speciality-list {
    flex-wrap: wrap;
}
.single-article-inner {
    width: 100%;
}

.single-article-img {
    min-width: 100%;
    margin: 0 0 30px;
}

.article-inner-item {
    flex-wrap: wrap;
}

.single-location-box {
    width: 100%;margin-bottom: 30px;
}
.elementor .right-bg-without-overlay .elementor-background-overlay,.elementor .right-bg .elementor-background-overlay {
    min-width: 100%;height: 280px;
}

.elementor .right-bg-without-overlay,.elementor .right-bg {
    padding-top: 310px !important;
}

.elementor .right-bg .elementor-background-overlay:after {
    visibility: hidden;opacity: 0;
}
.search-col {
    width: 100%;
}

.search-col:nth-child(2) {
    margin: 30px 0;
}

.doctor-search-area {
    padding: 15px;
}
section.content-block {
    padding: 50px 15px;
}
.search-col:nth-child(2) .search-col-inner-2 {
    padding: 30px 0;
}
.all-locations-header ul {
    flex-wrap: wrap;
    justify-content: inherit;
}

.all-locations-header li a {
    padding: 10px 15px;
}

.all-locations-header {
    font-size: 16px;
}

.single-loc-cat-wrapper {
    padding: 40px 15px;
}
.content-block {
    padding: 50px 15px;
}

.bh-blog-bar {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}

.right-search-wrapper {
    margin-top: 30px;
}

.top-title-row {
    text-align: center;
}

.blog-posts-row .bh-col-4 {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
}
section.pop-bg > .elementor-background-overlay {
    visibility: hidden;
    opacity: 0;
}
a.bn-promo-box {
    min-width: 100%;
    min-height: 300px;
    margin: 0 0 30px;
}

.promo-items {
    margin: 0;
}
.top-buttons {
    text-align: center;
}

.top-buttons button span {
    display: none;
}

.top-buttons button {
    padding: 5px 20px;
}
.hero-dr {padding: 50px 15px;}

.inner-wrapper-sticky {position: relative !important;top: 0 !important;width: 100% !important;transform: none !important;}

.single-doctor .left-dr-space {width: 100%;min-width: 100%;padding: 0 15px;}

.single-doctor .right-dr-info-n {padding: 15px;}

.single-doctor .content-block {padding: 50px 0 0;}

.single-doctor .right-dr-info-n {padding-top: 0;}

.single-doctor div#locations {padding-top: 20px;}

ul.boxed-speciality-list li {width: 100%;padding-right: 0;}

.single-doctor #services .right-dr-info-n {padding-right: 0;}
.top-speciality-area {padding: 50px 15px 0;}

.single-physician-speciality .flex {flex-wrap: wrap;}

.right-buttons a {margin: 30px 25px 0 0;}

.left-content-sp {width: 100%;}

.right-newsletter-sp {min-width: 100%;}

.right-newsletter-sp-inner {width: 100%;margin: 0;}
.s-location-top-area {padding: 50px 15px;}

.s-location-top-area .bh-col-7,.s-location-top-area .bh-col-5 {min-width: 100%;}


.s-location-top-area h2 {font-size: 30px;}

.s-location-top-area .text-align-right {text-align: left;}

.s-location-top-area .gray-btn {margin: 20px 0 0;}

.icon-list-box {margin: 0;padding: 0 30px;}

.single-location .internal-content-wrap {padding: 40px 5px;}

.single-location a.bn-promo-box {width: 100% !important;}

.doctor-items > a {width: 100%;text-align: center;}

span.doctor-bg {margin: 0 auto 20px;}
.s-post-content .internal-page-title {font-size: 30px;}
.internal-content-wrap.s-post-content {
    padding: 0 15px;
}
.single-physician-speciality .sp-providers-area h3 {padding: 0 15px;}
.sp-providers-area,.single-location .s-location-icon-list-area{
    overflow: hidden;
}
.single-post .content-block {padding: 50px 0;}

.post-featured {max-width: 100%;margin: 0 0 15px;}

.s-post-content .internal-page-title {font-size: 25px;}

.top-navigation a, .s-post-content .post-meta, .s-post-content .post-categories a {font-size: 16px;margin: 0;}

    .bh-col-3 {max-width: 50%;min-width: 50%;}
    .icon-list-box {
        min-width: 330px;
        padding-right: 0;
    }
    a.full-slide-link {
        min-height: inherit;
        position: absolute;
        top: 0;
    }
    .right-buttons a {
        margin: 10px 25px 0 0;
    }

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {


}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

.left-content-sp iframe {width: 100% !important;}
    .bh-col-3 {max-width: 100%;min-width: 100%;}


    .hero-dr ul {
        display: block;
    }

    ul.doctor-extra-options li {
        margin: 0 0 15px;
    }

    .icon-list-box {
        padding-left: 0;
    }

    .article-inner {
        padding: 10px;
    }

    .health-news-title {
        display: block;
        text-align: center;
    }

    .health-news-wrapper {
        display: block;
        margin: 0;
    }

    .single-health-post {
        width: 100%;
        min-width: 100%;
        margin: 0 0 30px;
        padding: 0;
    }
    .right-dr-info-n .alignright {
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    .right-dr-info-n {
        margin-top: 30px;
    }
    .slides ul.slick-dots li {
        border: none;
        background-color: #ddd;
        height: 10px;
        width: 10px;
        margin-top: 18px;
    }
    .mobile-meet-our-provider {
        display: block;
    }
    .sp-providers-area {
        display: none;
    }
    .location-img {
        height: 200px;
    }
    .s-location-icon-list-area .bh-col {
        padding-left: 30px;
    }
    .ps-list-flex {
        columns: 1;
    }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
