@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #418305 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #418305 !important;
  border-color: #418305 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #182f02 !important;
  border-color: #182f02 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #182f02 !important;
  border-color: #182f02 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0f4b89 !important;
  border-color: #0f4b89 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #06203b !important;
  border-color: #06203b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #06203b !important;
  border-color: #06203b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #418305;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #182f02 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #418305 !important;
  border-color: #418305 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f4b89;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #06203b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f4b89 !important;
  border-color: #0f4b89 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #418305 !important;
}
.text-secondary {
  color: #0f4b89 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #102101 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #05192d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #418305;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #418305;
  border-color: #418305;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #418305;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7ef612;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #418305 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #418305;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #418305;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #418305;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #418305;
  border-bottom-color: #418305;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #418305 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0f4b89 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23418305' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t2C6BiKDED .navbar-dropdown {
  position: relative !important;
}
.cid-t2C6BiKDED .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2C6BiKDED .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2C6BiKDED .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2C6BiKDED .dropdown-item:hover,
.cid-t2C6BiKDED .dropdown-item:focus {
  background: #418305 !important;
  color: white !important;
}
.cid-t2C6BiKDED .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2C6BiKDED .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2C6BiKDED .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2C6BiKDED .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2C6BiKDED .nav-link {
  position: relative;
}
.cid-t2C6BiKDED .container {
  display: flex;
  margin: auto;
}
.cid-t2C6BiKDED .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2C6BiKDED .dropdown-menu,
.cid-t2C6BiKDED .navbar.opened {
  background: #ffffff !important;
}
.cid-t2C6BiKDED .nav-item:focus,
.cid-t2C6BiKDED .nav-link:focus {
  outline: none;
}
.cid-t2C6BiKDED .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2C6BiKDED .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2C6BiKDED .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2C6BiKDED .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2C6BiKDED .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2C6BiKDED .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2C6BiKDED .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2C6BiKDED .navbar.opened {
  transition: all 0.3s;
}
.cid-t2C6BiKDED .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2C6BiKDED .navbar .navbar-logo img {
  width: auto;
}
.cid-t2C6BiKDED .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2C6BiKDED .navbar.collapsed {
  justify-content: center;
}
.cid-t2C6BiKDED .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2C6BiKDED .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2C6BiKDED .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-t2C6BiKDED .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2C6BiKDED .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2C6BiKDED .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2C6BiKDED .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2C6BiKDED .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2C6BiKDED .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2C6BiKDED .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2C6BiKDED .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2C6BiKDED .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2C6BiKDED .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2C6BiKDED .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2C6BiKDED .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2C6BiKDED .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2C6BiKDED .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2C6BiKDED .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2C6BiKDED .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2C6BiKDED .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2C6BiKDED .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2C6BiKDED .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2C6BiKDED .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2C6BiKDED .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2C6BiKDED .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2C6BiKDED .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2C6BiKDED .dropdown-item.active,
.cid-t2C6BiKDED .dropdown-item:active {
  background-color: transparent;
}
.cid-t2C6BiKDED .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2C6BiKDED .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2C6BiKDED .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2C6BiKDED .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2C6BiKDED .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2C6BiKDED .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2C6BiKDED ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2C6BiKDED .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2C6BiKDED button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2C6BiKDED button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3f907f;
}
.cid-t2C6BiKDED button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2C6BiKDED button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2C6BiKDED button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2C6BiKDED button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2C6BiKDED nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2C6BiKDED nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2C6BiKDED nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2C6BiKDED nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2C6BiKDED .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t2C6BiKDED a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2C6BiKDED .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2C6BiKDED .navbar {
    height: 70px;
  }
  .cid-t2C6BiKDED .navbar.opened {
    height: auto;
  }
  .cid-t2C6BiKDED .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2C6GfIvFV {
  background-image: url("../../../assets/images/header-background-2000x1000.jpg");
}
.cid-t2C6GfIvFV .mbr-text,
.cid-t2C6GfIvFV .mbr-section-btn {
  color: #fafafa;
}
.cid-t2C6GfIvFV .mbr-section-title {
  color: #fafafa;
}
.cid-t2CiNuU77l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2CiNuU77l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2CiNuU77l img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2CiNuU77l .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2CiNuU77l .mbr-section-title {
  color: #418305;
}
.cid-tO8g1bYuDD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tO8g1bYuDD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tO8g1bYuDD .row {
  flex-direction: row-reverse;
}
.cid-tO8g1bYuDD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tO8g1bYuDD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tO8vxHYZwm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tO8vxHYZwm .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tO8vxHYZwm img,
.cid-tO8vxHYZwm .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tO8vxHYZwm .item:focus,
.cid-tO8vxHYZwm span:focus {
  outline: none;
}
.cid-tO8vxHYZwm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tO8vxHYZwm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tO8vxHYZwm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tO8vxHYZwm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO8vxHYZwm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tO8vxHYZwm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tO8vxHYZwm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tO8vxHYZwm .mbr-section-title {
  color: #418305;
}
.cid-tO8vxHYZwm .mbr-text,
.cid-tO8vxHYZwm .mbr-section-btn {
  text-align: left;
}
.cid-tO8vxHYZwm .item-title {
  text-align: left;
  color: #418305;
}
.cid-tO8vxHYZwm .item-subtitle {
  text-align: center;
  color: #0f4b89;
}
.cid-tO8p6kwTVt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/woman-having-chiropractic-back-adjustment-1030x687.jpg");
}
.cid-tO8p6kwTVt .mbr-text,
.cid-tO8p6kwTVt .mbr-section-btn {
  color: #232323;
}
.cid-tO8p6kwTVt .card-title,
.cid-tO8p6kwTVt .card-box {
  color: #ffffff;
}
.cid-tO8p6kwTVt .mbr-text,
.cid-tO8p6kwTVt .link-wrap {
  color: #ffffff;
}
.cid-tO8p4lugh7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tO8p4lugh7 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #418305;
  margin-left: 1rem;
}
.cid-tO8p4lugh7 .panel-group {
  border: none;
}
.cid-tO8p4lugh7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tO8p4lugh7 .panel-body,
.cid-tO8p4lugh7 .card-header {
  padding: 1rem 0;
}
.cid-tO8p4lugh7 .panel-title-edit {
  color: #000000;
}
.cid-tO8p4lugh7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tO8p4lugh7 H3 {
  color: #418305;
}
.cid-t2CKIG8XL8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/contact-us-279387361-scaled-1200x381.jpg");
}
.cid-t2CKIG8XL8 .mbr-text,
.cid-t2CKIG8XL8 .mbr-section-btn {
  color: #232323;
}
.cid-t2CKIG8XL8 .card-title,
.cid-t2CKIG8XL8 .card-box {
  color: #ffffff;
}
.cid-t2CKIG8XL8 .mbr-text,
.cid-t2CKIG8XL8 .link-wrap {
  color: #ffffff;
}
.cid-t2Ci54d4Gy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2Ci54d4Gy .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t2Ci54d4Gy .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t2Ci54d4Gy .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-t2Ci54d4Gy .bg-twitter:hover {
  background: #0c85d0;
}
.cid-t2Ci54d4Gy .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t2Ci54d4Gy .bg-instagram:hover {
  background: #bd005c;
}
.cid-t2Ci54d4Gy .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-t2Ci54d4Gy .bg-linkedin:hover {
  background: #005582;
}
.cid-t2Ci54d4Gy .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t2Ci54d4Gy [class^="socicon-"]:before,
.cid-t2Ci54d4Gy [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t2Ci54d4Gy .mbr-section-title,
.cid-t2Ci54d4Gy .social-list {
  color: #418305;
}
.cid-tO8fqvoMJf {
  background-image: url("../../../assets/images/newsletter.png");
}
.cid-tO8fqvoMJf .mbr-text,
.cid-tO8fqvoMJf .mbr-section-btn {
  color: #232323;
}
.cid-tO8fqvoMJf .btn {
  width: 100%;
}
.cid-tO8fqvoMJf .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tO8fqvoMJf H1 {
  color: #418305;
}
.cid-tO8fqvoMJf P {
  color: #fafafa;
}
.cid-t2Ci1fMEim {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t2Ci1fMEim .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2Ci1fMEim .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t2Ci1fMEim .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t2Ci1fMEim .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2Ci1fMEim .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t2Ci1fMEim .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2Ci1fMEim .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t2Ci1fMEim .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t2Ci1fMEim .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t2Ci1fMEim .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2Ci1fMEim .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2C6BiKDED .navbar-dropdown {
  position: relative !important;
}
.cid-t2C6BiKDED .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2C6BiKDED .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2C6BiKDED .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2C6BiKDED .dropdown-item:hover,
.cid-t2C6BiKDED .dropdown-item:focus {
  background: #418305 !important;
  color: white !important;
}
.cid-t2C6BiKDED .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2C6BiKDED .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2C6BiKDED .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2C6BiKDED .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2C6BiKDED .nav-link {
  position: relative;
}
.cid-t2C6BiKDED .container {
  display: flex;
  margin: auto;
}
.cid-t2C6BiKDED .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2C6BiKDED .dropdown-menu,
.cid-t2C6BiKDED .navbar.opened {
  background: #ffffff !important;
}
.cid-t2C6BiKDED .nav-item:focus,
.cid-t2C6BiKDED .nav-link:focus {
  outline: none;
}
.cid-t2C6BiKDED .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2C6BiKDED .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2C6BiKDED .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2C6BiKDED .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2C6BiKDED .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2C6BiKDED .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2C6BiKDED .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2C6BiKDED .navbar.opened {
  transition: all 0.3s;
}
.cid-t2C6BiKDED .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2C6BiKDED .navbar .navbar-logo img {
  width: auto;
}
.cid-t2C6BiKDED .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2C6BiKDED .navbar.collapsed {
  justify-content: center;
}
.cid-t2C6BiKDED .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2C6BiKDED .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2C6BiKDED .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-t2C6BiKDED .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2C6BiKDED .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2C6BiKDED .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2C6BiKDED .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2C6BiKDED .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2C6BiKDED .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2C6BiKDED .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2C6BiKDED .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2C6BiKDED .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2C6BiKDED .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2C6BiKDED .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2C6BiKDED .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2C6BiKDED .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2C6BiKDED .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2C6BiKDED .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2C6BiKDED .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2C6BiKDED .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2C6BiKDED .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2C6BiKDED .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2C6BiKDED .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2C6BiKDED .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2C6BiKDED .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2C6BiKDED .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2C6BiKDED .dropdown-item.active,
.cid-t2C6BiKDED .dropdown-item:active {
  background-color: transparent;
}
.cid-t2C6BiKDED .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2C6BiKDED .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2C6BiKDED .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2C6BiKDED .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2C6BiKDED .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2C6BiKDED .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2C6BiKDED ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2C6BiKDED .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2C6BiKDED button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2C6BiKDED button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3f907f;
}
.cid-t2C6BiKDED button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2C6BiKDED button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2C6BiKDED button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2C6BiKDED button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2C6BiKDED nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2C6BiKDED nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2C6BiKDED nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2C6BiKDED nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2C6BiKDED .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t2C6BiKDED a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2C6BiKDED .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2C6BiKDED .navbar {
    height: 70px;
  }
  .cid-t2C6BiKDED .navbar.opened {
    height: auto;
  }
  .cid-t2C6BiKDED .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2Cn4FqlIL {
  background-image: url("../../../assets/images/about-us-2000x995.jpg");
}
.cid-t2Cn4FqlIL .mbr-section-title {
  color: #ffffff;
}
.cid-t2CtICDRBZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2CtICDRBZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2CtICDRBZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2CtICDRBZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2CtICDRBZ .mbr-section-title {
  color: #418305;
}
.cid-tO8d8YUzNW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tO8d8YUzNW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tO8d8YUzNW .row {
  flex-direction: row-reverse;
}
.cid-tO8d8YUzNW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tO8d8YUzNW .text-wrapper {
    padding: 2rem;
  }
}
.cid-tOrNycFmGV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/woman-having-chiropractic-back-adjustment-1030x687.jpg");
}
.cid-tOrNycFmGV .mbr-text,
.cid-tOrNycFmGV .mbr-section-btn {
  color: #232323;
}
.cid-tOrNycFmGV .card-title,
.cid-tOrNycFmGV .card-box {
  color: #ffffff;
}
.cid-tOrNycFmGV .mbr-text,
.cid-tOrNycFmGV .link-wrap {
  color: #ffffff;
}
.cid-tO8lMg95MG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tO8lMg95MG .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tO8lMg95MG .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tO8lMg95MG .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tO8lMg95MG .bg-twitter:hover {
  background: #0c85d0;
}
.cid-tO8lMg95MG .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tO8lMg95MG .bg-instagram:hover {
  background: #bd005c;
}
.cid-tO8lMg95MG .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-tO8lMg95MG .bg-linkedin:hover {
  background: #005582;
}
.cid-tO8lMg95MG .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tO8lMg95MG [class^="socicon-"]:before,
.cid-tO8lMg95MG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tO8lMg95MG .mbr-section-title,
.cid-tO8lMg95MG .social-list {
  color: #418305;
}
.cid-tO8lVJneqU {
  background-image: url("../../../assets/images/newsletter.png");
}
.cid-tO8lVJneqU .mbr-text,
.cid-tO8lVJneqU .mbr-section-btn {
  color: #232323;
}
.cid-tO8lVJneqU .btn {
  width: 100%;
}
.cid-tO8lVJneqU .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tO8lVJneqU H1 {
  color: #418305;
}
.cid-tO8lVJneqU P {
  color: #fafafa;
}
.cid-t2Ci1fMEim {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t2Ci1fMEim .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2Ci1fMEim .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t2Ci1fMEim .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t2Ci1fMEim .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2Ci1fMEim .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t2Ci1fMEim .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2Ci1fMEim .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t2Ci1fMEim .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t2Ci1fMEim .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t2Ci1fMEim .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2Ci1fMEim .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2CpmZ3Pno .navbar-dropdown {
  position: relative !important;
}
.cid-t2CpmZ3Pno .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2CpmZ3Pno .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2CpmZ3Pno .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2CpmZ3Pno .dropdown-item:hover,
.cid-t2CpmZ3Pno .dropdown-item:focus {
  background: #418305 !important;
  color: white !important;
}
.cid-t2CpmZ3Pno .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2CpmZ3Pno .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2CpmZ3Pno .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2CpmZ3Pno .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2CpmZ3Pno .nav-link {
  position: relative;
}
.cid-t2CpmZ3Pno .container {
  display: flex;
  margin: auto;
}
.cid-t2CpmZ3Pno .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2CpmZ3Pno .dropdown-menu,
.cid-t2CpmZ3Pno .navbar.opened {
  background: #ffffff !important;
}
.cid-t2CpmZ3Pno .nav-item:focus,
.cid-t2CpmZ3Pno .nav-link:focus {
  outline: none;
}
.cid-t2CpmZ3Pno .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2CpmZ3Pno .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2CpmZ3Pno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2CpmZ3Pno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2CpmZ3Pno .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2CpmZ3Pno .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2CpmZ3Pno .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2CpmZ3Pno .navbar.opened {
  transition: all 0.3s;
}
.cid-t2CpmZ3Pno .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2CpmZ3Pno .navbar .navbar-logo img {
  width: auto;
}
.cid-t2CpmZ3Pno .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2CpmZ3Pno .navbar.collapsed {
  justify-content: center;
}
.cid-t2CpmZ3Pno .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2CpmZ3Pno .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2CpmZ3Pno .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-t2CpmZ3Pno .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2CpmZ3Pno .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2CpmZ3Pno .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2CpmZ3Pno .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2CpmZ3Pno .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2CpmZ3Pno .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2CpmZ3Pno .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2CpmZ3Pno .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2CpmZ3Pno .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2CpmZ3Pno .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2CpmZ3Pno .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2CpmZ3Pno .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2CpmZ3Pno .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2CpmZ3Pno .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2CpmZ3Pno .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2CpmZ3Pno .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2CpmZ3Pno .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2CpmZ3Pno .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2CpmZ3Pno .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2CpmZ3Pno .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2CpmZ3Pno .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2CpmZ3Pno .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2CpmZ3Pno .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2CpmZ3Pno .dropdown-item.active,
.cid-t2CpmZ3Pno .dropdown-item:active {
  background-color: transparent;
}
.cid-t2CpmZ3Pno .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2CpmZ3Pno .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2CpmZ3Pno .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2CpmZ3Pno .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2CpmZ3Pno .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2CpmZ3Pno .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2CpmZ3Pno ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2CpmZ3Pno .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2CpmZ3Pno button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2CpmZ3Pno button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3f907f;
}
.cid-t2CpmZ3Pno button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2CpmZ3Pno button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2CpmZ3Pno button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2CpmZ3Pno button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2CpmZ3Pno nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2CpmZ3Pno nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2CpmZ3Pno nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2CpmZ3Pno nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2CpmZ3Pno .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t2CpmZ3Pno a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2CpmZ3Pno .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2CpmZ3Pno .navbar {
    height: 70px;
  }
  .cid-t2CpmZ3Pno .navbar.opened {
    height: auto;
  }
  .cid-t2CpmZ3Pno .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO8gGh4ueT {
  background-image: url("../../../assets/images/contact-us.jpg");
}
.cid-tO8gGh4ueT .mbr-section-title {
  color: #0f4b89;
}
.cid-t2CE2VbW2m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2CE2VbW2m .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-t2CE2VbW2m .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t2CE2VbW2m .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2CE2VbW2m .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-t2CE2VbW2m .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #418305;
}
.cid-t2CE2VbW2m .mbr-section-title {
  color: #418305;
}
.cid-t2CE2VbW2m .card-title {
  color: #0f4b89;
}
.cid-tOrNRqwp6I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/woman-having-chiropractic-back-adjustment-1030x687.jpg");
}
.cid-tOrNRqwp6I .mbr-text,
.cid-tOrNRqwp6I .mbr-section-btn {
  color: #232323;
}
.cid-tOrNRqwp6I .card-title,
.cid-tOrNRqwp6I .card-box {
  color: #ffffff;
}
.cid-tOrNRqwp6I .mbr-text,
.cid-tOrNRqwp6I .link-wrap {
  color: #ffffff;
}
.cid-t2CE4pGdZi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-t2CE4pGdZi .google-map {
  height: 30rem;
  position: relative;
}
.cid-t2CE4pGdZi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t2CE4pGdZi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t2CE4pGdZi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t2CE4pGdZi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t2CE4pGdZi .mbr-section-title {
  color: #418305;
}
.cid-tO8hAJGBny {
  background-image: url("../../../assets/images/newsletter.png");
}
.cid-tO8hAJGBny .mbr-text,
.cid-tO8hAJGBny .mbr-section-btn {
  color: #232323;
}
.cid-tO8hAJGBny .btn {
  width: 100%;
}
.cid-tO8hAJGBny .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tO8hAJGBny H1 {
  color: #418305;
}
.cid-tO8hAJGBny P {
  color: #fafafa;
}
.cid-t2Cpn2HiNx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t2Cpn2HiNx .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2Cpn2HiNx .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t2Cpn2HiNx .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t2Cpn2HiNx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2Cpn2HiNx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t2Cpn2HiNx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2Cpn2HiNx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t2Cpn2HiNx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t2Cpn2HiNx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t2Cpn2HiNx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2Cpn2HiNx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tO8yH0NqNc .navbar-dropdown {
  position: relative !important;
}
.cid-tO8yH0NqNc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tO8yH0NqNc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tO8yH0NqNc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tO8yH0NqNc .dropdown-item:hover,
.cid-tO8yH0NqNc .dropdown-item:focus {
  background: #418305 !important;
  color: white !important;
}
.cid-tO8yH0NqNc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tO8yH0NqNc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tO8yH0NqNc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tO8yH0NqNc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tO8yH0NqNc .nav-link {
  position: relative;
}
.cid-tO8yH0NqNc .container {
  display: flex;
  margin: auto;
}
.cid-tO8yH0NqNc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tO8yH0NqNc .dropdown-menu,
.cid-tO8yH0NqNc .navbar.opened {
  background: #ffffff !important;
}
.cid-tO8yH0NqNc .nav-item:focus,
.cid-tO8yH0NqNc .nav-link:focus {
  outline: none;
}
.cid-tO8yH0NqNc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tO8yH0NqNc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tO8yH0NqNc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tO8yH0NqNc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tO8yH0NqNc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tO8yH0NqNc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tO8yH0NqNc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tO8yH0NqNc .navbar.opened {
  transition: all 0.3s;
}
.cid-tO8yH0NqNc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tO8yH0NqNc .navbar .navbar-logo img {
  width: auto;
}
.cid-tO8yH0NqNc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tO8yH0NqNc .navbar.collapsed {
  justify-content: center;
}
.cid-tO8yH0NqNc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tO8yH0NqNc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tO8yH0NqNc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tO8yH0NqNc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tO8yH0NqNc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tO8yH0NqNc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tO8yH0NqNc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tO8yH0NqNc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tO8yH0NqNc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tO8yH0NqNc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tO8yH0NqNc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tO8yH0NqNc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tO8yH0NqNc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tO8yH0NqNc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tO8yH0NqNc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tO8yH0NqNc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tO8yH0NqNc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tO8yH0NqNc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tO8yH0NqNc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tO8yH0NqNc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tO8yH0NqNc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tO8yH0NqNc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tO8yH0NqNc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tO8yH0NqNc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tO8yH0NqNc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tO8yH0NqNc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tO8yH0NqNc .dropdown-item.active,
.cid-tO8yH0NqNc .dropdown-item:active {
  background-color: transparent;
}
.cid-tO8yH0NqNc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tO8yH0NqNc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tO8yH0NqNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tO8yH0NqNc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tO8yH0NqNc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tO8yH0NqNc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tO8yH0NqNc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tO8yH0NqNc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tO8yH0NqNc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tO8yH0NqNc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3f907f;
}
.cid-tO8yH0NqNc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tO8yH0NqNc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tO8yH0NqNc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tO8yH0NqNc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tO8yH0NqNc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tO8yH0NqNc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tO8yH0NqNc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tO8yH0NqNc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tO8yH0NqNc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tO8yH0NqNc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tO8yH0NqNc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tO8yH0NqNc .navbar {
    height: 70px;
  }
  .cid-tO8yH0NqNc .navbar.opened {
    height: auto;
  }
  .cid-tO8yH0NqNc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO8yH2d2r1 {
  background-image: url("../../../assets/images/our-services.png");
}
.cid-tO8yH2d2r1 .mbr-section-title {
  color: #ffffff;
}
.cid-tOrSFfqZbl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOrSFfqZbl [class^="socicon-"]:before,
.cid-tOrSFfqZbl [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tOrSFfqZbl .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-tOrSFfqZbl .btn-social:hover {
  background: #6592e6;
}
.cid-tOrSFfqZbl .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tOrSFfqZbl .mbr-section-title,
.cid-tOrSFfqZbl .mbr-social-likes {
  color: #418305;
}
.cid-tOrS127CuA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOrS127CuA .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tOrS127CuA .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOrS127CuA .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tOrS127CuA .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tOrS127CuA .row .row {
    flex-direction: column-reverse;
  }
  .cid-tOrS127CuA .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOrS127CuA .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOrS127CuA .card-subtitle {
  color: #0095ff;
}
.cid-tOrS127CuA .mbr-text {
  color: #555555;
}
.cid-tOrS127CuA .card-title {
  color: #0f4b89;
}
.cid-tOrTul8tXA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOrTul8tXA .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tOrTul8tXA .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOrTul8tXA .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tOrTul8tXA .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tOrTul8tXA .row .row {
    flex-direction: column-reverse;
  }
  .cid-tOrTul8tXA .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOrTul8tXA .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOrTul8tXA .card-subtitle {
  color: #0095ff;
}
.cid-tOrTul8tXA .mbr-text {
  color: #555555;
}
.cid-tOrTul8tXA .card-title {
  color: #0f4b89;
}
.cid-tOrTwnsKXD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOrTwnsKXD .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tOrTwnsKXD .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOrTwnsKXD .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tOrTwnsKXD .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tOrTwnsKXD .row .row {
    flex-direction: column-reverse;
  }
  .cid-tOrTwnsKXD .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOrTwnsKXD .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOrTwnsKXD .card-subtitle {
  color: #0095ff;
}
.cid-tOrTwnsKXD .mbr-text {
  color: #555555;
}
.cid-tOrTwnsKXD .card-title {
  color: #0f4b89;
}
.cid-tOrTx6CYab {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOrTx6CYab .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tOrTx6CYab .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOrTx6CYab .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tOrTx6CYab .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tOrTx6CYab .row .row {
    flex-direction: column-reverse;
  }
  .cid-tOrTx6CYab .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOrTx6CYab .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOrTx6CYab .card-subtitle {
  color: #0095ff;
}
.cid-tOrTx6CYab .mbr-text {
  color: #555555;
}
.cid-tOrTx6CYab .card-title {
  color: #0f4b89;
}
.cid-tOrTxOVGUI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOrTxOVGUI .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tOrTxOVGUI .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOrTxOVGUI .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tOrTxOVGUI .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tOrTxOVGUI .row .row {
    flex-direction: column-reverse;
  }
  .cid-tOrTxOVGUI .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOrTxOVGUI .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOrTxOVGUI .card-subtitle {
  color: #0095ff;
}
.cid-tOrTxOVGUI .mbr-text {
  color: #555555;
}
.cid-tOrTxOVGUI .card-title {
  color: #0f4b89;
}
.cid-tOrNH0C9yZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/woman-having-chiropractic-back-adjustment-1030x687.jpg");
}
.cid-tOrNH0C9yZ .mbr-text,
.cid-tOrNH0C9yZ .mbr-section-btn {
  color: #232323;
}
.cid-tOrNH0C9yZ .card-title,
.cid-tOrNH0C9yZ .card-box {
  color: #ffffff;
}
.cid-tOrNH0C9yZ .mbr-text,
.cid-tOrNH0C9yZ .link-wrap {
  color: #ffffff;
}
.cid-tO9sPPxSEg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tO9sPPxSEg [class^="socicon-"]:before,
.cid-tO9sPPxSEg [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tO9sPPxSEg .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-tO9sPPxSEg .btn-social:hover {
  background: #6592e6;
}
.cid-tO9sPPxSEg .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tO9sPPxSEg .mbr-section-title,
.cid-tO9sPPxSEg .mbr-social-likes {
  color: #418305;
}
.cid-tO8Ac6PgeT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tO8Ac6PgeT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tO8Ac6PgeT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tO8Ac6PgeT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tO9uc3A7aw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tO9uc3A7aw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tO9uc3A7aw .row {
  flex-direction: row-reverse;
}
.cid-tO9uc3A7aw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tO9uc3A7aw .text-wrapper {
    padding: 2rem;
  }
}
.cid-tO9j8QFLEH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tO9j8QFLEH .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-tO9j8QFLEH .item .icon-wrap {
  text-align: center;
}
.cid-tO9j8QFLEH .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #0f4b89;
  transform: translate(-50%, 0);
}
.cid-tO9j8QFLEH .item:last-child:before {
  display: none;
}
.cid-tO9j8QFLEH .item.last::before {
  display: none;
}
.cid-tO9j8QFLEH .icon-box {
  background: #0f4b89;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tO9j8QFLEH .text-box {
  text-align: center;
}
.cid-tO9j8QFLEH span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-tO9j8QFLEH .card {
    margin-bottom: 2rem;
  }
  .cid-tO9j8QFLEH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tO9j8QFLEH .card-title,
.cid-tO9j8QFLEH .card-box {
  color: #418305;
}
.cid-tO9j8QFLEH .mbr-text,
.cid-tO9j8QFLEH .mbr-section-btn {
  color: #000000;
}
.cid-tO9snRT1Gi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/contact-us-279387361-scaled-1200x381.jpg");
}
.cid-tO9snRT1Gi .mbr-text,
.cid-tO9snRT1Gi .mbr-section-btn {
  color: #232323;
}
.cid-tO9snRT1Gi .card-title,
.cid-tO9snRT1Gi .card-box {
  color: #ffffff;
}
.cid-tO9snRT1Gi .mbr-text,
.cid-tO9snRT1Gi .link-wrap {
  color: #ffffff;
}
.cid-tO9rgAHZ8c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tO9rgAHZ8c [class^="socicon-"]:before,
.cid-tO9rgAHZ8c [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tO9rgAHZ8c .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-tO9rgAHZ8c .btn-social:hover {
  background: #6592e6;
}
.cid-tO9rgAHZ8c .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tO9rgAHZ8c .mbr-section-title,
.cid-tO9rgAHZ8c .mbr-social-likes {
  color: #418305;
}
.cid-tO9pCVtcyN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tO9pCVtcyN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tO9pCVtcyN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tO9pCVtcyN .text-wrapper {
    padding: 2rem;
  }
}
.cid-tO9pDzzEQC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tO9pDzzEQC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tO9pDzzEQC .row {
  flex-direction: row-reverse;
}
.cid-tO9pDzzEQC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tO9pDzzEQC .text-wrapper {
    padding: 2rem;
  }
}
.cid-tO8yH78GwM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tO8yH78GwM .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tO8yH78GwM .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tO8yH78GwM .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tO8yH78GwM .bg-twitter:hover {
  background: #0c85d0;
}
.cid-tO8yH78GwM .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tO8yH78GwM .bg-instagram:hover {
  background: #bd005c;
}
.cid-tO8yH78GwM .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-tO8yH78GwM .bg-linkedin:hover {
  background: #005582;
}
.cid-tO8yH78GwM .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tO8yH78GwM [class^="socicon-"]:before,
.cid-tO8yH78GwM [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tO8yH78GwM .mbr-section-title,
.cid-tO8yH78GwM .social-list {
  color: #418305;
}
.cid-tO8yH8FmdK {
  background-image: url("../../../assets/images/newsletter.png");
}
.cid-tO8yH8FmdK .mbr-text,
.cid-tO8yH8FmdK .mbr-section-btn {
  color: #232323;
}
.cid-tO8yH8FmdK .btn {
  width: 100%;
}
.cid-tO8yH8FmdK .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tO8yH8FmdK H1 {
  color: #418305;
}
.cid-tO8yH8FmdK P {
  color: #fafafa;
}
.cid-tO8yH9DPCy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tO8yH9DPCy .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tO8yH9DPCy .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tO8yH9DPCy .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tO8yH9DPCy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tO8yH9DPCy .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tO8yH9DPCy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tO8yH9DPCy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tO8yH9DPCy .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tO8yH9DPCy .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tO8yH9DPCy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tO8yH9DPCy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
