@charset "utf-8";
b {
    font-weight: 600;
}
@font-face {
    font-family: "robotoblack";
    src: url("../fonts/Roboto/roboto-black-webfont.woff2") format("woff2"),
        url("../fonts/Roboto/roboto-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "robotobold";
    src: url("../fonts/Roboto/roboto-bold-webfont.woff2") format("woff2"),
        url("../fonts/Roboto/roboto-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "robotoregular";
    src: url("../fonts/Roboto/roboto-regular-webfont.woff2") format("woff2"),
        url("../fonts/Roboto/roboto-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "lucida_handwritingitalic";
    src: url("../fonts/lucida/lucida_handwriting_italic-webfont.woff2") format("woff2"),
        url("../fonts/lucida/lucida_handwriting_italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}
.fa-mobile {
    font: 20px FontAwesome !important;
    padding: 6px 12px 0;
    display: inline-block;
}
.fa-envelope {
    font: 12px FontAwesome !important;
    padding: 5px 10px;
    display: inline-block;
}
.fa-user {
    font: 14px FontAwesome !important;
    padding: 5px 10px;
    display: inline-block;
}
.fa-pencil {
    font: 15px FontAwesome !important;
    padding: 5px 10px;
    display: inline-block;
}
.fa-briefcase {
    font: 14px FontAwesome !important;
    padding: 5px 10px;
    display: inline-block;
}
.center {
    position: fixed;
    background: #000;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 999;
    top: 0;
}
.center input {
    padding: 10px 50px 10px 10px;
    clear: both;
    display: block;
    margin: 10px auto 10px;
}
.error {
    padding: 75px 0 0;
}
.error-img h1 {
    font-family: lucida_handwritingitalic;
    font-size: 90px;
    color: #444444;
}
/*.error-img { background: url(../images/404er.jpg)no-repeat 85% 0 / cover;height: 350px;}*/
.error-link {
    text-align: center;
}
.error-img img {
    padding-left: 7px;
}
.error-img p {
    font-size: 24px;
    color: #a6a6a6;
    font-family: Roboto;
}
.error-img span {
    font-size: 13px;
    color: #333;
    font-family: Roboto;
    width: 38%;
    display: inline-block;
    line-height: 20px;
}
.error-link li {
    text-align: center;
    display: inline-block;
    padding: 0 15px;
}
.error-link ul {
    display: inline-block;
    margin: 30px 0;
}
.error-link ul li i {
    padding: 7px 6px;
    border: 2px solid #555;
    border-radius: 50%;
}
.error-link ul span {
    display: block;
    font-size: 13px;
    font-family: RobotoBold;
    padding: 5px 0 0;
}
.error-link ul li a:hover {
    color: #333;
}
.error-link ul li a {
    color: #555;
}
.error-link ul li a:hover i {
    border: 2px solid #333;
}
ul li {
    list-style-type: none;
}
.input-group-addon:first-child {
    vertical-align: top;
}
body {
    font-family: Roboto;
    font-size: 14px;
}
.main header {
    background-color: #efefef;
    padding: 16px 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar-brand > img {
    display: block;
}
#DMENavbar ul {
    margin-top: 5px;
    margin-bottom: 0;
}
.fq-lft {
    width: 46%;
    float: left;
    padding: 0 15px;
}
.fq-ryt {
    width: 46%;
    float: right;
    padding: 0 15px;
}
.main header .headerSec {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
nav {
    position: relative;
    margin: 0 auto;
}
.nav-ph p {
    text-align: right;
    font-size: 13px;
    color: #fff;
    margin: 7px 0 0;
    font-family: Arial;
}
nav ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}
nav ul li a {
    color: #555;
    font-family: Arial;
    padding: 5px 15px;
    display: inline-block;
    cursor: pointer;
    line-height: 22px;
}
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.phone {
    color: #777;
    margin-top: 10px;
    background: url(../images/phone.jpg) 0 0 no-repeat;
    background-size: 20px 20px;
    padding: 3px 15px;
    text-align: right;
}
nav ul li a.active,
nav ul li a:hover {
    color: #333;
}
nav ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #cecaca;
    transition: width 0.3s;
}
nav ul li a.active::after {
    width: 100%;
    transition: width 0.3s;
}
.main header .call {
    margin: 10px 0 0;
    float: right;
}
.main header .call p {
    color: #fff;
    font-family: Arial;
}
/* section .middle{padding:75px 0 0;} */
.middle .navigation label:first-child {
    margin-left: 0;
}
.middle .navigation label:last-child {
    margin-right: 0;
}
.middle .navigation label {
    margin: 0 8px;
}
.modal-title span {
    font-family: RobotoBold;
}
.middle .banCont h2 {
    font-size: 18px;
    color: #333;
    font-family: RobotoBold;
}
.lst.land li a {
    color: #555;
    text-decoration: underline;
}
.lst.land li {
    font-size: 15px;
    color: #999;
    font-family: Arial;
    list-style-type: Square;
    padding: 9px 0px 0px;
    line-height: 22px;
}
label.error {
    color: red;
    font-weight: 500;
    padding: 5px 35px;
    font-size: 11px;
    font-family: Arial;
}
.navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}
.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-nav ul {
    display: none;
}
.policy p {
    margin: 0;
}
.dropdown-menu {
    padding: 5px;
    border-radius: 5px !important;
}
.dropdown-menu > li {
    width: 100%;
    display: inline-block;
}
.dropdown-menu > li > a {
    font-size: 14px;
    background: none;
    border-bottom: 1px solid #fff;
    border-radius: 5px;
}
.dropdown-menu > li > a:hover {
    background: none !important;
    color: #1945a8 !important;
    border-radius: 3px;
}
.banner {
    background: url(../images/banner.jpg) top right/cover;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.banner.therapy {
    background-image: url(../images/banner-chiro.jpg);
}
.banner.mental {
    background-image: url(../images/mental-health.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.derm {
    background-image: url(../images/banner-derm.jpg);
}
.banner .banCont {
    float: left;
    background: #fff;
    padding: 35px;
    width: 70%;
    margin: 140px 0;
}
.banCont h1 {
    font-size: 32px;
    font-family: RobotoBlack;
    text-align: left;
    margin: 0;
    color: #333;
    line-height: 40px;
}

.bann-card.business .banCont h1 {
    font-size: 27px;
    line-height: 32px;
}
.banCont p {
    text-align: left;
    margin: 10px 0 30px;
    font-family: Arial;
    color: #333;
    line-height: 22px;
}
.banCont .com-btn {
    font-family: Arial;
    font-weight: bold;
    font-size: 21px;
    padding: 15px 30px; /*float:left;*/
    margin: 0;
    border-radius: 5px;
    background: #04658c;
}
.com-btn {
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    padding: 15px 30px;
    display: inline-block;
    margin: 20px 0 0;
    border-radius: 3px;
    background: #d11313;
    color: #fff;
}
.banCont .phone {
    display: none;
}
.banner.therapy .banCont h1 {
    font-size: 28px;
    line-height: 36px;
}
.banner.mental .banCont h1 {
    font-size: 28px;
    line-height: 36px;
}
.banner.derm .banCont h1 {
    font-size: 28px;
    line-height: 36px;
}
.client-list li {
    display: inline-block;
    padding-right: 50px;
    margin: 20px 0 0;
}
.client-list li:last-child {
    padding-right: 0;
}
.services {
    width: 100%;
    display: inline-block;
    padding: 80px 0;
}
.service-field {
    border: 1px solid #ddd;
    text-align: center;
}
.service-field span {
    text-align: center;
    position: relative;
    top: -21px;
    background: #fff;
    padding: 0 15px;
    font: 700 30px Robotobold;
    color: #333;
}
.service-text {
    text-align: left;
    margin: 20px auto 45px;
    width: 94%;
    display: flex;
}
.dmemedical-services .service-field ul {
    width: 31.3%;
    margin-right: 2%;
}
.service-field .w-100 {
    width: 100%;
}
.service-field ul li {
    line-height: 20px;
    color: #555;
    font-family: Arial;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}
.service-field ul li::before {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    font-size: 20px;
    color: #27a7b2;
    position: absolute;
    left: 0;
    top: 0;
}
.service-mob {
    display: none;
}
.service-normal {
    display: block;
}
.bann-card.business {
    background-image: url(../images/business.jpg);
}
.spec-lst li {
    list-style: square;
    color: #777;
    line-height: 22px;
}
.bann-card {
    margin: 0;
    background: url(../images/ban.jpg)no-repeat scroll top right/cover;
    min-height: 100%;
}
.bann-card .banCont {
    float: left;
    background: #fff;
    padding: 35px;
    width: 60%;
    margin: 80px 0;
}
.bann-card.business .banCont {
    width: 70%;
}
.bann-card .banCont .spec-pt {
    padding-bottom: 20px;
    text-align: left;
    font-family: robotobold;
    color: #333;
    line-height: 34px;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}
.bann-card .banCont .spec {
    font-family: Arial;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 5px;
}
.spec-lst li span a {
    font: 14px Arial;
    color: #555;
    padding: 0;
}
.bann-card.map {
    background: url(../images/map.jpg)no-repeat 70% 50%/cover;
}
.bann-card.map .banCont {
    background: none;
    margin: 60px 0;
    padding: 35px 0;
}
.bann-card.map .com-btn {
    background: #d11313;
}
.bann-card.map .banCont h1 {
    color: #fff;
}
.bann-card.map .banCont p {
    color: #fff !important;
}
.bann-card .banCont ul {
    padding: 0 14px;
}
.whysec {
    background: #efefef;
    padding: 40px 0;
}
.whysec h1 {
    text-align: center;
    font-weight: 700;
    color: #333;
    font-size: 30px;
    padding: 0 0 40px;
    font-family: Robotobold;
}
.eachsec h3 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 600;
    color: #555;
    margin: 0 0 5px;
}
.eachsec p {
    font-size: 14px;
    color: #555;
    font-family: Arial;
    font-weight: 500;
}
.eachsec {
    background: url(../images/bigtick.png)no-repeat 0 0;
    padding-left: 60px;
    padding-bottom: 30px;
    width: 45%;
    display: inline-block;
    vertical-align: top;
}
.whysec .eachsec p {
    margin: 0 0 20px;
}

.benefits {
    background: #efefef;
    padding: 40px 0;
}
.benefits h1 {
    text-align: left;
    font-weight: 700;
    color: #333;
    font-size: 30px;
    padding: 0 0 30px;
    font-family: Robotobold;
}
.benefits .eachsec h3 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 600;
    color: #555;
    margin: 0 0 5px;
}
.benefits .eachsec p {
    font-size: 14px;
    color: #555;
    font-family: Arial;
    font-weight: 500;
}
.benefits .eachsec {
    background: none;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
}
.benefits .eachsec p {
    margin: 0 0 20px;
}
.service-ul {
    padding: 0 0 30px;
}
.benefits .service-ul li {
    line-height: 20px;
    color: #555;
    font-family: Arial;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}
.benefits .service-ul li::before {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    font-size: 20px;
    color: #27a7b2;
    position: absolute;
    left: 0;
    top: 0;
}
#testimonial {
    margin: 0;
    height: auto;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 60px 0 40px;
    z-index: 0;
}
#testimonial:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}
.testimonial-content {
    padding-bottom: 0px;
    padding-top: 0px;
}
.testimonial-grid {
    width: 100%;
    position: relative;
    z-index: 111;
}
.testimonial-details h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    font-family: RobotoBlack;
}
.testimonial-details h1 span {
    background: url(../images/heart.png) no-repeat;
    height: 25px;
    width: 26px;
    display: inline-block;
}
.testimonial-title {
    padding-top: 0px;
}
.testimonial-details {
    width: 100%;
}
.testimonial {
    padding: 40px 0;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}
.testimonial .title {
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post {
    display: block;
    font-size: 14px;
    color: #777777;
    text-transform: capitalize;
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}
.testimonial .description {
    font-size: 14px;
    color: #333;
    width: 100%;
    text-align: center;
    font-family: Arial;
    margin-bottom: 0;
}
.owl-theme .owl-controls {
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #019acc;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    display: none !important;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(grabbing.png) 8 8,move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}
@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}
@keyframes empty {
    0% {
        opacity: 1;
    }
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
.main footer {
    width: 100%;
    background: #efefef;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.eachFoo address h3 {
    font-size: 14px;
    font-family: Arial;
    font-weight: 600;
    color: #555;
    margin-top: 0;
}
.eachFoo address {
    color: #777;
    font-size: 12px;
    font-family: Arial;
    margin: 0;
    line-height: 20px;
}
.copyright a {
    float: left;
    display: block;
    color: #555555;
    font: 13px/30px Arial;
}
.copyright a::after {
    background: #555;
    content: "";
    height: 15px;
    width: 1px;
    float: right;
    margin: 8px 15px;
}
.copyright span {
    float: left;
    color: #555;
    font: 13px/30px Arial;
}
.eachFoo {
    padding: 30px 0;
    display: inline-block;
    width: 100%;
}
footer .copyExp {
    background-color: #e6e6e6;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}
.socialSec {
    float: right;
}
.socialIcn {
    margin: 0;
}
.socialIcn li {
    display: inline-block;
    padding-right: 5px;
}
.socialIcn li .img {
    background: url(../images/web-icon.png);
    width: 32px;
    height: 32px;
    display: inline-block;
}
.socialIcn li .img:hover {
    background: url(../images/web-icon1.png);
}
.socialIcn li:nth-child(1) .img {
    background-position: 0 0;
}
.socialIcn li:nth-child(2) .img {
    background-position: 77px 0;
}
.socialIcn li:nth-child(3) .img {
    background-position: 36px 0;
}
.socialIcn li:nth-child(4) .img {
    background-position: 0 -37px;
}
.socialIcn li:nth-child(5) .img {
    background-position: 35px -37px;
}
.socialIcn li:nth-child(6) .img {
    background-position: 0 44px;
}
.socialIcn li:nth-child(7) .img {
    background-position: -44px 44px;
}
.socialIcn li:nth-child(8) .img {
    background-position: -43px -76px;
}
.copyright {
    display: inline-block;
}
.middle-content {
    margin: 50px 0;
}
.abt-banCont ul li {
    padding-left: 5px;
    line-height: 20px;
    color: #555;
    list-style-type: square;
    font-family: Arial;
    font-size: 14px;
    margin-bottom: 5px;
}
.lst {
    margin-bottom: 25px;
    padding-left: 15px;
}
.abt-banCont h2 {
    font-size: 16px;
    margin: 15px 0 10px;
    color: #555555;
    font-family: RobotoBold;
    float: left;
    width: 100%;
}
.abt-banCont h1 {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: Robotobold;
    color: #333;
}
section p {
    margin: 0 0 25px;
    color: #666;
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
}
.abt-banCont.formCont h1 {
    text-align: center;
    font-size: 20px;
    font-family: Robotobold;
    color: #fff;
    background: #333;
    margin: 0;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
}
.abt-banCont.formCont form {
    border: 1px solid #ddd;
    padding: 15px 15px 10px;
    border-radius: 0 0 5px 5px;
    background: #eee;
}
.subbutton {
    text-align: center;
}
input[type="submit"],
input[type="button"] {
    background-color: #d11313;
    padding: 10px 40px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color ease 0.5s;
    -webkit-transition: background-color ease 0.5s;
    -moz-transition: background-color ease 0.5s;
    font: 600 14px Arial;
    border-radius: 3px;
    margin-top: 10px;
}
.form-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.navigation label {
    padding: 10px 0;
    font: 500 14px Arial;
    color: #555;
    margin-bottom: 0;
}
.navigation {
    background: #e6e7e8;
}
.abt-banCont.formCont .col-sm-12 {
    padding: 0;
}
.abt-banCont.formCont .form-control {
    box-shadow: 0 0 0 #fff !important;
}
.abt-banCont.formCont .subaction {
    width: 100%;
}
.abt-bann {
    background: url(../images/about.jpg)no-repeat top left/cover;
    display: block;
    max-width: 100%;
    height: 300px;
}
.contact-addr address h3 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 600;
    color: #555;
    margin-top: 0;
    margin-bottom: 5px;
}
.contact-addr address {
    color: #777;
    font-size: 12px;
    font-family: Arial;
    margin-bottom: 20px;
    line-height: 20px;
    width: 100%;
    float: left;
}
.contact-container {
    margin: 30px 0 30px;
}
.contact-container .contact-addr::after {
    position: absolute;
    content: "";
    background: #c5c5c5;
    height: 100%;
    width: 1px;
    left: -85px;
    top: 5px;
}
.contact-addr {
    position: relative;
    display: inline-block;
}
.banCont.facebk {
    margin: 30px 0 0;
    text-align: center;
}
.facebk iframe {
    border: 1px solid #ddd !important;
    height: 140px;
    padding: 4px 3px 0;
}
.input-group.input-nofa {
    display: inline-block;
    width: 100%;
}
.col-sm-12 label.error {
    padding: 0;
}
.thank-wrapper .middle-content {
    margin: 140px 0;
}
.thank {
    text-align: center;
}
.thank h1 {
    font-size: 30px;
    font-family: Robotobold;
    color: #333;
}
.thank p {
    font-size: 14px;
    font-family: Arial;
}
h2.inner-head {
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.middle-content .comparison {
    margin: 0 auto;
    font: 13px Arial;
    text-align: center;
    padding: 0;
    width: 100%;
}
.comparison br {
    display: none;
}
.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.comparison td,
.comparison th {
    border-right: 1px solid #fff;
    empty-cells: show;
    padding: 15px;
}
.compare-heading {
    font-size: 18px;
    font-weight: bold !important;
    border-bottom: 0 !important;
    padding-top: 10px !important;
}
.comparison tbody tr .sub-sep {
    background: #fff;
}
.comparison .tickblue {
    color: #0078C1;
}
.comparison .tickgreen {
    background: url(../images/tick_icon.png)no-repeat 0 0;
    height: 20px;
    width: 20px;
    display: block;
    margin: 0 auto;
}
.comparison th {
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #eaeaea;
    background: #eaeaea;
}
.comparison tr td:first-child {
    text-align: left;
}
.comparison .qbse,
.comparison .qbo,
.comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    border-right: 1px solid #CCC;
    border-bottom: 0;
}
.comparison .tl2 {
    border-right: 0;
}
.comparison .qbse {
    background: #0078C1;
    border-top-left-radius: 3px;
    border-left: 0px;
}
.comparison .qbo {
    background: #009E2C;
    border-top-right-radius: 3px;
    border-right: 0px;
}
.comparison thead tr {
    background: #fff;
}
.comparison.non-price .price-info {
    padding: 25px 15px 15px;
    width: 22%;
    background: #3b4353;
}
.comparison .price-info {
    padding: 25px 15px 15px;
    width: 25%;
    background: #3b4353;
}
.comparison.dr .price-info {
    padding: 25px 15px 15px;
    width: 15%;
    background: #3b4353;
}
.comparison .price-info:last-child {
    border-right: 0 none;
}
.comparison .price-was {
    color: #c8cdd7;
    text-decoration: none;
    text-align: left;
    font: 14px "Arial";
}
.comparison .price-now,
.comparison .price-now span {
}
.comparison .price-now span {
    font: 35px "Arial";
    color: #fff;
    display: block;
    text-align: left;
}
.comparison .price-small {
    font: 500 13px "Arial" !important;
    display: block;
    text-align: left;
    color: #c8cdd7 !important;
    padding-bottom: 5px;
}
.sep {
    background: #d4d8e1;
    font: bold 14px "Arial";
    border-right: 0 none !important;
}
.sub-sep td {
    font: bold 14px "Arial";
    color: #666;
    padding: 20px 13px 5px;
    border-right: 1px solid #ddd;
}
.odd-row td,
.compare-row td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font: 14px "Arial";
    color: #666;
}
.ul-row td {
    padding: 10px 15px;
    border-right: 1px solid #ddd;
}
.ul-row td:first-child {
    background: url(../images/dot.png)no-repeat scroll 10px 15px;
    font: 14px "Arial";
    color: #666;
    padding-left: 25px;
}
.comparison tbody {
    background: #fff;
}
.comparison tbody tr .sub-sep {
    background: #fff;
    font: 600 17px Calibri;
    text-indent: 0;
    color: #d11313;
}
.comparison .price-try {
    font: 600 16px Calibri;
}
.comparison .price-try a {
    color: #202020;
}
.banner.chiro-price .comparison br {
    display: none;
}
.priceform.bg-change {
    background: #0F4972;
}
.priceform {
    background: url(../images/pricetable-bg.jpg)no-repeat top right/cover;
}
.priceform.price-mental {
    background-image: url(../images/price-mental.jpg);
}
.priceform.price-derm {
    background-image: url(../images/price-derm.jpg);
}
.priceCont {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 100px 0;
}
.lft-content h1 {
    color: #fff;
    font-family: RobotoBlack;
    line-height: 48px;
    margin: 0;
}
.lft-content p {
    color: #fff;
    font-size: 17px;
    margin: 15px 0;
}
.ryt-content::after {
    position: absolute;
    left: 120px;
    background: url(../images/bigArrow.png)no-repeat;
    content: "";
    height: 140px;
    width: 81px;
    top: -50px;
    opacity: 0.5;
}
.ryt-content {
    margin: 30px 0 0;
    display: inline-block;
    position: relative;
}
.chiro-contact {
    width: 50%;
    margin: 0 auto;
    background: #fff;
    padding: 45px;
    border-radius: 5px;
}
.chiro-contact .form-group {
    text-align: left;
}
.chiro-contact .subbutton .price-btn {
    width: 100%;
    padding: 15px 0;
    margin-top: 5px;
    font-size: 14px;
}
.chiro-contact .form-group.subbutton {
    padding: 0 15px;
    margin: 0;
}
#ajax-fail {
    color: red;
}
.banner .priceCont {
    width: 65%;
    float: left;
    background: #fff;
    padding: 50px 25px;
}
.banner .lft-content h1 {
    font-size: 26px;
    color: #333;
    line-height: 36px;
}
.banner .lft-content p {
    font-size: 14px;
    color: #333;
    margin: 10px 0;
}
.banner .priceCont .chiro-contact {
    padding: 0;
    background: none;
    width: 65%;
}
.chiro-faq.price-faq {
    background: #efefef;
    margin: 0;
    padding: 40px 0;
}
.banner .ryt-content::after {
    position: absolute;
    left: 0;
    background: url(../images/bigArrow-grey.png)no-repeat;
    content: "";
    height: 140px;
    width: 81px;
    top: -50px;
    opacity: 0.5;
}
.chiro-faq {
    padding: 40px 0;
}
.faqholder h1 {
    text-align: center;
    font-weight: 700;
    color: #333;
    font-size: 30px;
    padding: 0 0 40px;
    font-family: Robotobold;
}
.faqholder h2 {
    font-size: 15px;
    font-family: Robotobold;
    color: #555;
    margin: 0 0 5px;
    line-height: 20px;
}
.faqholder p {
    font-size: 14px;
    color: #555;
    font-family: Arial;
    font-weight: 500;
    margin: 0 0 20px;
}

.servicesS {
    position: relative;
    bottom: 70px;
    padding: 90px 0 0;
}
.whyS {
    position: relative;
    bottom: 50px;
}
.faqS {
    position: relative;
    bottom: 70px;
    padding: 0;
}
.contS {
    position: relative;
    bottom: 0px;
}
.days-flash {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}
.days-flash h4 {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0;
}
.days-flash h4 a {
    color: #0054A6;
}
#timestamp {
    margin: 0;
}

.covid-info {
    z-index: 99999;
    width: 100%;
    position: absolute;
    background-color: #f19f07;
    text-align: center;
    top: 0;
}

.covid-close {
    top: 5px;
    right: 15px;
    position: absolute;
    color: #000;
    padding: 5px;
    cursor: pointer;
}
.covid-content span {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.covid-content {
    width: 100%;
    font-weight: 600;
    color: #000;
    position: relative;
    margin: 0 auto;
    max-width: 120rem;
    padding: 8px 10px;
    font-size: 14px;
}

.cookie-cont {
    display: none;
}
.ck-bg {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 16000003;
    left: 0;
}

.ck-bg p {
    background-color: #4c4c4c;
    padding: 10px !important;
    color: #fff !important;
    text-align: center;
    margin: 0;
}

.ck-bg a {
    color: #fff !important;
    text-decoration: underline;
}
.ck-bg .ck-btn {
    background-color: #474747;
    padding: 8px 24px;
    border: none;
    margin: 0 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 3px 2px 0px #00000021;
}
.ck-bg .ck-btn:focus {
    outline: none;
}
div.ck-bg p {
    background-color: #717070;
    line-height: 1.5 !important;
}
div.zopim {
    z-index: 160000021 !important;
}
div.ck-bg p span {
    display: block;
    color: #fff;
}

.d-flex {
    display: flex;
    align-items: center;
}
.con {
    color: #fff;
    font-size: 20px;
    padding-left: 10px;
}

.banCont .com-btn img {
    position: relative;
    top: -3px;
}
span.num {
    color: #fff;
    font-weight: 100;
    display: block;
    padding-top: 5px;
    padding-left: 26px;
    font-size: 14px;
    text-align: left;
}

p.or-bn {
    margin-top: 25px;
    margin-bottom: 25px !important;
    padding: 0 10px;
}
.d-flex .quote {
    color: #005d7e;
    background: transparent;
    text-decoration: underline;
    padding: 10px;
    margin: 0;
}
#homeSec4 .fastGrowingSec a span {
    display: block;
    color: #c42b25;
    padding-top: 5px;
    font-weight: 300;
}
.banCont .com-btn span {
    font-size: 14px;
}
.banCont .com-btn span.con {
    font-size: 21px;
}
.b-blk span {
    display: block;
    padding-top: 5px;
}
.b-blk {
    text-align: center;
}
.mb-3 {
    margin-bottom: 25px !important;
}
.contact-us {
    background-color: #04658c;
    padding: 60px 0 60px;
}
.contact-us .form-wrapper {
    background-color: #ffffff;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 55px;
}
.contact-us .form-wrapper h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    font-family: RobotoBlack;
    margin-bottom: 20px;
    margin-top: 0;
}
.scroll-offset {
    position: relative;
    display: block;
    visibility: hidden;
    height: 88px;
    width: 100%;
    background: grey;
    margin-top: -88px;
}
@media screen and (max-width: 1199px) {
    #header .nav-ph {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    #header .navbar {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    #header .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    #header .navbar-collapse ul {
        padding-top: 15px; 
    }
    #header .header-row .navbar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #header .header-row .navbar-header .toggleDiv {
        margin: 0 0 0 auto;
    }
    .contact-us .form-wrapper {
        padding: 30px 30px 40px;
    }
    /* .scroll-offset {
        position: relative;
        display: block;
        visibility: hidden;
        height: 300px;
        width: 100%;
        background: grey;
        margin-top: -300px;
    } */
}
.field-error {
    color: rgb(255, 0, 0);
    font-size: 12px;
    line-height: 1;
    margin: 8px 0 0;
    padding: 0;
}
.custom-form .input-group {
    margin-bottom: 1.3rem;
}
.custom-form .input-group .fa {
    padding-top: 0;
}
.custom-form .input-group .field-error{
    position: absolute;
    z-index: 2;
    bottom: -15px;
    left: 0;
}
.custom-form .form-control:not(textarea) {
    height: 40px;
}
.custom-form .input-group .input-group-addon {
    display: table-cell;
    vertical-align: middle;
}
.custom-form .input-group .form-control.has-error, .custom-form .input-group .form-control.has-error:focus {
    border-color: #e96766;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important
}
.subbutton button[type="button"]{
    background-color: #d11313;
    padding: 10px 40px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color ease 0.5s;
    -webkit-transition: background-color ease 0.5s;
    -moz-transition: background-color ease 0.5s;
    font: 600 14px Arial;
    border-radius: 3px;
    margin-top: 10px;
}

i.fa.fa-wrench.fa-fg {
    font: 15px FontAwesome !important;
    padding: 6px 8px 0;
    display: inline-block;
}

i.fa.fa-industry.fa-lg {
    font: 13px FontAwesome !important;
    padding: 0px 9px 0;
    display: inline-block;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA2IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx0aXRsZT5zZWxlY3RhcnJvdzwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48ZyBpZD0ic2VsZWN0YXJyb3ciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIHN0cm9rZT0iIzg2OEU5NiI+PHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9IjAgMyAzLjA1NTA4NDkzIDAgNiAyLjg5MTgxNjU3Ii8+PHBvbHlsaW5lIGlkPSJQYXRoLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMDAwMDAwLCA4LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtMy4wMDAwMDAsIC04LjUwMDAwMCkgIiBwb2ludHM9IjAgMTAgMy4wNTUwODQ5MyA3IDYgOS44OTE4MTY1NyIvPjwvZz48L2c+PC9zdmc+)!important;
    background-position: right 20px center !important;
    background-repeat: no-repeat !important;
}