@font-face
{
  font-family:'FontAwesome';
  src:url('./fontawesome-webfont.eot');
  src:url('./fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/fontawesome-webfont.woff') format('woff'),
  url('../fonts/fontawesome-webfont.ttf') format('truetype'),
  url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight:normal;
  font-style:normal
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Regular'), local('Poppins-Regular'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Medium'), local('Poppins-Medium'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Bold'), local('Poppins-Bold'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'Outfit';
    src: local('Outfit SemiBold'), local('Outfit-SemiBold'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: local('Outfit Regular'), local('Outfit-Regular'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: local('Outfit Medium'), local('Outfit-Medium'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'),
        url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display ExtraBold'), local('PlayfairDisplay-ExtraBold'),
        url('../fonts/PlayfairDisplay-ExtraBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {padding: 0;margin: 0;font-family: 'Outfit';font-weight: 400;}
html, body {width: 100%;height: 100%}
a {text-decoration: none;color: #A30046;transition: all 0.6s ease-out;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;}
a:hover {text-decoration: none!important;cursor: pointer;color: #000;}
a:focus {text-decoration: none;transition: all 1s ease}
:focus {outline: none!important}
::-moz-selection {background-color:#000;color:#fff}
::selection {background-color: #000;color: #fff}
.other-services-bottum-text .section-title::selection, .services-tabs ul.nav.nav-tabs li a.active .services-text h2::selection, .hero-title::selection {color: #fff;-webkit-background-clip: text;-webkit-text-fill-color: #fff;}
img {max-width: 100%;height: auto}
p {font-family: 'Outfit';font-style: normal;font-weight: 400;font-size: 18px;line-height: 28px;color: #666;}
p a {color: #A30046;}
p strong {color: #A30046;font-weight: 400;}
p a:hover {color: #000;}
ul, ol, ul li, ol li {margin: 0;padding: 0;}
ul li a, ol li a {color: #A30046;}
ul li a:hover, ol li a:hover {color: #000;}
figure, address {margin: 0;}
input, textarea, select, button {border-radius: 0;-webkit-box-shadow: none;box-shadow: none;outline: none;}
input:focus, textarea:focus, select:focus, button:focus {outline: 0;-webkit-box-shadow: none;box-shadow: none;}
h1, h2, h3, h4, h5, h6 {font-family: 'Poppins';font-style: normal;font-weight: 600;color: #000000;margin-bottom: 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #A30046;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color: #A30046;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #000;}
h1 {font-size: 40px;line-height: 52px;}
h2 {font-size: 32px;line-height: 48px;}
h3 {font-size: 28px;line-height: 44px;}
h4 {font-size: 26px;line-height: 34px;}
h5 {font-size: 24px;line-height: 28px;}
h6 {font-size: 22px;line-height: 24px;}
select::-ms-expand {display: none;}
select {-moz-appearance: none;}
.alignleft {float: left;margin-right: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.alignright {float: right;margin-left: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.aligncenter {clear: both;display: block;margin: 0 auto 15px}
.default-css ul {margin-bottom: 20px;}
.default-css ol {padding-left: 18px;}
.default-css ul li, .default-css ol li {font-family: 'Outfit';font-style: normal;font-weight: 400;font-size: 18px;line-height: 28px;color: #666;margin: 0 0 6px;}
.default-css ul li a, .default-css ol li a {color: #A30046}
.default-css ul li strong, .default-css ol li strong {color: #414141;font-weight: 600;font-family: 'Outfit';}
.default-css ul li a:hover, .default-css ol li a:hover {color: #000}
.default-css ul li {list-style: none !important;background: url(../images/list-arrow.png) no-repeat;background-position: 0 5px;padding-left: 26px;background-size: 19px;}
.floating-icon {position: fixed;right: -100px;top: 50%;transform: translateY(-50%);z-index: 11;transform: rotate(-90deg);}
.floating-icon a {padding: 18px 20px;display: inline-block;font-family: 'Outfit';font-style: normal;font-weight: 600;font-size: 18px;line-height: 22px;text-align: center;color: #FFFFFF;background: #000;border: 2px solid #FFFFFF;border-radius: 5px;}
.floating-icon a:hover {color: #fff;background: #A30046;border: 2px solid #fff;}
.top-header {background: #A30046;padding: 0 30px 0 160px;}
.top-right {display: flex;align-items: center;}
.top-text p {color: #FFF;font-family: Poppins;font-size: 20px;font-style: normal;font-weight: 600;line-height: normal;margin: 0;}
.top-header-row {display: flex;align-items: center;justify-content: space-between;}
.head-call-now figure {background: #6D0733;width: 50px;height: 50px;text-align: center;line-height: 50px;}
.head-call-now p {margin: 0;color: #FFF;font-family: Poppins;font-size: 18px;font-style: normal;font-weight: 500;line-height: normal;}
.head-call-now a {color: #FFF;}
.head-call-now a:hover {color: #000;}
.head-call-now {display: flex;align-items: center;vertical-align: middle;}
.headcall-inn div {display: block !important;}
.head-call-now .headcall-inn {padding-left: 10px;}
.top-social a img {filter: brightness(0) invert(1);max-width: 22px;}
.top-social a:hover img {transform: rotate(360deg);filter: brightness(0);transition: all 0.6s;}
.top-social a {border-right: 1px solid #fff;padding: 0 7px;}
.top-social a:last-child {border-right: none;padding-right: 0;}
.top-social {padding-right: 30px;}
.head-right {display: flex;align-items: center;justify-content: space-between;}
.header-bottom {padding: 10px 10px;}
.header-bottom .row {align-items: center;}
.header-bottom .col-sm-2 {flex: 0 0 auto;width: 14%;}
.header-bottom .col-sm-10 {flex: 0 0 auto;width: 86%;}
.header-section {position: relative;top: 0;left: 0;right: 0;width: 100%;z-index: 99;padding: 0px;}
.header-section.sticky {position: fixed;box-shadow: 0px 0px 8px rgb(0 0 0 / 14%);background: #fff;}
.theme-btn {padding: 17px 30px;display: inline-block;text-align: center;font-family: Outfit;font-size: 18px;font-style: normal;font-weight: 500;line-height: normal;border-radius: 45px;}
a.theme-btn.btn-1 {color: #fff;background: linear-gradient(90deg, #A30046 1.98%, #5E0229 97.55%);}
a.theme-btn.btn-1:hover {background: #FFF;box-shadow: 0px 0px 30px 0px rgba(151, 133, 113, 0.30);color: #000;transition: all 0.6s;}
a.theme-btn.btn-2 {background: #FFF;box-shadow: 0px 0px 30px 0px rgba(151, 133, 113, 0.30);color: #000;transition: all 0.6s;}
a.theme-btn.btn-2:hover {color: #fff;background: linear-gradient(90deg, #A30046 1.98%, #5E0229 97.55%);transition: all 0.6s;}
/* section.banner-slider */
.home-banner {position: relative;background-repeat: no-repeat !important;background-size: cover !important;z-index: 1;padding: 126px 0 0px;overflow: hidden; min-height: 690px;}

.hero-caption {position: absolute;bottom: 100px;left: 220px;}
.hero-caption .banner-btns {padding-left: 160px;padding-top: 20px;}
.hero-title {color: #A30046;font-family: Playfair Display;font-size: 100px;font-style: normal;font-weight: 700;line-height: 110px;text-transform: uppercase;}
.hero-title strong {display: block;padding-left: 0;}
/* section.schedule-appointment-section  */
section.schedule-appointment-section {padding: 140px 0 120px;}
.form-hero {padding: 20px 30px 25px;border-radius: 10px;border: 1px solid #FFF;background: rgba(255, 255, 255, 0.50);box-shadow: 0px 0px 50px 0px rgba(163, 0, 70, 0.16);}
.form-hero .gform_wrapper .ginput_complex select {background: #fff url(../images/select-arrow.png) no-repeat right 13px center!important;background-size: 16px !important;}
.b-form-title {color: #A30046;font-family: Poppins;font-size: 30px;font-style: normal;font-weight: 600;line-height: normal;margin-bottom: 15px;}
.banner-main-form-div {padding-right: 60px;}
.youtube-box {position: relative;border-radius: 10px;overflow: hidden;background: #D9D9D9;padding: 5px;height: 100%;}
.youtube-box figure {height: 100%;}
.youtube-box figure img {height: 100%;object-fit: cover;border-radius: 10px;width: 100%;}
.youtube-box>img {width: 100%;height: 100%;object-fit: cover;border-radius: 10px;}
.form-hero-heading {text-align: center;}
.video-icon {position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;text-align: center;}
.video-icon img:hover {transform: scale(0.9);transition: 0.6s;}
.video-popup .modal-dialog {max-width: 800px !important;position: absolute;top: 50%;left: 0;right: 0;transform: translateY(-50%) !important;width: 94%;border-radius: 10px;margin: 0 auto;}
.modal.video-popup .modal-content {border: none;box-shadow: none;}
.modal.video-popup .modal-body {border: none;}
.modal.video-popup button.close {opacity: 1;position: absolute;right: 28px;top: 35px;font-size: 26px;font-weight: normal;color: #fff;cursor: pointer;text-shadow: none;background: transparent;border: none;}
.videoIframe iframe {display: block;height: 430px;}
.gform_wrapper {margin: 0 -8px;}
.gform_wrapper .gform_fields {display: -webkit-box;display: -ms-flexbox;display: flex !important;-ms-flex-wrap: wrap;flex-wrap: wrap;grid-column-gap: 0% !important;grid-row-gap: 0px !important;}
.gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 0 !important;grid-row-gap: 0 !important;}
.gform_wrapper .gfield {padding: 0 8px 18px;clear: both;text-align: left;width: 100%;margin: 0;}
.form-hero .gform_body, .form-hero .gform_wrapper {margin: 0 -8px;}
.gform_wrapper .gfield.gfield--width-full {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.gform_wrapper .gfield.gfield--width-half {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.form-hero .gform_wrapper .ginput_container {margin: 0!important;padding: 0;position: relative;}
.form-hero .gform_wrapper label.gfield_label {font-family: 'Outfit';font-style: normal;font-weight: 400 !important;font-size: 16px !important;line-height: 22px;color: #666 !important;margin-bottom: 3px;}
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium {width: 100%!important;background: transparent;font-size: 15px!important;padding: 8px 10px 8px 5px !important;-webkit-appearance: none;resize: none;position: relative;height: 37px;transition: all 1s;margin: 0!important;border-radius: 0;border: none;border-bottom: 1px solid rgb(0 0 0 / 20%);color: #666;font-family: Outfit;font-style: normal;font-weight: 400;line-height: normal;box-shadow: none;}
.gform_wrapper .medium::-webkit-input-placeholder { /* Edge */
color: #666666;opacity: 1;}
.gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #666666;opacity: 1;}
.gform_wrapper .medium::placeholder {color: #666666;opacity: 1;}
.gform_wrapper input[type="text"]::-webkit-input-placeholder { /* Edge */
color: #666;opacity: 1;}
.gform_wrapper input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #666;opacity: 1;}
.gform_wrapper input[type="text"]::placeholder {color: #666;opacity: 1;}
.form-hero .gform_wrapper .gfield_error input[type="text"], .form-hero .gform_wrapper .gfield_error textarea, .form-hero .gform_wrapper .gfield_error select, .form-hero .gform_wrapper .gfield_error .medium {border-bottom: 1px solid #c02b0a !important;}
.form-hero input.button.gform_button {padding: 17px 40px !important;display: inline-block !important;cursor: pointer !important;border: none;box-shadow: none !important;text-align: center !important;border-radius: 45px !important;transition: all 0.6s !important;background: linear-gradient(90deg, #A30046 1.98%, #5E0229 97.55%) !important;color: #FFF !important;font-family: Outfit !important;font-size: 20px !important;font-style: normal !important;font-weight: 500 !important;line-height: normal !important;}
.form-hero input.button.gform_button:hover {box-shadow: 0px 0px 30px 0px rgba(151, 133, 113, 0.30) !important;background: #FFF !important;color: #000 !important;transition: all 0.6s !important;}
.gform_wrapper textarea.medium {height: 94px!important;display: block;}
.gform_wrapper .gform_footer {padding: 0px 0 0 0 !important;margin: 10px 0 0 0 !important;position: relative;z-index: 1;}
.gform_wrapper .medium.gfield_select {background: #fff url(../images/select-arrow.png) no-repeat right 10px center!important;background-size: 16px !important;}
.form-hero .gform_wrapper .medium.gfield_select {background: #fff url(../images/select-arrow.png) no-repeat right 10px center!important;background-size: 16px !important;}
.heading-title {margin-bottom: 10px;color: #000;font-family: Poppins;font-size: 50px;font-style: normal;font-weight: 600;line-height: 66px;}
.heading-title strong {color: #A30046;font-weight: 600;}
.banner-btns a.theme-btn.btn-1 {margin-right: 20px;}
/* section.services-section */
section.services-section {position: relative;}
section.services-section .section-heading p {color: #fff;}
.services-top {background: #540024;padding: 100px 0 50px;}
.services-box ul {justify-content: center;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-self: center;}
.services-box ul li {list-style: none;width: 14.28%;padding: 8px;}
.services-box-dtl {height: 100%;text-align: center;background: #F5F5F5;border-radius: 4px;}
.services-box-dtl figure {margin: 0 auto 15px;border-radius: 4px 4px 0 0;overflow: hidden;}
.services-box-dtl figure img {width: 100%;}
.services-box-dtl h4 {transition: all 0.6s;color: #000;text-align: center;font-family: Outfit;font-size: 18px;font-style: normal;font-weight: 500;line-height: 28px;}
.services-box-dtl:hover h4 {color: #A30046;}
.services-top .heading-title {color: #fff;}
.services-bottum {padding: 40px 45px 50px;}
.services-box-bottum ul {justify-content: center;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.services-box-bottum ul li {list-style: none;width: 14.28%;padding: 25px 10px;}
.services-box-bottum-dtl {height: 100%;text-align: center;border-radius: 4px;background: #FFF;box-shadow: 0px 20px 20px 0px rgba(151, 133, 113, 0.20);padding: 20px 5px;}
.services-box-bottum-dtl:hover {background: #A30046;box-shadow: 0px 20px 20px 0px rgba(151, 133, 113, 0.20);transition: all 0.6s;}
.services-box-bottum-dtl figure {margin: 0 auto 15px;}
.services-box-bottum-dtl h4 {transition: all 0.6s;color: #666;text-align: center;font-family: Outfit;font-size: 20px;font-style: normal;font-weight: 400;line-height: 28px;}
.services-box-bottum-dtl:hover h4 {color: #fff;transition: all 0.6s;}
.services-box-bottum-dtl:hover figure img {filter: brightness(0) invert(1);transition: all 0.6s;}
.services-btns a.theme-btn.btn-1 {margin-right: 20px;}
/* section.visit-us-section */
section.visit-us-section {border-radius: 10px;background: #FFF;box-shadow: 0px 0px 20px 0px rgba(163, 0, 70, 0.30) inset;margin: 100px 60px 0;}
.visit-us-box {display: flex;align-items: center;justify-content: space-between;padding: 70px 0px;}
.visit-us-box .heading-title {margin: 0;}
.visit-us-box p {margin: 0;}
/* section.natural-systemic-section */
section.natural-systemic-section {padding: 110px 0;}
section.default-section {padding: 110px 0;}
section.natural-systemic-section .row {align-items: self-end;}
section.natural-systemic-section .col-sm-4 {flex: 0 0 auto;width: 30%;}
section.natural-systemic-section .col-sm-3 {flex: 0 0 auto;width: 20%;}
section.natural-systemic-section .col-sm-5 {flex: 0 0 auto;width: 50%;}
section.natural-systemic-section figure {border-radius: 10px;overflow: hidden;}
section.natural-systemic-section figure img {width: 100%;}
.natural-systemic-btns {padding-top: 20px;}
.natural-systemic-btns a.theme-btn.btn-2 {margin-right: 20px;}
.natural-systemic-top-btns a.theme-btn.btn-1 {border: 1px solid #A30046;background: #fff;color: #A30046;min-width: 290px;}
.natural-systemic-top-btns a.theme-btn.btn-1:hover {border-color: transparent;background: #fff;color: #A30046;}
.natural-systemic-top-btns {padding-bottom: 30px;}
.natural-systemic-img-left {position: relative;padding: 0 70px 50px 0;}
.natural-systemic-img-left-2 {position: absolute;bottom: 0;right: 20px;}
.natural-systemic-img-left-2 figure {width: 199px;height: 247px;}
/* section.our-process-section */
.our-process-box {background: #540024;text-align: center;padding: 50px 50px 40px;height: 100%;}
section.our-process-section .row {justify-content: center;}
section.our-process-section .col-sm-4 {padding: 0;}
.our-process-box h3 {color: #fff;font-size: 30px;font-weight: 700;line-height: 28px;}
.our-process-box p {color: #fff;}
.our-process-box figure {margin-bottom: 30px;}
.our-process-box figure img {filter: brightness(0) invert(1);}
section.our-process-section .col-sm-4:nth-child(even) .our-process-box {background: #fff;box-shadow: 0px 0px 70px 0px rgba(163, 0, 70, 0.10);}
section.our-process-section .col-sm-4:nth-child(even) .our-process-box h3 {color: #A30046;}
section.our-process-section .col-sm-4:nth-child(even) .our-process-box p {color: #666;}
section.our-process-section .col-sm-4:nth-child(even) .our-process-box figure img {filter: grayscale(1);}
/* section.practice-information-section */
section.practice-information-section {background: #F5F5F5;padding: 100px 0;}
.practice-information-right {display: flex;flex-wrap: wrap;margin: 0 -10px;}
.practice-information-box {display: flex;flex-wrap: wrap;width: 50%;padding: 10px 10px;}
.practice-information-img {width: 80px;margin-right: 20px;}
.practice-information-text {width: calc(100% - 100px);}
.practice-information-text h3 {color: #000;font-size: 24px;font-weight: 500;line-height: 26px;margin-bottom: 5px;}
/*--testimonial-section--*/
section.testimonial-section {padding: 100px 0 100px 160px;position: relative;}
section.testimonial-section .col-sm-12 {padding: 0;}
.client-say-box {height: 100%;padding: 30px 35px 100px;border-radius: 45px;background: #FFF;box-shadow: 0px 0px 16px 0px rgba(151, 133, 113, 0.30) inset;position: relative;text-align: center;}
.quto {text-align: left;margin: 0;}
.client-nm-text {position: absolute;bottom: 40px;text-align: center;left: 0;right: 0;}
.client-nm-text h6 {margin-bottom: 0px;color: #7D6A55;text-align: center;font-size: 20px;font-style: normal;font-weight: 600;line-height: normal;}
.client-say-box:hover .client-nm-text h6 {color: #A30046;transition: 0.6s;}
.client-name {display: flex;align-items: center;padding-bottom: 30px;}
.client-say-box p {font-size: 16px;line-height: 26px;}
.owl-nav {text-align: center;}
.testimonial-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav .owl-prev {background-position: center !important;background-repeat: no-repeat !important;height: 50px;width: 50px;border-radius: 50%;margin: 10px 0px;border: 1px solid #7D6A55;display: block;}
.testimonial-slider.owl-carousel .owl-nav .owl-prev {background: url(../images/owl-left.png) no-repeat;background-position: center !important;}
.testimonial-slider.owl-carousel .owl-nav .owl-next {background: url(../images/owl-right.png) no-repeat;background-position: center !important;}
.testimonial-slider.owl-carousel .owl-nav .owl-prev:hover {background: url(../images/owl-left-hover.png) no-repeat;background-position: center !important;border-color: #A30046;}
.testimonial-slider.owl-carousel .owl-nav .owl-next:hover {background: url(../images/owl-right-hover.png) no-repeat;background-position: center !important;border-color: #A30046;}
.testimonial-slider.owl-carousel .owl-nav span {display: none;}
.testimonial-slider.owl-carousel .owl-nav {display: block !important;position: absolute;transform: translateY(-50%);top: 50%;left: -100px;}
.owl-stage {display: flex;}
.testimonial-slider .owl-item {display: flex;flex: 1 0 auto;}
.faq-left {height: 100%;position: relative;}
.faq-left figure {height: 100%;}
.faq-left figure img {height: 100%;object-fit: cover;}
.faq-left figure img {width: 100%;}
.faq-section .col-sm-5 {padding: 0;flex: 0 0 auto;width: 33%;}
.faq-section .col-sm-7 {padding: 0;flex: 0 0 auto;width: 67%;}
.faq-left .heading-title {position: absolute;top: 60px;left: 40px;}
.faq-btns {position: absolute;bottom: 40px;left: 50px;}
.faq-box {background: #6D0733;padding: 50px 160px 50px 100px;height: 100%;}
.faq-box .heading-title {color: #fff;}
.faq-box .card-header h5, .card-header-title {padding: 28px 30px;position: relative;margin: 0;color: #A30046;letter-spacing: 0.01em;font-family: Outfit;font-size: 20px;font-style: normal;line-height: 24px;border-radius: 10px;font-weight: 600;}
.card-header-title.collapsed {color: #fff;border: 1px solid rgba(0, 0, 0, 0.1);backdrop-filter: blur(15px);background: rgb(109 7 51 / 85%);}
.faq-box .card-header h5:after, .card-header-title::after {content: "";background: url(../images/faq-minus.png) no-repeat center;width: 40px;height: 40px;position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);right: 10px;}
.card-body.default-css {padding: 7px 30px 20px 30px;margin: 0;}
.faq-box .card {margin: 0 0 30px;border: none;border-radius: 10px;background: #FFF;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16) inset;}
.faq-box .card-header {border: none;padding: 0;cursor: pointer;position: relative;margin: 0 0 0;background: transparent !important;}
.faq-box .card-header h5.collapsed:after, .card-header-title.collapsed::after {background: url(../images/faq-pluse.png) no-repeat center;}
/* section.video-testmonial-section */
section.video-testmonial-section {padding: 100px 0;}
.video-testimonial-row {padding: 0 60px;}
.video-test-item {border-radius: 10px;border: 1px solid rgba(0, 0, 0, 0.20);background: #FCFCFC;}
.video-test-item .youtube-box {padding: 0;}
.video-test-item h3 {color: #000;text-align: center;font-family: Outfit;font-size: 20px;font-style: normal;font-weight: 500;line-height: 30px;margin: 0;padding: 20px 0;}
.video-slider.owl-carousel .owl-nav .owl-next, .video-slider.owl-carousel .owl-nav .owl-prev {background-position: center !important;background-repeat: no-repeat !important;position: absolute;top: 50%;transform: translateY(-50%);height: 50px;width: 50px;border-radius: 50%;border: 1px solid #7D6A55;}
.video-slider.owl-carousel .owl-nav .owl-prev {background: url(../images/owl-left.png) no-repeat;background-position: center !important;left: -60px;}
.video-slider.owl-carousel .owl-nav .owl-next {background: url(../images/owl-right.png) no-repeat;background-position: center !important;right: -60px;}
.video-slider.owl-carousel .owl-nav .owl-prev:hover {background: url(../images/owl-left-hover.png) no-repeat;background-position: center !important;border-color: #A30046;}
.video-slider.owl-carousel .owl-nav .owl-next:hover {background: url(../images/owl-right-hover.png) no-repeat;background-position: center !important;border-color: #A30046;}
.video-slider.owl-carousel .owl-nav span {display: none;}
.video-slider.owl-carousel .owl-nav {display: block !important;}
/* OUR BLOG SECTION CSS START */
.blog-info {padding-bottom: 10px;}
.blog-info a{padding-right: 10px;}
.blog-section {padding: 0 0 100px;overflow: hidden;}
.blog-section-heading {display: flex;align-items: center;justify-content: space-between;padding-bottom: 30px;}
.blog-section-heading .heading-title {margin: 0;}
.blog-section-heading a.read-more {color: #000;font-family: 'Poppins';font-size: 22px;font-style: normal;font-weight: 600;line-height: normal;}
.blog-section-heading a.read-more:hover {color: #A30046;}
.blog-row .row {justify-content: center;}
.blog-row .col-sm-4 {padding: 20px;}
.blog-item figure {border-radius: 45px;overflow: hidden;}
.blog-content-info h3 {color: #19202D;font-family: Outfit;font-size: 22px;font-style: normal;font-weight: 500;line-height: 30px;width: calc(100% - 65px);margin: 0;}
.blog-content-info h3 a {color: #19202D;}
.blog-item:hover .blog-content h3 a {color: #A30046;transition: 0.6s;}
.blog-content-info a.read-btn {border: 1px solid rgba(0, 0, 0, 0.60);width: 50px;height: 50px;border-radius: 50%;display: inline-block;text-align: center;line-height: 43px;}
.blog-item figure img {width: 100%;transition: all 0.6s ease;}
.blog-item:hover figure img {transform: scale(1.1);}
.blog-content-info {display: flex;align-items: center;justify-content: space-between;padding-top: 20px;}
/* footer */
footer {background: #F5F5F5;padding-top: 100px;}
.footer-menu-top {background: #fff;border-top: 1px solid rgb(163 0 70 / 50%);border-bottom: 1px solid rgb(163 0 70 / 50%);margin-bottom: 80px;}
.footer-center .col-sm-3 {flex: 0 0 auto;width: 26%;}
.footer-center .col-sm-5 {flex: 0 0 auto;width: 41%;}
.footer-center .col-sm-4 {flex: 0 0 auto;width: 32%;}
.footer-menu ul {display: flex;justify-content: center;align-items: center;}
.footer-menu ul li {list-style: none;display: inline-block;position: relative;padding: 16px 1px;font-family: 'Outfit';font-style: normal;font-weight: 400;font-size: 18px;line-height: 23px;color: #666666;}
.footer-menu ul li a:hover {color: #A30046;}
.footer-menu ul li::after {content: '/';font-weight: 400;font-size: 18px;line-height: 36px;text-align: center;font-family: 'Outfit';color: #666666;padding: 0 15px;}
.footer-menu ul li:last-child:after {display: none;}
.footer-menu ul li a {color: #666666;transition: 0.6s;}
.ftr-item.item2 ul {column-count: 2;}
.ftr-title {margin-bottom: 14px;color: #A30046;font-family: Poppins;font-size: 30px;font-style: normal;font-weight: 600;line-height: 28px;}
.ftr-item ul li {list-style: none;margin-bottom: 10px;color: #666;font-family: Outfit;font-size: 16px;font-style: normal;font-weight: 400;line-height: 24px;}
.ftr-item ul li a {color: #666;}
.ftr-item ul li a:hover {color: #A30046;}
.ftr-social {padding-top: 10px;}
.ftr-social a {height: 50px;width: 50px;text-align: center;border-radius: 50%;display: inline-block;margin: 0 6px 0 0;line-height: 42px;transition: 0.6s;border: 1px solid #414141;}
.ftr-social a:hover {border-color: #A30046;}
.ftr-social a img {transition: 0.6s;width: 26px;filter: brightness(0);}
.ftr-social a:hover img {filter: none;}
footer p {font-size: 16px;line-height: 24px;}
.ftr-sub-title {color: #A30046;font-family: Outfit;font-size: 16px;font-style: normal;font-weight: 600;line-height: 40px;text-transform: capitalize;}
.ftr-box {display: flex;flex-wrap: wrap;}
.ftr-sub-box {width: 50%;padding: 5px;}
.ftr-sub-box p strong {color: #666;min-width: 100px;display: inline-block;}
.ftr-sub-box p {margin-bottom: 8px;}
.ftr-item {margin-bottom: 15px;}
.ftr-btns {padding-top: 10px;margin-left: -10px;}
.ftr-btns a.theme-btn.btn-1 {margin: 0 10px;}
.menu-copyright ul {padding: 0;margin: 0;}
.menu-copyright ul li {list-style: none;display: inline-block;position: relative;text-align: center;font-style: normal;font-weight: 400;color: #666;font-size: 18px;font-family: Outfit;line-height: 28px;}
.menu-copyright ul li a {color: #666;}
.menu-copyright ul li a:hover {color: #A30046;}
.menu-copyright ul li::after {content: '/';color: #666;padding: 0 10px 0 13px;font-family: 'Outfit';font-style: normal;font-weight: 400;font-size: 18px;line-height: 28px;}
.copyright p {margin: 0;}
.menu-copyright {float: right;}
.copyright p a {color: #666;}
.copyright p a:hover {color: #A30046;}
.menu-copyright ul li:last-child:after {display: none;}
.copyright-sections .row {align-items: center;}
.copyright-sections {padding: 16px 0;margin-top: 10px;border-top: 1px solid rgb(163 0 70 / 50%);}
.form-hero .gform_wrapper .ginput_container span {padding: 0 8px 15px !important;margin: 0 !important;}
.gform-theme--foundation fieldset {padding: 0 !important;margin: 0 0 0 !important;}
.form-hero .gform_wrapper .ginput_container {row-gap: inherit;}
.gform-theme--foundation .gfield textarea.medium {min-block-size: 0 !important;}
.modal-body .banner-main-form-div {padding: 0;}
.modal-body {padding: 0;}
.modal-backdrop.show {opacity: 0.93;}
.gform_wrapper.gravity-theme .gfield_error input, .gform_wrapper.gravity-theme .gfield_error select, .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {border: none !important;border-bottom: 1px solid #c02b0a !important;}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {border: 1px solid #c02b0a;}
section.inner-banner {position: relative;}
section.inner-banner .caption-absolute {position: absolute;top: 44%;left: 0;width: 100%;transform: translateY(-50%);z-index: 1;text-align: center;}
.hero-title.inner-title {font-size: 70px;line-height: 90px;margin-bottom: 10px;text-transform: none;}
.banner-btns.inner-btn {padding-top: 30px;}
.inner-banner>img {width: 100%;}
.page-nav ul li {margin: 0px;list-style: none;color: #000;text-align: center;font-family: Outfit;font-size: 22px;font-style: normal;font-weight: 500;line-height: normal;}
.page-nav ul li span a {color: #000;}
.page-nav ul li span a:hover {color: #A30046;}
.page-nav ul li span {color: #000;}
.modal.popup-form button.close {opacity: 1;position: absolute;right: 28px;top: 35px;font-size: 26px;font-weight: normal;color: #fff;cursor: pointer;/* text-shadow: none; */
background: transparent;border: none;}
.sub-heading-title {color: #A30046;font-family: Outfit;font-size: 30px;font-style: normal;font-weight: 600;line-height: normal;margin-bottom: 10px;}
/*--gallery page--*/
section.our-gallery-section {padding: 100px 0 0;position: relative;}
section.our-gallery-section::before {content: '';position: absolute;background: #6D0733;width: 100%;height: 60%;top: 0;z-index: -1;}
section.our-gallery-section .heading-title {color: #fff;}
section.our-gallery-section p {color: #fff;}
.gallery-img {background: #FFF;padding: 10px;margin-top: 30px;}
.gallery-img ul {display: flex;flex-wrap: wrap;justify-content: center;}
.gallery-img ul li {width: 25%;padding: 15px;list-style: none;}
.gallery-img figure {position: relative;}
.gallery-img figure img {width: 100%;}
.gallery-img figure figcaption {position: absolute;left: 0;right: 0;top: 0;bottom: 0;padding: 16px;width: 100%;height: 100%;display: flex;transition: 0.3s ease-in-out;opacity: 0;visibility: hidden;}
.gallery-img figure figcaption .img-gorup {height: 100%;background: #A30046;opacity: 0.9;width: 100%;display: flex;align-items: center;justify-content: center;padding: 16px;}
.gallery-img figcaption .img-gorup a {width: 70px;height: 70px;background: #FFF;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.gallery-img figure:hover figcaption {opacity: 1;visibility: visible;}
.lb-nav a.lb-prev, .lb-nav a.lb-next {opacity: 1 !important;width: 50px !important;height: 50px;top: 50%;position: absolute;transform: translateY(-50%);z-index: 1;}
.lb-nav a.lb-prev {left: 15px !important;}
.lb-nav a.lb-next {right: 15px !important;}
.lb-data .lb-close {background-size: 26px !important;}
.lb-nav {position: static !important;}
.lightbox {position: fixed !important;left: 0;top: 50% !important; transform:translatey(-50%);}
/* educational inner page */
section.video-testmonial-section.educational-inn .video-testimonial-row {padding: 0;}
section.video-testmonial-section.educational-inn .video-testimonial-row .row {justify-content: center;}
section.video-testmonial-section.educational-inn .video-testimonial-row .col-sm-4 {padding: 17px;}
section.educational-appointment-section {background: url(../images/educational-appointment-section-bg.jpg) no-repeat;background-size: cover;}
section.educational-appointment-section .row {align-items: center;}
.educational-appointment-btns {padding-top: 20px;}
/* our-staff inner page */
section.staff-section {padding: 100px 0;}
.staff-row {max-width: 1470px;margin: 0 auto;}
.staff-row .row {justify-content: center;}
.staff-row .col-sm-4 {flex: 0 0 auto;width: 33.33333333%;padding: 15px;}
.staff-item {text-align: center;}
.staff-item figure {margin-bottom: 20px; overflow: hidden; border: 5px solid #ccc; border-radius: 5px;}
.staff-item figure img {margin-left: 0; transition: .3s ease-in-out;}
.staff-item figure:hover img{ margin-left: 0; }
.staff-item h3 {color: #000;font-size: 20px;font-weight: 600;line-height: 28px;margin-bottom: 3px;}
.staff-item p {font-family: Poppins;font-size: 16px;
    line-height: 22px;margin: 0;}
section.personalized-service-section::before {content: '';height: 100%;width: 100%;top: 0;position: absolute;left: 0;z-index: -1;opacity: 0.9;background: linear-gradient(95deg, #A30046 0.4%, #6D0733 97.69%);}
section.personalized-service-section {background: url(../images/personalized-service-bg.jpg) no-repeat;background-size: cover;position: relative;z-index: 1;padding: 120px 0;}
.personalized-service-text .heading-title {color: #fff;}
.personalized-service-btns a.theme-btn.btn-1 {margin-right: 20px;background: #978571;}
.personalized-service-btns a.theme-btn.btn-1:hover {background: #fff;}
.personalized-service-btns a.theme-btn.btn-2:hover {background: #978571;}
/*  */
section.services-section.inn {padding: 100px 30px;}
section.services-section.inn .services-bottum {padding: 0;}
section.services-personalized-service-section {background: linear-gradient(95deg, #A30046 0.4%, #6D0733 97.69%);}
section.services-personalized-service-section .col-sm-5 {padding: 0;border-right: 8px solid #D2C8BC;}
section.services-personalized-service-section .row {align-items: center;}
.services-personalized-service-text {padding: 30px 70px;}
.services-personalized-service-text .heading-title {color: #fff;}
section.services-personalized-service-section figure img {width: 100%;}
/* faq inner page */
.faq-section.inner.dtl {padding: 100px 0;}
.faq-section.inner .faq-box {background: #fff;padding: 0;}
.faq-section.inner .faq-box .heading-title {color: #000;text-align: center;margin-bottom: 30px;}
.faq-section.inner .row {justify-content: center;}
.faq-section.inner .card-header-title.collapsed {color: #000;backdrop-filter: inherit;background: transparent;box-shadow: 0px 4px 10px 0px rgba(163, 0, 70, 0.30) inset;}
.faq-section.inner .faq-box .card-header h5.collapsed:after, .faq-section.inner .card-header-title.collapsed::after {filter: brightness(0);}
section.services-personalized-service-section.faq .col-sm-5 {padding: 0;border-right: none;position: relative;}
section.services-personalized-service-section.faq .col-sm-5::before {content: '';z-index: 1;height: 100%;width: 107px;bottom: 0;right: 0;position: absolute;background: url(../images/faq-services-personalized-service-bg.png) no-repeat;background-size: 100% 100%;}
section.services-personalized-service-section.faq .services-personalized-service-text {text-align: center;padding-right: 160px;}
/* testimonial inner page */
section.testimonial-section.inn {padding: 100px 0;}
.testimonial-row-parent .row {justify-content: center;}
.testimonial-row-parent .col-sm-4 {padding: 25px 30px;}
.wp-pegination {text-align: center;padding-top: 20px;}
.wp-pagenavi {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;}
.wp-pegination .page, .wp-pegination span, .wp-pagenavi a {width: 50px;height: 50px;display: inline-block;margin: 0 5px;border: none;color: #000;line-height: 48px;text-align: center;font-family: Poppins;font-size: 20px;font-style: normal;font-weight: 600;border-radius: 45px;background: #D2C8BC;}
.wp-pegination span.current, .wp-pegination .page:hover {color: #fff;background: linear-gradient(180deg, #A30046 0%, #5E0229 100%);}
.wp-pegination a.nextpostslink {background: #D2C8BC url(../images/blog-next.png);background-repeat: no-repeat !important;background-position: center center !important;font-size: 0;}
.wp-pegination a.previouspostslink {background: #D2C8BC url(../images/blog-next.png);background-repeat: no-repeat !important;background-position: center center !important;font-size: 0;transform: rotate(180deg);}
.wp-pegination a.nextpostslink:hover {background-color: #A30046;}
span.pages, span.extend, a.last, a.first {display: none;}
nav.navigation.pagination {display: none;}
/* massage inner page */
section.benefits-massage-section {padding: 100px 0;}
.benefits-massage-img figure {border-radius: 4px;background: #FFF;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.20);padding: 10px;}
.benefits-massage-img figure img {width: 100%;}
.benefits-massage-text {padding-left: 30px;}
section.the-home-section {background: linear-gradient(97deg, #A30046 0.48%, #6D0733 99.54%);padding-left: 160px;position: relative;z-index: 1;}
section.the-home-section::before {content: '';position: absolute;background: #D2C8BC;width: 26%;height: 100%;top: 0;z-index: -1;right: 0;}
section.the-home-section .row {align-items: center;}
section.the-home-section .col-sm-4 {padding-right: 0;}
.the-home-text {padding: 30px 0;}
.the-home-text .heading-title {color: #fff;}
.the-home-text p {color: #fff;}
.the-home-text p a {color: #978571;}
.the-home-text p a:hover {color: #fff;}
section.existing-conditions-section {padding: 100px 0;}
.existing-conditions-table {border-radius: 4px;background: #FFF;box-shadow: 0px 0px 20px 0px rgba(163, 0, 70, 0.20) inset;display: flex;flex-wrap: wrap;padding: 40px 30px;margin-top: 20px;}
.existing-conditions-table-text h4 {color: #000;font-family: Outfit;font-size: 20px;font-style: normal;font-weight: 600;line-height: 28px;margin-bottom: 5px;}
.existing-conditions-table-box:hover .existing-conditions-table-text h4 {color: #A30046;transition: all 0.6s;}
.existing-conditions-table-text p {margin-bottom: 0px;}
.existing-conditions-table-box figure {width: 40px;height: 40px;margin-right: 25px;}
.existing-conditions-table-box {display: flex;width: 50%;border-top: 1px solid #D9D9D9;padding: 15px 10px 15px 0;}
.existing-conditions-table-box:nth-child(1) {border-top: none;}
.existing-conditions-table-box:nth-child(2) {border-top: none;}
.existing-conditions-table-box:nth-child(odd) {border-right: 1px solid #D9D9D9;}
.existing-conditions-table-box:nth-child(even) {padding-left: 40px;}
.existing-conditions-table-text {width: calc(100% - 65px);}
section.massage-appointment-section {background: #D2C8BC;}
section.massage-appointment-section .col-sm-3 {flex: 0 0 auto;width: 36.5%;padding: 0;}
section.massage-appointment-section .col-sm-4 {flex: 0 0 auto;width: 33.5%;padding: 0;}
section.massage-appointment-section .col-sm-5 {flex: 0 0 auto;width: 30%;padding: 0;}
.massage-appointment-img {height: 100%;}
.massage-appointment-img figure {height: 100%;}
.massage-appointment-img figure img {height: 100%;width: 100%;object-fit: cover;}
.massage-appointment-btns {padding-top: 20px;}
.massage-appointment-text {margin-left: -190px;padding: 120px 0;}
section.meet-the-therapists-section {padding: 100px 0;}
.meet-the-therapists-text h3 {color: #000;font-size: 30px;font-weight: 600;line-height: 36px;margin-bottom: 5px;}
.meet-the-therapists-box:hover .meet-the-therapists-text h3 {color: #A30046;transition: all 0.6s ease;}
.meet-the-therapists-box {display: flex;align-items: center;border-radius: 4px;background: #FFF;box-shadow: 0px 0px 30px 0px rgba(163, 0, 70, 0.20);width: 50%;margin: 20px;overflow: hidden;}
.meet-the-therapists {display: flex;margin: 0 -20px;}
.meet-the-therapists-text {padding: 30px 15px 30px 35px;width: 55%;}
.meet-the-therapists-box figure {width: 45%;overflow: hidden;}
.meet-the-therapists-box figure img {width: 100%;transition: all 0.6s ease;}
.meet-the-therapists-box:hover figure img {transform: scale(1.1);}
section.meet-the-therapists-section .default-css {padding-top: 20px;}
/* our practice inner page */
section.practice-information-inn-section {padding: 100px 0;}
.practice-information-inn-box h3 {color: #000;font-size: 20px;font-weight: 600;line-height: normal;margin: 0;width: calc(100% - 80px);}
.practice-information-inn-box:hover h3 {color: #A30046;}
.practice-information-inn-top {display: flex;align-items: center;padding-bottom: 20px;}
.practice-information-inn-top figure {width: 60px;margin-right: 20px;}
.practice-information-inn-box {border-radius: 4px;background: #FFF;box-shadow: 0px 0px 20px 0px rgba(163, 0, 70, 0.30) inset;padding: 40px 30px 20px;height: 100%;}
.practice-information-inn-row .row {justify-content: center;}
.practice-information-inn-row .col-sm-3 {padding: 10px;}
.practice-information-inn-row .default-css {padding-top: 20px;}
.practice-information-inn-video {max-width: 1260px;margin: 60px auto 0;}
section.services-personalized-service-section.practice-page .col-sm-4 {padding: 0;border-right: none;position: relative;}
section.services-personalized-service-section.practice-page figure {clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);}
/* links inner page */
section.chiropractic-related-links-section {padding: 100px 0;}
.chiropractic-related-links-left {padding-right: 50px;}
.chiropractic-related-links-right {padding-left: 50px;}
section.links-appointment-section.links {background: linear-gradient(95deg, #A30046 0.4%, #6D0733 97.69%);}
section.links-appointment-section.links .col-sm-3 {padding: 0;}
.links-appointment-img {height: 100%;}
.links-appointment-img figure {height: 100%;}
.links-appointment-img figure img {height: 100%;width: 100%;}
.links-appointment-text {padding: 110px 0;}
.links-appointment-text .heading-title {color: #fff;}
/* patient-forms inner page */
section.patient-forms-section {padding: 100px 0;}
.patient-forms-text {max-width: 630px;}
.patient-forms-img {height: 100%;}
.patient-forms-img figure {height: 100%;}
.patient-forms-img figure img {height: 100%;width: 100%;object-fit: cover;}
.patient-forms-top .col-sm-7 {flex: 0 0 auto;width: 55%;}
.patient-forms-top .col-sm-5 {flex: 0 0 auto;width: 45%;}
.patient-forms-bottum-box ul {display: flex;flex-wrap: wrap;justify-content: center;margin: 0 -15px;}
.patient-forms-bottum-box ul li {width: 20%;text-align: center;list-style: none;padding: 15px;}
.patient-forms-bottum-box .pdf-download {background: #FFF;box-shadow: 0px 0px 20px 0px rgba(163, 0, 70, 0.10);padding: 40px 10px;height: 100%;}
.patient-forms-bottum-box .pdf-download h4 {color: #000;text-align: center;font-size: 20px;font-weight: 600;line-height: 32px;}
.patient-forms-bottum-box .pdf-download figure {margin-bottom: 20px;}
.patient-forms-bottum-box .pdf-download a.download-btn {color: #7D6A55;text-align: center;font-family: Outfit;font-size: 20px;font-style: normal;font-weight: 500;line-height: normal;}
.patient-forms-bottum-box .pdf-download a.download-btn:hover {color: #A30046;}
.patient-forms-bottum-box {padding-top: 40px;}
section.personalized-service-section.pdf-inn {background: url(../images/pdf-personalized-service-bg.jpg) no-repeat;background-size: cover;position: relative;z-index: 1;padding: 60px 0 280px;}
section.personalized-service-section.pdf-inn::before {content: '';height: 100%;width: 100%;top: 0;position: absolute;left: 0;z-index: -1;background: linear-gradient(180deg, #A30046 0%, rgba(163, 0, 70, 0.78) 40.89%, rgba(163, 0, 70, 0.00) 100%);opacity: 1;}
section.personalized-service-section.pdf-inn p {color: #fff;}
section.personalized-service-section.pdf-inn p a {color: #978571;}
section.personalized-service-section.pdf-inn p a:hover {color: #fff;}
/* contact inner page */
section.contact-page-section {padding: 100px 0;}
.contact-page-left {max-width: 780px;}
.contact-dtl-row {padding-top: 10px;max-width: 710px;}
.contact-dtl-row .ftr-sub-box p {margin-bottom: 0px;}
.contact-right-form .form-hero {background: #FFF;box-shadow: 0px 0px 20px 0px rgba(163, 0, 70, 0.30) inset;padding: 40px 30px;border-radius: 0;}
.contact-right-form .form-hero .gform_wrapper input[type="text"], .contact-right-form .form-hero .gform_wrapper textarea, .contact-right-form .form-hero .gform_wrapper select, .contact-right-form .form-hero .gform_wrapper .medium {height: 55px;}
.contact-right-form .gform_wrapper textarea.medium {height: 144px!important;display: block;}
.contact-map {padding: 5px;margin-top: 100px;}
.contact-map .col-sm-6 {padding: 6px;}
.contact-map figure {background: #FFF;padding: 5px;width: 50%;position: relative;}
.contact-map .map {background: #FFF;box-shadow: 0px 0px 40px 0px rgba(163, 0, 70, 0.20);padding: 10px;}
.contact-map iframe::before {content: '';background: #000;opacity: 0.2;height: 99%;width: 99%;top: 2px;left: 4px;position: absolute;}
.contact-map figure img {width: 100%;}
.contact-dtl-row .ftr-sub-box {padding-bottom: 20px;}
.contact-map iframe {width: 100%;height: 510px;object-fit: cover;position: relative;}
/*---SERVICE DETAIL----*/
section.default-section {padding: 100px 0;}
.services-detail-left figure.fimgs {margin-bottom: 25px;}
.services-detail-left figure.fimgs img{border: 1px solid #A30046;}
.sidebar-form-title {color: #000;font-family: Outfit;font-size: 30px;font-style: normal;font-weight: 600;line-height: 30px;margin-bottom: 20px;text-align: center;}
.form-hero.service-detail-form {margin-bottom: 40px;border-radius: 10px;}
.form-hero.service-detail-form .gform_wrapper label.gfield_label, .form-hero.service-detail-form .gform_wrapper label {color: #666;}
.form-hero.service-detail-form input.gform_button.button {background: #000;color: #fff;}
.form-hero.service-detail-form input.gform_button.button:hover {background: #fff;color: #A30046;}
section.services-detail.default-section .col-sm-4 {padding-left: 70px;}
section.services-detail.default-section .col-sm-8 {padding-right: 25px;}
.service-detail-list {padding: 20px 22px 7px;margin-bottom: 40px;border-radius: 10px;background: #FFF;box-shadow: 0px 0px 20px 0px rgba(163, 0, 70, 0.20);}
.sidebar-title {margin-bottom: 10px;text-align: center;color: #000;font-family: Poppins;font-size: 26px;font-style: normal;font-weight: 600;line-height: 36px;}
.service-detail-list ul li {list-style: none;position: relative;border-bottom: 1px solid rgba(26, 36, 107, 0.10);padding: 9px 15px 8px 0;}
.service-detail-list ul li a {display: block;color: #666;font-family: Outfit;font-size: 16px;font-style: normal;font-weight: 400;transition: 0.6s;}
.service-detail-list ul li a::after {content: "\f105";font-style: normal;font-weight: 400;font-size: 13px;line-height: 20px;color: #d1cccc;font-family: FontAwesome;position: absolute;top: 13px;right: 0px;transition: 0.6s;}
.service-detail-list ul li a:hover, .service-detail-list ul li.active a {color: #A30046;}
.service-detail-list ul li:last-child {border: none;}
.service-detail-img {position: relative;border-radius: 10px;overflow: hidden;background: #A30046;text-align: center;margin-bottom: 40px;}
.service-detail-box-bottum {padding: 10px;position: absolute;bottom: 0;}
.service-detail-img::before {content: '';background: linear-gradient(180deg, rgba(163, 0, 70, 0.00) 0%, rgba(142, 3, 63, 0.99) 38.63%, #6D0733 100%);height: 54%;width: 100%;bottom: 0;background-size: 100% 100%;position: absolute;left: 0;}
.service-detail-img figure img {width: 100%;}
.service-detail-box-bottum h4 {margin-bottom: 16px;color: #FFF;text-align: center;font-family: Outfit;font-size: 30px;font-style: normal;font-weight: 500;line-height: 40px;}
.service-detail-box-bottum a.theme-btn {min-width: 358px;font-size: 28px;padding: 20px 34px 19px;}
.service-detail-box-bottum a.theme-btn:hover {background-color: #A30046;color: #fff;}
.services-detail-left .faq-section.inner .faq-box .heading-title {text-align: left;}
button.button.gform_button_select_files {background: #A30046;border: none;color: #666;padding: 5px 20px;color: #FFF;text-align: center;font-family: 'Outfit';font-size: 18px;font-style: normal;font-weight: normal;line-height: 20px;}
button.button.gform_button_select_files:hover {background: #000;color: #fff;}
.gform_wrapper.gravity-theme .gform_drop_area {border-radius: 4px !important;border: 1px solid rgba(48, 69, 124, 0.20) !important;background: #FFF !important;padding: 8px !important;}
.form-hero .ginput_container.ginput_container_fileUpload {text-align: center;border-radius: 4px;border: 1px solid rgba(48, 69, 124, 0.20) !important;background: #FFF;padding: 6px;}
.form-hero input[type="file"] {display : none;}
.form-hero .button {border: none;display: inline-block;padding: 5px 20px !important;text-decoration: none;transition: all 0.2s;margin-top: 5px;font-family: 'Outfit';font-style: normal;font-weight: 400;font-size: 18px;line-height: 22px !important;text-align: center;color: #fff;cursor: pointer;border-radius: 45px;background: #A30046;}
.form-hero .button:hover {background-color: #000;color: #FFFFFF;}
.form-hero.service-detail-form .b-form-title {color: #000;font-size: 26px;line-height: 28px;margin-bottom: 20px;}
.form-hero.service-detail-form .b-form-title strong {color: #A30046;font-weight: 600;}
.form-hero.service-detail-form .gform_wrapper input[type="text"], .form-hero.service-detail-form .gform_wrapper textarea, .form-hero.service-detail-form .gform_wrapper select, .form-hero.service-detail-form .gform_wrapper .medium {height: 40px;}
.form-hero.service-detail-form .gform_wrapper textarea.medium {height: 94px!important;display: block;}
.service-detail-box-bottum p {font-size: 17px;line-height: 26px;color: #fff;}
.service-detail-box-bottum p a {color: #978571;}
.service-detail-box-bottum p a:hover {color: #fff;}
.service-detail-bottum-img figure {margin-bottom: 20px;}
.service-detail-bottum-img figure img {width: 100%;}
.service-detail-bottum-img {border-radius: 10px;overflow: hidden;background: #A30046;text-align: center;}
.service-detail-bottum-img p {color: #FFF;text-align: center;font-size: 20px;font-weight: 500;line-height: 30px;padding: 10px;}
section.testimonial-section.inn.dtl {background: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);}
/*  */
.search-btn {margin-bottom: 35px;padding: 40px 28px 30px;border-radius: 10px;background: #A30046;box-shadow: 0px 0px 20px 0px rgba(163, 0, 70, 0.20) inset;}
.search-btn form {position: relative}
.search-medium {width: 100%;padding: 15px 60px 15px 0px;height: 50px;background-color: transparent;color: #fff;font-family: Outfit;font-size: 18px;font-style: normal;font-weight: 400;border: none;border-bottom: 1px solid rgb(255 255 255 / 50%);border-radius: 0;}
.search-btn button {border: none;position: absolute;top: 15px;width: 30px;right: 0;background: transparent;}
.search-btn button:hover {cursor: pointer}
.nav-previous a:hover, .nav-next a:hover {background: #978571;color: #000;}
.nav-next a, .nav-previous a {position: relative;text-align: center;display: inline-block;background: linear-gradient(90deg, #A30046 1.98%, #5E0229 97.55%);padding: 14px 24px;color: #FFF;font-family: Outfit;font-size: 20px;font-style: normal;font-weight: 500;line-height: normal;border-radius: 45px;}
.blog-img-single figure img {width: 100%;}
.nav-previous {float: left;}
.nav-next {float: right;}
nav.navigation.post-navigation {overflow: hidden;padding: 25px 0 16px}
.post-navigation span.post-title {display: none}
.post-navigation span.screen-reader-text {display: none}
.search-medium::-webkit-input-placeholder { /* Edge */
color: #fff;opacity: 1;}
.search-medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;opacity: 1;}
.search-medium::placeholder {color: #fff;opacity: 1;}
section.blog-section.inn {background: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);padding-top: 100px;}
/* blog inner page */
section.blog-section.inn .blog-section-heading {justify-content: center;}
.educational-appointment-btns a.theme-btn.btn-1 {margin-right: 20px;}
.contact-right-form .b-form-title {font-size: 40px;color: #000;}
section.default-section.inpad {background: #F5F5F5;}
.testimonial-section.pageinn.innside {background: #fbfbfb;box-shadow: 0px 0px 50px 0px rgba(26, 43, 86, 0.20);}
section.blog-section.inn .blog-section-heading {display: block;text-align: center;}
.service-detail-right.sticky {
    position: sticky;
    top: 165px;
    right: 0;
}

.contactmap-btn {
    padding-top: 40px;
}

.staff-row .col-sm-2 {
    margin: 15px 0;
}
iframe.report_card_widget {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 110px;
    width: 376px;
    z-index: 1;
}

.head-call-now p br{display:none;}
.hero-img {
    position: absolute;
    bottom: 0;
}
.ft-logo {
    width: 100px;    margin-bottom: 10px;
}
.bnr-logo {
    width: 120px;
    position: absolute;
    left: -140px;
    top: 45px;
}


@media (min-width: 1200px) {
/*------------- mega menu ---------------*/
.menu-top-menu-container {position: relative}
.mega-menu {position: inherit!important}
.mega-menu .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;right: 0;border-radius: 0 0 10px 10px;box-shadow: 0 0 5.5px rgb(5 5 5 / 20%);background-color: #fff;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 15px!important;background: transparent !important;border-bottom: none;text-transform: inherit !important;float: none;}
.mega-menu ul.sub-menu li a {background: transparent !important;color: #000 !important;}
.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #A30046 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li {position: relative;padding-left: 30px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 3px 10px 3px 15px;padding-left: 0 !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #A30046 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li::before {content: "";font-size: 18px;color: #A30046;font-family: 'FontAwesome';left: 0;position: absolute;top: 2px;background: url(../images/services-bottum-icon-12.png) no-repeat;height: 22px;width: 22px;background-size: 22px;filter: brightness(0);}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover::before {filter: none;transition: 0.6s;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:last-child:before {display: block;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img {width: 27% !important;padding: 0 !important;margin: 0 0 0 0 !important;float: right;position: absolute !important;top: 25px;right: 25px;bottom: 34px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img::before {display: none;}
.mega-menu .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);}
/*------------- mega menu2 CSS---------------*/
.mega-menu2 {position: inherit!important}
.mega-menu2 .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;border-radius: 0 0 10px 10px;left: -0px;margin-left: 0px;right: 0;box-shadow: 0 0 5.5px rgba(5, 5, 5, 0.20);background-color: #fff !important;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu2:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu2 .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);}
.mega-menu2 ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 0px!important;background: transparent !important;border: none;float: none;}
.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #A30046 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a {padding: 5px 0 !important;margin-left: 0px !important;font-weight: 600;}
.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #A30046 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li {position: relative;padding-left: 0 !important;margin-left: 0px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 3px 10px 3px 15px;padding-left: 26px !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children>a {padding: 5px 0 !important;margin-left: 0px !important;font-weight: 700;color: #000 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu>li>a:hover {background: transparent !important;color: #A30046 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu>li>a::after {color: #A30046 !important;top: 21px;display: none;}
/* .navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {opacity: 1 !important;visibility: visible !important;position: relative;background: transparent;box-shadow: none;padding: 0;transform: rotateX(0deg);padding-left: 0px;padding-bottom: 0;}
*/
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a {padding-left: 0px !important;padding-top: 4px !important;font-weight: 400;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a:hover {color: #A30046 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li {position: relative;padding-left: 0 !important;text-transform: inherit !important;float: none;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu li {padding-left: 15px !important;width: 100%;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li:hover a {background: transparent !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li::before {content: "";font-size: 18px;color: #A30046;font-family: 'FontAwesome';left: 0;position: absolute;top: 5px;background: url(../images/favicon.png) no-repeat;height: 22px;width: 22px;background-size: 22px;filter: brightness(0);}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li:hover::before {filter: none;transition: 0.6s;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li .hover_mega_menu {opacity: 1 !important;visibility: visible !important;position: relative;background: transparent;box-shadow: none;padding: 0;transform: rotateX(0deg);padding-left: 0px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li .hover_mega_menu ul.sub-menu {column-count: 1;}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu2 .hover_mega_menu ul li a {text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu .hover_mega_menu ul li a {text-transform: inherit !important;}
.contact-detail-menu {border-radius: 4px;display: inline-block;width: 100%;padding: 20px 20px 20px;background: #F3F9FF;overflow: hidden;margin: 20px 0 0;text-align: left;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu>li.menu-item-has-children>a:hover {color: #A30046 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {margin-left: 0px;margin-top: 0;left: 0 !important;border-bottom: none;left: 0;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li::before {display: none;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li::before {content: "\f105";font-size: 18px;color: #414141;font-family: 'FontAwesome';left: 0;position: absolute;top: 5px;background: none;display: block;width: auto;height: auto;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children:before {display: none;}
}
@media (min-width:991px) {
.home-banner::before {content: '';position: absolute;        width: 614px;
        height: 257px;left: 0;top: 30px;background: url(../images/banner-logo.png) no-repeat;z-index: -1;right: 0;margin: 0 auto;background-size: 100% 100%;}
}
@media (min-width:1200px) {
.container {max-width: 1180px !important;}
}
@media (min-width:1300px) {
.container {max-width: 1270px !important;}
}
@media (min-width:1400px) {
.container {max-width: 1360px !important;}
}
@media (min-width:1500px) {
.container {max-width: 1440px !important;}
}
@media (min-width:1600px) {
.container {max-width: 1510px !important;}
}
@media (min-width:1700px) {
.container {max-width: 1600px !important;}
}
@media (max-width: 1799px) {
section.services-personalized-service-section.faq .services-personalized-service-text {padding-right: 60px;}
}
@media (max-width: 1699px) {
.theme-btn {padding: 15px 26px;font-size: 18px;}
.top-btns .theme-btn {padding: 13px 20px;font-size: 16px;}
.header-bottom {padding: 10px 0px;}
.top-header {padding: 0 30px 0 30px;}
.home-banner::before {width: 594px;height: 277px;top: 30px;}
.hero-title {font-size: 80px;line-height: 90px;}
.hero-title strong {padding-left: 0;}
.hero-caption .banner-btns {padding-left: 100px;padding-top: 10px;}
section.schedule-appointment-section {padding: 110px 0 100px;}
.services-top {padding: 80px 0 30px;}
.heading-title {margin-bottom: 10px;font-size: 44px;line-height: 48px;}
.services-bottum {padding: 20px 20px 30px;}
.services-box-bottum-dtl h4 {font-size: 18px;line-height: 24px;}
section.visit-us-section {margin: 80px 40px 0;}
section.natural-systemic-section {padding: 80px 0;}
section.default-section {padding: 80px 0;}
.our-process-box h3 {font-size: 24px;line-height: 28px;}
section.practice-information-section {padding: 80px 0;}
section.testimonial-section {padding: 80px 0 80px 100px;}
.testimonial-slider.owl-carousel .owl-nav {display: block !important;position: absolute;transform: translateY(-50%);top: 50%;left: -70px;}
section.video-testmonial-section {padding: 80px 0;}
.blog-section {padding: 0 0 80px;}
footer {padding-top: 80px;}
.footer-menu-top {margin-bottom: 70px;}
footer .container {padding: 0 30px !important;max-width: 100% !important;}
section.default-section {padding-bottom: 80px;}
.hero-title.inner-title {font-size: 60px;line-height: 70px;margin-bottom: 10px;}
.inner-banner>img {height: 320px;object-fit: cover;}
section.our-gallery-section {padding: 80px 0 0;}
.practice-information-inn-box {padding: 25px 20px 15px;}
.practice-information-inn-top figure {width: 50px;margin-right: 10px;}
.practice-information-inn-box h3 {font-size: 20px;line-height: 22px;width: calc(100% - 60px);}
.practice-information-inn-top {padding-bottom: 10px;}
section.practice-information-inn-section {padding: 80px 0;}
section.services-section.inn {padding: 80px 20px;}
.faq-section.inner.dtl {padding: 80px 0;}
section.chiropractic-related-links-section {padding: 80px 0;}
section.testimonial-section.inn {padding: 80px 0;}
section.patient-forms-section {padding: 80px 0;}
.patient-forms-bottum-box ul li {width: 20%;padding: 10px;}
.patient-forms-bottum-box .pdf-download h4 {font-size: 18px;line-height: 24px;}
.patient-forms-bottum-box .pdf-download {padding: 25px 10px;}
.patient-forms-bottum-box {padding-top: 30px;}
section.contact-page-section {padding: 80px 0;}
.contact-right-form .b-form-title {font-size: 34px;}
.contact-map {margin-top: 80px;}
section.benefits-massage-section {padding: 80px 0;}
section.the-home-section {padding-left: 60px;}
section.existing-conditions-section {padding: 80px 0;}
section.meet-the-therapists-section {padding: 80px 0;}
section.staff-section {padding: 80px 0;}
section.personalized-service-section {padding: 90px 0;}
section.blog-section.inn {padding-top: 80px;}
.form-hero.service-detail-form .b-form-title {
    font-size: 24px;
}
    .bnr-logo {
        width: 110px;
        top: 32px;
    }
	
}
@media (max-width: 1599px) {
footer p {font-size: 14px;line-height: 22px;}
.ftr-item ul li {margin-bottom: 10px;font-size: 14px;line-height: 20px;}
.menu-copyright ul li {font-size: 14px;line-height: 24px;}
.menu-copyright ul li::after {padding: 0 10px 0 13px;font-size: 14px;line-height: 28px;}
.ftr-title {margin-bottom: 10px;font-size: 24px;line-height: 24px;}
.ftr-sub-title {font-size: 14px;line-height: 24px;margin-bottom: 10px;}
.ftr-item {margin-bottom: 15px;}
.ftr-btns a.theme-btn.btn-1 {margin: 0 5px;}
.ftr-btns {padding-top: 10px;margin-left: -5px;}
.ftr-social a {height: 40px;width: 40px;margin: 0 6px 0 0;line-height: 34px;}
.ftr-social a img {width: 20px;}
.footer-menu ul li {padding: 16px 1px;font-size: 16px;line-height: 22px;}
.footer-menu ul li::after {font-size: 16px;line-height: 26px;padding: 0 15px;}
section.the-home-section .row {align-items: inherit;}
.the-home-img {height: 100%;}
.the-home-img figure {height: 100%;}
.the-home-img figure img {height: 100%;} 
}
@media (max-width: 1499px) {
h1 {font-size: 30px;line-height: 46px;}
h2 {font-size: 28px;line-height: 40px;}
h3 {font-size: 26px;line-height: 38px;}
h4 {font-size: 24px;line-height: 30px;}
h5 {font-size: 22px;line-height: 26px;}
h6 {font-size: 20px;line-height: 20px;}
.top-btns .theme-btn {padding: 11px 15px;font-size: 14px;}
.head-call-now p {font-size: 16px;}
.top-text p {font-size: 17px;}
.head-call-now figure {width: 45px;height: 45px;line-height: 41px;}
.top-social a img {max-width: 20px;}
.top-social {padding-right: 20px;}
.hero-caption {bottom: 40px;left: 70px;}
.hero-title {font-size: 60px;line-height: 70px;}
.hero-title strong {padding-left: 0;}
.hero-caption .banner-btns {padding-left: 60px;padding-top: 0px;}
.banner-btns a.theme-btn.btn-1 {margin-right: 10px;}
.home-banner {padding: 70px 0 0px;min-height: 467px;}
.home-banner::before { width: 414px; height: 157px; top: 30px; }
.banner-main-form-div {padding-right: 30px;}
.form-hero input.button.gform_button {padding: 15px 35px !important;font-size: 18px !important;}
section.schedule-appointment-section {padding: 80px 0;}
.b-form-title {font-size: 24px;}
.form-hero {padding: 20px 15px 25px;}
.container {padding: 0 50px !important;max-width: 100% !important;}
.services-top {padding: 60px 0 20px;}
.services-box ul li {width: 14.28%;padding: 4px;}
.services-box-dtl h4 {font-size: 16px;line-height: 20px;}
.heading-title {margin-bottom: 10px;font-size: 38px;line-height: 38px;}
.services-box-bottum ul li {width: 14.28%;padding: 15px 8px;}
.services-bottum {padding: 10px 10px 20px;}
.visit-us-box {padding: 50px 0px;}
section.visit-us-section .container {padding: 0 20px !important;max-width: 100% !important;}
section.visit-us-section {margin: 60px 30px 0;}
section.natural-systemic-section {padding: 70px 0;}
section.default-section {padding: 70px 0;}
.natural-systemic-top-btns a.theme-btn.btn-1 {min-width: 240px;}
.natural-systemic-btns {padding-top: 0;}
.natural-systemic-btns a.theme-btn.btn-2 {margin-right: 10px;}
.our-process-box figure img {max-width: 60px;}
.our-process-box {padding: 30px 25px 20px;}
section.practice-information-section {padding: 60px 0;}
.practice-information-img {width: 60px;margin-right: 10px;}
.practice-information-text {width: calc(100% - 70px);}
.practice-information-text h3 {font-size: 20px;line-height: 20px;}
.practice-information-text p {font-size: 16px;line-height: 22px;margin-bottom: 10px;}
section.testimonial-section {padding: 60px 0 60px 70px;}
.testimonial-slider.owl-carousel .owl-nav {display: block !important;position: absolute;transform: translateY(-50%);top: 50%;left: -60px;}
.quto figure img {max-width: 40px;}
.client-say-box {padding: 20px 25px 80px;border-radius: 35px;}
.client-nm-text {bottom: 25px;}
.client-nm-text h6 {font-size: 18px;line-height: 28px;}
.start-icon img {max-width: 20px;}
.faq-box {padding: 40px 60px 40px 60px;}
.faq-box .card-header h5, .card-header-title {padding: 24px 40px 24px 20px;font-size: 20px;line-height: 24px;}
.card-body.default-css {padding: 2px 20px 10px 20px;margin: 0;}
.faq-btns {bottom: 20px;left: 20px;}
.faq-left .heading-title {top: 40px;left: 20px;}
section.video-testmonial-section {padding: 60px 0;}
.video-test-item h3 {font-size: 18px;line-height: 30px;padding: 15px 0;}
.blog-section {padding: 0 0 60px;}
.blog-section-heading a.read-more {font-size: 20px;}
.blog-section-heading a.read-more img {max-width: 40px;}
.blog-row .col-sm-4 {padding: 15px;}
.blog-content-info h3 {font-size: 20px;line-height: 26px;width: calc(100% - 55px);}
.blog-content-info a.read-btn {width: 40px;height: 40px;line-height: 36px;}
.blog-content-info a.read-btn img {max-width: 22px;}
footer {padding-top: 60px;}
.footer-menu-top {margin-bottom: 10px;}
.modal.popup-form .modal-dialog {top: 0;transform: inherit;margin: 60px auto 0;}
.modal.popup-form button.close {right: 8px;top: 10px;}
section.default-section {padding-bottom: 60px;}
.hero-title.inner-title {font-size: 46px;line-height: 56px;margin-bottom: 10px;}
.ftr-btns a.theme-btn {padding: 12px 20px;font-size: 16px;}
.sub-heading-title {font-size: 24px;margin-bottom: 10px;}
section.our-gallery-section {padding: 60px 0 0;}
.gallery-img ul li {width: 25%;padding: 8px;}
.gallery-img {padding: 6px;margin-top: 20px;}
section.practice-information-inn-section {padding: 60px 0;}
.practice-information-inn-video {margin: 30px auto 0;}
section.services-section.inn {padding: 60px 10px;}
.services-personalized-service-text {padding: 30px 30px;}
.faq-section.inner.dtl {padding: 60px 0;}
section.chiropractic-related-links-section {padding: 60px 0;}
.chiropractic-related-links-right {padding-left: 20px;}
.chiropractic-related-links-left {padding-right: 20px;}
section.testimonial-section.inn {padding: 60px 0;}
.testimonial-row-parent .col-sm-4 {padding: 15px 20px;}
section.patient-forms-section {padding: 60px 0;}
section.personalized-service-section.pdf-inn {padding: 60px 0 190px;}
section.contact-page-section {padding: 60px 0;}
.contact-right-form .form-hero .gform_wrapper input[type="text"], .contact-right-form .form-hero .gform_wrapper textarea, .contact-right-form .form-hero .gform_wrapper select, .contact-right-form .form-hero .gform_wrapper .medium {height: 50px;}
.contact-right-form .gform_wrapper textarea.medium {height: 100px!important;}
.contact-right-form .form-hero {padding: 30px 20px;}
.contact-right-form .b-form-title {font-size: 30px;}
.contact-map {margin-top: 60px;}
section.benefits-massage-section {padding: 60px 0;}
section.the-home-section {padding-left: 20px;}
section.existing-conditions-section {padding: 60px 0;}
.existing-conditions-table {padding: 20px 15px;margin-top: 10px;}
.existing-conditions-table-box {padding: 10px 10px 10px 0;}
.existing-conditions-table-box:nth-child(even) {padding-left: 20px;}
.existing-conditions-table-text h4 {font-size: 18px;line-height: 24px;margin-bottom: 1px;}
.existing-conditions-table-text p {margin-bottom: 0px;font-size: 16px;line-height: 22px;}
.existing-conditions-table-box figure {width: 40px;height: 40px;margin-right: 15px;}
.existing-conditions-table-text {width: calc(100% - 55px);}
section.meet-the-therapists-section {padding: 60px 0;}
.meet-the-therapists-box {width: 50%;margin: 15px;}
.meet-the-therapists {margin: 0 -15px;}
.meet-the-therapists-text h3 {font-size: 26px;line-height: 30px;margin-bottom: 5px;}
.meet-the-therapists-text {padding: 30px 10px 30px 20px;width: 55%;}
section.staff-section {padding: 60px 0;}

section.personalized-service-section {padding: 70px 0;}
section.services-detail.default-section .col-sm-4 {padding-left: 30px;}
.form-hero.service-detail-form {margin-bottom: 30px;}
.service-detail-list {padding: 15px 15px 4px;margin-bottom: 30px;}
.service-detail-img {margin-bottom: 30px;}
.faq-section.inner .faq-box .heading-title {margin-bottom: 15px;}
.service-detail-list ul li a {font-size: 16px;}
.service-detail-list ul li {padding: 6px 10px 6px 0;}
.sidebar-title {margin-bottom: 10px;font-size: 22px;line-height: 30px;}
.contact-right-form .form-hero .gform_wrapper input[type="text"], .contact-right-form .form-hero .gform_wrapper textarea, .contact-right-form .form-hero .gform_wrapper select, .contact-right-form .form-hero .gform_wrapper .medium {height: 40px;}
.form-hero.service-detail-form .gform_wrapper textarea.medium {height: 84px!important;display: block;}
.form-hero.service-detail-form .b-form-title {font-size: 22px;line-height: 24px;margin-bottom: 10px;}
.service-detail-box-bottum h4 {margin-bottom: 16px;font-size: 24px;line-height: 28px;}
.service-detail-box-bottum p {font-size: 15px;line-height: 24px;color: #fff;}
.service-detail-bottum-img p {font-size: 18px;line-height: 26px;}
.nav-next a, .nav-previous a {padding: 12px 20px;font-size: 18px;}
.search-medium {padding: 15px 60px 15px 0px;height: 40px;font-size: 16px;}
.search-btn {margin-bottom: 30px;padding: 25px 20px 25px;}
.search-btn button {top: 8px;width: 27px;}
section.blog-section.inn {padding-top: 60px;}
.top-logo img {
    max-width: 170px;
}
.service-detail-right.sticky {
    top: 150px;
}
	.ginput_recaptcha {
    transform: scale(0.77) !important;
    -webkit-transform: scale(0.77) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0!im;
}

	.bnr-logo {
        width: 85px;
        top: 28px;
        left: -34px;
    }
	.home-banner h1.hero-title {
    padding-left: 60px;
}
	
}
@media (max-width: 1399px) {
.ftr-sub-box p strong {min-width: 78px;}
.footer-menu ul li {padding: 16px 1px;font-size: 14px;line-height: 20px;}
.footer-menu ul li::after {font-size: 14px;line-height: 22px;padding: 0 15px;}
section.services-personalized-service-section.faq .col-sm-5::before {width: 67px;right: -4px;}
section.services-personalized-service-section.faq .services-personalized-service-text {padding-right: 10px;}
.contact-map iframe {height: 410px;}
section.existing-conditions-section .section-heading p br {display: none;}
.top-logo img {
    max-width: 150px;
}

}
@media (max-width: 1299px) {
.top-btns .theme-btn {padding: 11px 15px;font-size: 12px;}
.services-box-bottum ul li {width: 16.66%;padding: 15px 8px;}
section.natural-systemic-section .col-sm-4 {flex: 0 0 auto;width: 55%;order: 1;}
section.natural-systemic-section .col-sm-3 {flex: 0 0 auto;width: 45%;order: 2;}
section.natural-systemic-section .col-sm-5 {flex: 0 0 auto;width: 100%;order: 3;}
.natural-systemic-img-left-2 {display: none;}
.natural-systemic-img-left {position: relative;padding: 0;height: 100%;}
section.natural-systemic-section .row {align-items: inherit;}
section.natural-systemic-section figure {border-radius: 10px;overflow: hidden;height: 100%;}
section.natural-systemic-section figure img {height: 100%;object-fit: cover;}
section.natural-systemic-section .section-heading {padding-bottom: 20px;}
.natural-systemic-box {padding-top: 30px;}
.ftr-title {font-size: 22px;line-height: 24px;padding: 8px 0 8px;margin: 6px 0;background: #6D0733;color: #fff;}
.ftr-item {text-align: center;}
.ftr-item ul li {border-bottom: 1px solid rgb(163 0 70 / 50%);text-align: center;padding: 7px 0;margin: 0;}
.ftr-social {padding: 10px 0;}
.ftr-item ul li:last-child {border-bottom: 0;}
.ftr-item.ftr-item-2 {padding-left: 0;}
.ftr-item.ftr-item-2 ul {display: block;}
.ftr-item.ftr-item-2 ul li {width: 100%;}
.ftr-item.item2 ul {column-count: 1;}
.footer-center .col-sm-3 {flex: 0 0 auto;width: 100%;text-align: center;}
.footer-center .col-sm-5 {flex: 0 0 auto;width: 100%;text-align: center;}
.footer-center .col-sm-4 {flex: 0 0 auto;width: 100%;text-align: center;}
.ftr-box {display: block;}
.ftr-sub-box {width: 100%;padding: 7px 5px 0;border-bottom: 1px solid rgb(163 0 70 / 50%);}
.ftr-sub-box:last-child {border-bottom: none;}
.ftr-btns {padding: 10px 0;margin-left: -5px;}
.copyright-sections {padding: 10px 0;margin-top: 20px;border-top: 1px solid rgb(163 0 70 / 50%);}
footer .container {padding: 0 15px !important;max-width: 100% !important;}
.footer-menu ul {display: block;}
.footer-menu ul li::after {display: none;}
.footer-menu ul li {margin-bottom: 0;font-size: 14px;line-height: 20px;border-bottom: 1px solid rgb(163 0 70 / 50%);padding: 6px 0;display: block;text-align: center;}
.footer-menu ul li:last-child {border-bottom: 0;}
.footer-menu-top {border-top: none;border-bottom: none;}
.ftr-item {margin-bottom: 0;}
.practice-information-inn-box {padding: 20px 15px 10px;}
.patient-forms-bottum-box ul li {width: 25%;padding: 10px;}
.contact-dtl-row .ftr-title {margin-bottom: 10px;font-size: 22px;line-height: 24px;background: transparent;color: #A30046;padding: 0;}
.contact-dtl-row .ftr-box {display: flex;flex-wrap: wrap;}
.contact-dtl-row .ftr-sub-box {width: 50%;padding: 5px;border: none;}
.benefits-massage-text {padding-left: 0;}
section.the-home-section .col-sm-8 {flex: 0 0 auto;width: 100%;}
section.the-home-section .col-sm-4 {display: none;}
section.the-home-section::before {display: none;}
section.the-home-section {padding: 40px 0;}
.the-home-text {padding: 0;}
.massage-appointment-text {margin-left: -40px;padding: 70px 0;}
section.services-detail.default-section .col-sm-4 {padding-left: 15px;}
.top-logo img {
    max-width: 140px;
}
.service-detail-right.sticky {
    top: 135px;
}
.ftr-social a{margin: 0 3px;}
staff-row .col-sm-2 {
    margin: 15px 0;
    width: 20%;
}
	.staff-item h3 {
    font-size: 18px;
	}
	
	
}
@media (max-width: 1199px) {
h1 {font-size: 26px;line-height: 40px;}
h2 {font-size: 25px;line-height: 34px;}
h3 {font-size: 24px;line-height: 30px;}
h4 {font-size: 23px;line-height: 28px;}
h5 {font-size: 20px;line-height: 24px;}
h6 {font-size: 18px;line-height: 20px;}
.header-bottom .col-sm-2 {flex: 0 0 auto;width: 30%;}
.header-bottom .col-sm-10 {flex: 0 0 auto;width: 70%;}
.head-right {justify-content: space-between;padding-right: 40px;}
.top-logo img {max-width: 160px;}
.service-detail-right.sticky {
    top: 141px;
}
.top-btns .theme-btn {padding: 11px 20px;font-size: 16px;}
.head-call-now p {font-size: 14px;}
.head-call-now figure {width: 40px;height: 40px;line-height: 36px;}
.head-call-now figure img {max-width: 24px;}
.top-social a img {max-width: 18px;}
.top-text p {font-size: 14px;}
.top-header {padding: 0 0px;}
.theme-btn {padding: 12px 20px;font-size: 16px;}
.banner-btns a.theme-btn.btn-1 {margin-right: 5px;}
.hero-title {font-size: 40px;line-height: 50px;}
.hero-caption {bottom: 30px;left: 30px;}
.hero-title strong {padding-left: 30px;}
.hero-caption .banner-btns {padding-left: 30px;padding-top: 0px;}
.home-banner::before { width: 314px; height: 107px; top: 30px; }
.home-banner {padding: 40px 0 0px;    min-height: 385px;}
section.schedule-appointment-section {padding: 40px 0;}
.container {padding: 0 15px !important;max-width: 100% !important;}
.banner-main-form-div {padding-right: 0;}
.b-form-title {font-size: 20px;}
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium {font-size: 14px !important;padding: 5px 10px 5px 5px !important;height: 37px;}
.form-hero.service-detail-form .gform_wrapper label.gfield_label, .form-hero.service-detail-form .gform_wrapper label {color: #666;font-size: 14px;}
.form-hero input.button.gform_button {padding: 13px 20px !important;font-size: 16px !important;}
.gform_wrapper textarea.medium {height: 74px!important;display: block;}
.services-top {padding: 40px 0 10px;}
.services-box ul li {width: 25%;padding: 8px;}
.services-box-dtl figure {margin: 0 auto 8px;}
.services-box-dtl h4 {font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.heading-title {margin-bottom: 10px;font-size: 28px;line-height: 36px;}
.services-bottum {padding: 10px 0px 20px;}
.services-box-bottum-dtl h4 {font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.services-box-bottum-dtl {padding: 15px 5px;}
.services-box-bottum-dtl figure {margin: 0 auto 10px;}
.services-box-bottum-dtl figure img {max-height: 50px;max-width: 45px;}
.services-box-bottum ul li {width: 16.66%;padding: 10px 8px;}
section.visit-us-section {margin: 30px 10px 0;}
p {font-size: 16px;line-height: 26px;}
.visit-us-box {padding: 30px 0px;}
section.visit-us-section .container {padding: 0 15px !important;max-width: 100% !important;}
section.natural-systemic-section {padding: 40px 0;}
section.default-section {padding: 40px 0;}
.natural-systemic-top-btns a.theme-btn.btn-1 {min-width: 200px;}
.natural-systemic-top-btns {padding-bottom: 20px;}
.natural-systemic-btns a.theme-btn.btn-2 {margin-right: 4px;}
.our-process-box figure {margin-bottom: 15px;}
.our-process-box figure img {max-width: 50px;}
.our-process-box h3 {font-size: 20px;line-height: 22px;margin-bottom: 10px;}
section.practice-information-section {padding: 40px 0;}
section.practice-information-section .col-sm-5 {flex: 0 0 auto;width: 100%;text-align: center;}
section.practice-information-section .col-sm-7 {flex: 0 0 auto;width: 100%;}
.practice-information-right {margin: 0 -10px;padding-top: 20px;}
.practice-information-img {width: 55px;margin-right: 10px;}
.practice-information-text {width: calc(100% - 65px);}
.practice-information-text h3 {font-size: 18px;line-height: 20px;}
.practice-information-text p {font-size: 15px;line-height: 20px;margin-bottom: 10px;}
.testimonial-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav .owl-prev {height: 40px;width: 40px;margin: 5px 0px;}
section.testimonial-section {padding: 40px 0 40px 60px;}
.testimonial-slider.owl-carousel .owl-nav {left: -49px;}
.client-nm-text h6 {font-size: 16px;line-height: 22px;}
.start-icon img {max-width: 18px;}
.client-nm-text {bottom: 15px;}
.client-say-box {padding: 20px 20px 65px;border-radius: 25px;}
.faq-box {padding: 30px 20px 30px 20px;}
.faq-box .card-header h5, .card-header-title {padding: 20px 40px 20px 15px;font-size: 18px;line-height: 24px;}
.faq-box .card-header h5:after, .card-header-title::after {width: 20px;height: 20px;right: 10px;background-size: 17px;}
.faq-box .card-header h5.collapsed:after, .card-header-title.collapsed::after {background-size: 17px;}
.faq-box .card {margin: 0 0 20px;}
.card-body.default-css {padding: 2px 10px 10px 15px;margin: 0;}
section.video-testmonial-section {padding: 40px 0;}
.video-slider.owl-carousel .owl-nav .owl-next, .video-slider.owl-carousel .owl-nav .owl-prev {height: 40px;width: 40px;}
.video-testimonial-row {padding: 0 50px;}
.video-slider.owl-carousel .owl-nav .owl-next {right: -50px;}
.video-slider.owl-carousel .owl-nav .owl-prev {left: -50px;}
.video-test-item h3 {font-size: 16px;line-height: 20px;padding: 15px 0;}
.blog-section {padding: 0 0 40px;}
.blog-section-heading a.read-more {font-size: 18px;}
.blog-section-heading a.read-more img {max-width: 32px;}
.blog-item figure {border-radius: 25px;}
.blog-content-info a.read-btn {width: 35px;height: 35px;line-height: 30px;}
.blog-content-info a.read-btn img {max-width: 20px;}
.blog-content-info h3 {font-size: 18px;line-height: 24px;width: calc(100% - 50px);}
footer {padding-top: 40px;}
section.default-section {padding-bottom: 40px;}
.blog-section-heading {padding-bottom: 10px;}
.banner-btns.inner-btn {padding-top: 15px;}
.hero-title.inner-title {font-size: 36px;line-height: 42px;margin-bottom: 10px;}
.page-nav ul li {font-size: 20px;line-height: normal;}
.inner-banner>img {height: 280px;object-fit: cover;}
.sub-heading-title {font-size: 20px;margin-bottom: 10px;}
.default-css ul li {background-position: 0 5px;padding-left: 21px;background-size: 16px;}
.default-css ul li, .default-css ol li {font-size: 16px;line-height: 24px;margin: 0 0 9px;}
section.our-gallery-section {padding: 40px 0 0;}
.gallery-img figure figcaption {padding: 10px;}
.gallery-img figcaption .img-gorup a {width: 55px;height: 55px;}
section.video-testmonial-section.educational-inn .video-testimonial-row .col-sm-4 {padding: 8px;}
.educational-appointment-btns a.theme-btn.btn-1 {margin-right: 10px;}
.educational-appointment-btns {padding-top: 10px;}
.practice-information-inn-top figure {width: 45px;margin-right: 10px;}
.practice-information-inn-box h3 {font-size: 17px;line-height: 20px;width: calc(100% - 55px);}
section.practice-information-inn-section {padding: 40px 0;}
.personalized-service-btns a.theme-btn.btn-1 {margin-right: 10px;}
section.services-section.inn {padding: 40px 0px;}
.services-personalized-service-text {padding: 30px 10px;}
.faq-section.inner.dtl {padding: 40px 0;}
.faq-section.inner.dtl .col-sm-7 {flex: 0 0 auto;width: 80%;}
section.chiropractic-related-links-section {padding: 40px 0;}
.chiropractic-related-links-right {padding-left: 0px;}
.chiropractic-related-links-left {padding-right: 0px;}
.links-appointment-text {padding: 50px 0;}
section.testimonial-section.inn {padding: 40px 0;}
.testimonial-row-parent .col-sm-4 {padding: 10px 10px;}
section.patient-forms-section {padding: 40px 0;}
.patient-forms-bottum-box .pdf-download figure img {max-width: 70px;}
.patient-forms-bottum-box .pdf-download figure {margin-bottom: 15px;}
.patient-forms-bottum-box .pdf-download h4 {font-size: 16px;line-height: 24px;}
.patient-forms-bottum-box .pdf-download h4 br {display: none;}
.patient-forms-bottum-box .pdf-download a.download-btn {font-size: 18px;}
section.personalized-service-section.pdf-inn {padding: 40px 0 140px;}
section.contact-page-section {padding: 40px 0;}
section.contact-page-section .col-sm-7 {flex: 0 0 auto;width: 56%;}
section.contact-page-section .col-sm-5 {flex: 0 0 auto;width: 44%;}
.contact-right-form .b-form-title {font-size: 22px;}
.contact-right-form .form-hero {padding: 20px 15px;}
.gform_wrapper .gfield {padding: 0 4px 10px;}
.form-hero .gform_body, .form-hero .gform_wrapper {margin: 0 -4px;}
.form-hero .gform_wrapper .ginput_container span {padding: 0 4px 10px !important;}
.contact-right-form .form-hero .gform_wrapper input[type="text"], .contact-right-form .form-hero .gform_wrapper textarea, .contact-right-form .form-hero .gform_wrapper select, .contact-right-form .form-hero .gform_wrapper .medium {height: 42px;padding: 10px 10px 10px 5px !important;}
.contact-right-form .gform_wrapper textarea.medium {height: 80px!important;}
.contact-dtl-row {max-width: 100%;}
.contact-map {margin-top: 40px;}
.contact-map iframe {height: 350px;}
section.benefits-massage-section {padding: 40px 0;}
section.existing-conditions-section {padding: 40px 0;}
.existing-conditions-table-box:nth-child(even) {padding-left: 10px;}
.existing-conditions-table-box figure {width: 35px;height: 35px;margin-right: 10px;}
.existing-conditions-table-text h4 {font-size: 16px;line-height: 24px;margin-bottom: 1px;}
.existing-conditions-table-text {width: calc(100% - 45px);}
.existing-conditions-table-text p {margin-bottom: 0px;font-size: 14px;line-height: 20px;}
.massage-appointment-btns {padding-top: 10px;}
section.meet-the-therapists-section {padding: 40px 0;}
.meet-the-therapists-text h3 {font-size: 20px;line-height: 24px;margin-bottom: 5px;}
section.staff-section {padding: 40px 0;}

.staff-item figure {margin-bottom: 15px;}
.staff-row .col-sm-4 {flex: 0 0 auto;width: 33.33333333%;padding: 10px;}
section.personalized-service-section {padding: 40px 0;}
.wp-pegination .page, .wp-pegination span, .wp-pagenavi a {width: 40px;height: 40px;margin: 0 2px;line-height: 37px;font-size: 18px;}
.wp-pegination a.nextpostslink {background-size: 15px;}
.wp-pegination {padding-top: 10px;}
.faq-section.inner .faq-box .heading-title {margin-bottom: 5px;}
section.services-detail.default-section .col-sm-8 {padding-right: 15px;}
.form-hero.service-detail-form .b-form-title {font-size: 17px;line-height: 24px;margin-bottom: 10px;}
button.button.gform_button_select_files {padding: 5px 15px;font-size: 16px;line-height: 20px;}
.service-detail-list ul li a {font-size: 14px;}
.sidebar-title {margin-bottom: 10px;font-size: 20px;line-height: 28px;}
.service-detail-box-bottum h4 {margin-bottom: 10px;font-size: 20px;line-height: 22px;}
.service-detail-box-bottum p {font-size: 13px;line-height: 20px;}
.service-detail-bottum-img p {font-size: 16px;line-height: 24px;}
nav.navigation.post-navigation {overflow: hidden;padding: 15px 0 6px;}
.nav-next a, .nav-previous a {padding: 10px 20px;font-size: 16px;line-height: 20px;}
section.blog-section.inn {padding-top: 40px;}
.contactmap-btn {
    padding-top: 25px;
}
.staff-row .col-sm-2 {
    margin: 15px 0;
    width: 25%;
}
.staff-item h3 {
    font-size: 18px;
    line-height: 24px;
}
.staff-item p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.ft-logo {margin-top: 6px !important; margin: auto; display: inline-block;}
	.bnr-logo {
        left: 128px;
        margin-top: 15px;
        position: relative;
        top: 0;
        width: 86px;
    }
	.home-banner h1.hero-title {
    padding-left: 0;
}
	
}
@media (max-width: 1024px) {
.services-box-bottum ul li {width: 25%;padding: 10px 8px;}
.practice-information-inn-row .col-sm-3 {padding: 10px;flex: 0 0 auto;width: 33.33%;}
section.chiropractic-related-links-section .col-sm-6 {flex: 0 0 auto;width: 100%;padding: 5px 15px;}
section.contact-page-section .col-sm-7 {flex: 0 0 auto;width: 100%;}
section.contact-page-section .col-sm-5 {flex: 0 0 auto;width: 100%;}
.contact-map iframe {height: 300px;}
.contact-page-left {max-width: 780px;padding-bottom: 30px;}
section.benefits-massage-section .col-sm-8 {flex: 0 0 auto;width: 100%;}
section.benefits-massage-section .col-sm-4 {display: none;}
	    .hero-caption {
        bottom: 0;
        left: 0;
        position: relative;
    }
.home-banner {
        padding: 40px 0 35px;
        min-height: auto;
    }
}
@media (max-width: 991px) {
.visit-us-box .heading-title {margin-bottom: 10px;}
.visit-us-box {padding: 30px 0px;display: block;text-align: center;}
.visit-us-box .services-btns {padding-top: 20px;}
.blog-row .col-sm-4 {padding: 15px;flex: 0 0 auto;width: 50%;}
.services-personalized-service-text {padding: 30px 15px;}
section.personalized-service-section.pdf-inn p br {display: none;}
.meet-the-therapists-text {padding: 15px 10px 15px 20px;width: 55%;}
	.home-banner {
		min-height: 325px;
	}
}
@media (max-width: 900px) {
.home-banner::before {display: none;}
.hero-caption {bottom: 0;left: 0;position: relative;}
.home-banner .row {align-items: center;}
section.schedule-appointment-section .col-sm-5 {flex: 0 0 auto;width: 100%;padding: 15px;}
section.schedule-appointment-section .col-sm-7 {flex: 0 0 auto;width: 100%;padding: 15px;}
section.our-process-section .col-sm-4 {padding: 10px;flex: 0 0 auto;width: 50%;}
.youtube-box figure img {height: auto;}
section.natural-systemic-section.about .section-heading img {width: 100%;}
section.video-testmonial-section.educational-inn .video-testimonial-row .col-sm-4 {padding: 8px;flex: 0 0 auto;width: 50%;}
section.services-personalized-service-section .col-sm-5 {display: none;}
section.services-personalized-service-section .col-sm-7 {flex: 0 0 auto;width: 100%;}
.services-personalized-service-text {padding: 40px 0px;text-align: center;}
.links-appointment-text {padding: 40px 0;}
.testimonial-row-parent .col-sm-4 {padding: 10px 10px;flex: 0 0 auto;width: 50%;}
.patient-forms-bottum-box ul li {width: 33.33%;padding: 10px;}
.existing-conditions-table-box {width: 100%;border-top: 1px solid #D9D9D9;}
.existing-conditions-table-box:nth-child(2) {border-top: 1px solid #D9D9D9;}
.existing-conditions-table-box:nth-child(odd) {border-right: none;}
.existing-conditions-table-box:nth-child(even) {padding-left: 0;}
section.massage-appointment-section .col-sm-5 {flex: 0 0 auto;width: 100%;padding: 0;}
section.massage-appointment-section .col-sm-4 {display: none;}
section.massage-appointment-section .col-sm-3 {display: none;}
.massage-appointment-text {margin-left: 0;padding: 30px 0;}
.meet-the-therapists-box {width: 100%;margin: 15px;}
.meet-the-therapists {margin: 0 -15px;flex-wrap: wrap;}
section.services-detail.default-section .col-sm-8 {flex: 0 0 auto;width: 100%;}
section.services-detail.default-section .col-sm-4 {flex: 0 0 auto;width: 100%;}
.service-detail-right {padding-top: 30px;}
.home-banner {
        padding: 40px 0 30px;
        min-height: auto;
    }
}
@media (max-width: 812px) {
h1 {font-size: 24px;line-height: 28px;margin-bottom: 10px;}
h2 {font-size: 23px;line-height: 26px;margin-bottom: 10px;}
h3 {font-size: 22px;line-height: 24px;margin-bottom: 10px;}
h4 {font-size: 19px;line-height: 22px;margin-bottom: 10px;}
h5 {font-size: 18px;line-height: 20px;margin-bottom: 10px;}
h6 {font-size: 16px;line-height: 18px;margin-bottom: 10px;}
.hero-title {font-size: 26px;line-height: 34px;}
.theme-btn {padding: 10px 15px;font-size: 14px;}
.banner-btns a.theme-btn.btn-1 {margin-right: 1px;}
.b-form-title {font-size: 18px;}
.heading-title {margin-bottom: 10px;font-size: 22px;line-height: 28px;}
.services-box-dtl figure {margin: 0 auto 7px;}
.services-box-dtl h4 {font-size: 14px;line-height: 16px;margin-bottom: 7px;}
.services-box-bottum-dtl h4 {font-size: 14px;line-height: 18px;margin-bottom: 10px;}
.services-box-bottum-dtl figure img {max-height: 42px;max-width: 38px;}
p {font-size: 14px;line-height: 22px;margin-bottom: 10px;}
.natural-systemic-top-btns a.theme-btn.btn-1 {min-width: 170px;}
.natural-systemic-top-btns {padding-bottom: 15px;}
section.natural-systemic-section .section-heading {padding-bottom: 10px;}
.our-process-box figure img {max-width: 40px;}
.our-process-box h3 {font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.our-process-box {padding: 20px 15px 10px;}
.practice-information-text h3 {font-size: 16px;line-height: 20px;}
.practice-information-text p {font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.quto figure img {max-width: 34px;}
.faq-section .col-sm-5 {display: none;}
.faq-section .col-sm-7 {padding: 0;flex: 0 0 auto;width: 100%;}
.faq-box .card-header h5, .card-header-title {padding: 15px 40px 15px 15px;font-size: 16px;line-height: 20px;}
.faq-box .card {margin: 0 0 10px;}
.video-test-item h3 {font-size: 14px;line-height: 20px;padding: 10px 0;}
.blog-content-info h3 {font-size: 16px;line-height: 24px;width: calc(100% - 50px);}
.copyright-sections .col-sm-6:last-child {flex: 0 0 auto;width: 100%;text-align: center;order: 1;}
.copyright-sections .col-sm-6:first-child {flex: 0 0 auto;width: 100%;text-align: center;order: 2;}
.ftr-btns a.theme-btn.btn-1 {margin: 0 1px;}
.menu-copyright ul li {border-bottom: 1px solid rgb(163 0 70 / 50%);text-align: center;padding: 7px 0;margin: 0;display: block;}
.menu-copyright ul li::after {display: none;}
.menu-copyright {float: none;}
.copyright-sections {padding: 0;}
.copyright {padding: 10px 0;}
.blog-section-heading a.read-more {font-size: 16px;}
.blog-section-heading a.read-more img {max-width: 24px;}
.hero-title.inner-title {font-size: 24px;line-height: 28px;margin-bottom: 10px;}
.page-nav ul li {font-size: 17px;line-height: normal;}
.inner-banner>img {height: 210px;object-fit: cover;}
section.inner-banner .caption-absolute {top: 48%;}
.ftr-btns a.theme-btn {padding: 10px 17px;font-size: 14px;}
.sub-heading-title {font-size: 16px;margin-bottom: 10px;}
.default-css ul li {background-position: 0 4px;padding-left: 18px;background-size: 13px;}
.default-css ul li, .default-css ol li {font-size: 14px;line-height: 20px;margin: 0 0 5px;}
.gallery-img ul li {width: 33.33%;padding: 8px;}
.video-icon img {max-width: 48px;}
.educational-appointment-btns a.theme-btn.btn-1 {margin-right: 4px;}
.practice-information-inn-box h3 {font-size: 16px;line-height: 20px;width: calc(100% - 55px);}
.personalized-service-btns a.theme-btn.btn-1 {margin-right: 4px;}
.faq-section.inner.dtl .col-sm-7 {flex: 0 0 auto;width: 100%;padding: 0 15px;}
.patient-forms-bottum-box .pdf-download h4 {font-size: 15px;line-height: 24px;}
.patient-forms-bottum-box .pdf-download a.download-btn {font-size: 16px;}
section.personalized-service-section.pdf-inn::before {background: #A30046;opacity: 0.9;}
section.personalized-service-section.pdf-inn {padding: 40px 0;}
.contact-right-form .b-form-title {font-size: 20px;}
.contact-map .col-sm-6 {flex: 0 0 auto;width: 100%;padding: 12px 5px;}

.contact-map iframe {height: 350px;}
.existing-conditions-table-text p {margin-bottom: 0px;font-size: 13px;line-height: 18px;}
.meet-the-therapists-text h3 {font-size: 18px;line-height: 24px;margin-bottom: 5px;}
.staff-item h3 {font-size: 18px;line-height: 20px;margin-bottom: 3px;}
.staff-item p {font-size: 14px;line-height: 20px;}
.sidebar-title {margin-bottom: 10px;font-size: 18px;line-height: 24px;}
.form-hero.service-detail-form .b-form-title {font-size: 16px;line-height: 20px;margin-bottom: 5px;}
.service-detail-list ul li a {font-size: 13px;}
.service-detail-box-bottum h4 {margin-bottom: 10px;font-size: 18px;line-height: 20px;}
.service-detail-box-bottum p {font-size: 12px;line-height: 19px;}
.service-detail-bottum-img p {font-size: 15px;line-height: 24px;}
.nav-next a, .nav-previous a {padding: 10px 20px;font-size: 14px;line-height: 18px;}
.staff-row .col-sm-2 {
    margin: 10px 0;
    width: 33.33%;
}
.client-say-box p {
    font-size: 14px;
    line-height: 20px;
}
    .home-banner {
        min-height: 249px;
    }
	.bnr-logo {
    width: 90px;
    position: relative;
    left: 104px;
    margin-top: 15px;
}
}
@media (max-width: 767px) {
.top-text {display: none;}
.top-social {display: none;}
.head-call-now figure {display: none;}
.head-call-now .headcall-inn {padding-left: 0;}
.top-header-row {display: flex;align-items: center;justify-content: center;padding: 7px 0;}
.top-logo img {max-width: 130px;}
.top-btns .theme-btn {padding: 11px 20px;font-size: 14px;}
.testimonial-slider.owl-carousel .owl-nav {display: block !important;position: relative;transform: translateY(-50%);top: 0;left: 0;transform: none;padding-top: 20px;}
.testimonial-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav .owl-prev {height: 40px;width: 40px;margin: 5px 0px;display: inline-block;margin: 0 5px;}
section.testimonial-section {padding: 40px 15px;}
.video-slider.owl-carousel .owl-nav .owl-next, .video-slider.owl-carousel .owl-nav .owl-prev {position: relative;top: 15px;transform: inherit;}
.video-slider.owl-carousel .owl-nav .owl-prev {left: -5px;}
.video-slider.owl-carousel .owl-nav .owl-next {right: -5px;}
.video-testimonial-row {padding: 0;}
.practice-information-inn-row .col-sm-3 {padding: 10px;flex: 0 0 auto;width: 50%;}
.home-banner {
        min-height: 245px;
    }	
}
@media (max-width: 750px) {
    .home-banner {
        min-height: 234px;
    }
}
@media (max-width: 700px) {
.home-banner .col-sm-8 {flex: 0 0 auto;width: 100%;}
.home-banner .col-sm-4 {display: none;}
.home-banner {padding: 40px 0;text-align: center;min-height: auto;}
.hero-title strong {padding-left: 0;}
.hero-caption .banner-btns {padding-left: 0;padding-top: 0px;}
.services-box ul li {width: 33.33%;padding: 4px;}
.services-box-bottum ul li {width: 33.33%;padding: 10px 8px;}
.visit-us-box p br {display: none;}
.practice-information-right {margin: 0 -10px;padding-top: 20px;display: block;}
.practice-information-box {width: 100%;padding: 10px 10px;}
section.services-personalized-service-section.practice-page .col-sm-4 {display: none;}
section.services-personalized-service-section.practice-page .col-sm-8 {flex: 0 0 auto;width: 100%;}
section.links-appointment-section.links .col-sm-3 {display: none;}
section.links-appointment-section.links .col-sm-6 {flex: 0 0 auto;width: 100%;}
.patient-forms-bottum-box ul li {width: 50%;padding: 10px;}
.patient-forms-top .col-sm-7 {flex: 0 0 auto;width: 100%;}
.patient-forms-top .col-sm-5 {flex: 0 0 auto;width: 100%;}
	.bnr-logo {
    width: 90px;
    position: relative;
    left: 0;
    margin-top: 15px;
    margin: 15px auto 0;
}
}
@media (max-width: 600px) {
section.educational-appointment-section .col-sm-7 {flex: 0 0 auto;width: 100%;text-align: center;}
section.educational-appointment-section .col-sm-5 {display: none;}
section.educational-appointment-section .educational-appointment-text {text-align: center;padding: 30px 0;}
.staff-row .col-sm-4 {flex: 0 0 auto;width: 50%;padding: 10px;}
.staff-row .col-sm-2 {
    margin: 8px 0;
    width: 50%;
}
.staff-item h3 {
    font-size: 16px;
}


}
@media (max-width: 575px) {
.header-bottom .col-sm-10 {flex: 0 0 auto;width: 100%;padding: 0;}
.header-bottom .col-sm-2 {flex: 0 0 auto;width: 100%;padding: 0;}
.head-right {justify-content: center;padding-right: 0;width: 100%;}
.top-btns .theme-btn {padding: 8px 20px;font-size: 18px;border-radius: 0;background: #fff !important;
    border: 1px solid #a30046;
    color: #a30046 !important;}
.top-btns .theme-btn:hover{color: #000 !important;}
.top-logo img {max-width: 160px;margin: 10px auto 10px;text-align: center;}
.top-logo {text-align: center;}
.header-bottom {padding: 0;}
.top-btns { width: 100%; background: linear-gradient(90deg, #A30046 1.98%, #5E0229 97.55%); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
section.our-process-section .col-sm-4 {padding: 0px;flex: 0 0 auto;width: 100%;}
.owl-stage {display: block;}
.blog-row .col-sm-4 {padding: 15px;flex: 0 0 auto;width: 100%;}
.videoIframe iframe {display: block;height: 290px;}
.practice-information-inn-row .col-sm-3 {padding: 10px;flex: 0 0 auto;width: 100%;}
.testimonial-row-parent .col-sm-4 {padding: 10px 10px;flex: 0 0 auto;width: 100%;}
.contact-dtl-row .ftr-sub-box {width: 100%;padding: 5px;border: none;text-align: center;}
.contact-page-left {max-width: 100%;text-align: center;}
.contact-map iframe {height: 280px;}
.page-nav ul li {font-size: 14px;line-height: normal;}
.staff-item p {
    font-size: 13px;
    line-height: 20px;
}
.top-social.mob-social {
    display: block !important;
}
 
}
@media (max-width: 525px) {
.gform_wrapper .gfield.gfield--width-half {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.gallery-img ul li {width: 50%;padding: 8px;}
section.video-testmonial-section.educational-inn .video-testimonial-row .col-sm-4 {padding: 8px;flex: 0 0 auto;width: 100%;}
}
@media (max-width: 480px) {
.services-box ul li {width: 50%;}
.services-box-bottum ul li {width: 50%;padding: 10px 8px;}
section.natural-systemic-section .col-sm-4 {flex: 0 0 auto;width: 50%;}
section.natural-systemic-section .col-sm-3 {flex: 0 0 auto;width: 50%;}
.natural-systemic-box {padding-top: 20px;}
.ftr-btns a.theme-btn {padding: 9px 10px;font-size: 11px;}
.patient-forms-bottum-box ul li {width: 100%;padding: 10px;}
	iframe.report_card_widget {
    width: 309px;
    z-index: 1;
}
	.head-call-now p br {
    display: block;
}
	.head-call-now p em {
    display: none;
}
	.head-call-now p {
    text-align: center;
}
	
}
@media (max-width: 420px) {
.head-call-now p {font-size: 14px;}
.contact-map iframe {height: 250px;}
.meet-the-therapists-box figure {width: 100%;overflow: hidden;}
.meet-the-therapists-text {padding: 15px 15px 15px 15px;width: 100%;}
.meet-the-therapists-box {width: 100%;margin: 15px;flex-wrap: wrap;}
.staff-row .col-sm-4 {flex: 0 0 auto;width: 100%;padding: 10px;}
.staff-item figure img{margin-left: 0; width: 100%;}
}
