/*
 Theme Name:     Wayne Health
 Theme URI:      https://wordpress.org/themes/wayne
 Description:    A child theme of WPBS Theme
 Author:         Geek Town USA
 Author URI:     https://www.geektownusa.com/
 Template:       wp-bootstrap-starter
 Version:        1.0
*/


body {
    background: #fff;
    font-family: 'Lato', sans-serif;
	line-height: 1.6;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: 1.4 !important; }

#wpadminbar .quicklinks>ul>li>a {
    padding: 0 8px 0 7px;
    color: #fff !important;
}

/*.container {
    width: 1260px !important;
    max-width: 100%;
}*/

.gappingss {
  /* margin:0 8%;*/
}

#wpadminbar #wp-admin-bar-my-sites a.ab-item, #wpadminbar #wp-admin-bar-site-name a.ab-item {
    white-space: nowrap;
    color: #fff !important;
}
.justify-content-center{
	justify-content: center;
}
a {
    text-decoration: none;
    color: #0c5348 !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.no-padding {
    padding: 0px;
}

span.new-name {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
}

img {
    display: inline-block;
    max-width: 100%;
}

hr { border-top: none !important; margin-bottom: 1.5rem; }

.cta {
    border-radius: 6px;
    background: #ffc844;
    padding: 0.5em 1.25em !important;
    font-size: 15px;
    margin-bottom: 15px;
    z-index: 999;
    position: relative;
    display: inline-block;
    font-weight: 700;
	text-align: center;
}

.cta:hover { background: #ffe2a4; text-decoration: none; }

.cta-big {
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px;
}

.cta .svg-inline--fa { margin-right: 0.25em; }

.btn {
    border-radius: 6px;
    background: #ffc844;
    padding: 0.5em 1.25em;
    color: #093f39;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.learn-button {
    float: right;
}

.view-deatil {
    text-align: right;
}

select#exampleFormControlSelect1 {
    text-transform: none;
}

.equil {
    padding: 0.5em 1em;
}


/*header Start from here*/

.health-accountability br {
    display: none;
}

div#globalNavbar {
    flex-basis: auto;
    flex-direction: column;
    align-items: normal;
}

.tophead h3 {
    font-size: 23px;
    color: #fff;
    margin: 0 0 30px 40px;
    font-weight: 700;
}

header.header-background {
    background-image: linear-gradient(to top, #0c5348, #09403a);
    padding: 19px 0px;
    position: relative;
}

a.navbar-brand {
    margin-right: 75px;
}

div#globalNavbar {
    position: absolute;
    right: 6%;
}

.on-click-search {
    position: absolute;
    right: -50px;
}



ul.navbar-nav {
    /*border-top: 5px solid #b1c5c2;*/
}

ul.navbar-nav li {
    list-style: none;
    margin: 0 10px;
    position: relative;
}

a.nav-link {
    padding: 0.5em 1em !important;
}

ul.navbar-nav li a:link, ul.navbar-nav li a:visited {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
	line-height: 1.3;
}

ul.navbar-nav li a:hover, ul.navbar-nav li a:active {
    color: #fff !important;
	text-decoration: none !important;
	border-bottom: 3px solid #ffc844;
	margin-bottom: -3px;
}

/*ul.navbar-nav li.active::before {
    position: absolute;
    bottom: 0;
    width: 55px;
    left: 50%;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    content: '';
}*/

section.slider .owl-carousel button.owl-dot {
    font-size: 25px;
    color: #ffc844 !important;
    width:15px;
    height:15px;
    /*background: #ffc844 !important;*/
    margin: 7px;
    border-radius: 100% !important;
    text-align: center;
    border: 2px solid #ffc844 !important;
}

section.slider .owl-dots {
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

section.slider button.owl-dot.active {
    background: #ffc844 !important;
}


/*header end  here*/


/*informaion-provider start*/

.informaion-provider i.fas, .informaion-provider .svg-inline--fa {
    font-size:25px;
    color: #0c5449;
    font-weight: 700;
    position: relative;
    top: 10px;
    left: -5px;
}

.informaion-provider {
    background: url(../wayne/images/informatin.png) no-repeat;
    position: absolute;
    top: 178px;
    z-index: 99;
    right: 0px;
}

.informaion-provider ul {
    margin: 10px 0px 10px 20px;
}

.informaion-provider ul li {
    list-style: none;
    float: left;
    margin: 0px 5px 0 5px;
    padding: 0px 0px 15px 15px;
}





.informaion-provider ul li:hover{
        border-radius: 6px;
    background: #ffc844
}

.informaion-provider ul li:hover a{
         border-right: 2px solid #ffc844;

}

.informaion-provider ul li a {
    color: #093f39;
    font-size: 17px;
    text-decoration: none;
    font-weight: 700;
    margin-left: 0px;
    position: relative;
    top: 6px;
    border-right: 2px solid #b1c5c3;
    padding: 0 15px 0 0;
    margin: 0px 0px 0 5px;
}

a.border-none {
    border-right: 0px !important;
}


 .searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: #fff;
    border-radius: 30px;
    padding: 5px 5px 5px 2px;
    }

/*.searchbar:hover{
    background: #ffc844;
}*/
    .search_input{
    color: #010101;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 30px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 450px;
    caret-color:red;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }

    .search_icon{
    height: 30px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    text-decoration:none;
    }




/*informaion-provider end*/


/*slider start*/

section.slider span {
    font-size: 8em;
    color: #ffc844;
    line-height: 24px;
}

section.slider button.owl-prev {
    position: absolute;
    top: 40%;
    left: 10px;
}

section.slider button.owl-next {
    position: absolute;
    top: 40%;
    right: 10px;
}

section.slider .item { padding: 350px 0; background-size: cover !important; }

.carousel-caption {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
	margin: 0 0.5%;
}

.carousel-caption h4 {
    font-size: 60px;
    font-weight: 700;
	margin-bottom: 0 !important;
}

.carousel-caption p {
    font-size: 36px;
    font-weight: 700;
}


/*slider end*/


/*community-health start*/

.community-health {
    padding: 20px;
/*    background: #0c5449;*/
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
}

/*.community-health::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: inherit;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    transform: skew(-33deg, 0deg);
}

.community-health::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: inherit;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    transform: skew(33deg, 0deg);
}*/

.community-health h2 {
    text-align: center;
    font-size: 48px;
    color: #0c5449;
    font-weight: 700;
    border-right: 8px #ffc844 solid;
    border-left: 8px #ffc844 solid;
    max-width: 740px;
    margin: 0 auto;
}

.health-accountability h3 {
    font-size: 27px;
    font-weight: 700;
    color: #093f39;
    margin: 0px 0 10px;
}

.health-accountability h4 {
    font-size: 19px;
    font-weight: 700;
    color: #0c5449;
    margin-bottom: 20px;
    line-height: 30px;
}

.health-accountability p {
    font-size: 16px;
    color: #181a19;
    line-height: 25px;
}

/*community-health end*/


/*medical-services start*/

section.medical-services {
    background: #0a3e39;
    padding-bottom: 10px;
    overflow: hidden;
}

.explore-medical {
    padding: 20px 20px 20px;
    background: #0a3e39;
    position: relative;
    margin-bottom: 15px;
}

.explore-medical::before {
   content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: -109%;
    z-index: 0;
    background: inherit;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(37deg, 0deg);
    -ms-transform: skew(37deg, 0deg);
    transform: skew(37deg, 0deg);
    background: #fff;
}

.explore-medical::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -109%;
    z-index: 0;
    background: inherit;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-37deg, 0deg);
    -ms-transform: skew(-37deg, 0deg);
    transform: skew(-37deg, 0deg);
    background: white;
}

.explore-medical h2 {
    text-align: center;
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    /* border-right: 8px #ffc844 solid;
    border-left: 8px #ffc844 solid;*/
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

section.medical-services span {
    font-size: 120px;
    color: #ffc844;
    line-height: 24px;
}

section.medical-services button.owl-prev {
    position: absolute;
    top: 30%;
    left: -70px;
}

section.medical-services button.owl-next {
    position: absolute;
    top: 30%;
    right: -70px;
}

section.medical-services .owl-dots { display: none; }

.explore-medical-box a {
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.explore-medical-box a:hover, .explore-medical-box a:active {
	border-bottom: 3px solid #ffc844;
}

.explore-medical-box h3 {
    text-align: center;
    margin: 0.25em 0px 1em;
	line-height: 1.2 !important;
}

.explore-medical-box {
    margin: 0 15px;
}

section.medical-services ul {
    padding: 0px;
    margin: 20px auto 50px;
}

section.medical-services ul li {
    list-style: none;
    float: left;
    margin: 0 10px;
}


/*medical-services end*/


/*we are here for help you start*/

section.weare-for-help {
    background:#b1c5c3;
    padding: 15px 0px;
}

.help-you h2 {
    font-size: 42px;
    color: #093f39;
    font-weight: 700;
    text-align: right;
    margin: 0;
}

.request-an-appointment {
    background: #0c5449;
    text-align: center;
    border-radius: 4px;
    padding: 0.5em;
    color: #fff;
}

.request-an-appointment:hover { background: #09403a; }

.request-an-appointment h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
	margin-bottom: 0;
}

span.now-request {
    margin-right: 0.5em;
    position: relative;
    top: -1px;
}

.now-request i.fa.fa-phone, .now-request .svg-inline--fa {
    font-size: 1.2em;
    color: #ffc844;
    position: relative;
    top: 2px;
}

.request-an-appointment h3 a {
    color: #fff !important;
    text-decoration: none;
}


/*we are here for help you end*/


/*health-care-community end*/

.health-care-community {
    padding: 50px 0;
}

.health-care-community h2 {
    color: #0c5449;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.welcome-to-wayne {
    background: #e8edec;
    padding: 30px;
    height: 520px;
}

div#map {
    width: 100%;
    height: 520px !important;
}

.welcome-to-wayne h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
}

.welcome-to-wayne p {
    font-size: 16px;
    line-height: 30px;
}

.welcome-to-wayne span {
    font-weight: 700;
    color: #0c5449;
}

.welcome-to-wayne ul {
    padding: 0;
}

.welcome-to-wayne ul li {
    list-style: none;
    float: left;
    margin: 20px 5px 0;
}

.health-care-community iframe {
    width: 100%;
    height: 100%;
}


/*health-care-community end*/


/*highlights-wayne-health start*/

.highlights-wayne-health {
    background: #b1c5c2;
    overflow: hidden;
    position: relative;
}

section.highlights-wayne-health::before {
    width: 100%;
    height: 110px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}



.wayne-health {
   padding: 20px 20px 20px;
    background: #b1c5c2;
    position: relative;
    margin-bottom: 10px;
}

.wayne-health::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: -109%;
    z-index: 0;
    background: inherit;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(37deg, 0deg);
    -ms-transform: skew(37deg, 0deg);
    transform: skew(37deg, 0deg);
    background: #fff;
}

.wayne-health::after {
        content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -109%;
    z-index: 0;
    background: inherit;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-37deg, 0deg);
    -ms-transform: skew(-37deg, 0deg);
    transform: skew(-37deg, 0deg);
    background: white;
}

.wayne-health h2 {
    text-align: center;
    font-size: 48px;
    color: #0c5449;
    font-weight: 700;
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.page-template-template-home-php .wayne-health-box {
    background: #0c5449;
    padding: 20px;
    margin: 15px 0;
    min-height: 280px;
    /* border: 1px solid #093f39; */
}

.wayne-health-box {
    background: #0c5449;
    padding: 20px;
    margin: 15px 0;
    /* border: 1px solid #093f39; */
}

.featured-provider h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 4px solid #ffc844;
    padding-bottom: 10px;
}

.health-provides h3 {
    padding-bottom: 0;
    border-bottom: 0;
}

.health-provides .wayne-health-box {
    padding: 0px;
}

.health-provides .featured-provider {
    padding: 15px 0 5px;
}

.featured-provider h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 12px 0;
}

.featured-provider ul {
    padding: 0;
}

.featured-provider ul {
    list-style: none;
    color: #fff;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0.5em;
}

.featured-provider span {
    font-weight: 400;
	/* word-break: normal; */
}

/*.all-Wayne.Health-manage {
    position: relative;

}*/

.wayne-health-box img {
    width: 100%;
    /* min-width: 140px;
	min-height: 209px; */
}

section.meet-doctor .cta {
    border-radius: 6px;
    background: #ffc844;
	font-size: 16px;
    /*padding: 4px 20px;*/

}

.wayne-health-box.highlight {
  border-radius: 0;
  background: #093F39;
  color: #fff;
  padding: 0;
  min-height: 90%;
}

.wayne-health-box.highlight h3 { padding-bottom: 0.5em; margin-bottom: 1em; border-bottom: 4px solid #B2C5C3; }

.wayne-health-box.highlight .align-items-center { align-items: center !important; }

.wayne-health-box.highlight .mt-lg-0 { margin-top: 0 !important; }

.wayne-health-box.highlight .mr-md-3 { margin-right: 1rem!important; }


/*highlights-wayne-health end*/


/*footer start */

.footer-box {
    padding: 0px 1px 0px 40px;
    margin: 40px 0px 0px 0;

}

.quick-links h3 {
    color: #fff;
    z-index: 99;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding: 11px;
}

.quick-links {
    background: #0c5449;
    padding: 0;
    position: relative;
    z-index: 0;
}

.quick-links::after {
    position: absolute;
    top: 0;
    left: -40px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 40px;
    border-color: transparent transparent #0c5449 transparent;
    z-index: -1;
}

.footer-box ul {
    padding: 10px 0 0;
}

.footer-box ul li {
    list-style: none;
    line-height: 35px;
    position: relative;
}

.footer-box ul li a {
    color: #181a19;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    text-decoration: none;
}

.footer-box ul li i.fas.fa-angle-right {
       margin: 0 5px;
    color: #ffc844;
    font-size: 16px;
    position: absolute;
    top: 11px;
    left: -20px;
    font-weight: 700;
}


/*.footer-box ul li a::before {
    content: '\f105';
    font-family: FontAwesome !important;
    font-weight: normal;
    font-style: normal;
    margin: 5px 10px 0px 10px;
    text-decoration: none;
    position: absolute;
    left: -27px;
    color: #ffc844;
    font-size: 12px;
}*/

span.facebook {
    background: #3b5998;
    padding: 6px 10px;
    border-radius: 6px;
	color: #fff;
}

.facebook i.fab.fa-facebook-f {
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 6px;
}

span.twitter {
    background: #00acee;
    padding: 6px 6px;
    border-radius: 6px;
    margin: 0 5px;
	color: #fff;
}

.twitter i.fab.fa-twitter {
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 3px;
}

span.youtube {
    background: #b2071d;
    padding: 6px 6px;
    border-radius: 6px;
	color: #fff;
}

.youtube i.fab.fa-youtube {
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 1px;
}

span.linkedin {
    background: #0077b5;
    padding: 6px 8px;
    border-radius: 6px;
	color: #fff;
	margin: 0px 0px 0px 5px;
}

.linkedin i.fab.fa-linkedin-in {
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 1px;
}

.footer-box p {
    color: #181a19;
    font-size: 16px;
    font-weight: 700;
	padding: 15px 20px 0 0;
}

.facebook i.fa.fa-facebook-square {
    color: #3b5998;
    font-size: 30px;
    margin: 0 15px 0 0;
}

.twitter i.fa.fa-twitter-square {
    color: #00acee;
    font-size: 30px;
    margin: 0 15px 0 0;
}

.youtube i.fa.fa-youtube-play {
    color: #b2071d;
    font-size: 30px;
}

span.instagram {
    background: #4c68d7;
    padding: 6px;
    border-radius: 6px;
    color: #fff;
    margin: 0px 0px 0px 5px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}


/*footer end */


/*pre-footer start */

.pre-footer ul {
    padding: 0;
    float: right;
}

.pre-footer ul li {
    list-style: none;
    float: left;
    margin: 0 5px 0 0;
}

.pre-footer ul li a {
    color: #0c5449;
    font-size: 14px;
    text-decoration: none;
    border-right: 1px solid #c8d5d3;
    padding: 0px 10px 0 5px;
}

.pre-footer ul li:last-child a { padding: 0 0 0 5px; }

section.main-pre-footer {
    margin-top: 40px;
	font-size: 14px;
}

.border-top {
    padding: 15px 0;
    border-top: 4px solid #b1c5c2!important;
}

.footer-pre {
    background: #e8edec;
    min-height: 310px;
    margin-top: -10px;
    padding: 20px 0 0 0;
}

.footer-pre ul, .footer-pre p { padding-right: 20px; padding-bottom: 20px; }

.footer-pre ul li {
    list-style: none;
    line-height: 22px;
    position: relative;
	margin-bottom: 0.75em;
}

.footer-pre ul li i.fas.fa-angle-right, .footer-pre ul li .svg-inline--fa {
    margin: 0 5px;
    color: #ffc844;
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: -20px;
    font-weight: 700;
}


.footer-pre ul li a {
    color: #181a19;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    text-decoration: none;
}

.footer-pre ul li a:hover, .footer-pre ul li a:active { text-decoration: underline; }

.mng-fns p {
    color: #181a19;
    font-size: 16px;
    font-weight: 700;
    padding:0px 20px 0 0;
}

.mng-fns {
    padding: 0 25px;
}


/*pre-footer end */


/*doctor provider start*/

.our-doctor {
    position: relative;
    bottom: 110px;
}

.our-doctor h1, .our-doctor h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.footer-box.no-margin {
    margin: 70px 0px 0 0;
}

.doctor-detail-content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #0c5449;
    margin-bottom:12px;
}

.doctor-detail-box ul {
    padding: 0;
    margin: 0;
}

.doctor-detail-box  {
    color: inherit;
    font-size: 16px;
    font-weight: 700;
}

span.secondary-special {
    float: right;
}

span.breast {
    float: right;
}

.doctor-detail-service-name {
    font-size: 24px;
    color: #181a19;
}
.doctor-detail-specialty {
    font-size: 17px;
    font-weight: 700;
    color: #0c5449;
    margin-bottom: 1.5em;
}

.doctor-detail-content h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}

.doctor-detail-content {
    width: 84%;
    margin-top: 0px;
}

.doctor-detail-box .card {
    background: #b1c5c2;
    border: 0;
}

.card-header { border-bottom: none !important; }

.card-header h6 {
    font-size: 20px;
    color: #093f39;
	font-weight: 700;
}

.card-body { background: #e8edec; }

i.fa.fa-angle-down, .card-header .svg-inline--fa {
    font-size: 30px;
    line-height: 36px;
    color: #0c5449;
	vertical-align: -0.4em !important;
    /* font-weight: normal; */
}

.doctor-detail-box .card-header {
        padding: 5px 15px 0px;
}

.doctor-detail-box {
    padding: 0 0 40px;
    border-bottom: 4px solid #e8edec;
}

.practice-focus-areas {
    padding: 40px 0;
    border-bottom: 1px solid #b1c5c2;
    margin-top: 0px;
}

.practice-focus-areas ul {
    padding: 0 0px 0 15px;
    line-height: 30px;
}

.practice-focus-areas ul li {
    list-style: none;
    position: relative;
    padding: 0 5px;
}

.practice-focus-areas ul li::before {
    content: '';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 1px 10px 0px 10px;
    text-decoration: none;
    position: absolute;
    left: -23px;
    color: #0c5449;
    font-size: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0c5449;
    top: 11px;
}

.education-box h4 {
    margin: 0px 0 20px;
}

.practice-focus-areas.border-no {
    border: 0;
}

.practice-focus-areas h2 {
    font-size: 28px;
    color: #0c5449;
    font-weight: 700;
    margin-bottom: 20px;
}

.education {
    padding: 40px 0;
    border-bottom: 1px solid #b1c5c2;
    margin-top: 0px;
}

.education h2 {
    font-size: 28px;
    color: #0c5449;
    font-weight: 700;
    margin-bottom: 20px;
}

.education-box h5 {
    font-size: 16px;
    color: #0c5449;
    font-weight: 700;
}

.education-box h3 {
    font-size: 24px;
    color: #181a19;
}


/*right-sidebar-start*/

.right-sidebar {
    background: #0c5449;
    padding: 30px;
}

.right-btn {
    background: #ffc844;
    padding: 12px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0 25px;
}

.right-btn:hover { text-decoration: none; background: #ffe2a4; }

.right-btn:hover a { text-decoration: none; }

section.meet-doctor.extra-add {
    background: #fff;
}

.our-doctor-provder.no-add-cl {
    background: #fff;
    border-top: 4px solid #b1c5c2!important;
    padding: 10px 1px 0;
    margin-top: 50px;
}



span.request-apoint {
    margin: 0 10px 0 0px;
    color: #0c5449;
}

.office-location h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 3px solid #b1c5c2;
    padding: 20px 0 10px;
    margin-bottom: 30px;
}

.office-location h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.office-location ul {
    padding: 0;
}

.office-location a {
    margin: 0 3px 0 0;
}

.office-location {
    margin-bottom: 25px;
}

.office-location ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}


/*right-sidebar-end*/

.provider-card-label { list-style: none; color: #fff; line-height: 1.6; font-size: 16px; font-weight: 700; }
.provider-card-info { list-style: none; color: #fff; line-height: 1.6; font-size: 16px; font-weight: 700; }
/*.provider-card-info a { text-decoration: underline; }*/


/*doctor provider end*/


/*location start */

.main-box {
    padding: 5px 0 20px;
    /* border-bottom: 4px solid #e8edec; */
    /* margin-bottom: 15px; */
	margin-bottom: 0;
}

.main-box .btn { width: 90%; }

.main-box h3, .main-box h4 { font-size: 22px; }

button.send-mail {
    background: #0b5147;
    border: 0;
    color: #ffc844;
    padding: 6px 20px;
    border-radius: 0.25rem;
    position: relative;
    left: 0px;
    margin-left: -55px;
    z-index: 9999;
}

section.search-sec h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0c5449;
    margin-bottom: 2em;
    text-align: center;
}

.search-sec form {
    margin: 20px 0;
    text-align: center;
}

.search-sec ul { margin: 0 auto; }

button.find-location {
    background: #0c5449;
    color: #ffc844;
    border: 0;
    padding: 6px 18px;
    border-radius: 0.25rem;
	width: 100%;
	font-weight: 700;
}

span.search {
    margin: 0 10px 0 0;
}

section.custom-markers {
    margin: 30px 0;
}

.location-box h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0c5449;
}

.more-and-prev span {
    margin: 0 6px;
}

.more-and-prev .btn {
    margin: 20px 8px 40px;
}

.more-and-prev {
    /* margin: 0 auto; */
    text-align: center;
}

.location-box {
    margin: 15px 0;
}

.services-offered {
    margin: 15px 0;
}

.view-deatil {
    margin: 15px 0;
}

.location-box p {
    font-size: 16px;
    color: #181a19;
    margin: 0 0 10px;
}

.location-box a {
    color: #0c5449;
    font-weight: 700;
}

.services-offered h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0c5449;
}

.services-offered p {
    font-size: 16px;
    color: #181a19;
    margin: 0 0 10px;
}


/*location end */


/*finad a provider start*/

ul.below {
    padding: 0 1em 1em;
}

.new-search select#exampleFormControlSelect1 {
/*    width: 280px;*/
}

ul.below li {
    list-style: none;
    float: left;
    margin: 0 9px 0 0;
}

.filters {
    text-align: center;
    margin: 10px 0 50px;
}

.filters span {
    margin: 0px 8px;
}

.meet-doctor-box {
    background: #093f39;
    padding: 20px;
    margin: 1em 0;
}

section.meet-doctor h3 {
    padding-bottom: 0;
    font-size: 24px;
    border-bottom: 0;
}

.meet-doctor .wayne-health-box {
    padding: 0px;
}

.meet-doctor .featured-provider {
    padding: 1.5em 0 1em 1em;
}


.meet-doctor a.cta {
    margin: 0;
}

.our-doctor-provder {
    padding: 20px 20px 20px;
    background: #e8edec;
    position: relative;
    margin-bottom: 10px;
}

ul.page-numbers li {
    padding: 6px 15px;
    background: #b1c5c3;
    margin: 0px 5px;
    border-radius: 6px;
    float: left;
    list-style: none;
}

ul.page-numbers li:hover { background: #fff; font-weight: 900; }

ul.page-numbers li span { font-weight: 900; color: #0c5449; }

.page-nation {
    margin: 1.5em auto 4em;
}

section.meet-doctor {
    background: #e8edec;
    overflow: hidden;
}

.our-doctor-provder h2 {
    text-align: center;
    font-size: 48px;
    color: #0c5449;
    font-weight: 700;
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.our-doctor-provder::before {
        content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: -109%;
    z-index: 0;
    background: inherit;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(37deg, 0deg);
    -ms-transform: skew(37deg, 0deg);
    transform: skew(37deg, 0deg);
    background: #fff;
}

.our-doctor-provder::after {
        content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -109%;
    z-index: 0;
    background: inherit;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-37deg, 0deg);
    -ms-transform: skew(-37deg, 0deg);
    transform: skew(-37deg, 0deg);
    background: white;
}


/*finad a provider end*/


/*find a service start*/

span.location-search a {
    text-decoration: underline !important;
}

/*.service-box {
    padding: 15px 0;
    text-align: center;
}*/

/*.service-box h3 {
    color: #0c5449 !important;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 0 5px;
}*/

.service-box {
    padding: 0.25em 0.5em 0 0;
    text-align: left;
}

.main-service-image {
    width: 100%;
    height: auto;
}


.service-box h3 {
    color: #0c5449 !important;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
}


.service-box p {
    font-size: 17px;
    line-height: 25px;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}


/*.service-box p {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}*/

.service-box p a {
    color: #181a19;
    text-decoration: underline !important;
    font-style: italic;
}

.service-box.bottom-marg {
    margin-bottom: 30px;
}


/*.service-box ul {
    padding: 0;
}


.service-box ul li{
    list-style: none;
    float: left;
}

.service-box ul li a{
    text-decoration: underline !important;
    font-size: 16px;
}
*/


/*find a service end*/


/*service page start*/

.office-location h5 {
    color: #fff;
    font-size: 18px;
}

.office-location p {
    font-size: 16px;
    color: #181a19;
    line-height: 25px;
}

.ortthopedic-doctor {
    padding: 50px 0;
}

.doctor-box {
    text-align: center;
}

.ortthopedic-doctor h3 {
    color: #0c5449;
    margin: 5px 0;
    font-size: 24px;
    font-weight: 700;
}

.ortthopedic-doctor p {
    font-size: 16px;
    color: #181a19;
    line-height: 25px;
    margin-bottom: 30px;
}

.doctor-box h3 {
    color: #0c5449 !important;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 0 20px;
    font-style: italic;
}

.womens-health-left h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0c5449;
    margin-bottom: 20px;
    line-height: 30px;
}

.womens-health-left a.btn {
    margin: 10px 15px 0 0;
}

.health-provides h2 {
    color: #0c5449;
    margin: 5px 0;
    font-size: 24px;
    font-weight: 700;
}

.health-provides h3 {
    font-size: 20px;
}

.border-top-top {
    padding: 15px 0;
    border-top: 4px solid #b1c5c2!important;
    margin: 50px 0 0;
}

/*service page end*/


/*location start*/

.health-mack h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0c5449;
    margin-bottom: 10px;
}

.health-mack h4 {
    font-size: 20px;
    color: #181a19;
    font-weight: 700;
}

.health-mack h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0c5449;
    margin-top: 10px;
    margin-bottom: 2px;
}

.health-mack p {
    font-size: 16px;
    color: #181a19;
    margin: 0px 0 10px;
}

span.r-an-a {
    margin: 0 5px;
}

.vmb a {
    text-decoration: underline !important;
}

h2.whp-provide {
    /* font-size: 24px; */
    color: #0c5449;
    margin: 5px 0 0px;
    font-size: 30px;
    font-weight: 700;
    text-align: left;

}

.main-service {
    margin-bottom: 4em;
}

/*location end*/

/* gtu styles start */

.wh-green { color: #0c5449; }
.wh-dkgreen { color: #093f39; }
.wh-midgreen { color: #b1c5c2; }
.wh-palegreen { color: #e8edec; }
.wh-gold { color: #ffc844; }

.wh-palegreenbg { background-color: #e8edec; }
.wh-dkgreenbg  { background-color: #093f39; color: #fff; }

.wh-dkgreenbg a { color: #ffc844 !important; }

.entry-content a:link, .entry-content a:visited { font-weight: 700; }
.entry-content a:hover, .entry-content a:active { color: #093f39; text-decoration: none; border-bottom: 2px solid #ffc844; padding-bottom: 0.25em; }
.entry-content a.cta:hover, .entry-content a.cta:active { border-bottom: none !important; }

.wh-boxedcol { padding: 2em !important; }

.wh-insidepg { padding-top: 0; }

.wh-insidepg .lt-section { background: #e8edec; padding: 3em 0; margin: 2em auto; }

.wh-insidepg .row { padding: 2em 0; margin: 0 auto; }

.wh-insidepg .col-txt-right { padding-left: 3em; }
.wh-insidepg .col-txt-left { padding-right: 3em; }

.wh-insidepg h3 { font-size: 28px; font-weight: 700; padding-bottom: 0.5em; }
.wh-insidepg h4 { font-size: 22px; font-weight: 700; padding-top: 0.5em; }
.wh-insidepg h5 { font-size: 20px; font-weight: 700; line-height: 1.5; padding-bottom: 0.25em; }

.wh-insidepg .cta { margin: 1em 0.75em 0 0; }

.wh-insidepg ul {
	padding-left: 1em;
	margin-top: 0.5em;
	-webkit-column-count: 2;  /* Chrome/Opera, Safari */
	-moz-column-count: 2; /* Mozilla Firefox */
	column-count: 2;
	-webkit-column-gap: 3em; /* Chrome/Opera, Safari */
	-moz-column-gap: 3em; /* Mozilla Firefox */
	column-gap: 3em;
	/*list-style: none;*/
}

.wh-insidepg ul.col3 {
	-webkit-column-count: 3;  /* Chrome/Opera, Safari */
	-moz-column-count: 3; /* Mozilla Firefox */
	column-count: 3;
}

.wh-insidepg ul li ul, .wh-insidepg ul.col3 li ul {
	-webkit-column-count: 1;  /* Chrome/Opera, Safari */
	-moz-column-count: 1; /* Mozilla Firefox */
	column-count: 1;
}

.wh-insidepg ul.nobullet { list-style: none; padding-left: 0; }

.wh-insidepg li { margin-bottom: 0.5em; break-inside: avoid-column; }

.wh-insidepg li.nobullet { list-style: none; }

.wh-callout {
	margin: 1em auto 1.5em;
	border-left: 8px solid #ffc844;
	padding-left: 1.5em;
	font-size: 24px;
	font-style: italic;
	color: #0c5449;
}

.wh-disclaimerhead { font-weight: 700; font-style: italic; }
.wh-disclaimertext { font-style: italic; }

.wh-goldbottomborder { border-bottom: 4px solid #ffc844; padding-bottom: 10px; }

.wh-medltgreenbottomborder { border-bottom: 4px solid #e8edec; }

.wh-thinltgreenbottomborder { border-top: 1px solid #b1c5c2; padding-top: 10px; }

.wh-pagetitle { padding: 20em 0 4em; background-size: cover !important; }

.wh-pagetitle h1 { color: #fff; font-weight: 700; font-size: 48px; }

label { margin-bottom: 0; }

.gf_progressbar { background-color: #093F36 !important; background: linear-gradient(135deg,#093F36 0,#093F36 49%,#093F36 51%,#093F36 100%) !important; border: none !important; }

.gf_progressbar_title { font-size: 1em !important; font-weight: 700; }

.gsection_title { color: #0c5449 !important; font-weight: 700; font-size: 1.75em !important; }

.gfield_label { font-size: 1.1em !important; text-transform: none !important; font-weight: 700 !important; }

.gfield_label span.gfield_required { color: #0c5449 !important; padding-left: 0.15em; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label, .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label { font-size: 1em !important; max-width: 100% !important; }

.gform_wrapper li.gfield ul.gfield_radio li { font-size: 100% !important; }

.gfield_description { font-size: 1em !important; font-style: italic; padding: 0.25em 0 0.5em !important; background: transparent !important; }

.gsection { border-bottom: 4px solid #e8edec !important; }

.gform_page_footer { border-top: 1px solid #b1c5c2 !important; margin: 2em 0 !important; padding-top: 2em !important; }

.gform_wrapper .gform_page_footer .button.gform_previous_button, .gform_wrapper .gform_page_footer .button.gform_next_button { border-color: transparent !important; background-color: #b1c5c2 !important; color: #093F36 !important; font-weight: 700 !important; padding: 0.5em 1.25em; border-radius: 5px; font-size: 1.25em; }

.gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit], .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] { border-color: transparent !important; background-color: #ffc844 !important; color: #093F36 !important; font-weight: 700 !important; padding: 0.5em 1.25em; border-radius: 5px; font-size: 1.25em !important; }

.sp_goose input[type=radio]:not(old):checked+label:before { background: #0c5449 !important; border-color: transparent !important; }

.gform_wrapper li.gf_list_inline ul.gfield_radio li, .gform_wrapper li.gf_list_inline ul.gfield_checkbox li { margin: 0 1em 1em 0 !important; }

.sp_goose input[type=checkbox]:not(old)+label, .sp_goose input[type=radio]:not(old)+label { border-radius: 4px; border: none !important; background: #e8edec !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea, .gform_wrapper select { background: #e8edec !important; border-color: transparent !important; box-shadow: none !important; border-radius: 5px; }

.gform_wrapper select { padding: 7px 4px !important; }

.blog_post_breadcrumb { display: none; }

.blog_category h2 { font-weight: 700 !important; }

body.single-post h1 { font-weight: 700; }

.wh-appointmentbar { background: #b1c5c3; padding: 1em 0 0; }
.wh-appointmentbar h2 { font-size: 42px; font-weight: 700; }
.wh-appointmentbar .cta-big { background: #0c5449; color: #fff !important; margin-top: 0; }
.wh-appointmentbar .cta-big:hover { background: #093f39; text-decoration: none; }

.wh-emergencybar { background: #bf0a2c; color: #fff; }
.wh-emergencybar h5 { padding-bottom: 0; margin-bottom: 0; }

.wh-requestapptsection { background: #b1c5c2; }
.wh-requestapptsection h2 { font-weight: 700; }

.wh-schedulingblock .secondary { min-height: 480px; }

.wh-schedulingblock h2 { font-weight: 700; }
.wh-schedulingblock h5 { text-align: center; font-weight: 400; margin-bottom: 0; }
.wh-schedulingblock p { margin-bottom: 0; }
.wh-schedulingblock ul { list-style: none; font-size: 1.25em; font-weight: 700; }
.wh-schedulingblock ul li ul { list-style: disc; font-size: 16px; font-weight: 400; }

.location .main-box .row { background-color: #e8edec; padding: 1em; width: 97%; margin: 0 auto; height:100%;}

.featured-provider ul li a { font-weight: 400; }
.featured-provider ul.location-list {  }
.featured-provider ul.location-list li ul { margin-top: 0; margin-bottom: 0.5em; }
.featured-provider ul.location-list li ul li { display: inline !important; }
.featured-provider ul.location-list li ul li::after {
	content: ", ";
}
.featured-provider ul.location-list li ul li:last-child::after {
	content: "";
}

.gform_wrapper .gf_step span.gf_step_number { font-family: inherit; font-weight: 700; color: #0c5449; }

.error404 section { padding: 60px; text-align: center; margin: 0 auto; }
.error404 .btn { margin-bottom: 5px; }

/* gtu styles end */

/* Events Calendar Styles */

.tribe-events .tribe-events-calendar-month__day-cell { background-color: #f6f6f6; }

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum { color: #fff; }

/* Events Calendar Styles end */


/* XL desktops ---------------------------------------------------*/
@media (min-width: 1600px) {
	.container { max-width: 1600px; }
	a.navbar-brand img { width: 250px; }
	ul.navbar-nav li a { font-size: 18px; }
	.informaion-provider { top: 147px; }
	a.nav-link { padding: 0.5em 0.75em !important; }
	.meet-doctor .featured-provider { padding: 3em 0 1em 1em; }
}

@media (min-width: 1201px) and (max-width: 1599px) {
	a.navbar-brand img { width: 250px; }
	.informaion-provider { top: 147px; }
	a.nav-link { padding: 0.5em !important; }
	.wh-schedulingblock .secondary { min-height: 600px; }
	.wh-schedulingblock ul { font-size: 1.15em; }
}

/* Bootstrap xl breakpoint ----------------------------------------*/
@media (min-width: 1200px) and (max-width: 1599px) {
	a.navbar-brand img { width: 200px; }
	ul.navbar-nav li a { font-size: 17px; }
	a.nav-link { padding: 0.5em !important; }
	.informaion-provider { top: 130px; }
	.informaion-provider ul li a { font-size: 15px; }
	.wh-leadershipteam h4 { font-size: 20px; }
	.wh-schedulingblock .secondary { min-height: 600px; }
	.wh-schedulingblock ul { font-size: 1.15em; }
	.location .main-box .row { min-height: 135px; }
	.location-box h2 { font-size: 20px; margin-bottom: 0; }
	.main-box .btn { font-size: 13px; width: 100% }
	.location-box, .view-deatil { margin: 0; }
	.meet-doctor .featured-provider { padding: 1.25em 0 1em 0.5em; }
	section.meet-doctor h3 { font-size: 20px; }
	section.meet-doctor .cta { font-size: 14px; }
}


/* Bootstrap lg breakpoint ----------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	a.navbar-brand img { width: 180px; }
	ul.navbar-nav li { max-width: 100px; text-align: center !important; }
	ul.navbar-nav li a { font-size: 15px; }
	a.nav-link { padding: 0.5em 0.25em !important; }
	.informaion-provider { top: 123px; }
	.informaion-provider ul { margin: 5px 0px; }
	.informaion-provider ul li { margin: 0; }
	.informaion-provider ul li a { font-size: 13px; padding: 0 10px 0 0; }
	.informaion-provider .svg-inline--fa { font-size: 18px; }
	section.slider .item { padding: 250px 0; }
	.wh-appointmentbar h2 { font-size: 30px; }
	.wh-leadershipteam h4 { font-size: 20px; }
	.wh-schedulingblock .secondary { min-height: 645px; }
	.wh-schedulingblock ul { font-size: 1.1em; }
	.location-box h2 { font-size: 22px; }
	.main-box .btn { font-size: 13px; }
	.explore-medical h2 { font-size: 36px; }
	.explore-medical-box a { font-size: 18px; }
	.location-box h2 { font-size: 20px; margin-bottom: 0; }
	.main-box .btn { font-size: 13px; width: 100% }
	.location-box, .view-deatil { margin: 20px 0; }
	.meet-doctor .featured-provider { padding: 1em 0 0.5em 0.5em; }
	section.meet-doctor h3 { font-size: 18px; margin-bottom: 0.5em; }
	section.meet-doctor .cta { font-size: 14px; }
    .community-health::before {
        display: none;
    }
    .community-health::after {
        display: none;
    }
    .community-health h2 {
        font-size: 36px;
    }
    .gapping {
        padding: 0;
    }
    .explore-medical::before {
        display: none;
    }
    .explore-medical::after {
        display: none;
    }
    section.medical-services button.owl-next {
        right: 0px;
    }
    section.medical-services button.owl-prev {
        left: 0px;
    }
    .wayne-health::before {
        display: none;
    }
    .wayne-health::after {
        display: none;
    }
    .carousel-caption p {
        font-size: 26px;
        font-weight: 700;
    }
    .carousel-caption h4 {
        font-size: 44px;
        font-weight: 700;
    }
    .carousel-caption {
        bottom: 0;
    }
    .help-you h2 {
        font-size: 30px;
    }
    .request-an-appointment h3 {
        font-size: 22px;
    }
    span.now-request {
        margin: 0 5px 0 5px;
    }
    .now-request i.fa.fa-phone {
        font-size: 18px;
    }
    .request-an-appointment {
        width: 100%;
    }
    .welcome-to-wayne h3 {
        font-size: 18px;
    }
    .welcome-to-wayne ul li {
        margin: 0px 5px 0;
    }
    section.medical-services ul {
        margin: 0px auto 10px;
    }
    .medical-services .owl-dots {
        display: none;
    }
    .wayne-health h2 {
        font-size: 36px;
    }
    .featured-provider h3 {
        font-size: 20px;
    }
    .featured-provider h4 {
        font-size: 16px;
    }
    .all-Wayne.Health-manage {
        top: 0;
        margin-top: 0;
    }
    .footer-box {
        margin: 30px 0px 0px 0;
    }
	.wh-pagetitle { padding: 10em 0 2em; }
	.wh-pagetitle h1 { font-size: 40px; }
	.cta-big { font-size: 20px; }

}

/* Bootstrap md breakpoint ----------------------------------------*/
@media only screen and (max-width: 991px) {
  .wayne-health-box img { max-width: 96%; }
}

@media (min-width: 768px) and (max-width: 991px) {

	a.navbar-brand img { width: 180px; }
	ul.navbar-nav {
    width: 100%;
    padding-top: 0.5em;
}
	ul.navbar-nav li a { font-size: 15px; }
	a.nav-link { padding: 0.5em 0.25em !important; }
	.informaion-provider { top: 123px; }
	.informaion-provider ul { margin: 5px 0px; }
	.informaion-provider ul li { margin: 0; padding: 0px 0px 15px 10px; }
	.informaion-provider ul li a { font-size: 13px; padding: 0 10px 0 0; margin: 0; }
	section.slider .item { padding: 200px 0; }
	section.slider span { font-size: 5em; }
	.cta-big { font-size: 16px; }
	.wh-appointmentbar h2 { font-size: 28px; }
	.wh-leadershipteam h4 { font-size: 18px; }
	.wh-schedulingblock .secondary { min-height: 0; }
	.wh-schedulingblock ul { font-size: 1.1em; }
	.explore-medical h2 { font-size: 36px; }
	.explore-medical-box a { font-size: 18px; }
	.medical-services .btn { font-size: 14px; }
	.location-box h2 { font-size: 20px; margin-bottom: 0; }
	.main-box .btn { font-size: 13px; width: 100% }
	.location-box, .view-deatil { margin: 15px 0; }
	.meet-doctor .featured-provider { padding: 0.5em 0 0.5em 0.5em; min-height: 120px; }
	section.meet-doctor h3 { font-size: 20px; margin-bottom: 0.5em; margin-top: 1em; }
	section.meet-doctor .cta { font-size: 14px; padding: 0.25em 0.75em !important; }
	.featured-provider-bottom { margin-top: -15px; }
	.featured-provider-bottom ul.location-list { border-top: 1px solid #b1c5c2; padding-top: 0.5em; width: 95%; margin: 0.5em auto 0; }
	.pre-footer ul li:first-child a { padding: 0px 10px 0 0; }

    .navbar-light .navbar-toggler {
        color: rgb(255, 255, 255);
        border-color: rgba(255, 255, 255, 0.64);
        background: #fff;
    }

	/*.menu-main-menu-container { margin-top: 150px; }*/
    .footer-box {
        margin: 30px 0px 0px 0;
    }
    .all-Wayne.Health-manage {
        top: 0;
        margin-top: 0;
    }
    .featured-provider h3 {
        font-size: 20px;
    }
    .featured-provider h4 {
        font-size: 16px;
    }
    .wayne-health h2 {
        font-size: 36px;
    }
    .medical-services .owl-dots {
        display: none;
    }
    section.medical-services ul {
        margin: 0px auto 10px;
    }
	.welcome-to-wayne { height: auto; }
    .welcome-to-wayne h3 {
        font-size: 18px;
    }
    .welcome-to-wayne ul li {
        margin: 0px 5px 0;
    }
    .request-an-appointment {
        width: 100%;
    }
    .help-you h2 {
        font-size: 26px;
    }
    .request-an-appointment h3 {
        font-size: 17px;
    }
    span.now-request {
        margin: 0 5px 0 5px;
    }
    .now-request i.fa.fa-phone {
        font-size: 18px;
    }
    .carousel-caption p {
        font-size: 20px;
        font-weight: 700;
    }
    .carousel-caption h4 {
        font-size: 29px;
        font-weight: 700;
    }
    .carousel-caption {
        bottom: 0;
    }
    .wayne-health::before {
        display: none;
    }
    .wayne-health::after {
        display: none;
    }
    section.medical-services button.owl-next {
        right: 0px;
    }
    section.medical-services button.owl-prev {
        left: 0px;
    }
    .explore-medical::before {
        display: none;
    }
    .explore-medical::after {
        display: none;
    }
    .gapping {
        padding: 0;
    }
    .community-health h2 {
        font-size: 36px;
    }
    .community-health::before {
        display: none;
    }
    .community-health::after {
        display: none;
    }
    .informaion-provider ul li span {
        display: none;
    }
	.wh-pagetitle { padding: 10em 0 2em; }
	.wh-pagetitle h1 { font-size: 36px; }
	.pre-footer ul { float: left; }
	.main-pre-footer p { margin-bottom: 0.25em; }
	.wh-insidepg .col-txt-right { padding-left: 0; }
	.wh-insidepg .col-txt-left { padding-right: 0; }
}

/* Bootstrap md & below breakpoint --------------------------------*/
@media only screen and (max-width:767px) {

  .wayne-health-box.highlight h3, .wayne-health-box.highlight p, .wayne-health-box.highlight .cta { max-width: 96%;}

  .error404 section { padding: 20px; }
  .error404 .btn { width: unset; }

	.h3, h3 { font-size: 1.25rem; }

	a.navbar-brand img { width: 150px; }
	a.nav-link { padding: 0.5em 1em !important; }
	ul.navbar-nav {
		-webkit-column-count: 2 !important;  /* Chrome/Opera, Safari */
		-moz-column-count: 2 !important; /* Mozilla Firefox */
		column-count: 2 !important;
		-webkit-column-gap: 1em; /* Chrome/Opera, Safari */
		-moz-column-gap: 1em; /* Mozilla Firefox */
		column-gap: 1em;
	}
	ul.navbar-nav li a:hover, ul.navbar-nav li a:active { border-bottom: none !important; text-decoration: underline; }
	li.appointment-mobile, li.providers-mobile, li.services-mobile, li.locations-mobile, li.resources-mobile { background: rgba(0,0,0,0.3); margin: 5px 10px !important; -webkit-border-radius: 5px; border-radius: 5px; }
	/*li.appointment-mobile { -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
	li.resources-mobile { -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }*/
	li.appointment-mobile a.nav-link::before, li.providers-mobile a.nav-link::before, li.services-mobile a.nav-link::before, li.locations-mobile a.nav-link::before, li.resources-mobile a.nav-link::before {
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		color: #ffc844;
	}
	li.appointment-mobile a.nav-link::before { font-family: "Font Awesome 5 Pro"; font-weight: 900; content: '\f095'; width: 1.5em; }
	li.providers-mobile a.nav-link::before { font-family: "Font Awesome 5 Pro"; font-weight: 900; content: '\f0f1'; width: 1.5em; }
	li.services-mobile a.nav-link::before { font-family: "Font Awesome 5 Pro"; font-weight: 900; content: '\f469'; width: 1.5em; }
	li.locations-mobile a.nav-link::before { font-family: "Font Awesome 5 Pro"; font-weight: 900; content: '\f015'; width: 1.5em; }
	li.resources-mobile a.nav-link::before { font-family: "Font Awesome 5 Pro"; font-weight: 900; content: '\f590'; width: 1.5em; }

	section.slider .item { padding: 200px 0; }
	section.slider span { font-size: 4em; }
	.carousel-caption h4 { font-size: 30px; }
	.carousel-caption p { font-size: 18px; }

	.footer-pre { min-height: auto; }
	.mng-fns { padding: 0 25px 30px; }
	.wh-appointmentbar h2 { font-size: 28px; }
	.wh-appointmentbar .cta-big { width: 100%; font-size: 20px; }

	.cta, .btn { width: 100%; }
	section.medical-services ul li, .welcome-to-wayne ul li { float: none; }

	.welcome-to-wayne h3 { font-size: 20px; }

	.wh-leadershipteam h4 { font-size: 18px !important; }

	.wh-schedulingblock .secondary { min-height: 0; }
	.wh-schedulingblock ul { font-size: 1.1em; }

	.explore-medical h2 { font-size: 36px; }
	.explore-medical-box a { font-size: 18px; }
	.medical-services .btn { font-size: 14px; }

	.location-box { text-align: center; }
	.location-box h2 { font-size: 24px; margin-bottom: 0; }
	.main-box .btn { font-size: 18px; width: 100% }
	.location-box, .view-deatil { margin: 0; }

	.wayne-health-box { margin: 0 0 15px; }
	.meet-doctor .featured-provider { padding: 0.5em 0 0.5em 0.5em; }
	section.meet-doctor h3 { font-size: 20px; margin-bottom: 0.5em; margin-top: 2em; }
	section.meet-doctor .cta { font-size: 14px; padding: 0.25em 0.75em !important; }
	.featured-provider-bottom { margin-top: -15px; }
	.featured-provider-bottom ul.location-list { border-top: 1px solid #b1c5c2; padding-top: 0.5em; width: 100%; margin: 1em auto 0; }
	.pre-footer ul li:first-child a { padding: 0px 10px 0 0; }

    .whschedule table {
  width: 100% !important;
  table-layout: fixed;
     word-break: break-all;

}
/*
.page-id-272 label#label_1_24_2 {
    width: 100% !important;
}




input#input_1_2_1 {
    width: 17.5em !important;
}

input#input_1_2_2{
     width: 17.5em !important;
}

input#input_1_2_3{
     width: 19em !important;
}

*/

div#gform_wrapper_1 {
    width: 100% !important;
    margin: 10px auto 0 !important;
    padding: 15px !important;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.5) !important;
}

/*
.page-id-272 li.gchoice_1_24_0 {
    width: 100% !important;
}


.page-id-272 li.gchoice_1_24_1 {
    width: 100% !important;
    margin: 0 !important;
}

li.gchoice_1_7_1 {
    width: 100% !important;
}


li.gchoice_1_7_2 {
    width: 100% !important;
    margin: 0px !important;
}

.page-id-272 .gf_stylespro .ginput_container .small {
    width: 95%;
    box-sizing: content-box;
}

.page-id-272 input#input_1_12 {
    width: 93% !important;
}

.page-id-272 .gf_stylespro .ginput_container .small {
    width: 93% !important;
    box-sizing: content-box;
}


body .page-id-272 input#input_1_19 {
    width: 93% !important;
}

input#input_1_19 {
    width: 93% !important;
}

.page-id-272 input#input_1_20 {
    width: 93%;
}

.page-id-272 select#input_1_4 {
    width: 93% !important;
}

.page-id-272 input#input_1_5 {
    width: 93% !important;
}

.page-id-272 input#input_1_12 {
    width: 93% !important;
}



body .page-id-272 .gf_stylespro .gfield_date_day input[type=text], .gf_stylespro .gfield_date_month input[type=text], .gf_stylespro .ginput_container_time input[type=text] {
    width: 17.7em !important;
}

body .page-id-272 .gf_stylespro .gfield_date_year input[type=text], .gf_stylespro .ginput_container_time input, .gf_stylespro .ginput_container_time select, .gf_stylespro .ginput_container_time.has_gfsp_icn select {
    width: 19em;
    max-width: 100%;
}



li.gchoice_1_7_3 {
    width: 100% !important;
}


.page-id-272 li.gchoice_1_24_2 {
    width: 100% !important;
}
*/


.whschedule h4 {
    font-size: 16px !important;
}

section.pca h2 {
    font-size: 24px;
}

section.sca h2 {
    font-size: 24px;
}


.box-txt h2 {
    font-size: 24px;
}


    div#globalNavbar {
    position: inherit;
    right: unset;
}


.gappingss {
   margin:0;
}

.all-set-gap {
    margin: 0;
}

    .navbar-light .navbar-toggler {
        color: rgb(255, 255, 255);
        border-color: rgba(255, 255, 255, 0.64);
        background: #fff;
    }
    .welcome-to-wayne {
        padding: 15px;
		height: 900px;
    }
    section.medical-services button.owl-next {
        position: absolute;
        top: 25%;
        right: 0px;
    }
    section.medical-services button.owl-prev {
        position: absolute;
        top: 25%;
        left: 0;
    }
    .community-health::before {
        display: none;
    }
    .community-health::after {
        display: none;
    }
    .container-type {
        padding: 0 15px;
    }
    .informaion-provider {
        background:#e8eceb;
        position: static;
        z-index: 99;
        right: 0px;
        width: 100%;
    }
    .informaion-provider ul {
        padding: 0;
        margin: 0;
    }
    ul.navbar-nav li.active::before {
        left: 7%;
    }
    .tophead h3 {
        font-size: 15px;
        margin: 0 0 80px 0px;
    }
    .learn-button {
        float: left;
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }
    .informaion-provider ul li a {
        border-right: 0px solid #fff;
        font-size: 16px;
    }
    .community-health h2 {
        font-size: 20px;
        border-right: 4px #ffc844 solid;
        border-left: 4px #ffc844 solid;
    }
    .community-health {
        margin-bottom: 0;
    }
    .explore-medical::before {
        display: none;
    }
    .explore-medical::after {
        display: none;
    }
    .explore-medical h2 {
        font-size: 24px;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    section.medical-services ul li {
        margin: 0px 10px;
    }
    .welcome-to-wayne ul li {
        list-style: none;
        margin: 0 5px;
    }
    section.medical-services ul {
        padding: 0px;
        margin: 0px auto 10px;
    }
    .medical-services .owl-dots {
        display: none;
    }
    .request-an-appointment {
        width: 100%;
    }
    .request-an-appointment h3 {
        font-size: 18px;
    }
    .wayne-health::after {
        display: none;
    }
    .wayne-health::before {
        display: none;
    }
    .health-care-community h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .health-care-community {
        padding: 20px 0;
    }
    .welcome-to-wayne ul li a {
        font-size: 18px;
        padding: 10px 10px;
    }
    .wayne-health h2 {
        font-size: 20px;
    }
    .footer-box {
        background: transparent;
        padding: 0 1px 0 40px;
        margin: 10px 0 0;
        min-height: auto;
    }
    .all-Wayne.Health-manage {
        position: relative;
        top: 0;
        margin-top: 0;
    }
    .help-you h2 {
        font-size: 30px;
        text-align: center;
        margin: 0px 0 15px;
    }
    .footer-box.no-margin {
        margin: 30px 0px 0 0;
        min-height: auto;
    }
    /*doctor-provider*/
    .our-doctor h2 {
        color: #171616;
        font-size: 25px;
        text-align: center;
        /*text-align: left;*/
        margin: 15px 0;
    }
    a.navbar-brand {
        margin-right: 90px;
        width: 50%;
    }
    ul.navbar-nav {
        width: 100%;
		padding-top: 0.5em;
    }
    .doctor-detail-box img {
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    .doctor-detail-content {
        width: 100%;
        margin-top: 30px;
    }
    a.btn.cta-big.pull-right {
        float: none;
    }
    .right-btn {
        font-size: 19px;
        margin: 0px 0 10px;
    }
    .right-sidebar {
        background: #0c5449;
        padding: 10px;
        margin-bottom: 20px;
    }
    .practice-focus-areas {
        padding: 15px 0;
    }
    .office-location a {
        margin: 0px 0px 0 0;
    }
    .office-location {
        margin-bottom: 0px;
    }
    .practice-focus-areas ul {
        padding: 0 0px 0 15px;
        line-height: 15px;
    }
    .education {
        margin-top: 0px;
        padding: 10px 0;
    }
    .practice-focus-areas ul li {
        line-height: 25px;
    }
    .doctor-detail-box {
        margin-bottom: 0px;
        padding: 40px 0 0;
    }
    .our-doctor {
        position: relative;
        bottom: 0;
    }
    .office-location h3 {
        margin-bottom: 10px;
    }
/*
    .gapping {
        padding: 0px;
    }*/

    /*location start*/
    .equil {
        padding: 7px 15px;
    }
    .view-deatil {
        text-align: center
    }
    .p-0 {
        padding: 0px 15px !important;
    }

    /* img.medical-perk {
        width: 100%;
    } */
    .more-and-prev span {
        margin: 0 0px;
    }
    .more-and-prev .btn {
        margin: 0px 2px 20px;
    }
   /* .view-deatil {
        margin: 15px 0 0;
    }
    .view-deatil a.btn {
        margin-bottom: 0px !important;
    }*/
    section.search-sec h2 {
        font-size: 18px;
        font-weight: 700;
        color: #0c5449;
        margin-bottom: 20px;
        text-align: center;
        margin-top: 20px;
        line-height: 28px;
    }
    section.main-inform {
        background-image: linear-gradient(to top, #ffc947, #ffda6d);
        padding: 15px 0;
    }
    /*finda a provider start*/

    .new-search select#exampleFormControlSelect1{
/*        width: 100% !important;*/
    }
    .our-doctor-provder::after {
        display: none;
    }
    .our-doctor-provder::before {
        display: none;
    }
    ul.page-numbers li {
        padding: 6px 10px;
    }
    .our-doctor-provder h2 {
        font-size: 24px;
    }
    ul.below li {
        margin: 0 9px 10px 0;
    }
    .meet-doctor .featured-provider {
        padding: 0px 15px 15px;
    }
    .informaion-provider ul li {
        padding: 0px 10px 20px;
        border-bottom: 1px solid #dadada;
    width: 100%;
    }

    .office-location h4 {
        margin: 20px 0 10px;
    }
    .health-provides .featured-provider {
        padding: 0px 15px 5px;
    }

    section.slider span {
    font-size: 70px;
    color: #ffc844;
    line-height: 24px;
    }

    section.medical-services span {
    font-size: 70px;
    color: #ffc844;
    line-height: 24px;
    }

    .health-accountability h3 {
    margin: 15px 0 10px;
    }

    .pre-footer ul {
    float: left;
    }

    ul.navbar-nav li.active::before{
        display: none;
    }

    header.header-background {
    padding: 0px 0px;
    }

    .find-select {
    margin: 15px 0;
    }

    button.find-location{
        width: 100%;
    }

    iframe {
    width: 100%;
    height: auto;
    }

    iframe.mobile-covid {
    width: 100%;
    height: 500px;
    }

    .informaion-provider i.fas {
    font-size: 20px;
    }

	.cta { font-size: 16px; }

	.wh-insidepg .col-txt-right { padding-left: 0; }
	.wh-insidepg .col-txt-left { padding-right: 0; }
	.wh-insidepg ul, 	.wh-insidepg ul.col3 { -webkit-column-count: 1;  -moz-column-count: 1; column-count: 1; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0; }
	.wh-insidepg h3 { font-size: 22px; }
	.wh-insidepg h4 { font-size: 20px; padding-top: 0; }
	.wh-insidepg h5 { font-size: 18px; }
	.wh-callout { margin: 0.5em auto 1em; font-size: 20px; }
	.main-box .btn { margin-top: 0.5em; margin-bottom: 0; width: 100%; }
	.wh-pagetitle { padding: 8em 0 1em; }
	.wh-pagetitle h1 { font-size: 30px; text-align: center; }
	.blog_category h2 { font-size: 1.5em !important; }
	body.single-post h1 { font-size: 1.5em; }
	body.single-post h4 { font-size: 1.2em; }

}

ul.navbar-nav li.current-menu-item a { color: #ffc844 !important; }

ul.navbar-nav .current-menu-item::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    /*height: 3px;*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffc844;
    content: '';
}
.bdr {
    border-top: 2px solid #ffc844;
    margin-top: 20px;
    margin-bottom: 30px;
}

.all-set-gap {
   /*margin:0 11%; */
}


section.insurance-billing.deep {
    margin-top: 90px;
}

section.insurance-billing.deep h2 {
    text-align: center;
    color: #0c5449;
    font-weight: 700;
    margin-bottom: 5px;
}



/*Appointment page css start */

.whschedule {
    border: 1px solid #000;
    margin: 50px 0;
}

.whschedule .table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0px;
        width: 50%;

}


.box-txt {
    text-align: center;
    background: #d9d9d9;
    padding: 15px;
}

.whschedule .table-bordered td, .table-bordered th {
    border: 1px solid #000000;
    /*border-left: 0px;*/
    /*border-right: 0;*/
}

.box-txt h2 {
    color: #0a4b42;
    font-weight: 700;
}

.whschedule h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.whschedule h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    color: #0a4b42;
}

td.dc-sch {
    background: #d9d9d9;
}



table.table.table-bordered.success {
    margin-bottom: 0 !important;
}



.whschedule span {
    font-weight: 300;
}


section.pca h2{
    text-align: center;
    color: #0c5449;
    font-weight: 700;
    margin-bottom: 20px;
}

section.pca p {
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
}

section.sca h2{
    text-align: center;
    color: #0c5449;
    font-weight: 700;
    margin-bottom: 20px;
}

section.sca p {
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
}

section.sca {
    padding: 25px 0;
}

section.pca a {
    font-weight: 700;
}


section.telehealth h2{
    text-align: center;
    color: #0c5449;
    font-weight: 700;
    margin-bottom: 20px;
}

section.telehealth p {
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
}


section.insurance-billing h2{
    text-align: center;
    color: #0c5449;
    font-weight: 700;
    margin-bottom: 20px;
}

section.insurance-billing span {
    font-weight: 700;
}



section.insurance-billing p {
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
}


section.pca h5 {
    color: #ea0f0f;
    text-align: center;
    margin-bottom: 30px;
}

section.insurance-billing a {
    font-weight: 700;
}




/*div#gform_wrapper_1 {
    width: 70%;
    margin: 0 auto;
    background: #e8edec;
    padding: 30px;
}*/
/*
li.gchoice_1_24_1 {
    float: left;
    margin: 0 13px !important;
    display: block;
}

li.gchoice_1_24_0 {
    float: left;
    margin: 0px !important;
    display: block;
}

li.gchoice_1_7_1 {
    float: left;
    margin: 0px !important;
}

li.gchoice_1_7_2 {
    float: left;
    margin: 0px !important;
}

input#choice_1_7_2 {
    top: -2px;
    position: relative;
}


input#choice_1_7_1{
    top: -2px;
    position: relative;
}

input#choice_1_7_3{
    top: -2px;
    position: relative;
}

.page-id-272 label#label_1_7_1 {
    width: 100%;
}

.page-id-272 label#label_1_7_2 {
    width: 100%;
}

.page-id-272 .gf_stylespro .large {
    width: 100%;
    max-width: 100%;
}

.page-id-272 label#label_1_7_3 {
    width: 100%;
}

.page-id-272 label#label_1_14_0 {
    width: 100%;
}

.page-id-272 label#label_1_14_1 {
    width: 100%;
}




.page-id-272 label#label_1_24_0 {
    width: 100%;
}

.page-id-272 label#label_1_24_1 {
    width: 100%;
}


.page-id-272 .gf_stylespro .gfield_date_day input[type=text], .gf_stylespro .gfield_date_month input[type=text], .gf_stylespro .ginput_container_time input[type=text] {
    width: 8em;
}

.page-id-272 .gf_stylespro .gfield_date_year input[type=text], .gf_stylespro .ginput_container_time input, .gf_stylespro .ginput_container_time select, .gf_stylespro .ginput_container_time.has_gfsp_icn select {
    width: 8em;
    max-width: 100%;
}

.page-id-272 .gf_stylespro .gfield_date_day input[type=text], .gf_stylespro .gfield_date_month input[type=text], .gf_stylespro .ginput_container_time input[type=text] {
    width: 8em !important;
}

.page-id-272 .gf_stylespro .ginput_container .small {
    width: 98%;
    box-sizing: content-box;
}

.page-id-272 input#input_1_19 {
    width: 95% !important;
}

.page-id-272 select#input_1_4 {
    width: 95%;
}

.page-id-272 input#input_1_5 {
    width: 95%;
}

.page-id-272 input#input_1_12 {
    width: 97.5%;
}

.page-id-272  input#input_1_20 {
    width: 96%;
}
*/

div#gform_wrapper_1 {
    margin:40px auto 0;
    padding:50px;
	background: #fff;
}

/*Appointment page css end */

/* alert cpt content css */
.alert-content{border-bottom: 3px solid grey;color:white;padding:12px;}
.alert-content-m{text-align:center;}
.alert-content-d{text-align:right; position: absolute; top:-19px; right:7%;font-size:22px;}
@media (max-width: 1599px){.alert-content{font-size:16px;padding:10px;}}
/* end alert cpt content css */

.alignright{float:right;padding:0 0 10px 10px;}

.post-type-archive-providers section.meet-doctor, .single-service section.meet-doctor{ background: #fff; }
.post-type-archive-providers .search-sec, .single-service .search-sec{ background-image: linear-gradient(to top, #0c5348, #09403a); margin-top: -48px; padding-top: 20px;}


.wayne-health-box{ background: #e8edec; padding-right: 20px!important; margin: 15px 0; border-radius: 10px; width: 100%; min-height: 95%; }
.wayne-health-box:hover{ background: #b1c5c2; box-shadow: 0 5px 8px #495057; }
.doctor-image { margin: 20px 0 0 20px; border: 5px solid white; }
.doctor-name { color: #0c5449; font-size: 1rem; font-weight: 800; margin-top: 30%; }
.provider-card-info { list-style: none; color: rgb(10, 110, 64); line-height: 1.6; font-size: 16px; font-weight: 700; word-wrap: break-word;}


.post-type-archive-providers .filters { text-align: center; margin: 7px 0 50px; }
.post-type-archive-providers #reset_filters { margin: 7px 10px; }
.post-type-archive-providers .filter-page-image { float: left; margin: 5px 30px 0 0; }
.post-type-archive-providers .vertical-yellow-line { width: 5px; height: 30px; background-color: yellow; }
.margin-right-0 { margin-right:0; }
.margin-left-15 { margin-left: 15px; }
.margin-bottom-15 { margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
    .below-slider .col-lg-6 {
        padding: 0;
    }
}

.gf_third_part {
	display: inline-block;
	width: 33.33%;
}
.gf_fourth_part {
	display: inline-block;
	width: 20%;
}
.gf_full_block {
	width: 100%;
}

/* .gform_wrapper {
    display: block!important;
} */

.wh-span-h1{
    font-weight: 700;
    line-height: 1.4;
    font-size: 1.5em;
}

.error-404 .search-form label,
.error-404 .search-form input{
    vertical-align: middle;
    margin: 0;
}

@media only screen and (max-width: 767px){
    .error-404 .search-form label{
        width: 100%;
        margin-bottom: 1em;
    }
}
