.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Lato', 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: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #345ed0 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #7c7d7e !important;
}
.bg-warning {
  background-color: #07747a !important;
}
.bg-danger {
  background-color: #1c3063 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #345ed0 !important;
  border-color: #345ed0 !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: #213e8d !important;
  border-color: #213e8d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #213e8d !important;
  border-color: #213e8d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #30d5c7 !important;
  border-color: #30d5c7 !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: #1d9187 !important;
  border-color: #1d9187 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1d9187 !important;
  border-color: #1d9187 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7c7d7e !important;
  border-color: #7c7d7e !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: #515252 !important;
  border-color: #515252 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #515252 !important;
  border-color: #515252 !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: #07747a !important;
  border-color: #07747a !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #022628 !important;
  border-color: #022628 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #022628 !important;
  border-color: #022628 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1c3063 !important;
  border-color: #1c3063 !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: #090f1f !important;
  border-color: #090f1f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #090f1f !important;
  border-color: #090f1f !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: #345ed0;
  color: #345ed0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #213e8d !important;
  background-color: transparent!important;
  border-color: #213e8d !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #345ed0 !important;
  border-color: #345ed0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #30d5c7;
  color: #30d5c7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d9187 !important;
  background-color: transparent!important;
  border-color: #1d9187 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #30d5c7 !important;
  border-color: #30d5c7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #7c7d7e;
  color: #7c7d7e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #515252 !important;
  background-color: transparent!important;
  border-color: #515252 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7c7d7e !important;
  border-color: #7c7d7e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  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: #2a747e !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: #07747a;
  color: #07747a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #022628 !important;
  background-color: transparent!important;
  border-color: #022628 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #07747a !important;
  border-color: #07747a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1c3063;
  color: #1c3063;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #090f1f !important;
  background-color: transparent!important;
  border-color: #090f1f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1c3063 !important;
  border-color: #1c3063 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #345ed0 !important;
}
.text-secondary {
  color: #30d5c7 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #7c7d7e !important;
}
.text-warning {
  color: #07747a !important;
}
.text-danger {
  color: #1c3063 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1e3880 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1b847b !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: #494a4b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #01181a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #060913 !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: #345ed0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7c7d7e;
}
.alert-warning {
  background-color: #07747a;
}
.alert-danger {
  background-color: #1c3063;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #345ed0;
  border-color: #345ed0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #345ed0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dae1f6;
}
.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: #bcbdbd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #0fe5f1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #3860c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #345ed0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #345ed0;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #345ed0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #345ed0;
}
.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: #345ed0;
  border-bottom-color: #345ed0;
}
.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: #345ed0 !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: #30d5c7 !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='%23345ed0' %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-uEwgJvBZTn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uEwgJvBZTn nav.navbar {
  position: fixed;
}
.cid-uEwgJvBZTn .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-uEwgJvBZTn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEwgJvBZTn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEwgJvBZTn .dropdown-item:hover,
.cid-uEwgJvBZTn .dropdown-item:focus {
  background: #345ed0 !important;
  color: white !important;
}
.cid-uEwgJvBZTn .dropdown-item:hover span {
  color: white;
}
.cid-uEwgJvBZTn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEwgJvBZTn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEwgJvBZTn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEwgJvBZTn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEwgJvBZTn .nav-link {
  position: relative;
}
.cid-uEwgJvBZTn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEwgJvBZTn .container {
    flex-wrap: nowrap;
  }
}
.cid-uEwgJvBZTn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEwgJvBZTn .dropdown-menu,
.cid-uEwgJvBZTn .navbar.opened {
  background: #1c3063 !important;
}
.cid-uEwgJvBZTn .nav-item:focus,
.cid-uEwgJvBZTn .nav-link:focus {
  outline: none;
}
.cid-uEwgJvBZTn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEwgJvBZTn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEwgJvBZTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEwgJvBZTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEwgJvBZTn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEwgJvBZTn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEwgJvBZTn .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: #1c3063;
}
.cid-uEwgJvBZTn .navbar.opened {
  transition: all 0.3s;
}
.cid-uEwgJvBZTn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEwgJvBZTn .navbar .navbar-logo img {
  width: auto;
}
.cid-uEwgJvBZTn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEwgJvBZTn .navbar.collapsed {
  justify-content: center;
}
.cid-uEwgJvBZTn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEwgJvBZTn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEwgJvBZTn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uEwgJvBZTn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEwgJvBZTn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEwgJvBZTn .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-uEwgJvBZTn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEwgJvBZTn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEwgJvBZTn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEwgJvBZTn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEwgJvBZTn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEwgJvBZTn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEwgJvBZTn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEwgJvBZTn .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-uEwgJvBZTn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEwgJvBZTn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEwgJvBZTn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEwgJvBZTn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEwgJvBZTn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEwgJvBZTn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEwgJvBZTn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEwgJvBZTn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEwgJvBZTn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEwgJvBZTn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEwgJvBZTn .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-uEwgJvBZTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEwgJvBZTn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEwgJvBZTn .dropdown-item.active,
.cid-uEwgJvBZTn .dropdown-item:active {
  background-color: transparent;
}
.cid-uEwgJvBZTn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEwgJvBZTn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEwgJvBZTn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEwgJvBZTn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c3063;
}
.cid-uEwgJvBZTn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEwgJvBZTn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEwgJvBZTn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEwgJvBZTn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEwgJvBZTn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEwgJvBZTn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEwgJvBZTn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEwgJvBZTn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEwgJvBZTn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEwgJvBZTn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEwgJvBZTn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEwgJvBZTn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEwgJvBZTn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEwgJvBZTn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEwgJvBZTn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEwgJvBZTn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEwgJvBZTn .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-uEwgJvBZTn .navbar {
    height: 70px;
  }
  .cid-uEwgJvBZTn .navbar.opened {
    height: auto;
  }
  .cid-uEwgJvBZTn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEMORtBRTi {
  background-image: url("../../../assets/images/homepage-88.jpg");
}
.cid-uEMORtBRTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEMORtBRTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uEMORtBRTi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uEMORtBRTi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uEMORtBRTi .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uEMORtBRTi .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uEMORtBRTi .mbr-section-title {
  color: #141516;
}
.cid-uEMORtBRTi .mbr-text,
.cid-uEMORtBRTi .mbr-section-btn {
  color: #141516;
}
.cid-uEZ2QLDlKu {
  background-image: url("../../../assets/images/emergency-motion-background.jpg");
}
.cid-uEZ2QLDlKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZ2QLDlKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZ2QLDlKu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEZ2QLDlKu .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uEZ2QLDlKu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uEZ2QLDlKu .mbr-text,
.cid-uEZ2QLDlKu .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-uEYF3ZNHPN {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hospital.jpg");
}
.cid-uEYF3ZNHPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEYF3ZNHPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEYF3ZNHPN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEYF3ZNHPN .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uEYF3ZNHPN .mbr-section-title {
  text-align: left;
}
.cid-uEYF3ZNHPN .mbr-text,
.cid-uEYF3ZNHPN .mbr-section-btn {
  text-align: left;
}
.cid-uEHxdkkiFR {
  background-image: url("../../../assets/images/background-board.jpg");
}
.cid-uEHxdkkiFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEHxdkkiFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEHxdkkiFR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEHxdkkiFR .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uEHxdkkiFR .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uEHxdkkiFR .mbr-text,
.cid-uEHxdkkiFR .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uENJ1p8O6m {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f8f8f8;
}
.cid-uENJ1p8O6m .card-wrap {
  width: 29.6rem;
  height: 29.6rem;
  position: relative;
}
.cid-uENJ1p8O6m .card {
  border: 2px solid #17171A;
  border-radius: 0;
  width: 14.8rem;
  height: 14.8rem;
}
.cid-uENJ1p8O6m .right {
  position: absolute;
  top: 1px;
  right: 2px;
}
.cid-uENJ1p8O6m .left {
  position: absolute;
  bottom: 1px;
  left: 0;
}
.cid-uENJ1p8O6m .item-btn {
  width: 10.6rem;
  height: 10.6rem;
}
.cid-uENJ1p8O6m .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
@media (min-width: 1000px) {
  .cid-uENJ1p8O6m .content-wrap {
    flex-wrap: nowrap;
  }
  .cid-uENJ1p8O6m .main-content {
    width: 75%;
    padding-left: 3rem;
  }
}
@media (max-width: 999px) {
  .cid-uENJ1p8O6m .content-wrap {
    flex-wrap: wrap;
  }
  .cid-uENJ1p8O6m .main-content {
    width: 75%;
    padding-left: 1rem;
  }
  .cid-uENJ1p8O6m .main-content p {
    width: 70%;
  }
  .cid-uENJ1p8O6m .card-wrap {
    width: 20.8rem;
    height: 20.8rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
  .cid-uENJ1p8O6m .card {
    width: 10.4rem;
    height: 10.4rem;
  }
  .cid-uENJ1p8O6m .item-btn {
    width: 8rem;
    height: 8rem;
    margin-left: 5rem;
    margin-top: -1.2rem;
  }
}
@media (max-width: 769px) {
  .cid-uENJ1p8O6m .main-content {
    width: 100%;
    text-align: center;
  }
  .cid-uENJ1p8O6m .main-content p {
    width: 100%;
  }
  .cid-uENJ1p8O6m .add-content {
    display: none;
  }
  .cid-uENJ1p8O6m .item-btn {
    width: 6.9rem;
    height: 6.9rem;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-uENJ1p8O6m .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uENJ1p8O6m .mbr-section-title a {
  color: #9b9ba5;
}
.cid-uENJ1p8O6m .mbr-text {
  color: #7c7d7e;
  text-align: left;
}
.cid-uENJ1p8O6m .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-uENJ1p8O6m .mbr-section-title {
  text-align: left;
}
.cid-uETzz1W3tT {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mission-blue-tint-2.jpg");
}
.cid-uETzz1W3tT .wrapper {
  display: flex;
  justify-content: center;
}
.cid-uETzz1W3tT .cards-container {
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 32px;
}
.cid-uETzz1W3tT .cards-container_grid {
  display: grid;
  max-width: 932px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uETzz1W3tT .title-text-container {
  display: flex;
  justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 94px;
}
.cid-uETzz1W3tT .section-title-wrapper {
  max-width: 1100px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .cid-uETzz1W3tT .section-title-wrapper {
    padding: 0 60px;
  }
}
.cid-uETzz1W3tT .section-title {
  max-width: 490px;
}
.cid-uETzz1W3tT .card__title-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  min-height: 400px;
  border-radius: 0;
  border: 1px solid #ffffff;
  padding: 40px 40px 72px;
}
.cid-uETzz1W3tT .card_right {
  top: -192px;
}
.cid-uETzz1W3tT .card_title {
  width: 100%;
  color: #30d5c7;
}
.cid-uETzz1W3tT .card_text {
  margin-bottom: 0 !important;
  color: #ffffff;
}
.cid-uETzz1W3tT .card_small-text {
  color: #30d5c7;
  width: 100%;
}
.cid-uETzz1W3tT .mbr-section-btn {
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.cid-uETzz1W3tT .mbr-section-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0;
}
.cid-uETzz1W3tT .mbr-section-btn .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uETzz1W3tT .mbr-section-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-uETzz1W3tT .btn-info-outline {
  border-color: #ffffff;
  background: #141414 !important;
}
.cid-uETzz1W3tT .btn-info-outline:hover {
  background: #ffffff !important;
}
.cid-uETzz1W3tT .btn-info-outline:hover span {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uETzz1W3tT .container-fluid {
    padding: 0 40px;
  }
  .cid-uETzz1W3tT .cards-container {
    display: flex;
    justify-content: flex-end;
    max-width: 1100px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
  .cid-uETzz1W3tT .cards-container_grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cid-uETzz1W3tT .card_right {
    top: 0;
  }
  .cid-uETzz1W3tT .card_text {
    margin-bottom: 16px !important;
  }
  .cid-uETzz1W3tT .card__title-container {
    padding: 40px 100px 40px 40px;
    min-height: auto;
  }
  .cid-uETzz1W3tT .title-text-container {
    margin-bottom: 48px;
  }
  .cid-uETzz1W3tT .mbr-section-btn {
    right: -16px;
    bottom: -16px;
  }
}
@media (max-width: 575px) {
  .cid-uETzz1W3tT .container-fluid {
    padding: 0 24px;
  }
  .cid-uETzz1W3tT .card__title-container {
    padding: 24px 70px 24px 24px;
    min-height: auto;
  }
  .cid-uETzz1W3tT .mbr-section-btn {
    right: -5px;
    bottom: -10px;
  }
  .cid-uETzz1W3tT .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
  }
}
.cid-uETzz1W3tT .mbr-section-title {
  color: #ffffff;
}
.cid-uF3ohplZcc {
  background-image: url("../../../assets/images/intro-3.jpg");
}
.cid-uF3ohplZcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3ohplZcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3ohplZcc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF3ohplZcc .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uF3ohplZcc .mbr-section-title {
  color: #141516;
  text-align: left;
}
.cid-uF3ohplZcc .mbr-text,
.cid-uF3ohplZcc .mbr-section-btn {
  color: #141516;
  text-align: left;
}
.cid-uETRB6FjW6 {
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uETRB6FjW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETRB6FjW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uETRB6FjW6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uETRB6FjW6 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uETRB6FjW6 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uETRB6FjW6 .mbr-text,
.cid-uETRB6FjW6 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uETss4Ky8G {
  background-image: url("../../../assets/images/adaptive-modeling-2.jpg");
}
.cid-uETss4Ky8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETss4Ky8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uETss4Ky8G .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uETss4Ky8G .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uETss4Ky8G .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uETss4Ky8G .mbr-text,
.cid-uETss4Ky8G .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uF8RHA26mf {
  background-image: url("../../../assets/images/light-background.jpg");
}
.cid-uF8RHA26mf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8RHA26mf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8RHA26mf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF8RHA26mf .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uF8RHA26mf .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uF8RHA26mf .mbr-text,
.cid-uF8RHA26mf .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uETWRVB3xU {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/whitebackgroundgraph-2000x1545.png");
}
.cid-uETWRVB3xU .mbr-overlay {
  background-color: #c7d1ed;
  opacity: 0.7;
}
.cid-uETWRVB3xU input,
.cid-uETWRVB3xU textarea {
  opacity: 0.7;
  border-radius: 10px;
}
.cid-uETWRVB3xU input:hover,
.cid-uETWRVB3xU textarea:hover {
  border-color: transparent!important;
}
.cid-uETWRVB3xU .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
  width: -webkit-fill-available;
}
.cid-uETWRVB3xU h4 {
  margin-bottom: 3rem;
}
.cid-uETWRVB3xU .col-auto {
  width: 100%;
}
.cid-uETWRVB3xU textarea {
  min-height: 250px;
}
.cid-uETWRVB3xU .mbr-form {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 7rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uETWRVB3xU .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-uETWRVB3xU .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uETWRVB3xU H4 {
  text-align: center;
  color: #000000;
}
.cid-uETUWbXDiV {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #1c3063;
  overflow: hidden;
}
.cid-uETUWbXDiV .media-container-row .mbr-text {
  text-align: center;
  color: #fafafa;
}
.cid-uFeCUcNxAm {
  background-image: url("../../../assets/images/background1-2.jpg");
  background-position: right;
}
.cid-uFeCUcNxAm .wrapper {
  backdrop-filter: blur(10px);
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-uFeCUcNxAm .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-uFeCUcNxAm .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-uFeCUcNxAm img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-uFeCUcNxAm .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-uFeD56ErIO {
  background-image: url("../../../assets/images/op-theatre.jpg");
  background-position: right;
}
.cid-uFeD56ErIO .wrapper {
  backdrop-filter: blur(10px);
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-uFeD56ErIO .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-uFeD56ErIO .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-uFeD56ErIO img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-uFeD56ErIO .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-uF4594EX0U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pre-ah-background-4.jpg");
}
.cid-uF4594EX0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4594EX0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4594EX0U .container,
.cid-uF4594EX0U .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4594EX0U .container,
  .cid-uF4594EX0U .container-fluid {
    padding: 0 20px;
  }
}
.cid-uF4594EX0U .container .decor-wrapper,
.cid-uF4594EX0U .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uF4594EX0U .container .decor-wrapper,
  .cid-uF4594EX0U .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-uF4594EX0U .container .decor-wrapper .decor,
.cid-uF4594EX0U .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #30d5c7;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-uF4594EX0U .container .decor-wrapper .decor:first-child,
.cid-uF4594EX0U .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-uF4594EX0U .container .decor-wrapper .decor:last-child,
.cid-uF4594EX0U .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-uF4594EX0U .row {
  justify-content: space-between;
}
.cid-uF4594EX0U .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uF4594EX0U .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-uF4594EX0U .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uF4594EX0U .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uF4594EX0U .card {
    margin-bottom: 40px;
  }
}
.cid-uF4594EX0U .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-uF4594EX0U .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-uF4594EX0U .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #1c3063;
}
@media (max-width: 992px) {
  .cid-uF4594EX0U .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-uF4594EX0U .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-uF4594EX0U .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-uF4594EX0U .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-uF4594EX0U .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #30d5c7;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uF4594EX0U .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-uF4594EX0U .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-uF4594EX0U .mbr-section-title {
  color: #ffffff;
}
.cid-uF4594EX0U .mbr-desc {
  color: #3d4045;
}
.cid-uF4594EX0U .mbr-card-title {
  color: #ffffff;
}
.cid-uF4594EX0U .mbr-text {
  color: #ffffff;
}
.cid-uF4594EX0U .card-desc {
  text-align: right;
}
.cid-uF3Q12sGlx {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/technology-background.jpg");
}
.cid-uF3Q12sGlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3Q12sGlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3Q12sGlx .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF3Q12sGlx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uETTGIeGO2 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/emergency-motion-background.jpg");
}
.cid-uETTGIeGO2 .wrapper {
  display: flex;
  justify-content: center;
}
.cid-uETTGIeGO2 .cards-container {
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .cid-uETTGIeGO2 .cards-container {
    margin-top: 192px;
  }
}
.cid-uETTGIeGO2 .cards-container_grid {
  display: grid;
  max-width: 932px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uETTGIeGO2 .title-text-container {
  display: flex;
  justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 94px;
}
.cid-uETTGIeGO2 .section-title-wrapper {
  max-width: 1100px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .cid-uETTGIeGO2 .section-title-wrapper {
    padding: 0 60px;
  }
}
.cid-uETTGIeGO2 .section-title {
  max-width: 490px;
}
.cid-uETTGIeGO2 .card__title-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  min-height: 400px;
  border-radius: 0;
  border: 1px solid #ffffff;
  padding: 40px 40px 72px;
}
.cid-uETTGIeGO2 .card_right {
  top: -192px;
}
.cid-uETTGIeGO2 .card_title {
  width: 100%;
  color: #30d5c7;
}
.cid-uETTGIeGO2 .card_text {
  margin-bottom: 0 !important;
  color: #ffffff;
}
.cid-uETTGIeGO2 .card_small-text {
  color: #30d5c7;
  width: 100%;
}
.cid-uETTGIeGO2 .mbr-section-btn {
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.cid-uETTGIeGO2 .mbr-section-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0;
}
.cid-uETTGIeGO2 .mbr-section-btn .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uETTGIeGO2 .mbr-section-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-uETTGIeGO2 .btn-info-outline {
  border-color: #ffffff;
  background: #141414 !important;
}
.cid-uETTGIeGO2 .btn-info-outline:hover {
  background: #ffffff !important;
}
.cid-uETTGIeGO2 .btn-info-outline:hover span {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uETTGIeGO2 .container-fluid {
    padding: 0 40px;
  }
  .cid-uETTGIeGO2 .cards-container {
    display: flex;
    justify-content: flex-end;
    max-width: 1100px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
  .cid-uETTGIeGO2 .cards-container_grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cid-uETTGIeGO2 .card_right {
    top: 0;
  }
  .cid-uETTGIeGO2 .card_text {
    margin-bottom: 16px !important;
  }
  .cid-uETTGIeGO2 .card__title-container {
    padding: 40px 100px 40px 40px;
    min-height: auto;
  }
  .cid-uETTGIeGO2 .title-text-container {
    margin-bottom: 48px;
  }
  .cid-uETTGIeGO2 .mbr-section-btn {
    right: -16px;
    bottom: -16px;
  }
}
@media (max-width: 575px) {
  .cid-uETTGIeGO2 .container-fluid {
    padding: 0 24px;
  }
  .cid-uETTGIeGO2 .card__title-container {
    padding: 24px 70px 24px 24px;
    min-height: auto;
  }
  .cid-uETTGIeGO2 .mbr-section-btn {
    right: -5px;
    bottom: -10px;
  }
  .cid-uETTGIeGO2 .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
  }
}
.cid-uETTGIeGO2 .mbr-section-title {
  color: #ffffff;
}
.cid-uETR4lO4cR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hospital.jpg");
}
.cid-uETR4lO4cR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETR4lO4cR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uETR4lO4cR .container,
.cid-uETR4lO4cR .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uETR4lO4cR .container,
  .cid-uETR4lO4cR .container-fluid {
    padding: 0 20px;
  }
}
.cid-uETR4lO4cR .container .decor-wrapper,
.cid-uETR4lO4cR .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uETR4lO4cR .container .decor-wrapper,
  .cid-uETR4lO4cR .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-uETR4lO4cR .container .decor-wrapper .decor,
.cid-uETR4lO4cR .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #345ed0;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-uETR4lO4cR .container .decor-wrapper .decor:first-child,
.cid-uETR4lO4cR .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-uETR4lO4cR .container .decor-wrapper .decor:last-child,
.cid-uETR4lO4cR .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-uETR4lO4cR .row {
  justify-content: space-between;
}
.cid-uETR4lO4cR .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uETR4lO4cR .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-uETR4lO4cR .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uETR4lO4cR .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uETR4lO4cR .card {
    margin-bottom: 40px;
  }
}
.cid-uETR4lO4cR .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-uETR4lO4cR .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-uETR4lO4cR .card .card-wrapper {
  position: relative;
  border: 1px solid #9b9ba5;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #c7d1ed;
}
@media (max-width: 992px) {
  .cid-uETR4lO4cR .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-uETR4lO4cR .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-uETR4lO4cR .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-uETR4lO4cR .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-uETR4lO4cR .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #345ed0;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uETR4lO4cR .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-uETR4lO4cR .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-uETR4lO4cR .mbr-section-title {
  color: #141516;
}
.cid-uETR4lO4cR .mbr-desc {
  color: #3d4045;
}
.cid-uETR4lO4cR .mbr-card-title {
  color: #ffffff;
}
.cid-uETR4lO4cR .mbr-text {
  color: #141516;
}
.cid-uETR4lO4cR .card-desc {
  text-align: right;
}
.cid-uETR4lO4cR .mbr-card-title,
.cid-uETR4lO4cR .card-icon {
  color: #141516;
}
.cid-uERGCwTbX5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uERGCwTbX5 .wrapper {
  display: flex;
  justify-content: center;
}
.cid-uERGCwTbX5 .cards-container {
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 32px;
}
.cid-uERGCwTbX5 .cards-container_grid {
  display: grid;
  max-width: 932px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uERGCwTbX5 .title-text-container {
  display: flex;
  justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 94px;
}
.cid-uERGCwTbX5 .section-title-wrapper {
  max-width: 1100px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .cid-uERGCwTbX5 .section-title-wrapper {
    padding: 0 60px;
  }
}
.cid-uERGCwTbX5 .section-title {
  max-width: 490px;
}
.cid-uERGCwTbX5 .card__title-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  min-height: 400px;
  border-radius: 0;
  border: 1px solid #ffffff;
  padding: 40px 40px 72px;
}
.cid-uERGCwTbX5 .card_right {
  top: -192px;
}
.cid-uERGCwTbX5 .card_title {
  width: 100%;
  color: #30d5c7;
}
.cid-uERGCwTbX5 .card_text {
  margin-bottom: 0 !important;
  color: #ffffff;
}
.cid-uERGCwTbX5 .card_small-text {
  color: #30d5c7;
  width: 100%;
}
.cid-uERGCwTbX5 .mbr-section-btn {
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.cid-uERGCwTbX5 .mbr-section-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0;
}
.cid-uERGCwTbX5 .mbr-section-btn .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uERGCwTbX5 .mbr-section-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-uERGCwTbX5 .btn-info-outline {
  border-color: #ffffff;
  background: #141414 !important;
}
.cid-uERGCwTbX5 .btn-info-outline:hover {
  background: #ffffff !important;
}
.cid-uERGCwTbX5 .btn-info-outline:hover span {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uERGCwTbX5 .container-fluid {
    padding: 0 40px;
  }
  .cid-uERGCwTbX5 .cards-container {
    display: flex;
    justify-content: flex-end;
    max-width: 1100px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
  .cid-uERGCwTbX5 .cards-container_grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cid-uERGCwTbX5 .card_right {
    top: 0;
  }
  .cid-uERGCwTbX5 .card_text {
    margin-bottom: 16px !important;
  }
  .cid-uERGCwTbX5 .card__title-container {
    padding: 40px 100px 40px 40px;
    min-height: auto;
  }
  .cid-uERGCwTbX5 .title-text-container {
    margin-bottom: 48px;
  }
  .cid-uERGCwTbX5 .mbr-section-btn {
    right: -16px;
    bottom: -16px;
  }
}
@media (max-width: 575px) {
  .cid-uERGCwTbX5 .container-fluid {
    padding: 0 24px;
  }
  .cid-uERGCwTbX5 .card__title-container {
    padding: 24px 70px 24px 24px;
    min-height: auto;
  }
  .cid-uERGCwTbX5 .mbr-section-btn {
    right: -5px;
    bottom: -10px;
  }
  .cid-uERGCwTbX5 .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
  }
}
.cid-uERGCwTbX5 .mbr-section-title {
  color: #ffffff;
}
.cid-uENTQyslEH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/data-science-92.jpg");
}
.cid-uENTQyslEH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uENTQyslEH .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uENTQyslEH .mbr-section-title {
  color: #ff4d00;
}
.cid-uENTRqtPyu {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/graph-background.png");
}
.cid-uENTRqtPyu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uENTRqtPyu .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uENTRqtPyu .mbr-text,
.cid-uENTRqtPyu .mbr-section-btn {
  color: #ffffff;
}
.cid-uENTRqtPyu .mbr-section-title {
  color: #fafafa;
}
.cid-uENPRIicdL {
  background-image: url("../../../assets/images/light-background.jpg");
}
.cid-uENPRIicdL h1 {
  color: #616161;
}
.cid-uENPRIicdL h2,
.cid-uENPRIicdL h3,
.cid-uENPRIicdL p {
  color: #767676;
}
.cid-uENPRIicdL .mbr-section-subtitle {
  font-style: italic;
}
.cid-uERFL7HVJf {
  background-image: url("../../../assets/images/data-science-background.jpg");
}
.cid-uERFL7HVJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERFL7HVJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERFL7HVJf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uERFL7HVJf .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uERFL7HVJf .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uERFL7HVJf .mbr-text,
.cid-uERFL7HVJf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uENQ8fBABX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uENQ8fBABX p {
  font-weight: 300;
}
.cid-uENQ8fBABX .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #141516;
}
@media (max-width: 992px) {
  .cid-uENQ8fBABX .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uENQ8fBABX .mbr-section-subtitle {
  color: #141516;
  font-weight: 700;
  line-height: 1.2;
}
.cid-uENQ8fBABX .mbr-text {
  color: #141516;
}
.cid-uENQ8fBABX .mbr-iconfont {
  color: #345ed0;
  font-size: 4rem;
}
.cid-uENQ8fBABX .wrapper {
  background-color: #c7d1ed;
  border-radius: 10px;
  padding: 2rem;
}
@media (max-width: 576px) {
  .cid-uENQ8fBABX .wrapper {
    text-align: center;
  }
}
.cid-uENPJLoSIH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c3063;
}
.cid-uENPJLoSIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uENPJLoSIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uENPJLoSIH .container {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .cid-uENPJLoSIH .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uENPJLoSIH .row {
  margin-left: -60px;
  margin-right: -60px;
  justify-content: flex-start;
}
.cid-uENPJLoSIH .row > [class*="col"] {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .cid-uENPJLoSIH .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uENPJLoSIH .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-uENPJLoSIH .row {
    flex-wrap: wrap;
  }
}
.cid-uENPJLoSIH .mbr-section-head {
  width: 100%;
}
.cid-uENPJLoSIH .mbr-section-title {
  color: #C4CFDE;
}
.cid-uENPJLoSIH .mbr-section-subtitle {
  color: #C4CFDE;
  opacity: 0.75;
  margin-top: 16px;
}
.cid-uENPJLoSIH .mbr-section-btn {
  margin-top: 40px;
}
.cid-uENPJLoSIH .lines-container {
  width: 100%;
  padding-left: 10%;
}
@media (max-width: 991px) {
  .cid-uENPJLoSIH .lines-container {
    padding: 0;
    margin-top: 40px;
  }
}
.cid-uENPJLoSIH .lines-title {
  color: #C4CFDE;
  margin-bottom: 34px;
}
.cid-uENPJLoSIH .lines-wrap {
  width: 100%;
}
.cid-uENPJLoSIH .line-item-container {
  width: 100%;
}
.cid-uENPJLoSIH .line-item-container:not(:first-child) {
  margin-top: 40px;
}
.cid-uENPJLoSIH .line-text {
  color: #C4CFDE;
  opacity: 0.75;
  margin-bottom: 10px;
}
.cid-uENPJLoSIH .line-item {
  width: 100%;
  height: 60px;
  padding: 5px;
  background-color: #212428;
  border-radius: 500px;
  overflow: hidden;
  box-shadow: inset 8px 8px 16px rgba(0, 0, 0, 0.46), inset -8px -8px 16px rgba(56, 62, 69, 0.46);
}
.cid-uENPJLoSIH .line-item-active {
  height: 100%;
  border-radius: 500px;
  transition: width .6s ease;
  background: linear-gradient(145deg, #345ed0 0%, #30d5c7 100%);
}
.cid-uENPJLoSIH .line-item-active-1 {
  width: 95%;
}
.cid-uENPJLoSIH .line-item-active-2 {
  width: 70%;
}
.cid-uENPJLoSIH .line-item-active-3 {
  width: 100%;
}
.cid-uEN0QJODLI {
  background-image: url("../../../assets/images/intro-background.jpg");
}
.cid-uEN0QJODLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEN0QJODLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEN0QJODLI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEN0QJODLI .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uEN0QJODLI .mbr-section-title {
  text-align: left;
}
.cid-uEN0QJODLI .mbr-text,
.cid-uEN0QJODLI .mbr-section-btn {
  text-align: left;
}
.cid-uENOnoDl52 {
  background-image: url("../../../assets/images/op-theatre.jpg");
}
.cid-uENOnoDl52 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uENOnoDl52 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uENOnoDl52 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uENOnoDl52 .mbr-text {
  color: #ffffff;
}
.cid-uENOnoDl52 .card {
  padding-bottom: 1.5rem;
}
.cid-uENPmS2xbV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/medical-technology-92.jpg");
}
@media (min-width: 1500px) {
  .cid-uENPmS2xbV .container {
    max-width: 1400px;
  }
}
.cid-uENPmS2xbV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff5b00;
  margin-bottom: 2rem;
}
.cid-uENPmS2xbV .card-wrapper {
  margin-top: 3rem;
}
.cid-uENPmS2xbV .row {
  justify-content: center;
}
.cid-uENPmS2xbV .mbr-section-title {
  color: #ff5b00;
}
.cid-uENPmS2xbV .mbr-section-subtitle {
  color: #000000;
}
.cid-uENPmS2xbV .card-title,
.cid-uENPmS2xbV .iconfont-wrapper {
  color: #232323;
}
.cid-uENPmS2xbV .card-text {
  color: #000000;
}
.cid-uENl3eHOnZ {
  background-color: #c7d1ed;
}
.cid-uENl3eHOnZ .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uENl3eHOnZ .mbr-section-head {
  position: absolute;
  transform: translate(0rem, 3rem) rotate(-90deg);
}
@media (max-width: 767px) {
  .cid-uENl3eHOnZ .mbr-section-head {
    transform: translate(-1rem, 3rem) rotate(-90deg);
  }
}
.cid-uENl3eHOnZ .wrap {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.cid-uENl3eHOnZ .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-uENl3eHOnZ .item-wrap {
  padding-right: 23px;
  padding-left: 23px;
}
@media (min-width: 992px) {
  .cid-uENl3eHOnZ .item-wrap {
    padding-right: 56.4px;
    padding-left: 56.4px;
  }
  .cid-uENl3eHOnZ .item-wrap:not(:first-child) {
    border-left: 1px solid rgba(61, 61, 61, 0.3);
  }
}
@media (max-width: 991px) {
  .cid-uENl3eHOnZ .top {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uENl3eHOnZ .top1 {
    margin-top: 4rem;
  }
}
.cid-uENl3eHOnZ .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uENl3eHOnZ .link-title:hover .mbr-iconfont {
  background: #282828;
  color: #fff;
}
@media (min-width: 768px) {
  .cid-uENl3eHOnZ .icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.cid-uENl3eHOnZ .icon {
  font-size: 8rem;
}
.cid-uENOoGDLM7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/medical-90.jpg");
}
.cid-uENOoGDLM7 .mbr-text {
  color: #767676;
}
.cid-uENOoGDLM7 .mbr-section-subtitle {
  color: #767676;
}
.cid-uENOoGDLM7 .title .num {
  width: 100%;
  display: block;
  font-size: 4rem;
}
.cid-uENOoGDLM7 .title .card-title {
  z-index: 1;
}
.cid-uENOoGDLM7 .num {
  color: #ff4d00;
}
@media (max-width: 767px) {
  .cid-uENOoGDLM7 * {
    text-align: center !important;
  }
  .cid-uENOoGDLM7 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uENOoGDLM7 .mbr-section-title,
.cid-uENOoGDLM7 .card-box {
  text-align: center;
  color: #000000;
}
.cid-uENOoGDLM7 .card-title,
.cid-uENOoGDLM7 .card-img {
  color: #000000;
}
.cid-uEN0RB0IqO {
  background-image: url("../../../assets/images/intro-3.jpg");
}
.cid-uEN0RB0IqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEN0RB0IqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uEN0RB0IqO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uEN0RB0IqO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uEN0RB0IqO .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uEN0RB0IqO .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uEN0RB0IqO .mbr-section-title {
  color: #141516;
}
.cid-uEN0RB0IqO .mbr-text,
.cid-uEN0RB0IqO .mbr-section-btn {
  color: #141516;
}
.cid-uENOpskujX {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ambulance-background.jpg");
}
.cid-uENOpskujX .wrapper {
  display: flex;
  justify-content: center;
}
.cid-uENOpskujX .cards-container {
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 32px;
}
.cid-uENOpskujX .cards-container_grid {
  display: grid;
  max-width: 932px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uENOpskujX .title-text-container {
  display: flex;
  justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 94px;
}
.cid-uENOpskujX .section-title-wrapper {
  max-width: 1100px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .cid-uENOpskujX .section-title-wrapper {
    padding: 0 60px;
  }
}
.cid-uENOpskujX .section-title {
  max-width: 490px;
}
.cid-uENOpskujX .card__title-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  min-height: 400px;
  border-radius: 0;
  border: 1px solid #ffffff;
  padding: 40px 40px 72px;
}
.cid-uENOpskujX .card_right {
  top: -192px;
}
.cid-uENOpskujX .card_title {
  width: 100%;
}
.cid-uENOpskujX .card_text {
  margin-bottom: 0 !important;
  color: #ffffff;
}
.cid-uENOpskujX .card_small-text {
  color: #ffffff;
  width: 100%;
}
.cid-uENOpskujX .mbr-section-btn {
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.cid-uENOpskujX .mbr-section-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0;
}
.cid-uENOpskujX .mbr-section-btn .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uENOpskujX .mbr-section-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-uENOpskujX .btn-info-outline {
  border-color: #ffffff;
  background: #141414 !important;
}
.cid-uENOpskujX .btn-info-outline:hover {
  background: #ffffff !important;
}
.cid-uENOpskujX .btn-info-outline:hover span {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uENOpskujX .container-fluid {
    padding: 0 40px;
  }
  .cid-uENOpskujX .cards-container {
    display: flex;
    justify-content: flex-end;
    max-width: 1100px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
  .cid-uENOpskujX .cards-container_grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cid-uENOpskujX .card_right {
    top: 0;
  }
  .cid-uENOpskujX .card_text {
    margin-bottom: 16px !important;
  }
  .cid-uENOpskujX .card__title-container {
    padding: 40px 100px 40px 40px;
    min-height: auto;
  }
  .cid-uENOpskujX .title-text-container {
    margin-bottom: 48px;
  }
  .cid-uENOpskujX .mbr-section-btn {
    right: -16px;
    bottom: -16px;
  }
}
@media (max-width: 575px) {
  .cid-uENOpskujX .container-fluid {
    padding: 0 24px;
  }
  .cid-uENOpskujX .card__title-container {
    padding: 24px 70px 24px 24px;
    min-height: auto;
  }
  .cid-uENOpskujX .mbr-section-btn {
    right: -5px;
    bottom: -10px;
  }
  .cid-uENOpskujX .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
  }
}
.cid-uENOpskujX .mbr-section-title {
  color: #ffffff;
}
.cid-uEN0Sd7RDc {
  background-image: url("../../../assets/images/homepage-88.jpg");
}
.cid-uEN0Sd7RDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEN0Sd7RDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEN0Sd7RDc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEN0Sd7RDc .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uEN0Sd7RDc .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uEN0Sd7RDc .mbr-text,
.cid-uEN0Sd7RDc .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uENdOB8rbj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uENdOB8rbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uENdOB8rbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uENdOB8rbj .container {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .cid-uENdOB8rbj .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uENdOB8rbj .row {
  margin-left: -60px;
  margin-right: -60px;
  justify-content: flex-start;
}
.cid-uENdOB8rbj .row > [class*="col"] {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .cid-uENdOB8rbj .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uENdOB8rbj .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-uENdOB8rbj .row {
    flex-wrap: wrap;
  }
}
.cid-uENdOB8rbj .mbr-section-head {
  width: 100%;
}
.cid-uENdOB8rbj .mbr-section-title {
  color: #C4CFDE;
}
.cid-uENdOB8rbj .mbr-section-subtitle {
  color: #C4CFDE;
  opacity: 0.75;
  margin-top: 16px;
}
.cid-uENdOB8rbj .mbr-section-btn {
  margin-top: 40px;
}
.cid-uENdOB8rbj .lines-container {
  width: 100%;
  padding-left: 10%;
}
@media (max-width: 991px) {
  .cid-uENdOB8rbj .lines-container {
    padding: 0;
    margin-top: 40px;
  }
}
.cid-uENdOB8rbj .lines-title {
  color: #C4CFDE;
  margin-bottom: 34px;
}
.cid-uENdOB8rbj .lines-wrap {
  width: 100%;
}
.cid-uENdOB8rbj .line-item-container {
  width: 100%;
}
.cid-uENdOB8rbj .line-item-container:not(:first-child) {
  margin-top: 40px;
}
.cid-uENdOB8rbj .line-text {
  color: #C4CFDE;
  opacity: 0.75;
  margin-bottom: 10px;
}
.cid-uENdOB8rbj .line-item {
  width: 100%;
  height: 60px;
  padding: 5px;
  background-color: #212428;
  border-radius: 500px;
  overflow: hidden;
  box-shadow: inset 8px 8px 16px rgba(0, 0, 0, 0.46), inset -8px -8px 16px rgba(56, 62, 69, 0.46);
}
.cid-uENdOB8rbj .line-item-active {
  height: 100%;
  border-radius: 500px;
  transition: width .6s ease;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-uENdOB8rbj .line-item-active-1 {
  width: 95%;
}
.cid-uENdOB8rbj .line-item-active-2 {
  width: 70%;
}
.cid-uENdOB8rbj .line-item-active-3 {
  width: 100%;
}
.cid-uENj2aOIag {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uENj2aOIag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uENj2aOIag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uENj2aOIag .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uENj2aOIag .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uENj2aOIag .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uENj2aOIag .item-img {
    width: 100%;
  }
}
.cid-uENj2aOIag .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uENj2aOIag .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uENj2aOIag .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uENj2aOIag .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uENj2aOIag .card-title {
  color: #131313;
}
.cid-uENj2aOIag .card-text {
  margin-top: 20px;
  color: #131313;
}
.cid-uENj2aOIag .line-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 35px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .cid-uENj2aOIag .line-items-wrap {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .cid-uENj2aOIag .line-items-wrap {
    margin-top: 20px;
  }
}
.cid-uENj2aOIag .line-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uENj2aOIag .line-text-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 12px;
}
.cid-uENj2aOIag .line-text {
  color: #131313;
  margin-right: auto;
  max-width: 70%;
}
.cid-uENj2aOIag .line-number {
  color: #131313;
  margin-left: auto;
  max-width: 30%;
}
.cid-uENj2aOIag .line {
  position: relative;
  width: 100%;
  height: 16px;
  background-color: #FFFFFF;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  border-radius: 0.25rem;
}
.cid-uENj2aOIag .line-active {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fc7942;
}
.cid-uENj2aOIag .line-item-1 .line-number:before {
  content: "64";
}
.cid-uENj2aOIag .line-item-1 .line-active {
  width: 64%;
}
.cid-uENj2aOIag .line-item-2 .line-number:before {
  content: "76";
}
.cid-uENj2aOIag .line-item-2 .line-active {
  width: 76%;
}
.cid-uENj2aOIag .line-item-3 .line-number:before {
  content: "87";
}
.cid-uENj2aOIag .line-item-3 .line-active {
  width: 87%;
}
.cid-uENj2aOIag .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .cid-uENj2aOIag .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-uENP72AR2t {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dde8eb;
}
.cid-uENP72AR2t .row {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uENP72AR2t .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uENP72AR2t .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-uENP72AR2t P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uENP72AR2t .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-uENP72AR2t .item-img {
  padding-top: 31px;
}
.cid-uENP72AR2t img {
  width: 100%;
}
.cid-uENP72AR2t .first {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.cid-uENP72AR2t .first img {
  max-width: 750px;
  margin: auto;
}
.cid-uENP72AR2t .second {
  position: absolute;
  top: 37%;
  left: 10%;
  max-width: 100px;
}
.cid-uENP72AR2t .third {
  max-width: 500px;
  position: absolute;
  top: 65%;
  left: 5%;
}
.cid-uENP72AR2t .third img {
  max-height: 300px;
  width: auto;
}
.cid-uENP72AR2t .first,
.cid-uENP72AR2t .second,
.cid-uENP72AR2t .third {
  display: inline-block;
}
.cid-uENP72AR2t .cont {
  display: inline-block;
}
.cid-uENP72AR2t .mbr-section-title {
  color: #1d1d1f;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cid-uENP72AR2t .mbr-section-subtitle {
  color: #4c4c4c;
  margin-bottom: 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media (max-width: 1450px) {
  .cid-uENP72AR2t .second {
    display: none;
  }
}
@media (max-width: 1350px) {
  .cid-uENP72AR2t .third {
    left: 10%;
  }
}
@media (max-width: 990px) {
  .cid-uENP72AR2t .third {
    margin-top: 0px;
  }
  .cid-uENP72AR2t .third img {
    max-height: 250px;
    width: auto;
  }
  .cid-uENP72AR2t .first {
    max-width: 550px;
    margin-left: 25%;
    margin-top: 50px;
  }
}
@media (max-width: 690px) {
  .cid-uENP72AR2t .third {
    position: initial;
    margin-top: 0;
    max-width: 100%;
    margin-left: 0;
  }
  .cid-uENP72AR2t .third img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .cid-uENP72AR2t .second {
    display: none;
  }
  .cid-uENP72AR2t .first {
    position: initial;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uENjchUpoZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/medical-technology-92.jpg");
}
.cid-uENjchUpoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uENjchUpoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uENjchUpoZ .container,
.cid-uENjchUpoZ .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uENjchUpoZ .container,
  .cid-uENjchUpoZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uENjchUpoZ .container .decor-wrapper,
.cid-uENjchUpoZ .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uENjchUpoZ .container .decor-wrapper,
  .cid-uENjchUpoZ .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-uENjchUpoZ .container .decor-wrapper .decor,
.cid-uENjchUpoZ .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ed9b82;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-uENjchUpoZ .container .decor-wrapper .decor:first-child,
.cid-uENjchUpoZ .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-uENjchUpoZ .container .decor-wrapper .decor:last-child,
.cid-uENjchUpoZ .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-uENjchUpoZ .row {
  justify-content: space-between;
}
.cid-uENjchUpoZ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uENjchUpoZ .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-uENjchUpoZ .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uENjchUpoZ .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uENjchUpoZ .card {
    margin-bottom: 40px;
  }
}
.cid-uENjchUpoZ .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-uENjchUpoZ .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-uENjchUpoZ .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #3d4045;
}
@media (max-width: 992px) {
  .cid-uENjchUpoZ .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-uENjchUpoZ .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-uENjchUpoZ .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-uENjchUpoZ .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-uENjchUpoZ .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ed9b82;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uENjchUpoZ .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-uENjchUpoZ .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-uENjchUpoZ .mbr-section-title {
  color: #ffffff;
}
.cid-uENjchUpoZ .mbr-desc {
  color: #3d4045;
}
.cid-uENjchUpoZ .mbr-card-title {
  color: #ffffff;
}
.cid-uENjchUpoZ .mbr-text {
  color: #ffffff;
}
.cid-uENjchUpoZ .card-desc {
  text-align: right;
}
.cid-uENjtZPhWY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/intro-3.jpg");
}
.cid-uENjtZPhWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uENjtZPhWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uENjtZPhWY .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uENjtZPhWY .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uENjtZPhWY .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uENjtZPhWY .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uENjtZPhWY .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #345ed0 !important;
}
.cid-uENjtZPhWY .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uENjtZPhWY .title-container {
  display: flex;
  justify-content: space-between;
  margin: 0 160px 110px;
  padding: 20px 40px 0 0;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uENjtZPhWY .title-container {
    display: block;
    margin: 0 30px 60px;
    padding: 12px 0 0 0;
  }
}
.cid-uENjtZPhWY .title-container .title-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uENjtZPhWY .title-container .title-wrapper {
    width: 100%;
  }
}
.cid-uENjtZPhWY .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uENjtZPhWY .title-container .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uENjtZPhWY .cards {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-uENjtZPhWY .cards {
    margin: 0 30px;
  }
}
.cid-uENjtZPhWY .cards .card {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uENjtZPhWY .cards .card {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cid-uENjtZPhWY .cards .card {
    margin-bottom: 40px;
  }
}
.cid-uENjtZPhWY .cards .card .mbr-iconfont {
  width: 100%;
  height: 70px;
  font-size: 70px;
  color: #124ad6;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uENjtZPhWY .cards .card .mbr-iconfont {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uENjtZPhWY .cards .card .mbr-iconfont {
    margin-bottom: 20px;
  }
}
.cid-uENjtZPhWY .cards .card .card-title {
  margin-bottom: 0;
}
.cid-uENjtZPhWY .cards .card .mbr-text {
  margin: 20px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uENjtZPhWY .cards .card .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-uENjtZPhWY .mbr-section-title {
  color: #000000;
}
.cid-uENjtZPhWY .card-title {
  color: #000000;
}
.cid-uENjtZPhWY .mbr-text {
  color: #000000;
}
.cid-uENOUk1n8L {
  background-image: url("../../../assets/images/op-theatre.jpg");
  background-position: right;
}
.cid-uENOUk1n8L .wrapper {
  backdrop-filter: blur(10px);
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-uENOUk1n8L .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-uENOUk1n8L .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-uENOUk1n8L img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-uENOUk1n8L .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-uENPs9gSdb {
  background-image: url("../../../assets/images/background1-2.jpg");
  background-position: right;
}
.cid-uENPs9gSdb .wrapper {
  backdrop-filter: blur(10px);
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-uENPs9gSdb .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-uENPs9gSdb .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-uENPs9gSdb img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-uENPs9gSdb .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-uENjHhAQnX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-uENjHhAQnX .row {
  justify-content: center;
}
.cid-uENjHhAQnX .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-uENjHhAQnX .mbr-section-title {
  margin-bottom: 0;
  color: #080808;
  text-align: center;
}
.cid-uENjHhAQnX .content-card {
  margin-top: 40px;
}
.cid-uENjHhAQnX .content-card .content-card-icon {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin: 0 auto 38px;
}
.cid-uENjHhAQnX .content-card .content-card-icon span {
  width: 42px;
  height: 42px;
  color: #ff4712;
  font-size: 42px;
}
.cid-uENjHhAQnX .content-card .content-card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-uENjHhAQnX .content-card .content-card-text .mbr-card-text {
  margin-bottom: 0;
}
.cid-uENjHhAQnX .mbr-card-title {
  color: #080808;
  text-align: center;
}
.cid-uENjHhAQnX .mbr-card-text {
  color: #65676c;
  text-align: center;
}
.cid-uENkknmSAH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/homepage-88.jpg");
}
.cid-uENkknmSAH .card-wrap {
  width: 29.6rem;
  height: 29.6rem;
  position: relative;
}
.cid-uENkknmSAH .card {
  border: 2px solid #17171A;
  border-radius: 0;
  width: 14.8rem;
  height: 14.8rem;
}
.cid-uENkknmSAH .right {
  position: absolute;
  top: 1px;
  right: 2px;
}
.cid-uENkknmSAH .left {
  position: absolute;
  bottom: 1px;
  left: 0;
}
.cid-uENkknmSAH .item-btn {
  width: 10.6rem;
  height: 10.6rem;
}
.cid-uENkknmSAH .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
@media (min-width: 1000px) {
  .cid-uENkknmSAH .content-wrap {
    flex-wrap: nowrap;
  }
  .cid-uENkknmSAH .main-content {
    width: 75%;
    padding-left: 3rem;
  }
}
@media (max-width: 999px) {
  .cid-uENkknmSAH .content-wrap {
    flex-wrap: wrap;
  }
  .cid-uENkknmSAH .main-content {
    width: 75%;
    padding-left: 1rem;
  }
  .cid-uENkknmSAH .main-content p {
    width: 70%;
  }
  .cid-uENkknmSAH .card-wrap {
    width: 20.8rem;
    height: 20.8rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
  .cid-uENkknmSAH .card {
    width: 10.4rem;
    height: 10.4rem;
  }
  .cid-uENkknmSAH .item-btn {
    width: 8rem;
    height: 8rem;
    margin-left: 5rem;
    margin-top: -1.2rem;
  }
}
@media (max-width: 769px) {
  .cid-uENkknmSAH .main-content {
    width: 100%;
    text-align: center;
  }
  .cid-uENkknmSAH .main-content p {
    width: 100%;
  }
  .cid-uENkknmSAH .add-content {
    display: none;
  }
  .cid-uENkknmSAH .item-btn {
    width: 6.9rem;
    height: 6.9rem;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-uENkknmSAH .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uENkknmSAH .mbr-section-title a {
  color: #9b9ba5;
}
.cid-uENkknmSAH .mbr-text {
  color: #9b9ba5;
}
.cid-uENkeMisUY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7d1ed;
}
.cid-uENkeMisUY .mbr-title {
  color: #141516;
}
.cid-uENkeMisUY .card-wrapper {
  border-top: 2px solid currentColor;
}
.cid-uENkeMisUY .card-wrapper {
  padding-top: 4rem;
}
.cid-uENkeMisUY .mbr-section-subtitle {
  color: #141516;
}
.cid-uENkeMisUY .mbr-text,
.cid-uENkeMisUY .mbr-section-btn {
  color: #141516;
}
.cid-uENkeMisUY .mbr-section-title,
.cid-uENkeMisUY .item {
  color: #000000;
}
.cid-uENkeMisUY .mbr-section-title,
.cid-uENkeMisUY .card-wrapper {
  color: #141516;
}
.cid-uETUWbXDiV {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #1c3063;
  overflow: hidden;
}
.cid-uETUWbXDiV .media-container-row .mbr-text {
  text-align: center;
  color: #fafafa;
}
