@import url(https://fonts.googleapis.com/css?family=Bebas+Neue:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One:400&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Bebas Neue', display;
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #767676 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #cc2952 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4ab8f7 !important;
  border-color: #4ab8f7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a99ea !important;
  border-color: #0a99ea !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a99ea !important;
  border-color: #0a99ea !important;
}
.btn-info,
.btn-info:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0989d2;
  color: #0989d2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4ab8f7;
  border-color: #4ab8f7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4ab8f7 !important;
  border-color: #4ab8f7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #4ab8f7 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #767676 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #cc2952 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0989d2 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #434343 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #771830 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #767676;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #cc2952;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f5ccd6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #4ab8f7 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-s0A4Y5Bt6V .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s0A4Y5Bt6V .nav-item,
.cid-s0A4Y5Bt6V .nav-link,
.cid-s0A4Y5Bt6V .navbar-caption {
  font-weight: normal;
}
.cid-s0A4Y5Bt6V .nav-item:focus,
.cid-s0A4Y5Bt6V .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s0A4Y5Bt6V .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s0A4Y5Bt6V .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s0A4Y5Bt6V .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s0A4Y5Bt6V .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s0A4Y5Bt6V .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s0A4Y5Bt6V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s0A4Y5Bt6V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s0A4Y5Bt6V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s0A4Y5Bt6V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s0A4Y5Bt6V .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #00a1fd;
}
.cid-s0A4Y5Bt6V .navbar.opened {
  transition: all .3s;
  background: #00a1fd !important;
}
.cid-s0A4Y5Bt6V .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s0A4Y5Bt6V .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-s0A4Y5Bt6V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s0A4Y5Bt6V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s0A4Y5Bt6V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem - 1rem);
  }
}
.cid-s0A4Y5Bt6V .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s0A4Y5Bt6V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s0A4Y5Bt6V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s0A4Y5Bt6V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s0A4Y5Bt6V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0A4Y5Bt6V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s0A4Y5Bt6V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s0A4Y5Bt6V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s0A4Y5Bt6V .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s0A4Y5Bt6V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s0A4Y5Bt6V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s0A4Y5Bt6V .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s0A4Y5Bt6V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s0A4Y5Bt6V .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s0A4Y5Bt6V .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s0A4Y5Bt6V .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s0A4Y5Bt6V .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s0A4Y5Bt6V .navbar.navbar-short {
  background: #00a1fd !important;
  min-height: 60px;
}
.cid-s0A4Y5Bt6V .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s0A4Y5Bt6V .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s0A4Y5Bt6V .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s0A4Y5Bt6V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s0A4Y5Bt6V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s0A4Y5Bt6V .dropdown-item.active,
.cid-s0A4Y5Bt6V .dropdown-item:active {
  background-color: transparent;
}
.cid-s0A4Y5Bt6V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s0A4Y5Bt6V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s0A4Y5Bt6V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00a1fd;
}
.cid-s0A4Y5Bt6V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s0A4Y5Bt6V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0A4Y5Bt6V ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s0A4Y5Bt6V .navbar-buttons {
  text-align: center;
}
.cid-s0A4Y5Bt6V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0A4Y5Bt6V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0A4Y5Bt6V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0A4Y5Bt6V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0A4Y5Bt6V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0A4Y5Bt6V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0A4Y5Bt6V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0A4Y5Bt6V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0A4Y5Bt6V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0A4Y5Bt6V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0A4Y5Bt6V .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s0A4Y5Bt6V a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0A4Y5Bt6V .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s0A4Y5Bt6V .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s0A4Y5Bt6V .soc-item {
  margin: .5rem .3rem;
}
.cid-s0A4Y5Bt6V .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s0A4Y5Bt6V .navbar {
    height: 77px;
  }
  .cid-s0A4Y5Bt6V .navbar.opened {
    height: auto;
  }
  .cid-s0A4Y5Bt6V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s0DU1s7NkQ {
  background-color: #ffffff;
}
.cid-s0DU1s7NkQ .mbr-text,
.cid-s0DU1s7NkQ .mbr-section-btn {
  color: #767676;
}
.cid-s0DU1s7NkQ p {
  z-index: 2;
  position: relative;
}
.cid-s0DU1s7NkQ .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s0DU1s7NkQ .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(123, 203, 249, 0.35);
  padding: 1rem 1.5rem;
}
.cid-s0DU1s7NkQ .ico1 {
  font-size: 2rem;
}
.cid-s0DU1s7NkQ .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-s0DU1s7NkQ H3 {
  color: #00a1fd;
}
.cid-s0DU1VCOTc {
  background-image: url("../../../assets/images/car-service-area-2000x1500.jpg");
}
.cid-s0DU1VCOTc .mbr-section-title,
.cid-s0DU1VCOTc .mbr-section-subtitle {
  color: #000000;
}
.cid-s0DU1VCOTc .mbr-section-text {
  color: #232323;
}
.cid-s0DU1VCOTc .mbr-text,
.cid-s0DU1VCOTc .typed-text,
.cid-s0DU1VCOTc .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s0DU1VCOTc .btn {
  margin-left: 4px !important;
}
.cid-s0DU1VCOTc .animated-element {
  color: #00a1fd;
}
.cid-s0DU1VCOTc .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #00a1fd;
}
.cid-s0DU1VCOTc .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-s0DU1VCOTc .typed-text,
  .cid-s0DU1VCOTc .mbr-section-subtitle,
  .cid-s0DU1VCOTc .mbr-section-text,
  .cid-s0DU1VCOTc .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sbnRY2vtvx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00a1fd;
}
.cid-sbnRY2vtvx .card-wrapper {
  z-index: 3;
}
.cid-sbnRY2vtvx .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sbnRY2vtvx:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sbnRY2vtvx .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sbnRY2vtvx .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sbnRY2vtvx H2 {
  color: #ffffff;
}
.cid-s0DU47dz82 {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s0DU47dz82 H1 {
  color: #00a1fd;
  text-align: left;
}
.cid-s0DU47dz82 .mbr-text,
.cid-s0DU47dz82 .mbr-section-btn {
  color: #00a1fd;
  text-align: left;
}
.cid-s0DU47dz82 .img1 {
  box-shadow: 0 10px 55px 5px rgba(123, 203, 249, 0.35);
  border-radius: 10px;
}
.cid-s0DU47dz82 .relative {
  position: relative;
}
.cid-s0DU47dz82 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s0DU47dz82 .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-s0DU47dz82 .card-img2 .img2 {
  width: 120%;
}
.cid-s0DU47dz82 .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-s0DU47dz82 .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-s0DU47dz82 .img2 {
  box-shadow: 0 10px 55px 5px rgba(123, 203, 249, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-sbnVXMVaej {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00a1fd;
}
.cid-sbnVXMVaej .card-wrapper {
  z-index: 3;
}
.cid-sbnVXMVaej .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sbnVXMVaej:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sbnVXMVaej .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sbnVXMVaej .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sbnVXMVaej H2 {
  color: #ffffff;
  text-align: left;
}
.cid-s0DU4CplJq {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efefef;
  background: linear-gradient(0deg, #efefef, #ffffff);
}
.cid-s0DU4CplJq .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s0DU4CplJq .mbr-text {
  color: #8d97ad;
}
.cid-s0DU4CplJq .nav {
  border: none;
}
.cid-s0DU4CplJq .nav-tabs {
  width: 100%;
}
.cid-s0DU4CplJq .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-s0DU4CplJq .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(118, 118, 118, 0.3);
  box-shadow: 0px 0px 30px rgba(118, 118, 118, 0.3);
}
.cid-s0DU4CplJq .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-s0DU4CplJq .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #cccccc;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #bcbcbc;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-s0DU4CplJq .nav-tabs .nav-link:hover {
  background-color: #4ab8f7;
  color: #ffffff;
}
.cid-s0DU4CplJq .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #4ab8f7;
}
.cid-s0DU4CplJq .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-s0DU4CplJq .nav-item {
    display: table-row !important;
  }
}
.cid-s0DU4CplJq .mbr-section-title {
  text-align: center;
}
.cid-s0DU4CplJq .mbr-text,
.cid-s0DU4CplJq .mbr-section-btn {
  color: #232323;
}
.cid-sbnWstyB0K {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00a1fd;
}
.cid-sbnWstyB0K .card-wrapper {
  z-index: 3;
}
.cid-sbnWstyB0K .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sbnWstyB0K:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sbnWstyB0K .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sbnWstyB0K .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sbnWstyB0K H2 {
  color: #ffffff;
  text-align: left;
}
.cid-sbo6gtfGHt {
  background: #ffffff;
}
.cid-sbo6gtfGHt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sbo6gtfGHt figcaption {
  position: relative;
}
.cid-sbo6gtfGHt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbo6gtfGHt .image-block {
    width: 100% !important;
  }
}
.cid-sbu7TRC31U {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sbu7TRC31U .image-block {
  margin: auto;
}
.cid-sbu7TRC31U figcaption {
  position: relative;
}
.cid-sbu7TRC31U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbu7TRC31U .image-block {
    width: 100% !important;
  }
}
.cid-sbo5A2IPbr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbo5A2IPbr .mbr-section-subtitle {
  color: #232323;
}
.cid-sbo5A2IPbr H2 {
  color: #00a1fd;
}
.cid-sboaLa1pVW {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sboaLa1pVW .image-block {
  margin: auto;
}
.cid-sboaLa1pVW figcaption {
  position: relative;
}
.cid-sboaLa1pVW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sboaLa1pVW .image-block {
    width: 100% !important;
  }
}
.cid-sboaY8iwen {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sboaY8iwen .mbr-section-subtitle {
  color: #232323;
}
.cid-sboaY8iwen H2 {
  color: #00a1fd;
}
.cid-sboc1QEs6n {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00a1fd;
}
.cid-sboc1QEs6n .card-wrapper {
  z-index: 3;
}
.cid-sboc1QEs6n .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sboc1QEs6n:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sboc1QEs6n .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sboc1QEs6n .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sboc1QEs6n H2 {
  color: #ffffff;
  text-align: left;
}
.cid-s0DU5ywNl6 {
  background: #efefef;
}
.cid-s0DU5ywNl6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s0DU5ywNl6 figcaption {
  position: relative;
}
.cid-s0DU5ywNl6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s0DU5ywNl6 .image-block {
    width: 100% !important;
  }
}
.cid-s0DU5X1Zw2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s0DU5X1Zw2 h5,
.cid-s0DU5X1Zw2 h4,
.cid-s0DU5X1Zw2 p {
  margin-bottom: 0;
}
.cid-s0DU5X1Zw2 p {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s0DU5X1Zw2 .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-s0DU5X1Zw2 .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #00a1fd;
}
.cid-s0DU5X1Zw2 .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-s0DU5X1Zw2 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-s0DU5X1Zw2 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(123, 203, 249, 0.35);
}
.cid-s0DU5X1Zw2 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-s0DU5X1Zw2 .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-s0DU5X1Zw2 .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-s0DU5X1Zw2 .card-wrapper:hover .card-title {
  color: #149dcc;
}
.cid-s0DU5X1Zw2 .card-title-link {
  color: #149dcc;
}
.cid-s0DU5X1Zw2 .card-title {
  color: #232323;
}
.cid-s0DU5X1Zw2 .main-title {
  text-align: center;
}
.cid-sbocRFGQrg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00a1fd;
}
.cid-sbocRFGQrg .card-wrapper {
  z-index: 3;
}
.cid-sbocRFGQrg .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sbocRFGQrg:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sbocRFGQrg .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sbocRFGQrg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sbocRFGQrg H2 {
  color: #ffffff;
}
.cid-sbodg32JfL {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sbodg32JfL .image-block {
  margin: auto;
}
.cid-sbodg32JfL figcaption {
  position: relative;
}
.cid-sbodg32JfL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbodg32JfL .image-block {
    width: 100% !important;
  }
}
.cid-sbodpvrIEj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbodpvrIEj .mbr-section-subtitle {
  color: #232323;
}
.cid-sbodpvrIEj H2 {
  color: #00a1fd;
}
.cid-sbodO2aSZy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00a1fd;
}
.cid-sbodO2aSZy .card-wrapper {
  z-index: 3;
}
.cid-sbodO2aSZy .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sbodO2aSZy:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sbodO2aSZy .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sbodO2aSZy .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sbodO2aSZy H2 {
  color: #ffffff;
}
.cid-s0Emt7umdT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s0Emt7umdT .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #00a1fd);
}
.cid-s0Emt7umdT h2,
.cid-s0Emt7umdT h3,
.cid-s0Emt7umdT h4,
.cid-s0Emt7umdT p {
  color: #ffffff;
}
.cid-s0Emt7umdT .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s0Emt7umdT .text-block {
  border-bottom: 1px solid #767676;
}
.cid-s0Emt7umdT .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0Emt7umdT .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #232323;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s0Emt7umdT .form-control:focus,
.cid-s0Emt7umdT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s0Emt7umdT .form-group {
  margin-bottom: 1rem;
}
.cid-s0Emt7umdT input::-webkit-input-placeholder,
.cid-s0Emt7umdT textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-s0Emt7umdT input:-moz-placeholder,
.cid-s0Emt7umdT textarea:-moz-placeholder {
  color: #232323;
}
.cid-s0Emt7umdT .jq-selectbox li,
.cid-s0Emt7umdT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s0Emt7umdT .jq-selectbox li:hover,
.cid-s0Emt7umdT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s0Emt7umdT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s0Emt7umdT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s0Emt7umdT .mbr-text {
  color: #767676;
}
.cid-s0Emt7umdT a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s0Emt7umdT .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s0Emt7umdT .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s0Emt7umdT textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-s0Emt7umdT h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s0Emt7umdT .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s0Emt7umdT .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s0Emt7umdT .google-map {
    padding-bottom: 2rem;
  }
}
.cid-s0Emt7umdT H5 {
  color: #232323;
  text-align: center;
}
.cid-s0Emt7umdT P {
  text-align: center;
  color: #232323;
}
.cid-s0Emt7umdT H3 {
  text-align: center;
  color: #232323;
}
.cid-s0Emt7umdT H2 {
  text-align: center;
  color: #232323;
}
.cid-sbog3YPaig {
  background-image: url("../../../assets/images/screenshot-2020-05-03-at-06.36.42-pm.png");
}
@media (min-width: 992px) {
  .cid-sbog3YPaig .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbog3YPaig .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sbog3YPaig .mbr-text {
    text-align: center;
  }
}
.cid-sbog3YPaig H1 {
  color: #ffffff;
}
