@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;
}

.search-form {
  background: #fff;
  border-radius: 10px;
}

.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;
  }
}
.btn-with-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 11px 52px 11px 19px;
  padding-left: 0 !important;
  padding-right: 52px !important;
  max-width: 220px;
  height: 48px;
  color: #fff;
  background: #0082a8;
  overflow: hidden;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .btn-with-icon {
    max-width: 289px;
    padding: 11px 52px 11px 38px;
    height: 58px;
  }
}
@media (max-width: 991px) {
  .btn-with-icon.align-left-on-sm {
    justify-content: start !important;
    padding-left: 20px !important;
  }
}
.discount-design .box {
  color: #DA870A;
  background-color: #fce5a0;
  padding: 10px 10px 10px 23px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 3% 50%, 0 0);
  line-height: 17px;
}

.btn-with-icon::after {
  content: "";
  height: 100%;
  width: 52px;
  background: #00a5bf url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTM2Ny45NTQsMjEzLjU4OEwxNjAuNjcsNS44NzJjLTcuODA0LTcuODE5LTIwLjQ2Ny03LjgzMS0yOC4yODQtMC4wMjljLTcuODE5LDcuODAyLTcuODMyLDIwLjQ2NS0wLjAzLDI4LjI4NCAgICBsMjA3LjI5OSwyMDcuNzMxYzcuNzk4LDcuNzk4LDcuNzk4LDIwLjQ4Ni0wLjAxNSwyOC4yOTlMMTMyLjM1Niw0NzcuODczYy03LjgwMiw3LjgxOS03Ljc4OSwyMC40ODIsMC4wMywyOC4yODQgICAgYzMuOTAzLDMuODk2LDkuMDE2LDUuODQzLDE0LjEyNyw1Ljg0M2M1LjEyNSwwLDEwLjI1LTEuOTU4LDE0LjE1Ny01Ljg3M2wyMDcuMjY5LTIwNy43MDEgICAgQzM5MS4zMzMsMjc1LjAzMiwzOTEuMzMzLDIzNi45NjcsMzY3Ljk1NCwyMTMuNTg4eiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=) no-repeat center;
  background-size: 16px 16px;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 200ms ease-in-out;
}

.btn-with-icon:hover,
.btn-with-icon:focus {
  color: #fff;
  text-decoration: none;
  background: #007294;
}

.btn-with-icon:hover:after,
.btn-with-icon:focus:after {
  width: 55px;
}

[disabled].btn-with-icon,
.disabled.btn-with-icon {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.doctor-img-carousel .slick-dots,
.doctor-img-carousel-wrap .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor-img-carousel .slick-dots > li > button,
.doctor-img-carousel-wrap .slick-dots > li > button {
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDMwLjA2NSAzMC4wNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPHBhdGggc3R5bGU9IiIgZD0iTTI2LjUxMSwxMi4wMDRMNi4yMzMsMC40NjNjLTIuMTUxLTEuMjI4LTQuMzQ0LDAuMTE1LTQuMzQ0LDIuNTN2MjQuMDkzICAgYzAsMi4wNDYsMS4zMzIsMi45NzksMi41NywyLjk3OWMwLjU4MywwLDEuMTc3LTAuMTg0LDEuNzY3LTAuNTQzbDIwLjM2OS0xMi40NjhjMS4wMjQtMC42MjksMS41OTktMS41NiwxLjU4MS0yLjU1NSAgIEMyOC4xNTksMTMuNTAzLDI3LjU1MywxMi41OTMsMjYuNTExLDEyLjAwNHogTTI1LjIzLDE0LjgyN0w0Ljg2MiwyNy4yOTJjLTAuMTM3LDAuMDg0LTAuMjQ1LDAuMTI2LTAuMzE5LDAuMTQ3ICAgYy0wLjAyLTAuMDc0LTAuMDQtMC4xODgtMC4wNC0wLjM1M1YyLjk5NGMwLTAuMjQ4LDAuMDQ1LTAuMzczLDAuMDQ1LTAuNDA0YzAuMDgsMC4wMDUsMC4yMiwwLjA0NiwwLjM5NiwwLjE0NmwyMC4yNzUsMTEuNTQxICAgYzAuMjUsMC4xNDMsMC4zMjQsMC4yNjcsMC4zNDgsMC4yNEMyNS41NTQsMTQuNTUxLDI1LjQ2OSwxNC42NzgsMjUuMjMsMTQuODI3eiIgZmlsbD0iI2M0YzRjNCIgZGF0YS1vcmlnaW5hbD0iIzAxMDAwMiIgY2xhc3M9IiI+PC9wYXRoPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=) no-repeat center/cover;
  font-size: 0;
  padding: 0;
  margin: 0 4px;
  width: 12px;
  height: 12px;
  border: none;
  transition: width 160ms, height 160ms;
}

.doctor-img-carousel .slick-dots > li.slick-active > button,
.doctor-img-carousel-wrap .slick-dots > li.slick-active > button {
  height: 6px;
  width: 15px;
  background: #c4c4c4;
  border-radius: 15px;
}

.megadropdown {
  position: static !important;
}

.megadropdown-container {
  width: 100%;
  max-width: 1220px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.megadropdown-container > .row,
.megadropdown-container {
  height: 100%;
}

.nav-item:not(.megadropdown-item-solid).show .nav-link {
  background: #35b6b4;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
}

.nav-item:not(.megadropdown-item-solid).show .button-target {
  background: #35b6b4 !important;
}

.nav-item:not(.megadropdown-item-solid).show .button-target > img {
  filter: invert(1);
}

.megadropdown-item-solid.nav-item.show .nav-link {
  font-weight: 700;
}

.megadropdown-item-solid.nav-item.show .nav-link::before {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 47px;
  left: 50%;
  box-shadow: -1px -1px 2px rgba(0, 58, 112, 0.1);
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}

.megadropdown .nav-link {
  transition: none;
}

.megadropdown-menu,
.megadropdown-menu-small,
.megadropdown-menu-boxed,
.megadropdown-menu-boxed-md,
.megadropdown-menu-boxed-sm {
  background: #fff;
  border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0, 58, 112, 0.09);
  padding: 10px 0;
  z-index: 1;
}

.megadropdown-menu {
  left: -40px;
  right: -40px;
  height: 100vh;
}

.megadropdown-menu::before {
  content: "";
  top: -22px;
  left: 0;
  width: 100%;
  height: 22px;
  background: transparent;
  position: absolute;
  box-shadow: -2px 3px 4px rgba(0, 0, 0, 0.08);
}

.megadropdown-menu-link:hover {
  text-decoration: none;
  background: #f7f7f7;
}

.megadropdown-menu-link-o use {
  stroke: #616161 !important;
}

.megadropdown-menu-link-o:hover {
  text-decoration: none;
  color: #35b6b4 !important;
  background-color: #f7f7f7;
}

.megadropdown-menu-link-o:hover use {
  stroke: #35b6b4 !important;
}

.megadropdown-menu-small {
  top: 54px;
  border: none;
  min-width: 309px;
}

.megadropdown-menu-boxed {
  left: 0;
  right: 0;
  margin-top: -1px;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 58, 112, 0.1);
}

.megadropdown-menu-boxed-md,
.megadropdown-menu-boxed-sm {
  left: 50%;
  transform: translateX(-50%);
  top: 53px;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 58, 112, 0.1);
}

.megadropdown-menu-boxed-md {
  width: 900px;
}

.megadropdown-menu-boxed-sm {
  width: 570px;
}

.dropdown-menu-left {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200%;
  white-space: nowrap;
  background: white;
  height: 100%;
  z-index: 1;
  display: none;
  padding: 0 20px;
}

.dropdown-menu-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
}

.dropdown-left:hover::after {
  content: "";
  position: absolute;
  top: auto;
  right: -15px;
  z-index: 2;
  margin-top: -27px;
  border: 10px solid;
  border-color: transparent transparent transparent #f7f7f7;
}

.dropdown-left:hover .dropdown-menu-left {
  display: block;
}

.tabs-underline a {
  border-bottom: 2px solid transparent;
}

.tabs-underline a.active {
  border-bottom-color: #003a70;
}

.navigation-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #35b6b4;
}

.navigation-mobile-link {
  height: 66px;
  width: 20%;
}

.navigation-mobile-link:active {
  background: #f7f7f7;
}

.navigation-fullpage-mobile {
  display: none;
  position: fixed;
  top: 66px;
  right: 0;
  left: 0;
  bottom: 67px;
  z-index: 120;
}

@media (min-width: 992px) {
  .navigation-fullpage-mobile {
    top: 122px;
  }
}
.navigation-fullpage-mobile-body {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 20px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .navigation-fullpage-mobile {
    display: none !important;
  }
}
.navigation-fullpage-mobile-dropdown {
  overflow-y: auto;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  left: -20px;
  right: -20px;
  transform: translateX(100%);
}

.navigation-fullpage-mobile-dropdown .navigation-fullpage-mobile-dropdown {
  left: 20px;
}

.navigation-fullpage-mobile-inner {
  position: relative;
  transition: transform 300ms ease;
}

.navigation-fullpage-mobile-inner.is-open {
  transform: translateX(calc(-100% - 40px));
}

.navigation-fullpage-mobile-item.has-dropdown {
  position: relative;
}

.navigation-fullpage-mobile-item.has-dropdown > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  position: absolute;
  right: 0;
  font-weight: 700;
}

.has-dropdown .has-dropdown .navigation-fullpage-mobile-link::after {
  right: 10px;
}

.navigation-fullpage-mobile-item.has-dropdown .navigation-fullpage-mobile-link.active + .navigation-fullpage-mobile-dropdown {
  overflow-y: auto;
  display: block;
}

.navigation-fullpage-mobile-item:not(:last-of-type) {
  border-bottom: 1px dashed #c4c4c4;
}

.navigation-fullpage-mobile-col {
  border-bottom: 1px solid #002a51;
}

.navigation-fullpage-mobile-col:nth-child(odd) {
  border-right: 1px solid #002a51;
}

.stickyHeader + .navigation-fullpage-mobile {
  top: 66px;
}

.emergency-trigger {
  position: absolute;
  top: 66px;
  left: auto;
  right: 0;
  z-index: 20;
}

@media (min-width: 992px) {
  .emergency-trigger {
    position: fixed;
    top: 200px;
    left: 0;
    right: auto;
  }
}
.emergency-trigger-btn {
  background: #c13434;
  font-weight: 700;
  border: 1px solid #c13434;
  color: #fff;
  font-size: 14px;
  padding: 8px 6px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  height: 340px;
}

.emergency-trigger-panel {
  display: none !important;
  background: #c13434;
  top: 0;
  left: 26px;
  bottom: 0;
  padding: 20px;
  width: 315px;
  border-radius: 0 0 10px 10px;
}

@media (min-width: 992px) {
  .emergency-trigger-panel {
    border-radius: 0 10px 10px 0;
    position: absolute;
  }
}
.emergency-trigger-close {
  position: absolute;
  right: -13px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  top: 0;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
}

@media (min-width: 992px) {
  .emergency-trigger-close {
    transform: translateY(-50%);
    top: 50%;
    width: 46px;
    right: -23px;
    height: 46px;
  }
}
.emergency-trigger-close > img {
  width: 89%;
  max-width: 22px;
  display: block;
  height: 22px;
  margin: 0 auto;
}

.emergency-trigger.is-open .emergency-trigger-panel {
  display: flex !important;
}

.search-form {
  width: 100%;
  max-width: 1039px;
  padding: 20px 10px;
}

@media (min-width: 992px) {
  .search-form {
    padding: 30px 26px;
  }
}
.search-form > form {
  margin-bottom: 0 !important;
}

.search-form-title {
  color: #003a70;
  margin: 0 0 7px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .search-form-title {
    font-size: 19px;
  }
}
.search-form-group {
  flex: 1;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .search-form-group {
    padding-right: 0 !important;
  }
}
.search-form-control {
  border-color: transparent;
  font-size: 14px;
  padding: 8px 15px 8px 50px !important;
  height: 49px;
}

@media (min-width: 992px) {
  .search-form-control {
    border-color: rgba(0, 58, 112, 0.7);
    font-size: 18px;
    padding: 17px 15px 17px 52px !important;
    height: 70px;
  }
}
.search-form-control-search {
  background: #f7f7f7 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjg2NTcgMjAuNTcwM0wxNS40NzQ5IDE0LjE3OTRDMTYuNjg3IDEyLjY4MjkgMTcuNDE2NyAxMC43ODA1IDE3LjQxNjcgOC43MDkxQzE3LjQxNjcgMy45MDczMyAxMy41MTAxIDAuMDAwNzMyNDIyIDguNzA4MzIgMC4wMDA3MzI0MjJDMy45MDY1NSAwLjAwMDczMjQyMiAwIDMuOTA3MzMgMCA4LjcwOTFDMCAxMy41MTA5IDMuOTA2NiAxNy40MTc1IDguNzA4MzYgMTcuNDE3NUMxMC43Nzk3IDE3LjQxNzUgMTIuNjgyMiAxNi42ODc4IDE0LjE3ODcgMTUuNDc1N0wyMC41Njk1IDIxLjg2NjVDMjAuNzQ4NiAyMi4wNDU1IDIxLjAzODcgMjIuMDQ1NSAyMS4yMTc4IDIxLjg2NjVMMjEuODY1OCAyMS4yMTg0QzIyLjA0NDcgMjEuMDM5NCAyMi4wNDQ3IDIwLjc0OTIgMjEuODY1NyAyMC41NzAzWk04LjcwODM2IDE1LjU4NDFDNC45MTcyNyAxNS41ODQxIDEuODMzMzUgMTIuNTAwMiAxLjgzMzM1IDguNzA5MUMxLjgzMzM1IDQuOTE4IDQuOTE3MjcgMS44MzQwOCA4LjcwODM2IDEuODM0MDhDMTIuNDk5NSAxLjgzNDA4IDE1LjU4MzQgNC45MTggMTUuNTgzNCA4LjcwOTFDMTUuNTgzNCAxMi41MDAyIDEyLjQ5OTUgMTUuNTg0MSA4LjcwODM2IDE1LjU4NDFaIiBmaWxsPSIjMDAzOTc0Ii8+Cjwvc3ZnPgo=) no-repeat 15px;
}

.search-form-control-location {
  background: #f7f7f7 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xMSAwLjAwMDczMjQyMkM2LjczNTI3IDAuMDAwNzMyNDIyIDMuMjY1NjIgMy40NzAzNyAzLjI2NTYyIDcuNzM1MTFDMy4yNjU2MiA5LjE3NjAyIDMuNjY0NzYgMTAuNTgyMiA0LjQyMDE1IDExLjgwMjJMMTAuNTU5NyAyMS42OTZDMTAuNjc3MyAyMS44ODU2IDEwLjg4NDUgMjIuMDAwNyAxMS4xMDc0IDIyLjAwMDdDMTEuMTA5MSAyMi4wMDA3IDExLjExMDggMjIuMDAwNyAxMS4xMTI1IDIyLjAwMDdDMTEuMzM3MyAyMS45OTkgMTEuNTQ0OSAyMS44ODAyIDExLjY2MDMgMjEuNjg3NEwxNy42NDM0IDExLjY5NzdDMTguMzU3MiAxMC41MDM1IDE4LjczNDQgOS4xMzMyNyAxOC43MzQ0IDcuNzM1MTFDMTguNzM0NCAzLjQ3MDM3IDE1LjI2NDcgMC4wMDA3MzI0MjIgMTEgMC4wMDA3MzI0MjJaTTE2LjUzNzIgMTEuMDM1OUwxMS4wOTc2IDIwLjExODFMNS41MTU3NyAxMS4xMjNDNC44ODcwMSAxMC4xMDc2IDQuNTQ2MDkgOC45MzYwOCA0LjU0NjA5IDcuNzM1MTFDNC41NDYwOSA0LjE4MTE2IDcuNDQ2MDUgMS4yODEyIDExIDEuMjgxMkMxNC41NTM5IDEuMjgxMiAxNy40NDk2IDQuMTgxMTYgMTcuNDQ5NiA3LjczNTExQzE3LjQ0OTYgOC45MDA0NiAxNy4xMzEyIDEwLjA0MiAxNi41MzcyIDExLjAzNTlaIiBmaWxsPSIjMDAzOTc0Ii8+CjxwYXRoIGQ9Ik0xMSAzLjg2NzkyQzguODY3NjMgMy44Njc5MiA3LjEzMjgxIDUuNjAyNzQgNy4xMzI4MSA3LjczNTExQzcuMTMyODEgOS44NTM4NSA4LjgzOTQgMTEuNjAyMyAxMSAxMS42MDIzQzEzLjE4NzIgMTEuNjAyMyAxNC44NjcyIDkuODMwNTYgMTQuODY3MiA3LjczNTExQzE0Ljg2NzIgNS42MDI3NCAxMy4xMzI0IDMuODY3OTIgMTEgMy44Njc5MlpNMTEgMTAuMzIxOEM5LjU3MDk5IDEwLjMyMTggOC40MTMyOCA5LjE2MDI1IDguNDEzMjggNy43MzUxMUM4LjQxMzI4IDYuMzEzNTMgOS41Nzg0MiA1LjE0ODM5IDExIDUuMTQ4MzlDMTIuNDIxNiA1LjE0ODM5IDEzLjU4MjQgNi4zMTM1MyAxMy41ODI0IDcuNzM1MTFDMTMuNTgyNCA5LjEzOTQ1IDEyLjQ1MTcgMTAuMzIxOCAxMSAxMC4zMjE4WiIgZmlsbD0iIzAwMzk3NCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjAwMDczMjQyMikiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat 15px;
  padding-right: 35px;
}

.search-form-control-sm {
  font-size: 1rem;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 400;
}

.search-form-btn {
  padding: 17px 15px;
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .search-form-btn {
    padding: 20px 15px;
    font-size: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 70px;
  }
}
.search-form-btn-sm {
  padding-top: 19px;
  padding-bottom: 19px;
}

@media (min-width: 992px) {
  .search-form-btn-sm {
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: 248px;
  }
}
.search-form-location-btn {
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  margin-top: -3px;
}

.search-form .error {
  color: #f94242;
  font-size: 13px;
  position: absolute;
}

.search-form .ng-select .ng-select-container {
  align-items: normal;
}

.search-form .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  flex-wrap: nowrap !important;
}

.search-form .ng-select .ng-clear-wrapper {
  top: 7px;
}

.header-inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.headerMobControl .icon-search {
  width: 18px;
}

@media (max-width: 991.98px) {
  body {
    padding-bottom: 66px;
  }
}
.overlay-search {
  position: fixed;
  top: 0;
  bottom: 66px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.97);
  z-index: 9;
  padding-top: 118px;
  display: none;
}

.overlay-search-close {
  position: absolute;
  top: 85px;
  right: 15px;
}

@media (max-width: 991.98px) {
  .overlay-search.is-show {
    display: block;
  }
}
.headerPrimary-trigger.collapsed .fa-times,
.headerPrimary-trigger:not(.collapsed) .fa-chevron-down {
  display: none;
}

.headerSecondry .dropdown-toggle::after {
  vertical-align: middle;
  margin-top: 2px;
}

.quick-query-dropdown {
  min-width: 300px;
  margin-top: 10px !important;
  border-radius: 0 0 10px 10px;
  background-color: #0082a8 !important;
}

.quick-query-dropdown::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 35px;
  border: 7px solid;
  border-color: transparent transparent #0082a8 transparent;
}

.autosuggest-target-wrapper .twitter-typeahead {
  height: 100%;
  width: 100%;
}

.autosuggest-target-menu {
  right: 0;
  margin-left: 1px;
  margin-top: -6px;
  background: #fff;
  max-height: 325px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  border-radius: 0 0 10px 10px;
}

@media (min-width: 992px) {
  .autosuggest-target-menu {
    max-height: 375px;
  }
}
.autosuggest-target-header {
  margin: 0;
  color: #383838;
  background: #cdcdcd;
}

.autosuggest-target-suggestion,
.autosuggest-target-header {
  font-size: 14px;
  padding: 12px;
}

@media (min-width: 992px) {
  .autosuggest-target-suggestion,
  .autosuggest-target-header {
    font-size: 18px;
  }
}
.autosuggest-target-cursor,
.autosuggest-target-suggestion:hover {
  background-color: #f7f7f7;
}

.search-single {
  height: 70px;
  width: 100%;
  max-width: 764px;
  margin: auto;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 3;
}

.search-single-sm {
  height: 55px;
}

.search-single-group {
  flex: 1;
}

.search-single-form-control {
  height: 100%;
  border-radius: 10px 0 0 10px;
  font-size: 18px;
  color: #003a70;
  padding: 0 20px 0 55px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjg2NTcgMjAuNTcwM0wxNS40NzQ5IDE0LjE3OTRDMTYuNjg3IDEyLjY4MjkgMTcuNDE2NyAxMC43ODA1IDE3LjQxNjcgOC43MDkxQzE3LjQxNjcgMy45MDczMyAxMy41MTAxIDAuMDAwNzMyNDIyIDguNzA4MzIgMC4wMDA3MzI0MjJDMy45MDY1NSAwLjAwMDczMjQyMiAwIDMuOTA3MzMgMCA4LjcwOTFDMCAxMy41MTA5IDMuOTA2NiAxNy40MTc1IDguNzA4MzYgMTcuNDE3NUMxMC43Nzk3IDE3LjQxNzUgMTIuNjgyMiAxNi42ODc4IDE0LjE3ODcgMTUuNDc1N0wyMC41Njk1IDIxLjg2NjVDMjAuNzQ4NiAyMi4wNDU1IDIxLjAzODcgMjIuMDQ1NSAyMS4yMTc4IDIxLjg2NjVMMjEuODY1OCAyMS4yMTg0QzIyLjA0NDcgMjEuMDM5NCAyMi4wNDQ3IDIwLjc0OTIgMjEuODY1NyAyMC41NzAzWk04LjcwODM2IDE1LjU4NDFDNC45MTcyNyAxNS41ODQxIDEuODMzMzUgMTIuNTAwMiAxLjgzMzM1IDguNzA5MUMxLjgzMzM1IDQuOTE4IDQuOTE3MjcgMS44MzQwOCA4LjcwODM2IDEuODM0MDhDMTIuNDk5NSAxLjgzNDA4IDE1LjU4MzQgNC45MTggMTUuNTgzNCA4LjcwOTFDMTUuNTgzNCAxMi41MDAyIDEyLjQ5OTUgMTUuNTg0MSA4LjcwODM2IDE1LjU4NDFaIiBmaWxsPSIjMDAzOTc0Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 20px;
  border-right: none;
}

.search-single-form-control::-webkit-input-placeholder {
  color: rgba(0, 58, 112, 0.6);
}

.search-single-form-control:-moz-placeholder {
  color: rgba(0, 58, 112, 0.6);
}

.search-single-form-control::-moz-placeholder {
  color: rgba(0, 58, 112, 0.6);
}

.search-single-form-control:-ms-input-placeholder {
  color: rgba(0, 58, 112, 0.6);
}

.search-single-btn {
  min-width: 179px;
  font-size: 22px;
  border-radius: 0 10px 10px 0;
}

.search-single-overlap-btn {
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

.btn-primary {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-primary:hover {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
  box-shadow: 0 0 0 0.2rem rgba(38, 88, 133, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 88, 133, 0.5);
}

.btn-green-darken {
  color: #fff;
  background-color: #0082a8;
  border-color: #0082a8;
}

.btn-green-darken:hover {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-green-darken:focus,
.btn-green-darken.focus {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
  box-shadow: 0 0 0 0.2rem rgba(38, 149, 181, 0.5);
}

.btn-green-darken.disabled,
.btn-green-darken:disabled {
  color: #fff;
  background-color: #0082a8;
  border-color: #0082a8;
}

.btn-green-darken:not(:disabled):not(.disabled):active,
.btn-green-darken:not(:disabled):not(.disabled).active,
.show > .btn-green-darken.dropdown-toggle {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-green-darken:not(:disabled):not(.disabled):active:focus,
.btn-green-darken:not(:disabled):not(.disabled).active:focus,
.show > .btn-green-darken.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 149, 181, 0.5);
}

.btn-primary-shaded {
  color: #fff;
  background-color: #005e8c;
  border-color: #005e8c;
}

.btn-primary-shaded:hover {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-primary-shaded:focus,
.btn-primary-shaded.focus {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
  box-shadow: 0 0 0 0.2rem rgba(38, 118, 157, 0.5);
}

.btn-primary-shaded.disabled,
.btn-primary-shaded:disabled {
  color: #fff;
  background-color: #005e8c;
  border-color: #005e8c;
}

.btn-primary-shaded:not(:disabled):not(.disabled):active,
.btn-primary-shaded:not(:disabled):not(.disabled).active,
.show > .btn-primary-shaded.dropdown-toggle {
  color: #fff;
  background-color: #003c59;
  border-color: #00334c;
}

.btn-primary-shaded:not(:disabled):not(.disabled):active:focus,
.btn-primary-shaded:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-shaded.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 118, 157, 0.5);
}

.btn-primary-outline {
  color: #212529;
  background-color: #fff;
  border-color: #003a70;
}

.btn-primary-outline:hover {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
  box-shadow: 0 0 0 0.2rem rgba(5, 55, 101, 0.5);
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #003a70;
}

.btn-primary-outline:not(:disabled):not(.disabled):active,
.btn-primary-outline:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-primary-outline:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 55, 101, 0.5);
}

.btn-default {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
}

.btn-default:hover {
  color: #fff;
  background-color: #2c9897;
  border-color: #298f8d;
}

.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #2c9897;
  border-color: #298f8d;
  box-shadow: 0 0 0 0.2rem rgba(83, 193, 191, 0.5);
}

.btn-default.disabled,
.btn-default:disabled {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
}

.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #298f8d;
  border-color: #278583;
}

.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 193, 191, 0.5);
}

.btn-secondary-outline {
  color: #35b6b4;
  border-color: #35b6b4;
}

.btn-secondary-outline.green-lighten {
  color: #013a70;
  border-color: #dbf0f0;
  background: #dbf0f0;
}

.btn-secondary-outline:hover {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
}

.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 182, 180, 0.5);
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #35b6b4;
  background-color: transparent;
}

.btn-secondary-outline:not(:disabled):not(.disabled):active,
.btn-secondary-outline:not(:disabled):not(.disabled).active,
.show > .btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
}

.btn-secondary-outline:not(:disabled):not(.disabled):active:focus,
.btn-secondary-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 182, 180, 0.5);
}

.btn-white-outline {
  color: #fff;
  border-color: #fff;
}

.btn-white-outline:hover {
  color: #35b6b4;
  background-color: #fff;
  border-color: #fff;
}

.btn-white-outline:focus,
.btn-white-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-white-outline:not(:disabled):not(.disabled):active,
.btn-white-outline:not(:disabled):not(.disabled).active,
.show > .btn-white-outline.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white-outline:not(:disabled):not(.disabled):active:focus,
.btn-white-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-border-light {
  border: 1px solid #fff;
}

.btn-xxs {
  font-size: 12px;
}

.btn-link {
  color: #0084ff;
}

.btn-link:hover {
  color: #003a70;
}

@media (max-width: 991.98px) {
  .btn-lg {
    font-size: 18px;
  }
}
.btn-as-select {
  padding: 14px 18px;
}

.btn-icon-box {
  width: 30px;
}

.btn-with-icon-shade {
  background-color: #005e8c !important;
}

.btn-with-icon-sm {
  max-width: 180px !important;
}

@media (min-width: 768px) {
  .btn-with-icon-sm {
    max-width: 200px !important;
  }
}
.btn-with-icon-md {
  max-width: 210px !important;
}

@media (min-width: 992px) {
  .btn-with-icon-md {
    max-width: 225px !important;
  }
}
.btn-with-icon-lg {
  max-width: 210px !important;
}

@media (min-width: 992px) {
  .btn-with-icon-lg {
    max-width: 245px !important;
  }
}
@media (max-width: 991.98px) {
  .btn-with-icon.sm-on-mob {
    max-width: 180px !important;
  }
}
.btn-with-icon-xs {
  max-width: 160px;
}

.btn-wide {
  width: 100%;
  max-width: 235px;
}

.btn-circle {
  border-radius: 40px;
}

.table-button {
  width: 25px;
  height: 25px;
}

.footer {
  background: #003a70;
  padding: 45px 0 40px;
}

.footer a {
  transition: transform 200ms ease-in-out, color 200ms ease-in-out;
}

.footer a:not(.footer-bordered-link):hover,
.footer a:not(.footer-bordered-link):focus {
  transform: translateX(10px);
  text-decoration: none;
  color: #84d5ce !important;
}

.footer-inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .footer-inner {
    padding: 0 40px !important;
  }
}
.footer-social-link {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-link:hover {
  color: #003a70;
  background: #fff;
  text-decoration: none;
}

.footer-bordered-link {
  display: inline-block;
  padding: 4px 9px;
  border: 1px dashed #fff;
  color: #fff;
  border-radius: 5px;
}

.footer-bordered-link:hover {
  color: #003a70;
  background: #fff;
  text-decoration: none;
}

.footer-search .autosuggest-target-menu {
  top: auto !important;
  bottom: 100% !important;
}

.btn-primary {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-primary:hover {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
  box-shadow: 0 0 0 0.2rem rgba(38, 88, 133, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 88, 133, 0.5);
}

.btn-green-darken {
  color: #fff;
  background-color: #0082a8;
  border-color: #0082a8;
}

.btn-green-darken:hover {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-green-darken:focus,
.btn-green-darken.focus {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
  box-shadow: 0 0 0 0.2rem rgba(38, 149, 181, 0.5);
}

.btn-green-darken.disabled,
.btn-green-darken:disabled {
  color: #fff;
  background-color: #0082a8;
  border-color: #0082a8;
}

.btn-green-darken:not(:disabled):not(.disabled):active,
.btn-green-darken:not(:disabled):not(.disabled).active,
.show > .btn-green-darken.dropdown-toggle {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-green-darken:not(:disabled):not(.disabled):active:focus,
.btn-green-darken:not(:disabled):not(.disabled).active:focus,
.show > .btn-green-darken.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 149, 181, 0.5);
}

.btn-primary-shaded {
  color: #fff;
  background-color: #005e8c;
  border-color: #005e8c;
}

.btn-primary-shaded:hover {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-primary-shaded:focus,
.btn-primary-shaded.focus {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
  box-shadow: 0 0 0 0.2rem rgba(38, 118, 157, 0.5);
}

.btn-primary-shaded.disabled,
.btn-primary-shaded:disabled {
  color: #fff;
  background-color: #005e8c;
  border-color: #005e8c;
}

.btn-primary-shaded:not(:disabled):not(.disabled):active,
.btn-primary-shaded:not(:disabled):not(.disabled).active,
.show > .btn-primary-shaded.dropdown-toggle {
  color: #fff;
  background-color: #003c59;
  border-color: #00334c;
}

.btn-primary-shaded:not(:disabled):not(.disabled):active:focus,
.btn-primary-shaded:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-shaded.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 118, 157, 0.5);
}

.btn-primary-outline {
  color: #212529;
  background-color: #fff;
  border-color: #003a70;
}

.btn-primary-outline:hover {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
  box-shadow: 0 0 0 0.2rem rgba(5, 55, 101, 0.5);
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #003a70;
}

.btn-primary-outline:not(:disabled):not(.disabled):active,
.btn-primary-outline:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #003a70;
  border-color: #003a70;
}

.btn-primary-outline:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 55, 101, 0.5);
}

.btn-default {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
}

.btn-default:hover {
  color: #fff;
  background-color: #2c9897;
  border-color: #298f8d;
}

.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #2c9897;
  border-color: #298f8d;
  box-shadow: 0 0 0 0.2rem rgba(83, 193, 191, 0.5);
}

.btn-default.disabled,
.btn-default:disabled {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
}

.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #298f8d;
  border-color: #278583;
}

.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 193, 191, 0.5);
}

.btn-secondary-outline {
  color: #35b6b4;
  border-color: #35b6b4;
}

.btn-secondary-outline.green-lighten {
  color: #013a70;
  border-color: #dbf0f0;
  background: #dbf0f0;
}

.btn-secondary-outline:hover {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
}

.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 182, 180, 0.5);
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #35b6b4;
  background-color: transparent;
}

.btn-secondary-outline:not(:disabled):not(.disabled):active,
.btn-secondary-outline:not(:disabled):not(.disabled).active,
.show > .btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #35b6b4;
  border-color: #35b6b4;
}

.btn-secondary-outline:not(:disabled):not(.disabled):active:focus,
.btn-secondary-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 182, 180, 0.5);
}

.btn-white-outline {
  color: #fff;
  border-color: #fff;
}

.btn-white-outline:hover {
  color: #35b6b4;
  background-color: #fff;
  border-color: #fff;
}

.btn-white-outline:focus,
.btn-white-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-white-outline:not(:disabled):not(.disabled):active,
.btn-white-outline:not(:disabled):not(.disabled).active,
.show > .btn-white-outline.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white-outline:not(:disabled):not(.disabled):active:focus,
.btn-white-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-border-light {
  border: 1px solid #fff;
}

.btn-xxs {
  font-size: 12px;
}

.btn-link {
  color: #0084ff;
}

.btn-link:hover {
  color: #003a70;
}

@media (max-width: 991.98px) {
  .btn-lg {
    font-size: 18px;
  }
}
.btn-as-select {
  padding: 14px 18px;
}

.btn-icon-box {
  width: 30px;
}

.btn-with-icon-shade {
  background-color: #005e8c !important;
}

.btn-with-icon-sm {
  max-width: 180px !important;
}

@media (min-width: 768px) {
  .btn-with-icon-sm {
    max-width: 200px !important;
  }
}
.btn-with-icon-md {
  max-width: 210px !important;
}

@media (min-width: 992px) {
  .btn-with-icon-md {
    max-width: 225px !important;
  }
}
.btn-with-icon-lg {
  max-width: 210px !important;
}

@media (min-width: 992px) {
  .btn-with-icon-lg {
    max-width: 245px !important;
  }
}
@media (max-width: 991.98px) {
  .btn-with-icon.sm-on-mob {
    max-width: 180px !important;
  }
}
.btn-with-icon-xs {
  max-width: 160px;
}

.btn-wide {
  width: 100%;
  max-width: 235px;
}

.btn-circle {
  border-radius: 40px;
}

.table-button {
  width: 25px;
  height: 25px;
}

.color-base {
  color: #383838;
}

@media (min-width: 992px) {
  .color-lg-base {
    color: #383838;
  }
}
.color-red {
  color: #f94242 !important;
}

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

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

.color-gray-600 {
  color: #616161 !important;
}

@media (min-width: 992px) {
  .color-lg-blue {
    color: #003a70 !important;
  }
}
@media (min-width: 992px) {
  .color-gray-lg-600 {
    color: #616161 !important;
  }
}
.color-gray-500 {
  color: #545454 !important;
}

.color-white {
  color: #fff;
}

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

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

.bg-blue-lighten {
  background-color: #eaf3fb;
}

.bg-green {
  background-color: #35b6b4;
}

.bg-green-dark {
  background-color: #00a5bf;
}

.bg-green-lighten {
  background-color: #84d5ce;
}

.bg-green-darken {
  background-color: #0082a8;
}

@media (min-width: 992px) {
  .bg-lg-white {
    background-color: #fff !important;
  }
}
.bg-backdrop-white {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-gray-100 {
  background: #f7f7f7;
}

.bg-green-light {
  background: rgba(53, 182, 180, 0.2);
}

@media (min-width: 992px) {
  .bg-lg-green-light {
    background: rgba(53, 182, 180, 0.2);
  }
}
.link-gray-600 {
  color: #616161;
}

.link-gray-600:hover,
.link-gray-600:focus {
  color: #35b6b4;
}

@media (min-width: 768px) {
  .f-md-base {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .f-md-18 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .f-md-24 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .f-md-26 {
    font-size: 26px;
  }
}
.site-heading-with-border {
  position: relative;
}

.site-heading-with-border::after {
  content: "";
  display: block;
  border-bottom: 1px solid #cfcfcf;
}

.site-heading-with-border > span {
  display: inline-block;
}

.site-heading-with-border > span::after {
  content: "";
  display: block;
  border-bottom: 3px solid #003a70;
  margin-bottom: -1px;
}

.site-heading-with-border.no-light-border::after {
  display: none;
}

.l-h-12 {
  line-height: 1.2;
}

@media (min-width: 992px) {
  .lh-lg-normal {
    line-height: normal;
  }
}
.lh-lg-normal {
  line-height: normal;
}

.font-weight-light-bold {
  font-weight: 500;
}

.font-weight-semi-bold {
  font-weight: 600;
}

@media (min-width: 992px) {
  .font-weight-lg-semi-bold {
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .font-weight-lg-bold {
    font-weight: 700 !important;
  }
}
.site-content ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: 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;
  }
}
.site-content p:last-of-type {
  margin-bottom: 0;
}

.site-content ul li {
  text-indent: -0.7em;
  padding-left: 1.5em;
}

.site-content ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

.site-content ul li::before {
  content: "●";
  font-size: 17px;
  color: #cfcfcf;
  position: relative;
  left: -0.7em;
}

.site-content-bullets ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-content-bullets ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.site-content-bullets ul li::before {
  font-size: 0.65em;
  content: "●";
  position: relative;
  top: -2px;
  padding-right: 1em;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 24px;
}

.f-25 {
  font-size: 25px;
}

.f-26 {
  font-size: 26px;
}

.f-27 {
  font-size: 27px;
}

.f-28 {
  font-size: 28px;
}

.f-29 {
  font-size: 29px;
}

.f-30 {
  font-size: 30px;
}

.f-31 {
  font-size: 31px;
}

.f-32 {
  font-size: 32px;
}

.f-base {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .f-lg-12 {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-13 {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-15 {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-17 {
    font-size: 17px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-19 {
    font-size: 19px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-21 {
    font-size: 21px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-22 {
    font-size: 22px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-23 {
    font-size: 23px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-25 {
    font-size: 25px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-26 {
    font-size: 26px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-27 {
    font-size: 27px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-28 {
    font-size: 28px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-29 {
    font-size: 29px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-30 {
    font-size: 30px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-31 {
    font-size: 31px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-32 {
    font-size: 32px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-36 {
    font-size: 36px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 992px) {
  .f-lg-50 {
    font-size: 50px !important;
  }
}
@media (min-width: 992px) {
  .font-weight-lg-normal {
    font-weight: 400 !important;
  }
}
strong,
b {
  font-weight: 600;
}

.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;
}

: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;
}

.search-form {
  background: #fff;
  border-radius: 10px;
}

.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;
  }
}
.btn-with-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 11px 52px 11px 19px;
  padding-left: 0 !important;
  padding-right: 52px !important;
  max-width: 220px;
  height: 48px;
  color: #fff;
  background: #0082a8;
  overflow: hidden;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .btn-with-icon {
    max-width: 289px;
    padding: 11px 52px 11px 38px;
    height: 58px;
  }
}
@media (max-width: 991px) {
  .btn-with-icon.align-left-on-sm {
    justify-content: start !important;
    padding-left: 20px !important;
  }
}
.btn-with-icon::after {
  content: "";
  height: 100%;
  width: 52px;
  background: #00a5bf url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTM2Ny45NTQsMjEzLjU4OEwxNjAuNjcsNS44NzJjLTcuODA0LTcuODE5LTIwLjQ2Ny03LjgzMS0yOC4yODQtMC4wMjljLTcuODE5LDcuODAyLTcuODMyLDIwLjQ2NS0wLjAzLDI4LjI4NCAgICBsMjA3LjI5OSwyMDcuNzMxYzcuNzk4LDcuNzk4LDcuNzk4LDIwLjQ4Ni0wLjAxNSwyOC4yOTlMMTMyLjM1Niw0NzcuODczYy03LjgwMiw3LjgxOS03Ljc4OSwyMC40ODIsMC4wMywyOC4yODQgICAgYzMuOTAzLDMuODk2LDkuMDE2LDUuODQzLDE0LjEyNyw1Ljg0M2M1LjEyNSwwLDEwLjI1LTEuOTU4LDE0LjE1Ny01Ljg3M2wyMDcuMjY5LTIwNy43MDEgICAgQzM5MS4zMzMsMjc1LjAzMiwzOTEuMzMzLDIzNi45NjcsMzY3Ljk1NCwyMTMuNTg4eiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=) no-repeat center;
  background-size: 16px 16px;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 200ms ease-in-out;
}

.btn-with-icon:hover,
.btn-with-icon:focus {
  color: #fff;
  text-decoration: none;
  background: #007294;
}

.btn-with-icon:hover:after,
.btn-with-icon:focus:after {
  width: 55px;
}

[disabled].btn-with-icon,
.disabled.btn-with-icon {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.doctor-img-carousel .slick-dots,
.doctor-img-carousel-wrap .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor-img-carousel .slick-dots > li > button,
.doctor-img-carousel-wrap .slick-dots > li > button {
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDMwLjA2NSAzMC4wNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPHBhdGggc3R5bGU9IiIgZD0iTTI2LjUxMSwxMi4wMDRMNi4yMzMsMC40NjNjLTIuMTUxLTEuMjI4LTQuMzQ0LDAuMTE1LTQuMzQ0LDIuNTN2MjQuMDkzICAgYzAsMi4wNDYsMS4zMzIsMi45NzksMi41NywyLjk3OWMwLjU4MywwLDEuMTc3LTAuMTg0LDEuNzY3LTAuNTQzbDIwLjM2OS0xMi40NjhjMS4wMjQtMC42MjksMS41OTktMS41NiwxLjU4MS0yLjU1NSAgIEMyOC4xNTksMTMuNTAzLDI3LjU1MywxMi41OTMsMjYuNTExLDEyLjAwNHogTTI1LjIzLDE0LjgyN0w0Ljg2MiwyNy4yOTJjLTAuMTM3LDAuMDg0LTAuMjQ1LDAuMTI2LTAuMzE5LDAuMTQ3ICAgYy0wLjAyLTAuMDc0LTAuMDQtMC4xODgtMC4wNC0wLjM1M1YyLjk5NGMwLTAuMjQ4LDAuMDQ1LTAuMzczLDAuMDQ1LTAuNDA0YzAuMDgsMC4wMDUsMC4yMiwwLjA0NiwwLjM5NiwwLjE0NmwyMC4yNzUsMTEuNTQxICAgYzAuMjUsMC4xNDMsMC4zMjQsMC4yNjcsMC4zNDgsMC4yNEMyNS41NTQsMTQuNTUxLDI1LjQ2OSwxNC42NzgsMjUuMjMsMTQuODI3eiIgZmlsbD0iI2M0YzRjNCIgZGF0YS1vcmlnaW5hbD0iIzAxMDAwMiIgY2xhc3M9IiI+PC9wYXRoPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=) no-repeat center/cover;
  font-size: 0;
  padding: 0;
  margin: 0 4px;
  width: 12px;
  height: 12px;
  border: none;
  transition: width 160ms, height 160ms;
}

.doctor-img-carousel .slick-dots > li.slick-active > button,
.doctor-img-carousel-wrap .slick-dots > li.slick-active > button {
  height: 6px;
  width: 15px;
  background: #c4c4c4;
  border-radius: 15px;
}

.accordion-trigger {
  position: relative;
}

.accordion-trigger-chevron {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 300ms ease;
}

.accordion-trigger.collapsed .accordion-trigger-chevron {
  transform: translateY(-50%) rotate(0deg);
}

.date-calendar .datepicker,
.date-calendar .datepicker-days > table,
.date-calendar .datepicker-months > table,
.date-calendar .datepicker-years > table,
.date-calendar .datepicker-decades > table,
.date-calendar .datepicker-centuries > table {
  width: 100%;
}

.date-calendar .datepicker-days > table .prev,
.date-calendar .datepicker-days > table .next,
.date-calendar .datepicker-months > table .prev,
.date-calendar .datepicker-months > table .next,
.date-calendar .datepicker-years > table .prev,
.date-calendar .datepicker-years > table .next,
.date-calendar .datepicker-decades > table .prev,
.date-calendar .datepicker-decades > table .next,
.date-calendar .datepicker-centuries > table .prev,
.date-calendar .datepicker-centuries > table .next {
  font-size: 16px;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0;
  color: #003a70;
}

.date-calendar .datepicker-days > table .prev::before,
.date-calendar .datepicker-months > table .prev::before,
.date-calendar .datepicker-years > table .prev::before,
.date-calendar .datepicker-decades > table .prev::before,
.date-calendar .datepicker-centuries > table .prev::before {
  content: "\f053";
  font-size: 16px;
}

.date-calendar .datepicker-days > table .next::before,
.date-calendar .datepicker-months > table .next::before,
.date-calendar .datepicker-years > table .next::before,
.date-calendar .datepicker-decades > table .next::before,
.date-calendar .datepicker-centuries > table .next::before {
  content: "\f054";
  font-size: 16px;
}

.date-calendar .datepicker-days > table > thead > tr:nth-child(2),
.date-calendar .datepicker-months > table > thead > tr:nth-child(2),
.date-calendar .datepicker-years > table > thead > tr:nth-child(2),
.date-calendar .datepicker-decades > table > thead > tr:nth-child(2),
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(2) {
  height: 42px;
  vertical-align: top;
}

.date-calendar .datepicker-days > table > thead > tr:nth-child(2) > th,
.date-calendar .datepicker-months > table > thead > tr:nth-child(2) > th,
.date-calendar .datepicker-years > table > thead > tr:nth-child(2) > th,
.date-calendar .datepicker-decades > table > thead > tr:nth-child(2) > th,
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(2) > th {
  height: 20px;
  color: #616161;
}

.date-calendar .datepicker-days > table > thead > tr:nth-child(3),
.date-calendar .datepicker-months > table > thead > tr:nth-child(3),
.date-calendar .datepicker-years > table > thead > tr:nth-child(3),
.date-calendar .datepicker-decades > table > thead > tr:nth-child(3),
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(3) {
  background: #00a5bf;
}

.date-calendar .datepicker-days > table > thead > tr:nth-child(3) th,
.date-calendar .datepicker-months > table > thead > tr:nth-child(3) th,
.date-calendar .datepicker-years > table > thead > tr:nth-child(3) th,
.date-calendar .datepicker-decades > table > thead > tr:nth-child(3) th,
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(3) th {
  border-radius: 0;
  color: #fff;
  width: 50px;
  height: 45px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.date-calendar .datepicker-days > table > thead > tr:nth-child(3) th:first-child,
.date-calendar .datepicker-months > table > thead > tr:nth-child(3) th:first-child,
.date-calendar .datepicker-years > table > thead > tr:nth-child(3) th:first-child,
.date-calendar .datepicker-decades > table > thead > tr:nth-child(3) th:first-child,
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(3) th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.date-calendar .datepicker-days > table > thead > tr:nth-child(3) th:last-child,
.date-calendar .datepicker-months > table > thead > tr:nth-child(3) th:last-child,
.date-calendar .datepicker-years > table > thead > tr:nth-child(3) th:last-child,
.date-calendar .datepicker-decades > table > thead > tr:nth-child(3) th:last-child,
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(3) th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.date-calendar .datepicker-days > table > thead > tr:nth-child(3) th:not(:last-child)::after,
.date-calendar .datepicker-months > table > thead > tr:nth-child(3) th:not(:last-child)::after,
.date-calendar .datepicker-years > table > thead > tr:nth-child(3) th:not(:last-child)::after,
.date-calendar .datepicker-decades > table > thead > tr:nth-child(3) th:not(:last-child)::after,
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(3) th:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  width: 1px;
  background: #fff;
  text-align: center;
}

.date-calendar .datepicker-days > table td,
.date-calendar .datepicker-months > table td,
.date-calendar .datepicker-years > table td,
.date-calendar .datepicker-decades > table td,
.date-calendar .datepicker-centuries > table td {
  height: 46px;
  font-size: 16px;
  color: #616161;
  border-radius: 50%;
}

.date-calendar .datepicker-days > table td:hover,
.date-calendar .datepicker-months > table td:hover,
.date-calendar .datepicker-years > table td:hover,
.date-calendar .datepicker-decades > table td:hover,
.date-calendar .datepicker-centuries > table td:hover {
  background: transparent !important;
}

.date-calendar .datepicker-days > table td:hover {
  color: #00a5bf;
}

.date-calendar .datepicker-days > table td.active,
.date-calendar .datepicker-days > table td.active:hover,
.date-calendar .datepicker-days > table td.active.disabled:hover,
.date-calendar .datepicker-days > table td.today,
.date-calendar .datepicker-days > table td.today.disabled,
.date-calendar .datepicker-days > table td.today.disabled:hover,
.date-calendar .datepicker-days > table td.color-blue,
.date-calendar .datepicker-days > table td.color-green,
.date-calendar .datepicker-days > table td.color-green-dark,
.date-calendar .datepicker-days > table td.color-green-lighten,
.date-calendar .datepicker-days > table td.color-multi-2,
.date-calendar .datepicker-days > table td.color-multi-3,
.date-calendar .datepicker-days > table td.color-multi-4 {
  background: transparent !important;
  color: #fff !important;
  position: relative;
  z-index: 1;
}

.date-calendar .datepicker-days > table td.active::after,
.date-calendar .datepicker-days > table td.active:hover::after,
.date-calendar .datepicker-days > table td.active.disabled:hover::after,
.date-calendar .datepicker-days > table td.today::after,
.date-calendar .datepicker-days > table td.today.disabled::after,
.date-calendar .datepicker-days > table td.today.disabled:hover::after,
.date-calendar .datepicker-days > table td.color-blue::after,
.date-calendar .datepicker-days > table td.color-green::after,
.date-calendar .datepicker-days > table td.color-green-dark::after,
.date-calendar .datepicker-days > table td.color-green-lighten::after,
.date-calendar .datepicker-days > table td.color-multi-2::after,
.date-calendar .datepicker-days > table td.color-multi-3::after,
.date-calendar .datepicker-days > table td.color-multi-4::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: -1;
}

@media (min-width: 992px) {
  .date-calendar .datepicker-days > table td.active::after,
  .date-calendar .datepicker-days > table td.active:hover::after,
  .date-calendar .datepicker-days > table td.active.disabled:hover::after,
  .date-calendar .datepicker-days > table td.today::after,
  .date-calendar .datepicker-days > table td.today.disabled::after,
  .date-calendar .datepicker-days > table td.today.disabled:hover::after,
  .date-calendar .datepicker-days > table td.color-blue::after,
  .date-calendar .datepicker-days > table td.color-green::after,
  .date-calendar .datepicker-days > table td.color-green-dark::after,
  .date-calendar .datepicker-days > table td.color-green-lighten::after,
  .date-calendar .datepicker-days > table td.color-multi-2::after,
  .date-calendar .datepicker-days > table td.color-multi-3::after,
  .date-calendar .datepicker-days > table td.color-multi-4::after {
    width: 32px;
    height: 32px;
  }
}
.date-calendar .datepicker-days > table td.active::after,
.date-calendar .datepicker-days > table td.today::after,
.date-calendar .datepicker-days > table td.today.disabled::after,
.date-calendar .datepicker-days > table td.today.disabled:hover::after,
.date-calendar .datepicker-days > table td.today:hover::after {
  background: #003a70;
}

.date-calendar .datepicker-days > table td.color-blue,
.date-calendar .datepicker-days > table td.color-blue.active {
  color: #fff !important;
}

.date-calendar .datepicker-days > table td.color-blue::after,
.date-calendar .datepicker-days > table td.color-blue.active::after {
  background: #003a70;
}

.date-calendar .datepicker-days > table td.color-green,
.date-calendar .datepicker-days > table td.color-green.active {
  color: #fff !important;
}

.date-calendar .datepicker-days > table td.color-green::after,
.date-calendar .datepicker-days > table td.color-green.active::after {
  background: #35b6b4;
}

.date-calendar .datepicker-days > table td.color-green-dark,
.date-calendar .datepicker-days > table td.color-green-dark.active {
  color: #fff !important;
}

.date-calendar .datepicker-days > table td.color-green-dark::after,
.date-calendar .datepicker-days > table td.color-green-dark.active::after {
  background: #00a5bf;
}

.date-calendar .datepicker-days > table td.color-green-dark.day:hover::after {
  background: #003a70;
}

.date-calendar .datepicker-days > table td.color-green-lighten,
.date-calendar .datepicker-days > table td.color-green-lighten.active {
  color: #fff !important;
}

.date-calendar .datepicker-days > table td.color-green-lighten::after,
.date-calendar .datepicker-days > table td.color-green-lighten.active::after {
  background: #84d5ce;
}

.date-calendar .datepicker-days > table td.color-multi-2,
.date-calendar .datepicker-days > table td.color-multi-2.active {
  color: #fff !important;
}

.date-calendar .datepicker-days > table td.color-multi-2::after,
.date-calendar .datepicker-days > table td.color-multi-2.active::after {
  background: linear-gradient(to bottom, #35b6b4 50%, #003a70 50%);
}

.date-calendar .datepicker-days > table td.color-multi-3,
.date-calendar .datepicker-days > table td.color-multi-3.active {
  color: #fff !important;
}

.date-calendar .datepicker-days > table td.color-multi-3::after,
.date-calendar .datepicker-days > table td.color-multi-3.active::after {
  background: linear-gradient(to bottom, #84d5ce 26%, #003a70 26%, #003a70 78%, #35b6b4 0);
}

.date-calendar .datepicker-days > table td.color-multi-4,
.date-calendar .datepicker-days > table td.color-multi-4.active {
  color: #fff !important;
}

.date-calendar .datepicker-days > table td.color-multi-4::after,
.date-calendar .datepicker-days > table td.color-multi-4.active::after {
  background: linear-gradient(0deg, #003a70 25%, #35b6b4 25%, #35b6b4 50%, #00a5bf 50%, #00a5bf 75%, #84d5ce 75%);
}

.date-calendar .datepicker .datepicker-switch:hover,
.date-calendar .datepicker .next:hover,
.date-calendar .datepicker .prev:hover,
.date-calendar .datepicker tfoot tr th:hover {
  background-color: transparent;
}

.date-calendar .datepicker table tr td span.active,
.date-calendar .datepicker table tr td span.active.disabled,
.date-calendar .datepicker table tr td span.active.disabled:hover,
.date-calendar .datepicker table tr td span.active:hover {
  background: #003a70;
  color: #fff;
}

@media (min-width: 992px) {
  .doctor-detail-section {
    height: 429px;
  }
}
@media (max-width: 991.98px) {
  .doctor-detail-section {
    background: linear-gradient(to bottom, #0082a8 51%, transparent 51%);
  }
}
.doctor-img-carousel,
.doctor-img-carousel-wrap {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (min-width: 992px) {
  .doctor-img-carousel,
  .doctor-img-carousel-wrap {
    margin-right: 0;
    border-radius: 10px;
    max-width: 300px;
  }
}
.doctor-img-carousel-img,
.doctor-img-carousel-wrap-img {
  max-width: 300px;
  height: 250px;
  margin: 0 auto;
  -o-object-position: top;
     object-position: top;
}

@media (min-width: 992px) {
  .doctor-img-carousel-img,
  .doctor-img-carousel-wrap-img {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .doctor-img-carousel .slick-dots,
  .doctor-img-carousel-wrap .slick-dots {
    margin-top: 10px;
  }
}
.date-calendar-color-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .doctor-detail-rightpanel {
    padding-top: 0 !important;
  }
}
.box-shadow-sm,
.search-form {
  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) {
  .h-lg-240 {
    height: 240px !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;
  }
}
.floating-search-field {
  right: 75px;
  max-width: 160px;
}

.abs-search-btn {
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.search-btn-right-sm {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.ml-n15,
.mx-n15 {
  margin-left: -15px;
}

.mr-n15,
.mx-n15 {
  margin-right: -15px;
}

.ml-15,
.mx-15 {
  margin-left: 15px;
}

.mr-15,
.mx-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-n10,
.mx-n10 {
  margin-left: -10px;
}

.mr-n10,
.mx-n10 {
  margin-right: -10px;
}

@media (min-width: 992px) {
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10px !important;
  }
}
.ml-n05,
.mx-n05 {
  margin-left: -5px;
}

.mr-n05,
.mx-n05 {
  margin-right: -5px;
}

@media (min-width: 992px) {
  .ml-lg-n05,
  .mx-lg-n05 {
    margin-left: -5px;
  }
}
@media (min-width: 992px) {
  .mr-lg-n05,
  .mx-lg-n05 {
    margin-right: -5px;
  }
}
.mx-n10 {
  margin-left: -10px;
  margin-right: -10px;
}

.mx-n20 {
  margin-left: -20px;
  margin-right: -20px;
}

.mr-n20 {
  margin-right: -20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mr-20 {
  margin-right: 20px;
}

@media (min-width: 992px) {
  .mr-lg-20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-n40 {
    margin-top: -40px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
}
.pl-20,
.px-20 {
  padding-left: 20px;
}

.pr-20,
.px-20 {
  padding-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.p-20 {
  padding: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-05,
.px-05 {
  padding-right: 5px !important;
}

.pl-05,
.px-05 {
  padding-left: 5px !important;
}

@media (min-width: 992px) {
  .pr-lg-05,
  .px-lg-05 {
    padding-right: 5px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-05,
  .px-lg-05 {
    padding-left: 5px !important;
  }
}
.pr-10,
.px-10 {
  padding-right: 10px !important;
}

.pl-10,
.px-10 {
  padding-left: 10px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-12 {
    padding-top: 12px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 18px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 18px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-46,
  .px-lg-46 {
    padding-left: 46px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-46,
  .px-lg-46 {
    padding-right: 46px !important;
  }
}
@media (min-width: 992px) {
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1200px) {
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
}
td.disabled.day.no-available {
  position: relative;
}

td.disabled.day.no-available::before,
td.disabled.day.no-available::after {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

td.disabled.day.no-available::before {
  content: "Doctor slot not available";
  white-space: nowrap;
  top: -28px;
  background: #013a70;
  color: white;
  padding: 6px;
  z-index: 2;
  border-radius: 5px;
}

td.disabled.day.no-available::after {
  content: "";
  bottom: 30px;
  border: 5px solid #013a70;
  border-color: #013a70 transparent transparent transparent;
}

td.disabled.day.no-available:hover:before,
td.disabled.day.no-available:hover:after {
  display: block;
}

.day,
.cursor-pointer {
  cursor: pointer;
}

.date-calendar th {
  font-size: inherit;
  padding: 0;
}
.date-calendar .datepicker-days > table td.day.color-blue.active::after {
  box-shadow: 3px 3px 12px -3px rgba(0, 0, 0, 0.7411764706);
  background: #35b6b4;
  border: 2px solid #ffffff;
}
.date-calendar .datepicker-days > table td.day.color-blue:hover::after {
  background: #00a5bf;
}
.date-calendar .datepicker-days > table td.day.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.date-calendar .datepicker-days > table td.day.disabled:hover {
  color: #616161;
}
.date-calendar .datepicker-days > table thead > tr th.next,
.date-calendar .datepicker-days > table thead > tr th.prev {
  color: #616161;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  font-style: inherit;
}
.date-calendar .datepicker-days > table thead > tr th.next::before,
.date-calendar .datepicker-days > table thead > tr th.prev::before {
  content: none;
}
.date-calendar .datepicker-days > table thead > tr th.next i,
.date-calendar .datepicker-days > table thead > tr th.prev i {
  color: #003a70;
}
.date-calendar .datepicker-days > table thead > tr th.datepicker-switch {
  font-size: 1rem;
  font-family: inherit;
  font-style: inherit;
  text-align: center;
}

/*
@media screen and (max-width: 576px) {
    .share-profile {
        &::after {
            content: "";
            position: absolute;
            left: 5px;
            bottom: 50px;
            height: 1px;
            width: 90px;
            border-bottom: 2px solid #ffffff80;
        }
    }
} */

/*# sourceMappingURL=doctor-detail.css.map*/