@charset "UTF-8";
:root {
  --color-base: $color-base;
  --color-blue: $color-blue;
  --color-blue-dar: $color-blue-dark;
  --color-blue-darke: $color-blue-darker;
  --color-blue-ligh: $color-blue-light;
  --color-green: $color-green;
  --color-green-lighte: $color-green-lighten;
  --color-green-dar: $color-green-dark;
  --color-green-darke: $color-green-darken;
  --color-green-shad: $color-green-shade;
  --color-green-ligh: $color-green-light;
  --color-red-dar: $color-red-dark;
  --gray-100: $gray-100;
  --gray-900: $gray-900;
  --gray-800: $gray-800;
  --gray-400: $gray-400;
  --gray-300: $gray-300;
  --gray-500: $gray-500;
  --gray-600: $gray-600;
  --gray-200: $gray-200;
}

.blue-lg-panel {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .blue-lg-panel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 716px;
    height: 100%;
    background-color: #003a70;
    border-radius: 10px;
    z-index: -1;
  }
}
.mx-pagination-link,
.mx-pagination-text,
.mx-pagination-item:not(:last-child)::after {
  font-size: 12px;
  color: #003a70;
  font-weight: 600;
}

@media (min-width: 768px) {
  .mx-pagination-link,
  .mx-pagination-text,
  .mx-pagination-item:not(:last-child)::after {
    font-size: 14px;
  }
}
.mx-pagination {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.mx-pagination-item:not(:last-child)::after {
  content: "–";
  display: inline-block;
  margin-left: 2px;
  vertical-align: top;
  margin-right: 4px;
}

.mx-pagination-item-white::after {
  color: #fff !important;
}

.mx-pagination-item-white .mx-pagination-link,
.mx-pagination-item-white .mx-pagination-text {
  color: #fff;
}

.mx-pagination-link,
.mx-pagination-text {
  display: inline-block;
  vertical-align: top;
}

.mx-pagination-link:hover,
.mx-pagination-link:focus {
  color: #35b6b4;
  text-decoration: none;
}

.site-content h1 {
  font-size: 40px;
  font-weight: 600;
}

.site-content h2 {
  font-size: 30px;
  font-weight: 600;
  padding: 10px 0px;
}

.site-content h3 {
  font-size: 25px;
  font-weight: 600;
  padding: 10px 0px;
}

.site-content h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px;
}

.site-content ol {
  padding-left: 1.1em;
}

@media (max-width: 680px) {
  .site-content h1 {
    font-size: 27px;
    font-weight: 600;
  }
  .site-content h2 {
    font-size: 24px;
    font-weight: 600;
  }
  .site-content h3 {
    font-size: 21px;
    font-weight: 600;
  }
  .site-content h4 {
    font-size: 19px;
    font-weight: 600;
  }
}
.speciality-box-item {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .speciality-box-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .speciality-box-item:nth-of-type(2n + 1) .speciality-box-link {
    background: #35b6b4;
  }
  .speciality-box-item:nth-of-type(2n) .speciality-box-link {
    background: #0082a8;
  }
}
@media (max-width: 991.98px) {
  .speciality-box-item:nth-of-type(4n):not(.speciality-box-horizontal) .speciality-box-link,
  .speciality-box-item:nth-of-type(4n + 5):not(.speciality-box-horizontal) .speciality-box-link,
  .speciality-box-item:first-of-type:not(.speciality-box-horizontal) .speciality-box-link {
    background: #0082a8;
  }
  .speciality-box-item:nth-of-type(4n + 2):not(.speciality-box-horizontal) .speciality-box-link,
  .speciality-box-item:nth-of-type(4n + 3):not(.speciality-box-horizontal) .speciality-box-link {
    background: #35b6b4;
  }
  .speciality-box-horizontal:nth-of-type(odd) .speciality-box-link {
    background: #0082a8;
  }
  .speciality-box-horizontal:nth-of-type(even) .speciality-box-link {
    background: #35b6b4;
  }
  .speciality-box-horizontal {
    margin-bottom: 3px;
  }
  .speciality-box-horizontal .speciality-box-link {
    flex-direction: row;
    justify-content: flex-start;
    height: 90px;
    text-align: left;
    padding: 0 15px;
  }
  .speciality-box-horizontal .speciality-box-img {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .speciality-box-horizontal .speciality-box-line {
    margin: 0;
    max-width: none;
  }
}
.speciality-box-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
  height: 203px;
}

@media (min-width: 992px) {
  .speciality-box-link {
    padding: 0 20px;
    height: 210px;
  }
}
.speciality-box-link-lg {
  height: 215px;
}

@media (min-width: 992px) {
  .speciality-box-link-lg {
    height: 250px;
  }
}
.speciality-box-link:hover,
.speciality-box-link:focus,
.speciality-box-link:active,
.speciality-box-link:active:focus {
  background: #003a70 !important;
  text-decoration: none;
  color: #fff;
}

.speciality-box-link-sm {
  height: 140px;
}

@media (min-width: 992px) {
  .speciality-box-link-sm {
    height: 200px;
  }
}
.speciality-box-img {
  width: 50px;
  margin-bottom: 15px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .speciality-box-img {
    width: 80px;
    height: 80px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .speciality-box-img-lg {
    height: 90px;
    margin-bottom: 30px;
  }
}
.speciality-box-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .speciality-box-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.speciality-box-line {
  font-size: 14px;
}

@media (min-width: 992px) {
  .speciality-box-line {
    font-size: 18px;
  }
}
.speciality-box-obj {
  opacity: 0;
}

.speciality-box-item:hover .speciality-box-obj {
  opacity: 1;
}

@media (min-width: 992px) {
  .section-speciality {
    background: url(/images/leaf-up-down.svg?bc8dd66eb401da2c14d3eee9977ed2e0) no-repeat 110% 35%;
    background-size: 338px;
  }
}
.section-speciality-filter {
  position: relative;
}

@media (max-width: 991.98px) {
  .section-speciality-filter::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #0082a8;
    left: 20px;
    right: 20px;
    bottom: 0;
  }
}
.box-shadow-sm {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.box-shadow-darken {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  .box-shadow-lg {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 992px) {
  .box-shadow-lg-big {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  }
}
.header-sticked {
  padding-top: 80px;
}

@media (min-width: 992px) {
  .header-sticked {
    padding-top: 153px;
  }
}
.divider {
  border-color: #cfcfcf;
}

.opacity-50 {
  opacity: 0.5;
}

.right-60 {
  right: 60px;
}

.white-space-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-lg {
  border-radius: 10px !important;
}

.rounded-top-lg {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-bottom-lg {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

@media (min-width: 992px) {
  .rounded-top-lg-lg {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
}
.hover-no-underline:hover {
  text-decoration: none;
}

.hover-underline:hover {
  text-decoration: underline;
}

.text-underline {
  text-decoration: underline;
}

.hover-color-green:hover {
  color: #35b6b4 !important;
}

.hover-color-green:hover .hover-target {
  color: #35b6b4 !important;
}

.hover-color-white:hover {
  color: #fff !important;
}

.hover-color-white:hover .hover-target {
  color: #fff !important;
}

.hover-filter-white:hover .hover-target {
  filter: brightness(0) invert(1);
}

.hover-bg-blue:hover {
  background-color: #003a70 !important;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.text-truncate-line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.text-truncate-line-5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

.text-truncate-line-7 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 7;
}

@media (min-width: 992px) {
  .text-truncate-lg-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .text-truncate-lg-none {
    display: block;
    overflow: visible;
    line-clamp: unset;
  }
}
@media (min-width: 992px) {
  .col-lg-none {
    flex: none;
    width: auto;
    max-width: none;
  }
}
.border-color-green {
  border-color: #35b6b4 !important;
}

.border-color-blue {
  border-color: #003a70 !important;
}

.border-color-alpha-2 {
  border-color: rgba(0, 58, 112, 0.2) !important;
}

.border-bottom-color-alpha-white-2 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-color-green-darken {
  border-color: #0082a8 !important;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.rounded-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blue-lg-panel::after,
.blue-panel::after {
  width: 100%;
}

.blue-lg-panel.one-third::after,
.blue-panel.one-third::after {
  height: 70%;
}

.blue-lg-panel._35::after,
.blue-panel._35::after {
  height: 35%;
}

.blue-lg-panel._65::after,
.blue-panel._65::after {
  height: 65%;
}

.blue-lg-panel.bottom-rounded::after,
.blue-panel.bottom-rounded::after {
  border-radius: 0 0 10px 10px;
}

.blue-panel {
  position: relative;
  z-index: 1;
}

.blue-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  max-width: 716px;
  height: 100%;
  background-color: #003a70;
  border-radius: 10px;
  z-index: -1;
  width: 100%;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .rounded-lg-lg {
    border-radius: 10px !important;
  }
}
.rounded-lg-top-left {
  border-top-left-radius: 10px;
}

.rounded-lg-top-right {
  border-top-right-radius: 10px;
}

.z-index-1 {
  z-index: 1;
}

.to-front {
  z-index: 100;
}

@media (min-width: 992px) {
  .leaf-lg-at-bottom {
    background: url(/images/leaf-up-down.svg?bc8dd66eb401da2c14d3eee9977ed2e0) no-repeat 114% 165%;
    background-size: 350px;
  }
}
@media (min-width: 992px) {
  .d-lg-table-header-group {
    display: table-header-group !important;
  }
}
.font-style-normal {
  font-style: normal !important;
}

@media (min-width: 992px) {
  .rouned-lg-0 {
    border-radius: 0 !important;
  }
}
.hidden {
  display: none;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.visiblity-toggler.active .visiblity-toggler-toggled {
  display: none;
}

.visiblity-toggler:not(.active) .visiblity-toggler-initial {
  display: none;
}

@media (min-width: 992px) {
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
}
.w-22 {
  width: 22px;
}

.h-22 {
  height: 22px;
}

.w-25p {
  width: 25px;
}

.w-50p {
  width: 50px;
}

.h-30 {
  height: 30px;
}

.w-30 {
  width: 30px;
}

.w-45 {
  width: 45px;
}

.h-45 {
  height: 45px;
}

.h-14 {
  height: 14px;
}

.h-18 {
  height: 18px;
}

.h-98 {
  height: 98px;
}

.w-98 {
  width: 98px;
}

.w-180 {
  width: 180px;
}

.w-25p {
  width: 25px;
}

.w-50p {
  width: 50px;
}

.h-25p {
  height: 25px;
}

.h-85 {
  height: 85px;
}

.h-65 {
  height: 65px;
}

.h-50p {
  height: 50px;
}

.h-160 {
  height: 160px;
}

.h-180 {
  height: 180px;
}

.h-280 {
  height: 280px;
}

.w-100-px {
  width: 100px;
}

.h-100p {
  height: 100px;
}

.w-10 {
  width: 10%;
}

.min-width-0 {
  min-width: 0;
}

.max-width-none {
  max-width: none !important;
}

.min-h-unset {
  min-height: unset !important;
}

.min-h-40 {
  min-height: 40px;
}

.min-h-45 {
  min-height: 45px;
}

.min-h-140 {
  min-height: 140px;
}

.min-h-60 {
  min-height: 60px;
}

@media (max-width: 991.98px) {
  .w-100-md-down {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .min-h-lg-66 {
    min-height: 66px;
  }
}
@media (min-width: 992px) {
  .min-h-lg-60 {
    min-height: 60px;
  }
}
@media (min-width: 992px) {
  .min-h-lg-55 {
    min-height: 55px;
  }
}
.h-20 {
  height: 20px;
}

.h-40 {
  height: 40px;
}

@media (min-width: 992px) {
  .w-lg-236 {
    width: 236px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-254 {
    width: 254px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-300 {
    width: 300px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-280 {
    width: 280px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-309 {
    height: 309px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-330 {
    height: 330px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-45 {
    height: 45px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-80 {
    height: 80px !important;
  }
}
@media (min-width: 768px) {
  .h-md-30 {
    height: 30px !important;
  }
}
@media (min-width: 768px) {
  .h-md-23 {
    height: 23px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-150 {
    width: 150px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-180 {
    width: 180px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-80 {
    width: 80px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-160 {
    height: 160px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-130 {
    height: 130px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-100p {
    height: 100px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-180 {
    height: 180px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-211 {
    height: 211px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-100p {
    width: 100px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-20 {
    width: 20% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-30 {
    width: 30% !important;
  }
}
@media (min-width: 992px) {
  .min-h-lg-35 {
    min-height: 35px !important;
  }
}
@media (min-width: 992px) {
  .min-h-lg-50 {
    min-height: 50px !important;
  }
}
@media (min-width: 992px) {
  .min-h-lg-45 {
    min-height: 45px !important;
  }
}
@media (max-width: 991.98px) {
  .max-width-none-md-down {
    max-width: none !important;
  }
}
@media (min-width: 992px) {
  .max-width-lg-none {
    max-width: none !important;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

/*# sourceMappingURL=speciality.css.map*/