/*--- general ---*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 62.5%;
    padding-top: 79px;
}
h1.page-not-found {
    margin-bottom: .4125em;
}
a {
    color: #0dbae8;
}
h2 {
    font-size: 4em;
    color: #22cb94;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0.3em;
}
h2.page-not-found {
    text-transform: none;
    padding-bottom: 1em;
}
h3 {
    font-size: 2.4em;
    color: #444;
    padding-bottom: 0.3em;
}
h3 a {
    color: #444;
}
h3 a:hover {
    color: #22cb94;
}
h4 {
    font-size: 1.8em;
    color: #595959;
    margin-bottom: 1em;
}
h5 {
    font-size: 1.8em;
    color: #595959;
    margin-bottom: 1em;
}
.blue,
.doctors-wrap .blue {
    color: #009fe3;
}
.red,
.doctors-wrap .red {
    color: #f36654;
}
.green,
.doctors-wrap .green {
    color: #22cb94;
}
.gray,
.doctors-wrap .gray {
    color: #e2e2e2;
}
.center {
    max-width: 1200px;
    margin: 0 auto;
}
.half-wrap {
    width: 50%;
    float: left;
    padding: 2em;
    box-sizing: border-box;
}
.half-wrap-center {
    float: none;
    margin: 0 auto;
}
.half-wrap img {
    max-width: 100%;
}
.bounded-box {
    background: #f0f0f0;
    font-size: 60%;
    padding: 2em;
}
.bounded-box h3 {
    padding-bottom: 1em;
}
.bounded-box ul li {
    margin-bottom: 2em;
}
.center-text {
    text-align: center;
}
.strong-info {
    font-weight: 700;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear {
    clear: both;
}
.hide {
    display: none;
}

/*--- forms ---*/

input {
    background: #fff;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
button,
select,
textarea {
    padding: 0 0.7em;
    font-size: 1.8em;
    height: 46px;
    border-radius: 3px;
    border: none;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    background: #fff;
}
input[type="text"],
input[type="email"],
input[type="password"] {
    border: solid 1px #ccc;
    background: #fff;
}
input[type="text"]:focus,
select:focus {
    border: solid 1px #22cb94;
}
input[type="email"]:focus,
select:focus {
    border: solid 1px #22cb94;
}
input[type="password"]:focus,
select:focus {
    border: solid 1px #22cb94;
}
input[type="submit"],
button {
    cursor: pointer;
    background: #44b1df;
    color: white;
}
select {
    border: solid 1px #ccc;
}
label {
    font-size: 1.6em;
    color: #777;
    display: block;
    padding-bottom: 0.5em;
}
.full-form input[type="text"],
.full-form select {
    width: 100%;
}
.pills a {
    padding: 1em;
    float: left;
    display: block;
    font-size: 1.6em;
    border: solid 1px #dcdcdc;
    border-left: none;
    box-sizing: border-box;
    text-align: center;
}
.pills a:first-child {
    border-left: solid 1px #dcdcdc;
}
.pills a:hover,
.filter_selectors a:hover {
    background: #009fe3;
    border-color: #009fe3;
    color: #fff;
}
.pills.squers a {
    width: 69px;
    height: 69px;
}
.three-pills a {
    width: 33.3333333%;
}
.three-pills a.active,
.filter_selectors a.active {
    color: #fff;
    background-color: #0dbae8;
}
.filter_selectors {
    border-bottom: solid 1px #dcdcdc;
}
.filter_selectors a {
    padding: 0.5em 1em;
    display: block;
    font-size: 1.6em;
    border: solid 1px #dcdcdc;
    border-bottom: none;
    text-align: left;
}
.filter_selectors:last-of-type {
    margin-bottom: 1.3em;
}
select#finder_sort {
    margin-bottom: 10px;
}
div.pills.three-pills {
    margin-top: -5px;
}
.side-section .search-filters label:first-of-type {
    padding-bottom: 0.5em;
    margin-bottom: 0;
}
div.filter_selectors {
    margin-top: -5px;
}
/*--- form wrap --*/

.center-form {
    max-width: 680px;
    margin: 0 auto;
}
.form-wrap .form-line {
    padding-bottom: 2em;
    overflow: hidden;
}
.form-wrap .form-line label {
    float: left;
    width: 25%;
    color: #007db3;
}
.form-wrap .form-line small {
    display: block;
    font-size: 80%;
    color: #777;
}
.form-wrap .form-line-input-wrap {
    margin-left: 26%;
}
.form-wrap .form-line-input-wrap p {
    font-size: 1.2em;
    padding-bottom: 0.4em;
    color: #888;
    line-height: 16px;
}
.form-wrap .form-line-input-wrap p:first-child {
    padding-top: 10px;
}
.form-wrap .form-line-input-wrap p.strong {
    font-weight: 700;
}
.form-wrap .form-line-input-wrap p.small {
    font-size: 1em;
}
.form-wrap .form-line-input-wrap .error {
    color: #d34635;
    background: #f6ebe9;
    border: solid 1px #efdad7;
    padding: 0.4em;
}
.form-wrap .form-line-input-wrap p.error {
    display: none;
}
.form-wrap textarea {
    width: 100%;
    padding: 0.5em 0.7em;
    box-sizing: border-box;
    resize: none;
    border: solid 1px #ccc;
    margin-bottom: 7px;
    height: 150px;
}
.form-wrap input[type="text"],
.form-wrap input[type="password"],
.form-wrap input[type="email"],
.form-wrap input[type="submit"],
.form-wrap select,
.inner-form-wrap {
    padding: 0.5em 0.7em;
    margin-bottom: 7px;
    width: 100%;
}
.form-wrap .two input[type="text"],
.form-wrap .two input[type="password"],
.form-wrap .two input[type="email"],
.form-wrap .two input[type="submit"],
.form-wrap .two select,
.two .inner-line-form-wrap {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.form-wrap .three input[type="text"],
.form-wrap .three input[type="password"],
.form-wrap .three input[type="email"],
.form-wrap .three input[type="submit"],
.form-wrap .three select,
.three .inner-line-form-wrap {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.form-wrap .for input[type="text"],
.form-wrap .for input[type="password"],
.form-wrap .for input[type="email"],
.form-wrap .for input[type="submit"],
.form-wrap .for select,
.for .inner-line-form-wrap {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.form-wrap .inner-line-form-wrap input[type="text"],
.form-wrap .inner-line-form-wrap input[type="password"],
.form-wrap .inner-line-form-wrap input[type="email"],
.form-wrap .inner-line-form-wrap input[type="submit"],
.form-wrap .inner-line-form-wrap select {
    width: 100%;
}
.form-wrap .two-left-strong input[type="text"],
.form-wrap .two-left-strong input[type="password"],
.form-wrap .two-left-strong input[type="email"],
.form-wrap .two-left-strong input[type="submit"],
.form-wrap .two-left-strong select,
.form-wrap .two-left-strong .inner-line-form-wrap {
    float: left;
    width: 30%;
    margin-right: 2%;
}
.form-wrap .two-left-strong .inner-line-form-wrap input[type="text"],
.form-wrap .two-left-strong .inner-line-form-wrap input[type="password"],
.form-wrap .two-left-strong .inner-line-form-wrap input[type="email"],
.form-wrap .two-left-strong .inner-line-form-wrap input[type="submit"],
.form-wrap .two-left-strong .inner-line-form-wrap select {
    width: 100%;
}
.form-wrap .two-left-strong .last-one {
    width: 68%!important;
}
.form-wrap .two-right-strong input[type="text"],
.form-wrap .two-right-strong input[type="password"],
.form-wrap .two-right-strong input[type="email"],
.form-wrap .two-right-strong input[type="submit"],
.form-wrap .two-right-strong select {
    float: left;
    width: 68%;
    margin-right: 2%;
}
.form-wrap .two-right-strong .last-one {
    width: 30%!important;
}
.form-wrap .form-line-input-wrap .last-one {
    margin-right: 0!important;
}
.form-wrap label {
    padding-top: 12px;
    font-size: 1.5em;
}
.form-wrap .single-check-wrap {
    padding-top: 10px;
}
.form-wrap .single-check-wrap input[type="checkbox"],
.form-wrap .single-check-wrap input[type="radio"] {
    float: left;
    margin-right: 5px;
}
.form-wrap .single-check-wrap p {
    clear: none;
    line-height: 20px;
    margin: 0;
}
.form-wrap .footer-form-action,
.action-box {
    padding: 1em;
    background: #f3f3f3;
    border: solid 1px #e5e5e5;
    overflow: hidden;
    margin-bottom: 2em;
}
.form-wrap .footer-form-action.strong-action {
    font-size: 1.3em;
}
.form-wrap .footer-form-action.yellow,
.action-box.yellow {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.form-wrap .footer-form-action.blue,
.action-box.blue {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.form-wrap .footer-form-action.green,
.action-box.green {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.form-wrap .footer-form-action.red,
.action-box.red {
    color: #d34635;
    background-color: #f6ebe9;
    border-color: #efdad7
}
.form-wrap .footer-form-action.gray {
    background-color: #eee;
}
.form-wrap .footer-form-action p {
    font-size: 1.2em;
    line-height: 1.6em;
    color: #555;
}
.form-wrap .footer-form-action.red p {
    color: #d34635;
}
.form-wrap .footer-form-action a.gray-link {
    color: #888;
    text-decoration: underline;
}
.form-wrap .center-alinged p {
    text-align: center;
    padding-bottom: 5px;
}
.form-wrap a:hover {
    color: #333;
}
.form-wrap .light-action:hover {
    color: #44b1df;
}
.form-wrap .doctor-action a:hover {
    color: #fff;
}
.form-wrap .footer-form-action .main-action {
    max-width: 140px;
    margin: 0 auto;
    min-height: 46px;
    box-sizing: border-box;
}
.form-wrap .footer-form-action .main-action:hover {
    color: #fff;
}
.form-wrap .footer-form-action .main-action.pull-left,
.form-wrap .footer-form-action .main-action.pull-right {
    margin: 0 0.5em;
}
.form-wrap .form-line.imageNo {
    display: none;
}
#dialog,
#dialog_confirm {
    display: none;
}
.patient_remove_photo>a {
    display: inline-block !important;
}
.patient_remove_photo>p {
    font-size: medium;
}
.sub_profiles #removePic {
    display: none;
    float: right;
    font-size: 0.8125em;
    margin-top: 1em;
    text-align: left;
    width: auto;
}
.form-wrap .line-radio-option .single-check-wrap {
    float: left;
    width: 50%;
}
.amc_form select {
    padding: 0 0.7em;
}
.amc_form .qq-upload-button span {
    float: none;
    width: 200px;
    margin: 0 auto;
}
.content-page .footer-form-action .get_mail_second_step .main-action {
    font-size: 1.5em;
    max-width: 300px;
}
.big-btn-fix {
    font-size: 1.5em !important;
    max-width: 300px !important;
;
    padding: 0 !important;
}

/* static content wraper --*/

.static-content-wraper p {
    font-size: 1.4em;
    line-height: 1.8em;
    padding-bottom: 1em;
    color: #777;
}
.static-content-wraper ul {
    padding-bottom: 0.5em;
    list-style: circle inside;
}
.static-content-wraper li {
    padding-bottom: 0.5em;
    list-style: disc outside none;
    margin-left: 15px;
}

/*--- actions ---*/

a.main-action {
    display: block;
    padding: 0.7em;
    font-size: 1.8em;
    border-radius: 3px;
    text-align: center;
    -webkit-appearance: none;
    margin: 5px;
}
.form-wrap input[type="submit"].main-action {
    display: block;
    padding: 0.7em;
    font-size: 1.8em;
    border-radius: 3px;
    text-align: center;
    -webkit-appearance: none;
}
.section-static a.main-action {
    margin: 0 auto;
    width: 200px;
}
.green-action {
    background: #22cb94;
    color: #fff;
}
.red-action {
    background: #f36654;
    color: #fff;
}
.green-action:hover,
.red-action:hover {
    background: #333;
    color: #fff;
}
.blue-action,
.doctors-wrap .blue-action {
    background: #44b1df;
    color: #fff;
}
.blue-action:hover,
.doctors-wrap .blue-action:hover {
    background: #007db3;
    color: #fff;
}
.gray-action,
.doctors-wrap .gray-action {
    background: #bbb;
    color: #fff;
}
.gray-action:hover,
.doctors-wrap .gray-action:hover {
    background: #757575;
    color: #fff;
}
.light-action {
    background: #fff;
    color: #999;
}
.light-action:hover {
    color: #44b1df;
}
.strong-green-action {
    background: #15a018;
    color: #fff;
}
.strong-green-action:hover {
    background: #108013;
}
a.unsave-button {
    display: none;
}
.cancel_crop.croppart {
    margin-top: 1em;
}

/*-- header --*/

.main-header {
    background: #009fe3;
    padding: 10px 25px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.main-header .md-logo {
    float: left;
}
.main-header .md-logo img {
    width: 100%;
    display: block;
}
.main-nav {
    float: right;
}
.main-nav ul {
    float: right;
}
.main-nav li {
    float: left;
    padding: 10px;
    position: relative;
}
.main-nav li a {
    padding: 10px;
    line-height: 20px;
    display: block;
    font-size: 1.6em;
    color: #fff;
    border-radius: 3px;
}
.main-nav li.nav-action a {
    border: solid 1px rgba(255, 255, 255, 0.3);
}
.main-nav li a:hover {
    background: #fff;
    color: #009fe3;
}
.main-nav li.active > a {
    background: #fff;
    color: #009fe3;
}
.main-nav ul li ul {
    display: none;
    position: absolute;
    top: 50px;
    right: 10px;
    width: 200px;
    background: #37363e;
    border: solid 1px #37363e;
}
.main-nav ul li:hover ul {
    display: block;
}
.main-nav ul li ul li {
    padding: 0;
    float: none;
}
.main-nav ul li.nav-action li a {
    border: none;
}
.main-nav ul li ul li a {
    padding: 15px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    border-radius: 0;
}
.search-wrap.sub-heading {
    padding: 2em 0;
    background: #37363e;
    position: fixed;
    top: 79px;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 100;
    border-radius: 0;
}
.search-wrap.serch-standalone {
    border-radius: 0;
    background: #37363e;
}
.initial-scroll {
    display: none;
    top: -40px;
}
.nav-up {
    top: -40px;
}
.compact-menu-nav {
    float: left;
}
.compact-menu-nav,
.compact-side-bar,
.compact-doctors-bar {
    color: #fff;
    font-size: 2.4em;
    padding: 0.3em;
    margin: 0.3em 0 0 0;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    min-width: 32px;
    text-align: center;
    display: none;
}
.compact-side-bar,
.compact-doctors-bar {
    position: absolute;
    right: 20px;
    font-size: 1.6em;
    top: 12px;
    line-height: 30px;
    padding: 0.3em 15px;
}
.compact-menu-nav.active,
.compact-side-bar.active,
.compact-doctors-bar.active {
    background: #fff;
    color: #009fe3;
}

/*--- promo ---*/

.promo-wrap {
    height: 900px;
    position: relative;
    background: url("../../../../images/new-16/background/home-promo.jpg") fixed;
    background-size: cover;
    min-height: 450px;
}
#home.promo-wrap {
    height: 100% !important;
    position: relative;
    background: url("../../../../images/new-16/background/home-promo.jpg") fixed;
    background-size: cover;
    min-height: 450px;
    padding-bottom: 10em;
}
.promo-wrap hgroup {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.promo-wrap h2 {
    font-size: 5em;
}
.promo-wrap h3 {
    font-size: 3.6em;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}
.promo-wrap .home-thirds {
    padding-top: 10em;
}
.home-thirds .third-section {
    float: left;
    width: 30%;
    height: 340px;
    margin: 0 5% 40px 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 30px;
    border-radius: 3px;
}
.home-thirds .third-section:last-child {
    margin-right: 0;
}
.home-thirds .third-section i {
    font-size: 120px;
    margin-bottom: 20px;
}
.home-thirds .third-section h2 {
    font-size: 2.8em;
    color: #fff;
    text-transform: none;
    padding-bottom: 10px;
}
.home-thirds .third-section p {
    font-size: 2em;
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.8);
}
.search-tabs .tab-actions {
    overflow: hidden;
    clear: both;
}
.search-tabs .tab-actions a {
    display: block;
    float: left;
    font-size: 2em;
    background: rgba(0, 0, 0, 0.2);
    padding: 1em;
    padding-bottom: 0.7em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: rgba(34, 203, 148, 0.8);
    text-transform: uppercase;
    font-weight: 700;
}
.search-tabs .tab-actions a.active {
    background: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.8);
}
.search-tip {
    color: #fff;
    font-size: 1.6125em;
    line-height: normal;
    margin-top: 10px;
    float: left;
    width: auto;
    max-width: 650px;
}
.search-wrap {
    background: rgba(0, 0, 0, 0.4);
    padding: 2em;
    border-radius: 3px;
    border-top-left-radius: 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.search-wrap p {
    display: block;
    color: #fff;
    font-size: 1.6125em;
    line-height: normal;
    margin-top: 10px;
    float: left;
    max-width: 1000px;
    width: 100%;
}

/* Align doctor search tip with tab-2 */

div#tab-1 p {
    margin-top: 15px;
}
.search-wrap>div {
    display: none;
}
.search-wrap>div.active {
    display: block;
}
.search-wrap input[type="text"],
.search-wrap select {
    width: 28%;
    margin-right: 0.5%;
}
.search-wrap .main-action {
    float: right;
    border: solid 1px rgba(255, 255, 255, 0.8);
;
}
.search-wrap .main-action.no-float {
    float: none;
}
.by-name-input-wrap {
    float: left;
    width: 28%;
    margin-right: 0.5%;
}
.search-wrap .by-name-input-wrap input {
    width: 100%;
}

/* .search-page-sBar {
    background: #37363e;
    margin-top: 2em;
} */

.search-page-sBar #provider {
    display: none;
}
.search-page-sBar select,
.search-page-sBar input[type="text"] {
    width: 40%;
}
.search-page-sBar .main-action.no-float {
    float: right;
}
.by-name-input-wrap em {
    display: block;
    padding-top: 5px;
    color: #fff;
    font-size: 1.2em;
}
.by-name span {
    float: left;
    font-size: 5em;
    color: #fff;
    padding-left: 0.5em;
    font-weight: 700;
}
.by-name .main-action {
    width: 12%;
}
.httpPrefix {
    display: block;
    float: left;
    font-size: 1.5em;
    color: #fff;
    line-height: 3.2em;
    margin-right: 1%;
}

/*-- card flip --*/

.flip-container {
    perspective: 1000;
}
.flip-container:hover .flipper,
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}
.flip-container,
.front,
.back {
    max-width: 200px;
    height: 248px;
}
.flip-container .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.flip-container .front,
.flip-container .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.flip-container .front {
    z-index: 2;
    transform: rotateY(0deg);
}
.flip-container .back {
    transform: rotateY(180deg);
    background: #009fe3;
}
.flip-container .back:hover {
    backface-visibility: visible;
    z-index: 11;
}
.flip-container .front img {
    width: 100%;
    height: auto;
    display: block;
}

/*-- lists --*/

.doctors-list li {
    float: left;
    width: 200px;
    margin: 10px 20px;
}
.doctors-list li .back {
    text-align: center;
    padding: 4em 1em;
    box-sizing: border-box;
    color: #fff;
}
.doctors-list h4 a {
    display: block;
    font-size: 2em;
    margin-bottom: 2em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}
.doctors-list h4 a:hover {
    color: rgba(0, 0, 0, 0.8);
}
.doctors-list .specialty {
    font-size: 1.6em;
    padding-bottom: 2em;
    display: block;
}
.doctors-list address {
    font-size: 1.6em;
}
.doctors-list .back a {
    color: #fff;
    line-height: 1.4125em;
}
.doctors-list .back h5 {
    font-size: 1.6125em;
}
.doctors-list .location {
    font-size: 1.3em;
}
.list-indication {
    list-style: url("../../../../images/new-16/static/arrow-blue-right.png") outside;
}
.content-list li {
    margin-bottom: 3em;
}
ul.content-list.list-indication li a {
    font-size: 1.6125em;
}
.list-media figure,
.list-media i {
    float: left;
}
.list-media .list-content {
    margin-left: 100px;
}
.logo-list li {
    float: left;
    padding: 1%;
    width: 20%;
    max-height: 141px;
    overflow: hidden;
    box-sizing: border-box;
}
.logo-list li a {
    display: block;
    border: solid 1px #fff;
    box-sizing: border-box;
}
.logo-list li a:hover {
    border: solid 1px #ccc;
}
.logo-list li a img {
    display: block;
    width: 100%;
}

/*-- static section --*/

.section-static {
    padding: 10em 0;
}
.section-static .center {
    position: relative;
    overflow: hidden;
}
.section-static p {
    font-size: 2em;
    padding-bottom: 1em;
    padding-right: 2em;
    line-height: 1.5em;
    color: #555;
}
.section-static .cost {
    font-size: 2.8em;
    color: #000;
}
.section-static .cost span {
    color: #009fe3;
    font-weight: bold;
}

/*-- dark section --*/

.dark-section {
    background: #000;
}
.dark-section h3 {
    color: rgba(255, 255, 255, 0.9);
}
.dark-section p {
    color: rgba(255, 255, 255, 0.7);
}
.dark-section .cost {
    color: #fff;
}
.dark-section .sub-header-info a {
    color: #fff;
}
.dark-section .sub-header-info a:hover {
    color: #0dbae8;
}
.doctorsMd .dark-section {
    background: url("../../../../images/new-16/background/doctorsMd.jpg") fixed;
    background-size: cover;
}

/*-- gray section --*/

.gray-section {
    background: #f2f2f2;
}
.page-wraper {
    overflow: hidden;
    margin: 3em 0 4em 0;
}
.content-wrap {
    margin: 0 350px 0 0;
}
.content-page p {
    font-size: 1.4em;
    padding-bottom: 0;
    line-height: 1.6em;
    color: #777;
}

/*-- page headings --*/

.page-heading h2 {
    font-size: 3.2em;
    color: #444;
    text-transform: none;
}
.page-heading .icon {
    float: left;
    width: 6em;
    height: 6em;
    background: #ccc;
    margin-right: 2em;
}
.page-heading img.search_specialty_icon {
    float: left;
    width: 6em;
    height: 6em;
    background: #ccc;
    margin-right: 2em;
}
.page-heading .heding-lines {
    min-height: 6em;
    padding-bottom: 1em;
}
.page-heading .heding-lines h1 {
    font-size: 3.2em;
    color: #444;
    padding-bottom: 0.2em;
}
.page-heading .heding-lines .serp-heading {
    font-size: 2.4125em;
    color: #22cb94;
    padding-bottom: .2em;
    font-weight: 700;
}
.page-heading .heding-lines h2 {
    font-size: 2em;
    color: #22cb94;
}
.page-heading .heding-lines p {
    font-size: 1.6125em;
    line-height: 1.3em;
    color: #777;
    padding-bottom: 0.8125em;
}
.breadcrumbs {
    clear: both;
    background: #efefef;
    padding: 1em;
    margin: 0 0 3em;
}
.breadcrumbs a {
    color: #777;
    margin-right: 0.5em;
    font-size: 1.4em;
}
.breadcrumbs a:hover {
    color: #009fe3;
}
.breadcrumbs i {
    color: #999;
    margin-right: 0.5em;
}
.breadcrumbs span.last {
    font-weight: 700;
    font-size: 1.4em;
    opacity: .54;
}
.breadcrumbs .breadcrumb {
    float: left;
}

/*-- page sidebar --*/

.sidebar {
    margin-top: 31px;
    float: right;
    min-width: 320px;
    width: 26%;
}
.sidebar.standard_filter select {
    width: 100%;
}
.side-section {
    margin-top: 2em;
}
.sidebar-ad img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
.side-section h3,
.healthtips_doctorssidebar_wrap h3 {
    font-size: 1.8em;
    padding-bottom: 1em;
}
.side-section h4 {
    margin-bottom: .4125em;
    margin-top: 1em;
}
.side-section p {
    font-size: 1.6em;
    line-height: 1.4em;
    color: #555;
    padding-bottom: 1em;
}
.side-section a.more-link {
    font-size: 1.6em;
}
.side-section label {
    font-weight: 700;
}
.side-section input,
.side-section select {
    font-size: 1.6em;
    width: 100%;
}
.side-section .half-form {
    width: 48%;
    float: left;
}
.side-section .half-form.left {
    margin-right: 4%;
}
.side-section .detail_list {
    font-size: 1.4em;
}
.side-section .detail_list li {
    line-height: 24px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 5px;
}
.side-section .detail_list ul,
.side-section .detail_list .dataild_in {
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}
.side-section .detail_list ul li:last-child {
    border-bottom: 0;
}
.side-section .detail_list .dataild_in {
    display: block;
}
.side-section .info_list li {
    font-size: 1.4em;
    padding-bottom: 1em;
}
.side-section .info_list li strong {
    display: block;
    line-height: 1.2125em;
    font-size: 1.125em;
}
.side-section .info_list li {
    font-size: 1.4em;
    padding: 0 0 1em 0;
    border-bottom: solid 1px #ddd;
    margin-bottom: 1em;
}
.side-section .info_list li span {
    line-height: normal;
    color: #555;
}
.side-section .search-filters .ui-slider-custom input {
    color: #22cb94!important;
    width: 50px;
    float: right;
    text-align: right;
    margin-top: -35px;
}
.side-section .search-filters .ui-slider-custom #slider {
    margin: 20px 10px 0;
}
.side-section .search-filters label {
    float: left;
    width: 50%;
    padding-right: 10px;
    clear: left;
    font-size: 1.3em;
    font-weight: normal;
}
.side-section .search-filters input[type="checkbox"], .side-section .search-filters input[type="radio"] {
    width: auto;
    float: left;
}
.side-section .search-filters {
    margin-bottom: 10px;
    overflow: hidden;
}
.side-section .search-filters li, .side-section .search-filters .list-row-fix {
    padding-bottom: 10px;
    overflow: hidden;
}
.binded-sidebar {
    border: solid 1px #ccc;
    padding: 2em;
}
.search-filters li {
    padding-bottom: 3em;
    overflow: hidden;
}
.side-section .search-filters-hint {
    font-size: 1.3em;
    line-height: normal;
    color: #555;
    padding-bottom: 1em;
    margin-top: -7px;
}
.side-subscribe input[type="text"], .side-slector input[type="text"] {
    width: 73%;
}
.side-tips {
    background: #fcfbf6;
}
.side-tips .accordion-section {
    border-bottom: solid 1px #dcdcdc;
    padding: 1.5em;
    overflow: hidden;
}
.side-tips .accordion-section h3 {
    padding-bottom: 0.5em;
}
.side-tips .accordion-section h3 i {
    float: right;
    cursor: pointer;
}
.health_tips_categorygroup {
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 1em 1.5em;
}
.side-tips .accordion-section li,
.health_tips_categorygroup li {
    padding: 0.6em 1em 0.6em 0;
    box-sizing: border-box;
    font-size: 1.4em;
}
.side-tips .accordion-section li a:hover,
.health_tips_categorygroup li a:hover {
    color: #666;
}
.side-section.healt-tips img {
    float: right;
    margin: -7px 30px 0 0;
}
.side-section .small-info {
    font-size: 1.3em;
    line-height: 1.6em;
}
.side-section .single-form select {
    width: 100%;
}
.side-menu-nav {
    border-bottom: solid 1px #e5e5e5;
    float: right;
    min-width: 320px;
    width: 26%;
}
.side-menu-nav li a {
    padding: 1em;
    background: #f3f3f3;
    border: solid 1px #e5e5e5;
    display: block;
    font-size: 1.4em;
    border-bottom: 0;
}
.side-menu-nav li a.active,
.side-menu-nav li a:hover {
    background: #fff;
}
.side-menu-nav li a.active {
    color: #777;
}

.side-section .followmd_icons_wrap img {
    height: auto;
    width: 14%;
    margin-right: 5%;
    margin-bottom: 1em;
    float: left;
}
.meet_doctors_list {
    overflow: hidden;
    margin-bottom: 5.5em;
}
.meet_doctors_list a {
    width: 49%;
    padding: 0.5%;
    float: left;
    display: block;
}
.meet_doctors_list a img {
    width: 100%;
    height: auto;
}
.fb_tout_wrap .fb_iframe_widget,
.fb_tout_wrap .fb_iframe_widget span,
.fb_tout_wrap .fb_iframe_widget span iframe[style],
.fb_iframe_widget table {
    width: 100% !important;
}
.related-specialties {
    background: #fcfbf6;
    border-top: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
}
.related-specialties a {
    width: 33.3333333%;
    box-sizing: border-box;
    height: 100px;
    display: block;
    float: left;
    border: solid 1px #dcdcdc;
    border-left: none;
    border-top: none;
    position: relative;
    background-color: #ccc;
    text-align: center;
}
.related-specialties a span {
    box-sizing: border-box;
    position: absolute;
    padding: 1em;
    background: #009fe3;
    color: #fff;
    display: block;
    top: -10px;
    text-align: center;
    width: 100%;
    display: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.related-specialties a:hover {
    background: #009fe3;
}
.related-specialties a:hover span {
    display: block;
}
.related-wrap-news .related-post {
    height: 210px;
}
.single-link-list {
    overflow: hidden;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 2em;
}
.single-link-list a,
.single-link-list span {
    font-size: 1.4em;
    padding: 1em 0;
    display: block;
    float: left;
    clear: both;
}

/*-- search listing and posts --*/

.result-wrap {
    border: solid 1px #dcdcdc;
    height: 220px;
    margin-bottom: 3em;
    box-sizing: border-box;
    position: relative;
}
.promo-doctor {
    background: #fcfbf6;
    border-right: solid 5px #009fe3;
    box-sizing: border-box;
}
.result-wrap.news-post {
    border: 0;
    height: auto;
    overflow: hidden;
    padding-bottom: 1em;
    border-bottom: solid 1px #dcdcdc;
}
.result-wrap .doctor-img,
.result-wrap .post-img {
    float: left;
    width: 200px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.result-wrap .post-img {
    width: 280px;
}
.result-wrap .doctor-img figure,
.result-wrap .doctor-img img,
.result-wrap .post-img figure,
.result-wrap .post-img img {
    width: 100%;
}
.doctor-img .save-btn {
    position: relative;
    bottom: 90px;
    left: auto;
    max-width: 70px;
    margin: 0 auto;
    display: none;
}
.save-btn.mob-ver {
    display: none;
}
.result-wrap .save-btn.unsave {
    max-width: none;
}
.result-wrap .doctor-img:hover .save-btn {
    display: block;
}
.result-wrap:hover .save-btn.mob-ver {
    display: none !important;
}
.result-wrap .post-content {
    margin-left: 200px;
}
.result-wrap.blog-post .post-content {
    margin-left: 280px;
}
.result-wrap.news-post .post-content {
    margin-left: 0;
}
.result-wrap .post-content .post-top {
    padding: 1.5em 1.5em 0 1.5em;
    overflow: hidden;
    border-bottom: solid 1px #efefef;
    position: relative;
    max-height: 87px;
    box-sizing: border-box;
}
.result-wrap.news-post .post-top {
    padding: 1.5em 0 0 0;
    border-bottom: none;
    max-height: inherit;
}
.result-wrap.news-post .post-top p {
    padding-bottom: 0;
}
.result-wrap .post-content h4 {
    font-size: 2.8em;
    color: #595959;
    margin: 0;
}
.result-wrap .post-content h4 a {
    color: #22cb94;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: block;
    padding-bottom: 0.2em;
}
.result-wrap .post-top a:hover {
    color: #007db3;
}
.result-wrap .post-content h4 a:hover {
    color: #007db3;
}
.result-wrap .post-top p,
.result-wrap .post-paragraphe li {
    padding-bottom: 1em;
    line-height: 1.3em;
    font-size: 1.4em;
    color: #535353;
}
.result-wrap .post-top p a {
    color: #777;
}
.result-wrap .post-top p a:hover {
    color: #44b1df;
}
.result-wrap.news-post .post-top p a {
    color: #44b1df;
}
.result-wrap.news-post .post-top p a:hover {
    text-decoration: underline;
}
.result-wrap.news-post .post-top h4 a {
    white-space: normal;
    overflow: visible !important;
    text-overflow: clip;
}
.result-wrap .badges span {
    float: left;
    width: 34px;
    height: 34px;
    border: solid 1px #e0e0e0;
    margin-right: 0.5em;
    background: #fcfcfc;
}
.result-wrap .post-top .featured-star {
    position: absolute;
    right: 3em;
    top: 0;
    display: none;
    padding: 0 5px 5px 5px;
    background: #fcfbf6;
}
.promo-doctor .post-top .featured-star {
    display: block;
}
.result-wrap .location {
    font-size: 1.6em;
    padding: 0.5em 6em 1em 0.8em;
    line-height: 1.5em;
    position: relative;
}
.result-wrap .location .distance-pin {
    position: absolute;
    right: 1em;
    top: 0.5em;
    color: #777;
}
.result-wrap .location .distance-pin:hover {
    color: #009fe3;
}
.promo-doctor .location .distance-pin {
    right: 0.5em;
}
.result-wrap .doctor-action {
    padding: 0 1.2em;
    overflow: hidden;
    position: absolute;
    bottom: 1em;
}
.result-wrap .doctor-action a {
    float: left;
    margin-right: 1em;
    line-height: 1.3em;
}
.result-wrap .doctor-action a:last-child {
    margin-right: 0;
}
.result-wrap .doctor-action a i {
    font-size: 1.4em;
    padding-right: 0.3em;
    float: left;
}
.result-wrap .doctor-action .price {
    padding: 0.87em;
    font-size: 1.8em;
    border-radius: 3px;
    text-align: center;
    float: left;
    box-sizing: border-box;
    border: solid 1px #009fe3;
    color: #888;
    font-weight: 700;
}
.result-wrap .post-paragraphe {
    padding: 1.5em;
}
.result-wrap .post-paragraphe p {
    color: #535353;
    font-size: 1.6em;
    line-height: 1.4em;
}
.result-wrap.news-post .post-paragraphe {
    padding: 0 0 1em 0;
}
.result-wrap .post-action .read-more {
    float: right;
    font-size: 1.4em;
    margin-right: 1.5em;
}
.ad-content-wrap {
    margin-bottom: 3em;
}
.ad-content-wrap img {
    display: block;
    width: 728px;
    margin: 0 auto;
}
.post-paragraphe .byline {
    padding-top: 1em;
}
.post-paragraphe .byline li {
    list-style: disc inside;
}

/*--- invite popup --*/

.result-wrap.invite-open {
    height: auto
}
.result-wrap.invite-open .invite_form_holder {
    clear: both;
    padding: 1em;
    background: #eee;
}
.result-wrap.invite-open .doctor-img .main-action {
    display: none!important;
}

/*-- post page --*/

.post-heading {
    font-weight: 300;
    font-size: 1.4em;
}
.single-blog-post {
    padding-bottom: 1em;
}
.single-blog-post .post-img img {
    width: 100%;
    margin-bottom: 1em;
}
.single-blog-post .post-content {
    padding-bottom: 1em;
    font-size: 1.6em;
    color: #535353;
}
.single-blog-post .post-content p {
    line-height: 1.4em;
    padding-bottom: 1em;
}
.single-blog-post .post-content ul {
    margin-bottom: 2em;
}
.single-blog-post .post-content ul li {
    list-style: disc inside;
    margin-bottom: 1em;
    list-style-type: disc;
    list-style-position: initial;
    line-height: normal;
    margin-left: 2em;
}
.single-blog-post h4 {
    padding: 1em 0;
}
.post-content-list {
    padding-left: 1em;
}
.post-content-list li {
    padding-bottom: 1.5em;
    list-style: disc;
    line-height: 1.3em;
}
.post-social-action {
    background: #fcfbf6;
    border: solid 1px #dcdcdc;
    overflow: hidden;
    padding: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
}
.post-social-action span {
    font-size: 1.8em;
    color: #777;
    line-height: 2.5em;
    padding-left: 1em;
    font-weight: 700;
}
.post-social-action .footer-social {
    margin-right: 1em;
}
.post-social-action .footer-social li a {
    background-color: #fff;
    color: #009fe3;
    border: solid 1px #cfcfcf;
    box-shadow: none;
    box-sizing: border-box;
}
.social-white li a {
    background: #fff;
    border: solid 1px #cfcfcf;
    box-shadow: none;
    box-sizing: border-box;
}
.related-wrap {
    overflow: hidden;
    margin-bottom: 2em;
}
.related-post {
    border: solid 1px #dcdcdc;
    width: 32%;
    margin: 0 2% 2em 0;
    box-sizing: border-box;
    height: 330px;
    overflow: hidden;
    position: relative;
    padding-bottom: 3em;
    float: left;
    color: #777;
}
.related-post:nth-child(3n+3) {
    margin-right: 0;
}
.related-post img {
    width: 100%;
}
.related-post-content {
    padding: 1em;
}
.related-post-content a.related-title {
    font-size: 1em;
    font-weight: 700;
    color: #777;
    display: block;
}
.related-post-content a.related-title:hover {
    color: #009fe3;
}
.related-post-content p {
    font-size: 1.6em;
    line-height: 1.4em;
}
.related-post-content .read-more {
    position: absolute;
    bottom: 1em;
    font-size: 1em;
}

/*-- medical specialties --*/

.featured-specialties {
    border: solid 1px #dcdcdc;
    background: #fcfbf6;
    overflow: hidden;
    margin-bottom: 3em;
    padding-bottom: 1em;
    padding-top: 2em;
}
.featured-specialties>a,
.specialtys-block>a {
    display: block;
    width: 25%;
    text-align: center;
    float: left;
    height: 160px;
    padding: 0.5em 0;
    box-sizing: border-box;
    font-size: 1.5em;
    color: #777;
}
.featured-specialties>a:hover,
.specialtys-block>a:hover {
    color: #009fe3;
}
.featured-specialties>a img,
.specialtys-block>a img {
    display: block;
    width: 92px;
    height: 92px;
    margin: 0 auto 1em;
    opacity: 0.8;
}
.featured-specialties>a img {
    background: #009fe3;
}
.specialtys-block>a img {
    background: #878787;
}
.featured-specialties>a:hover img {
    opacity: 1;
}
.specialtys-block>a:hover img {
    background: #009fe3;
    opacity: 1;
}
.specialties-head h5 {
    line-height: 1.6em;
}
.specialties-head input {
    font-size: 1.4em;
    min-width: 240px;
}
.specialties-head .a-to-z {
    clear: both;
    margin-bottom: 1em;
}
.specialties-head .a-to-z a,
.specialties-head .a-to-z span {
    margin-right: 0.8em;
    font-size: 1.4em;
    font-weight: 700;
}
.specialties-head .a-to-z span {
    color: #999;
}
.specialtys-block {
    border-bottom: solid 1px #dcdcdc;
    overflow: hidden;
    margin-bottom: 2em;
    padding-bottom: 1em;
}
.page-heading.symptoms-header h2 {
    font-size: 3.2em;
    color: #444;
    padding-bottom: 0.2em;
}
.page-heading.symptoms-header h3 {
    font-size: 2em;
    color: #22cb94;
}
.symptom-guide-compact {
    background: #fcfbf6;
    overflow: hidden;
    padding: 0;
    margin-bottom: 2em;
}
.symptom-guide-compact .symptom-navigation {
    border-right: solid 1px #dcdcdc;
    overflow: hidden;
}
.symptom-guide-compact .symptom-navigation a {
    width: 25%;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
    float: left;
    border-right: none;
    text-align: center;
    padding-bottom: 1.5em;
    font-size: 1.4em;
    font-weight: 700;
    color: #777;
}
.symptom-guide-compact .symptom-navigation a:hover {
    background: #fff;
    color: #009fe3;
}
.symptom-guide-compact .symptom-navigation img {
    display: block;
    width: 70%;
    margin: 2em auto 1em;
}
.symptom-guide-compact .post-content {
    padding: 1em 2em 2em;
    border: solid 1px #dcdcdc;
    border-top: none;
}

/*-- doctors MD --*/

.doctorsMd .content-list p {
    padding-bottom: 0;
}

/*-- static section examptions --*/

.home-simplifying .content-list {
    margin-top: 5em;
}
.home-simplifying i {
    font-size: 3em;
    padding-right: 0.2em;
    color: #555;
    text-align: center;
    width: 30px;
}
.list-media-2 {
    padding: 0 5em;
}
.home-simplifying .content-list.list-media-2 {
    margin-top: 0;
    list-style: none;
}
.home-simplifying .content-list.list-media-2 li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    font-size: 1.8em;
    position: relative;
}
.home-simplifying .content-list.list-media-2 li {
    margin-bottom: 0;
}
.home-news-tips .subscribe {
    margin: -1em 0 3em;
}
.home-news-tips .subscribe input[type="text"] {
    width: 40%;
    margin-right: 1em;
}
.home-news-tips .subscribe input[type="email"] {
    width: 40%;
    margin-right: 1em;
}
.home-news-tips .content-list img {
    width: 80px;
}
.home-online-video .video-media,
.doctorsMd-cloud .video-media {
    margin: 3em auto;
    max-width: 560px;
}
.home-online-video .video-media iframe,
.doctorsMd-cloud .video-media iframe {
    width: 100%;
    min-height: 270px;
}
.doctorsMd .media-wrap img {
    width: 85%;
    display: block;
    margin: 0 auto 2em;
}
.doctorsMd-free-site .media-wrap img {
    padding-top: 10em;
}
.doctorsMd-branding .media-wrap img {
    width: 60%;
    margin-top: -2em;
}
.doctorsMd-personalize .media-wrap img {
    width: 70%;
}
.home-online-video {
    background: url("../../../../images/new-16/background/home-bg-dnk.jpg") fixed;
    background-size: cover;
}
.home-doctors-area {
    background: url("../../../../images/new-16/background/home-bg-nukleus.jpg") fixed;
    background-size: cover;
}
.doctor-finder-area {
    padding: 2em 0 3em;
    clear: both;
    overflow: hidden;
}
.cancel-photo-profile {
    width: 300px;
    font-size: 1.4em;
    margin: 0 auto 1em;
    border: solid 1px #ccc;
}
.about-our-mission {
    background: url("../../../../images/new-16/background/about-page-bg") fixed;
    background-size: cover;
    background-position: bottom;
}
.about-our-mission p {
    color: rgba(255, 255, 255, 0.8);
}
.about-our-mission .half-wrap,
.darck-box-wrap {
    width: 47%;
    padding: 2em;
    margin: 0 6% 0 0;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.4);
    height: 400px;
    border-radius: 3px;
}
.darck-box-wrap {
    width: 100%;
    margin: 0;
    height: auto;
    margin-bottom: 4em;
}
.about-our-mission .half-wrap p:last-child,
.darck-box-wrap p:last-child {
    padding-bottom: 0;
}
.about-our-mission .half-wrap:last-child {
    margin: 0;
}
.about-our-mission .half-wrap h3 {
    color: rgba(255, 255, 255, 0.8);
}
.status_message p {
    font-size: 1.6125em;
    line-height: normal;
}
.section-static.no-script .center {
    overflow: hidden;
    position: inherit;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* account pages */

.compact-search .search-wrap {
    padding: 1em;
}
.compact-search input[type="submit"].main-action {
    width: auto;
    font-size: 1.3em;
}
.compact-search .search-wrap input[type="text"],
.compact-search .search-wrap select {
    width: 27%;
    font-size: 1.2em;
}
.review-list li {
    width: 32%;
    margin: 0 2% 10px 0;
    padding: 1em;
    background: #f3f3f3;
    border: solid 1px #e5e5e5;
    font-size: 1.4em;
    color: #444;
    line-height: 1.4em;
    float: left;
    box-sizing: border-box;
}
.review-list li a {
    display: block;
}
.review-list li:nth-child(3n+3) {
    margin: 0 0 10px 0;
}
.discount-card-wrap {
    max-width: 320px;
    margin: 0 auto 20px;
}
.discount-card-wrap p,
.imageYes .description {
    font-size: 1.2em;
    color: #777;
    line-height: 1.2em;
    padding-bottom: 1em;
}
.discount-card-wrap .inner-card {
    padding-bottom: 1em;
}
.imageYes {
    max-width: 420px;
    margin: 0 auto;
    padding: 1em;
    box-sizing: border-box;
    background: #f3f3f3;
    border: solid 1px #e5e5e5;
    border-bottom: 0;
    text-align: center;
}
.imageYes .photo_wrap {
    float: left;
    padding-right: 1em;
}
.imageYes #changePic,
.imageYes #removePic {
    display: inline-block !important;
}
.qq-upload-button {
    padding: 1em 0;
}
.qq-upload-button .image_upload_input_wrap {
    height: 0;
    cursor: pointer;
    width: 110px;
    overflow: hidden;
}
.qq-upload-button span {
    float: left;
    color: #444;
    display: block;
    padding: 0.7em;
    font-size: 1.4em;
    border-radius: 3px;
    text-align: center;
    -webkit-appearance: none;
    background: #44b1df;
    color: #fff;
}
.remote_image_path_wrap .main-action {
    float: left;
}
.qq-upload-fail span {
    float: left;
    font-size: 1.2em;
    color: #444;
    padding-right: 1em;
}
.qq-upload-fail {
    overflow: hidden;
    padding-bottom: 1em;
}
span.qq-upload-failed-text {
    color: #f36654;
}

/* forms special cases */

.recaptcha input {
    height: 20px!important;
}
.recaptcha .recaptcha_only_if_privacy a {
    color: #777!important;
}

/*-- subscription --*/

.content-subscription {
    background: #fcfbf6;
    border: solid 1px #dcdcdc;
    text-align: center;
    padding: 2em;
    margin-bottom: 2em;
}
.content-subscription p {
    font-size: 1.6em;
    line-height: 1.4em;
    color: #555;
    padding-bottom: 1em;
}
.content-subscription .pure-form {
    padding-bottom: 1em;
}
.content-subscription .subscribe {
    font-size: 14px;
    color: #777;
}

/*-- footer --*/

.site-footer {
    background: #222228;
    border-top: solid 2px #22cb94;
    overflow: hidden;
    padding: 50px 0 80px;
}
.footer-menu-list {
    float: left;
    min-width: 200px;
    margin-right: 10px;
}
.footer-menu-list li {
    padding-bottom: 30px;
}
.footer-menu-list li .md-logo-footer {
    margin-top: -18px;
}
.md-logo-footer {
    margin-top: -18px;
    width: 140px;
}
.footer-menu-list li h5 {
    color: #FFF;
    font-size: 1.8em;
    margin-bottom: 0;
}
.footer-menu-list li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.4em;
}
.footer-menu-list li a:hover {
    color: #fff;
}
.footer-social {
    float: right;
}
.footer-social li {
    float: left;
    margin-left: 10px;
}
.footer-social li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 2em;
    border-radius: 15px;
    display: block;
    color: #FFF;
    background: #3e3e49;
    text-align: center;
    box-shadow: inset 0 1px 0 #4e4e58;
}
.footer-social li a:hover {
    color: #fff;
    background-color: #009fe3;
}
.social-white li a:hover {
    background: #22cb94;
}
.site-footer .footer-cr {
    clear: both;
    float: none;
    color: #999;
    border-top: solid 1px #333;
    padding-top: 10px;
    font-size: 12px;
}
a.footer-sitemap-link {
    color: #999;
    opacity: 0.68;
}
.location a,
.location p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    color: #777;
}
.dfp_wrap h6 {
    text-align: center;
    padding-bottom: 5px;
    font-weight: 300;
    color: #777;
    line-height: normal;
}
.post-content .dfp_wrap h6 {
    font-size: 0.7em;
}
.dfp_wrap {
    overflow: hidden;
    margin-bottom: 20px;
}
.videoCont {
    width: 70%;
    margin: 0 auto;
}
.videoCont iframe {
    width: 100%;
    min-height: 335px;
}
.video_description {
    text-align: center;
}
.healthnews-blocks .related-post {
    height: 225px;
}

/*-- pagination --*/

.pagination_wrap {
    text-align: center;
    margin-bottom: 20px;
}
.pagination_wrap li {
    display: inline-block;
}
.pagination_wrap li span,
.pagination_wrap li a {
    padding: 10px 12px;
    font-size: 12px;
    color: #444;
    border: solid 1px #ccc;
    display: inline-block;
    border-right: 0;
    color: #007db3;
}
.pagination_wrap li a:hover {
    background: #ddd;
}
.pagination_wrap li:last-child a,
.pagination_wrap li:last-child span {
    border-right: solid 1px #ccc;
}
li.pagination_current span {
    background: #007db3;
    color: #fff;
}
@media (max-width: 660px) {
    .pagination_wrap li span, .pagination_wrap li a {
        padding: 10px 8px;
        font-size: 12px;
    }
}
@media (max-width: 450px) {
    .pagination_wrap li span, .pagination_wrap li a {
        padding: 10px 6px;
        font-size: 10px;
    }
}

/*-- static pages terms and privacy --*/

.static-doc-type {
    padding: 30px 0;
}
.static-doc-type ul {
    margin: 20px 0 30px 10px;
}
.static-doc-type ul li,
.static-doc-type ol li {
    padding-bottom: 20px;
    font-size: 16px;
    color: #555;
    list-style: inside;
    line-height: 20px;
    font-weight: 700;
    list-style: disc;
    margin-left: 10px;
}
.static-doc-type ul li a {
    color: #009fe3;
}
.static-doc-type ul li p {
    padding-bottom: 0;
}
.static-doc-type p {
    font-size: 16px;
}
.static-doc-type h2 {
    font-size: 22px;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 5px;
}
.static-doc-type h3 {
    font-size: 18px;
    color: #555;
}

/*-- ersoult list ---*/

.md-results-list.directory-list {
    overflow: hidden;
}
.md-results-list.directory-list ul {
    overflow: hidden;
    width: 33.3333333%;
    float: left;
    padding-bottom: 2em;
}
.md-results-list.directory-list ul li {
    overflow: hidden;
}
.md-results-list.directory-list ul li a {
    display: block;
    padding: 0.8em 1em 0.8em 0;
    font-size: 1.4em;
    float: left;
}
.healthtips_relatedspecialists_wrap .link_list li a {
    display: block;
    padding: 0.5em 1em 0.5em 0;
    font-size: 1.4em;
}
.md-results-list.directory-list ul li a:hover,
.healthtips_relatedspecialists_wrap .link_list li a:hover {
    color: #333;
}
.multiple-list .md-results-list.directory-list ul ul {
    clear: both;
    width: 100%;
    float: none;
}
.multiple-list .md-results-list.directory-list a.state {
    font-weight: 700;
}
.md-results-list.directory-list .block_content_list {
    width: 100%;
}
.md-results-list.directory-list .left_content,
.md-results-list.directory-list .middle_content,
.md-results-list.directory-list .right_content {
    overflow: hidden;
    width: 33.3333333%;
    float: left;
    padding-bottom: 2em;
}
.inner_head.practices_list_header {
    clear: both;
    overflow: hidden;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
}
.inner_head.practices_list_header .left_content {
    padding: 0;
    line-height: 42px;
    width: auto;
}
.inner_head.practices_list_header .right_content {
    float: right;
    width: auto;
}
.inner_head.practices_list_header .right_content select {
    min-width: 300px;
}
.practices_list .practice_list_item {
    overflow: hidden;
    padding: 15px;
}
.practices_list .practice_list_item:nth-child(odd) {
    background: #eee;
}
.practices_list .practice_list_item .left_content,
.practices_list .practice_list_item .right_content {
    width: auto;
    padding: 0;
    padding-bottom: 3px;
}
.practices_list .practice_list_item .right_content {
    float: right;
}
.practices_list .practice_list_item .right_content .main-action {
    font-size: 1.4em;
}
.office_line_address_wrap {
    font-size: 1.3em;
    color: #777;
}
.md-results-list.directory-list .practices_list {
    margin-bottom: 20px;
}
.h4_wrap.h4_wrap_w_more_link {
    clear: both;
    overflow: hidden;
}
.h4_wrap.h4_wrap_w_more_link h4 {
    float: left;
}
.h4_wrap.h4_wrap_w_more_link a {
    float: right;
    font-size: 1.4em;
}
.specialties_grid_w_summaries .specialty_image_wrap {
    float: left;
    width: 60px;
    margin: 0 10px 10px 0;
    background: #0dbae8;
}
.specialties_grid_w_summaries .specialty_image_wrap img {
    width: 100%;
}
.specialties_grid_w_summaries .specialty_summary {
    color: #777;
}

/*-- popup dialog --*/

#dialog p {
    font-size: 14px;
    line-height: 22px;
}
#dialog li {
    list-style: none;
}
#dialog .main-action {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.ui-widget-header {
    background: #009fe3!important;
    font-size: 20px;
    padding: 0.5em;
    border-radius: 0!important;
    bottom: none!important;
}
.ui-dialog .ui-dialog-titlebar-close {
    background-image: url("../../../../images/closeTransparent.png");
    background-size: cover;
    background-color: none!important;
}

/*-- ad on form --*/

#send_invite_popup {
    padding: 2em;
    background: #f0fafd;
    margin: 0 0 3em;
    border: solid 1px #ccc;
    margin: 0 auto 2em;
}
#send_invite_popup p {
    font-size: 1.6em;
}
#send_invite_popup .footer-form-action p {
    font-size: 1.4em;
}
#send_invite_popup .description-first {
    font-size: 1.4em;
    color: #777;
    padding-bottom: 1em;
}
#send_invite_popup #recaptcha_widget_div input {
    height: 20px!important;
}
#send_invite_popup #recaptcha_widget_div .recaptcha_only_if_privacy a {
    color: #777!important;
}
#send_invite_popup .footer-form-action .gray-link {
    line-height: 40px;
    font-size: 1.8em;
}
.state-selector {
    margin-bottom: 20px;
}
.state-selector label {
    float: left;
    line-height: 44px;
    padding-right: 20px;
    color: #007db3;
    font-size: 1.6em;
}

/* -- table grid ---*/

.table_grid {
    width: 100%;
    border: solid 1px #e5e5e5;
    border-right: none
}
.table_grid tr td,
.table_grid tr th {
    font-size: 0.8125em;
    padding: 1.125em 0;
    text-align: center;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}
.table_grid tr th {
    background: #f3f3f3;
    font-weight: 700;
    color: #374047;
    font-family: 'Lato', sans-serif;
}
.table_grid tr td {
    background: #fff;
}
.table_grid tr.alter_row {
    background: url(https://www.md.com/images/new/doted_bg.png) repeat;
}
.table_grid tr .strong_text {
    color: #2e373e;
}
.practicedoctors_list_header {
    overflow: hidden;
}
.practicedoctors_list_header {
    overflow: hidden;
    padding-bottom: 20px;
}
.map_directions_search_wrap {
    padding-top: 10px;
}
.map_directions_search_wrap .map_directions_search_icon {
    float: left;
    width: 50px;
}
.map_directions_search_wrap .map_directions_search_icon img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.map_directions .map_holder iframe {
    width: 100%;
}
.map_directions_search_input_wrap input {
    width: 84%;
}
.office-h-sidebar {
    font-size: 14px;
}
.wrap-404 {
    color: #d34635;
    background: #f6ebe9;
    border: solid 1px #efdad7;
    padding: 20px;
    font-size: 72px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.error-page .heding-lines h1,
.error-page .heding-lines h2 {
    text-align: center;
}
.error-page .half-wrap ul {
    list-style: inside;
}
.error-page .half-wrap ul li {
    list-style: url("../../../../images/new-16/static/arrow-blue-right.png") inside;
    font-size: 14px;
    margin-bottom: 2em;
}
.stand-alone-search {
    margin-top: 30px;
}
.stand-alone-search .search-wrap {
    margin-bottom: 0px;
}
.stand-alone-search .search-wrap,
.stand-alone-search.search-tabs .tab-actions a.active {
    background: #37363e;
}
.stand-alone-search.search-tabs .tab-actions a {
    background: #555;
}
.stand-alone-search .search-wrap #tab-1 {
    padding: 0;
}
.photo_caption p {
    font-size: 1.4em;
    color: #333;
}
.ui-menu .ui-menu-item a {
    font-size: 1.6em;
}
.top_padding {
    margin-bottom: 19px;
}
.top_padding input {
    float: left;
    margin: 3px 6px 0 0;
}
.top_padding .checkbox_title_text_wrap label {
    padding: 0;
}
.top_padding .checkbox_title_text_wrap a {
    font-size: inherit;
}
.piefeature {
    width: 33.3%;
}
.piefeature_piestrip_wrap {
    overflow: hidden;
}
.pie-description {
    float: left;
    width: 66.6%;
}
.pie-description ul.bullet_list {
    margin-top: 2em;
}
.pie-description ul.bullet_list li {
    list-style: outside square;
    margin: 0 0 0.5em 1.25em;
    overflow: visible;
    font-size: 1.4em;
}
.piestrip {
    margin-top: 3em;
    padding-top: 1em;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.piestrip li {
    float: left;
    width: 18.5%;
    margin-right: 1.5%;
    min-height: 240px;
    text-align: center;
}
.piestrip li:nth-child(5n+5) {
    margin-right: 0;
}
.piestrip li b {
    line-height: 13px;
}
#status_message p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
    line-height: 20px;
    list-style: circle inside;
    display: list-item;
}
.ui-dialog-buttonset button {
    padding: 10px 20px;
}
.ui-dialog .ui-dialog-titlebar-close {
    background-color: #009fe3;
}
.table_grid.fix-up {
    margin-bottom: 10px;
}
.table_grid.fix-up tr td {
    padding-left: 10px;
    padding-right: 10px;
}

/*-- pharmacy card --*/

.pharmacy-card-setup {
    background: url("../../../../images/new-16/background/home-bg-dnk.jpg") fixed;
    padding: 60px 0;
}
.pharmacy-card-setup .lead-lg {
    font-size: 26px;
}
.pharmacy-card-setup .panel.panel-default {
    background: rgba(255, 255, 255, 0.9);
}
.pharmacy-card-setup hr {
    border-top: 1px solid #ddd;
}
.pharmacy-card-setup .panel-body .btn-danger {
    margin-bottom: 20px;
}
.pharmacy-promo-sub {
    padding: 30px 0;
    background: #eee;
    margin-bottom: 60px;
    border-bottom: solid 1px #ddd;
}
.pharmacy-promo-sub.botom-sub {
    margin: 60px 0 0;
    border-top: solid 1px #ddd;
}

/*-- responsiveness --*/

@media (max-width: 1200px) {
    .center {
        max-width: 1980px;
        padding: 0 10px;
    }
    /*.main-nav li {*/
        /*padding: 10px 0;*/
    /*}*/
    .main-nav li a {
        padding: 10px;
        line-height: 24px;
        font-size: 1.4em;
    }
    .footer-menu-list {
        min-width: 165px;
    }
    .result-wrap .post-content h4 {
        font-size: 2.4em;
    }
}
@media (max-width: 1100px) {
    .main-header .md-logo {
        width: 88px;
        height: 52px;
        margin: 7px auto 0;
        float: none;
    }
    .main-header .md-logo a img {
        display: none;
    }
    .main-header .md-logo a {
        background: url("../../../../images/new-16/media/imgpsh_fullsize.png") no-repeat;
        width: 88px;
        height: 44px;
        display: block;
        margin-top: 7px;
    }
    .main-nav li a {
        padding: 10px 8px;
        font-size: 1.4em;
    }
    .search-wrap input[type="text"],
    .search-wrap select {
        width: 27%;
    }
    .search-page-sBar input[type="text"],
    .search-page-sBar select {
        width: 40%;
    }
    .search-wrap .by-name-input-wrap {
        width: 25%;
    }
    .search-wrap .by-name-input-wrap input {
        width: 100%;
    }
    .sidebar {
        display: none;
    }
    .main-nav,
    .find-doctor-sidebar,
    .sidebar {
        width: 200px;
        position: fixed;
        bottom: 0;
        left: 0;
        top: 79px;
        background: #37363e;
        display: none;
    }
    .find-doctor-sidebar,
    .sidebar {
        width: 320px;
        background: #eee;
        right: 0;
        left: auto;
        z-index: 100;
        padding: 15px;
        overflow: auto;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
    }
    .find-doctor-sidebar.side-section{
        display: block;
    }
    .map_directions_search_input_wrap input {
        width: 80%;
    }
    .main-nav ul {
        float: none;
        padding: 0;
        overflow: hidden;
    }
    .main-nav li {
        float: none;
        padding: 0;
    }
    .main-nav li>a {
        font-size: 15px;
        border-radius: 0;
    }
    .main-nav li>a.active-sub {
        background: #232226;
    }
    .main-nav li.nav-action {
        float: left;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .main-nav li.nav-action a {
        text-align: left;
        border: none;
    }
    .main-nav ul li ul {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        border-bottom: solid 1px #232226;
    }
    .content-wrap {
        margin: 0;
    }
    .compact-menu-nav,
    .compact-side-bar {
        display: block;
    }
    .find-doctor-sidebar.sidebar {
        top: 79px!important;
    }

    .checkbox-button {
        width: 72px !important;
    }
}
@media (max-width: 1000px) {
    .promo-wrap {
        height: auto!important;
    }
    /*-- search wrap --*/
    .search-wrap input[type="text"],
    .search-wrap select {
        width: 25%;
    }
    .search-page-sBar input[type="text"],
    .search-page-sBar select {
        width: 40%;
    }
    .search-wrap .by-name-input-wrap {
        width: 39%;
    }
    .search-wrap .by-name-input-wrap input {
        width: 100%;
    }
    .by-name span {
        display: none;
    }
    /*-- static sections --*/
    .section-static {
        height: auto!important;
    }
    .section-static .half-wrap {
        width: 100%;
        float: none;
        padding: 2em 0;
    }
    .section-static .half-wrap img {
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }
    .section-static .list-indication {
        list-style-position: outside;
        margin-left: 40px;
    }
    .section-static .half-wrap.media-wrap img {
        margin-bottom: 2em;
    }
    section.section-static.home-online-video.dark-section ul li { margin-top: 0px;  margin-bottom: 10px; }
    section.section-static.home-online-video.dark-section .pull-right { margin-top: -25px;}
    .home-simplifying .content-list {
        margin-top: 0;
    }
    .home-online-video .video-media,
    .doctorsMd-cloud .video-media {
        margin: 1em auto;
    }
    .doctors-list {
        max-width: 720px;
        margin: 0 auto;
    }
    .heding-lines .header-link {
        float: none;
    }
    .save-btn.mob-ver {
        display: block;
    }
    .result-wrap:hover .save-btn.mob-ver {
        display: block !important;
    }
    .doctor-action .save-btn.mob-ver {
        bottom: 0;
    }
    /*-- footer --*/
    .footer-menu-list {
        min-width: 0;
        width: 25%;
        margin: 0 0 20px 0;
        text-align: center;
    }
    .footer-menu-list li {
        padding-bottom: 20px;
    }
    .site-footer .footer-social {
        clear: both;
        float: none;
        max-width: 300px;
        margin: 0 auto 30px;
        overflow: hidden;
    }
    .home-thirds .third-section i {
        font-size: 90px;
    }
    .home-thirds .third-section h2 {
        font-size: 2.2em;
    }
    .home-thirds .third-section p {
        font-size: 1.8em;
    }
    .doctor-action .save-btn {
        position: relative;
        display: block;
        bottom: -5px;
    }
    .result-wrap .doctor-action {
        font-size: 90%;
    }
    .result-wrap .doctor-action a {
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    .section-static {
        font-size: 70%;
        padding: 5em 0;
    }
    .section-static a.main-action {
        font-size: 2.2em;
    }
    .section-static .bounded-box {
        font-size: 90%;
    }
    /*-- search wrap --*/
    .search-wrap input[type="text"],
    .search-wrap select {
        width: 49%;
        margin-bottom: 10px;
    }
    .search-wrap .by-name-input-wrap {
        width: 100%;
        float: none;
        margin-bottom: 2em;
    }
    .search-wrap .by-name-input-wrap input {
        width: 100%;
    }
    .search-wrap .main-action.no-float {
        float: right;
        margin-right: 0.5em;
    }
    .ad-content-wrap img {
        width: 100%;
    }
    .doctors-list {
        max-width: 480px;
        font-size: 140%;
    }
    .logo-list li {
        width: 23%;
    }
    .nav-up {
        top: -140px;
    }
    .doctor-finder-area .doctors-list li .back {
        font-size: 70%;
    }
    .form-wrap .line-radio-option .single-check-wrap {
        width: 50%;
    }
    a.unsave-button {
        display: block;
    }
    /*-- listings and posts --*/
    .result-wrap {
        height: auto;
    }
    .result-wrap .doctor-img {
        height: 60px;
        width: 60px;
        position: absolute;
        margin: 1em;
    }
    .result-wrap .location {
        padding: 0.5em 6em 1em 1em;
    }
    .result-wrap .post-content,
    .result-wrap.blog-post .post-content {
        margin-left: 0;
        overflow: hidden;
    }
    .result-wrap .post-action .read-more {
        margin-bottom: 1em;
    }
    .result-wrap .doctor-action {
        position: relative;
        margin-top: 1em;
        font-size: 90%;
    }
    .result-wrap .post-content h4 {
        font-size: 2.4em;
    }
    .single-blog-post .post-content {
        font-size: 1.4em;
    }
    .result-wrap .post-content .post-top {
        padding: 1.5em 1.5em 0.5em 8em;
        max-height: 100%;
    }
    .result-wrap.news-post .post-top {
        padding: 1.5em 1.5em 0 0;
    }
    .result-wrap .post-content .post-top p {
        padding-bottom: 5px;
    }
    .result-wrap.blog-post .post-content .post-top {
        padding: 1em 1em 0 1em;
    }
    /*-- footer --*/
    .footer-menu-list {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .footer-menu-list li {
        display: inline-block;
        padding-right: 10px;
    }
    .footer-menu-list li:first-child {
        float: none;
        padding-bottom: 5px;
    }
    .footer-menu-list li a {
        display: inline-block;
    }
    .footer-menu-list li .md-logo-footer {
        margin-top: 0;
    }
    .related-post {
        width: 49%;
    }
    .related-post figure a {
        max-height: 220px;
        overflow: hidden;
        display: block;
    }
    .related-post:nth-child(3n+3) {
        margin-right: 2%;
    }
    .related-post:nth-child(2n+2) {
        margin-right: 0;
    }
    .breadcrumbs {
        display: none;
    }
    .result-wrap.blog-post .post-img {
        width: 20%;
    }
    .home-thirds {
        padding-top: 5em;
    }
    .home-thirds .third-section {
        width: 98%;
        margin: 0 1% 2em;
        height: auto;
        text-align: left;
        padding: 1.5em;
    }
    .home-thirds .third-section i {
        float: left;
        font-size: 50px;
        margin-right: 20px;
        display: block;
        width: 49px;
    }
    .search-wrap .by-name span {
        float: left;
        padding: 0;
    }
    .search-wrap .by-name .main-action {
        float: right;
        clear: none;
        width: auto;
        min-width: 140px;
        margin-bottom: 10px;
    }
    /*-- forms --*/
    .half-wrap {
        width: 100%;
        float: none;
        padding: 2em 0;
    }
    /*-- flip card mob --*/
    .flip-container {
        perspective: none;
    }
    .flip-container:hover .flipper,
    .flip-container.hover .flipper {
        transform: none;
    }
    .flip-container,
    .flip-container .front,
    .flip-container .back {
        max-width: 200px;
        height: 248px;
    }
    .flip-container .flipper {
        transition: none;
        transform-style: initial;
        position: relative;
    }
    .flip-container .front,
    .flip-container .back {
        backface-visibility: inherit;
        position: absolute;
        top: 0;
        left: 0;
    }
    .flip-container .front {
        z-index: 12;
        transform: none;
    }
    .flip-container .back {
        transform: none;
        background: #009fe3;
        opacity: 0;
        transition: opacity .75s ease-in-out;
        -moz-transition: opacity .75s ease-in-out;
        -webkit-transition: opacity .75s ease-in-out;
    }
    .flip-container:hover .back {
        z-index: 11;
        opacity: 1;
    }
    .flip-container:hover .front {
        z-index: 2;
    }
    .flip-container .front img {
        width: 100%;
        height: 100%;
        display: block;
    }
}
@media (max-width: 500px) {
    .md-results-list.directory-list ul {
        width: 100%
    }
    .form-line-input-wrap.for .inner-line-form-wrap {
        width: 49%;
        margin-right: 2%;
    }
    .form-line-input-wrap.for .inner-line-form-wrap:nth-child(even) {
        margin-right: 0;
    }
    .search-wrap input[type="text"],
    .search-wrap select {
        width: 100%;
    }
    .promo-wrap {
        font-size: 70%;
    }
    .list-media i {
        float: none;
        margin: 0 auto 10px;
        display: block;
    }
    .list-media figure {
        float: left;
        margin: 0 10px 0 0;
    }
    .list-media .list-content {
        margin-left: 0;
    }
    .section-static .half-wrap img {
        width: 100%;
    }
    .home-news-tips .content-list figure,
    .home-news-tips .content-list a {
        display: block;
        width: 100%;
        margin: 0 0 5px 0;
    }
    .doctors-list {
        max-width: 240px;
        max-height: 810px;
        overflow: visible;
    }
    .logo-list li {
        width: 31%;
    }
    .nav-up {
        top: -240px;
    }
    .content-subscription {
        font-size: 75%;
    }
    .post-social-action .footer-social {
        float: none;
    }
    .post-social-action .footer-social li a {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
    .related-wrap {
        max-height: 680px;
    }
    .related-post {
        width: 100%;
    }
    .related-post:nth-child(3n+3) {
        margin-right: 0;
    }
    .related-post:nth-child(2n+2) {
        margin-right: 0;
    }
    .specialties-head input {
        float: none;
        width: 100%;
        margin-bottom: 1em;
    }
    .specialties-head .a-to-z {
        display: none;
    }
    .specialties-head .a-to-z a,
    .specialties-head .a-to-z span {
        text-align: center;
        display: inline-block;
        padding: 0 0.8em 0.8em 0;
    }
    .symptom-guide-compact .post-content {
        padding: 1em 1em 1em;
    }
    .symptom-guide-compact .symptom-navigation a {
        width: 50%;
    }
    .form-wrap .line-radio-option .single-check-wrap {
        width: 100%;
        float: none;
    }
    /*-- results --*/
    .result-wrap {
        font-size: 90%;
    }
    .result-wrap .post-content h4 {
        font-size: 2em;
    }
    .result-wrap .doctor-action a {
        font-size: 1.35em;
    }
    .result-wrap .post-content .post-top {
        padding: 1em 1em 0.5em 8em;
    }
    .result-wrap .location {
        padding: 0.5em 6em 1em 1em;
        font-size: 1.4em;
    }
    .result-wrap .doctor-action {
        padding: 0 1em;
    }
    .result-wrap .post-top .featured-star {
        right: 1em;
        width: 15px;
    }
    .result-wrap .post-top .featured-star img {
        width: 100%;
    }
    .result-wrap.news-post .post-top {
        padding: 1em 0 0 0;
    }
    .sub-heading {
        display: none;
    }
    /*--- forms --*/
    .form-wrap .form-line label {
        width: 100%;
    }
    .form-wrap .form-line-input-wrap {
        margin-left: 0;
        padding-bottom: 10px;
    }
    .home-news-tips .subscribe .pure-form input {
        width: 100%;
    }
    .home-news-tips .subscribe .pure-form .green-action {
        width: 280px;
        margin: 15px auto 0;
        float: none;
        display: block;
    }
    #send_invite_popup.form-wrap .footer-form-action .main-action {
        margin-bottom: 0.5em;
    }
    .md-results-list #specialty_search {
        width: 100%;
    }
    .search-tabs .tab-actions a {
        width: 50%;
        box-sizing: border-box;
        font-size: 1.4em;
    }
}
@media (max-width: 550px) {
    .featured-specialties>a,
    .specialtys-block>a {
        width: 33.33333%;
        height: 170px;
    }
}
@media (max-width: 480px) {
    input#search-submit {
        margin-top: 10px;
    }
}
@media (max-width: 380px) {
    .featured-specialties>a,
    .specialtys-block>a {
        width: 50%;
        height: 155px;
    }
}

/*** Alert ***/

.alert {
    padding: 1em;
    border: solid 1px #ddd;
    margin-top: 2em;
    margin-bottom: 1em;
    color: #5f5f59;
    position: relative;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
}
.alert_error {
    color: #d34635;
    background: #f6ebe9;
    border-color: #efdad7;
}
.alert_error p {
    font-size: 1.2em;
    padding-top: 0.1em;
    padding-bottom: 0.4em;
    line-height: 16px;
}
.alert_note {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert_success,
.alert_success h4,
.alert_success p {
    color: #15a018;
}
.alert_success {
    background: #e5f7e7;
    border-color: #e5f7e7;
}
.close:hover,
a.close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.alert .close {
    background-color: #d34635;
    border: 1px solid #d34635;
}
.alert_note .close {
    background-color: #8a6d3b;
    border: 1px solid #8a6d3b;
}
.alert_success .close {
    background-color: #15a018;
    border: 1px solid #15a018;
}
.close,
a.close {
    line-height: 1;
    font-size: 1em;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    position: absolute;
    padding: .125em .375em .375em;
    right: 10px;
    top: 11px;
    color: #fff;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.round {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    overflow: hidden;
}
.dfp_wrap {
    padding: .75em 0 .6875em;
    text-align: center;
    line-height: 0;
}
.contact_map_holder {
    margin-bottom: 1em;
}
.title-icon {
    float: left;
    background: #ccc;
    width: 58px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.review-verify {
    text-align: center;
}
.review-verify .footer-form-action .main-action {
    min-width: 200px;
    margin-bottom: 20px;
}
.review-verify .footer-form-action p {
    padding: 0 60px;
}
.review-verify .line-separtaor {
    border: none;
    border-bottom: solid 1px #ddd;
    margin: 20px 0;
}
.review_reply>div,
.review_reply_form>div {
    overflow: hidden;
}
.review_reply_form {
    padding-bottom: 1em;
}
.credit-card-listing {
    margin-bottom: 3em;
    border: solid 1px #ddd;
    padding: 1em;
}
.credit-card-listing .photo_wrap {
    width: 100px;
}
.credit-card-listing .photo_wrap img {
    width: 100%;
}
.credit-card-listing .card-info {
    margin-left: 120px;
}
.card-info .lined-height {
    line-height: 2em;
}
.clearfix {
    clear: both;
}
.sub-header-info a {
    text-decoration: none;
    color: #FFF;
}
.sub-header-info-about a {
    text-decoration: none;
    color: #0dbae8;
}

#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

/* select 2 part */
.select2-selection {
    padding: 0 0.7em;
    font-size: 1.8em;
    border-radius: 3px;
    border: none;
    height: 46px!important;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.select2-selection .select2-selection__rendered {
    height: 46px!important;
    line-height: 41px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px!important;
    right: 6px!important;
}
.select2-results__option {
    font-size: 14px;
}
/* END Select2 part */

/* checkbox like button */
.checkbox-button {
    margin:4px;
    background-color:#EFEFEF;
    border:1px solid #D0D0D0;
    overflow:hidden;
    width: 82px;
}
.checkbox-button:hover {
    background:#0e90d2;
}
.checkbox-button label {
    float:left;
    width:4.0em;
}
.checkbox-button label span {
    text-align:center;
    padding:14px 0px;
    display:block;
}
.checkbox-button label input {
    position:absolute;
    top:-20px;
}
.checkbox-button input:checked + span {
    background-color:#44b1df;
    color:#fff;
    text-align: center;
}
.chekbox_li {
    overflow: hidden;
}
.chekbox_li li {
    float: left;
}
.chekbox_li label{
    width: 100% !important;
    padding: 0px 0px;
}
/* END checkbox like a button */

/* Manual Modal View */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    margin-top: 80px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}

.modal-footer-input {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.modal-footer-signup {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}

.modal-footer-doctor-signup{
    opacity: 0.78;
    width: 75%;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
    background: #F9F9F9;
    display: none;
}

.modal-footer-forgotpass {
    width: auto;
    margin-left: auto;
    border:none;
    background: #fff;
    margin-right: auto;
}

.video-visit-button {
    display: block;
    padding: 0.7em;
    font-size: 1.8em;
    border-radius: 3px;
    text-align: center;
    -webkit-appearance: none;
    margin: 5px;
    float: left;
    margin-right: 1em;
    line-height: 1.3em;
    vertical-align: baseline;
    max-height: 50px;
    font-family: inherit;
}

@media (max-width: 500px) {
    .video-visit-button {
        font-size: 1.35em;
        height: 30.5px;
    }
}

/* modal - forgot password - mobile */
@media (max-width: 380px) {
    p.pull-right.pull-right-popup {
        float: left;
        padding-left: 21%;
        padding-bottom: 0;
        margin: 0 !important;
        text-align: center;
    }
    p.pull-left-popup {
        padding-left: 26%;
        margin: 0 !important;
    }
}

/* modal  alignment */
@media (max-width: 480px) {
    .modal {
        padding-top: 60px;
        margin-top: 0 !important;
    }
}
@media (min-width: 481px) and (max-width: 1100px) {
    .modal {
        padding-top: 80px;
        margin-top: 0 !important;
    }
}

/*  modal - fix font size of sign up link on mobile*/
@media (max-width: 500px) {
    p.video-visit-modal a {
        font-size: 1em !important;
    }
}

.video-visit-modal .popup h2 {
    font-size: 2.6em;
    color: #333;
    padding-bottom: 0.3em;
    text-transform: none;
    width: 95%;
    margin-bottom: .4125em;
}

.popup {
    margin: 40px auto !important;
    padding: 20px 35px;
    background: #fff;
    border-radius: 5px;
    width: auto !important;
    position: relative;
    max-width: 680px;
}
@media (max-width: 400px) {
    .popup {
        padding: 20px !important;
    }
}

.popup .close {
    position: absolute;
    top: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    background-color: #009fe3;
    border: solid 1px #ccc;
    padding: 3px 8px;
}

.popup .close:hover {
    color: #009fe3;
    background-color: #fff;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}

.popup .center {
    max-width: 480px !important;
}

p.video-visit-modal {
    text-align: center;
}

p.video-visit-modal a {
    float: none !important;
    font-weight: 600;
}

.pull-right.pull-right-popup a {
    float: none;
}

.modal.form-line {
    margin-bottom: 0;
}

@media (max-width: 400px) {
    p.video-visit-modal, p.video-visit-modal a, .modal-footer-forgotpass p, .modal-footer-forgotpass a {
        font-size: 12px !important;
    }
}

@media (max-width: 500px) {
    .popup .center .form-wrap .form-line-input-wrap {
        margin: 0 !important;
        padding: 0 !important;
    }
    .popup .center .form-wrap .form-line-input-wrap input {
        margin: 0 !important;
        margin-bottom: 5px !important;
        padding-left: 10px !important;
    }
    .popup .center .form-wrap {
        margin-top: 0px;
    }
    .video-visit-modal .popup h2 {
        font-size: 2em;
    }
    .video-visit-modal .popup label {
        display: none;
    }
    p.pull-left.pull-left-popup, p.pull-right.pull-right-popup, p.pull-left.pull-left-popup a, p.pull-right.pull-right-popup a {
        font-size: 110%;
    }
}

@media screen and (max-width: 700px){
    .box {
        width: 70%;
    }
    .popup {
        width: 70%;
    }
}

.popup h3 {
    font-size: 1.8125em;
    line-height: normal;
    font-weight: 700;
    color: #22cb94;
    margin-bottom: 1em;
}

.popup .form-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
}

.popup .form-wrap .form-line label {
    font-size: 1.5em;
    width: 20%;
    padding-left: 0;
    margin-left: 0;
}
@media (max-width: 500px) {
    .popup .form-wrap .form-line label {
        padding: 15px 0;
        margin: 0;
        width: 25%;
    }
    .popup .form-wrap .form-line-input-wrap p.description {
        margin-left: 0% !important;
        padding-top: 3px;
        margin-top: 10px;
    }

}
.popup .form-wrap .form-line input {
    width: 100%;
}
.popup .footer-form-action {
    background-color: #f3f3f3 !important;
}
.popup .form-wrap .form-line-input-wrap p.description {
    margin-left: 0;
    margin-top: 10px;
    float: right;
    margin-right: 14%;
}
.popup p.description {
    font-size: 1.4em;
    float: right;
    display: block;
}
p.pull-left.pull-left-popup, p.pull-right.pull-right-popup {
    font-size: 1.4125em;
}

.logo-list-homepage img {filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    opacity: 0.68;
    width: 78%;
}
/* Disable grayscale on hover */
.logo-list-homepage img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
    background: #fff;
}
.logo-list-homepage li {
    float: left;
    padding: 1%;
    width: 16%;
    max-height: 141px;
    overflow: hidden;
    box-sizing: border-box;
}

.logo-list-homepage li a {border: solid 1px #F7F7F7;}

.logo-list-homepage li a img {
    display: inline-block;
    width: 100%;
}

ul.logo-list-homepage {margin: 25px auto;}
ul.content-list-homepage li h4 {line-height: 145%;}

@media (max-width: 767px) {
    .logo-list-homepage li {
        width: 28%;
    }
    ul.logo-list.logo-list-homepage {
        margin-left: 10%;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .app-download img, img.app-download {
        width: auto !important;
        margin-bottom:  2em !important;
    }
}

.section-content-header {
    text-transform: none;
    margin-top: 50px;
    margin-bottom: .2125em;
    font-size: 3em;
}

/* Mailchimp Subscribe Styling */
.btn-mailchimp {
    min-width: 200px;
    letter-spacing: normal;
    font-weight: 500;
    text-transform: none;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 24px;
    font-size: 18px;
}

#mc_embed_signup {
    display: block;
    background: #fff;
    clear: left;
    font-family: 'Open Sans', sans-serif !important;
}

form#mc-embedded-subscribe-form {
    margin-top: 10px;
}

h3.subscribe-mailchimp {
    margin: 15px auto 5px;
    font-size: 2.8em;
    line-height: 120%;
}

input#mce-EMAIL {
    font-family: 'Open Sans', sans-serif;
    width: 70%;
    min-width: 270px;
    max-width: 420px;
    padding: 3px 10px;
    font-size: 16px;
}

/*
* *************************************
*   POWERINBOX / REVENUESTRIPE ADS
* *************************************
*/

div.powerinbox {margin: 0 0 15px;}
@media (min-width: 768px) {
	.powerinbox {margin: 0 15px 20px;}
}
.pi-title {font-weight:400;font-size:10px;text-align:center; margin: 0 0 5px;}
h6.powerinbox-widget-title {font-size: 12px; font-family: Roboto; text-align: center; color: #5f5f59; font-weight: 400; margin-bottom: 1px; line-height: normal; opacity: 0.92;}

/* .pi_10790 POWERINBOX 10790 - MD Profile Page - Display - 970x250 */
.pi_10790 div,
.pi_10790 a,
.pi_10790 img,
.pi_10790 ul,
.pi_10790 li {margin: 0; padding: 0; line-height: 0; list-style: none; border: 0; vertical-align: baseline;}

.pi_10790 { position: relative; max-width: 970px; overflow: hidden; margin: 0 auto;}
.pi_10790 a {display: block; border: 0; border-style: none; outline: none; text-decoration: none;}
.pi_10790 img {display: block; max-width: 84px; border: 0; outline: none; text-decoration: none;}
.pi_10790 .pi_brand {position: absolute; display: block; width: 15px; height: 15px; overflow: hidden; right: 0; top: 0; cursor: pointer; z-index: 1000; transition: width .3s; line-height: 0;}
.pi_10790 .pi_brand:hover {width: 84px;}
.pi_10790 .pi_au img {height: auto; width: 100%; max-width: 970px;}

/* .panel-pi_10791 POWERINBOX 10791 - MD Profile Page - Native - 1x4 */
.pi_10791 div,
.pi_10791 a,
.pi_10791 img,
.pi_10791 ul,
.pi_10791 li {
	margin: 0; padding: 0; line-height: 0; list-style: none; border: 0; vertical-align: baseline;
}
.pi_10791 {position:relative;width:auto;background:#fff;}
.pi_10791 a {display:inline-block;width:100%;border:0;border-style:none;outline:none;text-decoration:none;}
.pi_10791 img {display:block;border:0;outline:none;text-decoration:none;}
.pi_10791 .pi_header {font-family:'Open Sans', Arial, sans-serif;font-size:18px;font-weight:bold;text-align:left;color:#000000; margin:0 0 10px 0; line-height: 100%;}
.pi_10791 .pi_brand {float:right;clear:both;padding-top: 5px;}
.pi_10791 .pi_header:after, .pi_10791 .pi_au_container:after {content:""; display: table; clear: both;}
.pi_10791 .pi_au_container {padding:0 !important;direction:ltr;}
.pi_10791 .pi_au {position:relative;font-size:0;width:23.255%;float:left;vertical-align:top;min-width:50px;list-style-type:none;box-sizing:border-box;}
.pi_10791 .pi_au ~ .pi_au {margin:0 0 0 2.3%;}
.pi_10791 .pi_au img {width:100%;height:auto;}
@media screen and (max-width:650px) { 
	.pi_10791 .pi_au {width:48.666%;}
	.pi_10791 .pi_au ~ .pi_au {margin:0 0 0 2.6%;}
	.pi_10791 .pi_au.pi_o {margin:0;}
}
@media screen and (max-width:479px) {
	.pi_10791 .pi_au {width:100%;}
	.pi_10791 .pi_au ~ .pi_au {margin:0;}
	.pi_10791 .pi_au.pi_o {margin:0;}
}

/* .pi_10792 POWERINBOX 10792 - Native 3x1 Text Links */
.col-xs-12.col-sm-12.col-md-12.powerinbox-leaderboard-970 {margin-bottom: 1em;}
.pi_10792 div,
.pi_10792 a,
.pi_10792 img,
.pi_10792 ul,
.pi_10792 li {
	margin: 0; padding: 0; line-height: 0; list-style: none; border: 0; vertical-align: baseline;
}
.pi_10792 li {margin: 20px 0;}
.pi_10792 {position:relative;width:auto;background:#fff;}
.pi_10792 a {display:inline-block;width:100%;border:0;border-style:none;outline:none;text-decoration:none;font-family:Lato, sans-serif;font-size:16px;font-weight:bold;}
.pi_10792 img {display:block;border:0;outline:none;text-decoration:none;}
.pi_10792 .pi_brand {float:right; clear:both;padding-top: 5px;}
.pi_10792 .pi_header:after, .pi_10792 .pi_au_container:after {content:""; display: table; clear: both;}
.pi_10792 .pi_au_container {padding:0 !important;direction:ltr;}
.pi_10792 .pi_au {position:relative;font-size:0;width:100%;vertical-align:top;min-width:50px;list-style-type:none;box-sizing:border-box;}
.pi_10792 .pi_au img {width:100%;height:auto;max-width: 728px;min-width: 285px;}
li.pi_au {border-color: #ddd; border-width: 0 0 1px; border-style: solid; margin: 0 -15px 15px; padding: 0 15px 15px;}

/* li.pi_au img {margin-left: -10px;} */
div#pi_10792 {overflow: hidden;}
div#pi_10791 .panel-body {padding: 15px 0 15px 25px;}

/* Health Tips pages */
.pi_12868 .pi_header {font-family: 'Open Sans', Arial, sans-serif; font-size: 24px; font-weight: 600; text-align: left; color: #444444; margin: 0; line-height: 100%; max-height: 35px !important;}
@media (min-width: 992px) {
	.pi_12868.powerinbox {max-height: 285px; display: table-row; position: relative;}
}
h6.powerinbox-widget-title { font-size: 12px; font-family: Roboto; text-align: center; color: #5f5f59; font-weight: 400; margin-bottom: 1px; line-height: normal; opacity: 0.92; }

/*
* *************************************
*   FIX MANAGER SITE FORGOT PW PAGE
*   (USING LEGACY SITE STYLES)
* *************************************
*/
@media only screen and (min-width: 1200px) {
        #managersite_forgot_password .content.center {
                width: 1200px;
        }
}
#managersite_forgot_password .content.center {
         width: 1000px
}
#managersite_forgot_password input.text_login {
        width: 100%;
        min-width: 240px;
        max-width: 320px;
        margin: 5px auto 15px;
}
 #managersite_forgot_password div.breadcrumbs,
 #managersite_forgot_password div.heding-lines h1,
 #managersite_forgot_password div.heding-lines {
         display:none;
}
 #managersite_forgot_password .form-wrap .footer-form-action, .action-box {
        padding: .5em;
        background: #f3f3f3;
        border: solid 1px #e5e5e5;
        overflow: hidden;
        margin-bottom: 2em;
        max-width: 320px;
        width: 100%;
        min-width: 280px;
}
#managersite_forgot_password input[type="submit"],
#managersite_forgot_password button {
        cursor: pointer;
        background: #009fe3;
        color: #ffffff;
        display: block;
        padding: 12px 10px;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 1rem;
        border-radius: 3px;
        text-align: center;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        border: solid 1px #fff;
        min-width: 75%;
        width: 100%;
}