@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://cdn.jsdelivr.net/npm/lightgallery@2.0.0-beta.4/css/lightgallery.css";
@import "https://cdn.jsdelivr.net/npm/lightgallery@2.0.0-beta.4/css/lg-zoom.css";
@layer primeng, primeng, primeng, primeng, primeng, primeng, primeng, primeng, primeng, primeng;

/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers-55W3Q4RM.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x-TBM42ERR.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon-2V3QKKVC.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* src/assets/admin/css/feathericon.min.css */
@font-face {
  font-family: feathericon;
  src: url("./media/feathericon-VVX4DJNO.eot");
  src:
    url("./media/feathericon-VVX4DJNO.eot?#iefix") format("embedded-opentype"),
    url("./media/feathericon-KFQGR453.woff") format("woff"),
    url("./media/feathericon-JRG3XQAC.ttf") format("truetype"),
    url("./media/feathericon-DH46CXT4.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
.fe {
  display: inline-block;
  font: normal normal normal 16px feathericon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fe-activity:before {
  content: "\f1e2";
}
.fe-add-cart:before {
  content: "\f1e6";
}
.fe-align-bottom:before {
  content: "\f1bf";
}
.fe-align-center:before {
  content: "\f195";
}
.fe-align-left:before {
  content: "\f196";
}
.fe-align-right:before {
  content: "\f197";
}
.fe-align-top:before {
  content: "\f1c0";
}
.fe-align-vertically:before {
  content: "\f1c1";
}
.fe-angry:before {
  content: "\f1b6";
}
.fe-app-menu:before {
  content: "\f198";
}
.fe-apron:before {
  content: "\f1fb";
}
.fe-arrow-down:before {
  content: "\f100";
}
.fe-arrow-left:before {
  content: "\f101";
}
.fe-arrow-right:before {
  content: "\f102";
}
.fe-arrow-up:before {
  content: "\f103";
}
.fe-artboard:before {
  content: "\f104";
}
.fe-audio-player:before {
  content: "\f199";
}
.fe-backward:before {
  content: "\f180";
}
.fe-bar:before {
  content: "\f105";
}
.fe-bar-chart:before {
  content: "\f106";
}
.fe-beer:before {
  content: "\f107";
}
.fe-beginner:before {
  content: "\f1f7";
}
.fe-bell:before {
  content: "\f108";
}
.fe-birthday-cake:before {
  content: "\f163";
}
.fe-bold:before {
  content: "\f179";
}
.fe-bolt:before {
  content: "\f1e3";
}
.fe-book:before {
  content: "\f109";
}
.fe-bookmark:before {
  content: "\f170";
}
.fe-bread:before {
  content: "\f206";
}
.fe-browser:before {
  content: "\f10b";
}
.fe-brush:before {
  content: "\f10c";
}
.fe-bug:before {
  content: "\f10d";
}
.fe-building:before {
  content: "\f10e";
}
.fe-bus:before {
  content: "\f1fe";
}
.fe-cage:before {
  content: "\f1e7";
}
.fe-calendar:before {
  content: "\f10f";
}
.fe-camera:before {
  content: "\f110";
}
.fe-car:before {
  content: "\f1ff";
}
.fe-cart:before {
  content: "\f1e8";
}
.fe-check:before {
  content: "\f111";
}
.fe-check-circle:before {
  content: "\f19a";
}
.fe-check-circle-o:before {
  content: "\f19b";
}
.fe-check-verified:before {
  content: "\f19c";
}
.fe-clock:before {
  content: "\f113";
}
.fe-close:before {
  content: "\f114";
}
.fe-cloud:before {
  content: "\f115";
}
.fe-cocktail:before {
  content: "\f116";
}
.fe-code:before {
  content: "\f117";
}
.fe-codepen:before {
  content: "\f1d3";
}
.fe-coffee:before {
  content: "\f166";
}
.fe-columns:before {
  content: "\f118";
}
.fe-comment:before {
  content: "\f119";
}
.fe-comment-o:before {
  content: "\f1d2";
}
.fe-commenting:before {
  content: "\f11a";
}
.fe-comments:before {
  content: "\f11b";
}
.fe-compress:before {
  content: "\f181";
}
.fe-credit-card:before {
  content: "\f1e9";
}
.fe-crop:before {
  content: "\f1c2";
}
.fe-cry:before {
  content: "\f1b7";
}
.fe-cutlery:before {
  content: "\f19d";
}
.fe-delete-link:before {
  content: "\f19e";
}
.fe-desktop:before {
  content: "\f11d";
}
.fe-diamond:before {
  content: "\f11e";
}
.fe-difference:before {
  content: "\f1c3";
}
.fe-disabled:before {
  content: "\f11f";
}
.fe-disappointed:before {
  content: "\f1b8";
}
.fe-distribute-horizontally:before {
  content: "\f1cf";
}
.fe-distribute-vertically:before {
  content: "\f1c5";
}
.fe-document:before {
  content: "\f19f";
}
.fe-donut:before {
  content: "\f1f9";
}
.fe-download:before {
  content: "\f120";
}
.fe-drop-down:before {
  content: "\f121";
}
.fe-drop-left:before {
  content: "\f122";
}
.fe-drop-right:before {
  content: "\f123";
}
.fe-drop-up:before {
  content: "\f124";
}
.fe-edit:before {
  content: "\f17f";
}
.fe-eject:before {
  content: "\f182";
}
.fe-elipsis-h:before {
  content: "\f125";
}
.fe-elipsis-v:before {
  content: "\f126";
}
.fe-equalizer:before {
  content: "\f1a0";
}
.fe-eraser:before {
  content: "\f1c6";
}
.fe-expand:before {
  content: "\f183";
}
.fe-export:before {
  content: "\f16e";
}
.fe-eye:before {
  content: "\f127";
}
.fe-facebook:before {
  content: "\f1d4";
}
.fe-fast-backward:before {
  content: "\f184";
}
.fe-fast-forward:before {
  content: "\f185";
}
.fe-feather:before {
  content: "\f174";
}
.fe-feed:before {
  content: "\f128";
}
.fe-file:before {
  content: "\f1b1";
}
.fe-file-audio:before {
  content: "\f1b2";
}
.fe-file-excel:before {
  content: "\f1a2";
}
.fe-file-image:before {
  content: "\f1b3";
}
.fe-file-movie:before {
  content: "\f1b4";
}
.fe-file-powerpoint:before {
  content: "\f1a3";
}
.fe-file-word:before {
  content: "\f1a4";
}
.fe-file-zip:before {
  content: "\f1b5";
}
.fe-filter:before {
  content: "\f173";
}
.fe-flag:before {
  content: "\f129";
}
.fe-folder:before {
  content: "\f12a";
}
.fe-folder-open:before {
  content: "\f176";
}
.fe-fork:before {
  content: "\f12b";
}
.fe-forward:before {
  content: "\f186";
}
.fe-frowing:before {
  content: "\f1b9";
}
.fe-frying-pan:before {
  content: "\f207";
}
.fe-gamepad:before {
  content: "\f191";
}
.fe-gear:before {
  content: "\f1a5";
}
.fe-gift:before {
  content: "\f1ea";
}
.fe-git:before {
  content: "\f1d5";
}
.fe-github:before {
  content: "\f1d6";
}
.fe-github-alt:before {
  content: "\f1d7";
}
.fe-globe:before {
  content: "\f12c";
}
.fe-google:before {
  content: "\f1d8";
}
.fe-google-plus:before {
  content: "\f1d9";
}
.fe-hash:before {
  content: "\f12d";
}
.fe-headphone:before {
  content: "\f18e";
}
.fe-heart:before {
  content: "\f12e";
}
.fe-heart-o:before {
  content: "\f167";
}
.fe-home:before {
  content: "\f12f";
}
.fe-import:before {
  content: "\f16f";
}
.fe-info:before {
  content: "\f130";
}
.fe-insert-link:before {
  content: "\f1a6";
}
.fe-instagram:before {
  content: "\f1da";
}
.fe-intersect:before {
  content: "\f1c7";
}
.fe-italic:before {
  content: "\f17a";
}
.fe-key:before {
  content: "\f131";
}
.fe-keyboard:before {
  content: "\f132";
}
.fe-kitchen-cooker:before {
  content: "\f1a7";
}
.fe-laptop:before {
  content: "\f133";
}
.fe-layer:before {
  content: "\f18c";
}
.fe-layout:before {
  content: "\f134";
}
.fe-line-chart:before {
  content: "\f135";
}
.fe-link:before {
  content: "\f136";
}
.fe-link-external:before {
  content: "\f137";
}
.fe-list-bullet:before {
  content: "\f17c";
}
.fe-list-order:before {
  content: "\f17d";
}
.fe-list-task:before {
  content: "\f17e";
}
.fe-location:before {
  content: "\f138";
}
.fe-lock:before {
  content: "\f139";
}
.fe-login:before {
  content: "\f13a";
}
.fe-logout:before {
  content: "\f13b";
}
.fe-loop:before {
  content: "\f192";
}
.fe-magic:before {
  content: "\f177";
}
.fe-mail:before {
  content: "\f13c";
}
.fe-map:before {
  content: "\f16d";
}
.fe-mask:before {
  content: "\f1c8";
}
.fe-medal:before {
  content: "\f13d";
}
.fe-megaphone:before {
  content: "\f13e";
}
.fe-mention:before {
  content: "\f164";
}
.fe-messanger:before {
  content: "\f1e1";
}
.fe-minus:before {
  content: "\f140";
}
.fe-mitarashi-dango:before {
  content: "\f208";
}
.fe-mobile:before {
  content: "\f141";
}
.fe-money:before {
  content: "\f1a8";
}
.fe-moon:before {
  content: "\f1ef";
}
.fe-mouse:before {
  content: "\f142";
}
.fe-music:before {
  content: "\f175";
}
.fe-notice-active:before {
  content: "\f200";
}
.fe-notice-off:before {
  content: "\f201";
}
.fe-notice-on:before {
  content: "\f202";
}
.fe-notice-push:before {
  content: "\f203";
}
.fe-octpus:before {
  content: "\f1fc";
}
.fe-open-mouth:before {
  content: "\f1ba";
}
.fe-palette:before {
  content: "\f165";
}
.fe-paper-plane:before {
  content: "\f178";
}
.fe-pause:before {
  content: "\f187";
}
.fe-pencil:before {
  content: "\f144";
}
.fe-phone:before {
  content: "\f145";
}
.fe-picture:before {
  content: "\f1a9";
}
.fe-picture-square:before {
  content: "\f1e4";
}
.fe-pie-chart:before {
  content: "\f146";
}
.fe-pinterest:before {
  content: "\f1db";
}
.fe-pizza:before {
  content: "\f147";
}
.fe-play:before {
  content: "\f188";
}
.fe-plug:before {
  content: "\f18f";
}
.fe-plus:before {
  content: "\f148";
}
.fe-pocket:before {
  content: "\f1dc";
}
.fe-pot:before {
  content: "\f1aa";
}
.fe-print:before {
  content: "\f171";
}
.fe-prototype:before {
  content: "\f149";
}
.fe-question:before {
  content: "\f14a";
}
.fe-quote-left:before {
  content: "\f14b";
}
.fe-quote-right:before {
  content: "\f14c";
}
.fe-rage:before {
  content: "\f1bb";
}
.fe-random:before {
  content: "\f189";
}
.fe-remove-cart:before {
  content: "\f1eb";
}
.fe-rice-cracker:before {
  content: "\f1fa";
}
.fe-rocket:before {
  content: "\f14d";
}
.fe-scale:before {
  content: "\f1c9";
}
.fe-search:before {
  content: "\f14e";
}
.fe-search-minus:before {
  content: "\f16a";
}
.fe-search-plus:before {
  content: "\f16b";
}
.fe-share:before {
  content: "\f14f";
}
.fe-shield:before {
  content: "\f172";
}
.fe-shopping-bag:before {
  content: "\f1ec";
}
.fe-sitemap:before {
  content: "\f150";
}
.fe-smile:before {
  content: "\f1bc";
}
.fe-smile-alt:before {
  content: "\f1bd";
}
.fe-smile-heart:before {
  content: "\f1f6";
}
.fe-smile-plus:before {
  content: "\f1f5";
}
.fe-speaker:before {
  content: "\f1ab";
}
.fe-squid:before {
  content: "\f1fd";
}
.fe-star:before {
  content: "\f151";
}
.fe-star-o:before {
  content: "\f168";
}
.fe-step-backward:before {
  content: "\f1d0";
}
.fe-step-forward:before {
  content: "\f1d1";
}
.fe-stop:before {
  content: "\f18b";
}
.fe-subtract:before {
  content: "\f1ca";
}
.fe-sunny-o:before {
  content: "\f1f0";
}
.fe-sunrise:before {
  content: "\f1f1";
}
.fe-sync:before {
  content: "\f194";
}
.fe-table:before {
  content: "\f1ac";
}
.fe-tablet:before {
  content: "\f152";
}
.fe-tag:before {
  content: "\f153";
}
.fe-target:before {
  content: "\f1f3";
}
.fe-taxi:before {
  content: "\f204";
}
.fe-terminal:before {
  content: "\f154";
}
.fe-text-align-center:before {
  content: "\f1cb";
}
.fe-text-align-justify:before {
  content: "\f1e5";
}
.fe-text-align-left:before {
  content: "\f1cc";
}
.fe-text-align-right:before {
  content: "\f1cd";
}
.fe-text-size:before {
  content: "\f17b";
}
.fe-ticket:before {
  content: "\f155";
}
.fe-tiled:before {
  content: "\f156";
}
.fe-timeline:before {
  content: "\f1ad";
}
.fe-tired:before {
  content: "\f1be";
}
.fe-train:before {
  content: "\f1f8";
}
.fe-trash:before {
  content: "\f157";
}
.fe-trophy:before {
  content: "\f158";
}
.fe-truck:before {
  content: "\f1ed";
}
.fe-tumbler-glass:before {
  content: "\f209";
}
.fe-twitter:before {
  content: "\f1dd";
}
.fe-umbrella:before {
  content: "\f1f2";
}
.fe-underline:before {
  content: "\f1ae";
}
.fe-union:before {
  content: "\f1ce";
}
.fe-unlock:before {
  content: "\f169";
}
.fe-upload:before {
  content: "\f159";
}
.fe-usb:before {
  content: "\f190";
}
.fe-user:before {
  content: "\f15a";
}
.fe-user-minus:before {
  content: "\f16c";
}
.fe-user-plus:before {
  content: "\f15b";
}
.fe-users:before {
  content: "\f15c";
}
.fe-vector:before {
  content: "\f15d";
}
.fe-video:before {
  content: "\f15e";
}
.fe-vr:before {
  content: "\f205";
}
.fe-wallet:before {
  content: "\f1ee";
}
.fe-warning:before {
  content: "\f15f";
}
.fe-watch:before {
  content: "\f1af";
}
.fe-watch-alt:before {
  content: "\f1b0";
}
.fe-wine-glass:before {
  content: "\f161";
}
.fe-wordpress:before {
  content: "\f1de";
}
.fe-wordpress-alt:before {
  content: "\f1df";
}
.fe-wrench:before {
  content: "\f162";
}
.fe-yaki-dango:before {
  content: "\f20a";
}
.fe-youtube:before {
  content: "\f1e0";
}

/* node_modules/slick-carousel/slick/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* node_modules/slick-carousel/slick/slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url("./media/ajax-loader-BOAPMZMT.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("./media/slick-EVLS6IWX.eot");
  src:
    url("./media/slick-EVLS6IWX.eot?#iefix") format("embedded-opentype"),
    url("./media/slick-MU5EZO5G.woff") format("woff"),
    url("./media/slick-NKQ64RRA.ttf") format("truetype"),
    url("./media/slick-7CK47X3J.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* src/assets/icons/fontawesome/css/fontawesome.min.css */
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
}
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em;
}
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin,2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width,2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius,.1em);
  border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
  padding: var(--fa-border-padding,.2em .25em .15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin,.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin,.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration,2s);
  animation-duration: var(--fa-animation-duration,2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-spin-reverse {
  --fa-animation-direction:reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,steps(8));
  animation-timing-function: var(--fa-animation-timing,steps(8));
}
@media (prefers-reduced-motion:reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle,none));
  transform: rotate(var(--fa-rotate-angle,none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index,auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse,#fff);
}
.fa-0:before {
  content: "0";
}
.fa-1:before {
  content: "1";
}
.fa-2:before {
  content: "2";
}
.fa-3:before {
  content: "3";
}
.fa-4:before {
  content: "4";
}
.fa-5:before {
  content: "5";
}
.fa-6:before {
  content: "6";
}
.fa-7:before {
  content: "7";
}
.fa-8:before {
  content: "8";
}
.fa-9:before {
  content: "9";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-arrows-to-circle:before {
  content: "\e4bd";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
}
.fa-at:before {
  content: "@";
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-user-times:before,
.fa-user-xmark:before {
  content: "\f235";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}
.fa-info:before {
  content: "\f129";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.fa-explosion:before {
  content: "\e4e9";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-building-un:before {
  content: "\e4d9";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}
.fa-anchor-circle-check:before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right:before {
  content: "\e4d1";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f";
}
.fa-arrows-up-to-line:before {
  content: "\e4c2";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\f056";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539";
}
.fa-bridge-circle-check:before {
  content: "\e4c9";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}
.fa-forward-step:before,
.fa-step-forward:before {
  content: "\f051";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-football-ball:before,
.fa-football:before {
  content: "\f44e";
}
.fa-school-circle-exclamation:before {
  content: "\e56c";
}
.fa-crop:before {
  content: "\f125";
}
.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\f103";
}
.fa-users-rectangle:before {
  content: "\e594";
}
.fa-people-roof:before {
  content: "\e537";
}
.fa-people-line:before {
  content: "\e534";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc";
}
.fa-diagram-predecessor:before {
  content: "\e477";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a";
}
.fa-male:before,
.fa-person:before {
  content: "\f183";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-truck-plane:before {
  content: "\e58f";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line:before {
  content: "\e4af";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-jar-wheat:before {
  content: "\e517";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-file-circle-exclamation:before {
  content: "\e4eb";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-pager:before {
  content: "\f815";
}
.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-k:before {
  content: "K";
}
.fa-landmark-flag:before {
  content: "\e51c";
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-comments:before {
  content: "\f086";
}
.fa-file-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-code-pull-request:before {
  content: "\e13c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-vial-virus:before {
  content: "\e597";
}
.fa-sheet-plastic:before {
  content: "\e571";
}
.fa-blog:before {
  content: "\f781";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-person-arrow-up-from-line:before {
  content: "\e539";
}
.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-archive:before,
.fa-box-archive:before {
  content: "\f187";
}
.fa-person-drowning:before {
  content: "\e545";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-w:before {
  content: "W";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-trowel-bricks:before {
  content: "\e58a";
}
.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-tent-arrow-left-right:before {
  content: "\e57f";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068";
}
.fa-mars-and-venus-burst:before {
  content: "\e523";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\f152";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-sun-plant-wilt:before {
  content: "\e57a";
}
.fa-toilets-portable:before {
  content: "\e584";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right:before {
  content: "\e521";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-clover:before {
  content: "\e139";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f3e5";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-house-fire:before {
  content: "\e50c";
}
.fa-minus-square:before,
.fa-square-minus:before {
  content: "\f146";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\f150";
}
.fa-file-circle-question:before {
  content: "\e4ef";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}
.fa-people-group:before {
  content: "\e533";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-film:before {
  content: "\f008";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-people-robbery:before {
  content: "\e536";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-school-circle-xmark:before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\f13a";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\f13e";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9";
}
.fa-memory:before {
  content: "\f538";
}
.fa-road-spikes:before {
  content: "\e568";
}
.fa-fire-burner:before {
  content: "\e4f1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-volume-down:before,
.fa-volume-low:before {
  content: "\f027";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-compress:before {
  content: "\f066";
}
.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "\e2cd";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-hands-holding-child:before {
  content: "\e4fa";
}
.fa-asterisk:before {
  content: "*";
}
.fa-check-square:before,
.fa-square-check:before {
  content: "\f14a";
}
.fa-peseta-sign:before {
  content: "\e221";
}
.fa-header:before,
.fa-heading:before {
  content: "\f1dc";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-list-squares:before,
.fa-list:before {
  content: "\f03a";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark:before {
  content: "\e513";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\f1e3";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\f1fc";
}
.fa-lock:before {
  content: "\f023";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593";
}
.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f";
}
.fa-house-flood-water:before {
  content: "\e50e";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-bridge-lock:before {
  content: "\e4cc";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}
.fa-heart-circle-minus:before {
  content: "\e4ff";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-person-rays:before {
  content: "\e54d";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-flask-vial:before {
  content: "\e4f3";
}
.fa-hand-paper:before,
.fa-hand:before {
  content: "\f256";
}
.fa-om:before {
  content: "\f679";
}
.fa-worm:before {
  content: "\e599";
}
.fa-house-circle-xmark:before {
  content: "\e50b";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596";
}
.fa-bridge-circle-xmark:before {
  content: "\e4cb";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-road-circle-check:before {
  content: "\e564";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-rss-square:before,
.fa-square-rss:before {
  content: "\f143";
}
.fa-land-mine-on:before {
  content: "\e51b";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-stairs:before {
  content: "\e289";
}
.fa-i:before {
  content: "I";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-pills:before {
  content: "\f484";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-v:before {
  content: "V";
}
.fa-bangladeshi-taka-sign:before {
  content: "\e2e6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "\e579";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation:before {
  content: "\e598";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-road-barrier:before {
  content: "\e562";
}
.fa-school:before {
  content: "\f549";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-joint:before {
  content: "\f595";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-q:before {
  content: "Q";
}
.fa-g:before {
  content: "G";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-dong-sign:before {
  content: "\e169";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-helmet-un:before {
  content: "\e503";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}
.fa-folder-blank:before,
.fa-folder:before {
  content: "\f07b";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-chart-simple:before {
  content: "\e473";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-vial:before {
  content: "\f492";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}
.fa-e:before {
  content: "E";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305";
}
.fa-bridge-circle-exclamation:before {
  content: "\e4ca";
}
.fa-user:before {
  content: "\f007";
}
.fa-school-circle-check:before {
  content: "\e56b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6";
}
.fa-building-user:before {
  content: "\e4da";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\f191";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-key:before {
  content: "\f084";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-person-half-dress:before {
  content: "\e548";
}
.fa-road-bridge:before {
  content: "\e563";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-c:before {
  content: "C";
}
.fa-tablet-button:before {
  content: "\f10a";
}
.fa-building-lock:before {
  content: "\e4d6";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-area-chart:before,
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-house-flag:before {
  content: "\e50d";
}
.fa-person-circle-minus:before {
  content: "\e540";
}
.fa-ban:before,
.fa-cancel:before {
  content: "\f05e";
}
.fa-camera-rotate:before {
  content: "\e0d8";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0";
}
.fa-star:before {
  content: "\f005";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-cross:before {
  content: "\f654";
}
.fa-box:before {
  content: "\f466";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f";
}
.fa-random:before,
.fa-shuffle:before {
  content: "\f074";
}
.fa-person-running:before,
.fa-running:before {
  content: "\f70c";
}
.fa-mobile-retro:before {
  content: "\e527";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-spider:before {
  content: "\f717";
}
.fa-hands-bound:before {
  content: "\e4f9";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-plane-circle-exclamation:before {
  content: "\e556";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-slash:before {
  content: "\f715";
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-server:before {
  content: "\f233";
}
.fa-virus-covid-slash:before {
  content: "\e4a9";
}
.fa-shop-lock:before {
  content: "\e4a5";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-building-wheat:before {
  content: "\e4db";
}
.fa-person-breastfeeding:before {
  content: "\e53a";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-venus:before {
  content: "\f221";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-crown:before {
  content: "\f521";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-xmarks-lines:before {
  content: "\e59a";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496";
}
.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\f0aa";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}
.fa-l:before {
  content: "L";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-heart-circle-plus:before {
  content: "\e500";
}
.fa-code-fork:before {
  content: "\e13b";
}
.fa-city:before {
  content: "\f64f";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-colon-sign:before {
  content: "\e140";
}
.fa-headset:before {
  content: "\f590";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-road-circle-xmark:before {
  content: "\e566";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-house-circle-exclamation:before {
  content: "\e50a";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-bold:before {
  content: "\f032";
}
.fa-anchor-lock:before {
  content: "\e4ad";
}
.fa-building-ngo:before {
  content: "\e4d7";
}
.fa-manat-sign:before {
  content: "\e1d5";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-building-circle-check:before {
  content: "\e4d2";
}
.fa-person-chalkboard:before {
  content: "\e53d";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\f22b";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\f151";
}
.fa-cloud-showers-water:before {
  content: "\e4e4";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-train:before {
  content: "\f238";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-crow:before {
  content: "\f520";
}
.fa-sailboat:before {
  content: "\e445";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-plus-square:before,
.fa-square-plus:before {
  content: "\f0fe";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-bucket:before {
  content: "\e4cf";
}
.fa-image:before {
  content: "\f03e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-folder-closed:before {
  content: "\e185";
}
.fa-house-tsunami:before {
  content: "\e515";
}
.fa-square-nfi:before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water:before {
  content: "\e4b5";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-columns:before,
.fa-table-columns:before {
  content: "\f0db";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-circle-play:before,
.fa-play-circle:before {
  content: "\f144";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\f153";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-plate-wheat:before {
  content: "\e55a";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-person-shelter:before {
  content: "\e54f";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-helicopter-symbol:before {
  content: "\e502";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\f139";
}
.fa-lari-sign:before {
  content: "\e1c8";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-square-person-confined:before {
  content: "\e577";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line:before {
  content: "\e57e";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\f0ab";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-location-pin-lock:before {
  content: "\e51f";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-hill-avalanche:before {
  content: "\e507";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb";
}
.fa-burst:before {
  content: "\e4dc";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066";
}
.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8";
}
.fa-money-bills:before {
  content: "\e1f3";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-arrows-turn-right:before {
  content: "\e4c0";
}
.fa-vest:before {
  content: "\e085";
}
.fa-ferry:before {
  content: "\e4ea";
}
.fa-arrows-down-to-people:before {
  content: "\e4b9";
}
.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337";
}
.fa-boxes-packing:before {
  content: "\e4c7";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\f0a8";
}
.fa-group-arrows-rotate:before {
  content: "\e4f6";
}
.fa-bowl-food:before {
  content: "\e4c6";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e";
}
.fa-house-lock:before {
  content: "\e510";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-children:before {
  content: "\e4e1";
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f";
}
.fa-mattress-pillow:before {
  content: "\e525";
}
.fa-guarani-sign:before {
  content: "\e19a";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-cruzeiro-sign:before {
  content: "\e152";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "\f3ed";
}
.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558";
}
.fa-virus:before {
  content: "\e074";
}
.fa-envelope-circle-check:before {
  content: "\e4e8";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-arrows-to-dot:before {
  content: "\e4be";
}
.fa-archway:before {
  content: "\f557";
}
.fa-heart-circle-check:before {
  content: "\e4fd";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cedi-sign:before {
  content: "\e0df";
}
.fa-italic:before {
  content: "\f033";
}
.fa-church:before {
  content: "\f51d";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-z:before {
  content: "Z";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}
.fa-road-lock:before {
  content: "\e567";
}
.fa-a:before {
  content: "A";
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "\e03f";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b";
}
.fa-p:before {
  content: "P";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\f0a9";
}
.fa-filter-circle-xmark:before {
  content: "\e17b";
}
.fa-locust:before {
  content: "\e520";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-person-dress-burst:before {
  content: "\e544";
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\f53d";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-question:before {
  content: "?";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2";
}
.fa-house-chimney-user:before {
  content: "\e065";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\f5c0";
}
.fa-code:before {
  content: "\f121";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0";
}
.fa-building-circle-exclamation:before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart:before {
  content: "\e522";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}
.fa-cubes-stacked:before {
  content: "\e4e6";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\f159";
}
.fa-virus-covid:before {
  content: "\e4a8";
}
.fa-austral-sign:before {
  content: "\e0a9";
}
.fa-f:before {
  content: "F";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-road:before {
  content: "\f018";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-person-circle-plus:before {
  content: "\e541";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}
.fa-bolt-lightning:before {
  content: "\e0b7";
}
.fa-sack-xmark:before {
  content: "\e56a";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-fish-fins:before {
  content: "\e4f2";
}
.fa-building-flag:before {
  content: "\e4d5";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-poop:before {
  content: "\f619";
}
.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807";
}
.fa-eject:before {
  content: "\f052";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a";
}
.fa-plane-circle-check:before {
  content: "\e555";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}
.fa-mask-ventilator:before {
  content: "\e524";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-map-signs:before,
.fa-signs-post:before {
  content: "\f277";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-person-circle-question:before {
  content: "\e542";
}
.fa-h:before {
  content: "H";
}
.fa-tarp:before {
  content: "\e57b";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9";
}
.fa-arrows-to-eye:before {
  content: "\e4bf";
}
.fa-plug-circle-bolt:before {
  content: "\e55b";
}
.fa-heart:before {
  content: "\f004";
}
.fa-mars-and-venus:before {
  content: "\f224";
}
.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-house-crack:before {
  content: "\e3b1";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561";
}
.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2";
}
.fa-bottle-water:before {
  content: "\e4c5";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1";
}
.fa-kitchen-set:before {
  content: "\e51a";
}
.fa-r:before {
  content: "R";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-bitcoin-sign:before {
  content: "\e0b4";
}
.fa-shield-dog:before {
  content: "\e573";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-elevator:before {
  content: "\e16d";
}
.fa-money-bill-transfer:before {
  content: "\e528";
}
.fa-money-bill-trend-up:before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682";
}
.fa-circle:before {
  content: "\f111";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\f049";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}
.fa-volume-high:before,
.fa-volume-up:before {
  content: "\f028";
}
.fa-users-rays:before {
  content: "\e593";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-burger:before,
.fa-hamburger:before {
  content: "\f805";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-bugs:before {
  content: "\e4d0";
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-circle-question:before,
.fa-question-circle:before {
  content: "\f059";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-book-bookmark:before {
  content: "\e0bb";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-bridge:before {
  content: "\e4c8";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879";
}
.fa-truck-front:before {
  content: "\e2b7";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation:before {
  content: "\e4ab";
}
.fa-truck-field:before {
  content: "\e58d";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-clipboard-question:before {
  content: "\e4e3";
}
.fa-panorama:before {
  content: "\e209";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-file-circle-minus:before {
  content: "\e4ed";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\f050";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-parking:before,
.fa-square-parking:before {
  content: "\f540";
}
.fa-house-signal:before {
  content: "\e012";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-faucet-drip:before {
  content: "\e006";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-mobile-button:before {
  content: "\f10b";
}
.fa-house-medical-flag:before {
  content: "\e514";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-person-military-to-person:before {
  content: "\e54c";
}
.fa-file-shield:before {
  content: "\e4f0";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-pen:before {
  content: "\f304";
}
.fa-tower-observation:before {
  content: "\e586";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012";
}
.fa-bus:before {
  content: "\f207";
}
.fa-heart-circle-xmark:before {
  content: "\e501";
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-face-frown:before,
.fa-frown:before {
  content: "\f119";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f";
}
.fa-floppy-disk:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
}
.fa-plant-wilt:before {
  content: "\e5aa";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684";
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-child-dress:before {
  content: "\e59c";
}
.fa-users-between-lines:before {
  content: "\e591";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588";
}
.fa-phone:before {
  content: "\f095";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273";
}
.fa-child-reaching:before {
  content: "\e59d";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-mosquito-net:before {
  content: "\e52c";
}
.fa-bridge-water:before {
  content: "\e4ce";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-digging:before,
.fa-person-digging:before {
  content: "\f85e";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\f10e";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-divide:before {
  content: "\f529";
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-hands-holding:before {
  content: "\f4c2";
}
.fa-hands-clapping:before {
  content: "\e1a8";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-person-circle-xmark:before {
  content: "\e543";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-j:before {
  content: "J";
}
.fa-users-viewfinder:before {
  content: "\e595";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d";
}
.fa-table-cells:before,
.fa-th:before {
  content: "\f00a";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-bible:before,
.fa-book-bible:before {
  content: "\f647";
}
.fa-o:before {
  content: "O";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-otter:before {
  content: "\f700";
}
.fa-female:before,
.fa-person-dress:before {
  content: "\f182";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a";
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009";
}
.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "\f827";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-plane-lock:before {
  content: "\e558";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-comment:before {
  content: "\f075";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\f1fd";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\f102";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-arrow-right-to-city:before {
  content: "\e4b3";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-litecoin-sign:before {
  content: "\e1d3";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-circle-nodes:before {
  content: "\e4e2";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-truck-field-un:before {
  content: "\e58e";
}
.fa-hourglass-empty:before,
.fa-hourglass:before {
  content: "\f254";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-user-doctor:before,
.fa-user-md:before {
  content: "\f0f0";
}
.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-camera-alt:before,
.fa-camera:before {
  content: "\f030";
}
.fa-square-virus:before {
  content: "\e578";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-car-on:before {
  content: "\e4dd";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-water:before {
  content: "\f773";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-person-cane:before {
  content: "\e53c";
}
.fa-tent:before {
  content: "\e57d";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-money-bill-wheat:before {
  content: "\e52a";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}
.fa-tarp-droplet:before {
  content: "\e57c";
}
.fa-house-medical-circle-check:before {
  content: "\e511";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359";
}
.fa-subway:before,
.fa-train-subway:before {
  content: "\f239";
}
.fa-chart-gantt:before {
  content: "\e0e4";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc";
}
.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\f565";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-dna:before {
  content: "\f471";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-minus:before,
.fa-subtract:before {
  content: "\f068";
}
.fa-chess:before {
  content: "\f439";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-plug-circle-check:before {
  content: "\e55c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-franc-sign:before {
  content: "\e18f";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\f2a3";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-mosquito:before {
  content: "\e52b";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-person-military-rifle:before {
  content: "\e54b";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-vials:before {
  content: "\f493";
}
.fa-plug-circle-plus:before {
  content: "\e55f";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148";
}
.fa-u:before {
  content: "U";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698";
}
.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}
.fa-backward-step:before,
.fa-step-backward:before {
  content: "\f048";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-baseball-bat-ball:before {
  content: "\f432";
}
.fa-s:before {
  content: "S";
}
.fa-timeline:before {
  content: "\e29c";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "\f3cf";
}
.fa-plane-up:before {
  content: "\e22d";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-battery-3:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-mountain-city:before {
  content: "\e52e";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-cent-sign:before {
  content: "\e3f5";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-person-pregnant:before {
  content: "\e31e";
}
.fa-wand-sparkles:before {
  content: "\f72b";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-laptop-file:before {
  content: "\e51d";
}
.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}
.fa-diagram-next:before {
  content: "\e476";
}
.fa-person-rifle:before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation:before {
  content: "\e512";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-images:before {
  content: "\f302";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-people-pulling:before {
  content: "\e535";
}
.fa-n:before {
  content: "N";
}
.fa-cable-car:before,
.fa-tram:before {
  content: "\f7da";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-building-circle-xmark:before {
  content: "\e4d4";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-arrows-down-to-line:before {
  content: "\e4b8";
}
.fa-download:before {
  content: "\f019";
}
.fa-face-grin:before,
.fa-grin:before {
  content: "\f580";
}
.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-file-circle-check:before {
  content: "\e5a0";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce";
}
.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-heart-circle-exclamation:before {
  content: "\e4fe";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-b:before {
  content: "B";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9";
}
.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-mill-sign:before {
  content: "\e1ed";
}
.fa-bowl-rice:before {
  content: "\e2eb";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-upload:before {
  content: "\f093";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-mound:before {
  content: "\e52d";
}
.fa-toilet-portable:before {
  content: "\e583";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-shield-cat:before {
  content: "\e572";
}
.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}
.fa-glass-water:before {
  content: "\e4f4";
}
.fa-oil-well:before {
  content: "\e532";
}
.fa-vault:before {
  content: "\e2c5";
}
.fa-mars:before {
  content: "\f222";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-plane-circle-xmark:before {
  content: "\e557";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-sun:before {
  content: "\f185";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-bore-hole:before {
  content: "\e4c3";
}
.fa-industry:before {
  content: "\f275";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358";
}
.fa-arrows-turn-to-dots:before {
  content: "\e4c1";
}
.fa-florin-sign:before {
  content: "\e184";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-less-than:before {
  content: "<";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-car-tunnel:before {
  content: "\e4de";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-anchor-circle-xmark:before {
  content: "\e4ac";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\f141";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479";
}
.fa-person-through-window:before {
  content: "\e5a9";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-hands-holding-circle:before {
  content: "\e4fb";
}
.fa-bug:before {
  content: "\f188";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-hand-holding-hand:before {
  content: "\e4f7";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}
.fa-mountain-sun:before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line:before {
  content: "\e4ba";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-truck-droplet:before {
  content: "\e58c";
}
.fa-file-circle-xmark:before {
  content: "\e5a1";
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "\e040";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-bed:before {
  content: "\f236";
}
.fa-h-square:before,
.fa-square-h:before {
  content: "\f0fd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-plug-circle-xmark:before {
  content: "\e560";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-file:before {
  content: "\f15b";
}
.fa-greater-than:before {
  content: ">";
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-droplet:before,
.fa-tint:before {
  content: "\f043";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-person-burst:before {
  content: "\e53b";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-socks:before {
  content: "\f696";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-section:before {
  content: "\e447";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d";
}
.fa-drum:before {
  content: "\f569";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-heart-circle-bolt:before {
  content: "\e4fc";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2";
}
.fa-tree-city:before {
  content: "\e587";
}
.fa-play:before {
  content: "\f04b";
}
.fa-font:before {
  content: "\f031";
}
.fa-rupiah-sign:before {
  content: "\e23d";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-naira-sign:before {
  content: "\e1f6";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-walkie-talkie:before {
  content: "\f8ef";
}
.fa-file-edit:before,
.fa-file-pen:before {
  content: "\f31c";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\f14b";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-person-circle-exclamation:before {
  content: "\e53f";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-code-compare:before {
  content: "\e13a";
}
.fa-list-dots:before,
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-school-lock:before {
  content: "\e56f";
}
.fa-tower-cell:before {
  content: "\e585";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-ranking-star:before {
  content: "\e561";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-person-harassing:before {
  content: "\e549";
}
.fa-brazilian-real-sign:before {
  content: "\e46c";
}
.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "\f752";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-shrimp:before {
  content: "\e448";
}
.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}
.fa-jug-detergent:before {
  content: "\e519";
}
.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-car-burst:before,
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-y:before {
  content: "Y";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}
.fa-fish:before {
  content: "\f578";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042";
}
.fa-clapperboard:before {
  content: "\e131";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433";
}
.fa-jet-fighter-up:before {
  content: "\e518";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d";
}
.fa-share-from-square:before,
.fa-share-square:before {
  content: "\f14d";
}
.fa-child-combatant:before,
.fa-child-rifle:before {
  content: "\e4e0";
}
.fa-gun:before {
  content: "\e19b";
}
.fa-phone-square:before,
.fa-square-phone:before {
  content: "\f098";
}
.fa-add:before,
.fa-plus:before {
  content: "+";
}
.fa-expand:before {
  content: "\f065";
}
.fa-computer:before {
  content: "\e4e5";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}
.fa-peso-sign:before {
  content: "\e222";
}
.fa-building-shield:before {
  content: "\e4d8";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-users-line:before {
  content: "\e592";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829";
}
.fa-arrow-down-up-lock:before {
  content: "\e4b0";
}
.fa-lines-leaning:before {
  content: "\e51e";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-equals:before {
  content: "=";
}
.fa-blender:before {
  content: "\f517";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-map:before {
  content: "\f279";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-store:before {
  content: "\f54e";
}
.fa-arrow-trend-up:before {
  content: "\e098";
}
.fa-plug-circle-minus:before {
  content: "\e55e";
}
.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb";
}
.fa-school-flag:before {
  content: "\e56e";
}
.fa-fill:before {
  content: "\f575";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-notdef:before {
  content: "\e1fe";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-radio:before {
  content: "\f8d7";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-percent:before,
.fa-percentage:before {
  content: "%";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-glass-water-droplet:before {
  content: "\e4f5";
}
.fa-display:before {
  content: "\e163";
}
.fa-face-smile:before,
.fa-smile:before {
  content: "\f118";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-person-praying:before,
.fa-pray:before {
  content: "\f683";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-robot:before {
  content: "\f544";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-arrow-up-right-dots:before {
  content: "\e4b7";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\f225";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149";
}
.fa-person-falling-burst:before {
  content: "\e547";
}
.fa-award:before {
  content: "\f559";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\f100";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}
.fa-shield-blank:before,
.fa-shield:before {
  content: "\f132";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-house-medical:before {
  content: "\e3b2";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\f137";
}
.fa-house-chimney-window:before {
  content: "\e00d";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left:before {
  content: "\e580";
}
.fa-tents:before {
  content: "\e582";
}
.fa-magic:before,
.fa-wand-magic:before {
  content: "\f0d0";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-moon:before {
  content: "\f186";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-music:before {
  content: "\f001";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-shield-heart:before {
  content: "\e574";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3";
}
.fa-hashtag:before {
  content: "#";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-t:before {
  content: "T";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-chart-column:before {
  content: "\e0e3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-vial-circle-check:before {
  content: "\e596";
}
.fa-person-arrow-down-to-line:before {
  content: "\e538";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-fan:before {
  content: "\f863";
}
.fa-person-walking-luggage:before {
  content: "\e554";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-bahai:before,
.fa-haykal:before {
  content: "\f666";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation:before {
  content: "\e55d";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left:before {
  content: "\e551";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-file-circle-plus:before {
  content: "\e494";
}
.fa-book-quran:before,
.fa-quran:before {
  content: "\f687";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-angry:before,
.fa-face-angry:before {
  content: "\f556";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-arrow-trend-down:before {
  content: "\e097";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\f24e";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390";
}
.fa-m:before {
  content: "M";
}
.fa-table-list:before,
.fa-th-list:before {
  content: "\f00b";
}
.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd";
}
.fa-book:before {
  content: "\f02d";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-check:before {
  content: "\f00c";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-house-circle-check:before {
  content: "\e509";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-diagram-successor:before {
  content: "\e47a";
}
.fa-truck-arrow-right:before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left:before {
  content: "\e4bc";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-person-falling:before {
  content: "\e546";
}
.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-rug:before {
  content: "\e569";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}
.fa-baht-sign:before {
  content: "\e0ac";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-handcuffs:before {
  content: "\e4f8";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-bottle-droplet:before {
  content: "\e4c4";
}
.fa-mask-face:before {
  content: "\e1d7";
}
.fa-hill-rockslide:before {
  content: "\e508";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-road-circle-exclamation:before {
  content: "\e565";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\e2ce";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}
.fa-person-walking-arrow-right:before {
  content: "\e552";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}
.fa-dice:before {
  content: "\f522";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}
.fa-train-tram:before {
  content: "\e5b4";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-jar:before {
  content: "\e516";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}
.fa-bug-slash:before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump:before {
  content: "\e4b6";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-plane:before {
  content: "\f072";
}
.fa-tent-arrows-down:before {
  content: "\e581";
}
.fa-exclamation:before {
  content: "!";
}
.fa-arrows-spin:before {
  content: "\e4bb";
}
.fa-print:before {
  content: "\f02f";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "$";
}
.fa-x:before {
  content: "X";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688";
}
.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509";
}
.fa-person-military-pointing:before {
  content: "\e54a";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-trowel:before {
  content: "\e589";
}
.fa-d:before {
  content: "D";
}
.fa-stapler:before {
  content: "\e5af";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630";
}
.fa-kip-sign:before {
  content: "\e1c4";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "\f4c6";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\f0fb";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\f1e1";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-plus-minus:before {
  content: "\e43c";
}
.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-person-circle-check:before {
  content: "\e53e";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* src/assets/icons/fontawesome/css/all.min.css */
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
}
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em;
}
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin,2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width,2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius,.1em);
  border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
  padding: var(--fa-border-padding,.2em .25em .15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin,.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin,.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration,2s);
  animation-duration: var(--fa-animation-duration,2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-spin-reverse {
  --fa-animation-direction:reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,steps(8));
  animation-timing-function: var(--fa-animation-timing,steps(8));
}
@media (prefers-reduced-motion:reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle,none));
  transform: rotate(var(--fa-rotate-angle,none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index,auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse,#fff);
}
.fa-0:before {
  content: "0";
}
.fa-1:before {
  content: "1";
}
.fa-2:before {
  content: "2";
}
.fa-3:before {
  content: "3";
}
.fa-4:before {
  content: "4";
}
.fa-5:before {
  content: "5";
}
.fa-6:before {
  content: "6";
}
.fa-7:before {
  content: "7";
}
.fa-8:before {
  content: "8";
}
.fa-9:before {
  content: "9";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-arrows-to-circle:before {
  content: "\e4bd";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
}
.fa-at:before {
  content: "@";
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-user-times:before,
.fa-user-xmark:before {
  content: "\f235";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}
.fa-info:before {
  content: "\f129";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.fa-explosion:before {
  content: "\e4e9";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-building-un:before {
  content: "\e4d9";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}
.fa-anchor-circle-check:before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right:before {
  content: "\e4d1";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f";
}
.fa-arrows-up-to-line:before {
  content: "\e4c2";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\f056";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539";
}
.fa-bridge-circle-check:before {
  content: "\e4c9";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}
.fa-forward-step:before,
.fa-step-forward:before {
  content: "\f051";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-football-ball:before,
.fa-football:before {
  content: "\f44e";
}
.fa-school-circle-exclamation:before {
  content: "\e56c";
}
.fa-crop:before {
  content: "\f125";
}
.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\f103";
}
.fa-users-rectangle:before {
  content: "\e594";
}
.fa-people-roof:before {
  content: "\e537";
}
.fa-people-line:before {
  content: "\e534";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc";
}
.fa-diagram-predecessor:before {
  content: "\e477";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a";
}
.fa-male:before,
.fa-person:before {
  content: "\f183";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-truck-plane:before {
  content: "\e58f";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line:before {
  content: "\e4af";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-jar-wheat:before {
  content: "\e517";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-file-circle-exclamation:before {
  content: "\e4eb";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-pager:before {
  content: "\f815";
}
.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-k:before {
  content: "K";
}
.fa-landmark-flag:before {
  content: "\e51c";
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-comments:before {
  content: "\f086";
}
.fa-file-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-code-pull-request:before {
  content: "\e13c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-vial-virus:before {
  content: "\e597";
}
.fa-sheet-plastic:before {
  content: "\e571";
}
.fa-blog:before {
  content: "\f781";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-person-arrow-up-from-line:before {
  content: "\e539";
}
.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-archive:before,
.fa-box-archive:before {
  content: "\f187";
}
.fa-person-drowning:before {
  content: "\e545";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-w:before {
  content: "W";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-trowel-bricks:before {
  content: "\e58a";
}
.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-tent-arrow-left-right:before {
  content: "\e57f";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068";
}
.fa-mars-and-venus-burst:before {
  content: "\e523";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\f152";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-sun-plant-wilt:before {
  content: "\e57a";
}
.fa-toilets-portable:before {
  content: "\e584";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right:before {
  content: "\e521";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-clover:before {
  content: "\e139";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f3e5";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-house-fire:before {
  content: "\e50c";
}
.fa-minus-square:before,
.fa-square-minus:before {
  content: "\f146";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\f150";
}
.fa-file-circle-question:before {
  content: "\e4ef";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}
.fa-people-group:before {
  content: "\e533";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-film:before {
  content: "\f008";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-people-robbery:before {
  content: "\e536";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-school-circle-xmark:before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\f13a";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\f13e";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9";
}
.fa-memory:before {
  content: "\f538";
}
.fa-road-spikes:before {
  content: "\e568";
}
.fa-fire-burner:before {
  content: "\e4f1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-volume-down:before,
.fa-volume-low:before {
  content: "\f027";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-compress:before {
  content: "\f066";
}
.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "\e2cd";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-hands-holding-child:before {
  content: "\e4fa";
}
.fa-asterisk:before {
  content: "*";
}
.fa-check-square:before,
.fa-square-check:before {
  content: "\f14a";
}
.fa-peseta-sign:before {
  content: "\e221";
}
.fa-header:before,
.fa-heading:before {
  content: "\f1dc";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-list-squares:before,
.fa-list:before {
  content: "\f03a";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark:before {
  content: "\e513";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\f1e3";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\f1fc";
}
.fa-lock:before {
  content: "\f023";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593";
}
.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f";
}
.fa-house-flood-water:before {
  content: "\e50e";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-bridge-lock:before {
  content: "\e4cc";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}
.fa-heart-circle-minus:before {
  content: "\e4ff";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-person-rays:before {
  content: "\e54d";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-flask-vial:before {
  content: "\e4f3";
}
.fa-hand-paper:before,
.fa-hand:before {
  content: "\f256";
}
.fa-om:before {
  content: "\f679";
}
.fa-worm:before {
  content: "\e599";
}
.fa-house-circle-xmark:before {
  content: "\e50b";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596";
}
.fa-bridge-circle-xmark:before {
  content: "\e4cb";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-road-circle-check:before {
  content: "\e564";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-rss-square:before,
.fa-square-rss:before {
  content: "\f143";
}
.fa-land-mine-on:before {
  content: "\e51b";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-stairs:before {
  content: "\e289";
}
.fa-i:before {
  content: "I";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-pills:before {
  content: "\f484";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-v:before {
  content: "V";
}
.fa-bangladeshi-taka-sign:before {
  content: "\e2e6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "\e579";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation:before {
  content: "\e598";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-road-barrier:before {
  content: "\e562";
}
.fa-school:before {
  content: "\f549";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-joint:before {
  content: "\f595";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-q:before {
  content: "Q";
}
.fa-g:before {
  content: "G";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-dong-sign:before {
  content: "\e169";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-helmet-un:before {
  content: "\e503";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}
.fa-folder-blank:before,
.fa-folder:before {
  content: "\f07b";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-chart-simple:before {
  content: "\e473";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-vial:before {
  content: "\f492";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}
.fa-e:before {
  content: "E";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305";
}
.fa-bridge-circle-exclamation:before {
  content: "\e4ca";
}
.fa-user:before {
  content: "\f007";
}
.fa-school-circle-check:before {
  content: "\e56b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6";
}
.fa-building-user:before {
  content: "\e4da";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\f191";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-key:before {
  content: "\f084";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-person-half-dress:before {
  content: "\e548";
}
.fa-road-bridge:before {
  content: "\e563";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-c:before {
  content: "C";
}
.fa-tablet-button:before {
  content: "\f10a";
}
.fa-building-lock:before {
  content: "\e4d6";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-area-chart:before,
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-house-flag:before {
  content: "\e50d";
}
.fa-person-circle-minus:before {
  content: "\e540";
}
.fa-ban:before,
.fa-cancel:before {
  content: "\f05e";
}
.fa-camera-rotate:before {
  content: "\e0d8";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0";
}
.fa-star:before {
  content: "\f005";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-cross:before {
  content: "\f654";
}
.fa-box:before {
  content: "\f466";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f";
}
.fa-random:before,
.fa-shuffle:before {
  content: "\f074";
}
.fa-person-running:before,
.fa-running:before {
  content: "\f70c";
}
.fa-mobile-retro:before {
  content: "\e527";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-spider:before {
  content: "\f717";
}
.fa-hands-bound:before {
  content: "\e4f9";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-plane-circle-exclamation:before {
  content: "\e556";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-slash:before {
  content: "\f715";
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-server:before {
  content: "\f233";
}
.fa-virus-covid-slash:before {
  content: "\e4a9";
}
.fa-shop-lock:before {
  content: "\e4a5";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-building-wheat:before {
  content: "\e4db";
}
.fa-person-breastfeeding:before {
  content: "\e53a";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-venus:before {
  content: "\f221";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-crown:before {
  content: "\f521";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-xmarks-lines:before {
  content: "\e59a";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496";
}
.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\f0aa";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}
.fa-l:before {
  content: "L";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-heart-circle-plus:before {
  content: "\e500";
}
.fa-code-fork:before {
  content: "\e13b";
}
.fa-city:before {
  content: "\f64f";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-colon-sign:before {
  content: "\e140";
}
.fa-headset:before {
  content: "\f590";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-road-circle-xmark:before {
  content: "\e566";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-house-circle-exclamation:before {
  content: "\e50a";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-bold:before {
  content: "\f032";
}
.fa-anchor-lock:before {
  content: "\e4ad";
}
.fa-building-ngo:before {
  content: "\e4d7";
}
.fa-manat-sign:before {
  content: "\e1d5";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-building-circle-check:before {
  content: "\e4d2";
}
.fa-person-chalkboard:before {
  content: "\e53d";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\f22b";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\f151";
}
.fa-cloud-showers-water:before {
  content: "\e4e4";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-train:before {
  content: "\f238";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-crow:before {
  content: "\f520";
}
.fa-sailboat:before {
  content: "\e445";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-plus-square:before,
.fa-square-plus:before {
  content: "\f0fe";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-bucket:before {
  content: "\e4cf";
}
.fa-image:before {
  content: "\f03e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-folder-closed:before {
  content: "\e185";
}
.fa-house-tsunami:before {
  content: "\e515";
}
.fa-square-nfi:before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water:before {
  content: "\e4b5";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-columns:before,
.fa-table-columns:before {
  content: "\f0db";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-circle-play:before,
.fa-play-circle:before {
  content: "\f144";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\f153";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-plate-wheat:before {
  content: "\e55a";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-person-shelter:before {
  content: "\e54f";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-helicopter-symbol:before {
  content: "\e502";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\f139";
}
.fa-lari-sign:before {
  content: "\e1c8";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-square-person-confined:before {
  content: "\e577";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line:before {
  content: "\e57e";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\f0ab";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-location-pin-lock:before {
  content: "\e51f";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-hill-avalanche:before {
  content: "\e507";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb";
}
.fa-burst:before {
  content: "\e4dc";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066";
}
.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8";
}
.fa-money-bills:before {
  content: "\e1f3";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-arrows-turn-right:before {
  content: "\e4c0";
}
.fa-vest:before {
  content: "\e085";
}
.fa-ferry:before {
  content: "\e4ea";
}
.fa-arrows-down-to-people:before {
  content: "\e4b9";
}
.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337";
}
.fa-boxes-packing:before {
  content: "\e4c7";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\f0a8";
}
.fa-group-arrows-rotate:before {
  content: "\e4f6";
}
.fa-bowl-food:before {
  content: "\e4c6";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e";
}
.fa-house-lock:before {
  content: "\e510";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-children:before {
  content: "\e4e1";
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f";
}
.fa-mattress-pillow:before {
  content: "\e525";
}
.fa-guarani-sign:before {
  content: "\e19a";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-cruzeiro-sign:before {
  content: "\e152";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "\f3ed";
}
.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558";
}
.fa-virus:before {
  content: "\e074";
}
.fa-envelope-circle-check:before {
  content: "\e4e8";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-arrows-to-dot:before {
  content: "\e4be";
}
.fa-archway:before {
  content: "\f557";
}
.fa-heart-circle-check:before {
  content: "\e4fd";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cedi-sign:before {
  content: "\e0df";
}
.fa-italic:before {
  content: "\f033";
}
.fa-church:before {
  content: "\f51d";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-z:before {
  content: "Z";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}
.fa-road-lock:before {
  content: "\e567";
}
.fa-a:before {
  content: "A";
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "\e03f";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b";
}
.fa-p:before {
  content: "P";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\f0a9";
}
.fa-filter-circle-xmark:before {
  content: "\e17b";
}
.fa-locust:before {
  content: "\e520";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-person-dress-burst:before {
  content: "\e544";
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\f53d";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-question:before {
  content: "?";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2";
}
.fa-house-chimney-user:before {
  content: "\e065";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\f5c0";
}
.fa-code:before {
  content: "\f121";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0";
}
.fa-building-circle-exclamation:before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart:before {
  content: "\e522";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}
.fa-cubes-stacked:before {
  content: "\e4e6";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\f159";
}
.fa-virus-covid:before {
  content: "\e4a8";
}
.fa-austral-sign:before {
  content: "\e0a9";
}
.fa-f:before {
  content: "F";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-road:before {
  content: "\f018";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-person-circle-plus:before {
  content: "\e541";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}
.fa-bolt-lightning:before {
  content: "\e0b7";
}
.fa-sack-xmark:before {
  content: "\e56a";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-fish-fins:before {
  content: "\e4f2";
}
.fa-building-flag:before {
  content: "\e4d5";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-poop:before {
  content: "\f619";
}
.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807";
}
.fa-eject:before {
  content: "\f052";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a";
}
.fa-plane-circle-check:before {
  content: "\e555";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}
.fa-mask-ventilator:before {
  content: "\e524";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-map-signs:before,
.fa-signs-post:before {
  content: "\f277";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-person-circle-question:before {
  content: "\e542";
}
.fa-h:before {
  content: "H";
}
.fa-tarp:before {
  content: "\e57b";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9";
}
.fa-arrows-to-eye:before {
  content: "\e4bf";
}
.fa-plug-circle-bolt:before {
  content: "\e55b";
}
.fa-heart:before {
  content: "\f004";
}
.fa-mars-and-venus:before {
  content: "\f224";
}
.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-house-crack:before {
  content: "\e3b1";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561";
}
.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2";
}
.fa-bottle-water:before {
  content: "\e4c5";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1";
}
.fa-kitchen-set:before {
  content: "\e51a";
}
.fa-r:before {
  content: "R";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-bitcoin-sign:before {
  content: "\e0b4";
}
.fa-shield-dog:before {
  content: "\e573";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-elevator:before {
  content: "\e16d";
}
.fa-money-bill-transfer:before {
  content: "\e528";
}
.fa-money-bill-trend-up:before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682";
}
.fa-circle:before {
  content: "\f111";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\f049";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}
.fa-volume-high:before,
.fa-volume-up:before {
  content: "\f028";
}
.fa-users-rays:before {
  content: "\e593";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-burger:before,
.fa-hamburger:before {
  content: "\f805";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-bugs:before {
  content: "\e4d0";
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-circle-question:before,
.fa-question-circle:before {
  content: "\f059";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-book-bookmark:before {
  content: "\e0bb";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-bridge:before {
  content: "\e4c8";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879";
}
.fa-truck-front:before {
  content: "\e2b7";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation:before {
  content: "\e4ab";
}
.fa-truck-field:before {
  content: "\e58d";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-clipboard-question:before {
  content: "\e4e3";
}
.fa-panorama:before {
  content: "\e209";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-file-circle-minus:before {
  content: "\e4ed";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\f050";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-parking:before,
.fa-square-parking:before {
  content: "\f540";
}
.fa-house-signal:before {
  content: "\e012";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-faucet-drip:before {
  content: "\e006";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-mobile-button:before {
  content: "\f10b";
}
.fa-house-medical-flag:before {
  content: "\e514";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-person-military-to-person:before {
  content: "\e54c";
}
.fa-file-shield:before {
  content: "\e4f0";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-pen:before {
  content: "\f304";
}
.fa-tower-observation:before {
  content: "\e586";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012";
}
.fa-bus:before {
  content: "\f207";
}
.fa-heart-circle-xmark:before {
  content: "\e501";
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-face-frown:before,
.fa-frown:before {
  content: "\f119";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f";
}
.fa-floppy-disk:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
}
.fa-plant-wilt:before {
  content: "\e5aa";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684";
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-child-dress:before {
  content: "\e59c";
}
.fa-users-between-lines:before {
  content: "\e591";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588";
}
.fa-phone:before {
  content: "\f095";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273";
}
.fa-child-reaching:before {
  content: "\e59d";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-mosquito-net:before {
  content: "\e52c";
}
.fa-bridge-water:before {
  content: "\e4ce";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-digging:before,
.fa-person-digging:before {
  content: "\f85e";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\f10e";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-divide:before {
  content: "\f529";
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-hands-holding:before {
  content: "\f4c2";
}
.fa-hands-clapping:before {
  content: "\e1a8";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-person-circle-xmark:before {
  content: "\e543";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-j:before {
  content: "J";
}
.fa-users-viewfinder:before {
  content: "\e595";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d";
}
.fa-table-cells:before,
.fa-th:before {
  content: "\f00a";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-bible:before,
.fa-book-bible:before {
  content: "\f647";
}
.fa-o:before {
  content: "O";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-otter:before {
  content: "\f700";
}
.fa-female:before,
.fa-person-dress:before {
  content: "\f182";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a";
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009";
}
.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "\f827";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-plane-lock:before {
  content: "\e558";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-comment:before {
  content: "\f075";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\f1fd";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\f102";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-arrow-right-to-city:before {
  content: "\e4b3";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-litecoin-sign:before {
  content: "\e1d3";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-circle-nodes:before {
  content: "\e4e2";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-truck-field-un:before {
  content: "\e58e";
}
.fa-hourglass-empty:before,
.fa-hourglass:before {
  content: "\f254";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-user-doctor:before,
.fa-user-md:before {
  content: "\f0f0";
}
.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-camera-alt:before,
.fa-camera:before {
  content: "\f030";
}
.fa-square-virus:before {
  content: "\e578";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-car-on:before {
  content: "\e4dd";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-water:before {
  content: "\f773";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-person-cane:before {
  content: "\e53c";
}
.fa-tent:before {
  content: "\e57d";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-money-bill-wheat:before {
  content: "\e52a";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}
.fa-tarp-droplet:before {
  content: "\e57c";
}
.fa-house-medical-circle-check:before {
  content: "\e511";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359";
}
.fa-subway:before,
.fa-train-subway:before {
  content: "\f239";
}
.fa-chart-gantt:before {
  content: "\e0e4";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc";
}
.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\f565";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-dna:before {
  content: "\f471";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-minus:before,
.fa-subtract:before {
  content: "\f068";
}
.fa-chess:before {
  content: "\f439";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-plug-circle-check:before {
  content: "\e55c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-franc-sign:before {
  content: "\e18f";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\f2a3";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-mosquito:before {
  content: "\e52b";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-person-military-rifle:before {
  content: "\e54b";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-vials:before {
  content: "\f493";
}
.fa-plug-circle-plus:before {
  content: "\e55f";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148";
}
.fa-u:before {
  content: "U";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698";
}
.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}
.fa-backward-step:before,
.fa-step-backward:before {
  content: "\f048";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-baseball-bat-ball:before {
  content: "\f432";
}
.fa-s:before {
  content: "S";
}
.fa-timeline:before {
  content: "\e29c";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "\f3cf";
}
.fa-plane-up:before {
  content: "\e22d";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-battery-3:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-mountain-city:before {
  content: "\e52e";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-cent-sign:before {
  content: "\e3f5";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-person-pregnant:before {
  content: "\e31e";
}
.fa-wand-sparkles:before {
  content: "\f72b";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-laptop-file:before {
  content: "\e51d";
}
.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}
.fa-diagram-next:before {
  content: "\e476";
}
.fa-person-rifle:before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation:before {
  content: "\e512";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-images:before {
  content: "\f302";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-people-pulling:before {
  content: "\e535";
}
.fa-n:before {
  content: "N";
}
.fa-cable-car:before,
.fa-tram:before {
  content: "\f7da";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-building-circle-xmark:before {
  content: "\e4d4";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-arrows-down-to-line:before {
  content: "\e4b8";
}
.fa-download:before {
  content: "\f019";
}
.fa-face-grin:before,
.fa-grin:before {
  content: "\f580";
}
.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-file-circle-check:before {
  content: "\e5a0";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce";
}
.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-heart-circle-exclamation:before {
  content: "\e4fe";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-b:before {
  content: "B";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9";
}
.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-mill-sign:before {
  content: "\e1ed";
}
.fa-bowl-rice:before {
  content: "\e2eb";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-upload:before {
  content: "\f093";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-mound:before {
  content: "\e52d";
}
.fa-toilet-portable:before {
  content: "\e583";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-shield-cat:before {
  content: "\e572";
}
.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}
.fa-glass-water:before {
  content: "\e4f4";
}
.fa-oil-well:before {
  content: "\e532";
}
.fa-vault:before {
  content: "\e2c5";
}
.fa-mars:before {
  content: "\f222";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-plane-circle-xmark:before {
  content: "\e557";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-sun:before {
  content: "\f185";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-bore-hole:before {
  content: "\e4c3";
}
.fa-industry:before {
  content: "\f275";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358";
}
.fa-arrows-turn-to-dots:before {
  content: "\e4c1";
}
.fa-florin-sign:before {
  content: "\e184";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-less-than:before {
  content: "<";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-car-tunnel:before {
  content: "\e4de";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-anchor-circle-xmark:before {
  content: "\e4ac";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\f141";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479";
}
.fa-person-through-window:before {
  content: "\e5a9";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-hands-holding-circle:before {
  content: "\e4fb";
}
.fa-bug:before {
  content: "\f188";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-hand-holding-hand:before {
  content: "\e4f7";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}
.fa-mountain-sun:before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line:before {
  content: "\e4ba";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-truck-droplet:before {
  content: "\e58c";
}
.fa-file-circle-xmark:before {
  content: "\e5a1";
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "\e040";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-bed:before {
  content: "\f236";
}
.fa-h-square:before,
.fa-square-h:before {
  content: "\f0fd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-plug-circle-xmark:before {
  content: "\e560";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-file:before {
  content: "\f15b";
}
.fa-greater-than:before {
  content: ">";
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-droplet:before,
.fa-tint:before {
  content: "\f043";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-person-burst:before {
  content: "\e53b";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-socks:before {
  content: "\f696";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-section:before {
  content: "\e447";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d";
}
.fa-drum:before {
  content: "\f569";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-heart-circle-bolt:before {
  content: "\e4fc";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2";
}
.fa-tree-city:before {
  content: "\e587";
}
.fa-play:before {
  content: "\f04b";
}
.fa-font:before {
  content: "\f031";
}
.fa-rupiah-sign:before {
  content: "\e23d";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-naira-sign:before {
  content: "\e1f6";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-walkie-talkie:before {
  content: "\f8ef";
}
.fa-file-edit:before,
.fa-file-pen:before {
  content: "\f31c";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\f14b";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-person-circle-exclamation:before {
  content: "\e53f";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-code-compare:before {
  content: "\e13a";
}
.fa-list-dots:before,
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-school-lock:before {
  content: "\e56f";
}
.fa-tower-cell:before {
  content: "\e585";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-ranking-star:before {
  content: "\e561";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-person-harassing:before {
  content: "\e549";
}
.fa-brazilian-real-sign:before {
  content: "\e46c";
}
.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "\f752";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-shrimp:before {
  content: "\e448";
}
.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}
.fa-jug-detergent:before {
  content: "\e519";
}
.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-car-burst:before,
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-y:before {
  content: "Y";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}
.fa-fish:before {
  content: "\f578";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042";
}
.fa-clapperboard:before {
  content: "\e131";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433";
}
.fa-jet-fighter-up:before {
  content: "\e518";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d";
}
.fa-share-from-square:before,
.fa-share-square:before {
  content: "\f14d";
}
.fa-child-combatant:before,
.fa-child-rifle:before {
  content: "\e4e0";
}
.fa-gun:before {
  content: "\e19b";
}
.fa-phone-square:before,
.fa-square-phone:before {
  content: "\f098";
}
.fa-add:before,
.fa-plus:before {
  content: "+";
}
.fa-expand:before {
  content: "\f065";
}
.fa-computer:before {
  content: "\e4e5";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}
.fa-peso-sign:before {
  content: "\e222";
}
.fa-building-shield:before {
  content: "\e4d8";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-users-line:before {
  content: "\e592";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829";
}
.fa-arrow-down-up-lock:before {
  content: "\e4b0";
}
.fa-lines-leaning:before {
  content: "\e51e";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-equals:before {
  content: "=";
}
.fa-blender:before {
  content: "\f517";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-map:before {
  content: "\f279";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-store:before {
  content: "\f54e";
}
.fa-arrow-trend-up:before {
  content: "\e098";
}
.fa-plug-circle-minus:before {
  content: "\e55e";
}
.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb";
}
.fa-school-flag:before {
  content: "\e56e";
}
.fa-fill:before {
  content: "\f575";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-notdef:before {
  content: "\e1fe";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-radio:before {
  content: "\f8d7";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-percent:before,
.fa-percentage:before {
  content: "%";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-glass-water-droplet:before {
  content: "\e4f5";
}
.fa-display:before {
  content: "\e163";
}
.fa-face-smile:before,
.fa-smile:before {
  content: "\f118";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-person-praying:before,
.fa-pray:before {
  content: "\f683";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-robot:before {
  content: "\f544";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-arrow-up-right-dots:before {
  content: "\e4b7";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\f225";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149";
}
.fa-person-falling-burst:before {
  content: "\e547";
}
.fa-award:before {
  content: "\f559";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\f100";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}
.fa-shield-blank:before,
.fa-shield:before {
  content: "\f132";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-house-medical:before {
  content: "\e3b2";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\f137";
}
.fa-house-chimney-window:before {
  content: "\e00d";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left:before {
  content: "\e580";
}
.fa-tents:before {
  content: "\e582";
}
.fa-magic:before,
.fa-wand-magic:before {
  content: "\f0d0";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-moon:before {
  content: "\f186";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-music:before {
  content: "\f001";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-shield-heart:before {
  content: "\e574";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3";
}
.fa-hashtag:before {
  content: "#";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-t:before {
  content: "T";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-chart-column:before {
  content: "\e0e3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-vial-circle-check:before {
  content: "\e596";
}
.fa-person-arrow-down-to-line:before {
  content: "\e538";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-fan:before {
  content: "\f863";
}
.fa-person-walking-luggage:before {
  content: "\e554";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-bahai:before,
.fa-haykal:before {
  content: "\f666";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation:before {
  content: "\e55d";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left:before {
  content: "\e551";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-file-circle-plus:before {
  content: "\e494";
}
.fa-book-quran:before,
.fa-quran:before {
  content: "\f687";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-angry:before,
.fa-face-angry:before {
  content: "\f556";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-arrow-trend-down:before {
  content: "\e097";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\f24e";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390";
}
.fa-m:before {
  content: "M";
}
.fa-table-list:before,
.fa-th-list:before {
  content: "\f00b";
}
.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd";
}
.fa-book:before {
  content: "\f02d";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-check:before {
  content: "\f00c";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-house-circle-check:before {
  content: "\e509";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-diagram-successor:before {
  content: "\e47a";
}
.fa-truck-arrow-right:before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left:before {
  content: "\e4bc";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-person-falling:before {
  content: "\e546";
}
.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-rug:before {
  content: "\e569";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}
.fa-baht-sign:before {
  content: "\e0ac";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-handcuffs:before {
  content: "\e4f8";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-bottle-droplet:before {
  content: "\e4c4";
}
.fa-mask-face:before {
  content: "\e1d7";
}
.fa-hill-rockslide:before {
  content: "\e508";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-road-circle-exclamation:before {
  content: "\e565";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\e2ce";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}
.fa-person-walking-arrow-right:before {
  content: "\e552";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}
.fa-dice:before {
  content: "\f522";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}
.fa-train-tram:before {
  content: "\e5b4";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-jar:before {
  content: "\e516";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}
.fa-bug-slash:before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump:before {
  content: "\e4b6";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-plane:before {
  content: "\f072";
}
.fa-tent-arrows-down:before {
  content: "\e581";
}
.fa-exclamation:before {
  content: "!";
}
.fa-arrows-spin:before {
  content: "\e4bb";
}
.fa-print:before {
  content: "\f02f";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "$";
}
.fa-x:before {
  content: "X";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688";
}
.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509";
}
.fa-person-military-pointing:before {
  content: "\e54a";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-trowel:before {
  content: "\e589";
}
.fa-d:before {
  content: "D";
}
.fa-stapler:before {
  content: "\e5af";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630";
}
.fa-kip-sign:before {
  content: "\e1c4";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "\f4c6";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\f0fb";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\f1e1";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-plus-minus:before {
  content: "\e43c";
}
.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-person-circle-check:before {
  content: "\e53e";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:host,
:root {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-brands-400-SIIAGDBB.woff2") format("woff2"), url("./media/fa-brands-400-L56FXN36.ttf") format("truetype");
}
.fa-brands,
.fab {
  font-weight: 400;
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-aws:before {
  content: "\f375";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-modx:before {
  content: "\f285";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-js-square:before,
.fa-square-js:before {
  content: "\f3b9";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-unity:before {
  content: "\e049";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-vk:before {
  content: "\f189";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-reddit-square:before,
.fa-square-reddit:before {
  content: "\f1a2";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-square-font-awesome:before {
  content: "\e5ad";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-instagram-square:before,
.fa-square-instagram:before {
  content: "\e055";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
  content: "\f3af";
}
.fa-edge:before {
  content: "\f282";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-snapchat-square:before,
.fa-square-snapchat:before {
  content: "\f2ad";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-safari:before {
  content: "\f267";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-square-viadeo:before,
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-centos:before {
  content: "\f789";
}
.fa-adn:before {
  content: "\f170";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-dribbble-square:before,
.fa-square-dribbble:before {
  content: "\f397";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-node:before {
  content: "\f419";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-square-twitter:before,
.fa-twitter-square:before {
  content: "\f081";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-golang:before {
  content: "\e40f";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-square-youtube:before,
.fa-youtube-square:before {
  content: "\f431";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-rendact:before,
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-nfc-directional:before {
  content: "\e530";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-meta:before {
  content: "\e49b";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-hips:before {
  content: "\f452";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-discord:before {
  content: "\f392";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-square-steam:before,
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-square-vimeo:before,
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-apple:before {
  content: "\f179";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-padlet:before {
  content: "\e4a0";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-github-square:before,
.fa-square-github:before {
  content: "\f092";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-neos:before {
  content: "\f612";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-angular:before {
  content: "\f420";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-gitlab-square:before,
.fa-square-gitlab:before {
  content: "\e5ae";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
  content: "\f264";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-sith:before {
  content: "\f512";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-react:before {
  content: "\f41b";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-gg:before {
  content: "\f260";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-pinterest-square:before,
.fa-square-pinterest:before {
  content: "\f0d3";
}
.fa-xing:before {
  content: "\f168";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-less:before {
  content: "\f41d";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-nfc-symbol:before {
  content: "\e531";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-google-plus-square:before,
.fa-square-google-plus:before {
  content: "\f0d4";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-square-xing:before,
.fa-xing-square:before {
  content: "\f169";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-fly:before {
  content: "\f417";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-viber:before {
  content: "\f409";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-audible:before {
  content: "\f373";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-42-group:before,
.fa-innosoft:before {
  content: "\e080";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
  content: "\e01e";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-facebook-square:before,
.fa-square-facebook:before {
  content: "\f082";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-lastfm-square:before,
.fa-square-lastfm:before {
  content: "\f203";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-figma:before {
  content: "\f799";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-docker:before {
  content: "\f395";
}
.fa-screenpal:before {
  content: "\e570";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "\e2d0";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-apper:before {
  content: "\f371";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-behance-square:before,
.fa-square-behance:before {
  content: "\f1b5";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-space-awesome:before {
  content: "\e5ac";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-git-square:before,
.fa-square-git:before {
  content: "\f1d2";
}
.fa-square-tumblr:before,
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-trello:before {
  content: "\f181";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-android:before {
  content: "\f17b";
}
.fa-bots:before {
  content: "\e340";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-uber:before {
  content: "\f402";
}
.fa-github:before {
  content: "\f09b";
}
.fa-php:before {
  content: "\f457";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-stubber:before {
  content: "\e5c7";
}
.fa-telegram-plane:before,
.fa-telegram:before {
  content: "\f2c6";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-odysee:before {
  content: "\e5c6";
}
.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-slack-hash:before,
.fa-slack:before {
  content: "\f198";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-usb:before {
  content: "\f287";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-medium-m:before,
.fa-medium:before {
  content: "\f23a";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-strava:before {
  content: "\f428";
}
.fa-ember:before {
  content: "\f423";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-zhihu:before {
  content: "\f63f";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
:host,
:root {
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-regular-400-AKWU76I6.woff2") format("woff2"), url("./media/fa-regular-400-K4FBMWYG.ttf") format("truetype");
}
.fa-regular,
.far {
  font-weight: 400;
}
:host,
:root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./media/fa-solid-900-H2XJQV6A.woff2") format("woff2"), url("./media/fa-solid-900-BNOK755N.ttf") format("truetype");
}
.fa-solid,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-brands-400-SIIAGDBB.woff2") format("woff2"), url("./media/fa-brands-400-L56FXN36.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("./media/fa-solid-900-H2XJQV6A.woff2") format("woff2"), url("./media/fa-solid-900-BNOK755N.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-regular-400-AKWU76I6.woff2") format("woff2"), url("./media/fa-regular-400-K4FBMWYG.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-solid-900-H2XJQV6A.woff2") format("woff2"), url("./media/fa-solid-900-BNOK755N.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-brands-400-SIIAGDBB.woff2") format("woff2"), url("./media/fa-brands-400-L56FXN36.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-regular-400-AKWU76I6.woff2") format("woff2"), url("./media/fa-regular-400-K4FBMWYG.ttf") format("truetype");
  unicode-range:
    u+f003,
    u+f006,
    u+f014,
    u+f016-f017,
    u+f01a-f01b,
    u+f01d,
    u+f022,
    u+f03e,
    u+f044,
    u+f046,
    u+f05c-f05d,
    u+f06e,
    u+f070,
    u+f087-f088,
    u+f08a,
    u+f094,
    u+f096-f097,
    u+f09d,
    u+f0a0,
    u+f0a2,
    u+f0a4-f0a7,
    u+f0c5,
    u+f0c7,
    u+f0e5-f0e6,
    u+f0eb,
    u+f0f6-f0f8,
    u+f10c,
    u+f114-f115,
    u+f118-f11a,
    u+f11c-f11d,
    u+f133,
    u+f147,
    u+f14e,
    u+f150-f152,
    u+f185-f186,
    u+f18e,
    u+f190-f192,
    u+f196,
    u+f1c1-f1c9,
    u+f1d9,
    u+f1db,
    u+f1e3,
    u+f1ea,
    u+f1f7,
    u+f1f9,
    u+f20a,
    u+f247-f248,
    u+f24a,
    u+f24d,
    u+f255-f25b,
    u+f25d,
    u+f271-f274,
    u+f278,
    u+f27b,
    u+f28c,
    u+f28e,
    u+f29c,
    u+f2b5,
    u+f2b7,
    u+f2ba,
    u+f2bc,
    u+f2be,
    u+f2c0-f2c1,
    u+f2c3,
    u+f2d0,
    u+f2d2,
    u+f2d4,
    u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-v4compatibility-MIE46ALS.woff2") format("woff2"), url("./media/fa-v4compatibility-SLOOKL4I.ttf") format("truetype");
  unicode-range:
    u+f041,
    u+f047,
    u+f065-f066,
    u+f07d-f07e,
    u+f080,
    u+f08b,
    u+f08e,
    u+f090,
    u+f09a,
    u+f0ac,
    u+f0ae,
    u+f0b2,
    u+f0d0,
    u+f0d6,
    u+f0e4,
    u+f0ec,
    u+f10a-f10b,
    u+f123,
    u+f13e,
    u+f148-f149,
    u+f14c,
    u+f156,
    u+f15e,
    u+f160-f161,
    u+f163,
    u+f175-f178,
    u+f195,
    u+f1f8,
    u+f219,
    u+f27a;
}

/* src/assets/icons/feather/css/iconfont.css */
@font-face {
  font-family: "feather";
  src: url("./media/feather-65CICL3Y.eot?t=1525787366991");
  src:
    url("./media/feather-65CICL3Y.eot?t=1525787366991#iefix") format("embedded-opentype"),
    url("./media/feather-CFD4EVID.woff?t=1525787366991") format("woff"),
    url("./media/feather-DXVGH7FP.ttf?t=1525787366991") format("truetype"),
    url("./media/feather-VNJW5G5I.svg?t=1525787366991#feather") format("svg");
}
.feather {
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-alert-octagon:before {
  content: "\e81b";
}
.icon-alert-circle:before {
  content: "\e81c";
}
.icon-activity:before {
  content: "\e81d";
}
.icon-alert-triangle:before {
  content: "\e81e";
}
.icon-align-center:before {
  content: "\e81f";
}
.icon-airplay:before {
  content: "\e820";
}
.icon-align-justify:before {
  content: "\e821";
}
.icon-align-left:before {
  content: "\e822";
}
.icon-align-right:before {
  content: "\e823";
}
.icon-arrow-down-left:before {
  content: "\e824";
}
.icon-arrow-down-right:before {
  content: "\e825";
}
.icon-anchor:before {
  content: "\e826";
}
.icon-aperture:before {
  content: "\e827";
}
.icon-arrow-left:before {
  content: "\e828";
}
.icon-arrow-right:before {
  content: "\e829";
}
.icon-arrow-down:before {
  content: "\e82a";
}
.icon-arrow-up-left:before {
  content: "\e82b";
}
.icon-arrow-up-right:before {
  content: "\e82c";
}
.icon-arrow-up:before {
  content: "\e82d";
}
.icon-award:before {
  content: "\e82e";
}
.icon-bar-chart:before {
  content: "\e82f";
}
.icon-at-sign:before {
  content: "\e830";
}
.icon-bar-chart-2:before {
  content: "\e831";
}
.icon-battery-charging:before {
  content: "\e832";
}
.icon-bell-off:before {
  content: "\e833";
}
.icon-battery:before {
  content: "\e834";
}
.icon-bluetooth:before {
  content: "\e835";
}
.icon-bell:before {
  content: "\e836";
}
.icon-book:before {
  content: "\e837";
}
.icon-briefcase:before {
  content: "\e838";
}
.icon-camera-off:before {
  content: "\e839";
}
.icon-calendar:before {
  content: "\e83a";
}
.icon-bookmark:before {
  content: "\e83b";
}
.icon-box:before {
  content: "\e83c";
}
.icon-camera:before {
  content: "\e83d";
}
.icon-check-circle:before {
  content: "\e83e";
}
.icon-check:before {
  content: "\e83f";
}
.icon-check-square:before {
  content: "\e840";
}
.icon-cast:before {
  content: "\e841";
}
.icon-chevron-down:before {
  content: "\e842";
}
.icon-chevron-left:before {
  content: "\e843";
}
.icon-chevron-right:before {
  content: "\e844";
}
.icon-chevron-up:before {
  content: "\e845";
}
.icon-chevrons-down:before {
  content: "\e846";
}
.icon-chevrons-right:before {
  content: "\e847";
}
.icon-chevrons-up:before {
  content: "\e848";
}
.icon-chevrons-left:before {
  content: "\e849";
}
.icon-circle:before {
  content: "\e84a";
}
.icon-clipboard:before {
  content: "\e84b";
}
.icon-chrome:before {
  content: "\e84c";
}
.icon-clock:before {
  content: "\e84d";
}
.icon-cloud-lightning:before {
  content: "\e84e";
}
.icon-cloud-drizzle:before {
  content: "\e84f";
}
.icon-cloud-rain:before {
  content: "\e850";
}
.icon-cloud-off:before {
  content: "\e851";
}
.icon-codepen:before {
  content: "\e852";
}
.icon-cloud-snow:before {
  content: "\e853";
}
.icon-compass:before {
  content: "\e854";
}
.icon-copy:before {
  content: "\e855";
}
.icon-corner-down-right:before {
  content: "\e856";
}
.icon-corner-down-left:before {
  content: "\e857";
}
.icon-corner-left-down:before {
  content: "\e858";
}
.icon-corner-left-up:before {
  content: "\e859";
}
.icon-corner-up-left:before {
  content: "\e85a";
}
.icon-corner-up-right:before {
  content: "\e85b";
}
.icon-corner-right-down:before {
  content: "\e85c";
}
.icon-corner-right-up:before {
  content: "\e85d";
}
.icon-cpu:before {
  content: "\e85e";
}
.icon-credit-card:before {
  content: "\e85f";
}
.icon-crosshair:before {
  content: "\e860";
}
.icon-disc:before {
  content: "\e861";
}
.icon-delete:before {
  content: "\e862";
}
.icon-download-cloud:before {
  content: "\e863";
}
.icon-download:before {
  content: "\e864";
}
.icon-droplet:before {
  content: "\e865";
}
.icon-edit-2:before {
  content: "\e866";
}
.icon-edit:before {
  content: "\e867";
}
.icon-edit-1:before {
  content: "\e868";
}
.icon-external-link:before {
  content: "\e869";
}
.icon-eye:before {
  content: "\e86a";
}
.icon-feather:before {
  content: "\e86b";
}
.icon-facebook:before {
  content: "\e86c";
}
.icon-file-minus:before {
  content: "\e86d";
}
.icon-eye-off:before {
  content: "\e86e";
}
.icon-fast-forward:before {
  content: "\e86f";
}
.icon-file-text:before {
  content: "\e870";
}
.icon-film:before {
  content: "\e871";
}
.icon-file:before {
  content: "\e872";
}
.icon-file-plus:before {
  content: "\e873";
}
.icon-folder:before {
  content: "\e874";
}
.icon-filter:before {
  content: "\e875";
}
.icon-flag:before {
  content: "\e876";
}
.icon-globe:before {
  content: "\e877";
}
.icon-grid:before {
  content: "\e878";
}
.icon-heart:before {
  content: "\e879";
}
.icon-home:before {
  content: "\e87a";
}
.icon-github:before {
  content: "\e87b";
}
.icon-image:before {
  content: "\e87c";
}
.icon-inbox:before {
  content: "\e87d";
}
.icon-layers:before {
  content: "\e87e";
}
.icon-info:before {
  content: "\e87f";
}
.icon-instagram:before {
  content: "\e880";
}
.icon-layout:before {
  content: "\e881";
}
.icon-link-2:before {
  content: "\e882";
}
.icon-life-buoy:before {
  content: "\e883";
}
.icon-link:before {
  content: "\e884";
}
.icon-log-in:before {
  content: "\e885";
}
.icon-list:before {
  content: "\e886";
}
.icon-lock:before {
  content: "\e887";
}
.icon-log-out:before {
  content: "\e888";
}
.icon-loader:before {
  content: "\e889";
}
.icon-mail:before {
  content: "\e88a";
}
.icon-maximize-2:before {
  content: "\e88b";
}
.icon-map:before {
  content: "\e88c";
}
.icon-map-pin:before {
  content: "\e88e";
}
.icon-menu:before {
  content: "\e88f";
}
.icon-message-circle:before {
  content: "\e890";
}
.icon-message-square:before {
  content: "\e891";
}
.icon-minimize-2:before {
  content: "\e892";
}
.icon-mic-off:before {
  content: "\e893";
}
.icon-minus-circle:before {
  content: "\e894";
}
.icon-mic:before {
  content: "\e895";
}
.icon-minus-square:before {
  content: "\e896";
}
.icon-minus:before {
  content: "\e897";
}
.icon-moon:before {
  content: "\e898";
}
.icon-monitor:before {
  content: "\e899";
}
.icon-more-vertical:before {
  content: "\e89a";
}
.icon-more-horizontal:before {
  content: "\e89b";
}
.icon-move:before {
  content: "\e89c";
}
.icon-music:before {
  content: "\e89d";
}
.icon-navigation-2:before {
  content: "\e89e";
}
.icon-navigation:before {
  content: "\e89f";
}
.icon-octagon:before {
  content: "\e8a0";
}
.icon-package:before {
  content: "\e8a1";
}
.icon-pause-circle:before {
  content: "\e8a2";
}
.icon-pause:before {
  content: "\e8a3";
}
.icon-percent:before {
  content: "\e8a4";
}
.icon-phone-call:before {
  content: "\e8a5";
}
.icon-phone-forwarded:before {
  content: "\e8a6";
}
.icon-phone-missed:before {
  content: "\e8a7";
}
.icon-phone-off:before {
  content: "\e8a8";
}
.icon-phone-incoming:before {
  content: "\e8a9";
}
.icon-phone:before {
  content: "\e8aa";
}
.icon-phone-outgoing:before {
  content: "\e8ab";
}
.icon-pie-chart:before {
  content: "\e8ac";
}
.icon-play-circle:before {
  content: "\e8ad";
}
.icon-play:before {
  content: "\e8ae";
}
.icon-plus-square:before {
  content: "\e8af";
}
.icon-plus-circle:before {
  content: "\e8b0";
}
.icon-plus:before {
  content: "\e8b1";
}
.icon-pocket:before {
  content: "\e8b2";
}
.icon-printer:before {
  content: "\e8b3";
}
.icon-power:before {
  content: "\e8b4";
}
.icon-radio:before {
  content: "\e8b5";
}
.icon-repeat:before {
  content: "\e8b6";
}
.icon-refresh-ccw:before {
  content: "\e8b7";
}
.icon-rewind:before {
  content: "\e8b8";
}
.icon-rotate-ccw:before {
  content: "\e8b9";
}
.icon-refresh-cw:before {
  content: "\e8ba";
}
.icon-rotate-cw:before {
  content: "\e8bb";
}
.icon-save:before {
  content: "\e8bc";
}
.icon-search:before {
  content: "\e8bd";
}
.icon-server:before {
  content: "\e8be";
}
.icon-scissors:before {
  content: "\e8bf";
}
.icon-share-2:before {
  content: "\e8c0";
}
.icon-share:before {
  content: "\e8c1";
}
.icon-shield:before {
  content: "\e8c2";
}
.icon-settings:before {
  content: "\e8c3";
}
.icon-skip-back:before {
  content: "\e8c4";
}
.icon-shuffle:before {
  content: "\e8c5";
}
.icon-sidebar:before {
  content: "\e8c6";
}
.icon-skip-forward:before {
  content: "\e8c7";
}
.icon-slack:before {
  content: "\e8c8";
}
.icon-slash:before {
  content: "\e8c9";
}
.icon-smartphone:before {
  content: "\e8ca";
}
.icon-square:before {
  content: "\e8cb";
}
.icon-speaker:before {
  content: "\e8cc";
}
.icon-star:before {
  content: "\e8cd";
}
.icon-stop-circle:before {
  content: "\e8ce";
}
.icon-sun:before {
  content: "\e8cf";
}
.icon-sunrise:before {
  content: "\e8d0";
}
.icon-tablet:before {
  content: "\e8d1";
}
.icon-tag:before {
  content: "\e8d2";
}
.icon-sunset:before {
  content: "\e8d3";
}
.icon-target:before {
  content: "\e8d4";
}
.icon-thermometer:before {
  content: "\e8d5";
}
.icon-thumbs-up:before {
  content: "\e8d6";
}
.icon-thumbs-down:before {
  content: "\e8d7";
}
.icon-toggle-left:before {
  content: "\e8d8";
}
.icon-toggle-right:before {
  content: "\e8d9";
}
.icon-trash-2:before {
  content: "\e8da";
}
.icon-trash:before {
  content: "\e8db";
}
.icon-trending-up:before {
  content: "\e8dc";
}
.icon-trending-down:before {
  content: "\e8dd";
}
.icon-triangle:before {
  content: "\e8de";
}
.icon-type:before {
  content: "\e8df";
}
.icon-twitter:before {
  content: "\e8e0";
}
.icon-upload:before {
  content: "\e8e1";
}
.icon-umbrella:before {
  content: "\e8e2";
}
.icon-upload-cloud:before {
  content: "\e8e3";
}
.icon-unlock:before {
  content: "\e8e4";
}
.icon-user-check:before {
  content: "\e8e5";
}
.icon-user-minus:before {
  content: "\e8e6";
}
.icon-user-plus:before {
  content: "\e8e7";
}
.icon-user-x:before {
  content: "\e8e8";
}
.icon-user:before {
  content: "\e8e9";
}
.icon-users:before {
  content: "\e8ea";
}
.icon-video-off:before {
  content: "\e8eb";
}
.icon-video:before {
  content: "\e8ec";
}
.icon-voicemail:before {
  content: "\e8ed";
}
.icon-volume-x:before {
  content: "\e8ee";
}
.icon-volume-2:before {
  content: "\e8ef";
}
.icon-volume-1:before {
  content: "\e8f0";
}
.icon-volume:before {
  content: "\e8f1";
}
.icon-watch:before {
  content: "\e8f2";
}
.icon-wifi:before {
  content: "\e8f3";
}
.icon-x-square:before {
  content: "\e8f4";
}
.icon-wind:before {
  content: "\e8f5";
}
.icon-x:before {
  content: "\e8f6";
}
.icon-x-circle:before {
  content: "\e8f7";
}
.icon-zap:before {
  content: "\e8f8";
}
.icon-zoom-in:before {
  content: "\e8f9";
}
.icon-zoom-out:before {
  content: "\e8fa";
}
.icon-command:before {
  content: "\e8fb";
}
.icon-cloud:before {
  content: "\e8fc";
}
.icon-hash:before {
  content: "\e8fd";
}
.icon-headphones:before {
  content: "\e8fe";
}
.icon-underline:before {
  content: "\e8ff";
}
.icon-italic:before {
  content: "\e900";
}
.icon-bold:before {
  content: "\e901";
}
.icon-crop:before {
  content: "\e902";
}
.icon-help-circle:before {
  content: "\e903";
}
.icon-paperclip:before {
  content: "\e904";
}
.icon-shopping-cart:before {
  content: "\e905";
}
.icon-tv:before {
  content: "\e906";
}
.icon-wifi-off:before {
  content: "\e907";
}
.icon-minimize:before {
  content: "\e88d";
}
.icon-maximize:before {
  content: "\e908";
}
.icon-gitlab:before {
  content: "\e909";
}
.icon-sliders:before {
  content: "\e90a";
}
.icon-star-on:before {
  content: "\e90b";
}
.icon-heart-on:before {
  content: "\e90c";
}
.icon-archive:before {
  content: "\e90d";
}
.icon-arrow-down-circle:before {
  content: "\e90e";
}
.icon-arrow-up-circle:before {
  content: "\e90f";
}
.icon-arrow-left-circle:before {
  content: "\e910";
}
.icon-arrow-right-circle:before {
  content: "\e911";
}
.icon-bar-chart-line-:before {
  content: "\e912";
}
.icon-bar-chart-line:before {
  content: "\e913";
}
.icon-book-open:before {
  content: "\e914";
}
.icon-code:before {
  content: "\e915";
}
.icon-database:before {
  content: "\e916";
}
.icon-dollar-sign:before {
  content: "\e917";
}
.icon-folder-plus:before {
  content: "\e918";
}
.icon-gift:before {
  content: "\e919";
}
.icon-folder-minus:before {
  content: "\e91a";
}
.icon-git-commit:before {
  content: "\e91b";
}
.icon-git-branch:before {
  content: "\e91c";
}
.icon-git-pull-request:before {
  content: "\e91d";
}
.icon-git-merge:before {
  content: "\e91e";
}
.icon-linkedin:before {
  content: "\e91f";
}
.icon-hard-drive:before {
  content: "\e920";
}
.icon-more-vertical-:before {
  content: "\e921";
}
.icon-more-horizontal-:before {
  content: "\e922";
}
.icon-rss:before {
  content: "\e923";
}
.icon-send:before {
  content: "\e924";
}
.icon-shield-off:before {
  content: "\e925";
}
.icon-shopping-bag:before {
  content: "\e926";
}
.icon-terminal:before {
  content: "\e927";
}
.icon-truck:before {
  content: "\e928";
}
.icon-zap-off:before {
  content: "\e929";
}
.icon-youtube:before {
  content: "\e92a";
}

/* node_modules/ngx-bootstrap/datepicker/bs-datepicker.css */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active,
.bs-datepicker-btns button:hover,
.bs-datepicker-btns button:focus,
.bs-datepicker-btns button:active,
.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled],
.bs-datepicker-head button[disabled]:hover,
.bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.previous span {
  transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
  transform: translate(1px, -1px);
}
.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected,
.bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.selected.disabled,
.bs-datepicker-body table td.selected.disabled span {
  opacity: 0.3;
}
.bs-datepicker-body table td span.is-other-month,
.bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after,
.bs-datepicker-body table td.active.select-start span:after,
.bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -3px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-],
.bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days td.in-range:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):not(.disabled):before {
  background: #e9edf0;
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
  right: 3px;
  left: 0;
}
.bs-datepicker-body table.days span.in-range.select-end:before {
  right: 4px;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before,
.bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.select-end:before,
.bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
.bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 15px;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}
.bs-datepicker .bs-timepicker-in-datepicker-container {
  display: flex;
  justify-content: space-around;
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
.bs-datepicker-buttons .btn-today-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.bs-datepicker-buttons .clear-right,
.bs-datepicker-buttons .today-right {
  flex-grow: 0;
}
.bs-datepicker-buttons .clear-left,
.bs-datepicker-buttons .today-left {
  flex-grow: 1;
}
.bs-datepicker-buttons .clear-center,
.bs-datepicker-buttons .today-center {
  flex-grow: 0.5;
}
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #e9edf0;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}
@media (max-width: 768px) {
  .bs-datepicker {
    width: min-content;
    justify-content: center;
  }
  .bs-datepicker-multiple {
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}
.theme-default .bs-datepicker-head {
  background-color: #777;
}
.theme-default .btn-today-wrapper .btn-success,
.theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:focus,
.theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161;
}
.theme-default .btn-today-wrapper .btn-success:hover,
.theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after,
.theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td.week span {
  color: #777;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-green .bs-datepicker-head {
  background-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success,
.theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:focus,
.theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34;
}
.theme-green .btn-today-wrapper .btn-success:hover,
.theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838;
}
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after,
.theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success,
.theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:focus,
.theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD;
}
.theme-blue .btn-today-wrapper .btn-success:hover,
.theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7;
}
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success,
.theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498;
}
.theme-dark-blue .btn-today-wrapper .btn-success:hover,
.theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9;
}
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-red .bs-datepicker-head {
  background-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success,
.theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:focus,
.theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531;
}
.theme-red .btn-today-wrapper .btn-success:hover,
.theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732;
}
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*=select-]:after,
.theme-red .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f;
}
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success,
.theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:focus,
.theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29;
}
.theme-orange .btn-today-wrapper .btn-success:hover,
.theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35;
}
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*=select-]:after,
.theme-orange .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/scss/owl.carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/scss/owl.theme.default.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* node_modules/swiper/swiper-bundle.css */
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
:root {
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
:root {
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property:
    transform,
    opacity,
    height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* node_modules/swiper/swiper-bundle.min.css */
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, .5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, .5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, .5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, .5),
      rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size:44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property:
    transform,
    opacity,
    height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* node_modules/bootstrap/dist/css/bootstrap.min.css */
/*!
* Bootstrap  v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root,
[data-bs-theme=light] {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,255,255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,236,239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33,37,41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,249,250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,110,253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,88,202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222,226,230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33,37,41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255,255,255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222,226,230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52,58,64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222,226,230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43,48,53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110,168,254;
  --bs-link-hover-color-rgb:139,185,254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + .9vw);
}
@media (min-width:1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + .6vw);
}
@media (min-width:1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: .875em;
}
.mark,
mark {
  padding: .1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}
@media (min-width:1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.initialism {
  font-size: .875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x:0;
}
.g-0,
.gy-0 {
  --bs-gutter-y:0;
}
.g-1,
.gx-1 {
  --bs-gutter-x:0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y:0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x:0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y:0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x:1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y:1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x:1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y:1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x:3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y:3rem;
}
@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x:0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y:0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.table {
  --bs-table-color-type:initial;
  --bs-table-bg-type:initial;
  --bs-table-color-state:initial;
  --bs-table-bg-state:initial;
  --bs-table-color:var(--bs-emphasis-color);
  --bs-table-bg:var(--bs-body-bg);
  --bs-table-border-color:var(--bs-border-color);
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:var(--bs-emphasis-color);
  --bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color:var(--bs-emphasis-color);
  --bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color:var(--bs-emphasis-color);
  --bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state:var(--bs-table-active-color);
  --bs-table-bg-state:var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state:var(--bs-table-hover-color);
  --bs-table-bg-state:var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color:#000;
  --bs-table-bg:#cfe2ff;
  --bs-table-border-color:#a6b5cc;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color:#000;
  --bs-table-bg:#e2e3e5;
  --bs-table-border-color:#b5b6b7;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color:#000;
  --bs-table-bg:#d1e7dd;
  --bs-table-border-color:#a7b9b1;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color:#000;
  --bs-table-bg:#cff4fc;
  --bs-table-border-color:#a6c3ca;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color:#000;
  --bs-table-bg:#fff3cd;
  --bs-table-border-color:#ccc2a4;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color:#000;
  --bs-table-bg:#f8d7da;
  --bs-table-border-color:#c6acae;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color:#000;
  --bs-table-bg:#f8f9fa;
  --bs-table-border-color:#c6c7c8;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color:#fff;
  --bs-table-bg:#212529;
  --bs-table-border-color:#4d5154;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: .5rem;
}
.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg:var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: .25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}
.form-floating > .form-control-plaintext::-moz-placeholder,
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.form-floating > .form-control:disabled ~ label::after,
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x:0.75rem;
  --bs-btn-padding-y:0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:1rem;
  --bs-btn-font-weight:400;
  --bs-btn-line-height:1.5;
  --bs-btn-color:var(--bs-body-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-width:var(--bs-border-width);
  --bs-btn-border-color:transparent;
  --bs-btn-border-radius:var(--bs-border-radius);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity:0.65;
  --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0b5ed7;
  --bs-btn-hover-border-color:#0a58ca;
  --bs-btn-focus-shadow-rgb:49,132,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0a58ca;
  --bs-btn-active-border-color:#0a53be;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#0d6efd;
  --bs-btn-disabled-border-color:#0d6efd;
}
.btn-secondary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#5c636a;
  --bs-btn-hover-border-color:#565e64;
  --bs-btn-focus-shadow-rgb:130,138,145;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#565e64;
  --bs-btn-active-border-color:#51585e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#6c757d;
  --bs-btn-disabled-border-color:#6c757d;
}
.btn-success {
  --bs-btn-color:#fff;
  --bs-btn-bg:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#157347;
  --bs-btn-hover-border-color:#146c43;
  --bs-btn-focus-shadow-rgb:60,153,110;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#146c43;
  --bs-btn-active-border-color:#13653f;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#198754;
  --bs-btn-disabled-border-color:#198754;
}
.btn-info {
  --bs-btn-color:#000;
  --bs-btn-bg:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#31d2f2;
  --bs-btn-hover-border-color:#25cff2;
  --bs-btn-focus-shadow-rgb:11,172,204;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#3dd5f3;
  --bs-btn-active-border-color:#25cff2;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#0dcaf0;
  --bs-btn-disabled-border-color:#0dcaf0;
}
.btn-warning {
  --bs-btn-color:#000;
  --bs-btn-bg:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffca2c;
  --bs-btn-hover-border-color:#ffc720;
  --bs-btn-focus-shadow-rgb:217,164,6;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffcd39;
  --bs-btn-active-border-color:#ffc720;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#ffc107;
  --bs-btn-disabled-border-color:#ffc107;
}
.btn-danger {
  --bs-btn-color:#fff;
  --bs-btn-bg:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#bb2d3b;
  --bs-btn-hover-border-color:#b02a37;
  --bs-btn-focus-shadow-rgb:225,83,97;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#b02a37;
  --bs-btn-active-border-color:#a52834;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#dc3545;
  --bs-btn-disabled-border-color:#dc3545;
}
.btn-light {
  --bs-btn-color:#000;
  --bs-btn-bg:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#d3d4d5;
  --bs-btn-hover-border-color:#c6c7c8;
  --bs-btn-focus-shadow-rgb:211,212,213;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#c6c7c8;
  --bs-btn-active-border-color:#babbbc;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#f8f9fa;
  --bs-btn-disabled-border-color:#f8f9fa;
}
.btn-dark {
  --bs-btn-color:#fff;
  --bs-btn-bg:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#424649;
  --bs-btn-hover-border-color:#373b3e;
  --bs-btn-focus-shadow-rgb:66,70,73;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#4d5154;
  --bs-btn-active-border-color:#373b3e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#212529;
  --bs-btn-disabled-border-color:#212529;
}
.btn-outline-primary {
  --bs-btn-color:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0d6efd;
  --bs-btn-hover-border-color:#0d6efd;
  --bs-btn-focus-shadow-rgb:13,110,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0d6efd;
  --bs-btn-active-border-color:#0d6efd;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0d6efd;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0d6efd;
  --bs-gradient:none;
}
.btn-outline-secondary {
  --bs-btn-color:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#6c757d;
  --bs-btn-hover-border-color:#6c757d;
  --bs-btn-focus-shadow-rgb:108,117,125;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#6c757d;
  --bs-btn-active-border-color:#6c757d;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#6c757d;
  --bs-gradient:none;
}
.btn-outline-success {
  --bs-btn-color:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#198754;
  --bs-btn-hover-border-color:#198754;
  --bs-btn-focus-shadow-rgb:25,135,84;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#198754;
  --bs-btn-active-border-color:#198754;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#198754;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#198754;
  --bs-gradient:none;
}
.btn-outline-info {
  --bs-btn-color:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#0dcaf0;
  --bs-btn-hover-border-color:#0dcaf0;
  --bs-btn-focus-shadow-rgb:13,202,240;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#0dcaf0;
  --bs-btn-active-border-color:#0dcaf0;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0dcaf0;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0dcaf0;
  --bs-gradient:none;
}
.btn-outline-warning {
  --bs-btn-color:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffc107;
  --bs-btn-hover-border-color:#ffc107;
  --bs-btn-focus-shadow-rgb:255,193,7;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffc107;
  --bs-btn-active-border-color:#ffc107;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#ffc107;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#ffc107;
  --bs-gradient:none;
}
.btn-outline-danger {
  --bs-btn-color:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#dc3545;
  --bs-btn-hover-border-color:#dc3545;
  --bs-btn-focus-shadow-rgb:220,53,69;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#dc3545;
  --bs-btn-active-border-color:#dc3545;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#dc3545;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#dc3545;
  --bs-gradient:none;
}
.btn-outline-light {
  --bs-btn-color:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#f8f9fa;
  --bs-btn-hover-border-color:#f8f9fa;
  --bs-btn-focus-shadow-rgb:248,249,250;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#f8f9fa;
  --bs-btn-active-border-color:#f8f9fa;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#f8f9fa;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#f8f9fa;
  --bs-gradient:none;
}
.btn-outline-dark {
  --bs-btn-color:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#212529;
  --bs-btn-hover-border-color:#212529;
  --bs-btn-focus-shadow-rgb:33,37,41;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#212529;
  --bs-btn-active-border-color:#212529;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#212529;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#212529;
  --bs-gradient:none;
}
.btn-link {
  --bs-btn-font-weight:400;
  --bs-btn-color:var(--bs-link-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color:var(--bs-link-hover-color);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-active-color:var(--bs-link-hover-color);
  --bs-btn-active-border-color:transparent;
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-border-color:transparent;
  --bs-btn-box-shadow:0 0 0 #000;
  --bs-btn-focus-shadow-rgb:49,132,253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y:0.5rem;
  --bs-btn-padding-x:1rem;
  --bs-btn-font-size:1.25rem;
  --bs-btn-border-radius:var(--bs-border-radius-lg);
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y:0.25rem;
  --bs-btn-padding-x:0.5rem;
  --bs-btn-font-size:0.875rem;
  --bs-btn-border-radius:var(--bs-border-radius-sm);
}
.fade {
  transition: opacity .15s linear;
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex:1000;
  --bs-dropdown-min-width:10rem;
  --bs-dropdown-padding-x:0;
  --bs-dropdown-padding-y:0.5rem;
  --bs-dropdown-spacer:0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color:var(--bs-body-color);
  --bs-dropdown-bg:var(--bs-body-bg);
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-border-radius:var(--bs-border-radius);
  --bs-dropdown-border-width:var(--bs-border-width);
  --bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y:0.5rem;
  --bs-dropdown-box-shadow:var(--bs-box-shadow);
  --bs-dropdown-link-color:var(--bs-body-color);
  --bs-dropdown-link-hover-color:var(--bs-body-color);
  --bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x:1rem;
  --bs-dropdown-item-padding-y:0.25rem;
  --bs-dropdown-header-color:#6c757d;
  --bs-dropdown-header-padding-x:1rem;
  --bs-dropdown-header-padding-y:0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position:start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position:end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position:start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position:end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position:start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position:end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position:start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position:end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position:end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color:#dee2e6;
  --bs-dropdown-bg:#343a40;
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color:#dee2e6;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:#adb5bd;
  --bs-dropdown-header-color:#adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x:1rem;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-link-color);
  --bs-nav-link-hover-color:var(--bs-link-hover-color);
  --bs-nav-link-disabled-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width:var(--bs-border-width);
  --bs-nav-tabs-border-color:var(--bs-border-color);
  --bs-nav-tabs-border-radius:var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color:var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg:var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius:var(--bs-border-radius);
  --bs-nav-pills-link-active-color:#fff;
  --bs-nav-pills-link-active-bg:#0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap:1rem;
  --bs-nav-underline-border-width:0.125rem;
  --bs-nav-underline-link-active-color:var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x:0;
  --bs-navbar-padding-y:0.5rem;
  --bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y:0.3125rem;
  --bs-navbar-brand-margin-end:1rem;
  --bs-navbar-brand-font-size:1.25rem;
  --bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x:0.5rem;
  --bs-navbar-toggler-padding-y:0.25rem;
  --bs-navbar-toggler-padding-x:0.75rem;
  --bs-navbar-toggler-font-size:1.25rem;
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius:var(--bs-border-radius);
  --bs-navbar-toggler-focus-width:0.25rem;
  --bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x:0;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-navbar-color);
  --bs-nav-link-hover-color:var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}
@media (min-width:576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color:rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color:rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color:#fff;
  --bs-navbar-brand-color:#fff;
  --bs-navbar-brand-hover-color:#fff;
  --bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y:1rem;
  --bs-card-spacer-x:1rem;
  --bs-card-title-spacer-y:0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width:var(--bs-border-width);
  --bs-card-border-color:var(--bs-border-color-translucent);
  --bs-card-border-radius:var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y:0.5rem;
  --bs-card-cap-padding-x:1rem;
  --bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg:var(--bs-body-bg);
  --bs-card-img-overlay-padding:1rem;
  --bs-card-group-margin:0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color:var(--bs-body-color);
  --bs-accordion-bg:var(--bs-body-bg);
  --bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color:var(--bs-border-color);
  --bs-accordion-border-width:var(--bs-border-width);
  --bs-accordion-border-radius:var(--bs-border-radius);
  --bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x:1.25rem;
  --bs-accordion-btn-padding-y:1rem;
  --bs-accordion-btn-color:var(--bs-body-color);
  --bs-accordion-btn-bg:var(--bs-accordion-bg);
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width:1.25rem;
  --bs-accordion-btn-icon-transform:rotate(-180deg);
  --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x:1.25rem;
  --bs-accordion-body-padding-y:1rem;
  --bs-accordion-active-color:var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg:var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x:0;
  --bs-breadcrumb-padding-y:0;
  --bs-breadcrumb-margin-bottom:1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color:var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x:0.5rem;
  --bs-breadcrumb-item-active-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x:0.75rem;
  --bs-pagination-padding-y:0.375rem;
  --bs-pagination-font-size:1rem;
  --bs-pagination-color:var(--bs-link-color);
  --bs-pagination-bg:var(--bs-body-bg);
  --bs-pagination-border-width:var(--bs-border-width);
  --bs-pagination-border-color:var(--bs-border-color);
  --bs-pagination-border-radius:var(--bs-border-radius);
  --bs-pagination-hover-color:var(--bs-link-hover-color);
  --bs-pagination-hover-bg:var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color:var(--bs-border-color);
  --bs-pagination-focus-color:var(--bs-link-hover-color);
  --bs-pagination-focus-bg:var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color:#fff;
  --bs-pagination-active-bg:#0d6efd;
  --bs-pagination-active-border-color:#0d6efd;
  --bs-pagination-disabled-color:var(--bs-secondary-color);
  --bs-pagination-disabled-bg:var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color:var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.disabled > .page-link,
.page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x:1.5rem;
  --bs-pagination-padding-y:0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius:var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x:0.5rem;
  --bs-pagination-padding-y:0.25rem;
  --bs-pagination-font-size:0.875rem;
  --bs-pagination-border-radius:var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x:0.65em;
  --bs-badge-padding-y:0.35em;
  --bs-badge-font-size:0.75em;
  --bs-badge-font-weight:700;
  --bs-badge-color:#fff;
  --bs-badge-border-radius:var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg:transparent;
  --bs-alert-padding-x:1rem;
  --bs-alert-padding-y:1rem;
  --bs-alert-margin-bottom:1rem;
  --bs-alert-color:inherit;
  --bs-alert-border-color:transparent;
  --bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius:var(--bs-border-radius);
  --bs-alert-link-color:inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color:var(--bs-primary-text-emphasis);
  --bs-alert-bg:var(--bs-primary-bg-subtle);
  --bs-alert-border-color:var(--bs-primary-border-subtle);
  --bs-alert-link-color:var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color:var(--bs-secondary-text-emphasis);
  --bs-alert-bg:var(--bs-secondary-bg-subtle);
  --bs-alert-border-color:var(--bs-secondary-border-subtle);
  --bs-alert-link-color:var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color:var(--bs-success-text-emphasis);
  --bs-alert-bg:var(--bs-success-bg-subtle);
  --bs-alert-border-color:var(--bs-success-border-subtle);
  --bs-alert-link-color:var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color:var(--bs-info-text-emphasis);
  --bs-alert-bg:var(--bs-info-bg-subtle);
  --bs-alert-border-color:var(--bs-info-border-subtle);
  --bs-alert-link-color:var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color:var(--bs-warning-text-emphasis);
  --bs-alert-bg:var(--bs-warning-bg-subtle);
  --bs-alert-border-color:var(--bs-warning-border-subtle);
  --bs-alert-link-color:var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color:var(--bs-danger-text-emphasis);
  --bs-alert-bg:var(--bs-danger-bg-subtle);
  --bs-alert-border-color:var(--bs-danger-border-subtle);
  --bs-alert-link-color:var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color:var(--bs-light-text-emphasis);
  --bs-alert-bg:var(--bs-light-bg-subtle);
  --bs-alert-border-color:var(--bs-light-border-subtle);
  --bs-alert-link-color:var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color:var(--bs-dark-text-emphasis);
  --bs-alert-bg:var(--bs-dark-bg-subtle);
  --bs-alert-border-color:var(--bs-dark-border-subtle);
  --bs-alert-link-color:var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height:1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg:var(--bs-secondary-bg);
  --bs-progress-border-radius:var(--bs-border-radius);
  --bs-progress-box-shadow:var(--bs-box-shadow-inset);
  --bs-progress-bar-color:#fff;
  --bs-progress-bar-bg:#0d6efd;
  --bs-progress-bar-transition:width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color:var(--bs-body-color);
  --bs-list-group-bg:var(--bs-body-bg);
  --bs-list-group-border-color:var(--bs-border-color);
  --bs-list-group-border-width:var(--bs-border-width);
  --bs-list-group-border-radius:var(--bs-border-radius);
  --bs-list-group-item-padding-x:1rem;
  --bs-list-group-item-padding-y:0.5rem;
  --bs-list-group-action-color:var(--bs-secondary-color);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-tertiary-bg);
  --bs-list-group-action-active-color:var(--bs-body-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-bg);
  --bs-list-group-disabled-color:var(--bs-secondary-color);
  --bs-list-group-disabled-bg:var(--bs-body-bg);
  --bs-list-group-active-color:#fff;
  --bs-list-group-active-bg:#0d6efd;
  --bs-list-group-active-border-color:#0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color:var(--bs-primary-text-emphasis);
  --bs-list-group-bg:var(--bs-primary-bg-subtle);
  --bs-list-group-border-color:var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-primary-border-subtle);
  --bs-list-group-active-color:var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color:var(--bs-secondary-text-emphasis);
  --bs-list-group-bg:var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color:var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-active-color:var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color:var(--bs-success-text-emphasis);
  --bs-list-group-bg:var(--bs-success-bg-subtle);
  --bs-list-group-border-color:var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-success-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-success-border-subtle);
  --bs-list-group-active-color:var(--bs-success-bg-subtle);
  --bs-list-group-active-bg:var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color:var(--bs-info-text-emphasis);
  --bs-list-group-bg:var(--bs-info-bg-subtle);
  --bs-list-group-border-color:var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-info-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-info-border-subtle);
  --bs-list-group-active-color:var(--bs-info-bg-subtle);
  --bs-list-group-active-bg:var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color:var(--bs-warning-text-emphasis);
  --bs-list-group-bg:var(--bs-warning-bg-subtle);
  --bs-list-group-border-color:var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-warning-border-subtle);
  --bs-list-group-active-color:var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg:var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color:var(--bs-danger-text-emphasis);
  --bs-list-group-bg:var(--bs-danger-bg-subtle);
  --bs-list-group-border-color:var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-danger-border-subtle);
  --bs-list-group-active-color:var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg:var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color:var(--bs-light-text-emphasis);
  --bs-list-group-bg:var(--bs-light-bg-subtle);
  --bs-list-group-border-color:var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-light-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-light-border-subtle);
  --bs-list-group-active-color:var(--bs-light-bg-subtle);
  --bs-list-group-active-bg:var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color:var(--bs-dark-text-emphasis);
  --bs-list-group-bg:var(--bs-dark-bg-subtle);
  --bs-list-group-border-color:var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-dark-border-subtle);
  --bs-list-group-active-color:var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg:var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color:#000;
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity:0.5;
  --bs-btn-close-hover-opacity:0.75;
  --bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity:1;
  --bs-btn-close-disabled-opacity:0.25;
  --bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.toast {
  --bs-toast-zindex:1090;
  --bs-toast-padding-x:0.75rem;
  --bs-toast-padding-y:0.5rem;
  --bs-toast-spacing:1.5rem;
  --bs-toast-max-width:350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width:var(--bs-border-width);
  --bs-toast-border-color:var(--bs-border-color-translucent);
  --bs-toast-border-radius:var(--bs-border-radius);
  --bs-toast-box-shadow:var(--bs-box-shadow);
  --bs-toast-header-color:var(--bs-secondary-color);
  --bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color:var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex:1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex:1055;
  --bs-modal-width:500px;
  --bs-modal-padding:1rem;
  --bs-modal-margin:0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg:var(--bs-body-bg);
  --bs-modal-border-color:var(--bs-border-color-translucent);
  --bs-modal-border-width:var(--bs-border-width);
  --bs-modal-border-radius:var(--bs-border-radius-lg);
  --bs-modal-box-shadow:var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x:1rem;
  --bs-modal-header-padding-y:1rem;
  --bs-modal-header-padding:1rem 1rem;
  --bs-modal-header-border-color:var(--bs-border-color);
  --bs-modal-header-border-width:var(--bs-border-width);
  --bs-modal-title-line-height:1.5;
  --bs-modal-footer-gap:0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color:var(--bs-border-color);
  --bs-modal-footer-border-width:var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex:1050;
  --bs-backdrop-bg:#000;
  --bs-backdrop-opacity:0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}
@media (min-width:576px) {
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow:var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width:300px;
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width:800px;
  }
}
@media (min-width:1200px) {
  .modal-xl {
    --bs-modal-width:1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex:1080;
  --bs-tooltip-max-width:200px;
  --bs-tooltip-padding-x:0.5rem;
  --bs-tooltip-padding-y:0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color:var(--bs-body-bg);
  --bs-tooltip-bg:var(--bs-emphasis-color);
  --bs-tooltip-border-radius:var(--bs-border-radius);
  --bs-tooltip-opacity:0.9;
  --bs-tooltip-arrow-width:0.8rem;
  --bs-tooltip-arrow-height:0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex:1070;
  --bs-popover-max-width:276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg:var(--bs-body-bg);
  --bs-popover-border-width:var(--bs-border-width);
  --bs-popover-border-color:var(--bs-border-color-translucent);
  --bs-popover-border-radius:var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow:var(--bs-box-shadow);
  --bs-popover-header-padding-x:1rem;
  --bs-popover-header-padding-y:0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color:inherit;
  --bs-popover-header-bg:var(--bs-secondary-bg);
  --bs-popover-body-padding-x:1rem;
  --bs-popover-body-padding-y:1rem;
  --bs-popover-body-color:var(--bs-body-color);
  --bs-popover-arrow-width:1rem;
  --bs-popover-arrow-height:0.5rem;
  --bs-popover-arrow-border:var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-border-width:0.25em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
  --bs-spinner-border-width:0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
}
@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed:1.5s;
  }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-zindex:1045;
  --bs-offcanvas-width:400px;
  --bs-offcanvas-height:30vh;
  --bs-offcanvas-padding-x:1rem;
  --bs-offcanvas-padding-y:1rem;
  --bs-offcanvas-color:var(--bs-body-color);
  --bs-offcanvas-bg:var(--bs-body-bg);
  --bs-offcanvas-border-width:var(--bs-border-width);
  --bs-offcanvas-border-color:var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);
  --bs-offcanvas-transition:transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height:1.5;
}
@media (max-width:575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width:575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width:576px) {
  .offcanvas-sm {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width:768px) {
  .offcanvas-md {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width:992px) {
  .offcanvas-lg {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width:1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width:1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: .5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: .6em;
}
.placeholder-sm {
  min-height: .8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity,1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-primary:focus,
.link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary:focus,
.link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-success:focus,
.link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-info:focus,
.link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-warning:focus,
.link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-danger:focus,
.link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-light:focus,
.link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-dark:focus,
.link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis:focus,
.link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform;
}
@media (prefers-reduced-motion:reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio:100%;
}
.ratio-4x3 {
  --bs-aspect-ratio:75%;
}
.ratio-16x9 {
  --bs-aspect-ratio:56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio:42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width:576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: .25 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-75 {
  opacity: .75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity:0.1;
}
.border-opacity-25 {
  --bs-border-opacity:0.25;
}
.border-opacity-50 {
  --bs-border-opacity:0.5;
}
.border-opacity-75 {
  --bs-border-opacity:0.75;
}
.border-opacity-100 {
  --bs-border-opacity:1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: .25rem !important;
}
.mt-2 {
  margin-top: .5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: .25rem !important;
}
.me-2 {
  margin-right: .5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: .25rem !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: .25rem !important;
}
.ms-2 {
  margin-left: .5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: .25rem !important;
}
.pt-2 {
  padding-top: .5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: .25rem !important;
}
.pe-2 {
  padding-right: .5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: .25rem !important;
}
.pb-2 {
  padding-bottom: .5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: .25rem !important;
}
.ps-2 {
  padding-left: .5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: .25rem !important;
}
.gap-2 {
  gap: .5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: .25rem !important;
}
.row-gap-2 {
  row-gap: .5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: .25rem !important;
}
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: .5rem !important;
}
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity:1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity:1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity:1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity:1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity:1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity:1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity:1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity:1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity:1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity:1;
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  --bs-text-opacity:1;
  color: rgba(255, 255, 255, .5) !important;
}
.text-body-secondary {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity:1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity:1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity:1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity:0.25;
}
.text-opacity-50 {
  --bs-text-opacity:0.5;
}
.text-opacity-75 {
  --bs-text-opacity:0.75;
}
.text-opacity-100 {
  --bs-text-opacity:1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity:0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity:0.1;
}
.link-opacity-25 {
  --bs-link-opacity:0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity:0.25;
}
.link-opacity-50 {
  --bs-link-opacity:0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity:0.5;
}
.link-opacity-75 {
  --bs-link-opacity:0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity:0.75;
}
.link-opacity-100 {
  --bs-link-opacity:1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity:1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity:1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity:1;
}
.bg-primary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity:1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity:0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity:0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity:0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity:0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity:1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width:576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: .25rem !important;
  }
  .mt-sm-2 {
    margin-top: .5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: .25rem !important;
  }
  .me-sm-2 {
    margin-right: .5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: .25rem !important;
  }
  .ms-sm-2 {
    margin-left: .5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: .25rem !important;
  }
  .pt-sm-2 {
    padding-top: .5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: .25rem !important;
  }
  .pe-sm-2 {
    padding-right: .5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: .25rem !important;
  }
  .ps-sm-2 {
    padding-left: .5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: .25rem !important;
  }
  .gap-sm-2 {
    gap: .5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width:768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: .25rem !important;
  }
  .mt-md-2 {
    margin-top: .5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: .25rem !important;
  }
  .me-md-2 {
    margin-right: .5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: .25rem !important;
  }
  .mb-md-2 {
    margin-bottom: .5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: .25rem !important;
  }
  .ms-md-2 {
    margin-left: .5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: .25rem !important;
  }
  .pt-md-2 {
    padding-top: .5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: .25rem !important;
  }
  .pe-md-2 {
    padding-right: .5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: .25rem !important;
  }
  .pb-md-2 {
    padding-bottom: .5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: .25rem !important;
  }
  .ps-md-2 {
    padding-left: .5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: .25rem !important;
  }
  .gap-md-2 {
    gap: .5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: .25rem !important;
  }
  .row-gap-md-2 {
    row-gap: .5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width:992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: .25rem !important;
  }
  .mt-lg-2 {
    margin-top: .5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: .25rem !important;
  }
  .me-lg-2 {
    margin-right: .5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: .25rem !important;
  }
  .ms-lg-2 {
    margin-left: .5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: .25rem !important;
  }
  .pt-lg-2 {
    padding-top: .5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: .25rem !important;
  }
  .pe-lg-2 {
    padding-right: .5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: .25rem !important;
  }
  .ps-lg-2 {
    padding-left: .5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: .25rem !important;
  }
  .gap-lg-2 {
    gap: .5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: .25rem !important;
  }
  .mt-xl-2 {
    margin-top: .5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: .25rem !important;
  }
  .me-xl-2 {
    margin-right: .5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: .25rem !important;
  }
  .ms-xl-2 {
    margin-left: .5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: .25rem !important;
  }
  .pt-xl-2 {
    padding-top: .5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: .25rem !important;
  }
  .pe-xl-2 {
    padding-right: .5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: .25rem !important;
  }
  .ps-xl-2 {
    padding-left: .5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: .25rem !important;
  }
  .gap-xl-2 {
    gap: .5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width:1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: .25rem !important;
  }
  .m-xxl-2 {
    margin: .5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: .25rem !important;
  }
  .mt-xxl-2 {
    margin-top: .5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: .25rem !important;
  }
  .me-xxl-2 {
    margin-right: .5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: .25rem !important;
  }
  .ms-xxl-2 {
    margin-left: .5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: .25rem !important;
  }
  .p-xxl-2 {
    padding: .5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: .25rem !important;
  }
  .pt-xxl-2 {
    padding-top: .5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: .25rem !important;
  }
  .pe-xxl-2 {
    padding-right: .5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: .25rem !important;
  }
  .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: .25rem !important;
  }
  .gap-xxl-2 {
    gap: .5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* node_modules/aos/dist/aos.css */
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .25, .75, .75);
}
[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}
[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}
[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}
[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos=zoom-in] {
  transform: scale(.6);
}
[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(.6);
}
[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(.6);
}
[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(.6);
}
[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(.6);
}
[data-aos=zoom-out] {
  transform: scale(1.2);
}
[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}
[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}
[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}
[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/* node_modules/primeng/resources/themes/saga-blue/theme.css */
:root {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --surface-a: #ffffff;
  --surface-b: #f8f9fa;
  --surface-c: #e9ecef;
  --surface-d: #dee2e6;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #495057;
  --text-color-secondary: #6c757d;
  --primary-color: #2196F3;
  --primary-color-text: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #fafafa;
  --surface-100: #f5f5f5;
  --surface-200: #eeeeee;
  --surface-300: #e0e0e0;
  --surface-400: #bdbdbd;
  --surface-500: #9e9e9e;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --gray-50: #fafafa;
  --gray-100: #f5f5f5;
  --gray-200: #eeeeee;
  --gray-300: #e0e0e0;
  --gray-400: #bdbdbd;
  --gray-500: #9e9e9e;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --content-padding: 1rem;
  --inline-spacing: 0.5rem;
  --border-radius: 3px;
  --surface-ground: #f8f9fa;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: #e9ecef;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #E3F2FD;
  --highlight-text-color: #495057;
  --focus-ring: 0 0 0 0.2rem #a6d5fa;
  color-scheme: light;
}
:root {
  --blue-50:#f4fafe;
  --blue-100:#cae6fc;
  --blue-200:#a0d2fa;
  --blue-300:#75bef8;
  --blue-400:#4baaf5;
  --blue-500:#2196f3;
  --blue-600:#1c80cf;
  --blue-700:#1769aa;
  --blue-800:#125386;
  --blue-900:#0d3c61;
  --green-50:#f6fbf6;
  --green-100:#d4ecd5;
  --green-200:#b2ddb4;
  --green-300:#90cd93;
  --green-400:#6ebe71;
  --green-500:#4caf50;
  --green-600:#419544;
  --green-700:#357b38;
  --green-800:#2a602c;
  --green-900:#1e4620;
  --yellow-50:#fffcf5;
  --yellow-100:#fef0cd;
  --yellow-200:#fde4a5;
  --yellow-300:#fdd87d;
  --yellow-400:#fccc55;
  --yellow-500:#fbc02d;
  --yellow-600:#d5a326;
  --yellow-700:#b08620;
  --yellow-800:#8a6a19;
  --yellow-900:#644d12;
  --cyan-50:#f2fcfd;
  --cyan-100:#c2eff5;
  --cyan-200:#91e2ed;
  --cyan-300:#61d5e4;
  --cyan-400:#30c9dc;
  --cyan-500:#00bcd4;
  --cyan-600:#00a0b4;
  --cyan-700:#008494;
  --cyan-800:#006775;
  --cyan-900:#004b55;
  --pink-50:#fef4f7;
  --pink-100:#fac9da;
  --pink-200:#f69ebc;
  --pink-300:#f1749e;
  --pink-400:#ed4981;
  --pink-500:#e91e63;
  --pink-600:#c61a54;
  --pink-700:#a31545;
  --pink-800:#801136;
  --pink-900:#5d0c28;
  --indigo-50:#f5f6fb;
  --indigo-100:#d1d5ed;
  --indigo-200:#acb4df;
  --indigo-300:#8893d1;
  --indigo-400:#6372c3;
  --indigo-500:#3f51b5;
  --indigo-600:#36459a;
  --indigo-700:#2c397f;
  --indigo-800:#232d64;
  --indigo-900:#192048;
  --teal-50:#f2faf9;
  --teal-100:#c2e6e2;
  --teal-200:#91d2cc;
  --teal-300:#61beb5;
  --teal-400:#30aa9f;
  --teal-500:#009688;
  --teal-600:#008074;
  --teal-700:#00695f;
  --teal-800:#00534b;
  --teal-900:#003c36;
  --orange-50:#fff8f2;
  --orange-100:#fde0c2;
  --orange-200:#fbc791;
  --orange-300:#f9ae61;
  --orange-400:#f79530;
  --orange-500:#f57c00;
  --orange-600:#d06900;
  --orange-700:#ac5700;
  --orange-800:#874400;
  --orange-900:#623200;
  --bluegray-50:#f7f9f9;
  --bluegray-100:#d9e0e3;
  --bluegray-200:#bbc7cd;
  --bluegray-300:#9caeb7;
  --bluegray-400:#7e96a1;
  --bluegray-500:#607d8b;
  --bluegray-600:#526a76;
  --bluegray-700:#435861;
  --bluegray-800:#35454c;
  --bluegray-900:#263238;
  --purple-50:#faf4fb;
  --purple-100:#e7cbec;
  --purple-200:#d4a2dd;
  --purple-300:#c279ce;
  --purple-400:#af50bf;
  --purple-500:#9c27b0;
  --purple-600:#852196;
  --purple-700:#6d1b7b;
  --purple-800:#561561;
  --purple-900:#3e1046;
  --red-50:#fff5f5;
  --red-100:#ffd1ce;
  --red-200:#ffada7;
  --red-300:#ff8980;
  --red-400:#ff6459;
  --red-500:#ff4032;
  --red-600:#d9362b;
  --red-700:#b32d23;
  --red-800:#8c231c;
  --red-900:#661a14;
  --primary-50:#f4fafe;
  --primary-100:#cae6fc;
  --primary-200:#a0d2fa;
  --primary-300:#75bef8;
  --primary-400:#4baaf5;
  --primary-500:#2196f3;
  --primary-600:#1c80cf;
  --primary-700:#1769aa;
  --primary-800:#125386;
  --primary-900:#0d3c61;
}
.p-editor-container .p-editor-toolbar {
  background: #f8f9fa;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 0.5rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #495057;
  background: #e9ecef;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.5rem 1rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #2196F3;
}
@layer primeng {
  * {
    box-sizing: border-box;
  }
  .p-component {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    font-weight: normal;
  }
  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
  }
  .p-disabled,
  .p-component:disabled {
    opacity: 0.6;
  }
  .p-error {
    color: #f44336;
  }
  .p-text-secondary {
    color: #6c757d;
  }
  .pi {
    font-size: 1rem;
  }
  .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 3px;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-component-overlay-enter {
    animation: p-component-overlay-enter-animation 150ms forwards;
  }
  .p-component-overlay-leave {
    animation: p-component-overlay-leave-animation 150ms forwards;
  }
  @keyframes p-component-overlay-enter-animation {
    from {
      background-color: transparent;
    }
    to {
      background-color: var(--maskbg);
    }
  }
  @keyframes p-component-overlay-leave-animation {
    from {
      background-color: var(--maskbg);
    }
    to {
      background-color: transparent;
    }
  }
  .p-autocomplete .p-autocomplete-loader {
    right: 0.5rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 2.857rem;
  }
  .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
    border-color: #2196F3;
  }
  .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.25rem 0.5rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.25rem 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #495057;
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.25rem 0.5rem;
    background: #dee2e6;
    color: #495057;
    border-radius: 16px;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
    background: #ced4da;
    color: #495057;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #f44336;
  }
  .p-autocomplete-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0.5rem 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
    margin-top: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #495057;
    background: #dee2e6;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
    background: transparent;
  }
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
    border-color: #f44336;
  }
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
    padding-right: 2rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
    color: #6c757d;
    right: 0.5rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
    color: #6c757d;
    right: 2.857rem;
  }
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
    border-color: #f44336;
  }
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-datepicker {
    padding: 0.5rem;
    background: #ffffff;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 3px;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #ffffff;
  }
  .p-datepicker .p-datepicker-header {
    padding: 0.5rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #dee2e6;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
  .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #495057;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    font-weight: 600;
    padding: 0.5rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #2196F3;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: 0.5rem;
  }
  .p-datepicker table {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  .p-datepicker table th {
    padding: 0.5rem;
  }
  .p-datepicker table th > span {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-datepicker table td {
    padding: 0.5rem;
  }
  .p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transition: box-shadow 0.2s;
    border: 1px solid transparent;
  }
  .p-datepicker table td > span.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: #ced4da;
    color: #495057;
    border-color: transparent;
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid #dee2e6;
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid #dee2e6;
    padding: 0.5rem;
  }
  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-datepicker .p-timepicker button:last-child {
    margin-top: 0.2em;
  }
  .p-datepicker .p-timepicker span {
    font-size: 1.25rem;
  }
  .p-datepicker .p-timepicker > div {
    padding: 0 0.5rem;
  }
  .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none;
  }
  .p-datepicker .p-monthpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-datepicker .p-yearpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #dee2e6;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
    border-left: 0 none;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  p-calendar.p-calendar-clearable .p-inputtext {
    padding-right: 2rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-clear-icon {
    color: #6c757d;
    right: 0.5rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
    color: #6c757d;
    right: 2.857rem;
  }
  @media screen and (max-width: 769px) {
    .p-datepicker table th,
    .p-datepicker table td {
      padding: 0;
    }
  }
  .p-cascadeselect {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #2196F3;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 0.5rem 0.5rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #6c757d;
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #6c757d;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #f44336;
  }
  .p-cascadeselect.p-variant-filled {
    background-color: #f8f9fa;
  }
  .p-cascadeselect.p-variant-filled:enabled:hover {
    background-color: #f8f9fa;
  }
  .p-cascadeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-cascadeselect-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0.5rem 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
    margin-top: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #495057;
    background: #dee2e6;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 0.5rem 1rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }
  .p-input-filled .p-cascadeselect {
    background: #f8f9fa;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
    border-color: #f44336;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
    padding-right: 0.5rem;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
    color: #6c757d;
    right: 2.357rem;
  }
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
    box-shadow: none;
    border-radius: 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
    transform: rotate(90deg);
  }
  .p-checkbox {
    width: 20px;
    height: 20px;
  }
  .p-checkbox .p-checkbox-box {
    border: 2px solid #ced4da;
    background: #ffffff;
    width: 20px;
    height: 20px;
    color: #495057;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #ffffff;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #2196F3;
    background: #2196F3;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #2196F3;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #0b7ad1;
    background: #0b7ad1;
    color: #ffffff;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f8f9fa;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #2196F3;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f8f9fa;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #0b7ad1;
  }
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #f44336;
  }
  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #2196F3;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #0b7ad1;
  }
  .p-checkbox-label {
    margin-left: 0.5rem;
  }
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #f44336;
  }
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: #2196F3;
  }
  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-chips .p-chips-multiple-container {
    padding: 0.25rem 0.5rem;
    gap: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
    background: #dee2e6;
    color: #495057;
    border-radius: 16px;
  }
  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: #ced4da;
    color: #495057;
  }
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0.25rem 0;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #495057;
    padding: 0;
    margin: 0;
  }
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
    border-color: #f44336;
  }
  p-chips.p-chips-clearable .p-inputtext {
    padding-right: 1.5rem;
  }
  p-chips.p-chips-clearable .p-chips-clear-icon {
    color: #6c757d;
    right: 0.5rem;
  }
  .p-colorpicker-preview,
  .p-fluid .p-colorpicker-preview.p-inputtext {
    width: 2rem;
    height: 2rem;
  }
  .p-colorpicker-panel {
    background: #323232;
    border: 1px solid #191919;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle,
  .p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #ffffff;
  }
  .p-colorpicker-overlay-panel {
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-dropdown {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: #2196F3;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.5rem;
  }
  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
  }
  .p-dropdown .p-dropdown-label.p-placeholder {
    color: #6c757d;
  }
  .p-dropdown .p-dropdown-label:focus,
  .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #6c757d;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: #6c757d;
    right: 2.357rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #f44336;
  }
  .p-dropdown.p-variant-filled {
    background-color: #f8f9fa;
  }
  .p-dropdown.p-variant-filled:enabled:hover {
    background-color: #f8f9fa;
  }
  .p-dropdown.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-dropdown-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 0.5rem 1rem;
    border-bottom: 0 none;
    color: #495057;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.5rem;
    margin-right: -1.5rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-dropdown-panel .p-dropdown-items {
    padding: 0.5rem 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
    margin-top: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #495057;
    background: #dee2e6;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
    background: transparent;
  }
  .p-input-filled .p-dropdown {
    background: #f8f9fa;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent;
  }
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
    border-color: #f44336;
  }
  .p-icon-field .p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-inputgroup-addon {
    background: #e9ecef;
    color: #6c757d;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 0.5rem 0.5rem;
    min-width: 2.357rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid #ced4da;
  }
  .p-inputgroup > .p-component,
  .p-inputgroup > .p-inputwrapper > .p-inputtext,
  .p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0;
  }
  .p-inputgroup > .p-component + .p-inputgroup-addon,
  .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
    border-left: 0 none;
  }
  .p-inputgroup > .p-component:focus,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
  .p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1;
  }
  .p-inputgroup > .p-component:focus ~ label,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
    z-index: 1;
  }
  .p-inputgroup-addon:first-child,
  .p-inputgroup button:first-child,
  .p-inputgroup input:first-child,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-inputgroup-addon:last-child,
  .p-inputgroup button:last-child,
  .p-inputgroup input:last-child,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 2.357rem;
  }
  .p-icon-field-left .p-input-icon:first-of-type {
    left: 0.5rem;
    color: #6c757d;
  }
  .p-icon-field-right .p-input-icon:last-of-type {
    right: 0.5rem;
    color: #6c757d;
  }
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
    border-color: #f44336;
  }
  p-inputmask.p-inputmask-clearable .p-inputtext {
    padding-right: 2rem;
  }
  p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
    color: #6c757d;
    right: 0.5rem;
  }
  .p-inputmask.p-variant-filled {
    background-color: #f8f9fa;
  }
  .p-inputmask.p-variant-filled:enabled:hover {
    background-color: #f8f9fa;
  }
  .p-inputmask.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
    border-color: #f44336;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
    padding-right: 2rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
    color: #6c757d;
    right: 0.5rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
    right: 2.857rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
    right: 2.857rem;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
    background-color: #f8f9fa;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
    background-color: #f8f9fa;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputotp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .p-inputotp-input {
    text-align: center;
    width: 2rem;
  }
  .p-inputswitch {
    width: 3rem;
    height: 1.75rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: #ced4da;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 30px;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    background: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.25rem;
    margin-top: -0.625rem;
    border-radius: 50%;
    transition-duration: 0.2s;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.25rem);
  }
  .p-inputswitch.p-focus .p-inputswitch-slider {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: #b6bfc8;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #2196F3;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #ffffff;
  }
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #0d89ec;
  }
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
    border-color: #f44336;
  }
  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #495057;
    background: #ffffff;
    padding: 0.5rem 0.5rem;
    border: 1px solid #ced4da;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    appearance: none;
    border-radius: 3px;
  }
  .p-inputtext:enabled:hover {
    border-color: #2196F3;
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-inputtext.ng-dirty.ng-invalid {
    border-color: #f44336;
  }
  .p-inputtext.p-variant-filled {
    background-color: #f8f9fa;
  }
  .p-inputtext.p-variant-filled:enabled:hover {
    background-color: #f8f9fa;
  }
  .p-inputtext.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 0.875rem;
    padding: 0.4375rem 0.4375rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1.25rem;
    padding: 0.625rem 0.625rem;
  }
  .p-float-label > label {
    left: 0.5rem;
    color: #6c757d;
    transition-duration: 0.2s;
  }
  .p-float-label > .ng-invalid.ng-dirty + label {
    color: #f44336;
  }
  .p-input-icon-left > .p-icon-wrapper.p-icon,
  .p-input-icon-left > i:first-of-type {
    left: 0.5rem;
    color: #6c757d;
  }
  .p-input-icon-left > .p-inputtext {
    padding-left: 2rem;
  }
  .p-input-icon-left.p-float-label > label {
    left: 2rem;
  }
  .p-input-icon-right > .p-icon-wrapper,
  .p-input-icon-right > i:last-of-type {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-input-icon-right > .p-inputtext {
    padding-right: 2rem;
  }
  .p-icon-field-left > .p-inputtext {
    padding-left: 2rem;
  }
  .p-icon-field-left.p-float-label > label {
    left: 2rem;
  }
  .p-icon-field-right > .p-inputtext {
    padding-right: 2rem;
  }
  ::-webkit-input-placeholder {
    color: #6c757d;
  }
  :-moz-placeholder {
    color: #6c757d;
  }
  ::-moz-placeholder {
    color: #6c757d;
  }
  :-ms-input-placeholder {
    color: #6c757d;
  }
  .p-input-filled .p-inputtext {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext-sm .p-inputtext {
    font-size: 0.875rem;
    padding: 0.4375rem 0.4375rem;
  }
  .p-inputtext-lg .p-inputtext {
    font-size: 1.25rem;
    padding: 0.625rem 0.625rem;
  }
  .p-listbox {
    background: #ffffff;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-listbox .p-listbox-header {
    padding: 0.5rem 1rem;
    border-bottom: 0 none;
    color: #495057;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.5rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-listbox .p-listbox-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list {
    padding: 0.5rem 0;
    outline: 0 none;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 0 none;
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item:first-child {
    margin-top: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #495057;
    background: #e9ecef;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
    color: #495057;
    background: #e9ecef;
  }
  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
    border-color: #f44336;
  }
  .p-multiselect {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: #2196F3;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-multiselect .p-multiselect-label {
    padding: 0.5rem 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #6c757d;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
    background: #dee2e6;
    color: #495057;
    border-radius: 16px;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #6c757d;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-multiselect.p-variant-filled {
    background: #f8f9fa;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.25rem 0.5rem;
  }
  .p-multiselect-clearable .p-multiselect-label-container {
    padding-right: 1.5rem;
  }
  .p-multiselect-clearable .p-multiselect-clear-icon {
    color: #6c757d;
    right: 2.357rem;
  }
  .p-multiselect-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 0.5rem 1rem;
    border-bottom: 0 none;
    color: #495057;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-multiselect-panel .p-multiselect-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    margin-left: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0.5rem 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
    margin-top: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #495057;
    background: #e9ecef;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
    background: transparent;
  }
  .p-input-filled .p-multiselect {
    background: #f8f9fa;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
    border-color: #f44336;
  }
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
    border-color: #f44336;
  }
  .p-password-panel {
    padding: 1rem;
    background: #ffffff;
    color: #495057;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: #dee2e6;
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #d32f2f;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #fbc02d;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #689f38;
  }
  p-password.p-password-clearable .p-password-input {
    padding-right: 2rem;
  }
  p-password.p-password-clearable .p-password-clear-icon {
    color: #6c757d;
    right: 0.5rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-input {
    padding-right: 3.5rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
    color: #6c757d;
    right: 2rem;
  }
  .p-radiobutton {
    width: 20px;
    height: 20px;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 2px solid #ced4da;
    background: #ffffff;
    width: 20px;
    height: 20px;
    color: #495057;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #2196F3;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 12px;
    height: 12px;
    transition-duration: 0.2s;
    background-color: #ffffff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #2196F3;
    background: #2196F3;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #0b7ad1;
    background: #0b7ad1;
    color: #ffffff;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box {
    background-color: #f8f9fa;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
    background: #2196F3;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #0b7ad1;
  }
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
    border-color: #f44336;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #2196F3;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #0b7ad1;
  }
  .p-radiobutton-label {
    margin-left: 0.5rem;
  }
  .p-rating {
    gap: 0.5rem;
  }
  .p-rating .p-rating-item {
    border-radius: 50%;
    outline-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .p-rating .p-rating-item .p-rating-icon {
    color: #495057;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    font-size: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #e74c3c;
  }
  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #2196F3;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #2196F3;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #c0392b;
  }
  .p-selectbutton .p-button {
    background: #ffffff;
    border: 1px solid #ced4da;
    color: #495057;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-selectbutton .p-button .p-button-icon-left,
  .p-selectbutton .p-button .p-button-icon-right {
    color: #6c757d;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
    border-color: #ced4da;
    color: #495057;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #6c757d;
  }
  .p-selectbutton .p-button.p-highlight {
    background: #2196F3;
    border-color: #2196F3;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover {
    background: #0d89ec;
    border-color: #0d89ec;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
    border-color: #f44336;
  }
  .p-slider {
    background: #dee2e6;
    border: 0 none;
    border-radius: 3px;
  }
  .p-slider.p-slider-horizontal {
    height: 0.286rem;
  }
  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -0.5715rem;
    margin-left: -0.5715rem;
  }
  .p-slider.p-slider-vertical {
    height: 100%;
    width: 0.286rem;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    margin-left: -0.5715rem;
    margin-bottom: -0.5715rem;
  }
  .p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #ffffff;
    border: 2px solid #2196F3;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-slider .p-slider-range {
    background: #2196F3;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #2196F3;
    border-color: #2196F3;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      left 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
    transition: width 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      bottom 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
    transition: height 0.2s;
  }
  .p-togglebutton.p-button {
    background: #ffffff;
    border: 1px solid #ced4da;
    color: #495057;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-togglebutton.p-button .p-button-icon-left,
  .p-togglebutton.p-button .p-button-icon-right {
    color: #6c757d;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
    border-color: #ced4da;
    color: #495057;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #6c757d;
  }
  .p-togglebutton.p-button.p-highlight {
    background: #2196F3;
    border-color: #2196F3;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover {
    background: #0d89ec;
    border-color: #0d89ec;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
    border-color: #f44336;
  }
  .p-treeselect {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: #2196F3;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-treeselect .p-treeselect-label {
    padding: 0.5rem 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #6c757d;
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
    background: #dee2e6;
    color: #495057;
    border-radius: 16px;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #6c757d;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-treeselect.p-variant-filled {
    background-color: #f8f9fa;
  }
  .p-treeselect.p-variant-filled:enabled:hover {
    background-color: #f8f9fa;
  }
  .p-treeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
    border-color: #f44336;
  }
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.25rem 0.5rem;
  }
  .p-treeselect-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 0.5rem 1rem;
    border-bottom: 0 none;
    color: #495057;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: 0.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 3rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 2rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
    background: transparent;
  }
  .p-input-filled .p-treeselect {
    background: #f8f9fa;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
    padding-right: 1.5rem;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
    color: #6c757d;
    right: 2.357rem;
  }
  .p-button {
    color: #ffffff;
    background: #2196F3;
    border: 1px solid #2196F3;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
    outline-color: transparent;
  }
  .p-button:not(:disabled):hover {
    background: #0d89ec;
    color: #ffffff;
    border-color: #0d89ec;
  }
  .p-button:not(:disabled):active {
    background: #0b7ad1;
    color: #ffffff;
    border-color: #0b7ad1;
  }
  .p-button.p-button-outlined {
    background-color: transparent;
    color: #2196F3;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(33, 150, 243, 0.04);
    color: #2196F3;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(33, 150, 243, 0.16);
    color: #2196F3;
    border: 1px solid;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: #6c757d;
    border-color: #6c757d;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: #e9ecef;
    color: #6c757d;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: #dee2e6;
    color: #6c757d;
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #2196F3;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):hover {
    background: rgba(33, 150, 243, 0.04);
    color: #2196F3;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):active {
    background: rgba(33, 150, 243, 0.16);
    color: #2196F3;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: #6c757d;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: #e9ecef;
    color: #6c757d;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: #dee2e6;
    color: #6c757d;
  }
  .p-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-button .p-button-label {
    transition-duration: 0.2s;
  }
  .p-button .p-button-icon-left {
    margin-right: 0.5rem;
  }
  .p-button .p-button-icon-right {
    margin-left: 0.5rem;
  }
  .p-button .p-button-icon-bottom {
    margin-top: 0.5rem;
  }
  .p-button .p-button-icon-top {
    margin-bottom: 0.5rem;
  }
  .p-button .p-badge {
    margin-left: 0.5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #2196F3;
    background-color: #ffffff;
  }
  .p-button.p-button-raised {
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-button.p-button-rounded {
    border-radius: 2rem;
  }
  .p-button.p-button-icon-only {
    width: 2.357rem;
    padding: 0.5rem 0;
  }
  .p-button.p-button-icon-only .p-button-icon-left,
  .p-button.p-button-icon-only .p-button-icon-right {
    margin: 0;
  }
  .p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 2.357rem;
  }
  .p-button.p-button-sm {
    font-size: 0.875rem;
    padding: 0.4375rem 0.875rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 0.875rem;
  }
  .p-button.p-button-lg {
    font-size: 1.25rem;
    padding: 0.625rem 1.25rem;
  }
  .p-button.p-button-lg .p-button-icon {
    font-size: 1.25rem;
  }
  .p-button.p-button-loading-label-only .p-button-label {
    margin-left: 0.5rem;
  }
  .p-button.p-button-loading-label-only .p-button-loading-icon {
    margin-right: 0;
  }
  .p-fluid .p-button {
    width: 100%;
  }
  .p-fluid .p-button-icon-only {
    width: 2.357rem;
  }
  .p-fluid .p-button-group {
    display: flex;
  }
  .p-fluid .p-button-group .p-button {
    flex: 1;
  }
  .p-button.p-button-secondary,
  .p-button-group.p-button-secondary > .p-button,
  .p-splitbutton.p-button-secondary > .p-button {
    color: #ffffff;
    background: #607d8b;
    border: 1px solid #607d8b;
  }
  .p-button.p-button-secondary:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
    background: #56717d;
    color: #ffffff;
    border-color: #56717d;
  }
  .p-button.p-button-secondary:not(:disabled):focus,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #beccd2;
  }
  .p-button.p-button-secondary:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
    background: #4d646f;
    color: #ffffff;
    border-color: #4d646f;
  }
  .p-button.p-button-secondary.p-button-outlined,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
    background-color: transparent;
    color: #607d8b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(96, 125, 139, 0.04);
    color: #607d8b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(96, 125, 139, 0.16);
    color: #607d8b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-text,
  .p-button-group.p-button-secondary > .p-button.p-button-text,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text {
    background-color: transparent;
    color: #607d8b;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(96, 125, 139, 0.04);
    border-color: transparent;
    color: #607d8b;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
    background: rgba(96, 125, 139, 0.16);
    border-color: transparent;
    color: #607d8b;
  }
  .p-button.p-button-info,
  .p-button-group.p-button-info > .p-button,
  .p-splitbutton.p-button-info > .p-button {
    color: #ffffff;
    background: #0288d1;
    border: 1px solid #0288d1;
  }
  .p-button.p-button-info:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
    background: #027abc;
    color: #ffffff;
    border-color: #027abc;
  }
  .p-button.p-button-info:not(:disabled):focus,
  .p-button-group.p-button-info > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #89d4fe;
  }
  .p-button.p-button-info:not(:disabled):active,
  .p-button-group.p-button-info > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
    background: #026da7;
    color: #ffffff;
    border-color: #026da7;
  }
  .p-button.p-button-info.p-button-outlined,
  .p-button-group.p-button-info > .p-button.p-button-outlined,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined {
    background-color: transparent;
    color: #0288d1;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(2, 136, 209, 0.04);
    color: #0288d1;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(2, 136, 209, 0.16);
    color: #0288d1;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-text,
  .p-button-group.p-button-info > .p-button.p-button-text,
  .p-splitbutton.p-button-info > .p-button.p-button-text {
    background-color: transparent;
    color: #0288d1;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(2, 136, 209, 0.04);
    border-color: transparent;
    color: #0288d1;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
    background: rgba(2, 136, 209, 0.16);
    border-color: transparent;
    color: #0288d1;
  }
  .p-button.p-button-success,
  .p-button-group.p-button-success > .p-button,
  .p-splitbutton.p-button-success > .p-button {
    color: #ffffff;
    background: #689f38;
    border: 1px solid #689f38;
  }
  .p-button.p-button-success:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
    background: #5e8f32;
    color: #ffffff;
    border-color: #5e8f32;
  }
  .p-button.p-button-success:not(:disabled):focus,
  .p-button-group.p-button-success > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #c2e0a8;
  }
  .p-button.p-button-success:not(:disabled):active,
  .p-button-group.p-button-success > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
    background: #537f2d;
    color: #ffffff;
    border-color: #537f2d;
  }
  .p-button.p-button-success.p-button-outlined,
  .p-button-group.p-button-success > .p-button.p-button-outlined,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined {
    background-color: transparent;
    color: #689f38;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(104, 159, 56, 0.04);
    color: #689f38;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(104, 159, 56, 0.16);
    color: #689f38;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-text,
  .p-button-group.p-button-success > .p-button.p-button-text,
  .p-splitbutton.p-button-success > .p-button.p-button-text {
    background-color: transparent;
    color: #689f38;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(104, 159, 56, 0.04);
    border-color: transparent;
    color: #689f38;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
    background: rgba(104, 159, 56, 0.16);
    border-color: transparent;
    color: #689f38;
  }
  .p-button.p-button-warning,
  .p-button-group.p-button-warning > .p-button,
  .p-splitbutton.p-button-warning > .p-button {
    color: #212529;
    background: #fbc02d;
    border: 1px solid #fbc02d;
  }
  .p-button.p-button-warning:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
    background: #fab710;
    color: #212529;
    border-color: #fab710;
  }
  .p-button.p-button-warning:not(:disabled):focus,
  .p-button-group.p-button-warning > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fde6ab;
  }
  .p-button.p-button-warning:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
    background: #e8a704;
    color: #212529;
    border-color: #e8a704;
  }
  .p-button.p-button-warning.p-button-outlined,
  .p-button-group.p-button-warning > .p-button.p-button-outlined,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
    background-color: transparent;
    color: #fbc02d;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(251, 192, 45, 0.04);
    color: #fbc02d;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(251, 192, 45, 0.16);
    color: #fbc02d;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-text,
  .p-button-group.p-button-warning > .p-button.p-button-text,
  .p-splitbutton.p-button-warning > .p-button.p-button-text {
    background-color: transparent;
    color: #fbc02d;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(251, 192, 45, 0.04);
    border-color: transparent;
    color: #fbc02d;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
    background: rgba(251, 192, 45, 0.16);
    border-color: transparent;
    color: #fbc02d;
  }
  .p-button.p-button-help,
  .p-button-group.p-button-help > .p-button,
  .p-splitbutton.p-button-help > .p-button {
    color: #ffffff;
    background: #9c27b0;
    border: 1px solid #9c27b0;
  }
  .p-button.p-button-help:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
    background: #8c239e;
    color: #ffffff;
    border-color: #8c239e;
  }
  .p-button.p-button-help:not(:disabled):focus,
  .p-button-group.p-button-help > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #df9eea;
  }
  .p-button.p-button-help:not(:disabled):active,
  .p-button-group.p-button-help > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
    background: #7d1f8d;
    color: #ffffff;
    border-color: #7d1f8d;
  }
  .p-button.p-button-help.p-button-outlined,
  .p-button-group.p-button-help > .p-button.p-button-outlined,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined {
    background-color: transparent;
    color: #9c27b0;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(156, 39, 176, 0.04);
    color: #9c27b0;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(156, 39, 176, 0.16);
    color: #9c27b0;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-text,
  .p-button-group.p-button-help > .p-button.p-button-text,
  .p-splitbutton.p-button-help > .p-button.p-button-text {
    background-color: transparent;
    color: #9c27b0;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(156, 39, 176, 0.04);
    border-color: transparent;
    color: #9c27b0;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
    background: rgba(156, 39, 176, 0.16);
    border-color: transparent;
    color: #9c27b0;
  }
  .p-button.p-button-danger,
  .p-button-group.p-button-danger > .p-button,
  .p-splitbutton.p-button-danger > .p-button {
    color: #ffffff;
    background: #d32f2f;
    border: 1px solid #d32f2f;
  }
  .p-button.p-button-danger:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
    background: #c02929;
    color: #ffffff;
    border-color: #c02929;
  }
  .p-button.p-button-danger:not(:disabled):focus,
  .p-button-group.p-button-danger > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #edacac;
  }
  .p-button.p-button-danger:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
    background: #aa2424;
    color: #ffffff;
    border-color: #aa2424;
  }
  .p-button.p-button-danger.p-button-outlined,
  .p-button-group.p-button-danger > .p-button.p-button-outlined,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
    background-color: transparent;
    color: #d32f2f;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(211, 47, 47, 0.04);
    color: #d32f2f;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(211, 47, 47, 0.16);
    color: #d32f2f;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-text,
  .p-button-group.p-button-danger > .p-button.p-button-text,
  .p-splitbutton.p-button-danger > .p-button.p-button-text {
    background-color: transparent;
    color: #d32f2f;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(211, 47, 47, 0.04);
    border-color: transparent;
    color: #d32f2f;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
    background: rgba(211, 47, 47, 0.16);
    border-color: transparent;
    color: #d32f2f;
  }
  .p-button.p-button-link {
    color: #0b7ad1;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #0b7ad1;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: underline;
  }
  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #0b7ad1;
    border-color: transparent;
  }
  .p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 1.3rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .p-speeddial-list {
    outline: 0 none;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #495057;
    color: #fff;
  }
  .p-speeddial-action:hover {
    background: #343a40;
    color: #fff;
  }
  .p-speeddial-direction-up .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: 0.5rem;
  }
  .p-speeddial-direction-down .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: 0.5rem;
  }
  .p-speeddial-direction-left .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: 0.5rem;
  }
  .p-speeddial-direction-right .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: 0.5rem;
  }
  .p-speeddial-circle .p-speeddial-item,
  .p-speeddial-semi-circle .p-speeddial-item,
  .p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0;
  }
  .p-speeddial-circle .p-speeddial-item:first-child,
  .p-speeddial-circle .p-speeddial-item:last-child,
  .p-speeddial-semi-circle .p-speeddial-item:first-child,
  .p-speeddial-semi-circle .p-speeddial-item:last-child,
  .p-speeddial-quarter-circle .p-speeddial-item:first-child,
  .p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0;
  }
  .p-speeddial-mask {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-splitbutton {
    border-radius: 3px;
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-raised {
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin: 0.5rem;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
  .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
  .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-carousel .p-carousel-indicators {
    padding: 1rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #e9ecef;
    width: 2rem;
    height: 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #dee2e6;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #E3F2FD;
    color: #495057;
  }
  .p-datatable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-datatable .p-datatable-footer {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #6c757d;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #495057;
    background: #E3F2FD;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #6c757d;
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #f8f9fa;
    color: #2196F3;
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #2196F3;
  }
  .p-datatable .p-sortable-column.p-highlight:hover {
    background: #e9ecef;
    color: #2196F3;
  }
  .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
    color: #2196F3;
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: inset 0 0 0 0.15rem #a6d5fa;
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #ffffff;
    color: #495057;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: 0.5rem;
  }
  .p-datatable .p-datatable-tbody > tr:focus-visible {
    outline: 0.15rem solid #a6d5fa;
    outline-offset: -0.15rem;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #E3F2FD;
    color: #495057;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #E3F2FD;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #E3F2FD;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-datatable .p-column-resizer-helper {
    background: #2196F3;
  }
  .p-datatable .p-datatable-scrollable-header,
  .p-datatable .p-datatable-scrollable-footer {
    background: #f8f9fa;
  }
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
    background-color: #f8f9fa;
  }
  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
    border-width: 0 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
    background: #fcfcfc;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
    background: #E3F2FD;
    color: #495057;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
    color: #495057;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
    color: #495057;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-dataview .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-dataview .p-dataview-content {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    padding: 0;
  }
  .p-dataview .p-dataview-footer {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem;
  }
  .p-dataview .p-dataview-emptymessage {
    padding: 1rem;
  }
  .p-column-filter-row .p-column-filter-menu-button,
  .p-column-filter-row .p-column-filter-clear-button {
    margin-left: 0.5rem;
  }
  .p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-menu-button:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open,
  .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active,
  .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #E3F2FD;
    color: #495057;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-clear-button:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-column-filter-overlay {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    min-width: 12.5rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0.5rem 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
    margin-top: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #a6d5fa;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 0.5rem 1rem;
    border-bottom: 0 none;
    color: #495057;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none;
  }
  .p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: 0.5rem 1rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 1rem;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 1rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-list-container {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-orderlist .p-orderlist-list-container.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-orderlist .p-orderlist-header {
    color: #495057;
    padding: 1rem;
    font-weight: 600;
  }
  .p-orderlist .p-orderlist-header .p-orderlist-title {
    font-weight: 600;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-bottom: 0 none;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.5rem;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-orderlist .p-orderlist-list {
    color: #495057;
    padding: 0.5rem 0;
    outline: 0 none;
  }
  .p-orderlist .p-orderlist-list:not(:first-child) {
    border-top: 1px solid #dee2e6;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 0.5rem 1rem;
    margin: 0;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
    margin-top: 0;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: #495057;
    background: #dee2e6;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
  }
  .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: #e9ecef;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #e9ecef;
  }
  .p-orderlist-item.cdk-drag-preview {
    padding: 0.5rem 1rem;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border: 0 none;
    color: #495057;
    background: #ffffff;
    margin: 0;
  }
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #E3F2FD;
    color: #495057;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #6cbbf5;
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #dee2e6;
    border-color: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #dee2e6;
    border-color: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    padding: 1rem;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-paginator {
    background: #ffffff;
    color: #6c757d;
    border: solid #e9ecef;
    border-width: 0;
    padding: 0.5rem 1rem;
    border-radius: 3px;
  }
  .p-paginator .p-paginator-first,
  .p-paginator .p-paginator-prev,
  .p-paginator .p-paginator-next,
  .p-paginator .p-paginator-last {
    background-color: transparent;
    border: 0 none;
    color: #6c757d;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
    border-color: transparent;
    color: #495057;
  }
  .p-paginator .p-paginator-first {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-paginator .p-paginator-last {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 2.357rem;
  }
  .p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0;
  }
  .p-paginator .p-paginator-page-input {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .p-paginator .p-paginator-page-input .p-inputtext {
    max-width: 2.357rem;
  }
  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: #6c757d;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0.143rem;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #6c757d;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #E3F2FD;
    border-color: #E3F2FD;
    color: #495057;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #e9ecef;
    border-color: transparent;
    color: #495057;
  }
  .p-picklist .p-picklist-buttons {
    padding: 1rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-list-wrapper {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-picklist .p-picklist-list-wrapper.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-picklist .p-picklist-header {
    color: #495057;
    padding: 1rem;
    font-weight: 600;
  }
  .p-picklist .p-picklist-header .p-picklist-title {
    font-weight: 600;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-bottom: 0 none;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.5rem;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-picklist .p-picklist-list {
    color: #495057;
    padding: 0.5rem 0;
    outline: 0 none;
  }
  .p-picklist .p-picklist-list:not(:first-child) {
    border-top: 1px solid #dee2e6;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0.5rem 1rem;
    margin: 0;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-picklist .p-picklist-list .p-picklist-item:first-child {
    margin-top: 0;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #495057;
    background: #dee2e6;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
  }
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
    background: #e9ecef;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
    background: #e9ecef;
  }
  .p-picklist-item.cdk-drag-preview {
    padding: 0.5rem 1rem;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border: 0 none;
    color: #495057;
    background: #ffffff;
    margin: 0;
  }
  .p-timeline .p-timeline-event-marker {
    border: 2px solid #2196F3;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #ffffff;
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #dee2e6;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
  .p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
  .p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px;
  }
  .p-tree {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    padding: 1rem;
    border-radius: 3px;
  }
  .p-tree .p-tree-container .p-treenode {
    padding: 0.143rem;
    outline: 0 none;
  }
  .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #a6d5fa;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 3px;
    transition: box-shadow 0.2s;
    padding: 0;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: #6c757d;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #495057;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f8f9fa;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #2196F3;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f8f9fa;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #0b7ad1;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #E3F2FD;
    color: #495057;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #495057;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #495057;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #e9ecef;
    color: #495057;
  }
  .p-tree .p-tree-filter-container {
    margin-bottom: 0.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
  }
  .p-tree .p-tree-loading-icon {
    font-size: 2rem;
  }
  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background-color: #89c8f7;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
    border-radius: 3px;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    color: #495057;
    padding: 0;
    transition: box-shadow 0.2s;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
    background-color: #E3F2FD;
    color: #495057;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #495057;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
    background-color: inherit;
    color: inherit;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-treetable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-treetable .p-treetable-footer {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
  }
  .p-treetable .p-sortable-column {
    outline-color: #a6d5fa;
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #6c757d;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #495057;
    background: #E3F2FD;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #6c757d;
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #f8f9fa;
    color: #2196F3;
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #2196F3;
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #ffffff;
    color: #495057;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #495057;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f8f9fa;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #2196F3;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f8f9fa;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #0b7ad1;
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid #a6d5fa;
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #E3F2FD;
    color: #495057;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #495057;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #495057;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #495057;
  }
  .p-treetable .p-column-resizer-helper {
    background: #2196F3;
  }
  .p-treetable .p-treetable-scrollable-header,
  .p-treetable .p-treetable-scrollable-footer {
    background: #f8f9fa;
  }
  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem;
  }
  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable.p-treetable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-sm .p-treetable-header {
    padding: 0.875rem 0.875rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-virtualscroller .p-virtualscroller-header {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-virtualscroller .p-virtualscroller-content {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    padding: 0;
  }
  .p-virtualscroller .p-virtualscroller-footer {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 1rem;
    border: 1px solid #dee2e6;
    color: #495057;
    background: #f8f9fa;
    font-weight: 600;
    border-radius: 3px;
    transition: box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: 0.5rem;
  }
  .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: #dee2e6;
    background: #e9ecef;
    color: #495057;
  }
  .p-accordion .p-accordion-content {
    padding: 1rem;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-accordion p-accordiontab .p-accordion-tab {
    margin-bottom: 0;
  }
  .p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
    border-radius: 0;
  }
  .p-accordion p-accordiontab .p-accordion-content {
    border-radius: 0;
  }
  .p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
    border-top: 0 none;
  }
  .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link,
  .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-top: 0 none;
  }
  .p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-accordion p-accordiontab:last-child .p-accordion-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-card {
    background: #ffffff;
    color: #495057;
    box-shadow:
      0 2px 1px -1px rgba(0, 0, 0, 0.2),
      0 1px 1px 0 rgba(0, 0, 0, 0.14),
      0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-card .p-card-body {
    padding: 1rem;
  }
  .p-card .p-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .p-card .p-card-subtitle {
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #6c757d;
  }
  .p-card .p-card-content {
    padding: 1rem 0;
  }
  .p-card .p-card-footer {
    padding: 1rem 0 0 0;
  }
  .p-divider .p-divider-content {
    background-color: #ffffff;
  }
  .p-divider.p-divider-horizontal {
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px #dee2e6;
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1rem;
    padding: 1rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px #dee2e6;
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }
  .p-fieldset {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-radius: 3px;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 1rem;
    border: 1px solid #dee2e6;
    color: #495057;
    background: #f8f9fa;
    font-weight: 600;
    border-radius: 3px;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 1rem;
    color: #495057;
    border-radius: 3px;
    transition: box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: 0.5rem;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
  }
  .p-fieldset .p-fieldset-content {
    padding: 1rem;
  }
  .p-panel .p-panel-header {
    border: 1px solid #dee2e6;
    padding: 1rem;
    background: #f8f9fa;
    color: #495057;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 600;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 0.5rem 1rem;
  }
  .p-panel .p-panel-content {
    padding: 1rem;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-top: 0 none;
  }
  .p-panel .p-panel-content:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-panel .p-panel-footer {
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0 none;
  }
  .p-panel .p-panel-icons-end {
    order: 2;
    margin-left: auto;
  }
  .p-panel .p-panel-icons-start {
    order: 0;
    margin-right: 0.5rem;
  }
  .p-panel .p-panel-icons-center {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .p-scrollpanel .p-scrollpanel-bar {
    background: #f8f9fa;
    border: 0 none;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrollpanel .p-scrollpanel-bar:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-splitter {
    border: 1px solid #dee2e6;
    background: #ffffff;
    border-radius: 3px;
    color: #495057;
  }
  .p-splitter .p-splitter-gutter {
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    background: #f8f9fa;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #dee2e6;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #dee2e6;
  }
  .p-tabview .p-tabview-nav-content {
    scroll-padding-inline: 2.357rem;
  }
  .p-tabview .p-tabview-nav {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-width: 0 0 2px 0;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #dee2e6;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #dee2e6 transparent;
    background: #ffffff;
    color: #6c757d;
    padding: 1rem;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: #ffffff;
    border-color: #6c757d;
    color: #6c757d;
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #ffffff;
    border-color: #2196F3;
    color: #2196F3;
  }
  .p-tabview .p-tabview-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabview .p-tabview-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-close {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-nav-btn.p-link {
    background: #ffffff;
    color: #2196F3;
    width: 2.357rem;
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-tabview .p-tabview-panels {
    background: #ffffff;
    padding: 1rem;
    border: 0 none;
    color: #495057;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-toolbar {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 1rem;
    border-radius: 3px;
    gap: 0.5rem;
  }
  .p-toolbar .p-toolbar-separator {
    margin: 0 0.5rem;
  }
  .p-stepper .p-stepper-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-x: auto;
  }
  .p-stepper-vertical .p-stepper-nav {
    flex-direction: column;
  }
  .p-stepper-header {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
  }
  .p-stepper-header:last-of-type {
    flex: initial;
  }
  .p-stepper-header .p-stepper-action {
    border: 0 none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }
  .p-stepper-header .p-stepper-action:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-stepper.p-stepper-readonly .p-stepper-header {
    cursor: auto;
  }
  .p-stepper-header.p-highlight .p-stepper-action {
    cursor: default;
  }
  .p-stepper-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .p-stepper-number {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-stepper-separator {
    flex: 1 1 0;
  }
  .p-stepper .p-stepper-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-stepper .p-stepper-header {
    padding: 0.5rem;
  }
  .p-stepper .p-stepper-header .p-stepper-action {
    transition: box-shadow 0.2s;
    border-radius: 3px;
    background: #ffffff;
    outline-color: transparent;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 2px;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
    margin-left: 0.5rem;
    color: #6c757d;
    font-weight: 600;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #E3F2FD;
    color: #495057;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: #495057;
  }
  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
    background-color: #2196F3;
  }
  .p-stepper .p-stepper-panels {
    background: #ffffff;
    padding: 1rem;
    color: #495057;
  }
  .p-stepper .p-stepper-separator {
    background-color: #dee2e6;
    width: 100%;
    height: 2px;
    margin-inline-start: 1rem;
    transition: box-shadow 0.2s;
  }
  .p-stepper.p-stepper-vertical {
    display: flex;
    flex-direction: column;
  }
  .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
    display: flex;
    flex: 1 1 auto;
    background: #ffffff;
    color: #495057;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel {
    display: flex;
    flex-direction: column;
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
    flex: 1 1 auto;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
    width: 100%;
    padding-left: 1rem;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    flex: 0 0 auto;
    width: 2px;
    height: auto;
    margin-inline-start: calc(1.75rem + 2px);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
    background-color: #2196F3;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem;
  }
  .p-confirm-popup {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0px 11px 15px -7px rgba(0, 0, 0, 0.2),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 1rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0.5rem 1rem;
  }
  .p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0;
  }
  .p-confirm-popup:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #ffffff;
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }
  .p-dialog {
    border-radius: 3px;
    box-shadow:
      0px 11px 15px -7px rgba(0, 0, 0, 0.2),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    border: 0 none;
  }
  .p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #ffffff;
    color: #495057;
    padding: 1.5rem;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 600;
    font-size: 1.25rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #ffffff;
    color: #495057;
    padding: 0 1.5rem 2rem 1.5rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-dialog .p-dialog-footer {
    border-top: 0 none;
    background: #ffffff;
    color: #495057;
    padding: 0 1.5rem 1.5rem 1.5rem;
    text-align: right;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-dialog .p-dialog-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }
  .p-overlaypanel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0px 11px 15px -7px rgba(0, 0, 0, 0.2),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 1rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #2196F3;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #0d89ec;
    color: #ffffff;
  }
  .p-overlaypanel:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-overlaypanel:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f2f2f2;
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #ffffff;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #ffffff;
  }
  .p-sidebar {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    box-shadow:
      0px 11px 15px -7px rgba(0, 0, 0, 0.2),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  }
  .p-sidebar .p-sidebar-header {
    padding: 1rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 1rem;
  }
  .p-sidebar .p-sidebar-footer {
    padding: 1rem;
  }
  .p-tooltip .p-tooltip-text {
    background: #495057;
    color: #ffffff;
    padding: 0.5rem 0.5rem;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #495057;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #495057;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #495057;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #495057;
  }
  .p-fileupload .p-fileupload-buttonbar {
    background: #f8f9fa;
    padding: 1rem;
    border: 1px solid #dee2e6;
    color: #495057;
    border-bottom: 0 none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-fileupload .p-fileupload-content {
    background: #ffffff;
    padding: 2rem 1rem;
    border: 1px solid #dee2e6;
    color: #495057;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-fileupload .p-fileupload-content.p-fileupload-highlight {
    border-color: 1px dashed #2196F3;
    border-style: dashed;
    background-color: #E3F2FD;
  }
  .p-fileupload .p-progressbar {
    height: 0.25rem;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 1rem 1rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }
  .p-fileupload-choose:not(.p-disabled):hover {
    background: #0d89ec;
    color: #ffffff;
    border-color: #0d89ec;
  }
  .p-fileupload-choose:not(.p-disabled):active {
    background: #0b7ad1;
    color: #ffffff;
    border-color: #0b7ad1;
  }
  .p-breadcrumb {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 1rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: #495057;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #495057;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #6c757d;
  }
  .p-contextmenu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #495057;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-contextmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-contextmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-dock .p-dock-list-container {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
  }
  .p-dock .p-dock-list-container .p-dock-list {
    outline: 0 none;
  }
  .p-dock .p-dock-item {
    padding: 0.5rem;
    border-radius: 3px;
  }
  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #a6d5fa;
  }
  .p-dock .p-dock-link {
    width: 4rem;
    height: 4rem;
  }
  .p-dock.p-dock-top .p-dock-item-second-prev,
  .p-dock.p-dock-top .p-dock-item-second-next,
  .p-dock.p-dock-bottom .p-dock-item-second-prev,
  .p-dock.p-dock-bottom .p-dock-item-second-next {
    margin: 0 0.9rem;
  }
  .p-dock.p-dock-top .p-dock-item-prev,
  .p-dock.p-dock-top .p-dock-item-next,
  .p-dock.p-dock-bottom .p-dock-item-prev,
  .p-dock.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem;
  }
  .p-dock.p-dock-top .p-dock-item-current,
  .p-dock.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem;
  }
  .p-dock.p-dock-left .p-dock-item-second-prev,
  .p-dock.p-dock-left .p-dock-item-second-next,
  .p-dock.p-dock-right .p-dock-item-second-prev,
  .p-dock.p-dock-right .p-dock-item-second-next {
    margin: 0.9rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-prev,
  .p-dock.p-dock-left .p-dock-item-next,
  .p-dock.p-dock-right .p-dock-item-prev,
  .p-dock.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-current,
  .p-dock.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0;
  }
  @media screen and (max-width: 960px) {
    .p-dock.p-dock-top .p-dock-list-container,
    .p-dock.p-dock-bottom .p-dock-list-container {
      overflow-x: auto;
      width: 100%;
    }
    .p-dock.p-dock-top .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
      margin: 0 auto;
    }
    .p-dock.p-dock-left .p-dock-list-container,
    .p-dock.p-dock-right .p-dock-list-container {
      overflow-y: auto;
      height: 100%;
    }
    .p-dock.p-dock-left .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
      margin: auto 0;
    }
    .p-dock .p-dock-list .p-dock-item {
      transform: none;
      margin: 0;
    }
  }
  .p-megamenu {
    padding: 0.5rem;
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 3px;
  }
  .p-megamenu .p-megamenu-root-list {
    outline: 0 none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-megamenu .p-megamenu-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-megamenu .p-submenu-list {
    padding: 0.25rem 0;
    width: 12.5rem;
  }
  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
    margin-left: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menu.p-menu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .p-menu .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-menu .p-menuitem-badge {
    background: #2196F3;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-menubar {
    padding: 0.5rem;
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 3px;
  }
  .p-menubar .p-menubar-root-list {
    outline: 0 none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-submenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    width: 12.5rem;
    border-radius: 3px;
  }
  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative;
    }
    .p-menubar .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: #6c757d;
      border-radius: 50%;
      transition:
        background-color 0.2s,
        color 0.2s,
        box-shadow 0.2s;
    }
    .p-menubar .p-menubar-button:hover {
      color: #6c757d;
      background: #e9ecef;
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: 0 0 0 0.2rem #a6d5fa;
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0.25rem 0;
      background: #ffffff;
      border: 0 none;
      box-shadow:
        0 2px 4px -1px rgba(0, 0, 0, 0.2),
        0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12);
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menuitem-separator {
      border-top: 1px solid #dee2e6;
      margin: 0.25rem 0;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon {
      font-size: 0.875rem;
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
      margin-left: auto;
      transition: transform 0.2s;
    }
    .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-180deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list {
      width: 100%;
      position: static;
      box-shadow: none;
      border: 0 none;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
      transition: transform 0.2s;
      transform: rotate(90deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-90deg);
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 2.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 3.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 5.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 6.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 8.25rem;
    }
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 100%;
      left: 0;
      z-index: 1;
    }
  }
  .p-panelmenu .p-panelmenu-header {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
    border: 1px solid #dee2e6;
    color: #495057;
    background: #f8f9fa;
    border-radius: 3px;
    transition: box-shadow 0.2s;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
    color: #495057;
    padding: 1rem;
    font-weight: 600;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-color: #dee2e6;
    background: #e9ecef;
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0.25rem 0;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
    padding: 0 0 0 1rem;
  }
  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-content {
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header .p-panelmenu-header-content {
    border-top: 0 none;
  }
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content,
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-top: 0 none;
  }
  .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header .p-panelmenu-header-content {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-slidemenu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-slidemenu .p-slidemenu-root-list {
    outline: 0 none;
  }
  .p-slidemenu .p-submenu-list {
    outline: 0 none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-slidemenu .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-slidemenu .p-slidemenu-icon {
    font-size: 0.875rem;
  }
  .p-slidemenu .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-backward {
    padding: 0.75rem 1rem;
    color: #495057;
  }
  .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-slidemenu .p-menuitem-badge {
    background: #2196F3;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 3px;
    background: #ffffff;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #495057;
    border: 1px solid #e9ecef;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: #6c757d;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #E3F2FD;
    color: #495057;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 600;
    color: #495057;
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #dee2e6;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem;
  }
  .p-tabmenu .p-tabmenu-nav {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-width: 0 0 2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
    background: #2196F3;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: solid #dee2e6;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #dee2e6 transparent;
    background: #ffffff;
    color: #6c757d;
    padding: 1rem;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: #ffffff;
    border-color: #6c757d;
    color: #6c757d;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: #ffffff;
    border-color: #2196F3;
    color: #2196F3;
  }
  .p-tabmenu .p-tabmenu-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link {
    background: #ffffff;
    color: #2196F3;
    width: 2.357rem;
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-tieredmenu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-tieredmenu .p-tieredmenu-root-list {
    outline: 0 none;
  }
  .p-tieredmenu .p-submenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-tieredmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-tieredmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-inline-message {
    padding: 0.5rem 0.5rem;
    margin: 0;
    border-radius: 3px;
  }
  .p-inline-message.p-inline-message-info {
    background: #b3e5fc;
    border: solid #0891cf;
    border-width: 0px;
    color: #044868;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #044868;
  }
  .p-inline-message.p-inline-message-success {
    background: #c8e6c9;
    border: solid #439446;
    border-width: 0px;
    color: #224a23;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #224a23;
  }
  .p-inline-message.p-inline-message-warn {
    background: #ffecb3;
    border: solid #d9a300;
    border-width: 0px;
    color: #6d5100;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #6d5100;
  }
  .p-inline-message.p-inline-message-error {
    background: #ffcdd2;
    border: solid #e60017;
    border-width: 0px;
    color: #73000c;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #73000c;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 1rem;
  }
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0;
  }
  .p-message {
    margin: 1rem 0;
    border-radius: 3px;
  }
  .p-message .p-message-wrapper {
    padding: 1rem 1.5rem;
  }
  .p-message .p-message-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-message .p-message-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-message.p-message-info {
    background: #b3e5fc;
    border: solid #0891cf;
    border-width: 0 0 0 6px;
    color: #044868;
  }
  .p-message.p-message-info .p-message-icon {
    color: #044868;
  }
  .p-message.p-message-info .p-message-close {
    color: #044868;
  }
  .p-message.p-message-success {
    background: #c8e6c9;
    border: solid #439446;
    border-width: 0 0 0 6px;
    color: #224a23;
  }
  .p-message.p-message-success .p-message-icon {
    color: #224a23;
  }
  .p-message.p-message-success .p-message-close {
    color: #224a23;
  }
  .p-message.p-message-warn {
    background: #ffecb3;
    border: solid #d9a300;
    border-width: 0 0 0 6px;
    color: #6d5100;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #6d5100;
  }
  .p-message.p-message-warn .p-message-close {
    color: #6d5100;
  }
  .p-message.p-message-error {
    background: #ffcdd2;
    border: solid #e60017;
    border-width: 0 0 0 6px;
    color: #73000c;
  }
  .p-message.p-message-error .p-message-icon {
    color: #73000c;
  }
  .p-message.p-message-error .p-message-close {
    color: #73000c;
  }
  .p-message .p-message-text {
    font-size: 1rem;
    font-weight: 500;
  }
  .p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .p-message .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }
  .p-toast {
    opacity: 0.9;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0 0 0 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
    width: 2rem;
    height: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
  }
  .p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: #b3e5fc;
    border: solid #0891cf;
    border-width: 0 0 0 6px;
    color: #044868;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #044868;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: #c8e6c9;
    border: solid #439446;
    border-width: 0 0 0 6px;
    color: #224a23;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #224a23;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: #ffecb3;
    border: solid #d9a300;
    border-width: 0 0 0 6px;
    color: #6d5100;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #6d5100;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: #ffcdd2;
    border: solid #e60017;
    border-width: 0 0 0 6px;
    color: #73000c;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #73000c;
  }
  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: #f8f9fa;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f8f9fa;
  }
  .p-galleria .p-galleria-item-nav {
    background: transparent;
    color: #f8f9fa;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
    margin: 0 0.5rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f8f9fa;
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #f8f9fa;
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #e9ecef;
    width: 1rem;
    height: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #dee2e6;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #E3F2FD;
    color: #495057;
  }
  .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: 0.5rem;
  }
  .p-galleria.p-galleria-indicators-left .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: 0.5rem;
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: rgba(0, 0, 0, 0.5);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: rgba(255, 255, 255, 0.4);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #E3F2FD;
    color: #495057;
  }
  .p-galleria .p-galleria-thumbnail-container {
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0.25rem;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: 0.5rem;
    background-color: transparent;
    color: #f8f9fa;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f8f9fa;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-preview-indicator {
    background-color: transparent;
    color: #f8f9fa;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-image-preview-container:hover > .p-image-preview-indicator {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .p-image-toolbar {
    padding: 1rem;
  }
  .p-image-action.p-link {
    color: #f8f9fa;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-image-action.p-link:last-child {
    margin-right: 0;
  }
  .p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .p-image-action.p-link i {
    font-size: 1.5rem;
  }
  .p-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-avatar {
    background-color: #dee2e6;
    border-radius: 3px;
  }
  .p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem;
  }
  .p-avatar-group .p-avatar {
    border: 2px solid #ffffff;
  }
  .p-badge {
    background: #2196F3;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .p-badge.p-badge-success {
    background-color: #689f38;
    color: #ffffff;
  }
  .p-badge.p-badge-info {
    background-color: #0288d1;
    color: #ffffff;
  }
  .p-badge.p-badge-warning {
    background-color: #fbc02d;
    color: #212529;
  }
  .p-badge.p-badge-danger {
    background-color: #d32f2f;
    color: #ffffff;
  }
  .p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .p-chip {
    background-color: #dee2e6;
    color: #495057;
    border-radius: 16px;
    padding: 0 0.5rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    margin-left: 0.5rem;
  }
  .p-chip img {
    width: 2rem;
    height: 2rem;
    margin-left: -0.5rem;
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-chip .pi-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-chip .pi-chip-remove-icon:focus {
    outline: 0 none;
  }
  .p-inplace .p-inplace-display {
    padding: 0.5rem 0.5rem;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-metergroup {
    display: flex;
  }
  .p-metergroup-meters {
    display: flex;
  }
  .p-metergroup-vertical .p-metergroup-meters {
    flex-direction: column;
  }
  .p-metergroup-labels {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-metergroup-vertical .p-metergroup-labels {
    align-items: start;
  }
  .p-metergroup-labels-vertical {
    flex-direction: column;
  }
  .p-metergroup-label {
    display: inline-flex;
    align-items: center;
  }
  .p-metergroup-label-marker {
    display: inline-flex;
  }
  .p-metergroup {
    gap: 1rem;
  }
  .p-metergroup .p-metergroup-meters {
    background: #dee2e6;
    border-radius: 3px;
  }
  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #2196F3;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-marker {
    background: #2196F3;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal {
    gap: 1rem;
  }
  .p-metergroup.p-metergroup-horizontal {
    flex-direction: column;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meters {
    height: 0.5rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-metergroup.p-metergroup-vertical {
    flex-direction: row;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meters {
    width: 0.5rem;
    height: 100%;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-progressbar {
    border: 0 none;
    height: 1.5rem;
    background: #dee2e6;
    border-radius: 3px;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #2196F3;
  }
  .p-progressbar .p-progressbar-label {
    color: #ffffff;
    line-height: 1.5rem;
  }
  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrolltop.p-link {
    background: rgba(0, 0, 0, 0.7);
  }
  .p-scrolltop.p-link:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #f8f9fa;
  }
  .p-scrolltop .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-skeleton {
    background-color: #e9ecef;
    border-radius: 3px;
  }
  .p-skeleton:after {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0));
  }
  .p-tag {
    background: #2196F3;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 3px;
  }
  .p-tag.p-tag-success {
    background-color: #689f38;
    color: #ffffff;
  }
  .p-tag.p-tag-info {
    background-color: #0288d1;
    color: #ffffff;
  }
  .p-tag.p-tag-warning {
    background-color: #fbc02d;
    color: #212529;
  }
  .p-tag.p-tag-danger {
    background-color: #d32f2f;
    color: #ffffff;
  }
  .p-tag .p-tag-icon {
    margin-right: 0.25rem;
    font-size: 0.75rem;
  }
  .p-tag .p-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-terminal {
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
    padding: 1rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
  }
}
@layer primeng {
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background-color: #2196F3;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background-color: #2196F3;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #2196F3;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #2196F3;
  }
}

/* node_modules/primeng/resources/primeng.min.css */
.p-overflow-hidden {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
@layer primeng {
  .p-component,
  .p-component * {
    box-sizing: border-box;
  }
  .p-hidden {
    display: none;
  }
  .p-hidden-space {
    visibility: hidden;
  }
  .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-hidden-accessible input,
  .p-hidden-accessible select {
    transform: scale(0);
  }
  .p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .p-disabled,
  .p-disabled * {
    cursor: default !important;
    pointer-events: none;
  }
  .p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-unselectable-text {
    -webkit-user-select: none;
    user-select: none;
  }
  .p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
  }
  @-webkit-keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  input[type=button],
  input[type=submit],
  input[type=reset],
  input[type=file]::-webkit-file-upload-button,
  button {
    border-radius: 0;
  }
  .p-link {
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-link:disabled {
    cursor: default;
  }
  .p-sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);
  }
  .p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1);
  }
  .p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity .1s linear;
  }
  .p-toggleable-content.ng-animating {
    overflow: hidden;
  }
  .p-icon-wrapper {
    display: inline-flex;
  }
  .p-icon {
    display: inline-block;
  }
  .p-icon-spin {
    -webkit-animation: p-icon-spin 2s infinite linear;
    animation: p-icon-spin 2s infinite linear;
  }
}
@-webkit-keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@layer primeng {
  .p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 .5rem;
  }
  .p-overlay-badge {
    position: relative;
  }
  .p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    transform-origin: 100% 0;
    margin: 0;
  }
  .p-badge-dot {
    width: .5rem;
    min-width: .5rem;
    height: .5rem;
    border-radius: 50%;
    padding: 0;
  }
  .p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
  }
}
@layer primeng {
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .p-button-group .p-button {
    margin: 0;
  }
  .p-button-group .p-button:focus,
  .p-button-group p-button:focus .p-button,
  .p-buttonset .p-button:focus,
  .p-buttonset .p-button:focus,
  .p-buttonset p-button:focus .p-button,
  .p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
  }
  .p-button-group .p-button:not(:last-child),
  .p-button-group .p-button:not(:last-child):hover,
  .p-button-group p-button:not(:last-child) .p-button,
  .p-button-group p-button:not(:last-child) .p-button:hover,
  .p-buttonset .p-button:not(:last-child),
  .p-buttonset .p-button:not(:last-child):hover,
  .p-buttonset p-button:not(:last-child) .p-button,
  .p-buttonset p-button:not(:last-child) .p-button:hover {
    border-right: 0 none;
  }
  .p-button-group .p-button:not(:first-of-type):not(:last-of-type),
  .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,
  .p-buttonset .p-button:not(:first-of-type):not(:last-of-type),
  .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
    border-radius: 0;
  }
  .p-button-group .p-button:first-of-type:not(:only-of-type),
  .p-button-group p-button:first-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:first-of-type:not(:only-of-type),
  .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-button-group .p-button:last-of-type:not(:only-of-type),
  .p-button-group p-button:last-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:last-of-type:not(:only-of-type),
  .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  p-button[iconpos=right] spinnericon {
    order: 1;
  }
}
@layer primeng {
  .p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-checkbox-label {
    line-height: 1;
  }
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url("./media/color-727V6BA6.png") no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url("./media/hue-3YTJE6JS.png") no-repeat left top;
}
@layer primeng {
  .p-inputtext {
    margin: 0;
  }
  .p-fluid .p-inputtext {
    width: 100%;
  }
  .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup .p-inputtext,
  .p-fluid .p-inputgroup .p-inputtext,
  .p-inputgroup .p-inputwrapper,
  .p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-float-label {
    display: block;
    position: relative;
  }
  .p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
  }
  .p-float-label textarea ~ label {
    top: 1rem;
  }
  .p-float-label input:focus ~ label,
  .p-float-label input.p-filled ~ label,
  .p-float-label textarea:focus ~ label,
  .p-float-label textarea.p-filled ~ label,
  .p-float-label .p-inputwrapper-focus ~ label,
  .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.75rem;
    font-size: 12px;
  }
  .p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
  }
  .p-float-label .p-placeholder,
  .p-float-label input::placeholder,
  .p-float-label .p-inputtext::placeholder {
    opacity: 0;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-float-label .p-focus .p-placeholder,
  .p-float-label input:focus::placeholder,
  .p-float-label .p-inputtext:focus::placeholder {
    opacity: 1;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-input-icon-left,
  .p-input-icon-right {
    position: relative;
    display: inline-block;
  }
  .p-input-icon-left > i,
  .p-input-icon-left > .p-icon-wrapper,
  .p-input-icon-right > i,
  .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-input-icon-left,
  .p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
  }
}
@layer primeng {
  .p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
  }
  .p-fluid .p-inputtextarea {
    width: 100%;
  }
}
@layer primeng {
  .p-password {
    position: relative;
    display: inline-flex;
  }
  .p-password-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-password .p-password-panel {
    min-width: 100%;
  }
  .p-password-meter {
    height: 10px;
  }
  .p-password-strength {
    height: 100%;
    width: 0;
    transition: width 1s ease-in-out;
  }
  .p-fluid .p-password {
    display: flex;
  }
  .p-password-input::-ms-reveal,
  .p-password-input::-ms-clear {
    display: none;
  }
  .p-password-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-password .p-icon {
    cursor: pointer;
  }
  .p-password-clearable.p-password-mask .p-password-clear-icon {
    margin-top: unset;
  }
  .p-password-clearable {
    position: relative;
  }
}
@layer primeng {
  .p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.1);
    border-radius: 50%;
    visibility: hidden;
  }
  .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1, 1);
    visibility: visible;
  }
  p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-radiobutton-label {
    line-height: 1;
  }
}
@layer primeng {
  .p-ripple {
    overflow: hidden;
    position: relative;
  }
  .p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
  }
  .p-ink-active {
    animation: ripple .4s linear;
  }
  .p-ripple-disabled .p-ink {
    display: none !important;
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@layer primeng {
  .p-tooltip {
    position: absolute;
    display: none;
    padding: .25em .5rem;
    max-width: 12.5rem;
    pointer-events: none;
  }
  .p-tooltip.p-tooltip-right,
  .p-tooltip.p-tooltip-left {
    padding: 0 .25rem;
  }
  .p-tooltip.p-tooltip-top,
  .p-tooltip.p-tooltip-bottom {
    padding: .25em 0;
  }
  .p-tooltip .p-tooltip-text {
    white-space: pre-line;
    word-break: break-word;
  }
  .p-tooltip-arrow {
    scale: 2;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -0.25rem;
    border-width: .25em .25em .25em 0;
  }
  .p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
    border-width: .25em 0 .25em .25rem;
  }
  .p-tooltip.p-tooltip-top {
    padding: .25em 0;
  }
  .p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: .25em .25em 0;
  }
  .p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0 .25em .25rem;
  }
}

/* src/styles.scss */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #3f51b5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #ff4081;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3f51b5;
  --mdc-linear-progress-track-color: rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff4081;
  --mdc-linear-progress-track-color: rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}
html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: #3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color: #3f51b5;
  --mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #3f51b5;
  --mdc-outlined-text-field-focus-outline-color: #3f51b5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ff4081;
  --mdc-filled-text-field-focus-active-indicator-color: #ff4081;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 64, 129, 0.87);
  --mdc-outlined-text-field-caret-color: #ff4081;
  --mdc-outlined-text-field-focus-outline-color: #ff4081;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 64, 129, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #3f51b5;
  --mdc-chip-elevated-selected-container-color: #3f51b5;
  --mdc-chip-elevated-disabled-container-color: #3f51b5;
  --mdc-chip-flat-disabled-selected-container-color: #3f51b5;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff4081;
  --mdc-chip-elevated-selected-container-color: #ff4081;
  --mdc-chip-elevated-disabled-container-color: #ff4081;
  --mdc-chip-flat-disabled-selected-container-color: #ff4081;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #d81b60;
  --mdc-switch-selected-handle-color: #d81b60;
  --mdc-switch-selected-hover-state-layer-color: #d81b60;
  --mdc-switch-selected-pressed-state-layer-color: #d81b60;
  --mdc-switch-selected-focus-handle-color: #880e4f;
  --mdc-switch-selected-hover-handle-color: #880e4f;
  --mdc-switch-selected-pressed-handle-color: #880e4f;
  --mdc-switch-selected-focus-track-color: #f06292;
  --mdc-switch-selected-hover-track-color: #f06292;
  --mdc-switch-selected-pressed-track-color: #f06292;
  --mdc-switch-selected-track-color: #f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}
html {
  --mdc-slider-handle-color: #3f51b5;
  --mdc-slider-focus-handle-color: #3f51b5;
  --mdc-slider-hover-handle-color: #3f51b5;
  --mdc-slider-active-track-color: #3f51b5;
  --mdc-slider-inactive-track-color: #3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #3f51b5;
  --mat-slider-hover-state-layer-color: rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color: rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #ff4081;
  --mdc-slider-focus-handle-color: #ff4081;
  --mdc-slider-hover-handle-color: #ff4081;
  --mdc-slider-active-track-color: #ff4081;
  --mdc-slider-inactive-track-color: #ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff4081;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #ff4081;
  --mat-slider-hover-state-layer-color: rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 64, 129, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}
html {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
  --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #3f51b5;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #3f51b5;
  --mat-tab-header-active-ripple-color: #3f51b5;
  --mat-tab-header-inactive-ripple-color: #3f51b5;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #3f51b5;
  --mat-tab-header-active-hover-label-text-color: #3f51b5;
  --mat-tab-header-active-focus-indicator-color: #3f51b5;
  --mat-tab-header-active-hover-indicator-color: #3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ff4081;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ff4081;
  --mat-tab-header-active-ripple-color: #ff4081;
  --mat-tab-header-inactive-ripple-color: #ff4081;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff4081;
  --mat-tab-header-active-hover-label-text-color: #ff4081;
  --mat-tab-header-active-focus-indicator-color: #ff4081;
  --mat-tab-header-active-hover-indicator-color: #ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #3f51b5;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ff4081;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
  --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
}
html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}
html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3f51b5;
  --mat-text-button-state-layer-color: #3f51b5;
  --mat-text-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff4081;
  --mat-text-button-state-layer-color: #ff4081;
  --mat-text-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3f51b5;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff4081;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3f51b5;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff4081;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3f51b5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #3f51b5;
  --mat-outlined-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff4081;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ff4081;
  --mat-outlined-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
}
html {
  --mdc-icon-button-icon-size: 24px;
}
html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3f51b5;
  --mat-icon-button-state-layer-color: #3f51b5;
  --mat-icon-button-ripple-color: rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff4081;
  --mat-icon-button-state-layer-color: #ff4081;
  --mat-icon-button-ripple-color: rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #3f51b5;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #ff4081;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #3f51b5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #ff4081;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
}
html {
  --mdc-snackbar-container-shape: 4px;
}
html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #ff4081;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html {
  --mdc-circular-progress-active-indicator-color: #3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #3f51b5;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color: #ff4081;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}
html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
}
html {
  --mat-standard-button-toggle-height: 48px;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff4081;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: #757575;
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3f51b5;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff4081;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
}
.mat-sort-header-container {
  justify-content: space-between;
}
.mat-sort-header-container .mat-sort-header-arrow {
  opacity: 0.54 !important;
  transform: translateY(0px) !important;
}
.mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-stem {
  display: none;
}
.mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-indicator {
  opacity: 1;
  color: black;
  font-weight: bold;
}
.mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-indicator .mat-sort-header-pointer-left,
.mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-indicator .mat-sort-header-pointer-right,
.mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-indicator .mat-sort-header-pointer-middle {
  display: none;
}
.mat-sort-header-container .mat-sort-header-arrow::after {
  right: 0.5em;
  content: "\f107";
  color: #babfc7;
  font-family: "Font Awesome 5 Free";
  top: 0px;
  font-size: 12px;
  opacity: 1;
  position: absolute;
}
.mat-sort-header-container .mat-sort-header-arrow::before {
  right: 0.5em;
  content: "\f106";
  color: #babfc7;
  font-family: "Font Awesome 5 Free";
  top: -9px;
  font-size: 12px;
  opacity: 1;
  position: absolute;
}
[aria-sort=ascending] .mat-sort-header-arrow::before {
  color: #000;
}
[aria-sort=descending] .mat-sort-header-arrow::after {
  color: #000;
}
.upload-wrap,
.login-page .login-right,
.listing-day,
.doctor-action,
.doc-times,
.css-equal-content,
.css-equal-heights {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.css-equal-content {
  color: red;
  float: left;
}
.footer.footer-sec-fourteen .footer-bottom .payment-method li a,
.footer.footer-sec-fourteen .footer-middle .footer-mid-content .social-icons li a,
.faq-sec-fourteen .faq-card a span,
.our-blog-fourteen .owl-nav button,
.our-best-work-sec .slider-small-thumb .play-btn-small,
.our-best-work-sec .best-work-video .treatment-video a,
.owl-nav-button .nav-control button,
.nurse-profile .nurse-img .img-top-item,
.how-it-work-fourteen .work-flow-chart li .flow-chart-list .chart-count,
.how-it-work-fourteen .work-flow-chart li .flow-chart-list,
.banner-form-field form .input-block .icon-badge span,
.header.header-ten.header-fixed.home-care-header .header-nav .header-navbar-rht li.searchbar > a,
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a,
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle ul li span,
.about-us-section-fifteen.client-review-twelve .vertical-slider .slick-next,
.about-us-section-fifteen.client-review-twelve .vertical-slider .slick-prev,
.pricing-card-twelve .icon-price span,
.populr-choice-sec .popular-choice-slider .owl-nav button,
.booking-lab-test-sec .booking-lab-test-slider.owl-carousel .owl-nav button,
.how-it-work .work-box .work-icon,
.how-it-work .work-box,
.best-package-slider .best-package-card .features-list li span,
.best-package-slider .best-package-card .package-icon,
.feature-package-slider.owl-carousel .owl-nav button,
.lab-service-section .lab-service-features ul li span,
.medical-descriptions .description-item span,
.medical-emergency-booking .doctor-consulting-slider .owl-nav button,
.popular-test-section .test-slider-card .hexagon,
.popular-test-section .test-slider-card,
.time-slot li .timing,
.consultation-types a,
.coming-soon-info,
.widget-setcount .step-icon,
.widget-setcount .step-box,
.signup-arrow,
.why-choose-icon span,
.about-contact-icon span,
.pricing-icon span,
.plan-choose-info,
.footer.pharmacy-footer .mid-foot-two .social-icons li a,
.products-card .product-icon span,
.products-card .product-content .product-cart .cart-icon,
.products-card .product-card-img,
.seller-grid .seller-icon,
.deals-grid .deals-box,
.welcome-grid .welcome-info .welcome-icon,
.shopping-cart-list .nav,
.log-register,
.top-header-right .nav,
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-content-two,
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-sixteen-img .facts-content-sixteen .facts-content-one,
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-sixteen-img,
.facts-section-sixteen .facts-section-all .facts-content-all ul li,
.item.item-fifteen .doctor-profile-widget .doc-pro-img .doctor-amount .fav-icon,
.doc-content-fift .rate-fifteen ul li,
.doc-content-fift .rate-fifteen ul,
.doc-content-fift .rate-fifteen .rate-four,
.Patients-section-fifteen .service-patient-inflict .clients-fifteen-span,
.Patients-section-fifteen .service-patient-inflict .service-patient-inflictimg,
.banner-section-fifteen .banner-content-fifteen .aboutus-companyimg a .playicon span,
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content,
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-body .service-icon,
.section-header-thirteen,
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen ul li .choose-us-content-thirteen .chooseus-contents,
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content p i,
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content,
.testi-img .testi-icon,
.faq-wrap ul li a span,
.count-box .count-icon,
.center-img .center-service span,
.main-wrapper.home-ten .specialities-section-one .specialities-block .specialities-img .hexogen,
.main-wrapper.home-ten .banner-section .beat-wrap span,
.book-section .book-best-doctors .book-header .img-overlay,
.browse-section .brower-box > div .brower-img,
.clinic-specialities .special-box:hover .special-body,
.doctor-category .pop-box .body-section,
.doctor-category .pop-box .top-section i,
.doctor-category .pop-box .top-section,
.clinics-section .clinics-card .clinics-info .clinic-img,
.doctor-widget-one .clinic-booking .btn-primary-light,
.view-icons a,
.voice-call-avatar,
.toggle-password-sub,
.pass-group .toggle-password,
.login-content-info .account-content .social-login-btn .btn,
.increment-decrement .input-groups input[type=button],
.profile-pic-upload .cam-col,
.step-list ul li a,
.signature,
.btn.btn-danger.trash,
.time-slot.time-slot-blk li .timing,
.visits span.visit-rsn:before,
.hours-info .btn.btn-danger.trash,
.blogs-section .blog-wrapper .wrap-content .date-cart,
.serv-wrap span,
.partners-slider li a,
.work-info .work-icon span,
.specialities-section-one .specialities-img span,
.specialities-section-one .specialities-item,
.profile-widget .fav-btn,
.section-specialities .specialities-slider .speicality-item .speicality-img span,
.footer.footer-one.footer-sixteen .footer-bottom .copyright .copyright-menu ul li a,
.footer.footer-thirteen .social-icon ul li a,
.footer-contacts .footer-wrap .footer-icon,
.footer.footer-three.footer-ten .footer-contact-info .footer-address span,
.footer-one .social-icon ul li a,
.footer-three .social-icon ul li a,
.footer-one .footer-top .footer-widget .footer-contact-info .footer-address p,
.header.header-fourteen .header-nav .main-menu-wrapper .main-nav > li.searchbar-fourteen a,
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.searchbar-fourteen,
.header.header-ten .main-menu-wrapper .main-nav .register-btn,
.header.header-ten .main-menu-wrapper .main-nav li .btn.log-btn,
.header.header-ten .main-menu-wrapper .main-nav li .btn.reg-btn,
.header-one .header-navbar-rht li .btn.log-btn,
.header-one .header-navbar-rht li .btn.reg-btn,
.header-one .main-menu-wrapper .main-nav .register-btn,
.header-one .main-menu-wrapper .main-nav li .btn.log-btn,
.header-one .main-menu-wrapper .main-nav li .btn.reg-btn,
.header.custom .header-navbar-rht.right-menu .header-contact-img i,
.header .header-nav,
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone,
.brower-box a,
.clinic-slider .profile-widget .brower-box .arrow,
.browse-slider .profile-widget .brower-box .arrow,
.book-slider .profile-widget .brower-box .arrow,
.clinic-slider .profile-widget .brower-box a,
.browse-slider .profile-widget .brower-box a,
.book-slider .profile-widget .brower-box a,
.slick-dots .slick-dots li,
.dot-slider .slick-dots li,
.align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.form-group-flex,
.otp-info,
.otp-box .forms-block,
.signup-option-btns .signup-btn-info,
.booking-list,
.categorie-card,
.doc-content-fift .fift-bottom-content,
.doc-content-fift .rate-fifteen,
.services-section-fifteen .doctor-profile-widget-fifteen .doc-content-bottom .doc-content-split,
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content .our-doctor-content-inner,
.store-item .store-content .price-tag,
.testi-users,
.doctor-filter-inner,
.booking-doctor-details,
.faq-patients-count,
.doc-pro-info,
.footer.footer-three.footer-ten .footer-bottom .copyright,
.footer-three .footer-bottom .copyright .footer-language,
.header.header-ten .header-nav,
.header-one .header-nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.banner-form-field > span,
.banner-sec-fourteen .watch-video a span,
.banner-sec-fourteen .banner-sec-img .banner-cal-icon .calender-border,
.banner-sec-fourteen .banner-sec-img .banner-cal-icon,
.swiper-content-card .cost-pay h5,
.view-all-lab span,
.terms-btn .btn,
.otp-sec p,
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next,
.trusted-info .trusted-btn .btn,
.seller-card .seller-content .btn,
.categorie-card .categorie-btn .btn,
.log-register span,
.home-dentist .slide-nav button.owl-next,
.home-dentist .slide-nav button.owl-prev,
.clients-section-fourteen .feedback-slider-fourteen .owl-nav .owl-prev,
.clients-section-fourteen .feedback-slider-fourteen .owl-nav .owl-next,
.special-item .special-icon a,
.nav-center .owl-nav button.owl-next,
.nav-center .owl-nav button.owl-prev,
.main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-button:after,
.doctor-profile-widget.doc-grid .favourite-btn .favourite-icon,
.doctor-widget-one .favourite-btn .favourite-icon,
.doctor-filter-sort .nav li a,
.faq-info .accordion-button:after,
.doc-pro-location .doc-badge,
.reviews-ratings span,
.slide-nav-1 button.owl-next,
.slide-nav-1 button.owl-prev,
.slide-nav-2 button.owl-next,
.slide-nav-2 button.owl-prev {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.footer.footer-sec-fourteen .footer-bottom .payment-method,
.footer.footer-sec-fourteen .footer-mid-two .footer-links-middle ul li,
.faq-sec-fourteen .faq-card a,
.our-best-work-sec .best-work-video .treatment-video a,
.widget-setcount ul,
.onboarding-content .increment-decrement .input-groups input[type=button],
.relative-form,
.option-set,
.select-gender-option,
.onboarding-contents,
.opt-resend,
.set-path,
.prefer-box,
.call-lable.verify-lable.verify-options,
.call-lable.verify-lable.verify-lable,
.call-lable,
.consult-option,
.save-detail,
.upload-pic.patient-photo-upload,
.upload-pic,
.onboarding-content-box.content-wrap,
.onboarding-progress,
.on-board-wizard ul li a,
#onboard-slider .owl-dots,
.right-panel,
.left-panel,
.onboard-wrapper,
.review-grid,
.cart-search form,
.contact-section-fourteen .contact-schedule-main .scheduling-left-main ul,
.banner-wrapper .search-box-3 form,
.map-listing .profile-widget,
.doctor-widget-one .doc-info-left,
.doctor-widget-one,
.clinic-services,
.doc-info-left,
.doctor-widget,
.call-timing,
.call-details,
.password-strength,
.increment-decrement .input-groups,
.login-bottom-copyright,
.custom-increment .input-group1,
.patient-graph-col .graph-box .graph-status-result,
.patient-graph-col .graph-box,
.patient-graph-box,
.patient-dashboard-top,
.change-avatar,
.profile-info-widget,
.dash-card .dash-widget,
.upload-wrap,
.review-listing > ul li .comment .comment-body .meta-data .review-count,
.review-listing > ul li .comment,
.appointments .appointment-list,
.appointment-list .profile-info-widget,
.booking-device,
.success-page-cont,
.booking-doc-info,
.work-info,
.section-search .banner-wrapper .search-box form,
.footer-two .footer-top .footer-widget .footer-contact-info .footer-address,
.footer-one .footer-top .footer-widget .footer-contact-info .footer-address,
.footer .footer-top .footer-widget .footer-contact-info .footer-address,
.header.header-ten .main-menu-wrapper .main-nav,
.header-one .main-menu-wrapper .main-nav,
.header .header-nav .header-navbar-rht .has-arrow .user-header,
.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item,
.header .header-nav .main-nav,
.header .header-nav,
.avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.success-btn .btn,
.terms-section .terms-content .terms-text.terms-list p,
.error-content .btn,
.way-inner-header .btn,
.breadcrumb-bar-two .page-breadcrumb ol,
.booking-btn .btn,
.shop-card .shop-content .btn,
.welcome-grid .welcome-btn .btn,
.pharmacy-btn .btn,
.doctor-search-section.doctor-search-eleven .banner-header .btn,
.breadcrumb-bar-one .page-breadcrumb ol,
.specialities-section-one .specialities-btn .btn,
.footer-one .social-icon ul,
.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul li a,
.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer.footer-sec-fourteen .footer-bottom .footer-select-drops,
.footer.footer-sec-fourteen .footer-bottom,
.footer.footer-sec-fourteen .footer-middle .footer-mid-content .social-icons,
.footer.footer-sec-fourteen .footer-middle .footer-mid-content,
.price-plane-card .plane-includes ul li,
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer a,
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer span,
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer,
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-head,
.our-best-work-sec .best-work-video .slider-thumbnails-img .slick-track,
.owl-nav-button .nav-control,
.owl-nav-button,
.nurse-profile .nurse-pofile-info .nurse-book .nurse-fees h5,
.nurse-profile .nurse-pofile-info .nurse-book,
.nurse-profile .nurse-pofile-info .nurse-details,
.service-sec-fourteen .service-types .service-content .explore-link,
.service-sec-fourteen .service-types,
.how-it-work-fourteen .work-flow-chart,
.banner-form-field form .input-block,
.banner-sec-fourteen .watch-video a,
.banner-sec-fourteen .banner-btns,
.footer-twelve .fooeter-bottom .privacy-policy,
.footer-twelve .fooeter-bottom .copy-right-footer,
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons,
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle ul li,
.footer-twelve .footer-top-sec .footer-top .footer-buy-btn,
.footer-twelve .footer-top-sec .footer-top,
.pricing-sec-twelve .section-head-twelve,
.best-package-slider .best-package-card .features-list li,
.lab-service-section .lab-service-features ul li,
.medical-descriptions .description-item,
.swiper-content-card .cost-pay,
.banner-sec-twelve .input-box-twelve,
.booking-date,
.consultation-types,
.contact-card .card-body,
.signup-info,
.testimonial-info,
.about-contact,
.pricing-header-info,
.booking-doctor-right p,
.booking-doctor-left,
.footer.pharmacy-footer .mid-footer .footer-links .app-store-links,
.footer.pharmacy-footer .top-footer,
.coupon-card,
.products-card .product-content .product-cart,
.trusted-info .trusted-text h6,
.seller-grid,
.welcome-grid .welcome-info,
.browse-categorie .categorie-dropdown .dropdown-menu .dropdown-item,
.browse-categorie .categorie-dropdown .dropdown-toggle,
.shopping-cart-amount,
.lang-dropdown .dropdown-menu .dropdown-item,
.lang-dropdown .dropdown-toggle,
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list li,
.faq-wrap ul li a,
.our-blog-section.eye-blog .our-blogs .blogs-img .blogs-overlay .blog-name,
.count-box,
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve,
.doctor-search-section .doctor-search .input-box-twelve,
.doctor-widget-one .clini-infos ul li,
.doctor-widget-one .doc-location,
.doctor-filter-sort,
.doctor-filter-option,
.doctor-filter-availability,
.filter-grid h4 a,
.booking-range .btn,
.booking-date.choose-date-book,
.articles-info,
.doc-pro-location p,
.footer-contacts .footer-wrap,
.footer-one .footer-top .footer-widget.footer-menu ul li a,
.flag-dropdown .dropdown-menu .dropdown-item,
.flag-dropdown .dropdown-toggle {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.populr-choice-sec .popular-choice-slider .popular-choice-card .choice-head h6,
.view-all-lab,
.success-dashboard-link a,
.custom_radio,
.booking-date-list ul li span,
.news-grid .news-content .nav li p,
.center-img .center-service,
.doctor-widget-one .doc-name,
.login-content-info .account-content .login-back a,
.back-link a,
.articles-content .articles-list li,
.reviews-ratings p {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.widget-setcount ul,
.booking-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.specialities-section-one .specialities-item {
  flex-direction: column;
}
.seller-card .seller-time .nav {
  justify-content: center;
  -webkit-justify-content: center;
}
.how-it-work-fourteen .work-flow-chart,
.browse-categorie .categorie-dropdown .dropdown-toggle,
.lang-dropdown .dropdown-toggle,
.flag-dropdown .dropdown-toggle {
  justify-content: start;
  -webkit-justify-content: start;
}
.our-best-work-sec .best-work-video .slider-thumbnails-img .slick-track,
.shopping-cart-list .nav,
.top-header-right .nav {
  justify-content: end;
  -webkit-justify-content: end;
}
.footer.footer-sec-fourteen .footer-bottom,
.footer.footer-sec-fourteen .footer-middle .footer-mid-content,
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer,
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-head,
.owl-nav-button,
.nurse-profile .nurse-pofile-info .nurse-book,
.nurse-profile .nurse-pofile-info .nurse-details,
.footer-twelve .fooeter-bottom .copy-right-footer,
.footer-twelve .footer-top-sec .footer-top,
.pricing-sec-twelve .section-head-twelve,
.best-package-slider .best-package-card .package-card-differ,
.widget-setcount ul,
.relative-form,
.prefer-box,
.onboarding-content-box.content-wrap,
.left-panel,
.coupon-card,
.products-card .product-content .product-cart {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.terms-section .terms-content .terms-text.terms-list p,
.contact-section-fourteen .contact-schedule-main .scheduling-left-main ul {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.cart-search form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-sec-fourteen .service-types.service-type-right,
.swiper-content-card .cost-pay,
.listing-day,
.header.header-ten .menu-header,
.header-one .menu-header,
.header .header-nav .menu-header,
.header .header-nav {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.store-tab,
.doctor-divison .pat-background,
.doctor-divison .doc-background,
.login-bottom-copyright,
.custom-increment.cart .input-group1,
.success-cont i,
.hours-info .btn.btn-danger.trash,
.profile-widget .fav-btn,
.section-specialities .specialities-slider .speicality-item .speicality-img span,
.header .header-nav .header-navbar-rht li,
.avatar .avatar-title,
.btn-icon {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.trusted-section .owl-carousel.partners-slider.owl-loaded,
.increment-decrement .input-groups,
.login-page .login-right,
.signature,
.change-avatar,
.dash-card .dash-widget,
.btn.btn-danger.trash,
.appointments .appointment-action,
.success-cont i,
.success-page-cont,
.header.header-ten .menu-header,
.header-one .menu-header,
.header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link,
.header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link,
.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item,
.header .header-nav .header-navbar-rht li,
.header .header-nav .menu-header,
table.table td h2.table-avatar,
table.table td h2 .table-avatar,
.avatar .avatar-title,
.btn-icon {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.review-grid,
.listing-day {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.doctor-divison .pat-background,
.doctor-divison .doc-background,
.appointments .appointment-action,
.success-cont i,
.profile-widget .fav-btn,
.section-specialities .specialities-slider .speicality-item .speicality-img span,
.footer .footer-top .footer-widget .footer-about-content .social-icon ul li a,
.footer .footer-top .footer-widget .footer-about-content .social-icon ul,
.header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link,
.header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link,
.header .header-nav .header-navbar-rht li,
table.table td h2.table-avatar,
table.table td h2 .table-avatar,
.avatar-group,
.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer.footer-sec-fourteen .footer-bottom .payment-method,
.footer.footer-sec-fourteen .footer-mid-two .footer-links-middle ul li,
.faq-sec-fourteen .faq-card a,
.our-best-work-sec .best-work-video .treatment-video a,
.widget-setcount ul,
.onboarding-content .increment-decrement .input-groups input[type=button],
.relative-form,
.option-set,
.select-gender-option,
.onboarding-contents,
.opt-resend,
.set-path,
.prefer-box,
.call-lable.verify-lable.verify-options,
.call-lable.verify-lable.verify-lable,
.call-lable,
.consult-option,
.save-detail,
.upload-pic.patient-photo-upload,
.upload-pic,
.onboarding-content-box.content-wrap,
.onboarding-progress,
.on-board-wizard ul li a,
#onboard-slider .owl-dots,
.right-panel,
.left-panel,
.onboard-wrapper,
.review-grid,
.cart-search form,
.contact-section-fourteen .contact-schedule-main .scheduling-left-main ul,
.banner-wrapper .search-box-3 form,
.map-listing .profile-widget,
.doctor-widget-one .doc-info-left,
.doctor-widget-one,
.clinic-services,
.doc-info-left,
.doctor-widget,
.call-timing,
.call-details,
.password-strength,
.increment-decrement .input-groups,
.login-bottom-copyright,
.custom-increment .input-group1,
.patient-graph-col .graph-box .graph-status-result,
.patient-graph-col .graph-box,
.patient-graph-box,
.patient-dashboard-top,
.change-avatar,
.profile-info-widget,
.dash-card .dash-widget,
.upload-wrap,
.review-listing > ul li .comment .comment-body .meta-data .review-count,
.review-listing > ul li .comment,
.appointments .appointment-list,
.appointment-list .profile-info-widget,
.booking-device,
.success-page-cont,
.booking-doc-info,
.work-info,
.section-search .banner-wrapper .search-box form,
.footer-two .footer-top .footer-widget .footer-contact-info .footer-address,
.footer-one .footer-top .footer-widget .footer-contact-info .footer-address,
.footer .footer-top .footer-widget .footer-contact-info .footer-address,
.header.header-ten .main-menu-wrapper .main-nav,
.header-one .main-menu-wrapper .main-nav,
.header .header-nav .header-navbar-rht .has-arrow .user-header,
.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item,
.header .header-nav .main-nav,
.header .header-nav,
.avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.payment-radio,
.custom_radio,
.custom_check,
.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.right-panel,
.clinic-services,
.patient-graph-col .graph-box .graph-status-result,
.patient-graph-col .graph-box,
.appointments .appointment-list,
.schedule-nav .nav-tabs,
.post-left ul,
.header.header-ten .header-nav,
.header-one .header-nav,
.header .header-nav,
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.specialities-section-one .specialities-item {
  -ms-flex-direction: column;
  flex-direction: column;
}
.patient-graph-col .graph-box .graph-status-result {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.patient-graph-col .graph-box .graph-status-result {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.upload-wrap,
.day-week-month-col ul,
.payment-menthods ul,
.step-list ul,
.header-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
}
* {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  height: 100%;
  overflow-x: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("./media/MaterialIcons-Regular-DZIPLQX7.eot");
  src:
    local("Material Icons"),
    local("MaterialIcons-Regular"),
    url("./media/MaterialIcons-Regular-P2RAEPXM.woff2") format("woff2"),
    url("./media/MaterialIcons-Regular-3OCSKOJA.woff") format("woff"),
    url("./media/MaterialIcons-Regular-DFX2JKJN.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
h1 {
  font-weight: normal;
  font-size: 40px;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 27px;
  }
}
h2 {
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 23px;
  }
}
h3 {
  font-weight: normal;
  font-size: 24px;
}
@media (max-width: 1023.98px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 16px;
  }
}
h4 {
  font-weight: normal;
  font-size: 18px;
}
@media (max-width: 1023.98px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-weight: normal;
  font-size: 19px;
}
@media (max-width: 1023.98px) {
  h5 {
    font-size: 18px;
  }
}
h6 {
  font-weight: normal;
  font-size: 18px;
}
@media (max-width: 1023.98px) {
  h6 {
    font-size: 16px;
  }
}
.primary {
  background-color: #09e5ab;
}
html {
  height: 100%;
}
body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  font-size: 0.9375rem;
  color: #6B7280;
  line-height: 1.5;
  height: 100%;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 13px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #2E3842;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
a:hover {
  color: #09e5ab;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
.green .intro_text a:hover {
  color: #09e5ab;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272b41;
  font-weight: 500;
}
.h1,
h1 {
  font-size: 2.25rem;
}
@media (max-width: 767.98px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .h1,
  h1 {
    font-size: 28px;
  }
}
.h2,
h2 {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .h2,
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .h2,
  h2 {
    font-size: 24px;
  }
}
.h3,
h3 {
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .h3,
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .h3,
  h3 {
    font-size: 20px;
  }
}
.h4,
h4 {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .h4,
  h4 {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .h4,
  h4 {
    font-size: 16px;
  }
}
.h5,
h5 {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .h5,
  h5 {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .h5,
  h5 {
    font-size: 14px;
  }
}
.h6,
h6 {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .h6,
  h6 {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .h6,
  h6 {
    font-size: 12px;
  }
}
.btn-primary {
  background-color: #09e5ab;
  border: 1px solid #09e5ab;
}
.btn-primary:hover {
  background-color: #09dca4;
  border: 1px solid #09dca4;
}
.container-fluid {
  padding: 0 30px;
}
@media (max-width: 1199.98px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .container-fluid {
    padding: 0 15px;
  }
}
.form-group {
  margin-bottom: 20px;
}
.text-muted {
  color: #757575 !important;
}
.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  border-radius: 3px;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
  transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
}
@media (max-width: 1399.98px) {
  .row.row-grid {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 1399.98px) {
  .row.row-grid > div {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 1199.98px) {
  .row.row-grid > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 849.98px) {
  .row.row-grid > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .row.row-grid > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .row.row-grid > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.text-sm {
  font-size: 14px !important;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
a {
  color: #2E3842;
}
a:hover {
  color: #26948e;
}
a:hover,
a:focus,
a.active {
  outline: none;
  text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input,
button,
a {
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
button:focus {
  outline: 0;
}
.btn:focus,
.btn.focus {
  box-shadow: inherit;
}
.form-control {
  border-color: #E2E8F0;
  color: #333333;
  font-size: 15px;
  min-height: 46px;
  padding: 11px 15px;
}
.form-control:focus {
  border-color: #bbb;
  box-shadow: none;
  outline: 0 none;
}
.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder {
  color: #858585;
  font-size: 14px;
}
.form-control::placeholder {
  color: #858585;
  font-size: 14px;
}
.table .form-control {
  font-size: 14px;
  min-height: 38px;
}
.list-group-item {
  border: 1px solid #f0f0f0;
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}
.form-custom {
  position: relative;
}
.form-custom i {
  color: #DD2D4E;
  position: absolute;
  top: 35%;
  right: 15px;
}
p:last-child\a0  {
  margin-bottom: 0;
}
.upload-wrap,
.login-page .login-right,
.listing-day,
.doctor-action,
.doc-times,
.css-equal-heights,
.css-equal-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.css-equal-content {
  color: red;
  float: left;
}
.footer.footer-sec-fourteen .footer-bottom .payment-method li a,
.footer.footer-sec-fourteen .footer-middle .footer-mid-content .social-icons li a,
.faq-sec-fourteen .faq-card a span,
.our-blog-fourteen .owl-nav button,
.our-best-work-sec .slider-small-thumb .play-btn-small,
.our-best-work-sec .best-work-video .treatment-video a,
.owl-nav-button .nav-control button,
.nurse-profile .nurse-img .img-top-item,
.how-it-work-fourteen .work-flow-chart li .flow-chart-list .chart-count,
.how-it-work-fourteen .work-flow-chart li .flow-chart-list,
.banner-form-field form .input-block .icon-badge span,
.header.header-ten.header-fixed.home-care-header .header-nav .header-navbar-rht li.searchbar > a,
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a,
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle ul li span,
.about-us-section-fifteen.client-review-twelve .vertical-slider .slick-next,
.about-us-section-fifteen.client-review-twelve .vertical-slider .slick-prev,
.pricing-card-twelve .icon-price span,
.populr-choice-sec .popular-choice-slider .owl-nav button,
.booking-lab-test-sec .booking-lab-test-slider.owl-carousel .owl-nav button,
.how-it-work .work-box .work-icon,
.how-it-work .work-box,
.best-package-slider .best-package-card .features-list li span,
.best-package-slider .best-package-card .package-icon,
.feature-package-slider.owl-carousel .owl-nav button,
.lab-service-section .lab-service-features ul li span,
.medical-descriptions .description-item span,
.medical-emergency-booking .doctor-consulting-slider .owl-nav button,
.popular-test-section .test-slider-card .hexagon,
.popular-test-section .test-slider-card,
.time-slot li .timing,
.consultation-types a,
.coming-soon-info,
.widget-setcount .step-icon,
.widget-setcount .step-box,
.signup-arrow,
.why-choose-icon span,
.about-contact-icon span,
.pricing-icon span,
.plan-choose-info,
.footer.pharmacy-footer .mid-foot-two .social-icons li a,
.products-card .product-icon span,
.products-card .product-content .product-cart .cart-icon,
.products-card .product-card-img,
.seller-grid .seller-icon,
.deals-grid .deals-box,
.welcome-grid .welcome-info .welcome-icon,
.shopping-cart-list .nav,
.log-register,
.top-header-right .nav,
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-content-two,
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-sixteen-img .facts-content-sixteen .facts-content-one,
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-sixteen-img,
.facts-section-sixteen .facts-section-all .facts-content-all ul li,
.item.item-fifteen .doctor-profile-widget .doc-pro-img .doctor-amount .fav-icon,
.doc-content-fift .rate-fifteen ul li,
.doc-content-fift .rate-fifteen ul,
.doc-content-fift .rate-fifteen .rate-four,
.Patients-section-fifteen .service-patient-inflict .clients-fifteen-span,
.Patients-section-fifteen .service-patient-inflict .service-patient-inflictimg,
.banner-section-fifteen .banner-content-fifteen .aboutus-companyimg a .playicon span,
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content,
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-body .service-icon,
.section-header-thirteen,
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen ul li .choose-us-content-thirteen .chooseus-contents,
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content p i,
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content,
.testi-img .testi-icon,
.faq-wrap ul li a span,
.count-box .count-icon,
.center-img .center-service span,
.main-wrapper.home-ten .specialities-section-one .specialities-block .specialities-img .hexogen,
.main-wrapper.home-ten .banner-section .beat-wrap span,
.book-section .book-best-doctors .book-header .img-overlay,
.browse-section .brower-box > div .brower-img,
.clinic-specialities .special-box:hover .special-body,
.doctor-category .pop-box .body-section,
.doctor-category .pop-box .top-section i,
.doctor-category .pop-box .top-section,
.clinics-section .clinics-card .clinics-info .clinic-img,
.doctor-widget-one .clinic-booking .btn-primary-light,
.view-icons a,
.voice-call-avatar,
.toggle-password-sub,
.pass-group .toggle-password,
.login-content-info .account-content .social-login-btn .btn,
.increment-decrement .input-groups input[type=button],
.profile-pic-upload .cam-col,
.step-list ul li a,
.signature,
.btn.btn-danger.trash,
.time-slot.time-slot-blk li .timing,
.visits span.visit-rsn:before,
.hours-info .btn.btn-danger.trash,
.blogs-section .blog-wrapper .wrap-content .date-cart,
.serv-wrap span,
.partners-slider li a,
.work-info .work-icon span,
.specialities-section-one .specialities-img span,
.specialities-section-one .specialities-item,
.profile-widget .fav-btn,
.section-specialities .specialities-slider .speicality-item .speicality-img span,
.footer.footer-one.footer-sixteen .footer-bottom .copyright .copyright-menu ul li a,
.footer.footer-thirteen .social-icon ul li a,
.footer-contacts .footer-wrap .footer-icon,
.footer.footer-three.footer-ten .footer-contact-info .footer-address span,
.footer-one .social-icon ul li a,
.footer-three .social-icon ul li a,
.footer-one .footer-top .footer-widget .footer-contact-info .footer-address p,
.header.header-fourteen .header-nav .main-menu-wrapper .main-nav > li.searchbar-fourteen a,
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.searchbar-fourteen,
.header.header-ten .main-menu-wrapper .main-nav .register-btn,
.header.header-ten .main-menu-wrapper .main-nav li .btn.log-btn,
.header.header-ten .main-menu-wrapper .main-nav li .btn.reg-btn,
.header-one .header-navbar-rht li .btn.log-btn,
.header-one .header-navbar-rht li .btn.reg-btn,
.header-one .main-menu-wrapper .main-nav .register-btn,
.header-one .main-menu-wrapper .main-nav li .btn.log-btn,
.header-one .main-menu-wrapper .main-nav li .btn.reg-btn,
.header.custom .header-navbar-rht.right-menu .header-contact-img i,
.header .header-nav,
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone,
.brower-box a,
.clinic-slider .profile-widget .brower-box .arrow,
.browse-slider .profile-widget .brower-box .arrow,
.book-slider .profile-widget .brower-box .arrow,
.clinic-slider .profile-widget .brower-box a,
.browse-slider .profile-widget .brower-box a,
.book-slider .profile-widget .brower-box a,
.slick-dots .slick-dots li,
.dot-slider .slick-dots li,
.align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.form-group-flex,
.otp-info,
.otp-box .forms-block,
.signup-option-btns .signup-btn-info,
.booking-list,
.categorie-card,
.doc-content-fift .fift-bottom-content,
.doc-content-fift .rate-fifteen,
.services-section-fifteen .doctor-profile-widget-fifteen .doc-content-bottom .doc-content-split,
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content .our-doctor-content-inner,
.store-item .store-content .price-tag,
.testi-users,
.doctor-filter-inner,
.booking-doctor-details,
.faq-patients-count,
.doc-pro-info,
.footer.footer-three.footer-ten .footer-bottom .copyright,
.footer-three .footer-bottom .copyright .footer-language,
.header.header-ten .header-nav,
.header-one .header-nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.banner-form-field > span,
.banner-sec-fourteen .watch-video a span,
.banner-sec-fourteen .banner-sec-img .banner-cal-icon .calender-border,
.banner-sec-fourteen .banner-sec-img .banner-cal-icon,
.swiper-content-card .cost-pay h5,
.view-all-lab span,
.terms-btn .btn,
.otp-sec p,
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next,
.trusted-info .trusted-btn .btn,
.seller-card .seller-content .btn,
.categorie-card .categorie-btn .btn,
.log-register span,
.home-dentist .slide-nav button.owl-next,
.home-dentist .slide-nav button.owl-prev,
.clients-section-fourteen .feedback-slider-fourteen .owl-nav .owl-prev,
.clients-section-fourteen .feedback-slider-fourteen .owl-nav .owl-next,
.special-item .special-icon a,
.nav-center .owl-nav button.owl-next,
.nav-center .owl-nav button.owl-prev,
.main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-button:after,
.doctor-profile-widget.doc-grid .favourite-btn .favourite-icon,
.doctor-widget-one .favourite-btn .favourite-icon,
.doctor-filter-sort .nav li a,
.faq-info .accordion-button:after,
.doc-pro-location .doc-badge,
.reviews-ratings span,
.slide-nav-1 button.owl-next,
.slide-nav-1 button.owl-prev,
.slide-nav-2 button.owl-next,
.slide-nav-2 button.owl-prev {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.footer.footer-sec-fourteen .footer-bottom .payment-method,
.footer.footer-sec-fourteen .footer-mid-two .footer-links-middle ul li,
.faq-sec-fourteen .faq-card a,
.our-best-work-sec .best-work-video .treatment-video a,
.widget-setcount ul,
.onboarding-content .increment-decrement .input-groups input[type=button],
.relative-form,
.option-set,
.select-gender-option,
.onboarding-contents,
.opt-resend,
.set-path,
.prefer-box,
.call-lable.verify-lable.verify-options,
.call-lable.verify-lable.verify-lable,
.call-lable,
.consult-option,
.save-detail,
.upload-pic.patient-photo-upload,
.upload-pic,
.onboarding-content-box.content-wrap,
.onboarding-progress,
.on-board-wizard ul li a,
#onboard-slider .owl-dots,
.right-panel,
.left-panel,
.onboard-wrapper,
.review-grid,
.cart-search form,
.contact-section-fourteen .contact-schedule-main .scheduling-left-main ul,
.banner-wrapper .search-box-3 form,
.map-listing .profile-widget,
.doctor-widget-one .doc-info-left,
.doctor-widget-one,
.clinic-services,
.doc-info-left,
.doctor-widget,
.call-timing,
.call-details,
.password-strength,
.increment-decrement .input-groups,
.login-bottom-copyright,
.custom-increment .input-group1,
.patient-graph-col .graph-box .graph-status-result,
.patient-graph-col .graph-box,
.patient-graph-box,
.patient-dashboard-top,
.change-avatar,
.profile-info-widget,
.dash-card .dash-widget,
.upload-wrap,
.review-listing > ul li .comment .comment-body .meta-data .review-count,
.review-listing > ul li .comment,
.appointments .appointment-list,
.appointment-list .profile-info-widget,
.booking-device,
.success-page-cont,
.booking-doc-info,
.work-info,
.section-search .banner-wrapper .search-box form,
.footer-two .footer-top .footer-widget .footer-contact-info .footer-address,
.footer-one .footer-top .footer-widget .footer-contact-info .footer-address,
.footer .footer-top .footer-widget .footer-contact-info .footer-address,
.header.header-ten .main-menu-wrapper .main-nav,
.header-one .main-menu-wrapper .main-nav,
.header .header-nav .header-navbar-rht .has-arrow .user-header,
.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item,
.header .header-nav .main-nav,
.header .header-nav,
.avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.success-btn .btn,
.terms-section .terms-content .terms-text.terms-list p,
.error-content .btn,
.way-inner-header .btn,
.breadcrumb-bar-two .page-breadcrumb ol,
.booking-btn .btn,
.shop-card .shop-content .btn,
.welcome-grid .welcome-btn .btn,
.pharmacy-btn .btn,
.doctor-search-section.doctor-search-eleven .banner-header .btn,
.breadcrumb-bar-one .page-breadcrumb ol,
.specialities-section-one .specialities-btn .btn,
.footer-one .social-icon ul,
.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul li a,
.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer.footer-sec-fourteen .footer-bottom .footer-select-drops,
.footer.footer-sec-fourteen .footer-bottom,
.footer.footer-sec-fourteen .footer-middle .footer-mid-content .social-icons,
.footer.footer-sec-fourteen .footer-middle .footer-mid-content,
.price-plane-card .plane-includes ul li,
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer a,
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer span,
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer,
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-head,
.our-best-work-sec .best-work-video .slider-thumbnails-img .slick-track,
.owl-nav-button .nav-control,
.owl-nav-button,
.nurse-profile .nurse-pofile-info .nurse-book .nurse-fees h5,
.nurse-profile .nurse-pofile-info .nurse-book,
.nurse-profile .nurse-pofile-info .nurse-details,
.service-sec-fourteen .service-types .service-content .explore-link,
.service-sec-fourteen .service-types,
.how-it-work-fourteen .work-flow-chart,
.banner-form-field form .input-block,
.banner-sec-fourteen .watch-video a,
.banner-sec-fourteen .banner-btns,
.footer-twelve .fooeter-bottom .privacy-policy,
.footer-twelve .fooeter-bottom .copy-right-footer,
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons,
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle ul li,
.footer-twelve .footer-top-sec .footer-top .footer-buy-btn,
.footer-twelve .footer-top-sec .footer-top,
.pricing-sec-twelve .section-head-twelve,
.best-package-slider .best-package-card .features-list li,
.lab-service-section .lab-service-features ul li,
.medical-descriptions .description-item,
.swiper-content-card .cost-pay,
.banner-sec-twelve .input-box-twelve,
.booking-date,
.consultation-types,
.contact-card .card-body,
.signup-info,
.testimonial-info,
.about-contact,
.pricing-header-info,
.booking-doctor-right p,
.booking-doctor-left,
.footer.pharmacy-footer .mid-footer .footer-links .app-store-links,
.footer.pharmacy-footer .top-footer,
.coupon-card,
.products-card .product-content .product-cart,
.trusted-info .trusted-text h6,
.seller-grid,
.welcome-grid .welcome-info,
.browse-categorie .categorie-dropdown .dropdown-menu .dropdown-item,
.browse-categorie .categorie-dropdown .dropdown-toggle,
.shopping-cart-amount,
.lang-dropdown .dropdown-menu .dropdown-item,
.lang-dropdown .dropdown-toggle,
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list li,
.faq-wrap ul li a,
.our-blog-section.eye-blog .our-blogs .blogs-img .blogs-overlay .blog-name,
.count-box,
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve,
.doctor-search-section .doctor-search .input-box-twelve,
.doctor-widget-one .clini-infos ul li,
.doctor-widget-one .doc-location,
.doctor-filter-sort,
.doctor-filter-option,
.doctor-filter-availability,
.filter-grid h4 a,
.booking-range .btn,
.booking-date.choose-date-book,
.articles-info,
.doc-pro-location p,
.footer-contacts .footer-wrap,
.footer-one .footer-top .footer-widget.footer-menu ul li a,
.flag-dropdown .dropdown-menu .dropdown-item,
.flag-dropdown .dropdown-toggle {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.populr-choice-sec .popular-choice-slider .popular-choice-card .choice-head h6,
.view-all-lab,
.success-dashboard-link a,
.custom_radio,
.booking-date-list ul li span,
.news-grid .news-content .nav li p,
.center-img .center-service,
.doctor-widget-one .doc-name,
.login-content-info .account-content .login-back a,
.back-link a,
.articles-content .articles-list li,
.reviews-ratings p {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.widget-setcount ul,
.booking-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.specialities-section-one .specialities-item {
  flex-direction: column;
}
.seller-card .seller-time .nav {
  justify-content: center;
  -webkit-justify-content: center;
}
.how-it-work-fourteen .work-flow-chart,
.browse-categorie .categorie-dropdown .dropdown-toggle,
.lang-dropdown .dropdown-toggle,
.flag-dropdown .dropdown-toggle {
  justify-content: start;
  -webkit-justify-content: start;
}
.our-best-work-sec .best-work-video .slider-thumbnails-img .slick-track,
.shopping-cart-list .nav,
.top-header-right .nav {
  justify-content: end;
  -webkit-justify-content: end;
}
.footer.footer-sec-fourteen .footer-bottom,
.footer.footer-sec-fourteen .footer-middle .footer-mid-content,
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer,
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-head,
.owl-nav-button,
.nurse-profile .nurse-pofile-info .nurse-book,
.nurse-profile .nurse-pofile-info .nurse-details,
.footer-twelve .fooeter-bottom .copy-right-footer,
.footer-twelve .footer-top-sec .footer-top,
.pricing-sec-twelve .section-head-twelve,
.best-package-slider .best-package-card .package-card-differ,
.widget-setcount ul,
.relative-form,
.prefer-box,
.onboarding-content-box.content-wrap,
.left-panel,
.coupon-card,
.products-card .product-content .product-cart {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.terms-section .terms-content .terms-text.terms-list p,
.contact-section-fourteen .contact-schedule-main .scheduling-left-main ul {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.cart-search form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-sec-fourteen .service-types.service-type-right,
.swiper-content-card .cost-pay,
.listing-day,
.header.header-ten .menu-header,
.header-one .menu-header,
.header .header-nav .menu-header,
.header .header-nav {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.store-tab,
.doctor-divison .pat-background,
.doctor-divison .doc-background,
.login-bottom-copyright,
.custom-increment.cart .input-group1,
.success-cont i,
.hours-info .btn.btn-danger.trash,
.profile-widget .fav-btn,
.section-specialities .specialities-slider .speicality-item .speicality-img span,
.header .header-nav .header-navbar-rht li,
.avatar .avatar-title,
.btn-icon {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.trusted-section .owl-carousel.partners-slider.owl-loaded,
.increment-decrement .input-groups,
.login-page .login-right,
.signature,
.change-avatar,
.dash-card .dash-widget,
.btn.btn-danger.trash,
.appointments .appointment-action,
.success-cont i,
.success-page-cont,
.header.header-ten .menu-header,
.header-one .menu-header,
.header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link,
.header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link,
.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item,
.header .header-nav .header-navbar-rht li,
.header .header-nav .menu-header,
table.table td h2.table-avatar,
table.table td h2 .table-avatar,
.avatar .avatar-title,
.btn-icon {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.review-grid,
.listing-day {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.doctor-divison .pat-background,
.doctor-divison .doc-background,
.appointments .appointment-action,
.success-cont i,
.profile-widget .fav-btn,
.section-specialities .specialities-slider .speicality-item .speicality-img span,
.footer .footer-top .footer-widget .footer-about-content .social-icon ul li a,
.footer .footer-top .footer-widget .footer-about-content .social-icon ul,
.header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link,
.header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link,
.header .header-nav .header-navbar-rht li,
table.table td h2.table-avatar,
table.table td h2 .table-avatar,
.avatar-group,
.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer.footer-sec-fourteen .footer-bottom .payment-method,
.footer.footer-sec-fourteen .footer-mid-two .footer-links-middle ul li,
.faq-sec-fourteen .faq-card a,
.our-best-work-sec .best-work-video .treatment-video a,
.widget-setcount ul,
.onboarding-content .increment-decrement .input-groups input[type=button],
.relative-form,
.option-set,
.select-gender-option,
.onboarding-contents,
.opt-resend,
.set-path,
.prefer-box,
.call-lable.verify-lable.verify-options,
.call-lable.verify-lable.verify-lable,
.call-lable,
.consult-option,
.save-detail,
.upload-pic.patient-photo-upload,
.upload-pic,
.onboarding-content-box.content-wrap,
.onboarding-progress,
.on-board-wizard ul li a,
#onboard-slider .owl-dots,
.right-panel,
.left-panel,
.onboard-wrapper,
.review-grid,
.cart-search form,
.contact-section-fourteen .contact-schedule-main .scheduling-left-main ul,
.banner-wrapper .search-box-3 form,
.map-listing .profile-widget,
.doctor-widget-one .doc-info-left,
.doctor-widget-one,
.clinic-services,
.doc-info-left,
.doctor-widget,
.call-timing,
.call-details,
.password-strength,
.increment-decrement .input-groups,
.login-bottom-copyright,
.custom-increment .input-group1,
.patient-graph-col .graph-box .graph-status-result,
.patient-graph-col .graph-box,
.patient-graph-box,
.patient-dashboard-top,
.change-avatar,
.profile-info-widget,
.dash-card .dash-widget,
.upload-wrap,
.review-listing > ul li .comment .comment-body .meta-data .review-count,
.review-listing > ul li .comment,
.appointments .appointment-list,
.appointment-list .profile-info-widget,
.booking-device,
.success-page-cont,
.booking-doc-info,
.work-info,
.section-search .banner-wrapper .search-box form,
.footer-two .footer-top .footer-widget .footer-contact-info .footer-address,
.footer-one .footer-top .footer-widget .footer-contact-info .footer-address,
.footer .footer-top .footer-widget .footer-contact-info .footer-address,
.header.header-ten .main-menu-wrapper .main-nav,
.header-one .main-menu-wrapper .main-nav,
.header .header-nav .header-navbar-rht .has-arrow .user-header,
.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item,
.header .header-nav .main-nav,
.header .header-nav,
.avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.payment-radio,
.custom_radio,
.custom_check,
.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.right-panel,
.clinic-services,
.patient-graph-col .graph-box .graph-status-result,
.patient-graph-col .graph-box,
.appointments .appointment-list,
.schedule-nav .nav-tabs,
.post-left ul,
.header.header-ten .header-nav,
.header-one .header-nav,
.header .header-nav,
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.specialities-section-one .specialities-item {
  -ms-flex-direction: column;
  flex-direction: column;
}
.patient-graph-col .graph-box .graph-status-result {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.patient-graph-col .graph-box .graph-status-result {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.upload-wrap,
.day-week-month-col ul,
.payment-menthods ul,
.step-list ul,
.header-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.col {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
  min-height: 1px;
}
@media (min-width: 320px) {
  .col.col-xs-12 {
    width: 100%;
  }
  .col.col-xs-11 {
    width: 91.66666667%;
  }
  .col.col-xs-10 {
    width: 83.33333333%;
  }
  .col.col-xs-9 {
    width: 75%;
  }
  .col.col-xs-8 {
    width: 66.66666667%;
  }
  .col.col-xs-7 {
    width: 58.33333333%;
  }
  .col.col-xs-6 {
    width: 50%;
  }
  .col.col-xs-5 {
    width: 41.66666667%;
  }
  .col.col-xs-4 {
    width: 33.33333333%;
  }
  .col.col-xs-3 {
    width: 25%;
  }
  .col.col-xs-2 {
    width: 16.66666667%;
  }
  .col.col-xs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 568px) {
  .col.col-sm-12 {
    width: 100%;
  }
  .col.col-sm-11 {
    width: 91.66666667%;
  }
  .col.col-sm-10 {
    width: 83.33333333%;
  }
  .col.col-sm-9 {
    width: 75%;
  }
  .col.col-sm-8 {
    width: 66.66666667%;
  }
  .col.col-sm-7 {
    width: 58.33333333%;
  }
  .col.col-sm-6 {
    width: 50%;
  }
  .col.col-sm-5 {
    width: 41.66666667%;
  }
  .col.col-sm-4 {
    width: 33.33333333%;
  }
  .col.col-sm-3 {
    width: 25%;
  }
  .col.col-sm-2 {
    width: 16.66666667%;
  }
  .col.col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col.col-md-12 {
    width: 100%;
  }
  .col.col-md-11 {
    width: 91.66666667%;
  }
  .col.col-md-10 {
    width: 83.33333333%;
  }
  .col.col-md-9 {
    width: 75%;
  }
  .col.col-md-8 {
    width: 66.66666667%;
  }
  .col.col-md-7 {
    width: 58.33333333%;
  }
  .col.col-md-6 {
    width: 50%;
  }
  .col.col-md-5 {
    width: 41.66666667%;
  }
  .col.col-md-4 {
    width: 33.33333333%;
  }
  .col.col-md-3 {
    width: 25%;
  }
  .col.col-md-2 {
    width: 16.66666667%;
  }
  .col.col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col.col-lg-12 {
    width: 100%;
  }
  .col.col-lg-11 {
    width: 91.66666667%;
  }
  .col.col-lg-10 {
    width: 83.33333333%;
  }
  .col.col-lg-9 {
    width: 75%;
  }
  .col.col-lg-8 {
    width: 66.66666667%;
  }
  .col.col-lg-7 {
    width: 58.33333333%;
  }
  .col.col-lg-6 {
    width: 50%;
  }
  .col.col-lg-5 {
    width: 41.66666667%;
  }
  .col.col-lg-4 {
    width: 33.33333333%;
  }
  .col.col-lg-3 {
    width: 25%;
  }
  .col.col-lg-2 {
    width: 16.66666667%;
  }
  .col.col-lg-1 {
    width: 8.33333333%;
  }
}
.view-btn {
  color: #0de0fe;
  font-size: 13px;
  border: 2px solid #0de0fe;
  text-align: center;
  display: block;
  font-weight: 500;
  padding: 6px;
}
.view-btn:hover,
.view-btn:focus {
  background-color: #0de0fe;
  color: #ffffff;
}
.book-btn {
  background-color: #0de0fe;
  border: 2px solid #0de0fe;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 500;
  padding: 6px;
}
.book-btn:hover,
.book-btn:focus {
  background-color: #01cae4;
  border-color: #01cae4;
  color: #ffffff;
}
.submit-btn-bottom {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .submit-btn-bottom {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .submit-btn-bottom {
    margin-bottom: 0.9375rem;
  }
}
.bg-info-light {
  background-color: rgba(2, 182, 179, 0.12) !important;
  color: #1db9aa !important;
}
.bg-primary-light {
  background-color: rgba(17, 148, 247, 0.12) !important;
  color: #2196f3 !important;
}
.bg-danger-light {
  background-color: rgba(242, 17, 54, 0.12) !important;
  color: #e63c3c !important;
}
.bg-warning-light {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: #f39c12 !important;
}
.bg-success-light {
  background-color: rgba(15, 183, 107, 0.12) !important;
  color: #26af48 !important;
}
.bg-purple-light {
  background-color: rgba(197, 128, 255, 0.12) !important;
  color: #c580ff !important;
}
.bg-default-light {
  background-color: rgba(40, 52, 71, 0.12) !important;
  color: #283447 !important;
}
.change-photo-btn {
  background-color: #20c0f3;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 220px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  margin: 0 auto;
  padding: 10px 15px;
}
.btn-icon {
  text-align: center;
  font-size: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 3px;
  right: 3px;
}
.btn-facebook {
  background-color: #3a559f;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 12px;
}
a.btn.btn-google.w-100:hover {
  background: #dd4b39;
}
a.btn.btn-facebook.w-100:hover {
  background-color: #3a559f;
}
.btn-google {
  background-color: #dd4b39;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 12px;
}
.view-inv-btn {
  font-size: 16px;
  font-weight: 700;
  padding: 12px 30px;
}
@media (max-width: 767.98px) {
  .view-inv-btn {
    font-size: 14px;
    padding: 10px 30px;
  }
}
.banner-btn {
  background: #1C5B90;
  border-radius: 130px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 20px 30px;
  width: 100%;
}
.banner-btn:hover {
  background: #10DEFD;
  color: #ffffff;
}
.book-btn1 {
  background-color: #0de0fe;
  border: 2px solid #0de0fe;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding: 6px 10px;
}
.book-btn1:hover {
  background-color: #01cae4;
  border-color: #01cae4;
  color: #ffffff;
}
.search-btn {
  width: 100%;
  margin-top: 15px;
}
.btn-blue {
  background: #26948e;
  border: 1px solid #26948e;
  color: #ffffff;
  border-radius: 6px;
  font-size: 15px;
  padding: 5px 10px;
}
.btn-blue:hover {
  background: #004FFF;
  border: 1px solid #004FFF;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .mobile-profile-btn-top {
    position: absolute;
    top: 9px;
  }
}
.mouse-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  margin-left: -4px;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background: #26948e !important;
  -webkit-transition:
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    margin 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  transition:
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    margin 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: #26948e !important;
  opacity: 0.1;
}
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  border: 2px solid #26948e;
  transform: all 0.08s ease-out;
  -webkit-transform: all 0.08s ease-out;
  -ms-transform: all 0.08s ease-out;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}
.mim_tm_all_wrap[data-magic-cursor=hide] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}
.progress-wrap {
  position: fixed;
  right: 25px;
  bottom: 25px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(75, 64, 237, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 35px;
  font-size: 17px;
  color: #26948e;
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #26948e;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.check:checked + .checktoggle {
  background-color: #008F64;
  border: 1px solid #008F64;
}
.check:checked + .checktoggle:after {
  background-color: #ffffff;
  left: 100%;
  transform: translate(calc(-100% - 5px), -50%);
  -webkit-transform: translate(calc(-100% - 5px), -50%);
  -ms-transform: translate(calc(-100% - 5px), -50%);
}
.checktoggle {
  background-color: #FF3535;
  border: 1px solid #FF3535;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 42px;
}
.checktoggle:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: left 300ms ease, transform 300ms ease;
}
.status-toggle .check:checked + .checktoggle {
  background-color: #28a745;
  border: 1px solid #28a745;
}
.status-toggle .check:checked + .checktoggle:after {
  transform: translate(calc(-100% - 2px), -50%);
  -webkit-transform: translate(calc(-100% - 2px), -50%);
  -ms-transform: translate(calc(-100% - 2px), -50%);
}
.status-toggle .checktoggle {
  width: 41px;
  height: 21px;
}
.status-toggle .checktoggle::after {
  width: 17px;
  height: 17px;
  transform: translate(2px, -50%);
  -webkit-transform: translate(2px, -50%);
  -ms-transform: translate(2px, -50%);
}
.status-tog .checktoggle {
  height: 28px;
  width: 50px;
  border-radius: 999px;
  background-color: #F3F4F6;
  border-color: #F3F4F6;
}
.status-tog .checktoggle:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("./media/check-GCOQI63J.svg");
  background-repeat: no-repeat;
  background-size: 11px 20px;
  width: 20px;
  height: 20px;
  transform: translate(3px, -50%);
}
.status-tog .checktoggle:after {
  width: 24px;
  height: 24px;
  background-image: url("./media/x-icon-24IO4JTQ.svg");
  background-repeat: no-repeat;
  background-size: 12px 21px;
  transform: translate(1px, -50%);
  background-position: center;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.06);
}
.status-tog .check:checked + .checktoggle:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  background-image: url("./media/x-icon-24IO4JTQ.svg");
  background-repeat: no-repeat;
  background-size: 13px 21px;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.status-tog .check:checked + .checktoggle:after {
  background-image: url("./media/check-GCOQI63J.svg");
  background-repeat: no-repeat;
  background-size: 12px 21px;
  transform: translate(calc(-100% - 1px), -50%);
  background-position: center;
}
.bootstrap-tagsinput {
  display: block;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #E4E4E8;
  height: 46px;
  margin: 0;
  padding: 4px 10px 0 10px;
  width: 100%;
  box-shadow: none;
  overflow-y: auto;
}
.bootstrap-tagsinput .tag {
  margin-right: 5px;
  margin-bottom: 2px;
  color: #A9A9A9;
  background: #F4F4F4 !important;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
}
.bootstrap-tagsinput .tag:hover {
  color: #A9A9A9;
}
.bootstrap-tagsinput .tag [data-role=remove] {
  position: relative;
  left: 7px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "x";
  margin: 0;
  padding: 0px 2px;
}
.bootstrap-tagsinput input {
  line-height: 36px;
  border: 1px solid transparent;
  background: transparent;
}
.bootstrap-tagsinput input:focus-visible {
  border: 1px solid transparent;
}
.btn.focus,
.btn:focus {
  box-shadow: unset;
}
.btn.btn-rounded {
  border-radius: 50px;
}
.btn-white {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #272b41;
}
.bg-primary,
.badge-primary {
  background-color: #09e5ab !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #09dca4 !important;
}
.bg-success,
.badge-success {
  background-color: #00e65b !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #00cc52 !important;
}
.bg-info,
.badge-info {
  background-color: #009efb !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #028ee1 !important;
}
.bg-warning,
.badge-warning {
  background-color: #ffbc34 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #e9ab2e !important;
}
.bg-danger,
.badge-danger {
  background-color: #ff0100 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #e63333 !important;
}
.bg-white {
  background-color: #ffffff;
}
.bg-purple,
.badge-purple {
  background-color: #9368e9 !important;
}
.text-primary {
  color: #09e5ab !important;
}
.dropdown-menu li > a.text-primary {
  color: #09e5ab !important;
}
.dropdown-menu li > a.text-success {
  color: #00cc52 !important;
}
.dropdown-menu li > a.text-danger {
  color: #ff0100 !important;
}
.dropdown-menu li > a.text-info {
  color: #009efb !important;
}
.dropdown-menu li > a.text-warning {
  color: #ffbc34 !important;
}
.dropdown-menu li > a.text-purple {
  color: #7460ee !important;
}
.text-success {
  color: #00cc52 !important;
}
.text-danger {
  color: #ff0100 !important;
}
.text-info {
  color: #009efb !important;
}
.text-warning {
  color: #ffbc34 !important;
}
.text-purple {
  color: #7460ee !important;
}
.text-muted {
  color: #757575 !important;
}
.btn-primary {
  background-color: #09e5ab;
  border: 1px solid #09e5ab;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #09dca4;
  border-color: #09dca4;
}
.btn-primary:focus .open > .dropdown-toggle.btn-primary,
.btn-primary:hover .open > .dropdown-toggle.btn-primary,
.btn-primary:active .open > .dropdown-toggle.btn-primary,
.btn-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: #09dca4;
  border: 1px solid #09dca4;
}
.btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus,
.btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus,
.btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover,
.btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus,
.btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus,
.btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover,
.btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus,
.btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus,
.btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover,
.btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus,
.btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus,
.btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover,
.btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus,
.btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus,
.btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover,
.btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus,
.btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus,
.btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: #09dca4;
  border: 1px solid #09dca4;
}
.btn-primary:active:focus,
.btn-primary:active:hover {
  background-color: #09dca4;
  border: 1px solid #09dca4;
}
.btn-primary .active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #09dca4;
  border-color: #09dca4;
  color: #ffffff;
}
.btn-primary .active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #09dca4;
  border-color: #09dca4;
  color: #ffffff;
}
.btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #09e5ab;
  border-color: #09e5ab;
  color: #ffffff;
}
.btn-secondary.active:focus :not(:disabled):not(.disabled),
.btn-secondary:active:focus :not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-success.dropdown-toggle {
  background-color: #00cc52;
  border-color: #00cc52;
  color: #ffffff;
}
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-info.dropdown-toggle {
  background-color: #028ee1;
  border-color: #028ee1;
  color: #ffffff;
}
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-warning.dropdown-toggle {
  background-color: #e9ab2e;
  border-color: #e9ab2e;
  color: #ffffff;
}
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-danger.dropdown-toggle {
  background-color: #e63333;
  border-color: #e63333;
  color: #ffffff;
}
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-light.dropdown-toggle:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #09e5ab;
  border-color: #09e5ab;
}
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-success.dropdown-toggle {
  background-color: #00e65b;
  border-color: #00e65b;
}
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-info.dropdown-toggle {
  background-color: #009efb;
  border-color: #009efb;
}
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-success {
  background-color: #00e65b;
  border: 1px solid #00e65b;
}
.btn-success:hover,
.btn-success:focus .btn-success.active,
.btn-success:active {
  background-color: #00cc52;
  border: 1px solid #00cc52;
  color: #ffffff;
}
.btn-success .open > .dropdown-toggle.btn-success {
  background-color: #00cc52;
  border: 1px solid #00cc52;
  color: #ffffff;
}
.btn-success .open > .dropdown-toggle.btn-success.focus,
.btn-success .open > .dropdown-toggle.btn-success:hover,
.btn-success .open > .dropdown-toggle.btn-success:focus {
  background-color: #00cc52;
  border: 1px solid #00cc52;
}
.btn-success.active:focus,
.btn-success.active.focus,
.btn-success.active:hover,
.btn-success.focus,
.btn-success:active:focus,
.btn-success:active:hover {
  background-color: #00cc52;
  border: 1px solid #00cc52;
}
.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled) {
  background-color: #00cc52;
  border-color: #00cc52;
  color: #ffffff;
}
.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #00e65b;
  border-color: #00e65b;
  color: #ffffff;
}
.btn-info {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.btn-info.active:focus,
.btn-info.active.focus,
.btn-info.active:hover,
.btn-info.focus,
.btn-info:active:focus,
.btn-info:active:hover {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled) {
  background-color: #028ee1;
  border-color: #028ee1;
  color: #ffffff;
}
.btn-info.active:not(:disabled):not(.disabled):focus,
.btn-info:active:not(:disabled):not(.disabled):focus {
  box-shadow: unset;
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #009efb;
  border-color: #009efb;
  color: #ffffff;
}
.btn-warning {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}
.btn-warning.active:focus,
.btn-warning.active.focus,
.btn-warning.active:hover,
.btn-warning.focus,
.btn-warning:active:focus,
.btn-warning:active:hover {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}
.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled) {
  background-color: #e9ab2e;
  border-color: #e9ab2e;
  color: #ffffff;
}
.btn-warning.active:not(:disabled):not(.disabled):focus,
.btn-warning:active:not(:disabled):not(.disabled):focus {
  box-shadow: unset;
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffbc34;
  border-color: #ffbc34;
  color: #ffffff;
}
.btn-danger {
  background-color: #ff0100;
  border: 1px solid #ff0100;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #e63333;
  border: 1px solid #e63333;
}
.btn-danger.active:focus,
.btn-danger.active.focus,
.btn-danger.active:hover,
.btn-danger.focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
  background-color: #e63333;
  border: 1px solid #e63333;
}
.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled) {
  background-color: #e63333;
  border-color: #e63333;
  color: #ffffff;
}
.btn-danger.active:not(:disabled):not(.disabled):focus,
.btn-danger:active:not(:disabled):not(.disabled):focus {
  box-shadow: unset;
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #ff0100;
  border-color: #ff0100;
  color: #ffffff;
}
.open > .dropdown-toggle.btn-info {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.open > .dropdown-toggle.btn-warning {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}
.open > .dropdown-toggle.btn-danger {
  background-color: #e63333;
  border: 1px solid #e63333;
}
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  background-color: #e63333;
  border: 1px solid #e63333;
}
.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-outline-primary {
  color: #09e5ab;
  border-color: #09e5ab;
}
.btn-outline-primary:hover {
  background-color: #09e5ab;
  border-color: #09e5ab;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: none;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #09e5ab;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #09e5ab;
  border-color: #09e5ab;
}
.btn-outline-success {
  color: #00e65b;
  border-color: #00e65b;
}
.btn-outline-success:hover {
  background-color: #00e65b;
  border-color: #00e65b;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: none;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #00e65b;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #00e65b;
  border-color: #00e65b;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-info {
  color: #009efb;
  border-color: #009efb;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #009efb;
  border-color: #009efb;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #009efb;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: none;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #009efb;
  border-color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-warning {
  color: #ffbc34;
  border-color: #ffbc34;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffbc34;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: none;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-danger {
  color: #ff0100;
  border-color: #ff0100;
}
.btn-outline-danger:hover {
  color: #212529;
  background-color: #ff0100;
  border-color: #ff0100;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #ff0100;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: none;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #ff0100;
  border-color: #ff0100;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-light {
  color: #ababab;
  border-color: #e6e6e6;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #ababab;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #20c0f3;
  border-color: #20c0f3;
}
.pagination > li > a,
.pagination > li > span {
  color: #20c0f3;
}
.page-link:hover {
  color: #20c0f3;
}
.page-link:focus {
  box-shadow: unset;
}
.page-item.active .page-link {
  background-color: #20c0f3;
  border-color: #20c0f3;
}
.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inherit;
  font-size: 14px;
  border-radius: 3px;
  transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #0de0fe;
}
.navbar-nav__.open--.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.btn-light {
  border-color: #e6e6e6;
  color: #a6a6a6;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #20c0f3;
  text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #20c0f3;
}
.bg-info-light {
  background-color: rgba(2, 182, 179, 0.12) !important;
  color: #1db9aa !important;
}
.bg-primary-light {
  background-color: rgba(17, 148, 247, 0.12) !important;
  color: #2196f3 !important;
}
.bg-danger-light {
  background-color: rgba(242, 17, 54, 0.12) !important;
  color: #e63c3c !important;
}
.bg-warning-light {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: #f39c12 !important;
}
.bg-success-light {
  background-color: rgba(15, 183, 107, 0.12) !important;
  color: #26af48 !important;
}
.bg-purple-light {
  background-color: rgba(197, 128, 255, 0.12) !important;
  color: #c580ff !important;
}
.bg-default-light {
  background-color: rgba(40, 52, 71, 0.12) !important;
  color: #283447 !important;
}
.text-xs {
  font-size: 12px !important;
}
.text-sm {
  font-size: 14px !important;
}
.text-lg {
  font-size: 20px !important;
}
.text-xl {
  font-size: 24px !important;
}
.control-label {
  margin-bottom: 5px;
}
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar .avatar-title {
  width: 100%;
  height: 100%;
  background-color: #20c0f3;
  color: #ffffff;
}
.avatar.avatar-online::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #00e65b;
}
.avatar.avatar-offline::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ff0100;
}
.avatar.avatar-away::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ffbc34;
}
.avatar .border {
  border-width: 3px !important;
}
.avatar .rounded {
  border-radius: 6px !important;
}
.avatar .avatar-title {
  font-size: 18px;
}
.avatar .avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}
.avatar .avatar-xs .border {
  border-width: 2px !important;
}
.avatar .avatar-xs .rounded {
  border-radius: 4px !important;
}
.avatar .avatar-xs .avatar-title {
  font-size: 12px;
}
.avatar .avatar-xs.avatar-away::before,
.avatar .avatar-xs.avatar-offline::before,
.avatar .avatar-xs.avatar-online::before {
  border-width: 1px;
}
.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}
.avatar-sm .border {
  border-width: 3px !important;
}
.avatar-sm .rounded {
  border-radius: 4px !important;
}
.avatar-sm .avatar-title {
  font-size: 15px;
}
.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
  border-width: 2px;
}
.avatar-lg {
  width: 3.75rem;
  height: 3.75rem;
}
.avatar-lg .border {
  border-width: 3px !important;
}
.avatar-lg .rounded {
  border-radius: 8px !important;
}
.avatar-lg .avatar-title {
  font-size: 24px;
}
.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
  border-width: 3px;
}
.avatar-xl {
  width: 5rem;
  height: 5rem;
}
.avatar-xl .border {
  border-width: 4px !important;
}
.avatar-xl .rounded {
  border-radius: 8px !important;
}
.avatar-xl .avatar-title {
  font-size: 28px;
}
.avatar-xl.avatar-away::before,
.avatar-xl.avatar-offline::before,
.avatar-xl.avatar-online::before {
  border-width: 4px;
}
.avatar-xxl {
  width: 5.125rem;
  height: 5.125rem;
}
@media (min-width: 768px) {
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
  }
}
.avatar-xxl .border {
  border-width: 6px !important;
}
@media (min-width: 768px) {
  .avatar-xxl .border {
    border-width: 4px !important;
  }
}
.avatar-xxl .rounded {
  border-radius: 8px !important;
}
@media (min-width: 768px) {
  .avatar-xxl .rounded {
    border-radius: 12px !important;
  }
}
.avatar-xxl .avatar-title {
  font-size: 30px;
}
@media (min-width: 768px) {
  .avatar-xxl .avatar-title {
    font-size: 42px;
  }
}
.avatar-xxl.avatar-away::before,
.avatar-xxl.avatar-offline::before,
.avatar-xxl.avatar-online::before {
  border-width: 4px;
}
@media (min-width: 768px) {
  .avatar-xxl.avatar-away::before,
  .avatar-xxl.avatar-offline::before,
  .avatar-xxl.avatar-online::before {
    border-width: 4px;
  }
}
.avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}
.avatar-group .avatar:hover {
  z-index: 1;
}
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.40625rem;
}
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.625rem;
}
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}
.avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}
.select2-results__option {
  padding: 6px 15px;
}
.select2-container .select2-selection--single {
  border: 1px solid #E2E8F0;
  height: 46px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}
.select2-selection.select2-selection--single {
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #dcdcdc transparent transparent;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: rgb(107, 114, 128);
  padding: 3px;
  height: 0;
  margin-left: -10px;
  margin-top: -2px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #272b41;
  font-size: 15px;
  font-weight: normal;
  line-height: 44px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 2px 0 0 2px;
  margin-top: 3px;
  padding: 3px;
  border-color: rgb(107, 114, 128);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F8FAFC;
  color: #0F172A;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #dcdcdc;
  min-height: 46px;
}
.select2-dropdown {
  border-color: #dcdcdc;
}
.breadcrumb-bar {
  background-color: #15558d;
  padding: 15px 0;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar {
    height: auto;
  }
}
.breadcrumb-bar .breadcrumb-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0 0;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 18px;
  }
}
.breadcrumb-bar .page-breadcrumb ol {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb-bar .page-breadcrumb ol li.active {
  color: #ffffff;
}
.breadcrumb-bar .page-breadcrumb ol li a {
  color: #ffffff;
}
.breadcrumb-bar .page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #ffffff;
  font-size: 10px;
}
.form-focus {
  height: 50px;
  position: relative;
}
.form-focus .focus-label {
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  transform: translate3d(0, 22px, 0) scale(1);
  -webkit-transform: translate3d(0, 22px, 0) scale(1);
  -ms-transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transition: 240ms;
  -ms-transition: 240ms;
  transition: 240ms;
  z-index: 1;
  color: #b8b8b8;
  margin-bottom: 0;
  position: absolute;
  top: -8px;
  left: 12px;
}
.form-focus.focused .focus-label {
  opacity: 1;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus.focused .form-control::-webkit-input-placeholder {
  color: #bbb;
}
.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}
.form-focus .form-control:focus ~ .focus-label,
.form-focus .form-control:-webkit-autofill ~ .focus-label {
  opacity: 1;
  font-weight: 400;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus .form-control::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 240ms;
  -ms-transition: 240ms;
  transition: 240ms;
}
.form-focus .form-control:focus::-webkit-input-placeholder {
  transition: none;
}
.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -20px;
  font-size: 12px;
  z-index: 1;
}
.form-focus .select2-container .select2-selection--single {
  border: 1px solid #e3e3e3;
  height: 50px;
}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 7px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #cccccc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  margin-left: -10px;
  margin-top: -2px;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #676767;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
}
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #e3e3e3;
  border-width: 0 6px 6px;
}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fc6075;
}
#loader {
  background-color: #ffffff;
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.loader {
  display: inline-block;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.loader span {
  -webkit-animation: loader 1.3s linear infinite;
  animation: loader 1.3s linear infinite;
  background-color: #20c0f3;
  border-radius: 100%;
  display: inline-block;
  height: 50px;
  position: absolute;
  width: 50px;
}
.loader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes loader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
table.table {
  color: #272b41;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
table.table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
table.table thead tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table.table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table.table tbody tr:last-child {
  border-color: transparent;
}
table.table.table-center td,
table.table.table-center th {
  vertical-align: middle;
}
table.table > tbody > tr > th {
  border-top: 0;
  padding: 10px 8px;
}
table.table .no-border > tbody > tr > th {
  border-top: 0;
  padding: 10px 8px;
}
table.table .no-border > tbody > tfoot > tr > th,
table.table .no-border > tbody > tfoot > tr > td,
table.table .no-border > tbody thead > tr > th,
table.table .no-border > tbody thead > tr > td {
  border-top: 0;
  padding: 10px 8px;
}
table.table .dataTable {
  border-collapse: collapse !important;
}
table .table-striped thead tr {
  border-color: transparent;
}
table .table-striped tbody tr {
  border-color: transparent;
}
table .table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3);
}
table .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(235, 235, 235, 0.4);
}
table .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f8f9fa;
}
table .table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
table .table-bordered th,
table .table-bordered td {
  border-color: rgba(0, 0, 0, 0.05);
}
table .table-nowrap td,
table .table-nowrap th {
  white-space: nowrap;
}
table.table td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
table.table td h2 .table-avatar {
  font-size: inherit;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
table.table td h2 a {
  color: #272b41;
}
table.table td h2 a:hover {
  color: #09dca4;
}
table.table td h2 span {
  color: #888888;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
table.table td h2.table-avatar {
  font-size: inherit;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
table .table-hover tbody tr:hover {
  background-color: #f7f7f7;
}
table .table-hover tbody tr:hover td {
  color: #474648;
}
.table-hover tbody tr:hover {
  background-color: #f7f7f7;
}
.table-hover tbody tr:hover td {
  color: #474648;
}
.card-table card-body {
  padding: 0;
}
.card-table card-body .table > thead > tr > th {
  border-top: 0;
}
.card-table card-body .table tr th,
.card-table card-body .table tr td {
  border-top: 1px solid #e2e5e8;
  padding: 1rem 0.75rem;
  white-space: nowrap;
}
.card-table card-body .table tr th:first-child,
.card-table card-body .table tr td:first-child {
  padding-left: 1.5rem;
}
.card-table card-body .table tr th:last-child,
.card-table card-body .table tr td:last-child {
  padding-right: 1.5rem;
}
.card-table .card-body {
  padding: 0;
}
.card-table .card-body .table > thead > tr > th {
  border-top: 0;
}
.card-table .card-body .table tr th,
.card-table .card-body .table tr td {
  border-top: 1px solid #e2e5e8;
  white-space: nowrap;
  padding: 1rem 0.75rem;
}
.card-table .card-body .table tr th:first-child,
.card-table .card-body .table tr td:first-child {
  padding-left: 1.5rem;
}
.card-table .card-body .table tr th:last-child,
.card-table .card-body .table tr td:last-child {
  padding-right: 1.5rem;
}
th.custom-class {
  width: 80px;
}
th.table-name {
  min-width: 200px;
}
th.table-days {
  min-width: 80px;
}
th.table-head-name {
  width: 200px;
}
th.table-head-days {
  width: 100px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  cursor: pointer;
  border: none;
  outline: none;
  background: #ffffff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  padding: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #0de0fe;
  color: #ffffff;
  opacity: 1;
  outline: none;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #ffffff;
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .slick-prev {
    left: -10px;
  }
}
.slick-prev:before {
  content: "\2190";
}
@media (max-width: 767.98px) {
  .testimonial-slider .slick-prev {
    left: 0px;
  }
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: 0;
}
@media (max-width: 767.98px) {
  .slick-next {
    right: -10px;
  }
}
@media (max-width: 575.98px) {
  .slick-next {
    right: 0px;
  }
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}
.dot-slider .slick-slide {
  height: 600px;
}
@media (max-width: 991.98px) {
  .dot-slider .slick-slide {
    height: 375px;
  }
}
@media (max-width: 767.98px) {
  .dot-slider .slick-slide {
    height: 100%;
  }
}
.dot-slider .slick-slide img {
  width: 100%;
}
.dot-slider .profile-widget {
  padding: 0;
  border: none;
}
@media (max-width: 991.98px) {
  .dot-slider .profile-widget {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .dot-slider .profile-widget {
    margin-bottom: 0;
  }
}
.dot-slider .slick-dots {
  width: unset;
  position: absolute;
  top: 30%;
  right: 50px;
  bottom: unset;
}
.dot-slider .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 8px 0;
}
.dot-slider .slick-dots li.slick-active button {
  background-color: #1860CA;
}
.dot-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #C0C0C0;
}
.slick-dots .slick-dots {
  width: unset;
  position: absolute;
  top: 30%;
  right: 50px;
  bottom: unset;
}
.slick-dots .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 8px 0;
}
.slick-dots .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}
.slick-dots .slick-dots li button:hover,
.slick-dots .slick-dots li button:focus {
  outline: none;
}
.slick-dots .slick-dots li button:hover::before,
.slick-dots .slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots .slick-dots li.slick-active button {
  background-color: #1860CA;
  background-color: #0de0fe;
}
.slick-dots .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0de0fe;
}
.clinic-slider .slick-prev,
.browse-slider .slick-prev,
.book-slider .slick-prev {
  right: 80px;
  left: unset;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 5px 12px 5px 12px;
  background-color: #E74E84;
  transform: translateX(0%) rotate(-45deg);
  -webkit-transform: translateX(0%) rotate(-45deg);
  -ms-transform: translateX(0%) rotate(-45deg);
  z-index: 999;
}
.clinic-slider .slick-prev:before,
.browse-slider .slick-prev:before,
.book-slider .slick-prev:before {
  content: "";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.clinic-slider .slick-prev:hover,
.browse-slider .slick-prev:hover,
.book-slider .slick-prev:hover {
  background-color: #ff4877;
}
.clinic-slider .slick-next,
.browse-slider .slick-next,
.book-slider .slick-next {
  right: 15px;
  left: unset;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 5px 12px 5px 12px;
  background-color: #E74E84;
  transform: translateX(0%) rotate(-45deg);
  -webkit-transform: translateX(0%) rotate(-45deg);
  -ms-transform: translateX(0%) rotate(-45deg);
  z-index: 999;
}
.clinic-slider .slick-next:before,
.browse-slider .slick-next:before,
.book-slider .slick-next:before {
  content: "";
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.clinic-slider .slick-next:hover,
.browse-slider .slick-next:hover,
.book-slider .slick-next:hover {
  background-color: #ff4877;
}
.clinic-slider .slick-list,
.browse-slider .slick-list,
.book-slider .slick-list {
  padding-top: 50px;
}
.clinic-slider .slick-slide,
.browse-slider .slick-slide,
.book-slider .slick-slide {
  display: block;
  margin-left: 0;
  width: 280px;
  padding: 10px 10px 0;
}
.clinic-slider .profile-widget,
.browse-slider .profile-widget,
.book-slider .profile-widget {
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.clinic-slider .profile-widget .brower-box,
.browse-slider .profile-widget .brower-box,
.book-slider .profile-widget .brower-box {
  background: #ffffff;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0px 4px 44px rgba(238, 238, 238, 0.25);
  border-radius: 10px;
  margin: 0;
  padding: 30px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clinic-slider .profile-widget .brower-box:hover,
.browse-slider .profile-widget .brower-box:hover,
.book-slider .profile-widget .brower-box:hover {
  background-color: #1860CA;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clinic-slider .profile-widget .brower-box:hover a,
.browse-slider .profile-widget .brower-box:hover a,
.book-slider .profile-widget .brower-box:hover a {
  background-color: #ffffff;
}
.clinic-slider .profile-widget .brower-box:hover .img-fluid,
.browse-slider .profile-widget .brower-box:hover .img-fluid,
.book-slider .profile-widget .brower-box:hover .img-fluid {
  display: none;
}
.clinic-slider .profile-widget .brower-box:hover .img-fluid.hover,
.browse-slider .profile-widget .brower-box:hover .img-fluid.hover,
.book-slider .profile-widget .brower-box:hover .img-fluid.hover {
  display: block;
}
.clinic-slider .profile-widget .brower-box:hover h4,
.browse-slider .profile-widget .brower-box:hover h4,
.book-slider .profile-widget .brower-box:hover h4 {
  color: #ffffff;
}
.clinic-slider .profile-widget .brower-box:hover p,
.browse-slider .profile-widget .brower-box:hover p,
.book-slider .profile-widget .brower-box:hover p {
  color: #ffffff;
}
.clinic-slider .profile-widget .brower-box:hover p span,
.browse-slider .profile-widget .brower-box:hover p span,
.book-slider .profile-widget .brower-box:hover p span {
  color: #ffffff;
}
.clinic-slider .profile-widget .brower-box:hover a.arrow,
.browse-slider .profile-widget .brower-box:hover a.arrow,
.book-slider .profile-widget .brower-box:hover a.arrow {
  background-color: #2868C8;
}
.clinic-slider .profile-widget .brower-box a,
.browse-slider .profile-widget .brower-box a,
.book-slider .profile-widget .brower-box a {
  height: 85px;
  width: 85px;
  background-color: #1860CA;
  border-radius: 50% 50% 50% 50%/60% 60% 35% 35%;
  margin: 0 auto 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.clinic-slider .profile-widget .brower-box img,
.browse-slider .profile-widget .brower-box img,
.book-slider .profile-widget .brower-box img {
  width: 70px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.clinic-slider .profile-widget .brower-box .img-fluid.hover,
.browse-slider .profile-widget .brower-box .img-fluid.hover,
.book-slider .profile-widget .brower-box .img-fluid.hover {
  display: none;
}
.clinic-slider .profile-widget .brower-box h4,
.browse-slider .profile-widget .brower-box h4,
.book-slider .profile-widget .brower-box h4 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 13px;
}
.clinic-slider .profile-widget .brower-box p,
.browse-slider .profile-widget .brower-box p,
.book-slider .profile-widget .brower-box p {
  margin-bottom: 20px;
}
.clinic-slider .profile-widget .brower-box .arrow,
.browse-slider .profile-widget .brower-box .arrow,
.book-slider .profile-widget .brower-box .arrow {
  background-color: #0CE0FF;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transform: unset;
  margin: 0 auto;
}
.clinic-slider .profile-widget .brower-box .arrow i,
.browse-slider .profile-widget .brower-box .arrow i,
.book-slider .profile-widget .brower-box .arrow i {
  color: #ffffff;
}
.brower-box {
  text-align: center;
  border-radius: 10px;
  border: 6px solid #ffffff;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.brower-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2264C5;
}
.brower-box p {
  font-size: 14px;
  font-weight: 500;
  color: #E74E84;
  margin: 0;
}
.brower-box p span {
  color: #000000;
}
.brower-box a {
  height: 85px;
  width: 85px;
  background-color: #1860CA;
  border-radius: 50% 50% 50% 50%/60% 60% 35% 35%;
  margin: 0 auto 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.aval-slider .slick-slide {
  display: block;
  margin-left: 0;
  padding: 10px;
  width: 280px;
}
.aval-slider .slick-list {
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .aval-slider .slick-list {
    padding: 30px 0;
  }
}
.aval-slider .slick-prev {
  left: 5px;
  width: 35px;
  height: 35px;
}
.aval-slider .slick-prev:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #1860CA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #1860CA;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  transform: rotate(140deg);
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
}
.aval-slider .slick-next {
  right: 5px;
  width: 35px;
  height: 35px;
}
.aval-slider .slick-next:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #1860CA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #1860CA;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.content {
  min-height: 200px;
  padding: 60px 0 36px;
}
@media (max-width: 991.98px) {
  .content {
    padding: 60px 0 40px;
  }
}
@media (max-width: 767.98px) {
  .content {
    padding: 50px 0 30px;
  }
}
.top-space {
  padding-top: 140px;
}
.account-page .content.top-space {
  padding-top: 140px;
}
.card {
  border: 1px solid #f0f0f0;
  margin-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
  .card {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .card {
    margin-bottom: 0.9375rem;
  }
}
.card .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 575.98px) {
  .card .card-header {
    padding: 0.75rem 1.25rem;
  }
}
.card .card-header .card-title {
  margin-bottom: 0;
}
.card-body {
  padding: 1.5rem;
}
@media (max-width: 575.98px) {
  .card-body {
    padding: 1.25rem;
  }
}
.card-title {
  margin-bottom: 15px;
}
.card-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 1.5rem;
}
@media (max-width: 575.98px) {
  .card-header {
    padding: 0.75rem 1.25rem;
  }
}
.card-footer {
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  padding: 1rem 1.5rem;
}
@media (max-width: 575.98px) {
  .card-footer {
    padding: 0.75rem 1.25rem;
  }
}
.custom-modal .modal-content {
  border: 0;
  border-radius: 10px;
}
.custom-modal .modal-content .modal-header {
  padding: 1.25rem;
}
.custom-modal .modal-content .modal-header .modal-title {
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .custom-modal .modal-content .modal-header .modal-title {
    font-size: 18px;
  }
}
.custom-modal .close {
  background-color: #a0a0a0;
  color: #ffffff;
  font-size: 17px;
  height: 20px;
  line-height: 20px;
  opacity: 1;
  width: 20px;
  z-index: 99;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 26px;
  right: 20px;
}
.custom-modal .modal-body {
  padding: 1.25rem;
}
.custom-modal .modal-footer {
  padding: 1.25rem;
}
.custom-modal .modal-footer .btn-outline {
  margin: 0.25rem auto;
}
.custom-medicalrecord-modal .modal-content .modal-header {
  border-color: #e5e5e5;
  margin: 1.5rem 1.5rem 0 1.5rem;
  padding: 0 0 1rem;
}
.custom-medicalrecord-modal .modal-content .form-control,
.custom-medicalrecord-modal .modal-content .bootstrap-tagsinput {
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.custom-medicalrecord-modal .modal-content .select2-container .select2-selection--single {
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records {
  position: relative;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone {
  min-height: 180px;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone h5 {
  color: #7c7c7c;
  margin-bottom: 3px;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone h6 {
  color: #7c7c7c;
  margin-bottom: 3px;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone h6 span {
  text-decoration: underline;
}
.header .header-nav {
  background-color: #ffffff;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  height: 85px;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .header .header-nav {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .header .header-nav {
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 575.98px) {
  .header .header-nav .navbar-header {
    width: 100%;
  }
}
.header .header-nav .navbar-header .bar-icon {
  display: inline-block;
  width: 31px;
}
.header .header-nav .navbar-header .bar-icon span {
  background-color: #0de0fe;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
}
.header .header-nav .navbar-header .bar-icon span:nth-child(2) {
  width: 16px;
}
.header .header-nav .navbar-header .bar-icon span:nth-child(3) {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .header .header-nav .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 575.98px) {
  .header .header-nav .navbar-header {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-menu-wrapper {
    order: 3;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1060;
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #15558d;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.header .header-nav .menu-header {
  background-color: #ffffff;
  height: 60px;
  border-bottom: 1px solid #f0f0f0;
  display: none;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .header .header-nav .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .header-nav .menu-header .menu-logo img {
  height: 40px;
}
.header .header-nav .menu-header .menu-close {
  font-size: 18px;
}
.header .header-nav .main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav ul {
    background-color: #3474ac;
    display: none;
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
}
.header .header-nav .main-nav > .has-submenu.active .submenu li.active > a {
  color: #09dca4;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > .has-submenu.active .submenu li.active > a {
    color: #09dca4;
  }
}
.header .header-nav .main-nav > .has-submenu.active > a {
  color: #09dca4;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > .has-submenu.active > a {
    color: #09dca4;
  }
}
@media (max-width: 1199.98px) {
  .header .header-nav .main-nav > li {
    margin-right: 20px;
  }
}
@media (max-width: 1999.98px) {
  .header .header-nav .main-nav > li {
    margin-right: 30px;
  }
}
@media (max-width: 1399.98px) {
  .header .header-nav .main-nav > li {
    margin-right: 16px;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li {
    border-bottom: 1px solid #1663a6;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li > a {
    line-height: 85px;
    padding: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li > a {
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px !important;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li > a > i {
    font-size: 12px;
    margin-left: 3px;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li > a > i {
    float: right;
    margin-top: 5px;
  }
}
.header .header-nav .main-nav > li.active > a {
  color: #09dca4;
}
.header .header-nav .main-nav > li .submenu li {
  position: relative;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li .submenu li:first-child a {
    border-top: 0;
  }
}
.header .header-nav .main-nav > li .submenu li a {
  display: block;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #2d3b48;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 10px 15px;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li .submenu li a {
    border-top: 0;
    color: #ffffff;
    padding: 10px 15px 10px 35px;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li .submenu li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
}
.header .header-nav .main-nav > li .submenu li .submenu li {
  position: relative;
}
.header .header-nav .main-nav > li .submenu li .submenu li a {
  display: block;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #2d3b48;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  padding: 10px 15px;
  -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li .submenu li .submenu li a {
    border-top: 0;
    color: #ffffff;
    padding: 10px 15px 10px 45px;
  }
}
.header .header-nav .main-nav > li .submenu li .submenu li .has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  top: 12px;
  right: 15px;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
}
.header .header-nav .main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  top: 12px;
  right: 15px;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f078";
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav li {
    display: block;
    position: relative;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav li > ul {
    background-color: #ffffff;
    display: block;
    font-size: 14px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
}
.header .header-nav .main-nav li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.header .header-nav .main-nav li.login-link {
  display: none;
}
@media (max-width: 575.98px) {
  .header .header-nav .main-nav li.login-link {
    display: block;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav li .submenu a:hover {
    color: #26948e !important;
    letter-spacing: 0.5px;
    padding-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav li .submenu::before {
    border: 7px solid #ffffff;
    border-color: transparent transparent #ffffff #ffffff;
    content: "";
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav li + li {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.header .header-nav .main-nav .has-submenu.active > a {
  color: #26948e;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav .has-submenu.active > a {
    color: #26948e;
  }
}
.header .header-nav .main-nav .has-submenu.active .submenu li.active > a {
  color: #26948e;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav .has-submenu.active .submenu li.active > a {
    color: #26948e;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav .has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.header .header-nav .main-nav .has-submenu > .submenu__ > .has-submenu--.submenu::before {
  top: 20px;
  margin-left: -35px;
  border-color: transparent #ffffff #ffffff transparent;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
}
.header .header-nav .logo {
  display: inline-block;
  margin-right: 30px;
  width: 160px;
}
@media (max-width: 1199.98px) {
  .header .header-nav .logo {
    margin-right: 21px;
  }
}
@media (max-width: 575.98px) {
  .header .header-nav .logo {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .header .header-nav .logo img {
    height: 40px;
  }
}
.header .header-nav .header-navbar-rht {
  margin: 0 0 0 auto;
  padding: 0;
}
@media (max-width: 575.98px) {
  .header .header-nav .header-navbar-rht {
    display: none;
  }
}
.header .header-nav .header-navbar-rht li {
  padding-right: 20px;
}
.header .header-nav .header-navbar-rht li:last-child {
  padding-right: 0px;
}
.header .header-nav .header-navbar-rht li .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .header .header-nav .header-navbar-rht li .dropdown-menu {
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
  }
}
.header .header-nav .header-navbar-rht li .dropdown-menu::before {
  content: "";
  border: 7px solid #ffffff;
  border-color: transparent transparent #ffffff #ffffff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  position: absolute;
  top: -5px;
  right: 17px;
  -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}
.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}
.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
  border-top: 0;
  border-radius: 5px 5px 0 0;
}
.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #E2E8F0;
  padding-bottom: 0;
}
.header .header-nav .header-navbar-rht li .dropdown-menu a:hover {
  color: #09dca4;
  letter-spacing: 0.5px;
  padding-left: 20px;
  background-color: #ffffff;
}
.header .header-nav .header-navbar-rht li a.header-login {
  border: 2px solid #09e5ab;
  text-align: center;
  font-size: 15px;
  color: #09e5ab;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 15px !important;
}
.header .header-nav .header-navbar-rht li a.header-login:hover {
  background-color: #09e5ab;
  border-color: #09e5ab;
  color: #ffffff;
}
.header .header-nav .header-navbar-rht li .header-contact-img {
  display: inline-block;
}
.header .header-nav .header-navbar-rht li .header-contact-img i {
  color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
}
.header .header-nav .header-navbar-rht li .header-contact-detail {
  display: inline-block;
  padding-left: 10px;
}
.header .header-nav .header-navbar-rht li .header-contact-detail p.contact-header {
  color: #484848;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 2px;
  text-align: left;
}
.header .header-nav .header-navbar-rht li .header-contact-detail p.contact-info-header {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}
.header .header-nav .header-navbar-rht li .header-contact-detail p.contact-info-header.white-font {
  color: #ffffff;
}
@media (min-width: 992px) {
  .header .header-nav .header-navbar-rht li.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.header .header-nav .header-navbar-rht li .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .header .header-nav .header-navbar-rht li .dropdown-menu {
    min-width: 240px;
    visibility: hidden;
    opacity: 0;
    display: block;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    border-radius: 5px;
    margin: 0;
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .header-navbar-rht li.contact-item {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header .header-nav .header-navbar-rht li.contact-item {
    display: none;
  }
}
.header .header-nav .header-navbar-rht .dropdown-toggle::after {
  display: none;
}
.header .header-nav .header-navbar-rht .dropdown-menu {
  min-width: 200px;
  padding: 0;
}
.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}
.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item:hover {
  color: #26948e;
}
.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #757575;
  border-right: 2px solid #757575;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  width: 8px;
  vertical-align: 2px;
  margin-left: 10px;
  margin-bottom: 5px;
  transform-origin: 66% 66%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle .user-img {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle .user-img > img {
  height: 31px;
  object-fit: cover;
  width: 31px;
  border: 1px solid #1D7ED8;
}
.header .header-nav .header-navbar-rht .has-arrow .user-header {
  padding: 10px 15px;
  background: #F8FAFC;
  padding: 5px;
  border-radius: 10px;
}
.header .header-nav .header-navbar-rht .has-arrow .user-header .user-text {
  margin-left: 10px;
}
.header .header-nav .header-navbar-rht .has-arrow .user-header .user-text h6 {
  font-size: 15px;
  margin-bottom: 2px;
}
.header .header-nav .header-navbar-rht .has-arrow .user-header .avatar img {
  border: 1px solid #1D7ED8;
}
.header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link {
  font-size: 14px;
  line-height: 85px;
  padding: 0 10px;
}
.header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link {
  font-size: 14px;
  line-height: 85px;
  padding: 0 10px;
}
.header .header-nav .header-navbar-rht .view-cart-header {
  position: relative;
  padding-right: 20px;
}
.header .header-nav .header-navbar-rht .view-cart-header a#cart {
  position: relative;
  font-size: 18px;
  color: #6B7280;
}
.header .header-nav .header-navbar-rht .view-cart-header a#cart:hover {
  color: #26948e;
}
.header .header-nav .header-navbar-rht .noti-nav .nav-link {
  font-size: 18px;
  color: #6B7280;
}
.header .header-nav .header-navbar-rht .noti-nav .nav-link .badge {
  background-color: #26948e;
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 21px;
  right: -6px;
  padding: 0 5px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-weight: normal;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu {
  min-width: 370px;
  padding: 0;
  font-weight: normal;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .topnav-dropdown-header {
  border-bottom: 1px solid #EEF1FE;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .noti-content {
  height: 260px;
  width: 420px;
  overflow-y: auto;
  position: relative;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu ul.notification-list > li {
  margin-top: 0;
  border-bottom: 1px solid #f5f5f5;
  padding: 0;
  margin: 0;
  width: 100%;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu ul.notification-list > li a {
  display: block;
  padding: 10px 15px;
  border-radius: 2px;
  width: 100%;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu ul.notification-list > li a:hover {
  letter-spacing: normal;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notify-block:last-child {
  border-bottom: none;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notify-block > .avatar {
  margin-right: 10px;
  width: auto;
  height: auto;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notify-block > .avatar > img {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  margin-right: 8px;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .media-body {
  width: 100%;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .media-body h6 {
  margin-bottom: 3px;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .noti-title {
  color: #26948e;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notification-time {
  font-size: 12px;
  line-height: 1.35;
  float: right;
}
.header .nav-transparent {
  background-color: transparent !important;
  border-bottom: 0 !important;
}
@media (min-width: 992px) {
  .header .nav-transparent .white-font > li > a {
    color: #ffffff;
  }
}
.header.custom {
  background-color: transparent;
  border-bottom: 0 !important;
}
.header.custom .no-border {
  border: none !important;
}
@media (min-width: 992px) {
  .header.custom .white-font > li > a {
    color: #ffffff;
  }
}
.header.custom .header-navbar-rht.right-menu .header-contact-img i {
  width: 30px;
  background-color: #ffffff;
  height: 30px;
  border-radius: 50%;
  font-size: 11px;
  color: #1860CA;
  border: 2px solid #acc9f5;
}
.header.custom .header-navbar-rht.right-menu .header-contact-detail p.contact-info-header {
  color: #ffffff;
}
.header.custom .header-navbar-rht.right-menu li {
  border-right: 0;
}
.header.custom .header-navbar-rht.right-menu li a.header-login {
  width: 120px;
  padding: 10px !important;
}
.header.custom .header-navbar-rht.right-menu li:last-child {
  border-right: 0;
  padding: 0;
}
.header.header-five .no-border {
  border: none !important;
}
.header.header-five .main-menu-wrapper {
  margin-left: 40px !important;
}
@media (max-width: 991.98px) {
  .header.header-five .main-menu-wrapper {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .header.header-five .main-menu-wrapper .main-nav .has-submenu.active > a {
    color: #28DAF4;
  }
}
.header.header-five .main-menu-wrapper .main-nav .has-submenu.active > a:after {
  content: "";
  width: 70px;
  background: #28DAF4;
  height: 2px;
  z-index: 9;
  position: absolute;
  bottom: 25px;
  left: -7px;
}
.header.header-five .main-menu-wrapper .main-nav.blue-font > li > a {
  color: #2A85D1;
  text-transform: uppercase;
}
.header.header-five .header-navbar-rht li a.header-login.white-bg {
  background-color: #ffffff;
  color: #28DAF4 !important;
  border: 1px solid #28DAF4;
  font-size: 12px;
}
.header .user-menu {
  float: right;
  position: relative;
  z-index: 99;
  margin: 0;
}
.header .user-menu.nav li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 58px;
  height: 60px;
  padding: 0 15px;
}
.header .user-menu.nav li a:hover,
.header .user-menu.nav li a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.header .user-menu.nav li a:hover i,
.header .user-menu.nav li a:focus i {
  color: #ffffff;
}
.header .user-menu.nav li a.mobile_btn {
  border: 0;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.header.header-four .header-nav {
  background-color: #2264C5;
  border: none;
}
@media (min-width: 992px) {
  .header.header-four .main-nav .has-submenu.active > a {
    color: #ffffff;
    border-top: 3px solid #E74E84;
  }
}
@media (min-width: 992px) {
  .header.header-four .main-nav > li > a {
    line-height: 80px;
    color: #ffffff;
  }
}
.header.header-four .nav-item {
  line-height: 60px;
  align-items: center;
  display: flex !important;
}
.header.header-four .nav-item a.header-login {
  border: 2px solid #ffffff;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 15px !important;
}
.header.header-four .nav-item a.header-login:hover {
  background-color: #10DEFD;
  border: 2px solid #10DEFD;
}
.header.header-four .nav-item a.header-login i {
  font-size: 14px;
  margin: 0;
  margin-right: 3px;
}
.header.header-trans {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9999;
  background: transparent;
}
.header.header-trans .header-nav {
  background: transparent;
  border-bottom: none;
}
.header.header-trans .main-menu-wrapper {
  margin-left: auto;
}
@media (max-width: 1399.98px) {
  .header.header-trans .main-menu-wrapper {
    margin-right: auto;
    margin-left: unset;
  }
}
.header.header-trans .header-navbar-rht li {
  height: 20px;
  padding-right: 15px;
}
@media (max-width: 1399.98px) {
  .header.header-trans .header-navbar-rht li {
    padding-right: 5px;
  }
}
.header.header-trans .header-navbar-rht li .header-contact-img i {
  color: #1C5B90;
  font-size: 14px;
}
.header.header-trans .header-navbar-rht li .header-contact-detail p.contact-info-header {
  color: #1C5B90;
}
.header.header-trans .header-navbar-rht li:last-child {
  border-right: 0;
  padding-left: 15px;
}
@media (max-width: 1199.98px) {
  .header.header-trans .header-navbar-rht li:last-child {
    padding-left: 0;
  }
}
.header.header-trans .header-navbar-rht li a.header-login {
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  background: #1C5B91;
  box-shadow: 0px 4px 4px rgba(189, 189, 189, 0.25);
  border-radius: 47px;
  border: 0;
}
.header.header-trans .header-navbar-rht li a.header-login.white-bg {
  background-color: #ffffff;
  color: #2264C5;
}
.header.header-trans .header-navbar-rht li a.header-login:hover {
  background-color: #1C5B91;
  color: #ffffff;
}
.header.header-three .header-nav .main-menu-wrapper {
  margin: 0;
}
.header.header-three .header-nav .header-navbar-rht {
  margin: 0;
  padding: 0;
}
.header.header-three .header-nav .header-navbar-rht li {
  margin-right: 0;
  padding-right: 15px;
  color: #1F2937;
  position: relative;
}
.header.header-three .header-nav .header-navbar-rht li i {
  margin-right: 5px;
}
@media (max-width: 1399.98px) {
  .header.header-three .header-nav .header-navbar-rht li.contact-item span {
    display: none;
  }
}
.header.header-three .header-nav .header-navbar-rht li::before {
  content: "";
  background: #ffffff;
  width: 1px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header.header-three .header-nav .header-navbar-rht li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header.header-three .header-nav .header-navbar-rht li:last-child::before {
  content: none;
}
.header.header-three .header-nav .header-navbar-rht li a.header-login {
  background-color: #26948e;
  color: #ffffff;
  text-transform: none;
}
.header.header-three .header-nav .header-navbar-rht li a.header-login img {
  margin-right: 7px;
}
.header.header-three .header-nav .header-navbar-rht li a.header-login:hover {
  background-color: #21807b;
}
@media (max-width: 991.98px) {
  .header.header-three .header-nav .header-navbar-rht {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header.header-three .header-nav .header-navbar-rht {
    display: none;
  }
}
.header-one {
  width: 100%;
  z-index: 1040;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
  box-shadow: 0px 4px 4px rgba(198, 198, 198, 0.25);
}
.header-one .header-nav .main-nav .has-submenu.active .submenu li.active > a {
  color: #26948e;
}
.header-one.min-header {
  width: 100%;
  z-index: 1040;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
}
.header-one.header-fixed {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9999;
  background: #F9FCFF;
  box-shadow: inherit;
}
.header-one.header-space .header-nav {
  height: 80px;
}
.header-one .header-nav {
  background-color: transparent;
  border: 0;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .header-one .header-nav {
    height: 70px;
  }
}
@media (max-width: 991.98px) {
  .header-one .header-nav {
    margin: 0;
    padding: 0 0;
  }
}
@media (max-width: 991.98px) {
  .header-one .header-nav .menu-header {
    height: 70px;
  }
}
@media (max-width: 991.98px) {
  .header-one .header-nav .main-menu-wrapper {
    background-color: #26948e;
  }
}
@media (max-width: 991.98px) {
  .header-one .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
}
.header-one .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .header-one .navbar-header #mobile_btn {
    display: inline-block;
    margin: 0;
    padding: 0 0;
  }
}
@media (max-width: 767.98px) {
  .header-one .navbar-header #mobile_btn {
    margin-right: 0;
  }
}
.header-one .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}
.header-one .navbar-header #mobile_btn .bar-icon span {
  background-color: #26948e;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
  position: relative;
}
.header-one .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
  width: 16px;
}
.header-one .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
  margin-bottom: 0;
}
.header-one .main-menu-wrapper {
  margin: 0;
  padding: 0;
}
.header-one .main-menu-wrapper .main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav ul {
    background-color: #E6F1FF;
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
}
.header-one .main-menu-wrapper .main-nav li .btn {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 7px 8px !important;
  border: 1px solid #26948e;
  border-radius: 6px;
}
.header-one .main-menu-wrapper .main-nav li .btn:hover {
  color: #26948e;
  border: 1px solid #26948e;
}
.header-one .main-menu-wrapper .main-nav li .btn i {
  font-size: 15px;
  margin-right: 5px;
  margin-left: 0;
}
.header-one .main-menu-wrapper .main-nav li .btn.reg-btn {
  min-width: 108px;
  background-color: #ffffff;
  border: 1px solid #E5E7EB;
  color: #1F2937;
  box-shadow: inset 0 0 0 0 #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .main-menu-wrapper .main-nav li .btn.reg-btn:hover {
  color: #ffffff;
  background-color: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .main-menu-wrapper .main-nav li .btn.log-btn {
  min-width: 87px;
  color: #ffffff;
  background-color: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .main-menu-wrapper .main-nav li .btn.log-btn:hover {
  color: #26948e;
  background-color: #ffffff;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .main-menu-wrapper .main-nav li a {
  font-size: 15px;
  font-weight: 500;
  color: #1F2937;
  display: block;
}
@media (max-width: 1199.98px) {
  .header-one .main-menu-wrapper .main-nav li a {
    font-size: 14px;
  }
}
.header-one .main-menu-wrapper .main-nav li.login-link {
  display: none;
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav li > ul {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.25);
    border-radius: 0px 0px 6px 5px;
    display: block;
    font-size: 14px;
    min-width: 200px;
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    visibility: hidden;
    z-index: 1000;
  }
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav li {
    display: block;
    position: relative;
  }
}
.header-one .main-menu-wrapper .main-nav .register-btn {
  margin-right: 10px;
}
.header-one .main-menu-wrapper .main-nav .register-btn:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav .register-btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav > li {
    margin-right: 8px;
  }
}
@media (min-width: 1200.98px) {
  .header-one .main-menu-wrapper .main-nav > li {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav > li {
    border-bottom: 1px solid #E6F1FF;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav > li > a i {
    float: right;
    margin-top: 5px;
  }
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: #ffffff !important;
    font-size: 14px;
    background: transparent !important;
    border-radius: 0 !important;
  }
}
.header-one .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}
.header-one .main-menu-wrapper .main-nav > li.active > a {
  color: #26948e !important;
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav > li.active > a {
    color: #ffffff !important;
  }
}
.header-one .main-menu-wrapper .main-nav > li > a {
  position: relative;
}
.header-one .main-menu-wrapper .main-nav > li > a:hover {
  color: #26948e;
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav > li > a {
    padding: 23px 0 28px !important;
    line-height: normal;
  }
}
.header-one .main-menu-wrapper .main-nav > li > a > i {
  font-size: 10px;
  margin-left: 6px;
}
.header-one .main-menu-wrapper .main-nav > li.searchbar a {
  color: #6B7280;
}
.header-one .main-menu-wrapper .main-nav > li.searchbar a i {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .header-one .main-menu-wrapper .main-nav > li.searchbar {
    display: none;
  }
}
.header-one .main-menu-wrapper .main-nav > li.has-submenu .submenu .has-submenu .submenu::before {
  top: 20px;
  margin-left: -35px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  border-color: transparent #ffffff #ffffff transparent;
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .header-one .main-menu-wrapper .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    margin-right: 0;
  }
}
.header-one .main-menu-wrapper .main-nav > li .submenu li {
  position: relative;
}
.header-one .main-menu-wrapper .main-nav > li .submenu li a {
  display: block;
  padding: 10px 15px;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #2d3b48;
  -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  border-top: 1px solid #f0f0f0;
}
.header-one .main-menu-wrapper .main-nav > li .submenu li a.active {
  color: #26948e;
}
.header-one .main-menu-wrapper .main-nav > li .submenu li a:hover {
  color: #26948e !important;
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav > li .submenu li a {
    padding: 10px 15px 10px 35px;
  }
}
.header-one .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav > li .submenu > li .inner-submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav > li .submenu::before {
    border: 7px solid #ffffff;
    border-color: transparent transparent #ffffff #ffffff;
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1060;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    background-color: #09e5ab;
  }
}
.header-one .header-navbar-rht li {
  padding-right: 0;
}
.header-one .header-navbar-rht li .btn {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 7px 8px !important;
  border: 1px solid #26948e;
  border-radius: 6px;
}
.header-one .header-navbar-rht li .btn:hover {
  color: #26948e;
  border: 1px solid #26948e;
}
.header-one .header-navbar-rht li .btn i {
  font-size: 15px;
  margin-right: 5px;
  margin-left: 0;
}
.header-one .header-navbar-rht li .btn.reg-btn {
  min-width: 108px;
  background-color: #ffffff;
  border: 1px solid #E5E7EB;
  color: #1F2937;
  box-shadow: inset 0 0 0 0 #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .header-navbar-rht li .btn.reg-btn:hover {
  color: #ffffff;
  background-color: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .header-navbar-rht li .btn.log-btn {
  min-width: 87px;
  color: #ffffff;
  background-color: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .header-navbar-rht li .btn.log-btn:hover {
  color: #26948e;
  background-color: #ffffff;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .logo {
  display: inline-block;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header-one .logo.navbar-brand {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
.header-one .header-nav .header-navbar-rht {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-right: 2px;
}
.header-one .header-nav .header-navbar-rht li {
  margin-right: 10px;
  padding-right: 0;
}
.header-one .header-nav .header-navbar-rht li:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header-one .header-nav .header-navbar-rht {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-one .header-nav .header-navbar-rht {
    display: none;
  }
}
.header-one .menu-header {
  background-color: #ffffff;
  height: 72px;
  padding: 0 15px;
  border-bottom: 2px solid #26948e;
  display: none;
}
.header-one .menu-header .menu-close {
  font-size: 20px;
}
.header-one .menu-header .menu-close i {
  color: #26948e;
}
.header-one .menu-header .menu-close i:hover {
  color: #000000;
}
@media (max-width: 991.98px) {
  .header-one .menu-header {
    display: flex;
  }
}
.togglesearch {
  position: absolute;
  top: 74px;
  right: 8%;
  width: 300px;
  display: none;
  z-index: 999;
  background: #ffffff;
  padding: 10px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(183, 183, 183, 0.25);
}
.togglesearch input[type=text] {
  width: 182px;
  padding: 5px 10px;
  border: 1px solid #26948e;
  outline: none;
  height: 39px;
  border-radius: 5px 0 0 5px;
}
.togglesearch button {
  background: #26948e;
  color: #ffffff;
  border: 1px solid #26948e;
  outline: none;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  padding: 10px 12px;
  font-size: 14px;
}
.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .sidebar-overlay.opened {
    display: block;
  }
}
.menu-opened .main-menu-wrapper {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
}
html.menu-opened body {
  overflow: hidden;
}
#mobile_btn {
  display: none;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  #mobile_btn {
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  #mobile_btn {
    margin-right: 0;
    z-index: 99;
    position: absolute;
    left: 0;
    padding: 0;
  }
}
.header-two .header-nav .navbar-header #mobile_btn,
.header-eight .header-nav .navbar-header #mobile_btn,
.custom .header-nav .navbar-header #mobile_btn {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .navbar-brand.logo {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .navbar-brand.logo img {
    height: 40px;
  }
}
.header-top {
  display: flex;
  background: #09e5ab;
  color: #ffffff;
  padding: 8px 30px;
}
@media (max-width: 991.98px) {
  .header-top {
    display: none;
  }
}
.header-top ul {
  display: flex;
}
.header-top ul li {
  padding-right: 25px;
  font-size: 13px;
}
.header-top ul li .top-icon {
  margin-right: 5px;
}
.header-top ul li:last-child {
  padding-right: 0;
}
.header-top .right-top {
  margin-left: auto;
}
.login-header-info {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: unset;
  background: #ffffff;
  border-bottom: 2px solid #F1F1F3;
  width: 100%;
  z-index: 11;
}
@media (max-width: 991.98px) {
  .login-header-info {
    display: none;
  }
}
.login-header-info .header-nav {
  height: 83px;
  margin: 0;
  padding: 0 30px;
}
@media (max-width: 991.98px) {
  .login-header-info .header-nav {
    height: 70px;
    margin: 0;
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .login-header-info .header-nav {
    margin: 0;
    padding: 0 15px;
  }
}
.login-header-info .header-nav .main-nav li a {
  font-size: 15px;
  font-weight: 500;
  color: #6B7280;
}
.login-header-info .header-nav .main-nav li a:hover {
  color: #26948e;
}
.login-header-info .header-navbar-rht {
  display: none;
}
@media (max-width: 991.98px) {
  .login-header-info .header-navbar-rht {
    display: inherit;
  }
}
@media (max-width: 767.98px) {
  .login-header-info .header-navbar-rht {
    display: none;
  }
}
.login-header-info .flag-dropdown {
  margin: 0;
  padding: 18px 0;
}
@media (max-width: 991.98px) {
  .login-header-info .flag-dropdown {
    margin: 0;
    padding: 12px 0;
  }
}
.flag-dropdown .dropdown-toggle {
  color: #1F2937 !important;
  font-size: 14px !important;
  padding: 11px 15px;
  min-width: 146px;
  background: #ffffff;
  border: 1px solid #E4E4E8;
  border-radius: 8px;
  position: relative;
  display: flex !important;
}
.flag-dropdown .dropdown-toggle.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.flag-dropdown .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-left: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}
.flag-dropdown .dropdown-toggle:after:hover {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}
.flag-dropdown .dropdown-toggle .flag-img {
  margin-right: 10px;
  border-radius: 50px;
  width: 20px;
}
.flag-dropdown.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.flag-dropdown .dropdown-menu {
  border-radius: 5px;
  margin: 0;
  padding: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: auto !important;
  right: 0 !important;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
.flag-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px !important;
  color: #000000;
  margin: 0;
  padding: 10px 15px;
  font-weight: 600;
}
.flag-dropdown .dropdown-menu .dropdown-item img {
  margin-right: 10px;
  width: 20px;
}
.flag-dropdown .dropdown-menu .dropdown-item:hover {
  color: #000000 14px !important;
}
.flag-dropdown .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.main-nav li .flag-dropdown .submenu::before {
  display: none;
}
.flag-dropdown .dropdown-menu .dropdown-item.active,
.flag-dropdown .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #09e5ab;
}
.noti-nav .nav-link {
  font-size: 18px;
  color: #6B7280;
}
.noti-nav .nav-link .badge {
  background-color: #26948e;
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 19px;
  right: -6px;
  padding: 0 5px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-weight: normal;
}
.noti-nav .dropdown-menu {
  min-width: 420px;
  padding: 0;
}
.main-nav li.megamenu > ul {
  width: 100%;
}
.megamenu-wrapper {
  padding: 25px 25px 0;
  background: #002578;
  height: calc(100vh - 100px);
  overflow: auto;
}
.single-demo {
  transition: 0.4s;
  margin-bottom: 25px;
}
.single-demo:hover {
  transform: translateY(-20px);
}
.header .main-menu-wrapper .main-nav > li .submenu li .single-demo.active .demo-info .inner-demo-img {
  color: #1C5B91;
}
.header.header-sixteen .main-menu-wrapper .main-nav > li .submenu li .single-demo.active .demo-info .inner-demo-img {
  color: #1C5B91;
}
.header.header-thirteen .main-menu-wrapper .main-nav > li .submenu li .single-demo.active .demo-info .inner-demo-img {
  color: #1C5B91;
}
.header.header-twelve .main-menu-wrapper .main-nav > li .submenu li .single-demo.active .demo-info .inner-demo-img {
  color: #1C5B91;
}
.header .main-menu-wrapper .main-nav > li .submenu li .single-demo .demo-info .inner-demo-img {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  border-top: 0 !important;
}
.header .main-menu-wrapper .main-nav > li .submenu li .single-demo .demo-img .inner-demo-img {
  border-radius: 10px;
}
.header .main-menu-wrapper .main-nav > li .submenu li .single-demo .demo-img .inner-demo-img img {
  border-radius: 10px;
}
.header .main-menu-wrapper .main-nav > li .submenu li .single-demo.active .demo-info .inner-demo-img {
  color: #0284C7 !important;
}
.single-demo.active .demo-img {
  box-shadow: 0px 4.8px 24.4px -12px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}
.single-demo:hover .demo-info {
  opacity: 1;
  bottom: -30px;
}
.demo-info {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  transition: 0.4s;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav li .submenu a.inner-demo-img:hover {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li.megamenu {
    position: unset;
  }
}
.single-demo a {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav li > ul.mega-submenu {
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #002578;
    min-width: 250px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  .header .header-nav .main-nav li.has-submenu:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
  .header .header-nav .main-nav li .submenu.mega-submenu::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .megamenu-wrapper {
    padding: 0;
  }
  .demo-img {
    display: none;
  }
  .demo-info {
    opacity: 1;
    position: relative;
    bottom: 0;
    text-align: left;
    margin-top: 0;
  }
  .single-demo a {
    padding: 10px 15px 10px 35px !important;
  }
  .single-demo:hover .demo-info {
    bottom: 0;
  }
  .single-demo .demo-info a {
    padding: 10px 15px 10px 35px;
  }
  .single-demo:hover {
    transform: translateY(0);
  }
  .single-demo:hover .demo-info {
    bottom: 0;
  }
  .single-demo {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .header.header-custom .header-nav .main-nav > li .submenu li .submenu li a {
    color: #2d3b48;
  }
  .header-one .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f078";
  }
  .header-ten .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f078";
  }
}
.header.home-head-one.header-fixed {
  background: #F9FCFF;
}
.header.header-ten {
  width: 100%;
  z-index: 1040;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
  box-shadow: 0px 4px 4px rgba(198, 198, 198, 0.25);
}
.header.header-ten .header-nav .main-nav .has-submenu.active .submenu li.active > a {
  color: #26948e;
}
.header.header-ten.min-header {
  width: 100%;
  z-index: 1040;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
}
.header.header-ten.header-fixed {
  display: block;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  box-shadow: inherit;
  position: relative;
}
.header.header-ten.header-space {
  background: #ffffff;
  position: fixed;
}
.header.header-ten.header-space .header-nav {
  height: 80px;
}
.header.header-ten .header-nav {
  background-color: transparent;
  border: 0;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 75px;
}
@media (max-width: 991.98px) {
  .header.header-ten .header-nav {
    height: 60px;
  }
}
@media (max-width: 991.98px) {
  .header.header-ten .header-nav {
    margin: 0;
    padding: 0 0;
  }
}
@media (max-width: 991.98px) {
  .header.header-ten .header-nav .menu-header {
    height: 60px;
  }
}
@media (max-width: 991.98px) {
  .header.header-ten .header-nav .main-menu-wrapper {
    background-color: #26948e;
  }
}
@media (max-width: 991.98px) {
  .header.header-ten .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
}
.header.header-ten .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .header.header-ten .navbar-header #mobile_btn {
    display: inline-block;
    margin: 0;
    padding: 0 0;
  }
}
@media (max-width: 767.98px) {
  .header.header-ten .navbar-header #mobile_btn {
    margin-right: 0;
  }
}
.header.header-ten .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}
.header.header-ten .navbar-header #mobile_btn .bar-icon span {
  background-color: #26948e;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
  position: relative;
}
.header.header-ten .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
  width: 16px;
}
.header.header-ten .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
  margin-bottom: 0;
}
.header.header-ten .main-menu-wrapper {
  margin: 0;
  padding: 0;
}
.header.header-ten .main-menu-wrapper .main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header.header-ten .main-menu-wrapper .main-nav ul {
    background-color: #E6F1FF;
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
}
.header.header-ten .main-menu-wrapper .main-nav li .btn {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 7px 8px !important;
  border: 1px solid #26948e;
  border-radius: 6px;
}
.header.header-ten .main-menu-wrapper .main-nav li .btn:hover {
  color: #26948e;
  border: 1px solid #26948e;
  background: transparent;
}
.header.header-ten .main-menu-wrapper .main-nav li .btn i {
  font-size: 15px;
  margin-right: 5px;
  margin-left: 0;
}
.header.header-ten .main-menu-wrapper .main-nav li .btn.reg-btn {
  min-width: 108px;
  background-color: #ffffff;
  border: 1px solid #E5E7EB;
  color: #1F2937;
  box-shadow: inset 0 0 0 0 #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header.header-ten .main-menu-wrapper .main-nav li .btn.reg-btn:hover {
  color: #ffffff;
  background-color: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header.header-ten .main-menu-wrapper .main-nav li .btn.log-btn {
  min-width: 87px;
  color: #ffffff;
  background-color: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header.header-ten .main-menu-wrapper .main-nav li .btn.log-btn:hover {
  color: #26948e;
  background-color: #ffffff;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header.header-ten .main-menu-wrapper .main-nav li a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: block;
}
@media (max-width: 1199.98px) {
  .header.header-ten .main-menu-wrapper .main-nav li a {
    font-size: 14px;
  }
}
.header.header-ten .main-menu-wrapper .main-nav li.login-link {
  display: none;
}
@media (max-width: 991.98px) {
  .header.header-ten .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}
@media (min-width: 992px) {
  .header.header-ten .main-menu-wrapper .main-nav li > ul {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.25);
    border-radius: 0px 0px 6px 5px;
    display: block;
    font-size: 14px;
    min-width: 200px;
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    visibility: hidden;
    z-index: 1000;
  }
}
@media (min-width: 992px) {
  .header.header-ten .main-menu-wrapper .main-nav li {
    display: block;
    position: relative;
  }
}
.header.header-ten .main-menu-wrapper .main-nav .register-btn {
  margin-right: 10px;
}
.header.header-ten .main-menu-wrapper .main-nav .register-btn:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header.header-ten .main-menu-wrapper .main-nav .register-btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .header.header-ten .main-menu-wrapper .main-nav > li {
    margin-right: 8px;
  }
}
@media (min-width: 1200.98px) {
  .header.header-ten .main-menu-wrapper .main-nav > li {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .header.header-ten .main-menu-wrapper .main-nav > li {
    border-bottom: 1px solid #E6F1FF;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .header.header-ten .main-menu-wrapper .main-nav > li > a i {
    float: right;
    margin-top: 5px;
  }
}
@media (max-width: 991.98px) {
  .header.header-ten .main-menu-wrapper .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: #ffffff !important;
    font-size: 14px;
    background: transparent !important;
    border-radius: 0 !important;
  }
}
.header.header-ten .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header.header-ten .main-menu-wrapper .main-nav > li.active > a {
    color: #ffffff !important;
  }
}
.header.header-ten .main-menu-wrapper .main-nav > li > a {
  position: relative;
}
.header.header-ten .main-menu-wrapper .main-nav > li > a:hover {
  color: #26948e;
}
@media (min-width: 992px) {
  .header.header-ten .main-menu-wrapper .main-nav > li > a {
    padding: 10px 0 !important;
    line-height: normal;
  }
}
.header.header-ten .main-menu-wrapper .main-nav > li > a > i {
  font-size: 10px;
  margin-left: 6px;
}
.header.header-ten .main-menu-wrapper .main-nav > li.searchbar a {
  color: #6B7280;
}
.header.header-ten .main-menu-wrapper .main-nav > li.searchbar a i {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .header.header-ten .main-menu-wrapper .main-nav > li.searchbar {
    display: none;
  }
}
.header.header-ten .main-menu-wrapper .main-nav > li.has-submenu .submenu .has-submenu .submenu::before {
  top: 20px;
  margin-left: -35px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  border-color: transparent #ffffff #ffffff transparent;
}
@media (min-width: 992px) {
  .header.header-ten .main-menu-wrapper .main-nav > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .header.header-ten .main-menu-wrapper .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    margin-right: 0;
  }
}
.header.header-ten .main-menu-wrapper .main-nav > li .submenu li {
  position: relative;
}
.header.header-ten .main-menu-wrapper .main-nav > li .submenu li a {
  display: block;
  padding: 10px 15px;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #2d3b48;
  -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  border-top: 1px solid #f0f0f0;
}
.header.header-ten .main-menu-wrapper .main-nav > li .submenu li a.active {
  color: #26948e;
}
.header.header-ten .main-menu-wrapper .main-nav > li .submenu li a:hover {
  color: #26948e !important;
}
@media (max-width: 991.98px) {
  .header.header-ten .main-menu-wrapper .main-nav > li .submenu li a {
    padding: 10px 15px 10px 35px;
  }
}
.header.header-ten .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .header.header-ten .main-menu-wrapper .main-nav > li .submenu > li .inner-submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .header.header-ten .main-menu-wrapper .main-nav > li .submenu::before {
    border: 7px solid #ffffff;
    border-color: transparent transparent #ffffff #ffffff;
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
}
@media (max-width: 991.98px) {
  .header.header-ten .main-menu-wrapper .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
}
@media (max-width: 991.98px) {
  .header.header-ten .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1060;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    background-color: #09e5ab;
  }
}
.header.header-ten .logo {
  display: inline-block;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header.header-ten .logo.navbar-brand {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
.header.header-ten .header-nav .header-navbar-rht {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-right: 2px;
}
.header.header-ten .header-nav .header-navbar-rht li {
  margin-right: 10px;
  padding-right: 0;
}
.header.header-ten .header-nav .header-navbar-rht li .btn {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 23px;
  border: 1px solid transparent;
  border-radius: 35px;
  box-shadow: inset 0 0 0 0 #ffffff;
  transition: all 0.7s;
  display: flex;
  align-items: center;
}
.header.header-ten .header-nav .header-navbar-rht li .btn:hover {
  color: #26948e;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
}
.header.header-ten .header-nav .header-navbar-rht li .btn i {
  margin-right: 8px;
}
.header.header-ten .header-nav .header-navbar-rht li .btn.reg-btn {
  background-color: #26948e;
  border: 1px solid #26948e;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.header.header-ten .header-nav .header-navbar-rht li .btn.reg-btn:hover {
  color: #26948e;
  background-color: #ffffff;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #ffffff;
}
.header.header-ten .header-nav .header-navbar-rht li .btn.log-btn {
  padding: 10px 12px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  box-shadow: inset 0 0 0 0 #26948e;
}
.header.header-ten .header-nav .header-navbar-rht li .btn.log-btn:hover {
  color: #ffffff;
  background-color: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #26948e;
}
.header.header-ten .header-nav .header-navbar-rht li:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header.header-ten .header-nav .header-navbar-rht {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header.header-ten .header-nav .header-navbar-rht {
    display: none;
  }
}
.header.header-ten .menu-header {
  background-color: #ffffff;
  height: 72px;
  padding: 0 15px;
  border-bottom: 2px solid #26948e;
  display: none;
}
.header.header-ten .menu-header .menu-close {
  font-size: 20px;
}
.header.header-ten .menu-header .menu-close i {
  color: #26948e;
}
.header.header-ten .menu-header .menu-close i:hover {
  color: #000000;
}
@media (max-width: 991.98px) {
  .header.header-ten .menu-header {
    display: flex;
  }
}
.header.header-ten .header-nav .main-nav > li.megamenu {
  position: unset;
}
.header-trans.header-eleven .header-nav {
  border-bottom: 0;
}
@media (max-width: 575.98px) {
  .header-trans.header-eleven .header-nav .navbar-header #mobile_btn {
    left: 0;
  }
}
.header-trans.header-eleven .header-nav .main-menu-wrapper {
  margin-left: auto;
  margin-right: unset;
}
@media (max-width: 1199.98px) {
  .header-trans.header-eleven .header-nav .main-nav > li {
    margin-right: 10px;
  }
}
.header-trans.header-eleven .header-nav .main-nav > li > a {
  color: #ffffff;
}
.header-trans.header-eleven .header-nav .main-nav > li.has-submenu.active > a {
  color: #0CE0FF;
}
.header-trans.header-eleven .header-nav .main-nav > li.submenu a:hover {
  color: #0CE0FF;
}
.header-trans.header-eleven .header-navbar-rht li {
  border-right: 0;
  padding-right: 0;
}
.header-trans.header-eleven .header-navbar-rht li a.header-login {
  background: #0CE0FF;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  padding: 13px 15px !important;
  text-transform: none;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  display: flex;
  align-items: center;
}
.header-trans.header-eleven .header-navbar-rht li a.header-login:hover {
  background: #ffffff;
  color: #1C5B91;
  box-shadow: inset 0 60px 0 0 #ffffff;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.header-trans.header-eleven .header-navbar-rht li a.header-login.white-bg {
  color: #1C5B91;
  box-shadow: inset 0 0 0 0 #1C5B91;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.header-trans.header-eleven .header-navbar-rht li a.header-login.white-bg:hover {
  background: #1C5B91;
  color: #ffffff;
  box-shadow: inset 0 60px 0 0 #1C5B91;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.header-trans.header-eleven .header-navbar-rht li.login-in-fourteen {
  background: #22D6EE;
  padding: 10px 15px;
  border-radius: 5px;
  height: auto;
}
.header-trans.header-eleven .header-navbar-rht li.login-in-fourteen a {
  color: #ffffff;
}
.header.veterinary-header {
  background: #ffffff !important;
}
.header.veterinary-header.pharmacy-header .veterinary-top-head {
  opacity: 0;
  height: 0;
  width: 0;
  display: none;
  transition: 0.5s all;
}
.header .veterinary-top-head {
  background: #0284C7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  border-radius: 0 0 20px 20px;
  transition: 0.5s all;
}
@media (max-width: 991.98px) {
  .header .veterinary-top-head {
    display: none;
  }
}
.header .veterinary-top-head ul {
  display: flex;
  align-items: center;
}
.header .veterinary-top-head ul li {
  color: #ffffff;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.header .veterinary-top-head ul li:last-child {
  margin-right: 0;
}
.header .veterinary-top-head ul li a {
  color: #ffffff;
  margin-right: 15px;
}
.header .veterinary-top-head ul li a:hover {
  color: #26948e;
}
.header .veterinary-top-head ul li a:last-child {
  margin-right: 0;
}
.header.header-fourteen.header-twelve .header-nav {
  background-color: transparent;
  border-bottom: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-twelve .header-nav .logo {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-twelve .header-nav {
    justify-content: start;
  }
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-twelve .header-nav {
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-twelve .header-nav .main-menu-wrapper {
    background-color: #F8FBFF;
  }
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-twelve .header-nav .main-menu-wrapper .main-nav li {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-twelve .header-nav .main-menu-wrapper .main-nav li {
    border-bottom: 1px solid #ffffff;
  }
}
.header.header-fourteen.header-twelve .header-nav .main-menu-wrapper .main-nav li a {
  color: #1F2937;
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-twelve .header-nav .main-menu-wrapper .main-nav li .submenu {
    background-color: #F8FBFF;
  }
}
.header.header-fourteen.header-twelve .header-nav .main-menu-wrapper .main-nav li .submenu a {
  color: #1F2937;
}
.header.header-fourteen.header-twelve .header-nav .main-menu-wrapper .main-nav li .submenu a:hover {
  color: #0369A1;
}
.header.header-fourteen.header-twelve .header-nav .main-menu-wrapper .main-nav li.active a {
  color: #0369A1;
  font-weight: 700;
}
.header.header-fourteen.header-twelve .header-nav .main-menu-wrapper .main-nav li.active .submenu a {
  color: #1F2937;
  font-weight: 500;
}
.header.header-fourteen.header-twelve .header-nav .main-menu-wrapper .main-nav li.active .submenu a.active {
  color: #2DD4BF;
  font-weight: 500;
}
.header.header-fourteen.header-twelve .header-nav .main-menu-wrapper .main-nav li.active .submenu a {
  color: #1F2937;
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht {
  padding: 0;
  margin: 0;
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li {
  padding: 0 10px 0 0;
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.login-link {
  display: none;
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.searchbar-fourteen {
  padding: 0;
  transition: 0.5s;
  color: #ffffff;
  width: 46px;
  height: 46px;
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.searchbar-fourteen a {
  background: #EAAB08;
  border: 1px solid #EAAB08;
  color: #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.searchbar-fourteen a:hover {
  background: #1C5B91;
  border-color: #1C5B91;
  transition: 0.5s;
  border-radius: 10px;
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.searchbar-fourteen a {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0));
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.login-in-fourteen.log-in-vet-head {
  background: #0284C7;
  border-color: #0284C7;
  color: #ffffff;
  box-shadow: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 15px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.login-in-fourteen.log-in-vet-head:hover {
  background: #0369A1;
  border-color: #0284C7;
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.login-in-fourteen.log-in-vet-head a {
  color: #ffffff;
  font-size: 15px;
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.login-in-fourteen.log-in-vet-head .reg-btn {
  background: #0284C7;
  color: #ffffff;
  box-shadow: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.login-in-fourteen.log-in-vet-head .reg-btn {
    padding: 10px 5px;
  }
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.login-in-fourteen.log-in-vet-head .reg-btn {
    padding: 10px 12px;
  }
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.login-in-fourteen.log-in-vet-head .reg-btn:hover {
  background: #26948e;
  color: #ffffff;
  transition: 0.5s;
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.login-in-fourteen.log-in-vet-head .reg-btn.reg-btn-fourteen {
  background: #26948e;
  color: #ffffff;
  transition: 0.5s;
  border: 1px solid #26948e;
  font-size: 15px;
  font-weight: 600;
}
.header.header-fourteen.header-twelve .header-nav .header-navbar-rht li.login-in-fourteen.log-in-vet-head .reg-btn.reg-btn-fourteen:hover {
  background: #ffffff;
  color: #26948e;
  transition: 0.5s;
}
.header.header-fourteen.header-fixed {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9999;
  box-shadow: inherit;
}
.header.header-fourteen.header-twelve.header-thirteen {
  background-color: #ffffff;
  position: relative;
}
.header.header-fourteen.header-twelve.header-thirteen.pharmacy-header {
  position: fixed;
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-twelve.header-thirteen .header-nav {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-twelve.header-thirteen .header-nav .main-menu-wrapper .main-nav .has-submenu {
    margin-right: 10px;
  }
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .main-menu-wrapper .main-nav .has-submenu a {
  color: #1F2937;
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-twelve.header-thirteen .header-nav .main-menu-wrapper .main-nav .has-submenu a {
    color: #ffffff;
  }
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .main-menu-wrapper .main-nav .has-submenu .submenu a {
  color: #1F2937;
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-twelve.header-thirteen .header-nav .main-menu-wrapper .main-nav .has-submenu .submenu a {
    color: #ffffff;
  }
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .main-menu-wrapper .main-nav .has-submenu.active a {
  color: #26948e;
  font-weight: 500;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .main-menu-wrapper .main-nav .has-submenu.active .submenu a {
  color: #1F2937;
  font-weight: 500;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .main-menu-wrapper .main-nav .has-submenu.active .submenu a.active {
  color: #26948e;
  font-weight: 500;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .main-menu-wrapper .main-nav .has-submenu.active .submenu a {
  color: #1F2937;
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-twelve.header-thirteen .header-nav .main-menu-wrapper .main-nav .has-submenu.active .submenu a {
    color: #ffffff;
  }
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .main-menu-wrapper .main-nav > li.searchbar-fourteen a {
  background: #ffffff;
  border: 1px solid #ffffff;
}
@media (max-width: 1399.98px) {
  .header.header-fourteen.header-twelve.header-thirteen .header-nav .main-menu-wrapper .main-nav > li.searchbar-fourteen {
    display: none;
  }
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.flag-nav {
  padding-right: 24px;
}
@media (max-width: 1399.98px) {
  .header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.flag-nav {
    padding-right: 10px;
  }
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.flag-nav .select2-container--default {
  min-width: 115px;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.flag-nav .select2-container--default .select2-selection--single {
  height: 40px;
  background: #F3F4F6;
  border-color: #F3F4F6;
  border-radius: 5px;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.flag-nav .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1F2937;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 24px;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.flag-nav .select2-container--default .select2-selection__arrow {
  height: 38px;
  right: 2px;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.flag-nav .select2-container--default .flag-img {
  margin-right: 5px;
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.flag-nav {
    display: none;
  }
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in .btn {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 0 #ffffff;
  transition: all 0.7s;
  display: flex;
  align-items: center;
  background-color: #26948e;
  border: 1px solid #26948e;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in .btn:hover {
  color: #26948e;
  background-color: #ffffff;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #ffffff;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in .btn i {
  margin-right: 8px;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in .btn.reg-btn {
  background-color: #26948e;
  border: 1px solid #26948e;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in .btn.reg-btn:hover {
  color: #26948e;
  background-color: #ffffff;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #ffffff;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in .btn.log-btn {
  padding: 10px 12px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  box-shadow: inset 0 0 0 0 #26948e;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in .btn.log-btn:hover {
  color: #ffffff;
  background-color: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #26948e;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in-fourteen .log-btn-twelve {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in-fourteen .log-btn-twelve:hover {
  background: #42c0fb;
  border-color: #42c0fb;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn-thirteen {
  display: flex;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn-thirteen span {
  padding: 8px 20px;
  border: 1px solid #26948e;
  background: #26948e;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.5s;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn-thirteen.regist-btn span {
  border-radius: 10px;
  background: #42c0fb;
  border-color: #42c0fb;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn-thirteen.regist-btn:hover {
  color: #42c0fb;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn-thirteen .user-icon-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  border: 1px solid #26948e;
  background: #0F78E7;
  color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.5s;
}
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn-thirteen:hover span,
.header.header-fourteen.header-twelve.header-thirteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn-thirteen:hover .user-icon-header {
  background: #ffffff;
  color: #26948e;
}
.header.header-fourteen.header-fixed {
  display: block;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  box-shadow: inherit;
  position: relative;
}
.header.header-fourteen.header-fixed.pharmacy-header {
  position: fixed;
  background: #ffffff !important;
}
.header.header-fourteen .header-nav {
  background-color: transparent;
  border-bottom: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  height: 74px;
}
@media (max-width: 1199.98px) {
  .header.header-fourteen .header-nav .logo {
    margin-right: 0;
  }
}
.header.header-fourteen .header-nav .navbar-header .bar-icon span {
  background: #26948e;
}
@media (max-width: 991.98px) {
  .header.header-fourteen .header-nav {
    justify-content: space-between;
  }
}
@media (max-width: 1199.98px) {
  .header.header-fourteen .header-nav .main-menu-wrapper .main-nav .has-submenu {
    margin-right: 10px;
  }
}
.header.header-fourteen .header-nav .main-menu-wrapper .main-nav .has-submenu a {
  color: #1F2937;
}
@media (max-width: 991.98px) {
  .header.header-fourteen .header-nav .main-menu-wrapper .main-nav .has-submenu a {
    color: #ffffff;
  }
}
.header.header-fourteen .header-nav .main-menu-wrapper .main-nav .has-submenu .submenu a {
  color: #1F2937;
}
@media (max-width: 991.98px) {
  .header.header-fourteen .header-nav .main-menu-wrapper .main-nav .has-submenu .submenu a {
    color: #ffffff;
  }
}
.header.header-fourteen .header-nav .main-menu-wrapper .main-nav .has-submenu.active a {
  color: #26948e;
}
.header.header-fourteen .header-nav .main-menu-wrapper .main-nav .has-submenu.active .submenu a {
  color: #1F2937;
  font-weight: 500;
}
.header.header-fourteen .header-nav .main-menu-wrapper .main-nav .has-submenu.active .submenu a.active {
  color: #26948e;
  font-weight: 500;
}
.header.header-fourteen .header-nav .main-menu-wrapper .main-nav .has-submenu.active .submenu a {
  color: #1F2937;
}
@media (max-width: 991.98px) {
  .header.header-fourteen .header-nav .main-menu-wrapper .main-nav .has-submenu.active .submenu a {
    color: #ffffff;
  }
}
.header.header-fourteen .header-nav .main-menu-wrapper .main-nav > li.searchbar-fourteen {
  display: flex;
  align-items: center;
}
.header.header-fourteen .header-nav .main-menu-wrapper .main-nav > li.searchbar-fourteen a {
  background: #F3F4F6;
  border: 1px solid #F3F4F6;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  padding: 0;
  transition: 0.5s;
  color: #1F2937;
  font-size: 16px;
}
.header.header-fourteen .header-nav .main-menu-wrapper .main-nav > li.searchbar-fourteen a:hover {
  background: #e4e7eb;
  color: #1F2937;
  border: 1px solid #e4e7eb;
  transition: 0.5s;
}
.header.header-fourteen .header-nav .main-menu-wrapper .main-nav > li.searchbar-fourteen a i {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .header.header-fourteen .header-nav .main-menu-wrapper .main-nav > li.searchbar-fourteen {
    display: none;
  }
}
@media (min-width: 992px) {
  .header.header-fourteen .header-nav .main-menu-wrapper .main-nav > li > a {
    line-height: 74px;
  }
}
@media (max-width: 991.98px) {
  .header.header-fourteen .header-nav .main-menu-wrapper .main-nav > li > a {
    color: #ffffff;
  }
}
.header.header-fourteen .header-nav .header-navbar-rht {
  padding: 0;
  margin: 0;
}
.header.header-fourteen .header-nav .header-navbar-rht li {
  padding: 0 10px 0 0;
}
.header.header-fourteen .header-nav .header-navbar-rht li:last-child {
  padding-right: 0;
}
.header.header-fourteen .header-nav .header-navbar-rht li.login-link {
  display: none;
}
.header.header-fourteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn {
  background: transparent;
  border: 1px solid transparent;
  color: #1F2937;
  box-shadow: none;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 12px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  border-radius: 6px;
  box-shadow: inset 0 0 0 0 #99F6E4;
}
.header.header-fourteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn i {
  margin-right: 8px;
}
@media (max-width: 1199.98px) {
  .header.header-fourteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn {
    padding: 8px 8px;
    font-size: 14px;
  }
}
.header.header-fourteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn:hover {
  box-shadow: inset 210px 0 0 0 #99F6E4;
  color: #1F2937;
  transition: 0.5s;
}
.header.header-fourteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn.reg-btn-fourteen {
  background: #99F6E4;
  border: 2px solid #99F6E4;
  color: #1F2937;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.header.header-fourteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn.reg-btn-fourteen i {
  margin-right: 8px;
}
.header.header-fourteen .header-nav .header-navbar-rht li.login-in-fourteen .reg-btn.reg-btn-fourteen:hover {
  background: #ffffff;
  border-color: #82f4de;
  box-shadow: inset 210px 0 0 0 #ffffff;
  color: #1F2937;
  transition: 0.5s;
}
.header.header-fixed {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 99999;
  box-shadow: inherit;
  background: #E2E8F0;
}
.header.header-fourteen.header-fifteen.ent-header {
  background: #ffffff !important;
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-fifteen .header-nav .logo {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-fifteen .header-nav {
    justify-content: space-between;
  }
}
@media (max-width: 1399.98px) {
  .header.header-fourteen.header-fifteen .header-nav .main-menu-wrapper .main-nav > li {
    margin-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-fifteen .header-nav .main-menu-wrapper .main-nav > li {
    margin-right: 10px;
  }
}
.header.header-fourteen.header-fifteen .header-nav .main-menu-wrapper .main-nav > li a {
  color: #1F2937;
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-fifteen .header-nav .main-menu-wrapper .main-nav > li a {
    color: #ffffff;
  }
}
.header.header-fourteen.header-fifteen .header-nav .header-navbar-rht .login-in-fourteen .reg-btn {
  padding: 10px 15px;
  background: #22D6EE !important;
  border-color: #22D6EE !important;
  color: #ffffff;
  font-size: 15px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
@media (max-width: 1399.98px) {
  .header.header-fourteen.header-fifteen .header-nav .header-navbar-rht .login-in-fourteen .reg-btn {
    padding: 13px 10px;
  }
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-fifteen .header-nav .header-navbar-rht .login-in-fourteen .reg-btn {
    padding: 10px 5px;
  }
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-fifteen .header-nav .header-navbar-rht .login-in-fourteen .reg-btn {
    padding: 13px 10px;
  }
}
.header.header-fourteen.header-fifteen .header-nav .header-navbar-rht .login-in-fourteen .reg-btn.reg-btn-fourteen {
  background: #26948e !important;
  border-color: #26948e !important;
  border: 0;
  color: #ffffff;
  border-radius: 6px;
}
.header-fourteen.header-fifteen .header-dropdown.country-flag {
  margin-top: 20px;
}
.header-fourteen.header-fifteen .header-dropdown.country-flag img {
  width: 18px;
  height: 16px;
  margin-right: 5px;
}
.header-fourteen.header-fifteen .header-dropdown.country-flag a {
  color: #374151;
  font-size: 14px;
}
.header-fourteen.header-fifteen .header-dropdown.country-flag a.dropdown-toggle {
  background: #F9FAFB;
  border-color: #F9FAFB;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header-fourteen.header-fifteen .header-dropdown {
    display: none;
  }
}
.header.header-fourteen.header-sixteen {
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.08);
  background-color: #ffffff !important;
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-sixteen .header-nav .logo {
    margin-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-sixteen .header-nav .logo {
    margin-right: 0;
  }
}
@media (max-width: 1399.98px) {
  .header.header-fourteen.header-sixteen .header-nav {
    justify-content: start;
  }
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-sixteen .header-nav {
    justify-content: space-between;
  }
}
.header.header-fourteen.header-sixteen .header-nav .bar-icon span {
  background: #26948e;
}
.header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav li:last-child {
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav li:last-child {
    margin-right: 10px;
  }
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav li {
    margin-right: 10px;
  }
}
.header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav li a {
  color: #1F2937;
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav li a {
    color: #ffffff;
  }
}
.header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav li .submenu a {
  color: #1F2937;
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav li .submenu a {
    color: #ffffff;
  }
}
.header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav li.active a {
  color: #7ed957;
  font-weight: 700;
}
.header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav li.active .submenu a {
  color: #1F2937;
  font-weight: 500;
}
.header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav li.active .submenu a.active {
  color: #7ed957;
  font-weight: 500;
}
.header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav li.active .submenu a {
  color: #1F2937;
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav li.active .submenu a {
    color: #ffffff;
  }
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav .searchbar {
    display: none;
  }
}
.header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav .searchbar a i {
  font-size: 18px;
  color: #6B7280;
}
.header.header-fourteen.header-sixteen .header-nav .main-menu-wrapper .main-nav .searchbar a i:hover {
  color: #1C5B91;
}
.header.header-fourteen.header-sixteen .header-nav .header-navbar-rht .login-in-sixteen .reg-btn {
  padding: 12px 14px;
  background: #26948e;
  box-shadow: inset 0 0 0 0 #26948e;
  color: #ffffff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.header.header-fourteen.header-sixteen .header-nav .header-navbar-rht .login-in-sixteen .reg-btn:hover {
  background: #ffffff;
  color: #1C5B91;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: inset 0 60px 0 0 #ffffff;
}
@media (max-width: 1399.98px) {
  .header.header-fourteen.header-sixteen .header-nav .header-navbar-rht .login-in-sixteen .reg-btn {
    padding: 13px 10px;
  }
}
@media (max-width: 1199.98px) {
  .header.header-fourteen.header-sixteen .header-nav .header-navbar-rht .login-in-sixteen .reg-btn {
    padding: 10px 5px;
  }
}
@media (max-width: 991.98px) {
  .header.header-fourteen.header-sixteen .header-nav .header-navbar-rht .login-in-sixteen .reg-btn {
    padding: 13px 10px;
  }
}
.header.header-fourteen.header-sixteen .header-nav .header-navbar-rht .login-in-sixteen .reg-btn.reg-btn-sixteen {
  background: transparent;
  color: #1F2937;
  border: none;
  font-weight: 600;
  box-shadow: inset 0 0 0 0 #1C5B91;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.header.header-fourteen.header-sixteen .header-nav .header-navbar-rht .login-in-sixteen .reg-btn.reg-btn-sixteen:hover {
  background: #1C5B91;
  color: #ffffff;
  box-shadow: inset 0 60px 0 0 #1C5B91;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.header.header-ten.header-fixed.home-care-header.dentist-header .header-top-wrap {
  background: #1D7ED8;
}
.header.header-ten.header-fixed.home-care-header.dentist-header .header-top-wrap .header-contact li .question-mark-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-self: center;
  justify-content: center;
  color: #4338CA;
  font-weight: 600;
  margin-right: 5px;
}
.header.header-ten.header-fixed.home-care-header.dentist-header .header-top-wrap .header-contact li .question-mark-icon i {
  margin-right: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.header.header-ten.header-fixed.home-care-header.dentist-header .header-nav .header-navbar-rht li .btn.reg-btn {
  background: #1D7ED8;
  border-color: #1D7ED8;
}
.header.header-ten.header-fixed.home-care-header.dentist-header .header-nav .header-navbar-rht li .log-btn:hover {
  background: #4338CA;
  border-color: #4338CA;
  box-shadow: none;
}
.header.header-ten.header-fixed.home-care-header.dentist-header .main-nav > li.active > a {
  color: #4338CA !important;
}
.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 767.98px) {
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 5px 0;
    border-radius: 3px;
  }
}
.nav-tabs > li > a {
  margin-right: 0;
  color: #888888;
  border-radius: 3px;
}
@media (max-width: 767.98px) {
  .nav-tabs > li > a {
    border-width: 2px;
    border-left-color: transparent;
  }
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: transparent;
  color: #272b41;
}
@media (max-width: 767.98px) {
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    background-color: #fafafa;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs > li > a.active {
    border-color: transparent transparent transparent #20c0f3 !important;
    border-left-width: 2px;
  }
}
.nav-tabs > li.open:not(.active) > a,
.nav-tabs > li.open:not(.active) > a:hover,
.nav-tabs > li.open:not(.active) > a:focus {
  background-color: #fafafa;
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-item {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-item.show .nav-link {
    border-color: transparent transparent transparent #20c0f3 !important;
    border-left-width: 2px;
  }
}
.nav-tabs .nav-link {
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-link {
    border-width: 2px;
  }
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background-color: #eeeeee;
  border-color: transparent;
  color: #272b41;
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-justified {
    border-bottom: 1px solid #dddddd;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  border-bottom-color: #dddddd;
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-justified > li > a.active {
    border-color: transparent transparent transparent #20c0f3;
    border-left-width: 2px !important;
  }
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
  color: #272b41;
}
.nav-tabs.nav-justified.nav-tabs-top {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li {
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-top > li > a {
  border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li > a.open {
  border-top-color: #dddddd;
}
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0 0;
  border-top-color: #dddddd;
}
.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
  border-top-color: #20c0f3;
}
.nav-tabs.nav-tabs-top > li + li > a {
  margin-left: 1px;
}
.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
  border-bottom-width: 2px;
  border-color: transparent;
  border-bottom-color: #20c0f3;
  background-color: transparent;
  -webkit-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-tabs-bottom > li > a.active,
  .nav-tabs.nav-tabs-bottom > li > a.active:hover,
  .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    background-color: #f5f5f5;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-tabs-justified {
    border-bottom: 1px solid #dddddd;
  }
}
.nav-tabs .nav-tabs-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs .nav-tabs-justified > li > a:hover,
.nav-tabs .nav-tabs-justified > li > a:focus {
  border-bottom-color: #dddddd;
}
.nav-tabs .nav-tabs-justified > li > a.active,
.nav-tabs .nav-tabs-justified > li > a.active:focus,
.nav-tabs .nav-tabs-justified > li > a.active:hover {
  border-width: 0 0 0 2px;
  border-left-color: #20c0f3;
}
.nav-tabs .nav-tabs-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}
.nav-tabs .nav-tabs-justified.nav-tabs-top {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs .nav-tabs-justified.nav-tabs-top > li a,
.nav-tabs .nav-tabs-justified.nav-tabs-top > li a:hover,
.nav-tabs .nav-tabs-justified.nav-tabs-top > li a:focus {
  border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-solid {
  background-color: #fafafa;
  border: 0;
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-tabs-solid {
    padding: 5px;
  }
}
.nav-tabs.nav-tabs-solid > li {
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-solid > li a {
  color: #272b41;
}
.nav-tabs.nav-tabs-solid > li a.active,
.nav-tabs.nav-tabs-solid > li a.active:hover,
.nav-tabs.nav-tabs-solid > li a.active:focus {
  background-color: #20c0f3;
  border-color: #20c0f3;
  color: #ffffff;
}
.nav-tabs.nav-tabs-solid > li > a {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-tabs-solid > li > a {
    border-left-width: 0 !important;
  }
}
.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
  background-color: #f5f5f5;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
  background-color: #20c0f3;
  border-color: #20c0f3;
  color: #ffffff;
}
.nav-tabs.nav-tabs-solid .active > a,
.nav-tabs.nav-tabs-solid .active a:hover,
.nav-tabs.nav-tabs-solid .active a:focus {
  background-color: #20c0f3;
  border-color: #20c0f3;
  color: #ffffff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 5px;
  }
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
    border-color: transparent transparent transparent #20c0f3 !important;
    border-left-width: 2px;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 5px;
  }
}
.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
  background-color: #f5f5f5;
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-link.active {
    border-color: transparent transparent transparent #20c0f3 !important;
    border-left-width: 2px;
  }
}
.tab-content {
  padding-top: 20px;
}
.card-header-tabs {
  border-bottom: 0;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .carousel-item-next {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-item-next .carousel-item-left {
  opacity: 1;
}
.carousel-fade .carousel-item-prev {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-item-prev .carousel-item-right {
  opacity: 1;
}
.carousel-fade .active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.carousel-fade .active .carousel-item-left,
.carousel-fade .active .carousel-item-right {
  opacity: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.carousel-item {
  height: 75vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1 !important;
}
.divider .carousel-caption {
  position: absolute;
  top: 110px;
  right: 0;
  bottom: 20px;
  left: 5%;
}
.carousel-caption {
  z-index: 10;
  padding-bottom: 20px;
  color: #ffffff;
  position: absolute;
  top: 110px;
  right: 0;
  bottom: 20px;
  left: 15%;
}
.carousel-caption span {
  font-size: 32px;
  font-weight: 700;
  color: rgb(46, 56, 66);
}
.carousel-caption h2 {
  font-size: 54px;
  font-weight: 700;
  color: rgb(30, 92, 146);
}
.carousel-caption p {
  font-size: 18px;
  font-weight: 700;
  color: rgb(46, 56, 66);
}
@media (max-width: 991.98px) {
  .carousel-inner {
    height: 430px;
  }
}
@media (max-width: 767.98px) {
  .carousel-inner {
    height: 200px;
  }
}
.slide-nav-1 button.owl-next,
.slide-nav-1 button.owl-prev,
.slide-nav-2 button.owl-next,
.slide-nav-2 button.owl-prev,
.slide-nav-3 button.owl-next,
.slide-nav-3 button.owl-prev,
.slide-nav-4 button.owl-next,
.slide-nav-4 button.owl-prev {
  width: 34px;
  height: 34px;
  background: #10DEFD;
  text-shadow: none;
  top: 4px;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
}
@media (max-width: 767.98px) {
  .slide-nav-1 button.owl-next,
  .slide-nav-1 button.owl-prev,
  .slide-nav-2 button.owl-next,
  .slide-nav-2 button.owl-prev,
  .slide-nav-3 button.owl-next,
  .slide-nav-3 button.owl-prev,
  .slide-nav-4 button.owl-next,
  .slide-nav-4 button.owl-prev {
    width: 28px;
    height: 28px;
  }
}
.owl-theme .owl-dots,
.owl-nav button {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .owl-theme .owl-dots,
  .owl-nav button {
    margin-top: 10px;
  }
}
.custom-arrow {
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
}
.owl-nav button.owl-next {
  margin-left: 20px;
}
.footer {
  background-color: #15558d;
}
.footer.footer-one .footer-bottom .copyright .copyright-text p {
  color: #6B7280;
}
@media (max-width: 767.98px) {
  .footer.footer-one .footer-bottom .copyright .copyright-text p {
    text-align: center;
  }
}
.footer .footer-top {
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .footer .footer-top {
    padding-bottom: 10px;
  }
}
.footer .footer-top .footer-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .footer .footer-top .footer-title {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-top .footer-title {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-top .footer-widget {
    margin-bottom: 30px;
  }
}
.footer .footer-top .footer-widget.footer-menu ul {
  list-style: none;
  outline: none;
  margin: 0;
  padding: 0;
}
.footer .footer-top .footer-widget.footer-menu ul li {
  margin-bottom: 10px;
  position: relative;
}
.footer .footer-top .footer-widget.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-top .footer-widget.footer-menu ul li a {
  color: #ffffff;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer .footer-top .footer-widget.footer-menu ul li a:hover {
  color: #ffffff;
  letter-spacing: 0.5px;
  padding-left: 30px;
}
.footer .footer-top .footer-widget.footer-menu ul li a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .footer-top .footer-widget .footer-logo {
  margin: 0 0 30px;
}
.footer .footer-top .footer-widget .footer-about-content p {
  color: #ffffff;
}
.footer .footer-top .footer-widget .footer-about-content p:last-child {
  margin-bottom: 0;
}
.footer .footer-top .footer-widget .footer-about-content .social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-top .footer-widget .footer-about-content .social-icon ul li {
  margin-right: 15px;
}
.footer .footer-top .footer-widget .footer-about-content .social-icon ul li:last-child {
  margin-right: 0;
}
.footer .footer-top .footer-widget .footer-about-content .social-icon ul li a {
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer .footer-top .footer-widget .footer-about-content .social-icon ul li a:hover {
  color: #09e5ab;
}
.footer .footer-top .footer-widget .footer-contact-info {
  color: #ffffff;
  font-size: 15px;
}
.footer .footer-top .footer-widget .footer-contact-info .footer-address span {
  margin-right: 20px;
}
.footer .footer-top .footer-widget .footer-contact-info .footer-address span i.fa-map-marker-alt {
  font-size: 20px;
}
.footer .footer-top .footer-widget .footer-contact-info .footer-address p {
  margin: 0 0 1rem;
}
.footer .footer-top .footer-widget .footer-contact-info p i {
  margin-right: 15px;
}
.footer .footer-bottom .copyright {
  border-top: 1px solid #1663a6;
  padding: 30px 0;
}
.footer .footer-bottom .copyright .copyright-text p {
  font-size: 15px;
  color: #ffffff;
}
.footer .footer-bottom .copyright .copyright-text p a {
  color: #1F2937;
  font-weight: 500;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer .footer-bottom .copyright .copyright-text p a:hover {
  color: #26948e;
}
.footer .footer-bottom .copyright .copyright-text p.title {
  font-weight: 400;
  margin: 10px 0 0;
}
.footer .footer-bottom .copyright .policy-menu {
  font-size: 14px;
  text-align: right;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .copyright .policy-menu {
    margin-top: 10px;
    text-align: left;
  }
}
.footer .footer-bottom .copyright .policy-menu li {
  display: inline-block;
  margin-right: 15px;
}
.footer .footer-bottom .copyright .policy-menu li:last-child {
  margin-right: 0;
}
.footer .footer-bottom .copyright .policy-menu li a {
  color: #ffffff;
}
.footer .footer-bottom .copyright .policy-menu li a:hover,
.footer .footer-bottom .copyright .policy-menu li a:focus {
  color: #26948e;
}
.footer .footer-bottom .copyright .policy-menu li::after {
  color: #ffffff;
  content: "|";
  font-weight: 300;
  position: relative;
  left: 10px;
}
.footer .footer-bottom .copyright .policy-menu li:last-child::after {
  content: "";
}
.footer-one {
  background: #F2F6F6;
}
.footer-one .footer-top {
  background: #F9FAFB;
  margin: 0;
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .footer-one .footer-top {
    margin: 0;
    padding: 40px 0 10px;
  }
}
@media (max-width: 767.98px) {
  .footer-one .footer-top {
    margin: 0;
    padding: 40px 0 0;
  }
}
.footer-one .footer-top .footer-widget .footer-logo {
  margin-bottom: 20px;
}
.footer-one .footer-top .footer-widget .footer-about-content {
  max-width: 272px;
}
.footer-one .footer-top .footer-widget .footer-about-content p {
  margin-bottom: 0;
  font-size: 14px;
  color: #1F2937;
}
.footer-one .footer-top .footer-widget.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-one .footer-top .footer-widget .footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .footer-one .footer-top .footer-widget {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer-one .footer-top .footer-widget {
    margin-bottom: 25px;
  }
}
.footer-one .footer-top .footer-widget.footer-menu ul li {
  margin-bottom: 15px;
}
.footer-one .footer-top .footer-widget.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-one .footer-top .footer-widget.footer-menu ul li a {
  color: #1F2937;
  position: relative;
  overflow: visible;
  background: url("./media/footer-arrow-N66L7Y43.png") no-repeat -10px;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-left: 0;
  font-size: 14px;
}
.footer-one .footer-top .footer-widget.footer-menu ul li a:hover {
  color: #26948e;
  background: url("./media/footer-arrow-N66L7Y43.png") no-repeat 4px;
  padding-left: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer-one .footer-top .footer-widget.footer-menu ul li a::before {
  display: none;
}
.footer-one .footer-top .footer-widget .footer-contact-info .footer-address {
  margin-bottom: 15px;
}
.footer-one .footer-top .footer-widget .footer-contact-info .footer-address p {
  margin-bottom: 0;
  color: #1F2937;
  font-size: 14px;
}
.footer-one .footer-top .footer-widget .footer-contact-info .footer-address p i {
  font-size: 16px;
  margin-right: 10px;
}
.footer-one .footer-bottom .copyright {
  border-top: 0;
  background: #F3F4F6;
  margin: 0;
  padding: 15px 0;
}
.footer-one .footer-bottom .copyright .copyright-text p {
  font-size: 14px;
  color: #1F2937;
}
.footer-one .footer-bottom .copyright .policy-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.footer-one .footer-bottom .copyright .policy-menu li {
  display: inline-block;
  margin-right: 25px;
  color: #1F2937;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .footer-one .footer-bottom .copyright .policy-menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
    text-align: center;
    margin-top: 10px;
  }
  .footer-one .footer-bottom .copyright .policy-menu li:last-child {
    margin-bottom: 0;
  }
}
.footer-one .footer-bottom .copyright .policy-menu li::after {
  font-size: 15px;
  color: #6B7280;
  content: "|";
  font-weight: 500;
  position: relative;
  left: 15px;
}
@media (max-width: 767.98px) {
  .footer-one .footer-bottom .copyright .policy-menu li::after {
    display: none;
  }
}
.footer-one .footer-bottom .copyright .policy-menu li:last-child::after {
  content: "";
}
.footer-one .footer-bottom .copyright .policy-menu li a {
  color: #1F2937;
}
.footer-one .footer-bottom .copyright .policy-menu li a:hover {
  color: #26948e;
}
.subscribe-form {
  position: relative;
  margin-bottom: 20px;
}
.subscribe-form .form-control {
  font-weight: 500;
  font-size: 15px;
  min-height: 46px;
  color: #6B7280;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 6px 0px 0px 6px;
  margin: 0;
  padding: 6px 112px 6px 15px;
}
@media (max-width: 991.98px) {
  .subscribe-form .form-control {
    padding-right: 180px;
  }
}
@media (max-width: 767.98px) {
  .subscribe-form .form-control {
    min-height: 46px;
    padding-right: 145px;
  }
}
.subscribe-form .form-control::placeholder {
  font-weight: 500;
  font-size: 15px;
  color: #374151;
}
.subscribe-form .btn {
  font-weight: normal;
  margin: 0;
  padding: 11px 14px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0 6px 6px 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #ffffff;
  background: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.subscribe-form .btn:hover {
  color: #26948e;
  border-color: #26948e;
  background: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .subscribe-form .btn {
    font-size: 14px;
  }
}
.subscribe-content p {
  max-width: 360px;
  margin-bottom: 0;
  font-size: 14px;
  color: #6B7280;
}
.footer-two {
  background-color: #15558d;
}
.footer-two .footer-top {
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .footer-two .footer-top {
    padding-bottom: 10px;
  }
}
.footer-two .footer-top .footer-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .footer-two .footer-top .footer-title {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .footer-two .footer-top .footer-title {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .footer-two .footer-top .footer-widget {
    margin-bottom: 30px;
  }
}
.footer-two .footer-top .footer-widget.footer-menu ul {
  list-style: none;
  outline: none;
  margin: 0;
  padding: 0;
}
.footer-two .footer-top .footer-widget.footer-menu ul li {
  margin-bottom: 10px;
  position: relative;
}
.footer-two .footer-top .footer-widget.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-two .footer-top .footer-widget.footer-menu ul li a {
  color: #ffffff;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-two .footer-top .footer-widget.footer-menu ul li a:hover {
  color: #ffffff;
  letter-spacing: 0.5px;
  padding-left: 30px;
}
.footer-two .footer-top .footer-widget.footer-menu ul li a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-two .footer-top .footer-widget .footer-logo {
  margin: 0 0 30px;
}
.footer-two .footer-top .footer-widget .footer-about-content {
  max-width: inherit;
}
.footer-two .footer-top .footer-widget .footer-about-content p {
  color: #ffffff;
  margin-bottom: 15px;
}
.footer-two .footer-top .footer-widget .footer-about-content p:last-child {
  margin-bottom: 0;
}
.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul li {
  margin-right: 15px;
}
.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul li:last-child {
  margin-right: 0;
}
.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul li a {
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul li a:hover {
  color: #09e5ab;
}
.footer-two .footer-top .footer-widget .footer-contact-info {
  color: #ffffff;
  font-size: 15px;
}
.footer-two .footer-top .footer-widget .footer-contact-info .footer-address span {
  margin-right: 20px;
}
.footer-two .footer-top .footer-widget .footer-contact-info .footer-address span i.fa-map-marker-alt {
  font-size: 20px;
}
.footer-two .footer-top .footer-widget .footer-contact-info .footer-address p {
  margin: 0;
}
.footer-two .footer-top .footer-widget .footer-contact-info p i {
  margin-right: 15px;
}
.footer-two .footer-bottom .copyright {
  border-top: 1px solid #1663a6;
  padding: 30px 0;
}
.footer-two .footer-bottom .copyright .copyright-text p {
  color: #ffffff;
  font-size: 15px;
}
.footer-two .footer-bottom .copyright .copyright-text p a {
  color: #09e5ab;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-two .footer-bottom .copyright .copyright-text p a:hover {
  color: #ffffff;
}
.footer-two .footer-bottom .copyright .copyright-text p.title {
  font-weight: 400;
  margin: 10px 0 0;
}
.footer-two .footer-bottom .copyright .policy-menu {
  font-size: 14px;
  text-align: right;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .footer-two .footer-bottom .copyright .policy-menu {
    margin-top: 10px;
    text-align: left;
  }
}
.footer-two .footer-bottom .copyright .policy-menu li {
  display: inline-block;
  margin-right: 15px;
}
.footer-two .footer-bottom .copyright .policy-menu li:last-child {
  margin-right: 0;
}
.footer-two .footer-bottom .copyright .policy-menu li a {
  color: #ffffff;
}
.footer-two .footer-bottom .copyright .policy-menu li a:hover,
.footer-two .footer-bottom .copyright .policy-menu li a:focus {
  color: #09e5ab;
}
.footer-two .footer-bottom .copyright .policy-menu li::after {
  color: #ffffff;
  content: "|";
  font-weight: 300;
  position: relative;
  left: 10px;
}
.footer-two .footer-bottom .copyright .policy-menu li:last-child::after {
  content: "";
}
.footer-three {
  background-color: #002578;
}
.footer-three .footer-top .footer-widget.footer-menu ul li a {
  padding-left: 0;
  font-size: 16px;
}
.footer-three .footer-top .footer-widget.footer-menu ul li a::before {
  content: none;
}
.footer-three .footer-top .footer-widget.footer-menu ul li a:hover {
  color: #26948e;
  padding-left: 0;
}
.footer-three .footer-top .footer-widget.footer-menu ul li a:hover::before {
  content: none;
}
.footer-three .footer-top .footer-widget .footer-logo {
  margin: 0 0 15px;
}
.footer-three .footer-top .footer-widget .footer-about-content .social-icon ul li a {
  color: #002578;
  font-size: 16px;
}
.footer-three .footer-top .footer-widget .footer-about-content .social-icon ul li a:hover {
  background: #26948e;
  border-color: #26948e;
  color: #ffffff;
}
.footer-three .footer-top {
  margin: 0;
  padding: 40px 0;
}
.footer-three .footer-top .footer-widget .footer-title {
  color: #ffffff;
  margin: 0 0 15px;
}
.footer-three .footer-top .footer-widget .footer-about-content p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 24px;
}
.footer-three .footer-menu ul li {
  margin: 0 0 10px;
}
.footer-three .footer-menu ul li a {
  color: #000000;
  font-size: 16px;
  background: none;
}
.footer-three .footer-menu ul li a::before {
  content: none;
}
.footer-three .footer-menu ul li a:hover {
  background: none;
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .footer-three .footer-menu ul li a {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .footer-three .footer-menu ul li a {
    font-size: 14px;
  }
}
.footer-three .footer-link {
  margin-bottom: 20px !important;
}
.footer-three .social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-three .social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer-three .social-icon ul li:last-child {
  margin-right: 0;
}
.footer-three .social-icon ul li a {
  width: 36px;
  height: 36px;
  color: #002578;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 16px;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-three .social-icon ul li a:hover {
  background: #26948e;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .footer-three .social-icon ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.footer-three .footer-bottom .copyright {
  border-top: 1px solid #374151;
  padding: 15px 0;
}
.footer-three .footer-bottom .copyright .copyright-menu p {
  color: #000000;
  margin: 0;
}
@media (max-width: 991.98px) {
  .footer-three .footer-bottom .copyright .copyright-menu {
    margin: 0 0 15px;
  }
}
@media (max-width: 767.98px) {
  .footer-three .footer-bottom .copyright .footer-language > img {
    margin: 0 0 15px;
  }
}
.footer-three .footer-bottom .copyright .footer-language .footer-select {
  width: 164px;
  position: relative;
}
.footer-three .footer-bottom .copyright .footer-language .footer-select .select-icon {
  position: absolute;
  top: 55%;
  left: 14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 9;
  color: #999999;
}
.footer-three .footer-bottom .copyright .footer-language .footer-select .select2-container .select2-selection--single {
  border: 1px solid #D9D9D9;
  border-radius: 100px;
}
.footer-three .footer-bottom .copyright .footer-language .footer-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
}
.footer-three .footer-bottom .copyright .footer-language .footer-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #999999;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .footer-three .footer-bottom .copyright .footer-language {
    display: block;
  }
}
.footer-one .social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-one .social-icon ul li {
  margin-right: 15px;
}
.footer-one .social-icon ul li:last-child {
  margin-right: 0;
}
.footer-one .social-icon ul li a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #1F2937;
  background: #E5E7EB;
  font-size: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-one .social-icon ul li a:hover {
  background: #26948e;
  color: #ffffff;
}
.footer.footer-three.footer-ten {
  background: #1D7ED8;
  position: relative;
  overflow: hidden;
}
.footer.footer-three.footer-ten .social-icon {
  position: relative;
}
.footer.footer-three.footer-ten .footer-ten-bg img {
  position: absolute;
}
.footer.footer-three.footer-ten .footer-ten-bg img:nth-child(1) {
  left: 0;
  bottom: 0;
}
.footer.footer-three.footer-ten .footer-ten-bg img:nth-child(2) {
  right: 0;
  bottom: 0;
}
.footer.footer-three.footer-ten .footer-ten-bg img:nth-child(3) {
  left: 50%;
  transform: translate(-50%, 100%);
}
.footer.footer-three.footer-ten .footer-top {
  padding: 60px 0;
  background: #1D7ED8;
}
@media (max-width: 991.98px) {
  .footer.footer-three.footer-ten .footer-top {
    padding: 40px 0 10px;
  }
}
@media (max-width: 767.98px) {
  .footer.footer-three.footer-ten .footer-top {
    padding: 30px 0 0;
  }
}
.footer.footer-three.footer-ten .footer-top .footer-widget .footer-title {
  padding-bottom: 15px;
  position: relative;
}
.footer.footer-three.footer-ten .footer-top .footer-widget .footer-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 31px;
  height: 2px;
}
.footer.footer-three.footer-ten .footer-top .footer-widget.footer-menu ul li {
  margin-bottom: 15px;
}
.footer.footer-three.footer-ten .footer-top .footer-widget.footer-menu ul li a {
  font-weight: 500;
}
.footer.footer-three.footer-ten .footer-top .footer-widget.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer.footer-three.footer-ten .footer-top .footer-widget .footer-about-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #F9FAFB;
}
@media (max-width: 991.98px) {
  .footer.footer-three.footer-ten .footer-top .footer-widget .footer-about-content p {
    margin-bottom: 20px;
  }
}
.footer.footer-three.footer-ten .subscribe-form {
  margin-bottom: 0;
}
.footer.footer-three.footer-ten .subscribe-form .form-control {
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 50px;
  color: #ffffff;
  border: 0;
  font-size: 14px;
  font-weight: normal;
}
.footer.footer-three.footer-ten .subscribe-form .form-control::placeholder {
  color: #ffffff;
}
.footer.footer-three.footer-ten .subscribe-form .btn {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 20px;
  background: #ffffff;
  right: 6px;
}
.footer.footer-three.footer-ten .mail-note {
  color: #6B7280;
}
.footer.footer-three.footer-ten .footer-map {
  border-radius: 35px;
  overflow: hidden;
}
.footer.footer-three.footer-ten .footer-map img {
  width: 100%;
}
.footer.footer-three.footer-ten .footer-contact-info .footer-address {
  border-bottom: 1px solid #BAE6FD;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.footer.footer-three.footer-ten .footer-contact-info .footer-address span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 8px;
}
.footer.footer-three.footer-ten .footer-contact-info .footer-address .addr-info h6 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  color: #F3F4F6;
}
.footer.footer-three.footer-ten .footer-contact-info .footer-address .addr-info p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.footer.footer-three.footer-ten .footer-contact-info .footer-address:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.footer.footer-three.footer-ten .social-icon {
  text-align: right;
}
.footer.footer-three.footer-ten .social-icon ul li a {
  background: #60B9FA;
  border-color: #60B9FA;
  color: #ffffff;
}
.footer.footer-three.footer-ten .social-icon ul li a:hover {
  background: #26948e;
  border-color: #26948e;
}
.footer.footer-three.footer-ten .footer-bottom {
  border-top: 1px solid #7ed957;
  background: #1D7ED8;
}
.footer.footer-three.footer-ten .footer-bottom .copyright {
  border: 0;
  padding: 15px 0;
}
@media (max-width: 991.98px) {
  .footer.footer-three.footer-ten .footer-bottom .copyright {
    flex-direction: column;
  }
}
.footer.footer-three.footer-ten .footer-bottom .copyright .copyright-text p {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .footer.footer-three.footer-ten .footer-bottom .copyright .copyright-text {
    margin-bottom: 15px;
  }
}
.footer.footer-three.footer-ten .footer-bottom .copyright .policy-menu li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.footer.footer-three.footer-ten .footer-bottom .copyright .policy-menu li a:hover {
  color: #F3F4F6;
}
.footer.footer-three.footer-ten .footer-bottom .copyright .policy-menu li::after {
  content: none;
}
.footer.footer-eleven {
  background: #1E5D8A;
  position: relative;
  z-index: 1;
}
.footer.footer-eleven .sec-bg-img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 400px;
}
.footer.footer-eleven .footer-top {
  padding: 50px 0 35px;
}
.footer.footer-eleven .footer-top .footer-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
.footer.footer-eleven .footer-top .footer-content p {
  color: #ffffff;
  margin: 0 0 25px;
}
.footer.footer-eleven .footer-top .subscribe-form {
  margin-bottom: 25px;
}
.footer.footer-eleven .footer-top .subscribe-form .form-control {
  min-height: 59px;
  margin: 0;
  padding: 10px 155px 10px 15px;
  background: rgba(11, 219, 252, 0.1019607843);
  border: 0;
  border-radius: 50px;
  color: #ffffff;
}
.footer.footer-eleven .footer-top .subscribe-form .form-control::placeholder {
  color: #ffffff;
}
.footer.footer-eleven .footer-top .subscribe-form .btn {
  margin-right: 10px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: normal;
  background: #1D7ED8;
  color: #ffffff;
  border-color: #1D7ED8;
  font-weight: 500;
  padding: 6px 23px;
}
.footer.footer-eleven .footer-top .subscribe-form .btn:hover {
  background: #22D6EE;
  color: #ffffff;
  box-shadow: inset 0 0 0 50px #22D6EE;
  border-color: #22D6EE;
}
@media (max-width: 767.98px) {
  .footer.footer-eleven .footer-top .footer-payment {
    margin: 0 0 15px 0;
  }
}
.footer.footer-eleven .footer-top .footer-payment h6 {
  font-size: 16px;
  margin: 0 0 15px;
  color: #ffffff;
}
.footer.footer-eleven .footer-top .footer-widget .footer-widget-title h4 {
  color: #ffffff;
  font-size: 20px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.footer.footer-eleven .footer-top .footer-widget .footer-widget-title h4::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer.footer-eleven .footer-top .footer-widget p {
  color: #F9FAFB;
}
.footer.footer-eleven .footer-top .footer-widget ul li {
  display: flex !important;
  align-items: center;
  margin-bottom: 15px;
}
.footer.footer-eleven .footer-top .footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer.footer-eleven .footer-top .footer-widget ul li span.icon-contact {
  border: 1px solid #FFFFFF;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}
.footer.footer-eleven .footer-top .footer-widget ul li p {
  font-weight: normal;
  margin-bottom: 0;
}
.footer.footer-eleven .footer-top .footer-widget ul li p span {
  color: #F3F4F6;
  font-weight: normal;
  display: block;
}
.footer.footer-eleven .footer-bottom {
  border-top: 1px solid #1E69AF;
}
.footer.footer-eleven .footer-bottom .copyright {
  border-top: 0;
  padding: 25px 0;
}
.footer.footer-eleven .footer-bottom .copyright .copyright-text p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .footer.footer-eleven .footer-bottom .copyright .copyright-text p {
    margin-bottom: 10px;
    text-align: center;
  }
}
.footer.footer-eleven .footer-bottom .copyright .copyright-text p a {
  color: #0CE0FF;
}
@media (max-width: 1199.98px) {
  .footer.footer-eleven .footer-bottom .copyright .policy-menu {
    text-align: center;
    margin-top: 10px;
  }
}
.footer.footer-eleven .footer-bottom .copyright .policy-menu li {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .footer.footer-eleven .footer-bottom .copyright .policy-menu li {
    margin: 0 10px 10px 0;
  }
}
.footer.footer-eleven .footer-bottom .copyright .policy-menu li::after {
  display: none;
}
.footer.footer-eleven .footer-bottom .copyright .policy-menu li a:hover {
  color: #0CE0FF;
}
@media (max-width: 1399.98px) {
  .footer.footer-eleven .footer-bottom .copyright .policy-menu li {
    font-size: 15px;
  }
}
.footer.footer-eleven .social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .footer.footer-eleven .social-icon ul {
    text-align: center !important;
  }
}
.footer.footer-eleven .social-icon ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer.footer-eleven .social-icon ul li a {
  color: #ffffff;
  font-size: 20px;
}
.footer.footer-eleven .social-icon ul li a:hover {
  color: #0CE0FF;
}
.footer.footer-eleven .social-icon ul li:last-child {
  margin-right: 0;
}
.footer.footer-eleven .footer-widget.footer-menu {
  margin: 0 0 25px;
}
.footer.footer-eleven .footer-widget.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer.footer-eleven .footer-widget.footer-menu ul li {
  display: inline-block;
}
.footer.footer-eleven .footer-widget.footer-menu ul li a {
  font-size: 16px;
  padding-left: 0;
  color: #ffffff;
}
.footer.footer-eleven .footer-widget.footer-menu ul li a:hover {
  color: #0CE0FF;
  padding-left: 0;
  letter-spacing: normal;
}
.footer.footer-eleven .footer-widget.footer-menu ul li a::before {
  content: none !important;
}
.footer.footer-eleven .footer-widget.footer-menu ul li:last-child {
  margin-right: 0;
}
.footer.footer-eleven.dentist-footer {
  background: #F9FCFF;
}
.footer.footer-eleven.dentist-footer .footer-top .footer-widget .footer-widget-title h4 {
  color: #000000;
  font-weight: 600;
}
.footer.footer-eleven.dentist-footer .footer-top .footer-widget .footer-widget-title h4:after {
  background: #000000;
}
.footer.footer-eleven.dentist-footer .footer-top .footer-widget p {
  color: #374151;
}
.footer.footer-eleven.dentist-footer .footer-top .footer-widget.footer-menu ul li a {
  color: #374151;
  font-weight: normal;
}
.footer.footer-eleven.dentist-footer .footer-top .footer-widget.footer-menu ul li a:hover {
  color: #1D7ED8;
  letter-spacing: 1px;
}
.footer.footer-eleven.dentist-footer .footer-top .footer-widget ul li p {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}
.footer.footer-eleven.dentist-footer .footer-top .footer-widget ul li p span {
  color: #374151;
  font-weight: normal;
}
.footer.footer-eleven.dentist-footer .footer-top .footer-widget ul li .icon-contact {
  border-color: #374151;
  color: #374151;
}
.footer.footer-eleven.dentist-footer .footer-top .subscribe-form .form-control {
  background: #ffffff;
  color: #374151;
  border: 1px solid #E5E7EB;
}
.footer.footer-eleven.dentist-footer .footer-top .subscribe-form .form-control::placeholder {
  color: #374151;
}
.footer.footer-eleven.dentist-footer .footer-bottom {
  border-top: 1px solid #E5E7EB;
  background: #F9FCFF;
}
.footer.footer-eleven.dentist-footer .footer-bottom .copyright {
  padding: 15px 0;
}
.footer.footer-eleven.dentist-footer .footer-bottom .copyright .copyright-text p {
  color: #374151;
}
.footer.footer-eleven.dentist-footer .footer-bottom .copyright .policy-menu li a {
  color: #374151;
}
.footer.footer-eleven.dentist-footer .footer-bottom .copyright .policy-menu li a:hover {
  color: #1D7ED8;
}
.footer.footer-eleven.dentist-footer .social-icon ul li {
  margin-right: 10px;
}
.footer.footer-eleven.dentist-footer .social-icon ul li:last-child {
  margin-right: 0;
}
.footer.footer-eleven.dentist-footer .social-icon ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: 50%;
}
.footer.footer-eleven.dentist-footer .social-icon ul li a:hover {
  background: #0369A1;
  color: #ffffff;
}
.footer-language {
  position: relative;
  width: 173px;
  float: right;
}
@media (max-width: 767.98px) {
  .footer-language {
    float: left !important;
  }
}
.footer-language .select2-container .select2-selection--single {
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 10px;
  height: 44px;
}
.footer-language .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 34px;
  color: #ffffff;
}
.footer-language .icon-lang {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #ffffff;
  line-height: 0;
}
.footer-contacts {
  margin: 0 0 26px;
}
.footer-contacts .footer-wrap {
  background: rgba(240, 244, 246, 0.16);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 15px;
}
.footer-contacts .footer-wrap .footer-icon {
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 100px;
  margin: 0 15px 0 0;
  flex-shrink: 0;
  color: #0CE0FF;
  font-size: 24px;
}
.footer-contacts .footer-wrap .footer-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 10px;
}
.footer-contacts .footer-wrap .footer-info p {
  margin: 0;
  color: #ffffff;
}
.footer-one.footer-fourteen.footer-twelve {
  background: #F9FAFB;
  padding: 0;
}
@media (max-width: 991.98px) {
  .footer-one.footer-fourteen.footer-twelve .footer-bottom .copyright .policy-menu {
    text-align: start;
  }
  .footer-one.footer-fourteen.footer-twelve .footer-bottom .copyright .policy-menu li {
    margin-right: 4px;
    font-weight: 400;
  }
  .footer-one.footer-fourteen.footer-twelve .footer-bottom .copyright .policy-menu li::after {
    left: 5px;
  }
  .footer-one.footer-fourteen.footer-twelve .footer-bottom .copyright .policy-menu li a {
    font-size: 14px;
  }
}
.footer-fourteen.footer-twelve {
  background: #0369A1;
  position: relative;
  z-index: 1;
}
.footer-fourteen.footer-twelve .footer-top {
  padding: 80px 0 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .footer-fourteen.footer-twelve .footer-top {
    padding: 50px 0 30px;
  }
}
@media (max-width: 767.98px) {
  .footer-fourteen.footer-twelve .footer-top {
    padding: 40px 0 20px;
  }
}
.footer-fourteen.footer-twelve .footer-top .floating-bg img {
  position: absolute;
  z-index: -1;
}
.footer-fourteen.footer-twelve .footer-top .floating-bg img:nth-child(1) {
  left: 50px;
  bottom: 100px;
}
.footer-fourteen.footer-twelve .footer-top .floating-bg img:nth-child(2) {
  right: 20%;
  bottom: 30px;
}
.footer-fourteen.footer-twelve .footer-top .floating-bg img:nth-child(3) {
  top: 0;
  left: 0;
}
.footer-fourteen.footer-twelve .footer-widget {
  margin-bottom: 20px;
}
.footer-fourteen.footer-twelve .footer-widget li a {
  color: #F3F4F6;
  padding-left: 0 !important;
  font-size: 14px;
}
.footer-fourteen.footer-twelve .footer-widget li a::before {
  display: none;
}
.footer-fourteen.footer-twelve .footer-widget li a:hover {
  letter-spacing: 1px;
  text-decoration: underline;
}
.footer-fourteen.footer-twelve .footer-widget li span {
  color: #F3F4F6;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.footer-fourteen.footer-twelve .footer-widget li span i {
  margin-right: 5px;
}
.footer-fourteen.footer-twelve .footer-widget li p {
  color: #F3F4F6;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-fourteen.footer-twelve .footer-widget li + li {
  margin-top: 15px;
}
.footer-fourteen.footer-twelve .footer-widget .footer-widget-title h4 {
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}
.footer-fourteen.footer-twelve .footer-widget .footer-widget-title h4::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-fourteen.footer-twelve .footer-widget.footer-about {
  background: #0474AA;
  border-radius: 10px;
  padding: 15px;
}
.footer-fourteen.footer-twelve .footer-widget.footer-about p {
  color: #F3F4F6;
  margin-bottom: 24px;
}
.footer-fourteen.footer-twelve .footer-widget.footer-about .subscribe-form input {
  border-radius: 50px;
  background: rgba(11, 219, 252, 0.1019607843);
  color: #F3F4F6;
  border: 0;
  padding: 14px 10px;
  padding-right: 125px;
}
.footer-fourteen.footer-twelve .footer-widget.footer-about .subscribe-form input::placeholder {
  color: #F3F4F6;
}
.footer-fourteen.footer-twelve .footer-widget.footer-about .subscribe-form button {
  padding: 6px 14px;
  background: #ffffff;
  color: #000000;
  right: 10px;
  border-radius: 50px;
  border-color: #ffffff;
}
.footer-fourteen.footer-twelve .footer-widget.footer-about .subscribe-form button:hover {
  background: #2196f3;
  box-shadow: none;
  color: #ffffff;
  border-color: #2196f3;
}
.footer-fourteen.footer-twelve .footer-bottom {
  border-top: 1px solid #0284C7;
  padding: 15px 0;
}
.footer-fourteen.footer-twelve .footer-bottom .copyright-text p {
  color: #ffffff;
  font-size: 14px;
}
.footer-fourteen.footer-twelve .footer-bottom .social-links {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 767.98px) {
  .footer-fourteen.footer-twelve .footer-bottom .social-links {
    justify-content: start;
    margin-top: 20px;
  }
}
.footer-fourteen.footer-twelve .footer-bottom .social-links li {
  margin-right: 10px;
}
.footer-fourteen.footer-twelve .footer-bottom .social-links li:last-child {
  margin-right: 0;
}
.footer-fourteen.footer-twelve .footer-bottom .social-links li a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.footer-fourteen.footer-twelve .footer-bottom .social-links li a:hover {
  background: #0284C7;
}
.footer-fourteen.footer-twelve .footer-bottom .social-links li a:hover i {
  color: #ffffff;
}
.footer-fourteen.footer-twelve .footer-bottom .social-links li a i {
  color: #0284C7;
}
.footer.footer-thirteen {
  background: #26948e;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.footer.footer-thirteen .social-icon {
  text-align: right;
}
@media (max-width: 767.98px) {
  .footer.footer-thirteen .social-icon {
    text-align: left;
  }
}
.footer.footer-thirteen .social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer.footer-thirteen .social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer.footer-thirteen .social-icon ul li:last-child {
  margin-right: 0;
}
.footer.footer-thirteen .social-icon ul li a {
  width: 36px;
  height: 36px;
  color: #26948e;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 16px;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer.footer-thirteen .social-icon ul li a:hover {
  border: 1px solid #ffffff;
  background: #26948e;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .footer.footer-thirteen .social-icon ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.footer.footer-thirteen .footer-top {
  margin: 0;
  padding: 40px 0;
}
.footer.footer-thirteen .footer-top .footer-widget .footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer.footer-thirteen .footer-top .footer-widget ul li {
  margin-bottom: 5px;
}
.footer.footer-thirteen .footer-top .footer-widget ul li a {
  color: #F3F4F6;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0;
}
.footer.footer-thirteen .footer-top .footer-widget ul li a::before {
  content: "";
}
.footer.footer-thirteen .footer-top .footer-widget ul li a:hover {
  color: #ffffff;
  padding-left: 5px;
}
.footer.footer-thirteen .footer-top .footer-menu-thirteen {
  margin-top: 43px;
}
.footer.footer-thirteen .footer-top .footer-menu-thirteen .footer-title {
  display: none;
}
@media (max-width: 991.98px) {
  .footer.footer-thirteen .footer-top .footer-menu-thirteen {
    margin-top: 0;
  }
  .footer.footer-thirteen .footer-top .footer-menu-thirteen .footer-title {
    display: block;
  }
}
.footer.footer-thirteen .footer-top .footer-contents-thirteen-main {
  margin: 40px 0 0 0;
}
@media (max-width: 991.98px) {
  .footer.footer-thirteen .footer-top .footer-contents-thirteen-main {
    margin: 0;
  }
}
.footer.footer-thirteen .footer-top .footer-contents-thirteen-main .footer-thirt-inner {
  position: relative;
}
@media (max-width: 991.98px) {
  .footer.footer-thirteen .footer-top .footer-contents-thirteen-main .footer-thirt-inner {
    margin-bottom: 10px;
  }
}
.footer.footer-thirteen .footer-top .footer-contents-thirteen-main .footer-thirt-inner h4 {
  font-weight: 600;
  color: #00438A;
  margin-bottom: 6px;
}
.footer.footer-thirteen .footer-top .footer-contents-thirteen-main .footer-thirt-inner p {
  font-size: 14px;
  color: rgba(147, 163, 180, 0.8);
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .footer.footer-thirteen .footer-top .footer-contents-thirteen-main .footer-thirt-inner p {
    margin-bottom: 10px;
  }
}
.footer.footer-thirteen .footer-top .footer-contents-thirteen-main .subscribe-form {
  margin-bottom: 0;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .footer.footer-thirteen .footer-top .footer-contents-thirteen-main .subscribe-form {
    margin-bottom: 20px;
  }
}
.footer.footer-thirteen .footer-top .footer-contents-thirteen-main .subscribe-form .form-control {
  border: 1px solid #F3F4F6;
  background: #ffffff;
  border-radius: 10px;
  color: #374151;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  min-height: 55px;
}
.footer.footer-thirteen .footer-top .footer-contents-thirteen-main .subscribe-form .form-control::placeholder {
  color: #374151;
}
.footer.footer-thirteen .footer-top .footer-contents-thirteen-main .subscribe-form .btn {
  background: #26948e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 20px;
  right: 5px;
  border-radius: 10px;
}
.footer.footer-thirteen .footer-top .footer-contents-thirteen-main .subscribe-form .btn:hover {
  color: #26948e;
}
.footer.footer-thirteen .footer-bottom .copyright {
  border-top: 1px solid #7ed957;
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .footer.footer-thirteen .footer-bottom .copyright {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .footer.footer-thirteen .footer-bottom .copyright .copyright-img {
    margin-bottom: 15px;
  }
}
.footer.footer-thirteen .footer-bottom .copyright .copyright-text p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #F3F4F6;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .footer.footer-thirteen .footer-bottom .copyright .copyright-menu {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .footer.footer-thirteen .footer-bottom .copyright .copyright-menu ul {
    text-align: center;
  }
}
.footer.footer-thirteen .footer-bottom .copyright .copyright-menu ul li a {
  color: #00438A;
  font-size: 18px;
}
.footer.footer-thirteen .footer-bottom .copyright .copyright-menu ul li a:hover {
  color: #26948e;
}
.footer.footer-thirteen .footer-bg-icon img {
  position: absolute;
  z-index: 0;
}
.footer.footer-thirteen .footer-bg-icon img:nth-child(1) {
  top: 10%;
  right: 5%;
}
@media (max-width: 767.98px) {
  .footer.footer-thirteen .footer-bg-icon img:nth-child(1) {
    display: none;
  }
}
.footer.footer-thirteen .footer-bg-icon img:nth-child(2) {
  top: 20%;
  right: -7%;
}
@media (max-width: 991.98px) {
  .footer.footer-thirteen .footer-bg-icon img:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .footer.footer-thirteen .footer-bg-icon img:nth-child(2) {
    display: none;
  }
}
.footer-three.footer-fourteen {
  background: #312E81;
  padding: 0;
}
.footer-three.footer-fourteen .social-icon ul li a {
  color: #312E81;
}
.footer-three.footer-fourteen .social-icon ul li a:hover {
  background: #312E81;
  color: #ffffff;
}
.footer-three.footer-fourteen .footer-top {
  background: #312E81;
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .footer-three.footer-fourteen .footer-top {
    padding: 30px 0 0;
  }
}
.footer-three.footer-fourteen .footer-top .footer-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
}
.footer-three.footer-fourteen .footer-top .footer-widget.footer-menu ul li {
  margin-bottom: 15px;
}
.footer-three.footer-fourteen .footer-top .footer-widget.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-three.footer-fourteen .footer-top .footer-widget.footer-menu ul li a {
  font-size: 14px;
  color: #F3F4F6;
}
.footer-three.footer-fourteen .footer-top .footer-widget.footer-menu ul li a:hover {
  color: #26948e;
}
.footer-three.footer-fourteen .footer-top .footer-widget .footer-about-content {
  margin-bottom: 24px;
}
.footer-three.footer-fourteen .footer-top .footer-widget .footer-about-content p {
  color: #F3F4F6;
}
.footer-three.footer-fourteen .footer-top .footer-widget .footer-contact-info .footer-address {
  margin-bottom: 15px;
  display: block;
}
.footer-three.footer-fourteen .footer-top .footer-widget .footer-contact-info .footer-address p {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  margin-bottom: 0;
  color: #F3F4F6;
}
.footer-three.footer-fourteen .footer-top .footer-widget .footer-contact-info .footer-address p.loc-info {
  font-weight: 500;
  margin-bottom: 5px;
}
.footer-three.footer-fourteen .footer-top .footer-widget .footer-contact-info .footer-address p.loc-info i {
  margin-right: 5px;
}
.footer-three.footer-fourteen .footer-top .footer-widget .subscribe-form .form-control {
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px 0px 0px 6px;
}
.footer-three.footer-fourteen .footer-bottom {
  border-top: 1px solid #3730A3;
}
.footer-three.footer-fourteen .footer-bottom .copyright {
  background: #312E81;
}
.footer-three.footer-fourteen .footer-bottom .copyright .copyright-text p {
  font-size: 14px;
}
.footer.footer-fifteen {
  position: relative;
  padding: 52px 0 0 0;
  background-color: #ffffff;
  background-image: url("./media/footer-fift-bg-XEHQSDAE.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer.footer-fifteen .footer-top-fifteen {
  padding: 0 0 20px;
}
.footer.footer-fifteen .footer-top-fifteen .join-news-row {
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 40px;
}
.footer.footer-fifteen .footer-top-fifteen .join-news-foot {
  margin-bottom: 20px;
}
.footer.footer-fifteen .footer-top-fifteen .join-news-foot h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}
.footer.footer-fifteen .footer-top-fifteen .join-news-foot p {
  color: #374151;
  margin-bottom: 0;
}
.footer.footer-fifteen .footer-top-fifteen .form-set {
  margin-bottom: 20px;
}
.footer.footer-fifteen .footer-top-fifteen .form-set form {
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer.footer-fifteen .footer-top-fifteen .form-set form input {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  background: transparent;
  color: #374151;
}
.footer.footer-fifteen .footer-top-fifteen .form-set form input::placeholder {
  color: #374151;
}
.footer.footer-fifteen .footer-top-fifteen .form-set form button {
  background: #26948e;
  border: 1px solid #26948e;
  border-radius: 10px;
  padding: 10px;
  color: #ffffff;
  margin-left: 10px;
}
.footer.footer-fifteen .footer-top-fifteen .form-set form button:hover {
  background: #0CE0FF;
  border-color: #0CE0FF;
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget {
  margin-bottom: 20px;
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget .footer-logo {
  margin-bottom: 15px;
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 40px;
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget .social-links ul {
  display: flex;
  align-items: center;
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget .social-links ul li {
  margin-right: 10px;
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget .social-links ul li:last-child {
  margin-right: 0;
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget .social-links ul li a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E5E7EB;
  color: #000000;
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget .footer-title {
  margin-bottom: 24px;
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget .footer-title h4 {
  color: #000000;
  font-size: 18px;
  margin-bottom: 0;
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget ul.link-foot li {
  color: #374151;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .footer.footer-fifteen .footer-top-fifteen .footer-widget ul.link-foot li {
    font-size: 14px;
  }
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget ul.link-foot li a {
  color: #374151;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .footer.footer-fifteen .footer-top-fifteen .footer-widget ul.link-foot li a {
    font-size: 14px;
  }
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget ul.link-foot li + li {
  margin-top: 10px;
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget ul.link-foot li span {
  margin-right: 10px;
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget ul.link-foot li span i {
  color: #000000;
}
.footer.footer-fifteen .footer-top-fifteen .footer-widget ul.link-foot.address li {
  display: flex;
  align-items: baseline;
}
.footer.footer-fifteen .footer-bottom {
  background: #ffffff;
}
.footer.footer-fifteen .footer-bottom .bottom-items {
  border-top: 1px solid #E5E7EB;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer.footer-fifteen .footer-bottom .bottom-items .copy-right p {
  font-size: 14px;
  color: #374151;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .footer.footer-fifteen .footer-bottom .bottom-items .copy-right p {
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer.footer-fifteen .footer-bottom .bottom-items .terms-con ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 767.98px) {
  .footer.footer-fifteen .footer-bottom .bottom-items .terms-con ul {
    justify-content: center;
  }
}
.footer.footer-fifteen .footer-bottom .bottom-items .terms-con ul li + li a {
  border-left: 1px solid #374151;
  margin-left: 10px;
  padding-left: 10px;
}
.footer.footer-fifteen .footer-bottom .bottom-items .terms-con ul li a {
  font-size: 14px;
  color: #374151;
}
.footer.footer-one.footer-sixteen {
  background: #002578;
  border-top: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.footer.footer-one.footer-sixteen .footer-top {
  background: #002578;
}
.footer.footer-one.footer-sixteen .footer-top .footer-widget .footer-about-content {
  max-width: none;
  margin-bottom: 30px;
}
.footer.footer-one.footer-sixteen .footer-top .footer-widget .footer-about-content p {
  color: #ffffff;
}
.footer.footer-one.footer-sixteen .footer-top .footer-widget .footer-title {
  color: #ffffff;
}
.footer.footer-one.footer-sixteen .footer-top .footer-widget.footer-menu ul li a {
  color: #F3F4F6;
}
.footer.footer-one.footer-sixteen .footer-top .footer-widget .subscribe-form {
  margin-bottom: 0;
}
.footer.footer-one.footer-sixteen .footer-top .footer-widget .subscribe-form .btn {
  border: 1px solid #26948e;
  background: #26948e;
  border-radius: 0 6px 6px 0;
}
.footer.footer-one.footer-sixteen .footer-top .footer-widget .subscribe-form .btn:hover {
  border: 1px solid #26948e;
}
.footer.footer-one.footer-sixteen .footer-top .footer-widget .subscribe-form input {
  border-radius: 6px;
}
.footer.footer-one.footer-sixteen .footer-bottom .copyright {
  background: #002578;
}
.footer.footer-one.footer-sixteen .footer-bottom .copyright .copyright-text p {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .footer.footer-one.footer-sixteen .footer-bottom .copyright .copyright-text {
    margin-bottom: 10px;
  }
}
.footer.footer-one.footer-sixteen .footer-bottom .copyright .copyright-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 767.98px) {
  .footer.footer-one.footer-sixteen .footer-bottom .copyright .copyright-menu ul {
    justify-content: center;
  }
}
.footer.footer-one.footer-sixteen .footer-bottom .copyright .copyright-menu ul li {
  margin-right: 10px;
}
.footer.footer-one.footer-sixteen .footer-bottom .copyright .copyright-menu ul li:last-child {
  margin-right: 0;
}
.footer.footer-one.footer-sixteen .footer-bottom .copyright .copyright-menu ul li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F3F4F6;
  color: #002578;
  font-size: 12px;
}
.footer.footer-one.footer-sixteen .footer-bottom .copyright .copyright-menu ul li a:hover {
  background: #26948e;
  color: #ffffff;
}
.section-search {
  background: #f9f9f9 url("./media/search-bg-PNRVUAQ7.png") no-repeat bottom center;
  min-height: 530px;
  background-size: 100% auto;
  position: relative;
  background-blend-mode: Darken;
  padding: 160px 0 80px 0;
}
@media (max-width: 991.98px) {
  .section-search {
    min-height: 330px;
  }
}
@media (max-width: 767.98px) {
  .section-search {
    background: #f9f9f9;
    padding: 100px 0 50px 0;
  }
}
@media (max-width: 479.98px) {
  .section-search {
    min-height: 410px;
    padding: 100px 15px 30px 15px;
  }
}
.section-search .banner-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .section-search .banner-wrapper {
    max-width: 720px;
  }
}
.section-search .banner-wrapper .banner-header {
  margin: 0 0 30px;
}
.section-search .banner-wrapper .banner-header h1 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 991.98px) {
  .section-search .banner-wrapper .banner-header h1 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .banner-header h1 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .section-search .banner-wrapper .banner-header h1 {
    font-size: 28px;
  }
}
.section-search .banner-wrapper .banner-header p {
  color: #757575;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .banner-header p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box {
    max-width: 535px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box form {
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
  }
}
@media (max-width: 575.98px) {
  .section-search .banner-wrapper .search-box form {
    display: block;
  }
}
.section-search .banner-wrapper .search-box .form-control {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding-left: 35px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
.section-search .banner-wrapper .search-box .form-control::placeholder {
  font-size: 14px;
}
.section-search .banner-wrapper .search-box .search-location {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  margin-right: 12px;
  position: relative;
  width: 240px;
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box .search-location {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .section-search .banner-wrapper .search-box .search-location {
    width: 100% !important;
    -ms-flex: none;
    flex: none;
  }
}
.section-search .banner-wrapper .search-box .search-location .form-control {
  background: #ffffff url("./media/location-OEXVP2QE.png") no-repeat 10px center;
}
.section-search .banner-wrapper .search-box .search-info {
  -ms-flex: 0 0 490px;
  flex: 0 0 490px;
  margin-right: 12px;
  position: relative;
  width: 490px;
}
@media (max-width: 991.98px) {
  .section-search .banner-wrapper .search-box .search-info {
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    width: 410px;
  }
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box .search-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .section-search .banner-wrapper .search-box .search-info {
    width: 100% !important;
    -ms-flex: none;
    flex: none;
  }
}
.section-search .banner-wrapper .search-box .search-info .form-control {
  background: #ffffff url("./media/search-MXIR3OP7.png") no-repeat 10px center;
}
.section-search .banner-wrapper .search-box .search-btn {
  width: 46px;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  height: 46px;
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box .search-btn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 46px;
    width: 100%;
  }
}
.section-search .banner-wrapper .search-box .search-btn span {
  display: none;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box .search-btn span {
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
  }
}
.section-search .banner-wrapper .search-box .form-text {
  color: #757575;
  font-size: 13px;
  display: inline-block;
}
.section-search .banner-wrapper .search-box .search-location {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  margin-right: 12px;
  position: relative;
  width: 240px;
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box .search-location {
    flex: auto;
  }
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box {
    max-width: 535px;
    margin: 0 auto;
  }
}
.section-header {
  margin-bottom: 60px;
}
.section-header h5 {
  font-weight: 600;
  font-size: 18px;
  color: #26948e;
  margin-bottom: 10px;
}
.section-header h2 {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .section-header h2 {
    font-size: 24px;
  }
}
.section-header .sub-title {
  color: #757575;
  font-size: 16px;
  max-width: 600px;
  margin: 15px auto 0;
}
@media (max-width: 767.98px) {
  .section-header .sub-title {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .section-header .sub-title {
    font-size: 14px;
  }
}
.section-header p {
  color: #757575;
  font-size: 16px;
  margin: 15px 0 0 0;
}
@media (max-width: 767.98px) {
  .section-header p {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .section-header p {
    font-size: 15px;
  }
}
.section-specialities {
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .section-specialities {
    padding: 50px 0;
  }
}
@media (max-width: 479.98px) {
  .section-specialities {
    background-color: #ffffff;
    padding: 30px 0;
  }
}
.section-specialities .specialities-slider .slick-slide {
  display: block;
  margin: 10px 20px 0 0;
  padding: 0 12px;
}
@media (max-width: 767.98px) {
  .section-specialities .specialities-slider .slick-slide {
    margin-right: 15px;
  }
}
@media (max-width: 479.98px) {
  .section-specialities .specialities-slider .slick-slide {
    margin-right: 10px;
  }
}
.section-specialities .specialities-slider .slick-dots {
  margin-top: 44px;
  position: unset;
}
.section-specialities .specialities-slider .speicality-item p {
  font-size: 16px;
  font-weight: 500;
  margin: 30px 0 0;
}
@media (max-width: 767.98px) {
  .section-specialities .specialities-slider .speicality-item p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .section-specialities .specialities-slider .speicality-item p {
    font-size: 14px;
  }
}
.section-specialities .specialities-slider .speicality-item .speicality-img {
  position: relative;
  height: 150px;
  border-radius: 100%;
  width: 150px;
  background: #ffffff;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
}
@media (max-width: 479.98px) {
  .section-specialities .specialities-slider .speicality-item .speicality-img {
    width: 120px;
    height: 120px;
  }
}
.section-specialities .specialities-slider .speicality-item .speicality-img img {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 479.98px) {
  .section-specialities .specialities-slider .speicality-item .speicality-img img {
    width: 50px;
  }
}
.section-specialities .specialities-slider .speicality-item .speicality-img span {
  border-radius: 50%;
  padding: 5px;
  background-color: #ffffff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
}
.section-specialities .specialities-slider .speicality-item .speicality-img span i {
  font-size: 15px;
  color: #0de0fe;
}
.slick-dots {
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: -25px;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 5px;
  cursor: pointer;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #C0C0C0;
  padding: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  display: none;
  font-family: "slick";
  font-size: 76px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  content: "-";
  text-align: center;
  opacity: 0.25;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-dots li.slick-active button {
  background-color: #0de0fe;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0de0fe;
}
.slick-dots li.slick-active button .slick-slide {
  outline: none !important;
}
.section-doctor {
  background-color: #f8f9fa;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .section-doctor {
    padding: 50px 0;
  }
}
.section-doctor .profile-widget {
  -webkit-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.section-doctor .section-header {
  margin: 0 0 30px;
}
.section-doctor .section-header p {
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .section-doctor .about-content {
    margin-bottom: 30px;
  }
}
.section-doctor .about-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.section-doctor .about-content p + p {
  margin-top: 20px;
}
.section-doctor .about-content a {
  background-color: #0de0fe;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  min-width: 150px;
  margin: 30px 0 0;
  padding: 15px 20px;
  text-align: center;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .section-doctor .about-content a {
    padding: 12px 20px;
  }
}
.section-doctor .about-content a:hover,
.section-doctor .about-content a:focus {
  background-color: #01cae4;
  border-color: #01cae4;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .section-doctor .doctor-slider {
    margin-top: 25px;
  }
}
.section-doctor .doctor-slider .slick-slide {
  display: block;
  width: 280px;
  margin-bottom: 0;
  padding: 10px;
}
.profile-widget {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.profile-widget .fav-btn {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  color: #2E3842;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  border-radius: 3px;
}
.profile-widget:hover .fav-btn {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.profile-widget:hover .fav-btn:hover {
  background-color: #fb1612;
  color: #ffffff;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.profile-widget .verified {
  color: #28a745;
  margin-left: 3px;
}
.profile-widget .rating {
  color: #757575;
  font-size: 14px;
  margin-bottom: 15px !important;
}
.profile-widget .rating i {
  font-size: 14px;
}
.profile-widget .doc-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}
.profile-widget .doc-img img {
  border-radius: 4px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}
.profile-widget .doc-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.profile-widget .pro-content {
  padding: 15px 0 0;
}
.profile-widget .pro-content .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}
.profile-widget .pro-content .title a {
  display: inline-block;
}
.profile-widget .pro-content p.speciality {
  font-size: 13px;
  color: #757575;
  margin-bottom: 5px;
  min-height: 40px;
}
.profile-widget .pro-content .rating {
  list-style: none;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
}
.profile-widget .pro-content .rating i {
  color: #dedfe0;
}
.profile-widget .pro-content .rating i.filled {
  color: #f4c150;
}
.profile-widget .pro-content .available-info {
  font-size: 13px;
  color: #757575;
  font-weight: 400;
  list-style: none;
  margin: auto auto 15px;
  padding: 0;
}
.profile-widget .pro-content .available-info li i {
  width: 22px;
}
.profile-widget .pro-content .available-info li + li {
  margin-top: 5px;
}
.profile-widget .pro-content .row.row-sm {
  margin-left: -3px;
  margin-right: -3px;
}
.profile-widget .pro-content .row.row-sm > div {
  padding-left: 3px;
  padding-right: 3px;
}
.section-features {
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .section-features {
    padding: 50px 0;
  }
}
@media (max-width: 479.98px) {
  .section-features {
    background-color: #ffffff;
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .section-features .features-img {
    text-align: center;
    margin: 0 auto;
  }
}
.section-features .features-slider .slick-slide {
  margin-right: 62px;
}
.section-features .features-slider .slick-center {
  opacity: 1;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-features .features-slider .slick-list {
  padding: 16px 50px !important;
}
.section-features .features-slider .slick-dots {
  margin-top: 44px;
  position: unset;
}
@media (max-width: 767.98px) {
  .section-features .features-slider .slick-dots {
    text-align: center;
    margin: 0 auto;
  }
}
.section-features .features-slider .feature-item img {
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  height: 115px;
  object-fit: cover;
  width: 115px;
  border-radius: 100%;
}
.section-features .features-slider .feature-item p {
  font-weight: 500;
  margin: 20px 0 0;
}
.section-blogs {
  background-color: #f8f9fa;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .section-blogs {
    padding: 50px 0;
  }
}
@media (max-width: 479.98px) {
  .section-blogs {
    padding: 30px 0;
  }
}
.section-blogs .view-all .btn {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 30px;
}
.rating {
  list-style: none;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
}
.rating i {
  color: #dedfe0;
}
.rating i.filled {
  color: #f4c150;
}
.home-tile-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .home-tile-section {
    padding: 50px 0;
  }
}
@media (max-width: 479.98px) {
  .home-tile-section {
    padding: 30px 0;
  }
}
.home-tile-section .doctor-book-card {
  position: relative;
  max-width: 100%;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0431372549);
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .home-tile-section .doctor-book-card {
    margin-bottom: 0.9375rem;
  }
}
.home-tile-section .doctor-book-card img {
  vertical-align: middle;
  border-radius: 0.25rem;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.home-tile-section .doctor-book-card .doctor-book-card-content {
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 20px;
}
.home-tile-section .doctor-book-card .doctor-book-card-content > div {
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.home-tile-section .doctor-book-card .doctor-book-card-content .book-btn1 {
  font-size: 14px;
}
.home-tile-section .doctor-book-card .tile-card-content-1 {
  background: rgba(13, 13, 13, 0.33);
}
.home-tile-section .doctor-book-card h3 {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.home-tile-section .doctor-book-card:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.banner-section {
  background: #F9FCFF;
  padding: 100px 0 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-section::after {
  content: "";
  background: url("./media/ban-bg-RGKTVA6Q.png"), #F9FCFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-shapes {
  position: relative;
}
.banner-shapes .banner-shape-left {
  position: absolute;
  top: 600px;
  left: 0;
}
.banner-shapes .banner-shape-right {
  position: absolute;
  top: 30px;
  left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.banner-content {
  padding-bottom: 40px;
  position: relative;
}
.banner-content h1 {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 15px;
  color: #1F2937;
}
.banner-content h1 span {
  color: #26948e;
}
@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .banner-content h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.banner-content .header-icon {
  position: absolute;
  right: -30px;
  top: -15px;
}
@media (max-width: 1199.98px) {
  .banner-content .header-icon {
    display: none;
  }
}
.banner-content p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 40px;
  color: #374151;
}
@media (max-width: 767.98px) {
  .banner-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.banner-content .btn {
  font-weight: 500;
  border-radius: 8px;
  margin: 0;
  padding: 12px 31px;
  min-width: 214px;
  display: inline-block;
  background-color: #26948e;
  border: 1px solid #26948e;
  color: #ffffff;
  font-size: 20px;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.banner-content .btn:hover {
  color: #26948e;
  border-color: #26948e;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .banner-content .btn {
    font-size: 16px;
    margin: 0;
    padding: 10px 15px;
    min-width: 190px;
  }
}
@media (max-width: 767.98px) {
  .banner-content .btn {
    font-size: 15px;
    margin: 0;
    padding: 9px 15px;
    min-width: 170px;
  }
}
@media (max-width: 991.98px) {
  .banner-content {
    text-align: center;
    padding-bottom: 40px;
  }
}
.banner-arrow-img {
  position: absolute;
  left: 215px;
  top: 195px;
}
@media (max-width: 1199.98px) {
  .banner-arrow-img {
    display: none;
  }
}
.search-box-one {
  min-width: 800px;
  background: #ffffff;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.2);
  border-radius: 7px;
  margin: 0;
  padding: 24px;
  display: table;
  position: relative;
  z-index: 1;
}
.search-box-one form {
  float: left;
  width: 100%;
}
.search-box-one input:hover,
.search-box-one input:focus {
  background-color: #ffffff !important;
}
@media (max-width: 1399.98px) {
  .search-box-one {
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .search-box-one {
    min-width: 100%;
    width: 100%;
    margin: 0;
    padding: 13px 15px;
  }
}
@media (max-width: 767.98px) {
  .search-box-one {
    margin: 0;
    padding: 0px 15px 15px;
  }
}
.search-box-one .form-control:hover,
.search-box-one .form-control:focus {
  background-color: #ffffff !important;
}
.search-input {
  width: 25%;
  float: left;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.search-input.search-line {
  width: 35%;
}
.search-input.search-line::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1px;
  height: 44px;
  background: #E3E4E8;
  content: "";
  z-index: 1;
}
@media (max-width: 767.98px) {
  .search-input.search-line::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .search-input.search-line {
    width: 100%;
  }
}
.search-input.search-map-line {
  width: 26%;
}
.search-input.search-map-line::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1px;
  height: 44px;
  background: #E3E4E8;
  content: "";
  z-index: 1;
}
@media (max-width: 767.98px) {
  .search-input.search-map-line::before {
    display: none;
  }
}
.search-input.search-map-line input {
  padding: 0px 36px 0px 36px;
}
@media (max-width: 767.98px) {
  .search-input.search-map-line input {
    padding: 0px 25px 0px 25px;
  }
}
.search-input.search-map-line > i {
  left: 10px;
}
@media (max-width: 767.98px) {
  .search-input.search-map-line > i {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .search-input.search-map-line {
    width: 100%;
  }
}
.search-input input {
  height: 40px;
  padding: 0 10px 0 25px;
  border: 0;
}
.search-input input::placeholder {
  color: #8C97B0;
}
.search-input.search-calendar-line input {
  padding: 0 36px 0 36px;
}
@media (max-width: 767.98px) {
  .search-input.search-calendar-line input {
    padding: 0px 25px 0px 25px;
  }
}
.search-input.search-calendar-line > i {
  left: 10px;
}
@media (max-width: 767.98px) {
  .search-input.search-calendar-line > i {
    left: 0;
  }
}
.search-input i {
  position: absolute;
  top: 50%;
  right: inherit;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #8894AE;
  font-size: 18px;
}
.search-input .current-loc-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: 0px;
  color: #8894AE;
  font-size: 18px;
  line-height: 0;
}
.search-input .current-loc-icon i {
  position: unset;
  transform: unset;
}
.search-input > i.bficon {
  right: inherit;
  left: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .search-input {
    width: 100%;
  }
}
.form-search-btn {
  float: right;
  padding-top: 4px;
}
.form-search-btn .btn {
  font-size: 15px;
  font-weight: 500;
  min-width: 97px;
  padding: 7px 15px;
  border-radius: 10px;
  background-color: #26948e;
  border: 1px solid #26948e;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.form-search-btn .btn:hover {
  color: #26948e;
  border-color: #26948e;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .form-search-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .form-search-btn {
    width: 100%;
    float: left;
  }
}
.banner-img {
  position: relative;
  text-align: right;
}
.banner-img .banner-img1 {
  position: absolute;
  top: 260px;
  left: -20px;
  -webkit-animation: float 2s ease-in-out infinite;
  animation: float 2s ease-in-out infinite;
}
.banner-img .banner-img2 {
  position: absolute;
  top: 200px;
  right: -40px;
  -webkit-animation: mover 3s infinite alternate;
  animation: mover 3s infinite alternate;
}
.banner-img .banner-img3 {
  position: absolute;
  top: 500px;
  right: -80px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@keyframes float {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
}
@media (max-width: 991.98px) {
  .banner-img {
    display: none;
  }
}
.specialities-section-one {
  background-color: #ffffff;
  margin: 0;
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .specialities-section-one {
    margin: 0;
    padding: 40px 0;
  }
}
.specialities-section-one .specialities-slider-one .item {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .specialities-section-one .specialities-slider-one .item {
    margin-bottom: 40px;
  }
}
.specialities-section-one .specialities-slider-one .owl-stage-outer {
  margin-left: -10px;
}
.specialities-section-one .specialities-slider-one .owl-item img {
  width: auto;
  max-width: 60px;
}
.specialities-section-one .specialities-item {
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  height: 196px;
  margin: 0 0 0 10px;
  padding: 30px;
  cursor: pointer;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.specialities-section-one .specialities-item:hover {
  background: #ffffff;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.0784313725);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.specialities-section-one .specialities-item:hover .specialities-img span {
  background: #26948e;
  border: #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.specialities-section-one .specialities-item:hover .specialities-img span img {
  filter: invert(1) brightness(1000);
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.specialities-section-one .specialities-item p {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .specialities-section-one .specialities-item p {
    font-size: 16px;
  }
}
.specialities-section-one .specialities-img {
  padding-bottom: 18px;
}
.specialities-section-one .specialities-img span {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.specialities-section-one .specialities-img span img {
  width: auto;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.specialities-section-one .specialities-btn {
  text-align: center;
}
.specialities-section-one .specialities-btn .btn {
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  min-width: 170px;
  padding: 10px 13px;
  background: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.specialities-section-one .specialities-btn .btn:hover {
  color: #26948e;
  background: #ffffff;
  border-color: #26948e;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .specialities-section-one .specialities-btn .btn {
    font-size: 14px;
    min-width: 190px;
  }
}
.section-header-one {
  margin-bottom: 40px;
}
.section-header-one h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .section-header-one h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .section-header-one h2 {
    font-size: 26px;
  }
}
.section-header-one .section-title {
  display: inline-block;
  position: relative;
}
.section-header-one .section-title::before {
  content: "";
  background: url("./media/header-icon-XKBTTDUX.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: -5px;
  right: -30px;
  width: 35px;
  height: 20px;
}
@media (max-width: 767.98px) {
  .section-header-one .section-title::before {
    display: none;
  }
}
.section-header-one h5 {
  font-weight: 600;
  font-size: 16px;
  color: #26948e;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .section-header-one {
    margin-bottom: 40px;
  }
}
.slide-nav-1 button.owl-next,
.slide-nav-1 button.owl-prev,
.slide-nav-2 button.owl-next,
.slide-nav-2 button.owl-prev {
  width: 44px;
  height: 44px;
  font-size: 18px;
  color: #1E3259;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
  text-shadow: none;
  top: 0;
  cursor: pointer;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .slide-nav-1 button.owl-next,
  .slide-nav-1 button.owl-prev,
  .slide-nav-2 button.owl-next,
  .slide-nav-2 button.owl-prev {
    width: 36px;
    height: 36px;
  }
}
.slide-nav-1 button.owl-next:hover,
.slide-nav-1 button.owl-prev:hover,
.slide-nav-2 button.owl-next:hover,
.slide-nav-2 button.owl-prev:hover {
  color: #ffffff;
  background: #26948e;
}
.doctors-section {
  background: #F9FAFB;
  margin: 0;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.doctors-section::after {
  content: "";
  background: url("./media/doctor-shape-img1-EIFRB75T.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 213px;
  height: 335px;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .doctors-section::after {
    display: none;
  }
}
.doctors-section::before {
  content: "";
  background: url("./media/doctor-shape-img2-VSD2UJ34.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  width: 213px;
  height: 335px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .doctors-section::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .doctors-section {
    margin: 0;
    padding: 40px 0;
  }
}
.doctor-shape-img {
  position: relative;
}
.doctor-shape-img .doctor-shape-left {
  position: absolute;
  top: 0;
  left: -35px;
}
.doctor-shape-img .doctor-shape-right {
  position: absolute;
  top: 230px;
  right: 0;
}
@media (max-width: 991.98px) {
  .doctor-shape-img {
    display: none;
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.doctor-profile-widget {
  background: #ffffff;
  border: 1px solid #F9FAFB;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.doc-pro-img {
  position: relative;
}
.doctor-profile-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.doctor-profile-img img {
  position: relative;
  border-radius: 8px 8px 0px 0px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
  max-height: 300px;
}
.doctor-profile-img:hover img {
  -webkit-transition: scale(1.15);
  -ms-transition: scale(1.15);
  transition: scale(1.15);
}
.doctor-profile-img:hover::before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}
.doctor-profile-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.doctor-amount {
  position: absolute;
  top: 20px;
  right: 20px;
}
.doctor-amount span {
  font-weight: 600;
  font-size: 14px;
  color: #1F2937;
  padding: 6px 12px;
  background: #ffffff;
  border-radius: 8px;
}
.doc-content {
  padding: 20px;
}
@media (max-width: 767.98px) {
  .doc-content {
    padding: 15px;
  }
}
.doc-pro-info {
  padding-bottom: 15px;
}
.doc-pro-info .doc-pro-name a {
  font-weight: 600;
  font-size: 20px;
  color: #1F2937;
}
.doc-pro-info .doc-pro-name a:hover {
  color: #26948e;
}
@media (max-width: 1399.98px) {
  .doc-pro-info .doc-pro-name a {
    font-size: 18px;
  }
}
.doc-pro-info .doc-pro-name p {
  color: #374151;
  font-size: 14px;
  margin-bottom: 0;
}
.reviews-ratings p {
  color: #374151;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 18px;
}
.reviews-ratings span {
  margin: 0 4px 0 0;
  padding: 2px 3px;
  min-width: 46px;
  color: #ffffff;
  font-size: 12px;
  background: #F59E0B;
  border-radius: 6px;
}
.reviews-ratings span i {
  margin-right: 5px;
}
.doc-pro-location p {
  font-size: 14px;
  color: #374151;
  margin-bottom: 0;
}
.doc-pro-location p i {
  margin-right: 5px;
  color: #1F2937;
  font-size: 16px;
}
.doc-pro-location .doc-badge {
  font-size: 10px;
  font-weight: 500;
  margin: 0;
  padding: 4px 5px;
}
.doc-pro-location .doc-badge.badge-success {
  background: #CCFBF1 !important;
  color: #14B8A6;
}
.doc-pro-location .doc-badge.badge-danger {
  background: #FEE2E2 !important;
  color: #EF444E;
}
.doc-pro-location .doc-badge i {
  font-size: 6px;
  margin-right: 5px;
}
.doctor-profile-widget.doc-item .doc-pro-location {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.doctor-profile-widget.doc-item .doc-pro-info {
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 16px;
}
.work-section {
  background: #F2F6F6;
  margin: 0;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.work-section::after {
  content: "";
  background: url("./media/doctor-shape-img1-EIFRB75T.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 213px;
  height: 335px;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .work-section::after {
    display: none;
  }
}
.work-section::before {
  content: "";
  background: url("./media/doctor-shape-img2-VSD2UJ34.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  width: 213px;
  height: 335px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .work-section::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .work-section {
    margin: 0;
    padding: 40px 0 20px;
  }
}
.work-img-info {
  position: relative;
}
@media (max-width: 991.98px) {
  .work-img-info {
    display: none;
  }
}
.work-img-info .work-img {
  position: absolute;
  bottom: 0;
}
.work-details {
  padding-left: 60px;
}
@media (max-width: 1199.98px) {
  .work-details {
    padding-left: 20px;
  }
}
.work-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .work-info {
    margin-bottom: 20px;
  }
}
.work-info .work-icon {
  margin-right: 20px;
}
.work-info .work-icon span {
  min-width: 70px;
  height: 70px;
  background: #E0E7FF;
  border-radius: 10px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
.work-info .work-icon span img {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.work-info:hover .work-icon span {
  background: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.work-info:hover .work-icon span img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.work-info .work-content h5 {
  font-weight: 600;
  font-size: 18px;
  color: #1F2937;
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .work-info .work-content h5 {
    margin-bottom: 10px;
  }
}
.work-info .work-content p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .work-info .work-content p {
    font-size: 14px;
  }
}
.work-section {
  background: #ffffff;
  margin: 0;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.work-section::after {
  content: "";
  background: url("./media/doctor-shape-img1-EIFRB75T.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 213px;
  height: 335px;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .work-section::after {
    display: none;
  }
}
.work-section::before {
  content: "";
  background: url("./media/doctor-shape-img2-VSD2UJ34.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  width: 213px;
  height: 335px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .work-section::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .work-section {
    margin: 0;
    padding: 40px 0 20px;
  }
}
.work-img-info {
  position: relative;
}
@media (max-width: 991.98px) {
  .work-img-info {
    display: none;
  }
}
.work-img-info .work-img {
  position: absolute;
  bottom: 0;
}
.work-details {
  padding-left: 60px;
  padding-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .work-details {
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .work-details {
    padding-bottom: 0;
  }
}
.work-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .work-info {
    margin-bottom: 20px;
  }
}
.work-info .work-icon {
  margin-right: 20px;
}
.work-info .work-icon span {
  min-width: 70px;
  height: 70px;
  background: #DBEFFE;
  border-radius: 10px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
.work-info .work-icon span img {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.work-info:hover .work-icon span {
  background: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.work-info:hover .work-icon span img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.work-info .work-content h5 {
  font-weight: 600;
  font-size: 18px;
  color: #1F2937;
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .work-info .work-content h5 {
    margin-bottom: 10px;
  }
}
.work-info .work-content p {
  font-size: 16px;
  margin-bottom: 0;
  color: #374151;
}
@media (max-width: 767.98px) {
  .work-info .work-content p {
    font-size: 14px;
  }
}
.testimonial-details p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.articles-section {
  background-color: #ffffff;
  margin: 0;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .articles-section {
    margin: 0;
    padding: 40px 0 16px;
  }
}
.articles-grid {
  border: 2px solid #EDEDED;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 24px;
}
.articles-info .articles-left {
  margin-right: 24px;
}
.articles-info .articles-left .articles-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 205px;
  height: 180px;
}
.articles-info .articles-left .articles-img img {
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  width: 100%;
}
.articles-info .articles-left .articles-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.articles-info .articles-left .articles-img:hover::before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}
.articles-info .articles-left .articles-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .articles-info .articles-left .articles-img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .articles-info .articles-left {
    margin: 0 0 20px 0;
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .articles-info {
    display: block;
    text-align: center;
  }
}
.articles-content .articles-list {
  margin-bottom: 10px;
}
.articles-content .articles-list li {
  margin-right: 15px;
  color: #374151;
  font-size: 12px;
}
.articles-content .articles-list li:last-child {
  margin-right: 0;
}
.articles-content .articles-list li i {
  font-size: 14px;
  margin-right: 8px;
}
@media (max-width: 1199.98px) {
  .articles-content .articles-list {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}
.articles-content h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  max-width: 320px;
}
@media (max-width: 1199.98px) {
  .articles-content h4 {
    margin: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .articles-content h4 {
    max-width: inherit;
  }
}
.articles-content h4 a {
  color: #1F2937;
}
.articles-content h4 a:hover {
  color: #26948e;
}
.articles-content p {
  color: #374151;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.articles-content .btn {
  font-weight: 600;
  font-size: 15px;
  color: #26948e;
  background: #ffffff;
  border: 2px solid #26948e;
  box-shadow: inset 0 0 0 0 #26948e;
  border-radius: 6px;
  min-width: 103px;
  padding: 7px 10px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.articles-content .btn:hover {
  color: #ffffff;
  border-color: #26948e;
  background: #26948e;
  box-shadow: inset 0 0 0 50px #26948e;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .articles-content .btn {
    font-size: 14px;
  }
}
.app-section {
  background-color: #ffffff;
  margin: 0;
  padding: 20px 0 80px;
}
@media (max-width: 1199.98px) {
  .app-section {
    margin: 0;
    padding: 0 0 80px;
  }
}
@media (max-width: 991.98px) {
  .app-section {
    margin: 0;
    padding: 20px 0 40px;
  }
}
@media (max-width: 767.98px) {
  .app-section {
    margin: 0;
    padding: 0px 0 40px;
  }
}
.app-bg {
  background: #26948e;
  background-image: url("./media/app-bg-ZXJLD2PT.png");
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 6px;
  padding: 40px 0 0 50px;
}
@media (max-width: 1199.98px) {
  .app-bg {
    margin: 0;
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  .app-bg {
    margin: 0;
    padding: 40px 0;
    background-image: inherit;
  }
}
@media (max-width: 767.98px) {
  .app-bg {
    margin: 0;
    padding: 20px;
  }
}
.app-bg .app-content {
  margin: 0;
  padding: 40px 0 80px;
}
@media (max-width: 1199.98px) {
  .app-bg .app-content {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .app-content {
    text-align: center;
  }
}
.app-header {
  padding-bottom: 40px;
}
.app-header h5 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .app-header h5 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .app-header h5 {
    font-size: 18px;
  }
}
.app-header h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  max-width: 565px;
}
@media (max-width: 991.98px) {
  .app-header h2 {
    font-size: 34px;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .app-header h2 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .app-header {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .app-header {
    padding-bottom: 20px;
  }
}
.app-scan {
  padding-bottom: 40px;
}
.app-scan p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .app-scan {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .app-scan {
    padding-bottom: 20px;
  }
}
.google-imgs a {
  margin-right: 24px;
}
.google-imgs a:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .google-imgs a img {
    width: 120px;
  }
}
@media (max-width: 767.98px) {
  .google-imgs a {
    margin-right: 10px;
  }
}
.mobile-img {
  position: relative;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .mobile-img {
    display: none;
  }
}
@media (max-width: 1440.98px) {
  .mobile-img img {
    max-width: 450px;
  }
}
@media (max-width: 1199.98px) {
  .mobile-img img {
    max-width: 370px;
  }
}
.faq-section {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0 120px;
}
@media (max-width: 1199.98px) {
  .faq-section {
    margin: 0;
    padding: 0 0 80px;
  }
}
@media (max-width: 991.98px) {
  .faq-section {
    margin: 0;
    padding: 0 0 40px;
  }
}
.faq-img {
  position: relative;
}
@media (max-width: 991.98px) {
  .faq-img {
    text-align: center;
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .faq-img {
    margin-bottom: 70px;
  }
}
.faq-patients-count {
  background: #ffffff;
  box-shadow:
    0px 100px 80px rgba(0, 0, 0, 0.03),
    0px 64.81px 46.85px rgba(0, 0, 0, 0.0228),
    0px 38.52px 25.48px rgba(0, 0, 0, 0.0182),
    0px 20px 13px rgba(0, 0, 0, 0.015),
    0px 8.15px 6.52px rgba(0, 0, 0, 0.0118),
    0px 1.85px 3.15px rgba(0, 0, 0, 0.0072);
  border-radius: 10px;
  padding: 15px;
  min-width: 222px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .faq-patients-count {
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    box-shadow: none;
    border: 1px solid #F3F3F3;
  }
}
.faq-smile-img {
  margin-right: 15px;
}
.faq-patients-content h4 {
  font-weight: 700;
  font-size: 24px;
  color: #1F2937;
  margin-bottom: 3px;
}
@media (max-width: 767.98px) {
  .faq-patients-content h4 {
    font-size: 20px;
  }
}
.faq-patients-content p {
  font-weight: 600;
  font-size: 18px;
  color: #374151;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .faq-patients-content p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .faq-patients-content {
    text-align: left;
  }
}
.faq-info .accordion-item {
  background: #F3F4F6;
  border: 0;
  border-radius: 6px;
  margin: 0 0 24px;
  padding: 15px;
}
.faq-info .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-info .accordion-item .accordion-body {
  margin-top: 15px;
  padding: 15px 0 0;
  border-top: 1px solid #E2E8F0;
}
@media (max-width: 767.98px) {
  .faq-info .accordion-item {
    margin-bottom: 20px;
  }
}
.faq-info .accordion-header {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}
.faq-info .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #1F2937;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  cursor: pointer;
}
.faq-info .accordion-button:hover {
  border: 0;
}
.faq-info .accordion-button:after {
  content: "\e8b1";
  font-family: "feather";
  font-size: 20px;
  background: none;
  color: #26948e;
  background: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 5px;
}
.faq-info .accordion-button:not(.collapsed)::after {
  content: "\e897";
  color: #ffffff;
  background: #26948e;
}
@media (max-width: 767.98px) {
  .faq-info .accordion-button {
    font-size: 14px;
    padding-right: 30px;
    line-height: 24px;
  }
}
.faq-info .accordion-content p {
  color: #374151;
  margin-bottom: 0;
}
.partners-section {
  background-color: #F9FAFB;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .partners-section {
    padding: 40px 0;
  }
}
.partners-section .owl-nav {
  display: none;
}
.partners-slider {
  list-style: none;
}
.partners-slider li a {
  background: #ffffff;
  border: 2px solid #E2E8F0;
  padding: 14px 20px;
  text-align: center;
  height: 79px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .partners-slider.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    height: auto;
  }
}
.footer-1.footer {
  background-color: #F2F6F6;
}
.footer-1.footer .footer-top .footer-title {
  color: #1F2937;
}
.footer-1.footer .footer-top .footer-widget.footer-menu ul li a {
  color: #6B7280;
  position: relative;
  overflow: hidden;
  background: url("./media/footer-arrow-N66L7Y43.png") no-repeat -20px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer-1.footer .footer-top .footer-widget .footer-about-content p {
  color: #6B7280;
}
.footer-1.footer .footer-top .footer-widget .footer-contact-info {
  color: #6B7280;
}
.footer-1.footer .subscribe-form {
  position: relative;
}
.footer-1.footer .subscribe-form .form-control {
  font-weight: 500;
  font-size: 14px;
  min-height: 46px;
  color: #6B7280;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 6px 0px 0px 6px;
  margin: 0;
  padding: 6px 112px 6px 15px;
}
.footer-1.footer .subscribe-form .btn {
  font-weight: normal;
  margin: 0;
  padding: 11px 16px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0 6px 6px 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.owl-carousel.partners-slider.owl-loaded {
  padding-left: 0;
}
.doc-plan .pricing-header {
  padding-bottom: 18px;
}
.doc-plan .pricing-header .pricing-header-info {
  padding-bottom: 0;
}
.doc-plan .pricing-amount h2 {
  margin-bottom: 24px;
}
.doc-plan .pricing-list {
  padding-bottom: 30px;
}
.doc-plan .pricing-list ul li {
  margin-bottom: 14px;
}
.service-sec-one {
  padding-bottom: 56px;
}
@media (max-width: 991.98px) {
  .service-sec-one {
    padding-bottom: 36px;
  }
}
.serv-wrap {
  border: 1px solid #E5E7EB;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 0 0 24px;
  padding: 24px;
  border-radius: 6px;
  display: block;
  text-align: center;
}
.serv-wrap:hover span img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
.serv-wrap.blue-bg span {
  background: #EAE9FF;
}
.serv-wrap.blue-bg:hover {
  background: #EAE9FF;
}
.serv-wrap.green-bg span {
  background: #F1FFDB;
}
.serv-wrap.green-bg:hover {
  background: #F1FFDB;
}
.serv-wrap.info-bg span {
  background: #C9F3FF;
}
.serv-wrap.info-bg:hover {
  background: #C9F3FF;
}
.serv-wrap.red-bg span {
  background: #FFE5E4;
}
.serv-wrap.red-bg:hover {
  background: #FFE5E4;
}
.serv-wrap.success-bg span {
  background: #D8FFDA;
}
.serv-wrap.success-bg:hover {
  background: #D8FFDA;
}
.serv-wrap.pink-bg span {
  background: #FFD9F0;
}
.serv-wrap.pink-bg:hover {
  background: #FFD9F0;
}
.serv-wrap.danger-bg span {
  background: #FFEADF;
}
.serv-wrap.danger-bg:hover {
  background: #FFEADF;
}
.serv-wrap span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.serv-wrap h4 {
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .serv-wrap h4 {
    font-size: 16px;
  }
}
.home-one .faq-info .accordion-item {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 0 0 24px;
  padding: 0;
}
.home-one .faq-info .accordion-item .accordion-body {
  margin-top: 0;
  padding: 0 15px 15px;
  border-top: 0;
}
.home-one .faq-info .accordion-button {
  margin: 0;
  padding: 15px;
}
.home-one .faq-info .accordion-button:not(.collapsed) {
  background: #ffffff;
}
.home-one .faq-info .accordion-collapse.show {
  background: #ffffff;
}
.blog {
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px;
  padding: 1.5rem;
}
@media (max-width: 575.98px) {
  .blog {
    padding: 1.25rem;
  }
}
.blog .blog-image {
  margin: 0 0 30px;
  overflow: hidden;
}
.blog .blog-image img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.blog .blog-image a:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.blog .blog-title {
  font-size: 22px;
  margin: 0 0 10px;
}
@media (max-width: 767.98px) {
  .blog .blog-title {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .blog .blog-title {
    font-size: 18px;
  }
}
.blog .blog-title a {
  color: #272b41;
}
.blog .blog-title a:hover {
  color: #20c0f3;
}
.blog .blog-content {
  position: relative;
}
.blog .blog-content p {
  color: #666;
  font-size: 14px;
  margin: 0 0 30px;
}
.blog .blog-content .entry-meta {
  color: #757575;
  font-size: 14px;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.blog .blog-content .entry-meta li {
  display: inline-block;
  margin-right: 15px;
}
.blog .blog-content .entry-meta li:last-child {
  margin-right: 0;
}
.blog.grid-blog {
  padding: 20px;
}
.blog.grid-blog .blog-title {
  font-size: 18px;
  min-height: 43px;
  margin: 0 0 5px;
}
@media (max-width: 767.98px) {
  .blog.grid-blog .blog-title {
    min-height: inherit;
  }
}
.blog.grid-blog .blog-content p {
  margin: 0 0 15px;
}
.blog.grid-blog .blog-info {
  margin: 0 0 15px;
}
.blog.grid-blog .blog-image {
  margin: 0 0 20px;
}
.blog.grid-blog .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
.blog.grid-blog .entry-meta li {
  margin: 0 0 10px;
}
.blog.grid-blog .post-author {
  width: 189px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog.grid-blog .post-author a:hover {
  color: #20c0f3;
}
.blog-image,
.blog-image > a,
.blog-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.read-more {
  display: inline-block;
  font-size: 16px;
  padding: 0;
  color: #20c0f3;
  text-decoration: underline;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .read-more {
    font-size: 14px;
  }
}
.blog-info {
  color: #757575;
  font-size: 14px;
  margin: 0 0 15px;
}
.blog-info a {
  color: #757575;
}
.blog-info a:hover {
  color: #757575;
}
.blog-info i {
  color: #20c0f3;
  font-size: 14px;
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .blog-info i {
    font-size: 14px;
  }
}
.blog-pagination .pagination {
  margin: 0 0 30px;
}
.blog-pagination .pagination li a {
  font-weight: 600;
  color: #2E3842;
  border-radius: inherit !important;
  border-color: #f0f0f0;
  margin: 0 10px 0 0;
  padding: 12px 20px;
}
.blog-pagination .pagination li.disabled a {
  border-color: #f0f0f0;
}
.blog-pagination .pagination li.active a {
  background: #20c0f3;
  border-color: transparent;
  color: #ffffff;
}
.post-left ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.post-left ul li {
  margin-bottom: 5px;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .post-left ul li {
    margin-right: 10px;
  }
}
.post-left ul li:last-child {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .post-left ul li:last-child {
    margin-right: 10px;
  }
}
.post-author a {
  display: flex;
  align-items: center;
}
.video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.video iframe,
.video object,
.video embed {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}
.latest-posts {
  margin: 0;
  padding: 0;
}
.latest-posts li {
  display: table;
  width: 100%;
  margin: 0 0 20px;
}
.latest-posts li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.post-thumb {
  width: 80px;
  float: left;
  overflow: hidden;
  border-radius: 4px;
}
.post-thumb a img {
  border-radius: 4px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.post-thumb a:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.post-info {
  margin-left: 95px;
}
.post-info h4 {
  font-size: 15px;
  margin: 0 0 5px;
}
.post-info h4 a {
  color: #272b41;
}
.post-info h4 a:hover {
  color: #20c0f3;
}
.post-info p {
  color: #757575;
  font-size: 12px;
  margin: 0;
}
.post-info p i {
  color: #20c0f3;
  font-size: 14px;
  margin-right: 4px;
}
.category-widget .categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-widget .categories li {
  margin: 0 0 20px;
}
.category-widget .categories li:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.category-widget .categories li a {
  color: #2E3842;
  font-size: 15px;
  font-weight: 500;
}
.category-widget .categories li a span {
  float: right;
  color: #757575;
}
.category-widget .categories li a:hover {
  color: #20c0f3;
}
.category-widget .categories > li > a > i {
  color: #20c0f3;
  font-size: 18px;
  margin-right: 10px;
}
.tags-widget .card-body {
  padding-bottom: 1rem;
}
.tags {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.tags li {
  float: left;
}
.tag {
  background-color: #ffffff;
  color: #272b41;
  position: relative;
  font-size: 14px;
  border: 1px solid #cccccc;
  display: inline-block;
  border-radius: 4px;
  margin: 0 0.5rem 0.5rem 0;
  padding: 5px 10px;
}
.tag:hover {
  background-color: #20c0f3;
  border-color: #20c0f3;
  color: #ffffff;
}
.comment-by {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px;
}
.comments-list .comment-block p {
  font-size: 14px;
  margin: 0 0 5px;
}
.blog-view .blog-title {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .blog-view .blog-title {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .blog-view .blog-title {
    font-size: 20px;
  }
}
.blog-view .blog-info {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}
.blog-content p:last-child {
  margin: 0;
}
.social-share {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-share > li {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: center;
}
.social-share > li:first-child {
  margin-left: 0;
}
.social-share > li a:hover {
  background-color: #20c0f3;
  color: #ffffff;
  border-color: #20c0f3;
}
.social-share > li > a {
  border: 1px solid #dfdfdf;
  color: #666;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.blog-reply > a {
  color: #999;
  font-size: 12px;
  font-weight: 500;
}
.blog-date {
  color: #999;
  font-size: 12px;
}
.blog-comments .comments-list {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.blog-comments .comments-list li {
  clear: both;
  padding-left: 80px;
}
@media (max-width: 575.98px) {
  .blog-comments .comments-list li {
    padding: 10px 0 0 50px;
  }
}
.blog-comments .comments-list li .comment {
  margin: 0 0 20px;
}
.blog-comments .comments-list li .comment-author {
  position: absolute;
  left: 0;
}
.blog-comments .comments-list li img.avatar {
  height: 58px;
  width: 58px;
  border-radius: 58px;
}
@media (max-width: 575.98px) {
  .blog-comments .comments-list li img.avatar {
    height: 40px;
    width: 40px;
    border-radius: 40px;
  }
}
.blog-comments .comment-btn {
  color: #20c0f3;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}
.blog-author-name {
  color: #272b41;
  font-size: 16px;
  font-weight: 600;
}
.new-comment label {
  font-weight: 500;
}
.comment-submit .btn {
  background-color: #20c0f3;
  border-color: #20c0f3;
  font-size: 18px;
  padding: 8px 26px;
  color: #ffffff;
  border-radius: 0;
}
.about-author-img {
  background-color: #ffffff;
  height: 100px;
  overflow: hidden;
  position: absolute;
  width: 100px;
}
@media (max-width: 575.98px) {
  .about-author-img {
    height: 60px;
    width: 60px;
  }
}
.author-details {
  margin: 0 0 0 120px;
}
@media (max-width: 575.98px) {
  .author-details {
    margin-left: 80px;
  }
}
.author-details .blog-author-name {
  display: inline-block;
  margin: 0 0 10px;
}
.about-author {
  min-height: 100px;
}
.post-author img {
  width: 28px;
  margin-right: 5px;
  border-radius: 100%;
}
.blogs-section {
  padding: 50px 0;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .blogs-section {
    padding: 30px 0;
  }
}
.blogs-section .blog-wrapper {
  background: #ffffff;
  border: 1px solid #E8EEFF;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 30px;
}
.blogs-section .blog-wrapper .wrap-image img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.blogs-section .blog-wrapper .wrap-content {
  padding: 10px;
}
.blogs-section .blog-wrapper .wrap-content .sp-title {
  font-size: 13px;
  color: #2264C5;
  font-weight: 600;
  margin-right: 5px;
}
.blogs-section .blog-wrapper .wrap-content .post-author a {
  display: flex;
  align-items: center;
}
.blogs-section .blog-wrapper .wrap-content .post-author a img {
  width: 20px;
  flex: 0 0 20px;
  margin: 0 5px;
}
.blogs-section .blog-wrapper .wrap-content .post-author a span {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}
.blogs-section .blog-wrapper .wrap-content .date-cart {
  background-color: #1860CA;
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  width: 65px;
  height: 60px;
  flex-direction: column;
  position: absolute;
  right: 25px;
  margin: -40px 0 0;
  padding: 10px 8px;
}
@media (max-width: 991.98px) {
  .blogs-section .blog-wrapper .wrap-content .date-cart {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .blogs-section .blog-wrapper .wrap-content .date-cart {
    font-size: 22px;
    width: 60px;
    height: 55px;
    padding: 5px;
  }
}
.blogs-section .blog-wrapper .wrap-content .date-cart span {
  font-size: 11px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .blogs-section .blog-wrapper .wrap-content .date-cart span {
    font-size: 10px;
  }
}
.blogs-section .blog-wrapper .wrap-content-body {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .blogs-section .blog-wrapper .wrap-content-body h3 {
    font-size: 17px;
  }
}
.blogs-section .blog-wrapper .wrap-content-body h3 a {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .blogs-section .blog-wrapper .wrap-content-body h3 a {
    font-size: 17px;
  }
}
.blogs-section .blog-wrapper .wrap-content-body p {
  font-size: 12px;
  color: #000000;
}
.blogs-section .blog-wrapper .wrap-content-body a.read-txt {
  width: 110px;
  padding: 10px;
  background: #0CE0FF;
  border-radius: 30px;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.blogs-section .blog-wrapper .wrap-content-body a.read-txt:hover {
  background-color: #26948e;
}
.blogs-section .view-btn {
  background-color: #20c0f3;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 30px;
  border: 1px solid #20c0f3;
  padding: 6px 20px;
}
@media (max-width: 767.98px) {
  .blogs-section .view-btn {
    font-size: 14px;
  }
}
.blogs-section .view-btn:hover {
  background-color: #26948e;
  border: 1px solid #26948e;
}
.our-blog-section {
  padding: 60px 0;
  background: #ffffff;
}
@media (max-width: 991.98px) {
  .our-blog-section {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .our-blog-section {
    padding: 30px 0;
  }
}
.our-blog-section .our-blogs {
  display: block;
  transition: 0.6s;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.our-blog-section .our-blogs .blogs-img {
  position: relative;
  transition: 0.6s;
}
.our-blog-section .our-blogs .blogs-img .blogs-overlay {
  align-items: center;
  background: #ffffff;
  border-radius: 30px 0px 0px 30px;
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: 10px;
  transition: 0.6s;
}
.our-blog-section .our-blogs .blogs-img .blogs-overlay img {
  height: 35px;
  width: 35px !important;
  border-radius: 50%;
  margin-right: 10px;
}
.our-blog-section .our-blogs .blogs-img .blogs-overlay .blogs-writter {
  display: none;
}
.our-blog-section .our-blogs .blogs-info {
  background: #ffffff;
  border: 1px solid #E8EEFF;
  padding: 15px;
}
.our-blog-section .our-blogs .blogs-info span {
  color: #20c0f3;
}
.our-blog-section .our-blogs .blogs-info h4 {
  color: #000000;
  line-height: 28px;
}
.our-blog-section .our-blogs .blogs-info h4:hover {
  color: #1C5B91;
}
.our-blog-section .our-blogs .blogs-info p {
  font-size: 13px;
}
.our-blog-section .our-blogs .blogs-nav {
  border: 1px solid #E8EEFF;
  padding: 10px;
  border-top: 0;
}
.our-blog-section .our-blogs .blogs-nav .blogs-btn {
  background: #1C5B90;
  border-radius: 30px;
  color: #ffffff;
  padding: 8px 10px;
  display: block;
  width: 110px;
  text-align: center;
  font-size: 12px;
}
.our-blog-section .our-blogs .blogs-nav .blogs-btn:hover {
  background-color: #26948e;
}
.our-blog-section .our-blogs:hover .blogs-img .blogs-overlay .blogs-writter {
  display: block;
}
.blogs-time {
  color: #17418E !important;
}
.booking-doc-info .booking-doc-img {
  width: 80px;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .booking-doc-info .booking-doc-img {
    width: 75px;
  }
}
@media (max-width: 575.98px) {
  .booking-doc-info .booking-doc-img {
    width: 70px;
  }
}
.booking-doc-info .booking-doc-img img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .booking-doc-info .booking-doc-img img {
    height: 75px;
    width: 75px;
  }
}
@media (max-width: 575.98px) {
  .booking-doc-info .booking-doc-img img {
    height: 70px;
    width: 70px;
  }
}
.schedule-widget {
  min-height: 100px;
  border-radius: 4px;
}
.schedule-widget .schedule-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
}
.schedule-widget .schedule-header h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 3px 0 0;
}
.day-slot ul {
  float: left;
  list-style: none;
  position: relative;
  width: 100%;
  margin: auto -5px 0 -5px;
  padding: 0;
}
.day-slot ul li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 14.28%;
}
.day-slot ul li span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .day-slot ul li span {
    font-size: 16px;
    text-transform: unset;
  }
}
.day-slot ul li span.slot-date {
  display: block;
  color: #757575;
  font-size: 14px;
}
.day-slot ul li small.slot-year {
  color: #757575;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .day-slot ul li small.slot-year {
    display: none;
  }
}
.day-slot ul li.left-arrow {
  text-align: center;
  width: 20px !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .day-slot ul li.left-arrow {
    left: -10px;
  }
}
.day-slot ul li.right-arrow {
  text-align: center;
  width: 20px !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -11px;
  padding: 0;
}
.schedule-cont {
  padding: 20px;
}
.time-slot ul {
  list-style: none;
  margin: auto -5px 0 -5px;
  padding: 0;
}
.time-slot ul li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 14.28%;
}
.time-slot ul li .timing {
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  color: #757575;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px 5px;
  text-align: center;
  position: relative;
}
.time-slot ul li .timing:hover {
  background-color: #ffffff;
}
.time-slot ul li .timing:last-child {
  margin-bottom: 0;
}
.time-slot ul li .timing.selected {
  background-color: #42c0fb;
  border: 1px solid #42c0fb;
  color: #ffffff;
}
.time-slot ul li .timing.selected::before {
  color: #ffffff;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  top: 6px;
  right: 6px;
}
@media (max-width: 991.98px) {
  .time-slot ul li .timing.selected::before {
    display: none;
  }
}
.time-slot ul li .timing.selected:hover {
  color: #757575;
}
.time-slot ul li .timing.selected:hover::before {
  color: #757575;
}
.schedule-list {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.schedule-list:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.submit-section.proceed-btn {
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .submit-section.proceed-btn {
    margin-bottom: 20px;
  }
}
.tab-content.schedule-cont .card-title {
  margin-bottom: 10px;
}
.doc-slot-list {
  background-color: #d9534f;
  border: 1px solid #d43f3a;
  color: #ffffff;
  font-size: 14px;
  margin: 10px 10px 0 0;
  padding: 6px 15px;
  border-radius: 4px;
}
.doc-slot-list a {
  color: #e48784;
  display: inline-block;
  margin-left: 5px;
}
.doc-slot-list a:hover {
  color: #ffffff;
}
.schedule-nav .nav-tabs {
  border: 0 !important;
}
.schedule-nav .nav-tabs li {
  display: inline-block;
  flex-grow: inherit;
  margin: 5px 15px 5px 0;
}
@media (max-width: 479.98px) {
  .schedule-nav .nav-tabs li {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.schedule-nav .nav-tabs li:last-child {
  margin-right: 0;
}
.schedule-nav .nav-tabs li a.active {
  background: #ff4877;
  border: 1px solid #ff4877 !important;
  color: #ffffff;
}
.schedule-nav .nav-tabs > li > a {
  border: 1px solid #dcddea;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 6px 15px;
}
.hours-info .form-control {
  min-height: auto;
}
.hours-info .btn.btn-danger.trash {
  height: 38px;
  width: 100%;
}
.add-more a {
  color: #20c0f3;
}
.edit-link {
  color: #20c0f3;
  font-size: 16px;
  margin-top: 4px;
}
@media (max-width: 575.98px) {
  .edit-link {
    font-size: 14px;
    margin-top: 2px;
  }
}
.submit-section .submit-btn {
  padding: 12px 30px;
  font-weight: 600;
  font-size: 16px;
  min-width: 120px;
}
@media (max-width: 767.98px) {
  .submit-section .submit-btn {
    padding: 10px 20px;
    font-size: 15px;
    min-width: 105px;
  }
}
.success-card .card-body {
  padding: 50px 20px;
}
.success-cont {
  text-align: center;
}
.success-cont i {
  color: #ffffff;
  width: 60px;
  height: 60px;
  border: 2px solid #09e5ab;
  font-size: 30px;
  margin-bottom: 30px;
  background-color: #09e5ab;
  border-radius: 50%;
}
.success-cont h3 {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .success-cont h3 {
    font-size: 22px;
  }
}
.success-cont p {
  margin-bottom: 30px;
}
.success-cont strong {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .booking-schedule.schedule-widget {
    overflow-x: auto;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule.schedule-widget > div {
    width: 730px;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule .day-slot ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule .day-slot ul li {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule .day-slot ul li.right-arrow {
    right: -20px;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule .time-slot ul {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule .time-slot ul li {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  .booking-schedule .time-slot ul li .timing span {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule .time-slot ul li .timing span {
    display: inline-block;
  }
}
.visits .visit-btns {
  color: #272b41;
  background-color: #ffffff;
  width: 80%;
  margin-bottom: 10px;
  display: block;
  outline: unset;
  cursor: pointer;
}
.visits input:checked ~ .visit-rsn {
  background-color: #09e5ab;
  color: #ffffff;
  border-radius: 4px;
}
.visits input:checked ~ .visit-rsn:before {
  opacity: 1;
}
.visits input:disabled ~ .visit-rsn {
  background-color: #e30303;
  color: #ffffff;
  border-radius: 5px;
}
.visits input.form-check-input {
  opacity: 0;
  visibility: hidden;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.visits .form-check-input {
  opacity: 0;
}
.visits span.visit-rsn {
  background: #F3F9FF;
  border: 0;
  border-radius: 5px;
  color: #64627C;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
  font-weight: 600;
  min-width: 133px;
  width: 100%;
  padding: 13px 5px;
}
.visits span.visit-rsn:before {
  color: #09e5ab;
  background-color: #ffffff;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.back-link {
  padding-bottom: 30px;
}
.back-link a {
  font-size: 15px;
  color: #959595;
}
.back-link a:hover {
  color: #09e5ab;
}
.back-link a i {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .back-link {
    padding-bottom: 25px;
  }
}
.booking-header {
  padding-bottom: 25px;
}
.booking-header .booking-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .booking-header {
    padding-bottom: 20px;
  }
}
.booking-date.choose-date-book {
  padding-bottom: 30px;
}
.booking-date.choose-date-book p {
  color: #8C8C8C;
  margin: 0 10px 0 0;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .booking-date.choose-date-book p {
    margin: 0 0 10px 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .booking-date.choose-date-book {
    display: block;
    padding-bottom: 20px;
  }
}
.booking-date-slider {
  padding-bottom: 30px;
}
.booking-range .btn {
  background: #ffffff;
  border: 1px solid #E4E4E8;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  color: #4A4A4A;
  margin: 0;
  padding: 10px 15px;
}
@media (max-width: 767.98px) {
  .booking-range .btn {
    font-size: 13px;
    margin: 0;
    padding: 10px;
    position: relative;
  }
}
.booking-range img {
  margin-right: 10px;
}
.booking-range i {
  font-size: 16px;
  margin-left: 10px;
  color: #5B5B5B;
}
.booking-device-img {
  margin-right: 15px;
}
.booking-device-img img {
  max-width: inherit;
}
.booking-doctor-info h3 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.booking-doctor-info .device-text {
  margin-bottom: 12px;
}
.booking-doctor-info .btn {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  padding: 4px 10px;
  min-width: 109px;
  color: #26948e;
  background: #ffffff;
  border: 2px solid #26948e;
  box-shadow: inset 0 0 0 0 #26948e;
  border-radius: 6px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.booking-doctor-info .btn:hover {
  color: #ffffff;
  background: #26948e;
  box-shadow: inset 0 0 0 50px #26948e;
  border: 2px solid #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.time-slot.time-slot-blk {
  text-align: center;
}
.time-slot.time-slot-blk h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.time-slot.time-slot-blk ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.time-slot.time-slot-blk ul li {
  display: block;
  margin-bottom: 15px;
  float: inherit;
  width: 100%;
}
.time-slot.time-slot-blk li:last-child {
  margin-bottom: 0;
}
.time-slot.time-slot-blk li .timing {
  background: #F5F5F5;
  border: 2px solid #F3F3F3;
  border-radius: 8px;
  color: #595959;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  position: relative;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.time-slot.time-slot-blk li .timing:hover {
  background: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.time-slot.time-slot-blk li .timing.active {
  background: #26948e;
  border: 2px solid #26948e;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #26948e;
}
.time-slot.time-slot-blk li .timing.active:hover {
  background: #26948e;
  border: 2px solid #26948e;
  color: #ffffff;
  box-shadow: inset 0 0 0 50px #26948e;
}
.time-slot.time-slot-blk li .timing i {
  margin-right: 4px;
}
.time-slot.time-slot-blk li .load-more-timings a {
  font-weight: 500;
  text-decoration: underline;
  color: #26948e;
}
.time-slot.time-slot-blk li .load-more-timings a:hover {
  color: #000000;
}
.time-slot.time-slot-blk .time-slot-open {
  display: none;
}
@media (max-width: 991.98px) {
  .time-slot.time-slot-blk {
    padding-bottom: 15px;
  }
}
.date-slider {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.date-slider .slick-slide {
  display: block;
  margin: 0;
  padding: 0 5px;
}
.date-slider li h4 {
  font-weight: 500;
  font-size: 16px;
  color: #B9B9B9;
  margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .date-slider li h4 {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .date-slider li h4 {
    font-size: 16px;
  }
}
.date-slider li p {
  color: #D4D4D4;
  margin-bottom: 0;
}
.date-slider li.active h4 {
  color: #000000;
}
.date-slider li.active p {
  color: #AAAAAA;
}
.date-slider .slick-prev:before {
  content: " \e92f";
}
.date-slider .slick-next:before {
  content: " \e930";
}
.date-slider .slick-prev,
.date-slider .slick-next {
  background: transparent;
  color: #000000;
  line-height: normal;
  box-shadow: none;
  width: 30px;
  height: 30px;
}
.date-slider .slick-prev:hover,
.date-slider .slick-prev:focus,
.date-slider .slick-next:hover,
.date-slider .slick-next:focus {
  background-color: transparent;
  color: #09e5ab;
  opacity: 1;
}
.date-slider .slick-prev:hover:before,
.date-slider .slick-prev:focus:before,
.date-slider .slick-next:hover:before,
.date-slider .slick-next:focus:before {
  color: #09e5ab;
}
.date-slider .slick-prev:before,
.date-slider .slick-next:before {
  font-family: "feather";
  font-size: 26px;
}
.date-slider .slick-prev {
  left: -12px;
}
.date-slider .slick-next {
  right: -12px;
}
.content.content-space {
  padding: 80px 0px;
}
@media (max-width: 991.98px) {
  .content.content-space {
    padding: 50px 0px;
  }
}
.prime-btn {
  background-color: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.prime-btn:focus,
.prime-btn:hover,
.prime-btn:active,
.prime-btn.active {
  color: #26948e;
  background-color: #ffffff;
  border-color: #26948e;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.prime-btn:focus i,
.prime-btn:hover i,
.prime-btn:active i,
.prime-btn.active i {
  color: #26948e;
}
.prime-btn .active:not(:disabled):not(.disabled),
.prime-btn:active:not(:disabled):not(.disabled) {
  background-color: #26948e;
  border-color: #26948e;
  color: #ffffff;
}
.prime-btn .active:focus:not(:disabled):not(.disabled),
.prime-btn:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.attachment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  background: #FFFFFF;
  border: 1px solid #E4E4E8;
  border-radius: 8px;
  padding: 6px 15px;
}
.attachment-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.attachment-icon {
  font-size: 24px;
  color: #9D9D9D;
  margin-right: 12px;
}
.attachment-content p {
  color: #54595E;
  margin-bottom: 0;
}
.attachment-content span {
  font-size: 12px;
  color: #54595E;
}
.attachment-close a {
  font-size: 22px;
  color: #ABB5BE;
}
.attachment-close a:hover {
  color: #26948e;
}
.paitent-appointment .forms-block {
  margin-bottom: 25px;
}
.paitent-appointment .forms-block .form-group-title {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.paitent-appointment .forms-block .form-group-title i {
  font-size: 16px;
}
.paitent-appointment .forms-block .form-group-title span {
  font-weight: 400;
  font-size: 12px;
  color: #A3A3A3;
}
.paitent-appointment .forms-block .custom_radio {
  margin-bottom: 0;
  padding-left: 25px;
}
.paitent-appointment .form-control::placeholder {
  font-weight: 500;
  color: #9E9E9E;
}
.paitent-appointment textarea.form-control {
  resize: none;
  min-height: 100px;
}
.paitent-appointment .characters-text {
  font-size: 12px;
  color: #9E9E9E;
  text-align: right;
  margin-top: 8px;
  margin-bottom: 0;
}
.form-group-flex .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #292929;
  padding: 3px 5px;
  margin-bottom: 10px;
  min-width: 60px;
  background: #E0EFFF;
  border: 1px solid #E0EFFF;
  border-radius: 4px;
  box-shadow: inset 0 0 0 0 #26948e;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.form-group-flex .btn:hover {
  color: #FFFFFF;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #26948e;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.form-group-flex .btn i {
  font-size: 16px;
  margin-right: 2px;
}
@media (max-width: 479.98px) {
  .schedule-calendar-col form {
    flex-direction: column;
  }
  .schedule-calendar-col form .me-3.d-flex {
    margin-right: 0 !important;
  }
  .search-time-mobile input {
    margin-top: 10px;
    width: 100%;
  }
  .bookingrange.btn.btn-white {
    font-size: 13px;
  }
}
.bookingrange.btn.btn-white:hover {
  border-color: #cccccc;
}
.widget-profile {
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}
.widget-profile .profile-info-widget {
  display: block !important;
  text-align: center !important;
}
.widget-profile .profile-info-widget .booking-doc-img {
  display: inline-block;
  width: auto;
  background-color: #f7f7f7;
  margin: 0 0 15px !important;
  padding: 8px;
  border-radius: 50%;
}
.widget-profile .profile-info-widget .booking-doc-img img {
  height: 120px !important;
  width: 120px !important;
  border-radius: 50% !important;
}
.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img {
  padding: 0;
}
.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img img {
  height: 100px !important;
  width: 100px !important;
  border-radius: 50%;
}
.appointment-list .profile-info-widget {
  margin-right: auto;
  text-align: left;
}
@media (max-width: 479.98px) {
  .appointment-list .profile-info-widget {
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 479.98px) {
  .appointment-list .profile-info-widget .booking-doc-img {
    margin: 0 0 15px;
  }
}
.appointment-list .profile-info-widget .booking-doc-img img {
  height: 120px;
  object-fit: cover;
  width: 120px;
  border-radius: 4px;
}
@media (max-width: 479.98px) {
  .appointment-list .profile-info-widget .booking-doc-img img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
  }
}
@media (max-width: 479.98px) {
  .appointment-list .profile-det-info {
    margin-bottom: 15px;
  }
}
.appointments .appointment-list {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 4px;
}
.appointments .appointment-list:last-child {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .appointments .appointment-list {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .appointments .appointment-list {
    flex-direction: column;
  }
}
@media (max-width: 479.98px) {
  .appointments .appointment-list {
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .appointments .appointment-list .profile-det-info {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .appointments .appointment-action {
    margin-top: 10px;
  }
}
@media (max-width: 479.98px) {
  .appointments .appointment-action {
    margin-top: 0;
  }
}
.appointments .appointment-action a {
  font-size: 13px;
}
.appointments .appointment-action a + a {
  margin-left: 5px;
}
.info-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.info-details li {
  margin-bottom: 10px;
}
.info-details li:last-child {
  margin-bottom: 0;
}
.info-details li .title {
  color: #272b41;
  font-weight: 500;
}
.info-details li .text {
  color: #757575;
  display: block;
  font-size: 16px;
  overflow: hidden;
}
.clinic-direction {
  color: #757575;
  font-size: 14px;
  margin-bottom: 25px;
}
.clinic-direction a {
  color: #09e5ab;
  font-weight: 500;
}
.doctor-action {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .doctor-action {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}
.doctor-action a + a {
  margin-left: 8px;
}
.doctor-action .fav-btn:hover {
  background-color: #fb1612;
  border-color: #fb1612;
  color: #ffffff;
}
.msg-btn:hover,
.msg-btn:focus {
  background-color: #09e5ab;
  border-color: #09e5ab;
  color: #ffffff;
}
.call-btn:hover,
.call-btn:focus {
  background-color: #09e5ab;
  border-color: #09e5ab;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .user-tabs {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .user-tabs .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #ffffff;
    padding: 5px 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
  }
}
.user-tabs .nav-tabs > li > a {
  border: 0;
  border-bottom: 3px solid transparent;
  color: #3e3e3e;
  font-weight: 700;
  padding: 20px;
}
.user-tabs .nav-tabs > li > a:hover {
  background-color: unset;
  color: #20c0f3;
}
@media (max-width: 767.98px) {
  .user-tabs .nav-tabs > li > a {
    border-left: 2px solid transparent;
    border-bottom: 0;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .user-tabs .nav-tabs.nav-justified {
    border-bottom: 1px solid #dddddd;
  }
}
@media (max-width: 767.98px) {
  .user-tabs .nav-tabs .nav-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 479.98px) {
  .user-tabs .nav-tabs .nav-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover,
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
  border-bottom-width: 3px;
  color: #20c0f3;
}
@media (max-width: 767.98px) {
  .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
  .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover,
  .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-left-width: 2px;
    color: #20c0f3;
  }
}
.user-tabs .med-records {
  display: inline-block;
  min-width: 130px;
}
@media (max-width: 575.98px) {
  .user-tabs .med-records {
    min-width: 110px;
  }
}
.widget {
  margin-bottom: 30px;
}
.widget-title {
  margin-bottom: 15px;
}
.experience-box {
  position: relative;
}
.experience-list {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.experience-list::before {
  background: #dddddd;
  bottom: 0;
  content: "";
  width: 2px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.experience-list li {
  position: relative;
}
.experience-list li:last-child .experience-content {
  margin-bottom: 0;
}
.experience-list > li .experience-user {
  background: #ffffff;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  margin: 0;
  padding: 0;
}
.experience-list > li .experience-content {
  background-color: #ffffff;
  position: relative;
  margin: 0 0 20px 40px;
  padding: 0;
}
.experience-list > li .experience-content .timeline-content {
  color: #757575;
}
.experience-list > li .experience-content .timeline-content a.name {
  font-weight: 500;
}
.experience-list > li .time {
  color: #757575;
  display: block;
  font-size: 13px;
}
.experience-user .avatar {
  height: 32px;
  line-height: 32px;
  width: 32px;
  margin: 0;
}
.before-circle {
  background-color: rgba(32, 192, 243, 0.2);
  height: 12px;
  width: 12px;
  border: 2px solid #20c0f3;
  border-radius: 50%;
}
.exp-year {
  color: #20c0f3;
  margin-bottom: 2px;
}
.exp-title {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .exp-title {
    font-size: 14px;
  }
}
.awards-widget .experience-list > li:last-child p {
  margin-bottom: 0;
}
.service-list {
  margin-bottom: 30px;
}
.service-list:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.service-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-list ul li {
  float: left;
  padding-left: 25px;
  position: relative;
  width: 33%;
  margin: 6px 0;
}
@media (max-width: 767.98px) {
  .service-list ul li {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .service-list ul li {
    width: 100%;
  }
}
.service-list ul li::before {
  color: #cccccc;
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.location-list {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 20px;
}
.location-list + .location-list {
  margin-top: 20px;
}
.location-list .consult-price {
  font-size: 20px;
  font-weight: 500;
  color: #272b41;
}
.clinic-content .clinic-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}
.clinic-content .clinic-direction a {
  display: inline-block;
  margin-top: 8px;
}
.timings-days {
  font-weight: 700;
  color: #272b41;
  margin-bottom: 5px;
}
.timings-times span {
  display: block;
}
.timings-times span:last-child {
  margin-bottom: 1rem;
}
.review-listing {
  border-bottom: 1px solid #f5f7fc;
  margin-top: 20px;
  padding-bottom: 30px;
}
.review-listing > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.review-listing > ul li + li {
  margin-top: 20px;
  border-top: 1px dashed #f0f0f0;
  padding-top: 20px;
}
.review-listing > ul li .comment {
  margin-bottom: 30px;
}
.review-listing > ul li .comment:last-child {
  margin-bottom: 0;
}
.review-listing > ul li .comment .comment-body {
  margin-left: 16px;
}
.review-listing > ul li .comment .comment-body .meta-data {
  position: relative;
  margin-bottom: 10px;
}
.review-listing > ul li .comment .comment-body .meta-data span {
  display: block;
  font-size: 16px;
  color: #757575;
}
.review-listing > ul li .comment .comment-body .meta-data span.comment-author {
  font-weight: 600;
  color: #272b41;
  text-transform: capitalize;
}
.review-listing > ul li .comment .comment-body .meta-data span.comment-date {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .review-listing > ul li .comment .comment-body .meta-data span.comment-date {
    margin-bottom: 5px;
  }
}
.review-listing > ul li .comment .comment-body .meta-data .review-count {
  width: auto;
  position: absolute;
  top: 3px;
  right: 0;
}
@media (max-width: 767.98px) {
  .review-listing > ul li .comment .comment-body .meta-data .review-count {
    position: unset;
  }
}
.review-listing > ul li .comment .comment-body .comment-content {
  color: #757575;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
.review-listing > ul li .comment .comment-body .comment-reply .comment-btn {
  color: #20c0f3;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}
.review-listing > ul li .comments-reply {
  list-style: none;
  margin-left: 65px;
  padding: 0;
}
@media (max-width: 479.98px) {
  .review-listing > ul li .comments-reply {
    margin-left: 0;
  }
}
.review-listing .recommend-btn {
  float: right;
  color: #757575;
  font-size: 14px;
  padding: 5px 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .review-listing .recommend-btn {
    float: none;
  }
}
.review-listing .recommend-btn a {
  border: 1px solid rgba(128, 137, 150, 0.4);
  display: inline-block;
  color: #757575;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  margin: 0 3px;
  padding: 4px 12px;
}
.review-listing .recommend-btn a.like-btn:hover {
  background-color: #28a745;
  border: 1px solid #28a745;
  color: #ffffff;
}
.review-listing .recommend-btn a.dislike-btn:hover {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #ffffff;
}
.review-listing .recommend-btn a i {
  font-size: 16px;
}
@media (max-width: 479.98px) {
  .review-listing .recommend-btn span {
    display: block;
    margin-bottom: 10px;
  }
}
.recommended {
  color: #28a745;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.all-feedback {
  margin-top: 20px;
}
.star-rating {
  direction: rtl;
}
.star-rating input[type=radio] {
  display: none;
}
.star-rating input[type=radio]:checked ~ label {
  color: #f2b600;
}
.star-rating label {
  color: #bbb;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #f2b600;
}
.terms-accept a {
  color: #20c0f3;
  font-weight: 500;
}
.business-widget {
  background-color: #fcfcfc;
  border: 1px solid #f0f0f0;
  margin-bottom: 0;
  padding: 20px;
}
.listing-day {
  color: #000000;
  margin-bottom: 10px;
}
.listing-day:last-child {
  margin-bottom: 0;
}
.listing-day.current {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.listing-day.current .day {
  font-weight: 700;
}
.listing-day .day {
  font-weight: 500;
}
.listing-day .day span {
  display: block;
  font-weight: normal;
}
.time-items {
  color: #757575;
}
.time-items > span {
  display: block;
  text-align: right;
}
.time-items > span.open-status {
  margin-bottom: 3px;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  display: none;
}
.upload-wrap .upload-images + .upload-images {
  margin-left: 20px;
}
.upload-images {
  position: relative;
  width: 80px;
}
.upload-images img {
  height: 80px;
  width: auto;
  border-radius: 4px;
}
.contact-card .card-body {
  padding-bottom: 0.625rem;
}
.custom_price_cont {
  margin-top: 20px;
}
.btn.btn-danger.trash {
  height: 46px;
  width: 46px;
}
@media (max-width: 767.98px) {
  .btn.btn-danger.trash {
    margin-bottom: 20px;
  }
}
.add-more a {
  color: #20c0f3;
}
.bootstrap-tagsinput {
  border-color: #dcdcdc;
  box-shadow: inherit;
  min-height: 46px;
  width: 100%;
  border-radius: 0;
}
.bootstrap-tagsinput.focus {
  border-color: #bbb;
}
.bootstrap-tagsinput .tag {
  background-color: #20c0f3;
  color: #6B7280;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 2px;
  border-radius: 0;
  padding: 8px 15px;
}
.services-card .bootstrap-tagsinput input {
  width: 160px;
}
.submit-section .submit-btn {
  font-weight: 700;
  font-size: 16px;
  min-width: 120px;
  padding: 12px 30px;
}
.submit-section .submit-btn + .submit-btn {
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .submit-section .submit-btn {
    font-size: 15px;
    min-width: 105px;
    padding: 10px 20px;
  }
}
.doc-profile-card {
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  background: #ffffff;
}
.doctor-widget.doctor-profile-two {
  align-items: center;
}
@media (max-width: 1199.98px) {
  .doctor-widget.doctor-profile-two {
    flex-direction: column;
    align-items: start;
  }
}
.doctor-widget.doctor-profile-two .doc-info-left {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .doctor-widget.doctor-profile-two .doc-info-left {
    flex-direction: row;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .doctor-widget.doctor-profile-two .doc-info-left {
    flex-direction: column;
  }
}
.doctor-widget.doctor-profile-two .doc-info-left .doctor-img {
  flex: 0 0 180px;
  margin-right: 20px;
  width: 180px;
}
@media (max-width: 1399.98px) {
  .doctor-widget.doctor-profile-two .doc-info-left .doctor-img {
    flex: 0 0 160px;
    width: 160px;
  }
}
@media (max-width: 767.98px) {
  .doctor-widget.doctor-profile-two .doc-info-left .doctor-img {
    flex: 0 0 130px;
    width: 130px;
  }
}
@media (max-width: 575.98px) {
  .doctor-widget.doctor-profile-two .doc-info-left .doctor-img {
    margin: 0 0 20px;
  }
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont .doc-avail-badge {
  background: #CCFBF1;
  border-radius: 30px;
  color: #14B8A6;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont .doc-avail-badge i {
  font-size: 6px;
  color: #14B8A6;
  margin-right: 5px;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont .doc-name {
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont .doc-name .doctor-role-badge {
  border: 1px solid #E2E8F0;
  color: #334155;
  font-size: 14px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont .doc-name .doctor-role-badge i {
  font-size: 6px;
  color: #4F46E5;
  margin-right: 5px;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont .doc-name img {
  margin-left: 5px;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont p {
  color: #1E293B;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont p {
    font-size: 13px;
  }
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont p:last-child {
  margin-bottom: 0;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont p.address-detail {
  display: flex;
  align-items: center;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont p.address-detail .loc-icon {
  color: #4B5563;
  margin-right: 10px;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont p.address-detail .view-text {
  color: #004FFF;
  margin-left: 5px;
}
.doctor-widget.doctor-profile-two .doc-info-right {
  flex: 1;
  max-width: 100%;
  width: 100%;
  margin-left: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right {
    margin-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right {
    margin-left: 0;
  }
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li {
  color: #1E293B;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li {
    display: block;
  }
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li:last-child {
  margin-bottom: 0;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .hospital-info {
  display: flex;
  align-items: center;
  text-align: left;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .hospital-info p {
  color: #1E293B;
  font-size: 14px;
  margin-bottom: 0;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .hospital-info p b {
  color: #000000;
  font-weight: 600;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .hospital-info .list-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #CBD5E1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 10px;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .sub-links {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .sub-links {
    margin-top: 10px;
  }
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .sub-links li a {
  border: 1px solid #CBD5E1;
  background: #F1F5F9;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  color: #475569;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .sub-links li a:hover {
  background: #E2E8F0;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .sub-links li:last-child a {
  margin-right: 0;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .accept-text {
  color: #1E293B;
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .accept-text {
    margin-top: 10px;
  }
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .accept-text span {
  width: 22px;
  height: 22px;
  background: #059669;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 8px;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .rating {
  display: flex;
  align-items: center;
  width: auto;
  margin-bottom: 0;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .rating span {
  font-weight: 500;
  font-size: 14px;
  margin: 0 7px;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .rating a {
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
@media (max-width: 575.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors {
    margin-top: 10px;
  }
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li {
  margin-right: 5px;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li:last-child {
  margin-right: 0;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li a {
  background: #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li a:hover {
  background: #E2E8F0;
}
@media (max-width: 1399.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li a {
    padding: 8px 10px;
  }
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li a span {
  margin-right: 5px;
  width: 14px;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li a span.bg-violet {
  color: #3730A3;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li a span.bg-indigo {
  color: #6366F1;
}
.doc-profile-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #CBD5E1;
  padding-top: 25px;
  margin-top: 5px;
}
@media (max-width: 1199.98px) {
  .doc-profile-card-bottom {
    flex-direction: column;
    align-items: self-start;
  }
}
.doc-profile-card-bottom ul {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .doc-profile-card-bottom ul {
    display: block;
  }
}
.doc-profile-card-bottom ul li {
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #000000;
}
@media (max-width: 575.98px) {
  .doc-profile-card-bottom ul li {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.doc-profile-card-bottom ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.doc-profile-card-bottom ul li span {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 10px;
}
.doc-profile-card-bottom ul li span.bg-blue {
  background: #0092E4;
}
.doc-profile-card-bottom ul li span.bg-dark-blue {
  background: #004FFF;
}
.doc-profile-card-bottom ul li span.bg-green {
  background: #84CC16;
}
.doc-profile-card-bottom .bottom-book-btn {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .doc-profile-card-bottom .bottom-book-btn {
    margin-top: 20px;
  }
}
.doc-profile-card-bottom .bottom-book-btn .clinic-booking .apt-btn {
  background: #26948e;
  border-color: #26948e;
  margin-left: 15px;
  width: auto;
}
@media (max-width: 1399.98px) {
  .doc-profile-card-bottom .bottom-book-btn .clinic-booking .apt-btn {
    padding: 10px;
  }
}
.doc-profile-card-bottom .bottom-book-btn p {
  font-size: 14px;
  color: #1E293B;
  margin-bottom: 0;
}
.doc-profile-card-bottom .bottom-book-btn p span {
  font-weight: 600;
}
.information-title-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 9px;
  margin-bottom: 24px;
  border-bottom: 1px solid #CBD5E1;
}
.information-title-list li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.information-title-list li:last-child {
  margin-right: 0;
}
.information-title-list li a {
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  color: #0F172A;
  font-weight: 500;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  line-height: normal;
}
.information-title-list li a:hover {
  background: #0092E4;
  border-color: #0092E4;
  color: #ffffff;
}
.information-title-list li.active a {
  background: #0092E4;
  border-color: #0092E4;
  color: #ffffff;
}
.doc-information-details {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #CBD5E1;
}
.doc-information-details .detail-title h4 {
  font-size: 20px;
  color: #0F172A;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .doc-information-details .detail-title h4 {
    font-size: 18px;
  }
}
.doc-information-details .detail-title.slider-nav {
  flex-wrap: wrap;
}
.doc-information-details .detail-title.slider-nav .nav {
  margin-bottom: 15px;
}
.doc-information-details .detail-title.slider-nav .nav button {
  background: #F8FAFC;
  border: 0;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.doc-information-details .detail-title.slider-nav .nav button.owl-next {
  margin-left: 15px;
}
.doc-information-details .detail-title.slider-nav .nav button:hover {
  background: #E2E8F0;
}
.doc-information-details.bio-detail p {
  color: #334155;
  margin-bottom: 10px;
}
.doc-information-details.bio-detail .show-more {
  color: #0092E4;
  font-weight: 500;
}
.doc-information-details .experience-info {
  display: flex;
  align-items: center;
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .doc-information-details .experience-info {
    display: block;
  }
}
.doc-information-details .experience-info .experience-logo {
  flex-shrink: 0;
}
.doc-information-details .experience-info .experience-logo span {
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
@media (max-width: 575.98px) {
  .doc-information-details .experience-info .experience-logo span {
    margin: 0 0 20px;
  }
}
.doc-information-details .experience-info .experience-content h5 {
  font-size: 20px;
  color: #0F172A;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .doc-information-details .experience-info .experience-content h5 {
    font-size: 18px;
  }
}
.doc-information-details .experience-info .experience-content ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.doc-information-details .experience-info .experience-content ul li + li {
  padding-left: 10px;
  margin-left: 5px;
}
.doc-information-details .experience-info .experience-content ul li + li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #D9D9D9;
  position: absolute;
  border-radius: 20px;
  left: 0;
}
.doc-information-details .experience-info .experience-content .ent-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.doc-information-details .experience-info .experience-content .ent-list li {
  color: #0F172A;
}
.doc-information-details .experience-info .experience-content .date-list {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.doc-information-details .experience-info .experience-content .date-list li {
  color: #1E293B;
}
.doc-information-details .experience-info .experience-content p {
  color: #334155;
  margin-bottom: 0;
}
.doc-information-details .insurence-logo-slider .insurence-logo span {
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doc-information-details .insurence-logo-slider .insurence-logo span img {
  width: auto;
}
.special-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}
.special-links li {
  margin-right: 15px;
}
.special-links li:last-child {
  margin-right: 0;
}
.special-links li a {
  border: 1px solid #CBD5E1;
  background: #F8FAFC;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  color: #1E293B;
  border-radius: 10px;
}
.special-links li a span {
  font-weight: 600;
  margin-left: 30px;
}
.availability-slots-slider .book-date {
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}
.availability-slots-slider .book-date h6 {
  color: #0F172A;
  font-weight: 500;
  margin-bottom: 5px;
}
.availability-slots-slider .book-date span {
  color: #1E293B;
}
.clinic-loc {
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 15px;
}
.clinic-loc .clinic-info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.clinic-loc .clinic-info .clinic-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  flex-shrink: 0;
  margin-right: 10px;
}
.clinic-loc .clinic-info .clinic-img img {
  border-radius: 10px;
}
.clinic-loc .clinic-info .detail-clinic h5 {
  color: #0F172A;
  font-size: 16px;
  margin-bottom: 5px;
}
.clinic-loc .clinic-info .detail-clinic span {
  color: #004FFF;
  font-size: 14px;
}
.clinic-loc .clinic-info .detail-clinic p {
  color: #1E293B;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 5px;
}
.clinic-loc .avail-time-slot .book-date {
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin-right: 15px;
}
.clinic-loc .avail-time-slot .book-date h6 {
  color: #0F172A;
  font-weight: 500;
  margin-bottom: 5px;
}
.clinic-loc .avail-time-slot .book-date span {
  color: #1E293B;
}
@media (max-width: 991.98px) {
  .clinic-loc .contact-map {
    margin-top: 24px;
  }
}
.clinic-loc .contact-map iframe {
  height: 230px;
  border-radius: 10px;
}
.member-ship-info {
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.member-ship-info .mem-check {
  width: 22px;
  height: 22px;
  background: #059669;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
}
.member-ship-info p {
  color: #1E293B;
  margin-bottom: 0;
}
.award-card .award-card-info {
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  padding: 15px;
}
.award-card .award-card-info span {
  width: 22px;
  height: 22px;
  background: #84CC16;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}
.award-card .award-card-info span img {
  width: 10px;
}
.award-card .award-card-info h5 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  color: #1E293B;
}
.award-card .award-card-info p {
  color: #1E293B;
  margin-bottom: 0;
}
.hours-business ul {
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  padding: 24px;
}
.hours-business ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hours-business ul li .doc-avail-badge {
  background: #CCFBF1;
  border-radius: 30px;
  color: #14B8A6;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
}
.hours-business ul li .doc-avail-badge i {
  font-size: 6px;
  color: #14B8A6;
  margin-right: 5px;
}
.hours-business ul li p {
  font-size: 14px;
  color: #334155;
  margin-bottom: 0;
}
.hours-business ul li span {
  font-size: 14px;
  color: #1E293B;
}
.hours-business ul li h6 {
  font-size: 16px;
  color: #0F172A;
  margin-bottom: 0;
}
.hours-business ul li:first-child {
  align-items: end;
}
.hours-business ul li:first-child h6 {
  margin-bottom: 30px;
}
.hours-business ul li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #CBD5E1;
}
.doc-review-card {
  border: 1px solid #CBD5E1;
  padding: 24px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.doc-review-card .user-info-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.doc-review-card .user-info-review .reviewer-img {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.doc-review-card .user-info-review .reviewer-img .avatar-img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  align-items: center;
}
.doc-review-card .user-info-review .reviewer-img .avatar-img img {
  border-radius: 50%;
}
.doc-review-card .user-info-review .reviewer-img .review-star a {
  color: #0F172A;
  margin-bottom: 5px;
  font-weight: 500;
}
.doc-review-card .user-info-review .reviewer-img .review-star .rating {
  margin-bottom: 0;
}
.doc-review-card .user-info-review .reviewer-img .review-star .rating span {
  color: #1E293B;
  font-size: 14px;
}
.doc-review-card .user-info-review .thumb-icon {
  font-size: 14px;
  display: inline-flex;
  font-weight: 500;
  color: #059669;
  align-items: center;
  margin-bottom: 10px;
}
.doc-review-card .user-info-review .thumb-icon i {
  margin-right: 5px;
}
.doc-review-card p {
  color: #1E293B;
  margin-bottom: 10px;
}
.doc-review-card .reply {
  color: #1E293B;
}
.doc-review-card .reply:hover {
  font-weight: 600;
}
.doc-review-card .replied-info {
  background: #F8FAFC;
  border-radius: 10px;
  padding: 24px;
  margin-top: 15px;
}
.doc-review-card .replied-info .user-info-review .reviewer-img .review-star a {
  margin-bottom: 0;
}
.doc-review-card .pagination.dashboard-pagination {
  margin-top: 15px;
}
.doc-review-card .pagination.dashboard-pagination ul {
  flex-wrap: wrap;
  row-gap: 10px;
}
.doc-review-card .pagination.dashboard-pagination ul li a {
  background: #ffffff;
  border: 1px solid #F8FAFC;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #1E293B;
  font-weight: 500;
}
.doc-review-card .pagination.dashboard-pagination ul li a.prev-link {
  background: #F8FAFC;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 5px;
}
.doc-review-card .pagination.dashboard-pagination ul li a.next-link {
  background: #F8FAFC;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 5px;
}
.doc-review-card .pagination.dashboard-pagination ul li a.active {
  background: #0284C7;
  color: #ffffff;
}
.doc-review-card .pagination.dashboard-pagination ul li a:hover {
  background: #0284C7;
  color: #ffffff;
}
.doc-information-main .doc-information-details:last-child {
  border-bottom: 0;
}
.profile-sidebar {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.0784313725);
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .profile-sidebar {
    margin-bottom: 20px !important;
  }
}
.profile-sidebar .pro-widget-content {
  border-bottom: 0;
  margin: 0;
  padding: 20px;
  text-align: center;
}
.profile-sidebar .dashboard-widget {
  padding: 15px;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul {
  color: #757575;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul li {
  line-height: inherit;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul li a i {
  font-size: 16px;
  margin-right: 10px;
  width: 16px;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul li a span,
.profile-sidebar .dashboard-widget .dashboard-menu ul li a i {
  display: inline-block;
  vertical-align: middle;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul li .unread-msg {
  background-color: #FBBF24;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 5px;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li {
  position: relative;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li:last-child {
  margin-bottom: 0;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li:last-child {
  border-bottom: 0;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li a {
  color: #334155;
  display: block;
  border-radius: 10px;
  font-size: 16px;
  padding: 15px 10px;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li:hover > a {
  background: #F3F4F6;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li.active > a {
  color: #ffffff;
  background: #26948e;
}
@media (max-width: 1199.98px) {
  .dash-card .dash-widget {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .dash-card .dash-widget {
    flex-direction: unset;
    text-align: left;
  }
}
.dash-card .dash-widget .circle-bar {
  margin-right: 15px;
}
@media (max-width: 1199.98px) {
  .dash-card .dash-widget .circle-bar {
    margin: 0 0 15px;
  }
}
@media (max-width: 991.98px) {
  .dash-card .dash-widget .circle-bar {
    margin: 0 15px 0 0;
  }
}
.dash-card .dash-widget .circle-bar > div {
  display: inline-block;
  position: relative;
  text-align: center;
}
.dash-card .dash-widget .circle-bar > div img {
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.dash-card .dash-widget .circle-bar > div canvas {
  width: 90px !important;
  height: 90px !important;
}
.dash-card .dash-widget.dct-border-rht {
  border-right: 1px solid #f0f0f0;
}
@media (max-width: 991.98px) {
  .dash-card .dash-widget.dct-border-rht {
    border-bottom: 1px solid #f0f0f0;
    border-right: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.dash-card .dash-widget h6 {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .dash-card .dash-widget h6 {
    font-size: 15px;
  }
}
.dash-card .dash-widget h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .dash-card .dash-widget h3 {
    font-size: 20px;
  }
}
.dash-card .dash-widget p {
  color: #757575;
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .dash-card .dash-widget p {
    font-size: 13px;
  }
}
.dash-card .row {
  margin-left: -10px;
  margin-right: -10px;
}
.dash-card .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.appointment-tab {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .appointment-tab {
    margin-bottom: 20px;
  }
}
.appointment-tab .nav-tabs {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 0.25rem 0.25rem 0 0 !important;
  border-bottom: 0;
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .appointment-tab .nav-tabs {
    padding: 1.5rem;
  }
}
.appointment-tab .tab-content {
  padding-top: 0;
}
.appointment-tab .card {
  border-radius: 0;
}
.profile-det-info {
  overflow: hidden;
}
.profile-det-info h3 {
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.profile-det-info .patient-details h5 {
  color: #334155;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 8px;
}
.profile-det-info .patient-details h5 i {
  width: 18px;
}
.profile-info-widget {
  text-align: left;
}
.profile-info-widget .booking-doc-img {
  margin-right: 15px;
  position: relative;
}
.profile-info-widget .booking-doc-img img {
  height: 90px;
  width: 90px;
  object-fit: cover;
  border-radius: 4px;
}
.profile-info-widget .booking-doc-img::after {
  content: url("./media/badge-check-GCKQHGPD.svg");
  width: auto;
  height: auto;
  position: absolute;
  right: 20px;
  bottom: 0;
  border: 2px solid #ffffff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50%;
}
.change-avatar .profile-img {
  margin-right: 15px;
}
.change-avatar .profile-img img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 575.98px) {
  .change-avatar .profile-img img {
    height: 80px;
    width: 80px;
  }
}
.change-avatar .change-photo-btn {
  margin: 0 0 10px;
  width: 150px;
}
.change-avatar .change-photo-btn input.upload {
  bottom: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.dropzone {
  background-color: #fbfbfb;
  border: 2px dashed rgba(0, 0, 0, 0.1);
}
.profile-image img {
  margin-bottom: 1.5rem;
}
.profile-sidebar.profile-sidebar-new .widget-profile {
  padding: 70px 24px 24px;
  position: relative;
  z-index: 1;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-info-widget::after {
  content: "";
  background-image: url("./media/doctor-sidebar-bg-TO4RADHH.jpg");
  width: 100%;
  height: 148px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-info-widget .booking-doc-img {
  padding: 3px;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-det-info h3 {
  font-size: 20px;
  font-weight: 600;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-det-info h3 a {
  color: #0F172A;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-det-info h3 a:hover {
  color: #26948e;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-det-info .patient-details h5 {
  font-size: 14px;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-det-info .doctor-role-badge {
  border: 1px solid #E2E8F0;
  color: #334155;
  font-size: 14px;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-det-info .doctor-role-badge i {
  font-size: 6px;
  color: #4F46E5;
  margin-right: 5px;
}
.doctor-available-head {
  background: #F8FAFC;
  padding: 24px;
}
.input-block-new label {
  color: #1F2937;
  font-weight: 500;
}
.dashboard-widget-box {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
}
.dashboard-widget-box .dashboard-content-info h6 {
  color: #334155;
  font-size: 16px;
  font-weight: normal;
}
.dashboard-widget-box .dashboard-content-info h4 {
  color: #0F172A;
  font-weight: 600;
  margin: 5px 0;
  font-size: 24px;
}
.dashboard-widget-box .dashboard-content-info span {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}
.dashboard-widget-box .dashboard-content-info span i {
  margin-right: 5px;
}
.dashboard-widget-box .dash-icon-box {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  background: #F8FAFC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
@media (max-width: 1399.98px) {
  .dashboard-widget-box .dash-icon-box {
    width: 65px;
    height: 65px;
    font-size: 30px;
  }
}
.dashboard-card {
  border: 1px solid #E2E8F0;
  padding: 24px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-bottom: 24px;
}
.dashboard-card .dashboard-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.dashboard-card .dashboard-card-head .header-title h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: #0F172A;
}
.dashboard-card .dashboard-card-head .chart-create-date h6 {
  margin-bottom: 0;
  color: #334155;
  font-size: 16px;
}
.dashboard-card .dashboard-card-head .card-view-link a {
  color: #26948e;
  text-decoration: underline;
  font-weight: 600;
}
.dashboard-card .dashboard-card-head .card-view-link a.add-new {
  text-decoration: none;
  color: #334155;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #E2E8F0;
}
.dashboard-card .dashboard-card-head .card-view-link a:hover {
  color: #0F172A;
}
.header-dropdown .dropdown-toggle {
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 5px 10px;
  display: inline-block;
  line-height: normal;
}
.dashboard-table.table {
  --bs-table-bg: transparent;
}
.dashboard-table.table .patient-info-profile {
  display: flex;
  align-items: center;
}
.dashboard-table.table tbody tr {
  border: 0;
  border-radius: 10px;
}
.dashboard-table.table tbody tr:hover {
  background: #F8FAFC;
}
.dashboard-table.table tbody tr td {
  padding: 10px;
  white-space: nowrap;
  vertical-align: middle;
}
.dashboard-table.table tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.dashboard-table.table tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
}
.dashboard-table.table .table-avatar {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 10px;
  flex-shrink: 0;
}
.dashboard-table.table .table-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.dashboard-table.table .patient-name-info h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.dashboard-table.table .patient-name-info span {
  color: #1D7ED8;
  font-size: 12px;
  font-weight: 500;
}
.dashboard-table.table .appointment-date-created .table-badge {
  background: #14B8A6;
  font-weight: 500;
  font-size: 10px;
  margin-top: 5px;
}
.dashboard-table.table .appointment-date-created h6 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
}
.dashboard-table.table .appointment-date-created .paid-text {
  color: #334155;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}
.dashboard-table.table .apponiment-actions a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  font-size: 12px;
}
.dashboard-table.table .apponiment-actions a.text-success-icon {
  border-color: #1CA345;
  color: #1CA345;
}
.dashboard-table.table .apponiment-actions a.text-success-icon:hover {
  background: #1CA345;
  color: #ffffff;
}
.dashboard-table.table .apponiment-actions a.text-danger-icon {
  border-color: #DE3F44;
  color: #DE3F44;
}
.dashboard-table.table .apponiment-actions a.text-danger-icon:hover {
  background: #DE3F44;
  color: #ffffff;
}
.dashboard-table.table .apponiment-view a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #E2E8F0;
}
.dashboard-table.table .apponiment-view a:hover {
  background: #26948e;
  color: #ffffff;
}
.chart-tab .nav-pills {
  border-bottom: 1px solid #E2E8F0;
}
.chart-tab .nav-pills .nav-item {
  margin-right: 15px;
}
.chart-tab .nav-pills .nav-item:last-child {
  margin-right: 0;
}
.chart-tab .nav-pills .nav-item .nav-link {
  padding: 0 0 5px;
  color: #0F172A;
  position: relative;
}
.chart-tab .nav-pills .nav-item .nav-link:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
}
.chart-tab .nav-pills .nav-item .nav-link.active {
  background: transparent;
  color: #26948e;
}
.chart-tab .nav-pills .nav-item .nav-link.active:after {
  background: #26948e;
}
.upcoming-appointment-card {
  background: #26948e;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  position: relative;
  z-index: 1;
}
.upcoming-appointment-card .circle-bg img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.upcoming-appointment-card .title-card {
  margin-bottom: 30px;
}
.upcoming-appointment-card .title-card h5 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
}
.upcoming-appointment-card .upcoming-patient-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0EA5E9;
}
@media (max-width: 575.98px) {
  .upcoming-appointment-card .upcoming-patient-info {
    display: block;
  }
}
.upcoming-appointment-card .upcoming-patient-info .info-details {
  display: flex;
  align-items: center;
}
.upcoming-appointment-card .upcoming-patient-info .info-details .img-avatar {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.upcoming-appointment-card .upcoming-patient-info .info-details .img-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.upcoming-appointment-card .upcoming-patient-info .info-details .name-info span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
.upcoming-appointment-card .upcoming-patient-info .info-details .name-info h6 {
  color: #ffffff;
  font-size: 16px;
  margin: 5px 0 0;
}
@media (max-width: 575.98px) {
  .upcoming-appointment-card .upcoming-patient-info .date-details {
    margin-top: 15px;
  }
}
.upcoming-appointment-card .upcoming-patient-info .date-details span {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}
.upcoming-appointment-card .upcoming-patient-info .date-details h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  margin: 5px 0 0;
}
.upcoming-appointment-card .appointment-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .upcoming-appointment-card .appointment-card-footer {
    display: block;
  }
}
.upcoming-appointment-card .appointment-card-footer h5 {
  color: #ffffff;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
}
@media (max-width: 1399.98px) {
  .upcoming-appointment-card .appointment-card-footer h5 {
    font-size: 15px;
  }
}
.upcoming-appointment-card .appointment-card-footer h5 i {
  margin-right: 5px;
}
.upcoming-appointment-card .appointment-card-footer .btn-appointments {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .upcoming-appointment-card .appointment-card-footer .btn-appointments {
    margin-top: 15px;
  }
}
.upcoming-appointment-card .appointment-card-footer .btn-appointments a {
  padding: 5px 12px;
  display: inline-block;
  background: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
}
@media (max-width: 1399.98px) {
  .upcoming-appointment-card .appointment-card-footer .btn-appointments a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.upcoming-appointment-card .appointment-card-footer .btn-appointments a:last-child {
  margin-right: 0;
}
.upcoming-appointment-card .appointment-card-footer .btn-appointments a:hover {
  background: #26948e;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .recent-patient-grid-boxes {
    flex-direction: column;
  }
}
.recent-patient-grid-boxes .recent-patient-grid {
  margin-right: 10px;
}
.recent-patient-grid-boxes .recent-patient-grid:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .recent-patient-grid-boxes .recent-patient-grid {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.recent-patient-grid {
  background: #F8FAFC;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
}
.recent-patient-grid .patient-img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.recent-patient-grid .patient-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.recent-patient-grid h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.recent-patient-grid span {
  color: #1D7ED8;
  font-size: 12px;
}
.recent-patient-grid .date-info {
  border-top: 1px solid #E2E8F0;
  margin-top: 10px;
  padding-top: 10px;
}
.recent-patient-grid .date-info p {
  font-size: 12px;
  font-weight: 500;
  color: #334155;
  margin-bottom: 0;
}
.table-noti-info {
  display: flex;
  align-items: center;
}
.table-noti-info .table-noti-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #F1F5F9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  margin-right: 10px;
}
.table-noti-info .table-noti-icon.color-violet {
  color: #4F46E5;
}
.table-noti-info .table-noti-icon.color-blue {
  color: #26948e;
}
.table-noti-info .table-noti-icon.color-red {
  color: #E11D48;
}
.table-noti-info .table-noti-icon.color-yellow {
  color: #EAAB08;
}
.table-noti-info .table-noti-message h6 {
  color: #0F172A;
  margin-bottom: 5px;
  font-weight: normal;
}
.table-noti-info .table-noti-message h6 span {
  font-weight: 500;
}
.table-noti-info .table-noti-message .message-time {
  font-size: 14px;
  color: #1E293B;
  font-weight: 500;
}
.clinic-available {
  background: #F8FAFC;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px;
}
@media (max-width: 1399.98px) {
  .clinic-available {
    padding: 12px;
  }
}
.clinic-available .clinic-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.clinic-available .clinic-head .clinic-info {
  display: flex;
  align-items: center;
}
.clinic-available .clinic-head .clinic-info .clinic-img {
  width: 48px;
  height: 48px;
  display: inline-flex;
  margin-right: 10px;
  border-radius: 10px;
  flex-shrink: 0;
}
.clinic-available .clinic-head .clinic-info .clinic-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.clinic-available .clinic-head .clinic-info h6 {
  font-size: 16px;
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.clinic-available .clinic-head .clinic-charge span {
  font-weight: 500;
  color: #0F172A;
  font-size: 16px;
}
.clinic-available .available-time {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .clinic-available .available-time {
    padding: 12px;
  }
}
@media (max-width: 575.98px) {
  .clinic-available .available-time {
    display: block;
  }
}
.clinic-available .available-time ul li {
  font-size: 14px;
  color: #334155;
  display: flex;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .clinic-available .available-time ul li {
    font-size: 13px;
  }
}
.clinic-available .available-time ul li span {
  font-weight: 500;
  color: #0F172A;
  margin-right: 10px;
}
.clinic-available .available-time ul li + li {
  margin-top: 5px;
}
.clinic-available .available-time .change-time a {
  font-size: 14px;
  font-weight: 500;
  color: #0F172A;
  text-decoration: underline;
}
.clinic-available .available-time .change-time a:hover {
  color: #26948e;
}
@media (max-width: 575.98px) {
  .clinic-available .available-time .change-time {
    margin-top: 15px;
  }
}
#revenue-chart .apexcharts-series {
  fill: #26948e;
  stroke: #26948e;
}
#revenue-chart .apexcharts-series path:nth-child(4) {
  fill: #FBBF24;
  stroke: #FBBF24;
}
#appointment-chart .apexcharts-series path {
  fill: #0F172A;
  stroke: #0F172A;
}
#appointment-chart .apexcharts-series path:nth-child(6) {
  fill: #26948e;
  stroke: #26948e;
}
.user-header .user-text p {
  font-weight: 500;
  font-size: 12px;
  color: #1CA345 !important;
}
.doctor-available-head .select2-container .select2-selection--single {
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
.dashboard-table.table.appoint-table .appointment-date-created h6 {
  font-size: 14px;
}
.dashboard-pagination ul li .page-link.active {
  border-color: #26948e;
}
.dashboard-pagination ul li .page-link:hover {
  border-color: #26948e;
}
.form-sorts .filter-reset-btns a.btn-primary {
  border-color: #26948e;
}
.header-dropdown .dropdown-menu {
  border-color: #E2E8F0;
}
.header-dropdown .dropdown-toggle {
  padding: 5px 10px 5px 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #64748B;
}
.header-dropdown .dropdown-toggle::after {
  border-width: 0 2px 2px 0;
  border-color: #64748B;
  padding: 3px;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  border-style: solid;
  margin-left: 10px;
}
.header-dropdown .dropdown-toggle.show::after {
  border-width: 2px 0 0 2px;
  position: relative;
  top: 3px;
}
.header-dropdown .dropdown-toggle.nav-tog {
  padding: 10px 15px 10px 10px;
}
.header-dropdown .dropdown-menu {
  padding: 15px;
}
.header-dropdown .dropdown-menu a {
  padding: 5px 10px;
  border-radius: 10px;
}
.header-dropdown .dropdown-menu a:hover {
  background: #F8FAFC;
}
.header .header-nav .header-navbar-rht .has-arrow .user-header .user-text h6 {
  font-size: 16px;
  font-weight: 600;
}
.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item {
  color: #0F172A;
  font-weight: 500;
}
.text-blue-600:hover {
  color: #1E293B !important;
}
.text-blue-600 a {
  color: #26948e;
}
.text-blue-600 a:hover {
  color: #1E293B;
}
.text-blue:hover {
  color: #1E293B;
}
#heart-rate-chart .apexcharts-series path:hover {
  fill: #26948e;
  opacity: 1;
}
#blood-pressure-chart .apexcharts-series path:hover {
  fill: #0F172A;
  opacity: 1;
}
.biller-info,
.billing-info {
  margin-bottom: 15px;
}
.add-more-item {
  margin-bottom: 10px;
}
.add-more-item a {
  color: #0de0fe;
  font-weight: 500;
}
.signature-wrap {
  float: right;
  margin-bottom: 20px;
  text-align: center;
  width: 220px;
}
.signature {
  border: 2px dashed #cccccc;
  color: #272b41;
  cursor: pointer;
  height: 85px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 4px;
}
.signature:hover {
  background-color: #fcfcfc;
}
.signature .sign-name {
  width: 100%;
  float: right;
}
.pat-widget-profile .pro-widget-content {
  padding: 0 0 20px;
}
.pat-widget-profile .booking-date li {
  font-size: 14px;
}
.pat-widget-profile .booking-date li span {
  font-size: 14px;
}
.edit-billing-content table td input {
  min-width: 300px;
}
.add-new-btn {
  background-color: #0de0fe;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 10px 20px;
  border-radius: 30px;
}
.add-new-btn:focus,
.add-new-btn:hover,
.add-new-btn.active {
  background-color: #0de0fe;
  color: #ffffff;
}
.patient-info {
  margin-top: 15px;
}
.patient-info ul {
  list-style: none;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
.patient-info ul li {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: #272b41;
  text-transform: capitalize;
}
.patient-info ul li + li {
  margin-top: 15px;
}
.patient-info ul li i {
  width: 18px;
}
.patient-info ul li span {
  color: #757575;
  float: right;
  font-weight: 400;
}
.profile-sidebar {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  margin-bottom: 24px;
  overflow: hidden;
}
.pro-widget-content {
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  padding: 20px;
}
.profile-info-widget {
  text-align: left;
}
.profile-info-widget .booking-doc-img {
  margin-right: 15px;
}
.profile-info-widget .booking-doc-img img {
  height: 90px;
  width: 90px;
  object-fit: cover;
  border-radius: 4px;
}
.profile-det-info {
  overflow: hidden;
}
.profile-det-info h3 {
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.patient-details h5 {
  color: #757575;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 8px;
}
.patient-details h5 i {
  width: 18px;
}
.dashboard-menu ul {
  color: #757575;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.dashboard-menu ul li {
  line-height: inherit;
}
.dashboard-menu ul li a i {
  font-size: 16px;
  margin-right: 10px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}
.dashboard-menu ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.dashboard-menu > ul > li {
  position: relative;
}
.dashboard-menu > ul > li :last-child {
  border-bottom: 0;
}
.dashboard-menu > ul > li > a {
  color: #757575;
  display: block;
  padding: 16px 20px;
}
.dashboard-menu > ul > li:hover > a,
.dashboard-menu > ul > li.active > a {
  color: #0de0fe;
}
.unread-msg {
  background-color: #09e5ab;
  color: #272b41;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0 5px;
  border-radius: 2px;
}
.patient-dashboard-top > div {
  width: 100%;
}
.patient-dashboard-top h6 {
  font-size: 18px;
  margin-bottom: 0;
}
.patient-dashboard-top h6 sub {
  font-size: 12px;
}
.patient-graph-col .graph-box {
  background: #7289DE;
  border-bottom: 8px solid #6A5DEE;
  width: 100%;
  margin: 15px 0;
  padding: 22px;
}
.patient-graph-col .graph-box.pink-graph {
  background-color: #ffa69e;
  border-bottom: 8px solid #ffa69e;
}
.patient-graph-col .graph-box.sky-blue-graph {
  background-color: #a9d4ff;
  border-bottom: 8px solid #8ec4ff;
}
.patient-graph-col .graph-box.orange-graph {
  background-color: #ffb88e;
  border-bottom: 8px solid #ffb88e;
}
.patient-graph-col .graph-box h4 {
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}
.patient-graph-col .graph-box > div {
  width: 100%;
}
.patient-graph-col .graph-box .graph-img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.patient-graph-col .graph-box .graph-status-result h3 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 0.9;
  width: 100%;
}
.patient-graph-col .graph-box .graph-status-result span.graph-update-date {
  color: #ffffff;
  font-weight: 500;
  opacity: 0.7;
  text-align: center;
  width: 100%;
}
.patient-sidebar.profile-sidebar-new .widget-profile .profile-info-widget::after {
  background-image: url("./media/patient-sidebar-bg-PLHHZNKZ.jpg");
}
.patient-sidebar .profile-det-info span {
  font-size: 14px;
  color: #334155;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.patient-sidebar .profile-det-info span i {
  font-size: 6px;
  color: #26948e;
  margin: 0 5px;
}
.health-records {
  margin-bottom: 35px;
}
.health-records span {
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  color: #334155;
}
.health-records span i {
  margin-right: 5px;
}
.health-records h3 {
  display: flex;
  align-items: center;
}
.health-records h3 sup {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
}
@media (max-width: 1399.98px) {
  .health-records h3 {
    font-size: 20px;
  }
}
.health-records.icon-orange span i {
  color: #EA580C;
}
.health-records.icon-orange h3 sup {
  color: #1CA345;
}
.health-records.icon-amber span i {
  color: #F59E0B;
}
.health-records.icon-dark-blue span i {
  color: #004FFF;
}
.health-records.icon-dark-blue h3 sup {
  color: #DE3F44;
}
.health-records.icon-blue span i {
  color: #26948e;
}
.health-records.icon-red span i {
  color: #DE3F44;
}
.health-records.icon-red h3 sup {
  color: #1CA345;
}
.health-records.icon-purple span i {
  color: #9333EA;
}
.chart-over-all-report {
  text-align: center;
  padding-left: 24px;
  border-left: 1px solid #E2E8F0;
}
@media (max-width: 575.98px) {
  .chart-over-all-report {
    padding-left: 0;
    border-left: 0;
    margin-top: 20px;
  }
}
.chart-over-all-report h5 {
  margin-bottom: 15px;
}
.chart-over-all-report span.health-percentage {
  display: block;
  margin: 10px 0;
  max-width: 130px;
  margin: 15px auto;
}
.report-chart .circle-graph3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.report-chart .circle-graph3 p {
  position: absolute;
  max-width: 100px;
  text-align: center;
  margin: auto;
  font-size: 14px;
}
.doctor-available-head .input-block-new {
  margin-bottom: 0;
}
.report-gen-date p {
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: normal;
}
.report-gen-date p span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  background: #EEF2FF;
}
.header-dropdown .dropdown-avatar {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  margin-right: 5px;
}
.book-appointment-head {
  background: #4338CA;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background-image: url("./media/card-bg-small-P674IPC3.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 24px;
}
.book-appointment-head h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
.book-appointment-head h3 span {
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}
.book-appointment-head .add-icon i {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .past-appointment .card-btns .btn-outline-primary {
    margin-right: 0 !important;
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.doctor-fav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.doctor-fav-list .doctor-info-profile {
  display: flex;
  align-items: center;
}
.doctor-fav-list .doctor-info-profile .table-avatar {
  flex-shrink: 0;
}
.doctor-fav-list .doctor-info-profile .table-avatar img {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  margin-right: 10px;
}
.doctor-fav-list .doctor-info-profile .doctor-name-info h5 {
  margin-bottom: 0px;
}
.doctor-fav-list .doctor-info-profile .doctor-name-info span {
  font-size: 12px;
  color: #334155;
  font-weight: 500;
}
.doctor-fav-list .cal-plus-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F5F9;
  font-size: 13px;
}
.doctor-fav-list .cal-plus-icon:hover {
  background: #26948e;
  color: #ffffff;
}
.doctor-fav-list + .doctor-fav-list {
  margin-top: 15px;
}
.dashboard-card-head .header-title h5 span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #E2E8F0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.dashboard-card-head .owl-nav button {
  border: 0;
  background: transparent;
  margin-top: 0;
}
.dashboard-card-head .owl-nav button.owl-next {
  margin-left: 0;
}
.dashboard-card-head .owl-nav button:hover {
  color: #26948e;
}
.dashboard-card-head .header-dropdown-two {
  position: relative;
  margin-left: 10px;
}
.dashboard-card-head .header-dropdown-two::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #E2E8F0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.apponiment-dates ul li a {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  text-align: center;
  position: relative;
}
.apponiment-dates ul li a.available-date:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #004FFF;
  position: absolute;
  right: 6px;
  top: 6px;
}
.apponiment-dates ul li a h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.apponiment-dates ul li a h5 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin-top: 3px;
}
.appointment-dash-card {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
}
.appointment-dash-card .date-time p {
  color: #334155;
  display: flex;
  align-items: center;
  margin: 24px 0;
}
.appointment-dash-card .date-time p i {
  margin-right: 5px;
}
.appointment-dash-card .card-btns {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .appointment-dash-card .card-btns {
    display: block;
  }
}
.appointment-dash-card .card-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
  border-width: 2px;
}
.appointment-dash-card .card-btns a i {
  margin-right: 5px;
}
.appointment-dash-card .card-btns a.btn-outline-primary {
  border-color: #26948e;
  color: #26948e;
  margin-left: 15px;
  border-width: 2px;
}
@media (max-width: 575.98px) {
  .appointment-dash-card .card-btns a.btn-outline-primary {
    margin-left: 0;
    margin-top: 15px;
  }
}
.appointment-dash-card .card-btns a.btn-outline-primary:hover {
  background: #26948e;
  border-color: #26948e;
  color: #ffffff;
}
.appointment-dash-card .appointment-date-info h4 {
  border-color: #004FFF;
  margin-bottom: 0;
}
.appointment-dash-card .appointment-date-info ul {
  margin: 17px 0;
}
.appointment-dash-card .appointment-date-info ul li {
  color: #1E293B;
  border-color: #26948e;
  display: flex;
  align-items: center;
}
.appointment-dash-card .appointment-date-info ul li i {
  color: #64748B;
  margin-right: 5px;
}
.appointment-dash-card .appointment-date-info ul li + li {
  margin-top: 15px;
}
.patient-dash-tab .nav-item .nav-link {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  color: #0F172A;
  margin-right: 10px;
  margin-bottom: 10px;
}
.patient-dash-tab .nav-item .nav-link.active {
  background: #26948e;
  color: #ffffff;
  border-color: #26948e;
}
.patient-dash-tab .nav-item .nav-link:hover {
  background: #26948e;
  color: #ffffff;
  border-color: #26948e;
}
.past-appointment {
  border: 0;
  padding: 0;
}
.past-appointment .doctor-fav-list {
  margin-bottom: 20px;
}
.medical-detail-head h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.medical-detail-head p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.medical-details-item {
  padding-bottom: 0;
}
.medical-details-item .health-records {
  margin-bottom: 24px;
}
.add-med-record {
  margin-bottom: 24px;
  text-align: right;
}
.cal-form-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.med-detail-item {
  background: #F1F5F9;
  border-radius: 10px;
  padding: 24px 24px 0;
}
.med-detail-item .health-records {
  margin-right: 15px;
}
.med-detail-patient {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media (max-width: 575.98px) {
  .med-detail-patient {
    padding: 15px;
  }
}
.med-detail-patient .med-patient {
  display: flex;
  align-items: center;
}
.med-detail-patient .med-patient span img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  margin-right: 10px;
}
.med-detail-patient .med-patient .name-detail h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
.med-detail-patient .med-patient .name-detail ul {
  display: flex;
  align-items: center;
}
.med-detail-patient .med-patient .name-detail ul li {
  font-size: 12px;
  line-height: 1;
}
.med-detail-patient .med-patient .name-detail ul li + li {
  border-left: 1px solid #E2E8F0;
  margin-left: 8px;
  padding-left: 8px;
}
.med-detail-patient .date-cal p {
  margin-bottom: 0;
}
.med-detail-patient .date-cal p span {
  display: block;
}
.main-chat-blk .slimscroll {
  height: calc(100vh - 60px) !important;
  overflow-y: auto !important;
}
.main-chat-blk .slimscroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}
.main-chat-blk .slimscroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #F1F5F9;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.main-chat-blk .slimscroll-active-sidebar {
  overflow-y: auto !important;
}
.main-chat-blk .slimscroll-active-sidebar::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}
.main-chat-blk .slimscroll-active-sidebar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #F1F5F9;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.main-chat-blk .slimscroll-active-sidebar a {
  color: #0F172A;
}
.main-chat-blk .emoj-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .emoj-group ul li + li {
  margin-left: 10px;
}
.main-chat-blk .emoj-group ul li a {
  width: 34px;
  height: 34px;
  background: #f6f7f8;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.main-chat-blk .emoj-group ul li a i {
  color: #424242;
}
.main-chat-blk .message-content:hover .emoj-group {
  opacity: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.main-chat-blk .emoj-group {
  position: absolute;
  top: 50%;
  right: -100px;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main-chat-blk .rig-emoji-group {
  position: absolute;
  right: 210px;
}
.main-chat-blk .right-emoji-group {
  position: absolute;
  right: 101%;
}
.main-chat-blk .wrap-emoji-group {
  position: absolute;
  right: 290px;
}
.main-chat-blk .emoj-group-list-foot {
  display: none;
  position: absolute;
  top: -50px;
  left: -90px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.main-chat-blk .emoj-group-list-foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f7f8;
  border-radius: 50px;
  padding: 5px;
}
.main-chat-blk .emoj-group-list-foot ul li a {
  padding: 0;
  display: flex;
  align-items: center;
}
.main-chat-blk .emoj-group-list-foot ul li.add-emoj a {
  background: #EDEDED;
}
.main-chat-blk .emoj-group-list-foot ul li.add-emoj a i {
  font-size: 20px;
  color: #424242;
}
.main-chat-blk .down-emoji-circle {
  position: absolute;
  left: 10px !important;
  top: -38px !important;
}
.main-chat-blk .emoj-action-foot .down-emoji-circle ul {
  padding: 10px;
}
.main-chat-blk .down-emoji-circle ul li + li {
  margin-left: 14px;
}
.main-chat-blk .emoj-action-foot .down-emoji-circle ul li:last-child a {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-chat-blk .chat-page-wrapper .chat-sec {
  display: flex;
  display: -webkit-flex;
}
@media (max-width: 991.98px) {
  .main-chat-blk .chat-page-wrapper .chat-sec {
    display: block;
  }
}
.main-chat-blk .chat-page-wrapper .sidebar {
  position: initial;
}
@media (max-width: 991.98px) {
  .main-chat-blk .chat-page-wrapper .sidebar {
    margin-left: 0;
  }
}
.main-chat-blk .chat-page-wrapper .left-chat-title {
  padding: 12px;
  border-bottom: 1px solid #E0E0E0;
  min-height: 72px;
}
.main-chat-blk .chat-page-wrapper .setting-title-head h4 {
  font-size: 18px;
  color: #0F172A;
  font-weight: 500;
  margin-bottom: 18px;
}
.main-chat-blk .chat-page-wrapper .chat .slimscroll {
  height: calc(100vh - 135px) !important;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item {
  font-size: 14px;
  cursor: pointer;
  padding: 7px 14px;
  font-weight: 500;
  color: #424242;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item i {
  font-size: 16px;
  color: #424242;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item span {
  float: right;
  font-size: 18px;
  color: #424242;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item.active {
  background: none;
  color: inherit;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:focus,
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:hover,
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:active {
  background-color: #e6e6e6;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu {
  background: #ffffff;
  border: 1px solid #E5E7EB;
  box-sizing: border-box;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  min-width: 173px;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu.chat-drop-menu .dropdown-item i {
  font-size: 16px;
  color: #424242;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:hover,
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:focus,
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:active {
  background-color: #F8ECFF;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item span {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .chat-page-wrapper .contact-close_call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@-webkit-keyframes wave {
  0%, 100%, 60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes wave {
  0%, 100%, 60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.main-chat-blk .chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .main-chat-blk .chat {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .main-chat-blk .chat.show-chatbar {
    display: block;
  }
}
.main-chat-blk .chat .chat-inner-header {
  padding: 15px 15px 15px;
  position: sticky;
  top: 0;
  background-color: #ffffff;
}
.main-chat-blk .chat .chat-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 15px 24px;
  align-items: center;
  background: #F1F5F9;
  border-radius: 10px;
  position: relative;
}
.main-chat-blk .chat .chat-header .user-details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-chat-blk .chat .chat-header .user-details figure {
  margin-right: 1rem;
}
.main-chat-blk .chat .chat-header .user-details h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1;
  color: #0F172A;
}
@media (max-width: 991.98px) {
  .main-chat-blk .chat .chat-header .user-details h5 {
    font-size: 15px;
  }
}
.main-chat-blk .chat .chat-header .chat-options ul {
  margin-bottom: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-chat-blk .chat .chat-header .chat-options ul > li > a {
  font-size: 14px;
  color: #334155;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-chat-blk .chat .chat-header .chat-options ul > li > a i {
  font-size: 20px;
}
.main-chat-blk .chat .chat-header .chat-options ul > li > a:not(.no-bg):hover {
  background-color: #EDE9FE;
  border-color: #EDE9FE;
}
.main-chat-blk .chat .chat-body {
  flex: 1;
  padding: 24px;
  padding-bottom: 65px;
}
.main-chat-blk .chat .chat-body:not(.no-message) {
  overflow: hidden;
}
.main-chat-blk .chat .chat-body .messages {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 30px;
}
.main-chat-blk .chat .chat-body .messages .chats {
  max-width: 75%;
  margin-bottom: 1.5rem;
  display: flex;
  display: -webkit-flex;
}
@media (max-width: 575.98px) {
  .main-chat-blk .chat .chat-body .messages .chats {
    max-width: 100%;
  }
}
.main-chat-blk .chat .chat-body .messages .chats:last-child {
  margin-bottom: 0;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 0;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time .avatar {
  margin-right: 1rem;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time h5 {
  font-size: 15px;
  margin-bottom: 0;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time .time {
  color: #ffffff;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time .time i {
  color: rgba(247, 247, 247, 0.5);
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time .time i img {
  width: 14px;
  height: auto;
  margin-left: 2px;
  vertical-align: 0px;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content {
  border-radius: 0px 15px 15px 15px;
  background: #F1F5F9;
  padding: 14px 20px;
  color: #737373;
  font-size: 14px;
  font-weight: 400;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content a {
  color: #334155;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content.award-link > a {
  color: #334155;
  margin-bottom: 2px;
  display: block;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content.award-link img {
  border-radius: 10px;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content.chat-award-link a {
  word-wrap: break-word;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content.fancy-msg-box .image-not-download span {
  position: absolute;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-chat-blk .chat .chat-body .messages .chat-profile-name h6 {
  margin-bottom: 0;
  color: #0F172A;
  font-weight: normal;
  font-size: 16px;
}
.main-chat-blk .chat .chat-body .messages .chat-profile-name h6 span {
  font-size: 12px;
  color: #334155;
  font-weight: 400;
  padding-left: 0;
  display: block;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right {
  margin-left: auto;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-time {
  justify-content: flex-end;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content {
  border-radius: 15px 0px 15px 15px;
  background: #F1F5F9;
  color: #737373;
  padding: 15px;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content .chat-time {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content .chat-time .time {
  color: #26948e;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content .chat-time .time i {
  color: #26948e;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-action-btns {
  order: 2;
  -webkit-order: 2;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-action-btns .chat-action-col {
  width: 20px;
  text-align: center;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-action-btns .chat-read-col {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  padding-bottom: 22px;
  color: #26948e;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-content {
  order: 1;
  -webkit-order: 1;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-avatar {
  padding: 8px 0px 0 15px;
}
.main-chat-blk .chat .chat-body .messages .download-col {
  position: relative;
}
.main-chat-blk .chat .chat-body .messages .download-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
  display: flex;
  display: -webkit-flex;
}
.main-chat-blk .chat .chat-body .messages .download-col ul li {
  margin-right: 5px;
}
.main-chat-blk .chat .chat-body .messages .download-col ul li:last-child {
  margin-right: 0;
}
.main-chat-blk .chat .chat-body .messages .download-col .image-download-col {
  position: relative;
}
.main-chat-blk .chat .chat-body .messages .download-col .image-download-col a > img {
  border: 1px solid transparent;
  width: 80px;
  border-radius: 8px;
}
.main-chat-blk .chat .chat-body .messages .download-col .image-download-col.image-not-download a > img {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.main-chat-blk .chat .chat-body .messages .download-col .download-action {
  position: absolute;
  right: 8px;
  bottom: 8px;
  line-height: 0;
}
.main-chat-blk .chat .chat-body .messages .download-col .download-action a {
  color: #ffffff;
  font-size: 10px;
}
.main-chat-blk .chat .chat-body .messages .download-col .download-action div + div {
  margin-left: 8px;
}
.main-chat-blk .chat .chat-body .messages .download-col .download-action div img {
  width: 13px;
}
.main-chat-blk .chat .chat-body .messages .file-download {
  position: relative;
  background: #E2E8F0;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 7px;
}
.main-chat-blk .chat .chat-body .messages .file-download .download-action {
  position: absolute;
  right: 8px;
  bottom: 8px;
  line-height: 0;
  bottom: 14px;
}
.main-chat-blk .chat .chat-body .messages .file-download .download-action a {
  color: #ffffff;
  font-size: 10px;
  color: #26948e;
}
.main-chat-blk .chat .chat-body .messages .file-download .download-action div + div {
  margin-left: 8px;
}
.main-chat-blk .chat .chat-body .messages .file-download .download-action div img {
  width: 13px;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-type {
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 4px;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-type i {
  color: #334155;
  font-size: 24px;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details span.file-name {
  color: #0F172A;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details span.file-size {
  color: #26948e;
  display: inline-block;
  width: 100%;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li {
  list-style: none;
  color: #26948e;
  font-size: 14px;
  position: relative;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #C2C2C2;
  right: -8px;
  top: 5px;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li:last-child::before {
  display: none;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li a {
  color: #26948e;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li + li {
  padding-left: 15px;
}
.main-chat-blk .chat .chat-body.no-message {
  -webkit-user-select: none;
  user-select: none;
}
.main-chat-blk .chat .chat-footer {
  position: relative;
  background: #ffffff;
}
.main-chat-blk .chat .chat-footer form {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 991.98px) {
  .main-chat-blk .chat .chat-footer form {
    padding-bottom: 15px;
  }
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn {
  margin-left: 0px;
  color: #26948e;
  font-size: 20px;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn:last-child {
  margin-right: 0;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn {
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #26948e;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  margin-left: 10px;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn:hover {
  background-color: #ffffff;
  border-color: #26948e;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn:hover i {
  color: #26948e;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn:focus {
  box-shadow: none;
}
.main-chat-blk .chat .chat-footer form .specker-col span {
  color: #26948e;
  font-size: 25px;
}
.main-chat-blk .chat .chat-footer form .attach-col {
  right: inherit;
  left: 60px;
}
.main-chat-blk .chat .chat-footer form .attach-col i {
  color: #26948e;
  font-size: 20px;
}
.main-chat-blk .chat .chat-footer form .smile-col {
  right: inherit;
  left: 15px;
}
.main-chat-blk .chat .chat-footer form .smile-col i {
  color: #26948e;
  font-size: 20px;
  font-size: 22px;
}
.main-chat-blk .chat .chat-footer form .smile-foot {
  margin-right: 10px;
}
.main-chat-blk .chat .chat-footer form .smile-foot .action-circle {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.main-chat-blk .chat .chat-footer form .smile-foot .action-circle:hover {
  background-color: #EDE9FE;
  border-color: #EDE9FE;
}
.main-chat-blk .chat .chat-footer form .smile-foot .action-circle:hover i {
  color: #64748B;
}
.main-chat-blk .chat .chat-footer form .smile-foot .action-circle i {
  color: #CBD5E1;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .main-chat-blk .chat .chat-footer form .smile-foot .action-circle {
    width: 20px;
    height: 20px;
  }
}
.main-chat-blk .chat .chat-footer form .form-control::-webkit-input-placeholder {
  color: #64748B;
  opacity: 1;
}
.main-chat-blk .chat .chat-footer form .form-control::-moz-placeholder {
  color: #64748B;
  opacity: 1;
}
.main-chat-blk .chat .chat-footer form .form-control:-ms-input-placeholder {
  color: #64748B;
  opacity: 1;
}
.main-chat-blk .chat .chat-footer form .form-control:-moz-placeholder {
  color: #64748B;
  opacity: 1;
}
.main-chat-blk .chat-options ul.list-inline .list-inline-item {
  margin-bottom: 0;
}
.main-chat-blk .last-seen {
  color: #334155;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .main-chat-blk .last-seen {
    font-size: 14px;
  }
}
.main-chat-blk .user_callog {
  display: flex;
  margin-top: 0px;
}
.main-chat-blk .calllog_p {
  margin-left: 5px;
}
.main-chat-blk .chat-options.chat-option-profile .list-inline-item a {
  background: #26948e;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  color: #26948e;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff !important;
}
.main-chat-blk .chat-options.chat-option-profile .list-inline-item a:hover {
  background: #1b2950;
  color: #ffffff;
}
.main-chat-blk .chat-options.chat-option-profile .list-inline {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.main-chat-blk .last-seen-profile span {
  color: #26948e;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}
.main-chat-blk .header_button {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: #ffa977;
  bottom: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-chat-blk .btn-warning:hover {
  color: #ffffff;
  background-color: #26948e;
  border-color: #26948e;
}
.main-chat-blk .right_sidebar_profile {
  margin-top: 0px;
}
.main-chat-blk .account_details {
  background-color: #26948e;
  border-color: #26948e;
  border-radius: 5px !important;
  border-bottom: 0 !important;
}
.main-chat-blk .security_details {
  background-color: #26948e;
  border-color: #26948e;
  border-radius: 5px !important;
  border-bottom: 0 !important;
}
.main-chat-blk .close_icon {
  font-size: 18px;
}
.main-chat-blk .button_plus {
  margin-left: 0px;
}
.main-chat-blk .chat-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.main-chat-blk .chat-search input[type=text] {
  padding: 8px 8px 8px 35px;
  width: 100%;
  min-height: 47px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #E5E7EB;
  font-size: 13px;
  background-color: #ffffff;
  color: #002578;
  font-size: 15px;
  font-weight: 500;
}
.main-chat-blk .chat-search input[type=text]:hover {
  border-color: #E2E8F0;
}
.main-chat-blk .chat-search input[type=text]:focus {
  border-color: #E2E8F0;
}
.main-chat-blk .chat-search input[type=text]:focus-visible {
  border-color: #E2E8F0;
}
.main-chat-blk .chat-search.visible-chat {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  z-index: 9;
}
.main-chat-blk .form-control-feedback {
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
  color: #6B7280;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.main-chat-blk .form-control-feedback i {
  font-size: 16px;
  color: #6B7280;
}
.main-chat-blk .user-chat-search {
  position: relative;
  width: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
.main-chat-blk .user-chat-search input[type=text] {
  padding: 8px 35px 8px 15px;
  width: 100%;
  min-height: 36px;
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  background-color: #ffffff;
  color: #6B7280;
  font-size: 15px;
  font-weight: 500;
}
.main-chat-blk .user-chat-search input[type=text]:hover {
  border-color: #E2E8F0;
}
.main-chat-blk .user-chat-search input[type=text]:focus {
  border-color: #E2E8F0;
}
.main-chat-blk .user-chat-search input[type=text]:focus-visible {
  border-color: #E2E8F0;
}
.main-chat-blk .user-chat-search.visible-chat {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  z-index: 9;
}
.main-chat-blk .all-chats {
  position: relative;
}
.main-chat-blk .close-btn-chat {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #002578;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 12px;
  top: 10px;
  cursor: pointer;
}
.main-chat-blk .user-close-btn-chat {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #002578;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  right: 12px;
  top: 9px;
  cursor: pointer;
}
.main-chat-blk .main_content {
  width: 100% !important;
}
.main-chat-blk .avatar-main {
  height: 50px;
  width: 50px;
}
.main-chat-blk .archive-btn {
  border: 1px solid #008024;
  color: #26948e;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 6px;
  margin-right: 1.5rem;
}
.main-chat-blk .archive-btn-grey {
  border: 1px solid #909090;
  color: #26948e;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 500;
  padding: 2px 6px;
  margin-top: 0.25rem;
}
.main-chat-blk .right_sidebar_icon {
  list-style: none;
}
.main-chat-blk .btn.btn-outline-light:hover {
  background: #EDE9FE;
}
.main-chat-blk .chat-avatar {
  padding: 8px 15px 0 8px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-shrink: 0;
}
.main-chat-blk .chat-profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.main-chat-blk .chat-profile-name .chat-action-col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-chat-blk .delete-pop-btn .btn-primary {
  margin: 0 0 0 10px;
}
.main-chat-blk .delete-model-head {
  padding: 40px;
}
.main-chat-blk .delete-model-head .modal-header {
  padding: 0;
  margin-bottom: 32px;
}
.main-chat-blk .delete-model-head .modal-body {
  padding: 0;
}
.main-chat-blk .delete-chat-notify {
  margin-bottom: 32px;
}
.main-chat-blk .delete-chat-notify .form-check {
  margin-bottom: 14px;
}
.main-chat-blk .chats.chats-right {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.main-chat-blk .message-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .message-star .avatar {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.main-chat-blk .message-star .avatar img {
  width: 100%;
}
.main-chat-blk .message-star h6 {
  color: #26948e;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.main-chat-blk .message-star h6 span i {
  color: #26948e;
}
.main-chat-blk .chat-voice-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  padding: 0;
  margin-bottom: 0;
}
.main-chat-blk .chat-voice-group ul li span {
  width: 28px;
  height: 28px;
  background: #26948e;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.main-chat-blk .chat-voice-group li {
  margin-bottom: 0;
  color: #334155;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
}
.main-chat-blk .chat-voice-group li + li {
  padding-left: 10px;
}
.main-chat-blk .file-download-col .download-action {
  position: absolute;
  right: 8px;
  bottom: 8px;
  line-height: 0;
}
.main-chat-blk .file-download-col .download-action a {
  color: #ffffff;
  font-size: 10px;
}
.main-chat-blk .file-download-col .download-action div + div {
  margin-left: 8px;
}
.main-chat-blk .file-download-col .download-action div img {
  width: 13px;
}
.main-chat-blk .file-download-col:after {
  content: "";
  display: table;
  clear: both;
}
.main-chat-blk .file-download-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-chat-blk .file-download-col ul li {
  float: left;
  width: 50%;
  padding: 5px;
}
.main-chat-blk .file-download-col ul li .image-download-col {
  position: relative;
}
.main-chat-blk .file-download-col ul li .image-download-col a > img {
  width: 100%;
}
.main-chat-blk .file-download-col ul li.full-width {
  width: 100%;
}
.main-chat-blk .chat-select .select2-container .select2-selection--single {
  border: 0;
  height: 24px;
}
.main-chat-blk .chat-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 40px;
  padding-left: 0px;
}
.main-chat-blk .chat-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #26948e;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-weight: 600;
}
.main-chat-blk .chat-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 24px;
  right: 7px;
}
.main-chat-blk .chat-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #26948e;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.main-chat-blk .chat-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #26948e;
}
.main-chat-blk .chat-select .select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
  min-height: 40px;
}
.main-chat-blk .chat-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #26948e;
  border-width: 2px 0 0 2px;
  padding: 3px;
  margin-top: -5px;
  border-color: #26948e;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
}
.main-chat-blk .chat-select .select2-container--default.form-control-sm .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.main-chat-blk .chat-select .select2-container--open .select2-dropdown--below {
  margin-top: 10px;
}
.main-chat-blk .success-pass {
  margin-bottom: 40px;
  text-align: center;
}
.main-chat-blk .review-files p {
  margin-bottom: 5px;
  color: #26948e;
  font-size: 14px;
}
.main-chat-blk .like-chat-grp ul {
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 10px;
}
.main-chat-blk .like-chat-grp ul li {
  list-style: none;
}
.main-chat-blk .like-chat-grp ul li a {
  border: 1px solid #E0E0E0;
  border-radius: 50px;
  padding: 4px 8px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #334155;
  font-weight: 400;
  font-size: 14px;
}
.main-chat-blk .like-chat-grp ul li a img {
  margin-left: 5px;
}
.main-chat-blk .like-chat-grp ul li + li {
  margin-left: 10px;
}
.main-chat-blk .like-chat-grp ul li.like-chat a {
  background: #FEF8E8;
  border-color: #FEF8E8;
}
.main-chat-blk .like-chat-grp ul li.comment-chat a {
  background: #FFE8E9;
}
.main-chat-blk .chat-line {
  margin: 0px 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.main-chat-blk .chat-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #E2E8F0;
  width: 100%;
  height: 1px;
}
.main-chat-blk .chat-date {
  border-radius: 100px;
  background: #E2E8F0;
  color: #0F172A;
  font-size: 14px;
  padding: 4px 20px;
  display: inline-block;
  font-weight: 400;
  position: relative;
  border: 1px solid #E2E8F0;
}
.main-chat-blk .chat + .sidebar-group {
  margin-right: 0px;
}
.main-chat-blk .chat + .sidebar-group .sidebar {
  margin-right: 0px;
}
.main-chat-blk .group-comman-theme {
  padding: 0 24px;
}
.main-chat-blk .group-comman-theme h6 {
  margin-bottom: 15px;
}
.main-chat-blk .group-comman-theme ul {
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
.main-chat-blk .group-comman-theme ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
.main-chat-blk .group-comman-theme ul li:last-child {
  margin-bottom: 0;
}
.main-chat-blk .group-comman-theme ul li .avatar {
  flex-shrink: 0;
  margin-right: 10px;
}
.main-chat-blk .theme-content h6 {
  margin-bottom: 6px;
  color: #26948e;
  font-size: 15px;
  font-weight: 500;
}
.main-chat-blk .theme-content p {
  margin-bottom: 0;
  text-align: start;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #26948e;
  font-size: 14px;
}
.main-chat-blk .chat-message-grp {
  padding: 24px;
  padding-top: 0;
}
.main-chat-blk .chat-message-grp ul {
  padding: 0;
}
.main-chat-blk .chat-message-grp ul li {
  list-style: none;
  margin-bottom: 15px;
}
.main-chat-blk .chat-message-grp ul li:last-child {
  margin-bottom: 0px;
}
.main-chat-blk .chat-message-grp ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main-chat-blk .chat-message-grp ul li a:hover .stared-group h6 {
  color: #26948e;
}
.main-chat-blk .stared-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .stared-group span {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  margin-right: 10px;
  background: #F6F7F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.main-chat-blk .stared-group span i {
  font-size: 16px;
}
.main-chat-blk .stared-group h6 {
  font-size: 15px;
  font-weight: 500;
  color: #26948e;
  margin-bottom: 0;
}
.main-chat-blk .star-message {
  background: #FEF6DC;
}
.main-chat-blk .star-message i {
  color: #26948e;
}
.main-chat-blk .mute-message {
  background: rgba(235, 253, 255, 0.9803921569);
}
.main-chat-blk .mute-message i {
  color: #26948e;
}
.main-chat-blk .block-message {
  background: #FFE8E9;
}
.main-chat-blk .block-message i {
  color: #26948e;
}
.main-chat-blk .report-message {
  background: #F8ECFF;
}
.main-chat-blk .report-message i {
  color: #26948e;
}
.main-chat-blk .delete-message {
  background: #FFE8E9;
}
.main-chat-blk .delete-message i {
  color: #26948e;
}
.main-chat-blk .count-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .count-group span {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 10px;
  background: #26948e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 5px;
}
.main-chat-blk .count-group i {
  color: #424242;
  font-size: 16px;
}
.main-chat-blk .nav.nav-tabs.chat-tabs .nav-item .nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: transparent;
  border: 0;
}
.main-chat-blk .nav.nav-tabs.chat-tabs .nav-item .nav-link.active {
  font-size: 16px;
  font-weight: bold;
  color: #26948e;
}
.main-chat-blk .header-top ul li a {
  color: #26948e;
  font-size: 18px;
}
.main-chat-blk .set-search {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50px;
  width: 28px;
  height: 28px;
}
.main-chat-blk .set-search:hover {
  background: #F5F5F5;
  border-color: #26948e;
}
.main-chat-blk .header-action {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-chat-blk .header-action li {
  display: inline-block;
  margin-left: 10px;
}
.main-chat-blk .header-action li a {
  color: #26948e;
  font-size: 18px;
}
.main-chat-blk .user-list {
  border-radius: 0.25rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.main-chat-blk .user-list li a {
  padding: 17px 20px;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.main-chat-blk .user-list li .avatar {
  margin-right: 0.8rem;
  display: inline-block;
  margin-bottom: 0;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.main-chat-blk .user-list li .avatar .letter-avatar {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  margin-right: 0.8rem;
  margin-bottom: 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #26948e;
  font-size: 16px;
  font-weight: 600;
  color: #26948e;
}
.main-chat-blk .user-list li a.admin-shade {
  box-shadow: none;
}
.main-chat-blk .user-list .avatar > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-chat-blk .user-list .avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.main-chat-blk .animate-typing-col {
  color: #22C550;
}
.main-chat-blk .animate-typing-col .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: -1px;
  background: #0D9B35;
  -webkit-animation: wave 1.3s linear infinite;
  animation: wave 1.3s linear infinite;
  opacity: 0.6;
}
.main-chat-blk .animate-typing-col .dot:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.main-chat-blk .animate-typing-col .dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.main-chat-blk .chat_form {
  border-radius: 20px;
  margin-right: 0px;
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  min-height: 40px;
  padding: 10px 10px;
}
.main-chat-blk .chat_form::placeholder {
  color: #64748B;
}
.main-chat-blk .contact-close a {
  color: #26948e;
  opacity: 0.5;
  border-color: #26948e;
}
.main-chat-blk .main-wrapper .content .sidebar-group.right-sidebar .sidebar {
  width: 310px;
}
.main-chat-blk .primary-title {
  color: #26948e;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.main-chat-blk .primary-title i {
  font-size: 14px;
}
.main-chat-blk .contact-action {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-chat-blk .contact-action li {
  padding: 11px 0;
  border-bottom: 1px solid #f1f1f1;
}
.main-chat-blk .contact-action li a {
  color: #26948e;
  color: #26948e;
  font-size: 14px;
  font-weight: bold;
}
.main-chat-blk .contact-action li.report-contact a {
  color: #FF3333;
}
.main-chat-blk .contact-action li.delete-chat a {
  color: #FF3333;
}
.main-chat-blk .contact-action li.sign-out a {
  color: #FF3333;
}
.main-chat-blk .left-sidebar {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.main-chat-blk .left-sidebar-wrap {
  background: #FBFBFB;
  overflow: hidden;
  width: 448px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 1;
}
.main-chat-blk .right-sidebar {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  background-color: #26948e;
  opacity: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  position: relative;
  width: 320px;
}
.main-chat-blk .right-sidebar .right-sidebar-wrap {
  background-color: #ffffff;
  border-left: 1px solid #E0E0E0;
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: calc(100vh - 0px);
}
.main-chat-blk .right-sidebar .right-sidebar-wrap .sidebar-body {
  padding: 0;
}
.main-chat-blk .right-sidebar .right-sidebar-wrap .right-sidebar-profile {
  padding: 24px;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.main-chat-blk .right-sidebar .contact-close_call .close_profile {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #26948e;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.main-chat-blk .right-sidebar .contact-close_call .close_profile.close-star {
  color: #ffbc34;
}
.main-chat-blk .right-sidebar .contact-close_call .close_profile.close-trash {
  color: #FF3333;
}
.main-chat-blk .right-sidebar.video-right-sidebar {
  width: 371px;
}
.main-chat-blk .right-sidebar.video-right-sidebar .chat {
  margin-left: 0 !important;
  display: block;
}
.main-chat-blk .right-sidebar.video-right-sidebar .chat .chat-body {
  padding-bottom: 110px;
}
.main-chat-blk .video-call-chat .left-chat-title.with-bg {
  background: transparent;
}
.main-chat-blk .video-call-chat .left-chat-title {
  border: 0;
}
.main-chat-blk .video-call-chat .chat-title h4 {
  font-size: 18px;
  font-weight: 600;
  color: #26948e;
}
.main-chat-blk .video-call-chat .chat-title span {
  font-size: 12px;
  font-weight: 400;
  color: #26948e;
}
.main-chat-blk .chat.video-call-chat .chat-body {
  background-image: none;
}
.main-chat-blk .chat.video-call-chat .chat-body .messages .chats .message-content {
  background: #F5F5F5;
}
.main-chat-blk .chat.video-call-chat .chat-body .messages .chats.chats-right .message-content {
  background: #F8ECFF;
}
.main-chat-blk .member-details {
  margin-bottom: 10px;
}
.main-chat-blk .chat-member-details {
  padding: 0 24px;
}
.main-chat-blk .chat-member-details .member-details ul {
  padding: 0;
  border-bottom: 1px solid #EDEDED;
}
.main-chat-blk .chat-member-details .member-details ul li {
  list-style: none;
  margin-bottom: 15px;
}
.main-chat-blk .chat-member-details .member-details ul li h6 {
  font-size: 15px;
  font-weight: 400;
  color: #26948e;
  margin-bottom: 5px;
}
.main-chat-blk .chat-member-details .member-details ul li h5 {
  font-size: 15px;
  font-weight: 500;
  color: #26948e;
  margin-bottom: 0px;
}
.main-chat-blk .chat-member-details .member-details ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #26948e;
}
.main-chat-blk .chat-member-details .member-details ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #26948e;
  border-radius: 100px;
  padding: 5px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-chat-blk .chat-member-details .member-details ul li a:hover {
  color: #26948e;
}
.main-chat-blk .chat-member-details .member-details ul li a + a {
  margin-left: 10px;
}
.main-chat-blk .right-sidebar.show-right-sidebar {
  margin-right: 0;
}
.main-chat-blk .right-sidebar.video-right-sidebar.show-right-sidebar {
  margin-right: 0;
}
.main-chat-blk .right-sidebar.hide-right-sidebar {
  margin-right: -320px;
}
.main-chat-blk .right-sidebar.video-right-sidebar.hide-right-sidebar {
  margin-right: -371px;
}
.main-chat-blk .status-modal .custom-status-close {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #26948e;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #26948e;
  border-color: #26948e;
}
.main-chat-blk .group-description .description-sub h5 span a {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #26948e;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-color: #26948e;
}
.main-chat-blk .list_group_notread {
  color: #26948e !important;
}
.main-chat-blk .chat-cont-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-chat-blk .chat-cont-type .chat-type-wrapper {
  margin-bottom: 0;
}
.main-chat-blk .chat-cont-type .chat-type-wrapper p {
  color: #737373;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.main-chat-blk .group-type-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 400;
  color: #26948e;
  margin-right: 24px;
}
.main-chat-blk .group-type-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.main-chat-blk .group-type-radio input:checked ~ .checkmark {
  background-color: #26948e;
}
.main-chat-blk .group-type-radio input:checked ~ .checkmark:after {
  display: block;
}
.main-chat-blk .group-type-radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}
.main-chat-blk .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
}
.main-chat-blk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.main-chat-blk .pass-login label {
  color: #26948e;
  font-size: 14px;
  font-weight: 500;
}
.main-chat-blk .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #26948e !important;
}
.main-chat-blk .right-sidebar-profile > .avatar {
  background: rgba(66, 11, 161, 0.1);
}
.main-chat-blk .group_img {
  position: relative;
  display: inline-block;
}
.main-chat-blk .group-name-search {
  margin-bottom: 14px;
}
.main-chat-blk .parti-wrapper {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.main-chat-blk .group_header {
  width: 38px !important;
  height: 38px !important;
  border: 2px solid #ffffff;
}
.main-chat-blk .last-chat-time i.missed-col {
  width: 17px;
  display: inline-block;
  margin-top: 10px;
}
.main-chat-blk .last-chat-time i.missed-col img {
  max-width: 100%;
  height: auto;
}
.main-chat-blk .right-sidebar-head {
  padding: 0px 24px;
}
.main-chat-blk .right-sidebar-head h5 {
  font-size: 15px;
  font-weight: 600;
  color: #26948e;
  margin-bottom: 0px;
}
.main-chat-blk .right-sidebar-head.share-media .share-media-blk {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav-tabs {
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav .nav-item.active {
  background: #26948e;
  border-radius: 6px;
  color: #26948e;
  color: #ffffff;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav .nav-item {
  padding: 2px 10px;
  font-size: 14px;
  color: #26948e;
  font-weight: 500;
  border: 0;
  margin-right: 10px;
  background: #26948e;
  color: #26948e;
  border-radius: 6px;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav .nav-item:last-child {
  margin-right: 0px;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li {
  margin: 0px 6px 6px 0px;
  position: relative;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li img {
  border-radius: 8px;
  width: 84px;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li span {
  position: absolute;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li span i {
  font-size: 20px;
  color: #ffffff;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li:hover span i {
  color: #26948e;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li.blur-media img {
  filter: blur(2px);
}
.main-chat-blk .media-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
}
.main-chat-blk .media-file:last-child {
  margin-bottom: 0;
}
.main-chat-blk .media-doc-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .media-doc-blk span {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 10px;
}
.main-chat-blk .media-doc-blk span i {
  font-size: 24px;
}
.main-chat-blk .document-detail ul {
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .document-detail ul li {
  list-style: none;
  color: #26948e;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.main-chat-blk .document-detail ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #C2C2C2;
  right: -8px;
  top: 5px;
}
.main-chat-blk .document-detail ul li:last-child::before {
  display: none;
}
.main-chat-blk .document-detail ul li + li {
  padding-left: 15px;
}
.main-chat-blk .document-detail h6 {
  color: #26948e;
  font-size: 15px;
  font-weight: 500;
}
.main-chat-blk .media-download a {
  color: #26948e;
}
.main-chat-blk .social-media-col {
  margin-top: 35px;
}
.main-chat-blk .social-media-col:after {
  content: "";
  display: table;
  clear: both;
}
.main-chat-blk .social-media-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-chat-blk .social-media-col ul li {
  float: left;
}
.main-chat-blk .social-media-col ul li a {
  color: #26948e;
  font-size: 18px;
}
.main-chat-blk .social-media-col ul li + li {
  margin-left: 10px;
}
.main-chat-blk .social-media-col h6 {
  font-weight: 600;
  color: #26948e;
  font-size: 15px;
  margin-bottom: 20px;
}
.main-chat-blk .media-link-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.main-chat-blk .media-link-detail h6 a {
  color: #26948e;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.main-chat-blk .media-link-detail span a {
  color: #26948e;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}
.main-chat-blk .media-link-detail a:hover {
  color: #26948e;
}
.main-chat-blk .share-media-blk a {
  color: #26948e;
  font-weight: 500;
}
.main-chat-blk .link-img {
  flex-shrink: 0;
}
.main-chat-blk .link-img img {
  border-radius: 4px;
  margin-right: 10px;
}
.main-chat-blk .settings-col {
  margin-top: 35px;
}
.main-chat-blk .settings-col h6 {
  font-weight: 600;
  color: #26948e;
  font-size: 15px;
  margin-bottom: 20px;
}
.main-chat-blk .settings-col:after {
  content: "";
  display: table;
  clear: both;
}
.main-chat-blk .settings-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-chat-blk .settings-col ul li {
  color: #26948e;
  font-weight: 500;
}
.main-chat-blk .settings-col ul li + li {
  margin-top: 15px;
}
.main-chat-blk .settings-col .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
  margin-bottom: 0;
  margin-right: 10px;
}
.main-chat-blk .settings-col .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.main-chat-blk .settings-col .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #26948e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main-chat-blk .settings-col .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main-chat-blk .settings-col input:checked + .slider {
  background-color: #26948e;
}
.main-chat-blk .settings-col input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.main-chat-blk .settings-col input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.main-chat-blk .settings-col .slider.round {
  border-radius: 34px;
}
.main-chat-blk .settings-col .slider.round:before {
  border-radius: 50%;
}
.main-chat-blk .report-col {
  margin-top: 35px;
  padding: 12px;
  padding-bottom: 50px;
}
.main-chat-blk .report-col:after {
  content: "";
  display: table;
  clear: both;
}
.main-chat-blk .report-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-chat-blk .report-col ul:after {
  content: "";
  display: table;
  clear: both;
}
.main-chat-blk .report-col ul li {
  display: block;
  width: 100%;
  font-weight: 500;
  position: relative;
}
.main-chat-blk .report-col ul li a {
  color: #FF3333;
  padding-left: 25px;
}
.main-chat-blk .report-col ul li a span {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
}
.main-chat-blk .report-col ul li + li {
  margin-top: 19px;
}
.main-chat-blk .load-more-btn {
  font-weight: 600;
  margin-top: 10px;
}
.main-chat-blk .load-more-btn i {
  background: #0057FF;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  color: #ffffff;
  line-height: 8px;
  font-size: 12px;
  vertical-align: top;
}
.main-chat-blk .chat-message-grp.chat-encrypt {
  padding-bottom: 0;
}
.main-chat-blk .chat-message-grp.chat-encrypt ul {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.main-chat-blk .participants-list {
  padding: 0px 24px;
}
.main-chat-blk .participants-list .participants-list-group h6.parti-search {
  font-size: 20px !important;
  display: flex;
  align-items: center;
}
.main-chat-blk .participants-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-chat-blk .participants-list ul li {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 10px;
}
.main-chat-blk .participants-list ul li + li {
  margin-top: 10px;
}
.main-chat-blk .participants-list .users-list-body {
  flex: 1;
  position: relative;
  min-width: 0px;
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.main-chat-blk .participants-list .users-list-body h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #26948e;
}
.main-chat-blk .participants-list .users-list-body p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  color: #26948e;
  font-size: 14px;
  font-weight: 400;
}
.main-chat-blk .participants-list .admin-profiles {
  display: inline-block;
  color: #26948e;
  border-radius: 6px;
  font-size: 12px;
  padding: 2px 10px;
  font-weight: 500;
  background: #F8ECFF;
}
.main-chat-blk .participants-list .admin-profiles:hover {
  background: #680A83;
  color: #ffffff;
}
.main-chat-blk .participants-list-group {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.main-chat-blk .participants-list-group h6 {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #26948e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main-chat-blk .chat-message-grp.group-exits {
  padding: 0px 24px;
  padding-bottom: 30px;
}
.main-chat-blk .grp-delete .chat-action-col {
  display: flex;
  align-items: center;
  height: 100%;
}
.main-chat-blk .grp-delete .chat-action-col > a {
  color: #737373;
}
.main-chat-blk .chat-action-col > a {
  color: #737373;
}
.main-chat-blk .add-contacts-btn {
  width: 25px;
  height: 25px;
  border-radius: 30px;
  background-color: #26948e;
  color: #ffffff;
  font-size: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
}
.main-chat-blk .add-contacts-btn:hover {
  color: #ffffff;
}
.main-chat-blk .add-contacts-btn:focus {
  color: #ffffff;
}
.main-chat-blk .group-call-tab .nav-tabs .nav-link {
  color: #26948e;
  border: 0;
  border-radius: 10px;
  font-weight: 500;
  padding: 6px 25px;
}
.main-chat-blk .group-call-tab .nav-tabs .nav-link:hover {
  color: #26948e;
}
.main-chat-blk .group-call-tab .nav-tabs .nav-link + .nav-link {
  margin-left: 10px;
}
.main-chat-blk .group-call-tab .nav-tabs .nav-link.active {
  background-color: rgba(90, 7, 139, 0.1);
  color: #26948e;
}
.main-chat-blk .group-call-tab nav {
  padding: 0 15px 20px;
  position: relative;
}
.main-chat-blk .group-call-tab nav:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #26948e;
  height: 1px;
}
.main-chat-blk .header_image {
  width: 195px;
}
.main-chat-blk .chat_avator_img {
  position: relative;
}
.main-chat-blk .group_img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px;
}
.main-chat-blk .dreams_chat {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px;
}
.main-chat-blk .voice_pop {
  padding-right: 17px;
}
.main-chat-blk .status_carousel {
  margin-top: 50px;
}
.main-chat-blk .carousel_img {
  width: 650px;
  height: 434px;
}
.main-chat-blk .video_content {
  min-height: 200px;
  margin-top: 70px;
}
.main-chat-blk .voice-call-content {
  min-height: 200px;
}
.main-chat-blk .chatimage img {
  width: 120px;
  height: 120px;
}
.main-chat-blk .send-btn_status {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  background-color: #FFA977 !important;
  margin-left: 15px;
  font-size: 22px;
}
.main-chat-blk .status_telegram {
  color: #ffffff;
}
.main-chat-blk .media-lists {
  display: flex;
  justify-content: flex-start;
  margin: 0 -5px 0px;
  flex-wrap: wrap;
}
.main-chat-blk .media-lists .media-image {
  margin: 5px;
  flex-basis: 74px;
  min-width: 74px;
}
.main-chat-blk .media-lists .media-image img {
  max-width: 100%;
}
.main-chat-blk .avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}
.main-chat-blk .list-group-item {
  background-color: inherit;
  border-color: #ebebeb;
}
.main-chat-blk ul.list-inline .list-inline-item {
  margin-bottom: 0.5rem;
}
.main-chat-blk .form-control {
  border-radius: 5px;
}
.main-chat-blk .form-control:focus {
  box-shadow: none;
  border-color: #e6e6e6;
}
.main-chat-blk .custom-control-label {
  line-height: 25px;
}
.main-chat-blk .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0a80ff;
}
.main-chat-blk .open_drop {
  color: #ffffff !important;
}
.main-chat-blk .send-btn_status:focus {
  box-shadow: none !important;
  border-color: #ffa977 !important;
}
.main-chat-blk .avatar {
  display: inline-block;
  margin-bottom: 0;
  height: 48px;
  width: 48px;
  border-radius: 50%;
}
.main-chat-blk .avatar .avatar-title {
  color: #ffffff;
  background: #680A83;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
}
.main-chat-blk .avatar > a {
  width: 100%;
  height: 100%;
  display: block;
  transition: color 0.3s;
  color: #0a80ff;
}
.main-chat-blk .avatar > a > img,
.main-chat-blk .avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-chat-blk .avatar.avatar-sm {
  height: 1.3rem;
  width: 1.3rem;
}
.main-chat-blk .avatar.avatar-sm .avatar-title {
  font-size: 14px;
}
.main-chat-blk .avatar.avatar-lg {
  height: 3.8rem;
  width: 3.8rem;
}
.main-chat-blk .avatar.avatar-lg .avatar-title {
  font-size: 29px;
}
.main-chat-blk .avatar.avatar-xl {
  height: 100px;
  width: 100px;
}
.main-chat-blk .header_drop_icon {
  border-radius: 6px;
}
.main-chat-blk .accordion-col .accordion-title {
  cursor: pointer;
  padding: 15px 0 8px;
}
.main-chat-blk .accordion-col .accordion-title .primary-title i {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.main-chat-blk .accordion-col .accordion-title.active .primary-title i {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
.main-chat-blk .accordion-col .accordion-content {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}
.main-chat-blk .accordion-col .accordion-content:last-child {
  border-bottom: 0;
}
.main-chat-blk .accordion-col .accordion-content h6 {
  font-size: 14px;
}
.main-chat-blk .status-right {
  font-weight: 500;
  color: #444444;
  font-size: 16px;
  text-align: center;
}
.main-chat-blk .status-right p {
  margin-top: 20px;
  margin-bottom: 0;
}
.main-chat-blk .star-drop .btn-outline-light {
  color: #424242;
  border: 0;
  padding: 0;
}
.main-chat-blk .star-drop .btn-outline-light i {
  font-size: 20px;
}
.main-chat-blk .star-drop .btn.btn-outline-light:hover {
  background: transparent;
  border: 0;
}
.main-chat-blk .chat.star-chat-group {
  background-image: none;
}
.main-chat-blk .chat.star-chat-group .chat-body {
  background-image: none;
}
.main-chat-blk .chat.star-chat-group .chat-body .messages .chats {
  max-width: 100%;
}
.main-chat-blk .chat.star-chat-group .chat-body .messages .chats .message-content {
  background: #F5F5F5;
}
.main-chat-blk .chat.star-chat-group .chat-body .messages .chats .message-content.award-link a {
  word-break: break-all;
}
.main-chat-blk .chat.star-chat-group .chat-body .messages .chats .message-content.award-link img {
  max-width: 100%;
}
.main-chat-blk .chat .chat-body .messages .chats.forward-chat-msg {
  display: none;
}
.main-chat-blk .chats.forward-chat-msg {
  background: #EDEDED;
  border-radius: 15px;
  padding: 20px;
  border-left: 2px solid #680A83;
}
.main-chat-blk .chats.forward-chat-msg .chat-avatar {
  padding: 0;
  padding-right: 15px;
}
.main-chat-blk .chat-title h4 a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4B0973;
  margin-bottom: 0;
}
.main-chat-blk .left-chat-title .add-section > a {
  width: 30px;
  height: 30px;
  background-color: #680A83;
  border-radius: 30px;
  color: #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 13px;
}
.main-chat-blk .add-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-chat-blk .add-section ul li {
  float: left;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-chat-blk .add-section ul li + li {
  margin-left: 10px;
}
.main-chat-blk .add-section ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 20px;
}
.main-chat-blk .all-chats .add-section ul li:hover {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.main-chat-blk .online {
  color: #008024;
  font-weight: 500;
}
.main-chat-blk .top-online-contacts {
  padding: 24px 24px 0px;
}
.main-chat-blk .fav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
}
.main-chat-blk .fav-title h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0F172A;
}
.main-chat-blk .fav-title h6 i {
  font-size: 22px;
}
.main-chat-blk .fav-title a {
  margin-bottom: 0;
  color: #26948e;
  font-weight: normal;
  font-size: 14px;
}
.main-chat-blk .fav-title a:hover {
  color: #0A0A0A;
}
.main-chat-blk .top-contacts-box .profile-img {
  position: relative;
  width: 46px;
  height: 46px;
}
.main-chat-blk .top-contacts-box .profile-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.main-chat-blk .profile-name span {
  color: #585858;
  font-size: 12px;
  display: inline-block;
  margin-top: 9px;
}
.main-chat-blk .top-contacts-box .profile-img.online:before {
  content: "";
  position: absolute;
  right: -6px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0px;
  background-color: #49E073;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-radius: 50px;
}
.main-chat-blk .dropdown-menu .dropdown-item span.edit-profile-icon,
.main-chat-blk .dropdown-menu .dropdown-item span.profile-icon-col {
  font-size: 15px;
}
.main-chat-blk .avatar {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}
.main-chat-blk .avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.main-chat-blk .avatar-title {
  width: 100%;
  height: 100%;
  background-color: #650681;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-chat-blk .avatar-away::before,
.main-chat-blk .avatar-offline::before,
.main-chat-blk .avatar-online::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
}
.main-chat-blk .avatar-online::before {
  background-color: #00e65b;
}
.main-chat-blk .avatar-offline::before {
  background-color: #ff0100;
}
.main-chat-blk .avatar-away::before {
  background-color: #ffbc34;
}
.main-chat-blk .avatar .border {
  border-width: 3px !important;
}
.main-chat-blk .avatar .rounded {
  border-radius: 6px !important;
}
.main-chat-blk .avatar .avatar-title {
  font-size: 18px;
}
.main-chat-blk .avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}
.main-chat-blk .avatar-xs .border {
  border-width: 2px !important;
}
.main-chat-blk .avatar-xs .rounded {
  border-radius: 4px !important;
}
.main-chat-blk .avatar-xs .avatar-title {
  font-size: 10px;
}
.main-chat-blk .avatar-xs.avatar-away::before,
.main-chat-blk .avatar-xs.avatar-offline::before,
.main-chat-blk .avatar-xs.avatar-online::before {
  border-width: 1px;
}
.main-chat-blk .avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}
.main-chat-blk .avatar-sm .border {
  border-width: 3px !important;
}
.main-chat-blk .avatar-sm .rounded {
  border-radius: 4px !important;
}
.main-chat-blk .avatar-sm .avatar-title {
  font-size: 15px;
}
.main-chat-blk .avatar-sm.avatar-away::before,
.main-chat-blk .avatar-sm.avatar-offline::before,
.main-chat-blk .avatar-sm.avatar-online::before {
  border-width: 2px;
}
.main-chat-blk .avatar-lg {
  width: 3.75rem;
  height: 3.75rem;
}
.main-chat-blk .avatar-lg .border {
  border-width: 3px !important;
}
.main-chat-blk .avatar-lg .rounded {
  border-radius: 8px !important;
}
.main-chat-blk .avatar-lg .avatar-title {
  font-size: 24px;
}
.main-chat-blk .avatar-lg.avatar-away::before,
.main-chat-blk .avatar-lg.avatar-offline::before,
.main-chat-blk .avatar-lg.avatar-online::before {
  border-width: 3px;
}
.main-chat-blk .avatar-xl {
  width: 5rem;
  height: 5rem;
}
.main-chat-blk .avatar-xl .border {
  border-width: 4px !important;
}
.main-chat-blk .avatar-xl .rounded {
  border-radius: 8px !important;
}
.main-chat-blk .avatar-xl .avatar-title {
  font-size: 28px;
}
.main-chat-blk .avatar-xl.avatar-away::before,
.main-chat-blk .avatar-xl.avatar-offline::before,
.main-chat-blk .avatar-xl.avatar-online::before {
  border-width: 4px;
}
.main-chat-blk .avatar-xxl {
  width: 5.125rem;
  height: 5.125rem;
}
.main-chat-blk .avatar-xxl .border {
  border-width: 6px !important;
}
.main-chat-blk .avatar-xxl .rounded {
  border-radius: 8px !important;
}
.main-chat-blk .avatar-xxl .avatar-title {
  font-size: 30px;
}
.main-chat-blk .avatar-xxl.avatar-away::before,
.main-chat-blk .avatar-xxl.avatar-offline::before,
.main-chat-blk .avatar-xxl.avatar-online::before {
  border-width: 4px;
}
.main-chat-blk .avatar-group {
  display: flex;
  display: -webkit-flex;
  padding-left: 15px;
  margin-left: auto;
  margin-right: 15px;
  cursor: pointer;
}
.main-chat-blk .avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}
.main-chat-blk .avatar-group .avatar-xs + .avatar-xs {
  margin-left: -15px;
}
.main-chat-blk .avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.625rem;
}
.main-chat-blk .avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}
.main-chat-blk .avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}
.main-chat-blk .avatar-group .avatar:hover {
  z-index: 1;
}
.main-chat-blk .avatar-group.group-col {
  display: block;
}
.main-chat-blk .avatar-group.group-col > div {
  display: flex;
  display: -webkit-flex;
  padding-bottom: 5px;
}
.main-chat-blk .avatar-group.group-col .avatar {
  margin-right: 0;
}
.main-chat-blk .contact-close {
  float: right;
  left: 95%;
  right: 0px;
  position: relative;
  top: 5%;
}
.main-chat-blk .status_contactclose {
  float: right;
  left: 95%;
  right: 0px;
  position: relative;
  top: 1%;
}
.main-chat-blk .status-active {
  border: 4px solid #650681;
}
.main-chat-blk .main-wrapper .content .sidebar-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  width: 400px;
  margin-right: 24px;
}
@media (max-width: 991.98px) {
  .main-chat-blk .main-wrapper .content .sidebar-group {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .main-chat-blk .chats .chat-content {
    width: calc(100% - 55px);
  }
}
.main-chat-blk .main-wrapper .content .sidebar-group .sidebar {
  background: #ffffff;
  overflow: hidden;
  width: 400px !important;
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  margin-right: 24px;
}
@media (max-width: 991.98px) {
  .main-chat-blk .main-wrapper .content .sidebar-group .sidebar {
    width: 100% !important;
    margin-right: 0;
  }
}
.main-chat-blk .main-wrapper .content .sidebar-group .sidebar:not(.active) {
  display: none;
}
.main-chat-blk .header-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  font-weight: 600;
  background-color: #680A83;
}
.main-chat-blk .header-top .logo {
  margin-top: 0 !important;
}
.main-chat-blk .header-top > span {
  font-size: 22px;
}
.main-chat-blk .header-top ul {
  margin-bottom: 0;
  display: flex;
}
.main-chat-blk .header-top ul.header-action {
  margin-top: 14px !important;
}
.main-chat-blk .chat-header ul {
  margin-bottom: 0;
}
.main-chat-blk .chat-header ul li:not(.list-inline-item) {
  margin-bottom: 0;
  width: 48px;
  margin-right: 15px !important;
}
.main-chat-blk .chat-header ul li:last-child {
  margin-right: 0 !important;
}
.main-chat-blk .sidebar-body {
  flex: 1;
  overflow: auto;
  padding: 24px 24px 10px;
  width: 100%;
}
.main-chat-blk .pin-chat img {
  margin-right: 6px;
}
.main-chat-blk .sidebar-body .profile-name {
  font-weight: 600;
  color: #0A0A0A;
  font-size: 18px;
  margin-bottom: 0;
}
.main-chat-blk .online-profile {
  position: relative;
}
.main-chat-blk .online-profile span {
  position: relative;
  color: #565656;
  font-size: 13px;
  padding-left: 10px;
}
.main-chat-blk .online-profile span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #49E073;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
.main-chat-blk .close_profile4 {
  color: #26948e;
  border-color: #e6e6e6;
}
.main-chat-blk .sidebar .user-list li a {
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
  margin-bottom: 15px;
  border: 1px solid #E0E0E0;
  box-shadow: none;
  border-radius: 5px;
  position: relative;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
.main-chat-blk .sidebar .user-list li a:hover {
  background-color: #F1F5F9;
  border: 1px solid #F1F5F9;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
.main-chat-blk .sidebar .user-list li.item-typing {
  background-color: #F1F6FF;
}
.main-chat-blk .sidebar .user-list li figure {
  margin-right: 1rem;
}
.main-chat-blk .sidebar .user-list li .users-list-body {
  flex: 1;
  position: relative;
  min-width: 0px;
  display: flex;
}
.main-chat-blk .lock-icon {
  color: #000000;
}
.main-chat-blk .sidebar .user-list li .users-list-body > div:first-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.main-chat-blk .parti-notify-check {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}
.main-chat-blk .sidebar .user-list li .users-list-body h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #0F172A;
}
.main-chat-blk .sidebar .user-list li .users-list-body p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  color: #334155;
  font-size: 14px;
}
.main-chat-blk .sidebar .user-list li .users-list-body p.missed-call-col {
  color: #DE3E44;
}
.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time {
  padding-left: 15px;
  position: relative;
}
.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time .text-muted {
  color: #334155 !important;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  text-align: right;
}
.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time .contact-toggle {
  color: #680A83;
}
.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time .new-message-count {
  width: 20px;
  height: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  line-height: 0;
  font-size: 11px;
  background-color: #26948e;
  color: #ffffff;
  border-radius: 50%;
  margin-left: auto;
  margin-top: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time .chat-toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: right;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  width: 18px;
  height: 24px;
}
.main-chat-blk .sidebar .user-list li.unread h5 {
  color: #ffffff;
}
.main-chat-blk .sidebar .user-list li.unread p {
  color: #ffffff;
}
.main-chat-blk .sidebar .user-list li.unread .text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
}
.main-chat-blk .sidebar .user-list li.user-list-item.item-typing .users-list-body p {
  color: #0D9B35;
}
.main-chat-blk .rightside_tab {
  padding-top: 5px !important;
}
.main-chat-blk .chat-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.main-chat-blk .chat-pin .green-check {
  color: #0D9B35;
}
.main-chat-blk .green-check {
  color: #0D9B35;
}
.main-chat-blk .chat-pin img {
  width: 10px;
}
.main-chat-blk .chat-pin .check {
  color: #53BDEB;
}
.main-chat-blk .select-message-box {
  margin-top: 50px;
}
.main-chat-blk .select-message-box h4 {
  margin-bottom: 5px;
}
.main-chat-blk .select-message-box p {
  margin-top: 0;
  margin-bottom: 24px;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
}
.main-chat-blk .select-message-box .btn i {
  font-size: 15px;
}
.main-chat-blk .group-description {
  padding: 0px 24px;
}
.main-chat-blk .group-description .description-sub {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.main-chat-blk .group-description h5 {
  font-size: 15px;
  font-weight: 500;
  color: #0A0A0A;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main-chat-blk .group-description h5 a:hover {
  color: #650681 !important;
}
.main-chat-blk .group-description p {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.main-chat-blk .group-description p.description-date {
  color: #424242;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}
.main-chat-blk .encrypted-message p {
  font-size: 12px;
  color: #424242;
  font-weight: 400;
  margin-bottom: 0;
}
.main-chat-blk .group-view-all {
  margin-top: 10px;
}
.main-chat-blk .group-view-all a {
  color: #680A83;
  font-size: 14px;
  font-weight: 500;
}
.main-chat-blk .group-view-all a:hover {
  color: #0A0A0A;
}
.main-chat-blk .exit-bg-message {
  background: #FFE8E9;
}
.main-chat-blk .exit-bg-message i {
  color: #DE3E44;
}
.main-chat-blk .disapper-message {
  background: #E7FAF2;
}
.main-chat-blk .disapper-message i {
  color: #1BA345;
}
.main-chat-blk .group-setting-msg {
  background: #F8ECFF;
}
.main-chat-blk .group-setting-msg i {
  color: #680A83;
}
.main-chat-blk .group-setting .stared-group span {
  width: 50px;
  height: 50px;
}
.main-chat-blk .edit-set-details p {
  font-size: 14px;
  font-weight: 400;
  color: #424242;
  margin-bottom: 0;
}
.main-chat-blk .group-send-msg {
  background: #FEF6DC;
}
.main-chat-blk .parcipant-check p a {
  color: #680A83;
}
.main-chat-blk .select-group-chat .dropdown-toggle::after {
  display: none;
}
.main-chat-blk .select-group-chat .dropdown-toggle i {
  margin-left: 15px;
}
.main-chat-blk .select-group-chat .dropdown-toggle:hover {
  color: #0A0A0A;
}
.main-chat-blk .select-group-chat .dropdown-toggle {
  font-weight: 600;
  color: #0A0A0A;
  font-size: 18px;
}
.main-chat-blk .select-group-chat .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  color: #0A0A0A;
}
.main-chat-blk .select-group-chat .dropdown-menu li:first-child .dropdown-item:hover {
  border-radius: 5px 5px 0 0;
}
.main-chat-blk .select-group-chat .dropdown-menu li:last-child .dropdown-item:hover {
  border-radius: 0 0 5px 5px;
}
.main-chat-blk .dropzone {
  background: #ffffff;
  border: 1px dashed #C2C2C2;
  border-radius: 5px;
  padding: 10px;
  min-height: 70px;
  text-align: center;
}
.main-chat-blk .dropzone.dz-clickable .dz-message {
  display: none;
}
.main-chat-blk .dropzone p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #0A0A0A;
}
.main-chat-blk .dropzone span {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
}
.main-chat-blk .uplaod-image img {
  border-radius: 20px;
}
.main-chat-blk .upload-img-file .modal-body {
  padding: 0;
}
.main-chat-blk .upload-img-file .modal-content {
  position: relative;
}
.main-chat-blk .upload-img-file .modal-header {
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
}
.main-chat-blk .upload-image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .upload-image-list li + li {
  margin-left: 10px;
}
.main-chat-blk .upload-img-file .modal-header .close {
  background-color: transparent;
  color: #ffffff;
}
.main-chat-blk .check-star i {
  color: #FEC001;
}
.main-chat-blk .emoj-group-list {
  display: none;
  position: absolute;
  top: -50px;
  left: -90px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.main-chat-blk .emoj-group-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f7f8;
  border-radius: 50px;
  padding: 5px;
}
.main-chat-blk .emoj-group-list ul li a {
  padding: 0;
}
.main-chat-blk .emoj-group-list ul li.add-emoj a {
  background: #EDEDED;
}
.main-chat-blk .emoj-group-list ul li.add-emoj a i {
  font-size: 20px;
  color: #424242;
}
.main-chat-blk .chat .slimscroll {
  height: calc(100vh - 60px) !important;
}
.main-chat-blk .settings-option {
  display: none;
  text-align: right;
}
.main-chat-blk .settings-option a {
  font-size: 15px;
  font-weight: 500;
  color: #680A83;
}
.main-chat-blk .empty-dark-img {
  display: none;
}
.main-chat-blk .bootstrap-datetimepicker-widget span {
  position: relative;
}
.chat-window .card .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #26948e;
}
.chat-window .badge-success {
  background-color: #00e65b !important;
}
.chat-page .footer {
  display: none;
}
.chat-search .input-group .form-control {
  margin: 0;
  padding: 0 0 0 36px;
  height: 46px;
}
.chat-search .input-group .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #26948e;
  pointer-events: none;
  z-index: 4;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}
.chat-cont-left .chat-scroll {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  padding: 0;
}
.chat-cont-left .chat-scroll .media {
  border-bottom: 1px solid #26948e;
  margin: 0;
  padding: 10px;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.chat-cont-left .chat-scroll .media.active {
  background-color: #26948e;
}
.chat-cont-left .chat-scroll .media:hover {
  background-color: #26948e;
}
.chat-cont-left .chat-scroll .media .media-img-wrap {
  margin: 0 15px 0 0;
  position: relative;
}
.chat-cont-left .chat-scroll .media .media-img-wrap .avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat-cont-left .chat-scroll .media .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.chat-cont-left .chat-scroll .media .media-body .user-name {
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #26948e;
  font-size: 16px;
  font-weight: 700;
}
.chat-cont-left .chat-scroll .media .media-body .user-last-chat {
  color: #26948e;
  font-size: 14px;
  line-height: 24px;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-cont-left .chat-scroll .media .media-body .last-chat-time {
  color: #26948e;
  font-size: 13px;
}
.chat-cont-left .chat-scroll .media .media-body div:last-child {
  text-align: right;
}
.chat-cont-right {
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.chat-cont-right .chat-scroll {
  max-height: calc(100vh - 293px);
  overflow-y: auto;
}
.chat-cont-right .msg_head .back-user-list {
  display: none;
  margin: 0 0 0 -10px;
  padding: 0 10px;
}
.chat-cont-right .img_cont {
  position: relative;
  height: 45px;
  width: 45px;
}
.chat-cont-right .img_cont .user_img {
  height: 45px;
  min-width: 45px;
  width: 45px;
  border: 1.5px solid #26948e;
}
.chat-cont-right .user_info {
  margin: 0 auto 0 15px;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-cont-right ul.list-unstyled {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .media.sent {
  margin-bottom: 20px;
}
.chat-cont-right ul.list-unstyled .media.sent .avatar {
  order: 3;
  height: 30px;
  width: 30px;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 20px 0 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box {
  margin: 0;
  padding: 0 0 0 50px;
  position: relative;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box + .msg-box {
  margin: 5px 0 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box p {
  margin: 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box:first-child::before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e3e3e3;
  border-top: 6px solid #e3e3e3;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: -12px;
  left: auto;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box > div {
  margin: 0;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #e3e3e3;
  display: inline-block;
  position: relative;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box:first-child > div {
  border-radius: 10px 0 10px 10px;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1px;
  padding: 4px 0;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments .chat-attachment {
  position: relative;
  max-width: 130px;
  overflow: hidden;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments .chat-attachment:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #26948e;
  content: "";
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments .chat-attachment:hover .chat-attach-download {
  opacity: 1;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments > div {
  margin: 0 1px;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments img {
  max-width: 100%;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments .chat-attach-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  color: #ffffff;
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 5px 0 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  flex-direction: row-reverse;
  list-style: none;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info li {
  margin: 0;
  padding: 0 0 0 16px;
  position: relative;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: auto;
  left: 8px;
  transform: translate(-50%, -50%);
  background: #26948e;
  content: "";
  height: 4px;
  width: 4px;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info .chat-time {
  color: rgba(50, 65, 72, 0.4);
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info a {
  color: #26948e;
}
.chat-cont-right ul.list-unstyled .media.received {
  position: relative;
  margin-bottom: 20px;
}
.chat-cont-right ul.list-unstyled .media.received .media-body {
  position: relative;
  margin: 0 0 0 20px;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .media.received .media-body::before {
  border-bottom: 6px solid transparent;
  border-right: 6px solid #26948e;
  border-top: 6px solid #26948e;
  border-left: 6px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0px;
  right: auto;
  left: -6px;
  width: 0;
}
.chat-cont-right ul.list-unstyled .media.received .media-body > div {
  margin: 0;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #26948e;
  display: table;
  position: relative;
}
.chat-cont-right ul.list-unstyled .media.received .media-body > div p {
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .media.received .msg-box {
  display: block;
}
.chat-cont-right ul.list-unstyled .media.received .msg-box + .msg-box {
  margin-top: 5px;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px 0 0;
  padding: 0;
  clear: both;
  list-style: none;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-info .chat-time {
  color: rgba(255, 255, 255, 0.8);
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1px;
  padding: 4px 0;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attachment {
  position: relative;
  max-width: 130px;
  overflow: hidden;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attachment:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #26948e;
  content: "";
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attachment:hover .chat-attach-download {
  opacity: 1;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments > div {
  margin: 0 1px;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments img {
  max-width: 100%;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attach-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  color: #ffffff;
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.chat-cont-right ul.list-unstyled .chat-date {
  font-size: 14px;
  margin: 1.875rem 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.chat-cont-right ul.list-unstyled .chat-date:before {
  background-color: #e0e3e4;
  content: "";
  height: 1px;
  margin-right: 28px;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-date:after {
  background-color: #e0e3e4;
  content: "";
  height: 1px;
  margin: 0 0 0 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
.card-footer {
  background-color: #ffffff;
  border-top: 1px solid #26948e;
  margin: 0;
  padding: 1rem 1.5rem;
}
.card-footer .type_msg {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: 0 !important;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .chat-window.chat-slide .chat-cont-right {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .chat-cont-right {
    position: absolute;
    right: -100px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
  }
  .chat-cont-right .msg_head .back-user-list {
    display: flex;
    align-items: center;
  }
}
.msg-typing {
  width: auto;
  height: 24px;
  padding-top: 8px;
}
.msg-typing span {
  height: 8px;
  width: 8px;
  float: left;
  background-color: #ffffff;
  display: block;
  opacity: 0.4;
  margin: 0 1px;
  border-radius: 50%;
}
.msg-typing span:nth-of-type(1) {
  animation: 1s blink infinite 0.33333s;
}
.msg-typing span:nth-of-type(2) {
  animation: 1s blink infinite 0.66666s;
}
.msg-typing span :nth-of-type(3) {
  animation: 1s blink infinite 0.99999s;
}
@keyframes blink {
  50% {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .chat_sidebar.hide-left-sidebar {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .left-sidebar.hide-left-sidebar {
    margin-left: -991px;
  }
}
.main-chat-blk .right-sidebar.hide-right-sidebar {
  margin-right: -320px;
}
.view-cart-header {
  position: relative;
}
.view-cart-header .dropdown-menu {
  min-width: 320px !important;
}
.view-cart-header .shopping-cart {
  padding: 15px;
}
.view-cart-header .shopping-cart.show-cart {
  opacity: 1;
  visibility: visible;
}
.view-cart-header .shopping-cart .booking-date {
  display: block;
  padding-bottom: 0;
}
.view-cart-header .shopping-cart .booking-date li {
  margin-left: 0 !important;
}
.view-cart-header .shopping-cart .booking-date li span {
  font-size: 14px;
}
.view-cart-header .shopping-cart .booking-total-list li {
  margin-left: 0 !important;
  padding-left: 20px;
}
.view-cart-header .shopping-cart .booking-total-list li:first-child {
  padding-left: 0;
}
.view-cart-header .shopping-cart-total {
  float: left;
}
.view-cart-header .shopping-cart-items {
  padding-top: 0px;
}
.view-cart-header .shopping-cart-items li {
  display: block !important;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  margin: 0 0 10px 0 !important;
  padding: 0 0 14px;
}
.view-cart-header .shopping-cart-items li a {
  padding-right: 0 !important;
  letter-spacing: normal !important;
}
.view-cart-header .shopping-cart-items .close-icon {
  cursor: pointer;
  color: #6B7280;
  position: absolute;
  top: 10px;
  right: 0;
}
.view-cart-header .shopping-cart-items img {
  float: left;
  width: 70px;
  margin-right: 12px;
  max-width: 100%;
  height: auto;
}
.view-cart-header .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  padding-right: 20px;
  color: #6B7280;
  font-weight: normal;
}
.view-cart-header .shopping-cart-items .item-price {
  margin-left: 8px;
  color: #26948e;
  font-size: 13px;
  font-weight: normal;
}
.view-cart-header .shopping-cart-items .item-quantity {
  color: #ABB0BE;
  font-size: 13px;
  font-weight: normal;
}
.view-cart-header .cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: right;
}
.view-cart-header .booking-date li {
  display: block !important;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 !important;
}
.view-cart-header .booking-date li span {
  float: right;
}
.view-cart-header .booking-total {
  padding-top: 0;
  text-align: center;
}
.view-cart-header .apt-btn {
  font-size: 13px;
  letter-spacing: normal !important;
  padding: 7px 20px;
}
.view-cart-header .apt-btn:hover {
  border-color: #26948e !important;
  background-color: #26948e !important;
  color: #ffffff !important;
}
.custom-increment.cart button {
  font-size: 10px;
}
.custom-increment.cart input[type=text] {
  width: 60px;
}
.custom-increment button {
  font-size: 14px;
  height: 39px;
  background: #dcdcdc;
  color: #000000;
  border: 0;
  display: inline-block;
}
.custom-increment button.btn-danger {
  border-radius: 4px 0px 0px 4px;
}
.custom-increment button:hover,
.custom-increment button:focus,
.custom-increment button:active {
  background: #dcdcdc !important;
  color: #000000 !important;
  border: 0 !important;
}
.custom-increment button.btn-success {
  border-radius: 0px 4px 4px 0px;
}
.custom-increment button.btn-danger {
  border-radius: 4px 0px 0px 4px;
}
.custom-increment .input-group1 {
  width: 100%;
}
.custom-increment input[type=text] {
  border: 1px solid #dbdbdb;
  border-radius: 0;
  text-align: center;
  width: 70%;
  padding: 7px 15px;
}
.custom-increment input[type=text]:focus {
  border-color: transparent;
}
.call-wrapper {
  position: relative;
  height: calc(100vh - 145px);
}
.unread-msg1 {
  background-color: #26948e;
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0 5px;
}
.doc-review.review-listing {
  margin: 0;
}
.doc-review > ul > li {
  background-color: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 0;
  margin-bottom: 24px;
}
.doc-review > ul > li .review-content {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.doc-review > ul > li .review-content .daterange-wraper {
  margin-bottom: 0;
}
.doc-review > ul > li .star-rated {
  display: flex;
  align-items: center;
}
.doc-review > ul > li .star-rated span {
  color: #0F172A;
  font-size: 30px;
  margin-right: 10px;
  font-weight: 600;
}
.doc-review > ul > li .star-rated i {
  color: #F1F5F9;
  margin: 0 2px;
}
.doc-review > ul > li .star-rated i.filled {
  color: #FFC001;
}
.doc-review > ul > li ul li {
  padding: 0 24px 24px;
}
.doc-review > ul > li ul li .replied-comment {
  padding: 15px;
  background: #F8FAFC;
  border-radius: 10px;
}
.doc-review > ul > li ul li .replied-comment .patient-info span {
  display: block;
  color: #334155;
  font-size: 14px;
}
.doc-review > ul > li ul li .replied-comment .review-info {
  margin-top: 10px;
}
.doc-review > ul > li ul li .comment-reply {
  display: flex;
  align-items: center;
}
.doc-review > ul > li ul li .comment-reply .reply-text {
  color: #26948e;
  font-size: 14px;
  margin-right: 15px;
  font-weight: 500;
}
.doc-review > ul > li ul li .comment-reply .reply-text.replied-text {
  color: #1E293B;
}
.doc-review > ul > li ul li .comment-reply span {
  font-size: 14px;
  font-weight: 500;
}
.doc-review > ul > li ul li .comment-reply span.no-views {
  color: #94A3B8;
}
.doc-review > ul > li ul li .comment-reply span.replied-views {
  color: #26948e;
}
.comments {
  width: 100%;
}
.comments .comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #E2E8F0;
}
.comments .comment-head .patinet-information .patient-info span {
  display: block;
  color: #334155;
}
.comments .review-info {
  padding: 24px;
}
.comments .review-info p {
  color: #0F172A;
  margin-bottom: 15px;
}
.comments .comment-reply {
  display: flex;
  align-items: center;
}
.comments .comment-reply .reply-text {
  color: #26948e;
  font-size: 14px;
  margin-right: 15px;
  font-weight: 500;
}
.comments .comment-reply .reply-text:hover {
  color: #26948e;
}
.comments .comment-reply .reply-text.replied-text {
  color: #1E293B;
}
.comments .comment-reply .reply-text i {
  line-height: inherit;
}
.comments .comment-reply span {
  font-size: 14px;
  font-weight: 500;
}
.comments .comment-reply span.no-views {
  color: #94A3B8;
}
.comments .comment-reply span.replied-views {
  color: #26948e;
}
.durations {
  margin-bottom: 5px;
}
.account-page {
  background-color: #ffffff;
}
.account-page .content {
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .account-page .content {
    padding: 15px 0;
  }
}
.login-right {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 25px;
}
@media (max-width: 767.98px) {
  .login-right {
    margin: 0 15px;
    padding: 15px;
  }
}
.login-right .dont-have {
  color: #3d3d3d;
  margin-top: 20px;
  font-size: 13px;
}
.login-right .dont-have a {
  color: #09dca4;
}
.login-right .inner-right-login {
  max-width: 355px;
  width: 100%;
  margin: 0 auto;
}
.login-right .country-select .select-col .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
  width: 79px;
}
.login-right .country-select .select-col .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0de0fe;
}
.login-right .country-select .select-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("./media/down-arrow-gray-dark-SZTDSQEI.svg");
}
@media (max-width: 991.98px) {
  .login-left {
    display: none;
  }
}
.login-header {
  margin-bottom: 20px;
}
.login-header p {
  margin-bottom: 0;
}
.login-header h3 {
  font-size: 18px;
  margin-bottom: 3px;
}
@media (max-width: 479.98px) {
  .login-header h3 {
    text-align: center;
  }
}
.login-header h3 a {
  color: #0de0fe;
  float: right;
  font-size: 15px;
  margin-top: 2px;
}
@media (max-width: 479.98px) {
  .login-header h3 a {
    color: #0de0fe;
    float: none;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
    display: block;
  }
}
.login-header .logo-icon {
  text-align: center;
  margin: 40px auto 20px;
}
.login-btn {
  font-size: 18px;
  font-weight: 500;
}
.login-or {
  color: #d4d4d4;
  position: relative;
  margin: 20px 0;
  padding: 10px 0;
}
.or-line {
  background-color: #e5e5e5;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}
.span-or {
  background-color: #ffffff;
  display: block;
  margin-left: -20px;
  text-align: center;
  width: 42px;
  position: absolute;
  top: -3px;
  left: 50%;
}
.forgot-link {
  color: #3d3d3d;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 400;
}
.social-login .btn:hover,
.social-login .social-login .btn:focus {
  color: #ffffff;
}
span.agree {
  font-size: 16px;
  margin-left: 6px;
}
.terms-and-policy span.terms {
  color: #09dca4;
}
.terms-and-policy a {
  color: #09dca4;
}
.login-page .login-right {
  width: 100%;
  position: relative;
  font-family: "Poppins", sans-serif;
  height: 100vh;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.login-page .login-right .step-process-col .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #808080;
}
.login-page .login-right .step-process-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("./media/down-arrow-gray-NLFLSX4R.svg");
}
.login-page .login-right .step-process-col .form-control {
  color: #808080;
}
.login-page .login-right .search-location-input-box input {
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 16px;
  padding-left: 38px;
  color: #948CA0;
}
.login-bottom-copyright {
  color: #A4A4A4;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-bottom: 25px;
  width: 100%;
  align-self: flex-end;
  -webkit-align-self: flex-end;
}
.step-list {
  text-align: center;
  padding: 10px 0;
}
.step-list ul {
  display: inline-block;
}
.step-list ul li {
  float: left;
  margin: 5px 0;
  padding: 0 30px 0 0;
}
.step-list ul li:last-child {
  padding-right: 0;
}
.step-list ul li a {
  background-color: #e9f5f7;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  color: #808080;
}
.step-list ul li a:hover,
.step-list ul li a.active {
  background-color: #0de0fe;
  color: #ffffff;
}
.step-list ul li a.active-done {
  background-color: #0de0fe;
  color: #ffffff;
  background-image: url("./media/tick-icon-S64PXO3J.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  font-size: 0;
}
.profile-pic-col {
  padding-top: 40px;
  text-align: center;
}
.profile-pic-col h3 {
  color: #000000;
  font-size: 20px !important;
}
.profile-pic-upload {
  width: 150px;
  background: rgba(175, 213, 254, 0.4);
  border-radius: 20px;
  position: relative;
  margin: 40px auto 0;
  padding: 24px;
}
.profile-pic-upload input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.profile-pic-upload .cam-col {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 70px;
  overflow: hidden;
  margin: 0 auto;
}
.profile-pic-upload span {
  color: #000000;
  font-size: 13px;
  list-style: none;
  display: inline-block;
  margin-top: 15px;
}
.select-gender-col [type=radio]:checked,
.select-gender-col [type=radio]:not(:checked) {
  position: absolute;
  left: 0px;
  visibility: hidden;
}
.select-gender-col [type=radio]:checked + label,
.select-gender-col [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.select-gender-col [type=radio]:checked + label:before,
.select-gender-col [type=radio]:not(:checked) + label:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 5px 20px 60px 10px rgba(0, 4, 107, 0.07);
  position: absolute;
  top: 0;
  left: 0;
}
.select-gender-col [type=radio]:checked + label:after,
.select-gender-col [type=radio]:not(:checked) + label:after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 10px;
  border: 2px solid #0de0fe;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.select-gender-col [type=radio]:not(:checked) + label:after {
  opacity: 0;
}
.select-gender-col [type=radio]:checked + label:after {
  opacity: 1;
}
.select-gender-col .gender-icon {
  position: relative;
}
.select-gender-col .gender-icon label {
  text-align: center;
  padding: 15px 20px !important;
}
.select-gender-col .gender-icon img {
  max-height: 90px;
}
.select-gender-col span {
  position: relative;
  color: #000000;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  width: 100%;
}
.select-gender-col.payment-menthods-choose label {
  min-width: 90px;
  text-align: center;
  color: #000000;
  padding: 10px !important;
}
.select-gender-col.payment-menthods-choose label span.credit-card-option {
  min-width: 192px;
  font-size: 15px;
}
.select-gender-col.payment-menthods-choose label img {
  position: relative;
  max-width: 68px;
}
.select-gender-col.payment-menthods-choose [type=radio]:checked + label::after,
.select-gender-col.payment-menthods-choose [type=radio]:not(:checked) + label::after {
  border: 1px solid #0de0fe;
}
.select-gender-col label {
  text-align: center;
  padding: 15px 20px !important;
}
.pregnant-col .remember-me-col {
  color: #000000;
  font-size: 16px;
  align-items: center;
}
.pregnant-col .remember-me-col .custom_check .checkmark {
  border-color: #0de0fe;
}
.step-process-col {
  text-align: left;
}
.checklist-col span {
  font-size: 16px;
}
.checklist-col .custom_check .checkmark {
  width: 24px;
  height: 24px;
}
.checklist-col .custom_check .checkmark:after {
  left: 6px;
  top: 3px;
}
.checklist-col .remember-me-col {
  position: relative;
  padding: 10px 0;
}
.checklist-col.pregnant-col .remember-me-col .custom_check {
  padding-left: 25px;
}
.checklist-col.pregnant-col .remember-me-col .custom_check .checkmark {
  border-color: #B4ABCA;
}
.otp-col {
  color: #ffffff;
}
.otp-col h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
}
.dnt-recive-call {
  color: #ffffff;
}
.dnt-recive-call a {
  color: #ffffff;
}
.otp-box {
  margin: 25px 0;
}
.otp-box .digit-group input {
  width: 45px;
  height: 45px;
  background-color: rgba(245, 245, 245, 0.2);
  border: none;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  box-shadow: 5px 20px 60px 10px rgba(0, 4, 107, 0.07);
  border-radius: 8px;
  color: #000000;
  margin: 0 3px;
}
.otp-box .digit-group input:focus {
  background-color: #ffffff;
  border: 0;
  outline: 0;
}
.otp-box .digit-group input[type=text].active {
  background-color: #ffffff;
  color: #000000;
}
.otp-box .splitter {
  color: #ffffff;
  font-size: 24px;
  padding: 0 5px;
}
.otp-box .prompt {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 20px;
}
.increment-decrement .input-groups {
  border: 0;
  background-color: transparent;
  height: 35px;
  margin-right: 0px;
  display: block;
}
.increment-decrement .input-groups .quantity-field {
  width: 40px;
  text-align: center;
  background-color: transparent;
  float: left;
  border: 0;
}
.increment-decrement .input-groups .quantity-field:focus {
  border: 0;
  outline: 0;
}
.increment-decrement .input-groups input[type=button] {
  background-color: transparent;
  font-size: 20px;
  border: 1px solid #0de0fe;
  border-radius: 4px;
  height: 24px;
  width: 24px;
  margin-top: 0px;
  line-height: 0;
  padding: 0;
  color: #0de0fe;
}
.increment-decrement .input-groups input[type=button]:focus-visible {
  outline: 0;
}
.increment-decrement .input-groups input[type=button].button-minus {
  float: left;
}
.increment-decrement .input-groups input[type=button].button-plus {
  float: right;
}
.country-select {
  position: relative;
}
.country-select .select-col {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.country-select .select-col .flagstrap {
  height: 100%;
}
.country-select .select-col .btn-info.dropdown-toggle {
  border: 0;
  color: #0de0fe;
  border-radius: 10px 0px 0px 10px;
  background-color: #ffffff;
  height: 100%;
  font-size: 0;
  width: 79px;
  text-align: left;
  padding: 0 12px;
}
.country-select .select-col .btn-info.dropdown-toggle:after {
  background-image: url("./media/down-arrow-gray-dark-SZTDSQEI.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height: 7px;
  border: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
.country-select .select-col .btn-info.dropdown-toggle span {
  font-size: 0;
}
.country-select .select-col .dropdown-menu {
  font-size: 0;
  width: 79px;
  min-width: inherit;
  margin-top: 0;
  border-radius: 10px;
  padding: 0;
}
.country-select .select-col .dropdown-menu li {
  margin: 14px 13px;
}
.country-select .select-col .dropdown-menu li:first-child {
  display: none;
}
.country-select .select-col .dropdown-menu li a {
  display: inline-block;
  cursor: pointer;
}
.country-select .select-col .flagstrap-icon.flagstrap-in,
.country-select .select-col .flagstrap-icon.flagstrap-ng,
.country-select .select-col .flagstrap-icon.flagstrap-gb,
.country-select .select-col .flagstrap-icon.flagstrap-us {
  background-image: url("./media/in-6AK67K7R.png");
  background-position: center;
  width: 33px;
  height: 22px;
  background-size: cover;
  border-radius: 4px;
}
.country-select .select-col .flagstrap-icon.flagstrap-ng {
  background-image: url("./media/ng-HMYXI7XL.png");
}
.country-select .select-col .flagstrap-icon.flagstrap-gb {
  background-image: url("./media/gb-3UNR62NB.png");
}
.country-select .select-col .flagstrap-icon.flagstrap-us {
  background-image: url("./media/us-5PYKI45D.png");
}
.country-select .number-col input {
  padding-left: 96px;
}
.location-text h5 {
  color: #000000;
  margin-top: 5px;
}
.location-search {
  margin: 12px 0;
}
.skip-now-col {
  margin-top: 5px;
}
.skip-now-col a {
  color: #000000;
  font-size: 12px;
}
.sort-by-col .select2-container .select2-selection--single {
  border-color: #E8EEFF;
  border-radius: 10px;
  width: 160px;
}
.sort-by-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("./media/down-arrow-gray-NLFLSX4R.svg");
}
.premium-text {
  font-size: 18px;
}
.plan-details {
  list-style: none;
  margin: 0;
  padding: 4px 0 0;
}
.plan-details li {
  position: relative;
  min-width: 35%;
}
.plan-details li span {
  color: #B4ABCA;
  display: inline-block;
  margin-bottom: 3px;
  font-size: 15px;
}
.plan-chooser-col {
  background-color: rgba(175, 213, 254, 0.4);
  border-radius: 20px;
  margin: 0 0 28px;
  padding: 5px 20px;
}
.plan-chooser-col .memeber-img {
  border-radius: 15px;
  margin-bottom: 10px;
  width: 100%;
}
.plan-chooser-col .memeber-img img {
  border-radius: 15px;
}
.plan-chooser-col .subscription-list {
  margin: 15px 0;
}
.memeber-details h4 {
  margin-bottom: 0;
}
.payment-menthods ul {
  text-align: center;
}
.payment-menthods ul li {
  display: inline-block;
  margin: 0;
  padding: 6px;
}
.card-choose-col {
  max-width: 325px;
  margin: 0 auto;
}
.day-week-month-col ul li {
  float: left;
}
.day-week-month-col ul li:first-child a {
  border-radius: 4px 0 0 4px !important;
}
.day-week-month-col ul li:last-child a {
  border-radius: 0px 4px 4px 0px !important;
}
.day-week-month-col ul li a {
  background-color: #9D9D9D;
  border: 1px solid transparent;
  color: #64627C;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 10px 20px;
}
.day-week-month-col ul li a.active {
  border-color: #536CF1;
  color: #536CF1;
  border-radius: 0 !important;
}
.day-week-month-col ul li a:first-child.active {
  border-color: #536CF1;
}
.day-week-month-col ul li a:last-child.active {
  border-color: #536CF1;
}
.login-body {
  background: #ffffff;
}
.login-content-info {
  margin: 0;
  padding: 160px 0 60px;
}
.login-content-info .account-content {
  position: relative;
}
.login-content-info .account-content .login-shapes {
  position: relative;
}
.login-content-info .account-content .login-shapes .shape-img-left {
  position: absolute;
  top: 0;
  left: -70px;
}
.login-content-info .account-content .login-shapes .shape-img-right {
  position: absolute;
  top: 150px;
  left: -70px;
}
@media (max-width: 991.98px) {
  .login-content-info .account-content .login-shapes .shape-img-right {
    top: 67px;
  }
}
@media (max-width: 767.98px) {
  .login-content-info .account-content .login-shapes {
    display: none;
  }
}
.login-content-info .account-content .account-info {
  position: relative;
  z-index: 1;
}
.login-content-info .account-content .account-info .btn {
  width: 100%;
  color: #ffffff;
  background: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  font-weight: 600;
  padding: 10px 15px;
}
@media (max-width: 767.98px) {
  .login-content-info .account-content .account-info .btn {
    padding: 8px 15px;
  }
}
.login-content-info .account-content .account-info .btn:hover {
  color: #26948e;
  background: #ffffff;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.login-content-info .account-content .account-info .form-control {
  font-size: 14px;
}
.login-content-info .account-content .account-info .back-btn-light .btn {
  color: #000000;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.login-content-info .account-content .account-info .back-btn-light .btn:hover {
  color: #000;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 0 0 50px #ffffff;
}
.login-content-info .account-content .account-info .back-btn-light .btn i {
  margin-right: 10px;
}
.login-content-info .account-content .login-back {
  padding-bottom: 50px;
}
.login-content-info .account-content .login-back a {
  font-size: 15px;
  color: #959595;
}
.login-content-info .account-content .login-back a:hover {
  color: #26948e;
}
.login-content-info .account-content .login-back a i {
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .login-content-info .account-content .login-back {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .login-content-info .account-content .login-back {
    padding-bottom: 20px;
  }
}
.login-content-info .account-content .login-verify-img {
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .login-content-info .account-content .login-verify-img {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .login-content-info .account-content .login-verify-img {
    padding-bottom: 20px;
  }
}
.login-content-info .account-content .login-title {
  padding-bottom: 50px;
}
.login-content-info .account-content .login-title h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #1F2937;
}
@media (max-width: 991.98px) {
  .login-content-info .account-content .login-title h3 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .login-content-info .account-content .login-title h3 {
    font-size: 20px;
  }
}
.login-content-info .account-content .login-title p {
  color: #71717A;
  margin-bottom: 10px;
}
.login-content-info .account-content .login-title span {
  color: #040404;
  font-weight: 500;
}
.login-content-info .account-content .login-title span a {
  color: #26948e;
  text-decoration: underline;
}
.login-content-info .account-content .login-title span a:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .login-content-info .account-content .login-title {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .login-content-info .account-content .login-title {
    padding-bottom: 20px;
  }
}
.login-content-info .account-content .login-or {
  font-size: 16px;
  color: #818181;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.login-content-info .account-content .or-line {
  background-color: #EFEFEF;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}
.login-content-info .account-content .span-or {
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -20px;
  text-align: center;
  width: 42px;
}
.login-content-info .account-content .social-login-btn {
  margin-bottom: 20px;
}
.login-content-info .account-content .social-login-btn .btn {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #E4E4E8;
  padding: 11px 15px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 0 #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.login-content-info .account-content .social-login-btn .btn:hover {
  color: #ffffff;
  background: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.login-content-info .account-content .social-login-btn .btn img {
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .login-content-info {
    margin: 0;
    padding: 40px 0 40px;
  }
}
.login-content-info .forms-block {
  margin-bottom: 20px;
}
.login-content-info .forms-block label {
  color: #000000;
  display: inline-block;
  margin-bottom: 10px;
}
.pass-group {
  position: relative;
}
.pass-group .toggle-password {
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #797979;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.pass-group .toggle-password:hover {
  background-color: #F3F3F3;
}
.toggle-password-sub {
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #797979;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.toggle-password-sub:hover {
  background-color: #F3F3F3;
}
#passwordInfo,
#passwordInfos {
  font-size: 12px;
  font-weight: normal;
  margin-top: 15px;
}
.poor-active span.active#poor,
.poor-active span.active#poors {
  background: #FF0000;
}
.avg-active span.active#poor,
.avg-active span.active#poors,
.avg-active span.active#weak,
.avg-active span.active#weaks {
  background: #FFB54A;
}
.strong-active span.active#poor,
.strong-active span.active#weak,
.strong-active span.active#strong,
.strong-active span.active#poors,
.strong-active span.active#weaks,
.strong-active span.active#strongs {
  background: #26948e;
}
.heavy-active span.active#poor,
.heavy-active span.active#weak,
.heavy-active span.active#strong,
.heavy-active span.active#heavy,
.heavy-active span.active#poors,
.heavy-active span.active#weaks,
.heavy-active span.active#strongs,
.heavy-active span.active#heavys {
  background: #159F46;
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}
.password-strength {
  margin-top: 15px;
}
.password-strength span {
  width: 100%;
  height: 6px;
  background: #E4E6EF;
  margin-right: 10px;
  border-radius: 30px;
}
.password-strength span:last-child {
  margin-right: 0;
}
.weak-pass .password-strength span {
  background: #FF0000;
}
.pass-checked {
  position: absolute;
  top: 55%;
  right: 46px;
  transform: translateY(-50%);
  color: #4CAF50;
  opacity: 0;
}
.pass-checked.active {
  opacity: 1;
}
.password-info {
  margin-top: 15px;
}
.password-info p {
  color: #9E9E9E;
  margin-bottom: 0;
}
.login-success-icon {
  padding-bottom: 18px;
}
.login-success-icon i {
  font-size: 40px;
  color: #00CC45;
}
.toggle-password-sub.feather-eye.feather-eye-off::before {
  content: "\e95c" !important;
}
.toggle-password.feather-eye.feather-eye-off::before {
  content: "\e95c" !important;
}
.modal-open .main-wrapper {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.call-main-row {
  overflow: auto;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.call-main-wrapper {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
.call-view {
  display: table-cell;
  height: 100%;
  float: none;
  position: static;
  vertical-align: top;
  width: 75%;
  padding: 0;
}
.call-window {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.fixed-header {
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 15px;
}
.fixed-header .navbar {
  border: 0 none;
  min-height: auto;
  margin: 0;
  padding: 0;
}
.fixed-header .user-info a {
  color: #272b41;
  font-weight: 500;
}
.fixed-header .custom-menu {
  margin: 0 0 1px;
}
.typing-text {
  color: #20c0f3;
  font-size: 12px;
  text-transform: lowercase;
}
.last-seen {
  color: #888888;
  display: block;
  font-size: 12px;
}
.custom-menu {
  margin-top: 6px;
}
.custom-menu.nav > li > a {
  color: #bbb;
  font-size: 26px;
  line-height: 32px;
  margin-left: 15px;
  padding: 0;
}
.custom-menu.navbar-nav > li > a:hover,
.custom-menu.navbar-nav > li > a:focus {
  background-color: transparent;
}
.custom-menu .dropdown-menu {
  left: auto;
  right: 0;
}
.call-contents {
  display: table-row;
  height: 100%;
}
.call-content-wrap {
  height: 100%;
  position: relative;
  width: 100%;
}
.voice-call-avatar {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 2;
  flex: 2;
}
.voice-call-avatar .call-avatar {
  width: 150px;
  height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 15px;
  padding: 3px;
  border-radius: 100%;
}
@media (max-width: 767.98px) {
  .voice-call-avatar .call-avatar {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .voice-call-avatar .call-avatar {
    height: 80px;
    width: 80px;
  }
}
.voice-call-avatar .call-timing-count {
  padding: 5px;
}
.voice-call-avatar .username {
  font-size: 20px;
  font-weight: 500;
}
.call-duration {
  display: inline-block;
  font-size: 30px;
  margin-top: 4px;
  position: absolute;
  left: 0;
}
@media (max-width: 767.98px) {
  .call-duration {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .call-duration {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    position: inherit;
  }
}
.call-footer {
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  padding: 15px;
}
.call-icons {
  text-align: center;
  position: relative;
}
.call-icons .call-items {
  list-style: none;
  display: inline-block;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}
.call-icons .call-items .call-item {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.call-icons .call-items .call-item:last-child {
  margin-right: 0;
}
.call-icons .call-items .call-item a {
  color: #777;
  border: 1px solid #dddddd;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 20px;
  border-radius: 50px;
}
.call-icons .call-items .call-item a i {
  width: 18px;
  height: 18px;
}
.call-icons .call-items li.end-call-new {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.call-icons .call-items li.end-call-new a {
  background-color: #f06060;
  color: #ffffff;
  display: inline-block;
  line-height: 10px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 8px 25px;
}
.user-video {
  overflow: auto;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.user-video img,
.user-video video {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.my-video {
  z-index: 99;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.my-video ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.my-video ul li {
  float: left;
  width: 120px;
  margin-right: 10px;
}
@media (max-width: 1199.98px) {
  .my-video ul li {
    display: none;
  }
}
.my-video ul li img {
  border: 3px solid #ffffff;
  border-radius: 6px;
}
.end-call {
  position: absolute;
  top: 7px;
  right: 0;
}
@media (max-width: 575.98px) {
  .end-call {
    margin-top: 10px;
    position: inherit;
  }
}
.end-call a {
  background-color: #f06060;
  color: #ffffff;
  display: inline-block;
  line-height: 10px;
  text-transform: uppercase;
  padding: 8px 25px;
  border-radius: 50px;
}
.call-users {
  z-index: 99;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.call-users ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.call-users ul li {
  float: left;
  width: 80px;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .call-users ul li {
    width: 50px;
  }
}
.call-users ul li img {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 2px;
}
.call-users ul li a:hover .call-mute {
  display: block;
}
.call-mute {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  color: #ffffff;
  display: none;
  border: 3px solid transparent;
  border-radius: 6px;
  position: absolute;
  top: 0;
}
@media (max-width: 767.98px) {
  .call-mute {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
}
.call-details {
  margin: 10px 0 0;
}
.call-info {
  margin-left: 10px;
  width: 100%;
}
.call-user-details,
.call-timing {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.call-description {
  white-space: nowrap;
  vertical-align: bottom;
}
.call-timing {
  color: #727272;
  font-size: 14px;
  margin-top: 1px;
  overflow: hidden;
  white-space: pre;
}
.content-full {
  height: 100%;
  position: relative;
  width: 100%;
}
.video-window .fixed-header {
  margin: 0;
  padding: 0;
}
.video-window .fixed-header .nav > li > a {
  padding: 18px 15px;
}
.user-img {
  display: inline-block;
  position: relative;
}
span.call-duration.float-end {
  display: inline-block;
  font-size: 22px;
  margin-top: 0px;
  color: #40dda4;
  position: absolute;
  right: 0;
  left: unset;
}
.toggle-voice-video {
  display: inline-block;
  font-size: 30px;
  margin-top: 4px;
  position: absolute;
  left: 0;
}
.toggle-voice-video .switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}
.toggle-voice-video .switch input {
  display: none;
}
.toggle-voice-video .slider {
  cursor: pointer;
  background-color: #2196f3;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.toggle-voice-video .slider:before {
  content: "";
  height: 26px;
  width: 26px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  position: absolute;
  bottom: 4px;
  left: 4px;
}
.toggle-voice-video .slider:after {
  content: "VOICE";
  color: #ffffff;
  display: block;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.toggle-voice-video input:checked + .slider {
  background-color: #2ab934;
}
.toggle-voice-video input:checked + .slider:before {
  transform: translateX(55px);
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
}
.toggle-voice-video input:checked + .slider:after {
  content: "VIDEO";
}
.toggle-voice-video input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
i.feather-mic-off {
  color: #fff;
}
a.mute-bt.stop {
  background: #EB4132;
}
i.feather-video-off {
  color: #fff;
}
a.mute-video.stop {
  background: #EB4132;
}
.map-page .footer {
  display: none;
}
.map-page .header {
  z-index: 1030;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.map-page .content {
  padding-top: 115px;
}
@media (max-width: 991.98px) {
  .map-page .content {
    padding-top: 100px;
  }
}
.map-right {
  height: 100%;
  min-height: 100%;
  padding-right: 30px;
  z-index: 1029;
  position: fixed;
  top: 115px;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .map-right {
    height: 450px;
    position: static;
    min-height: inherit;
    margin-bottom: 30px;
    padding-right: 15px;
  }
}
.map-right .available-info {
  margin-bottom: 0;
}
.map-listing {
  height: calc(100vh - 145px);
  width: 100%;
}
@media (max-width: 1199.98px) {
  .map-listing {
    height: 450px;
  }
}
.map-listing .profile-widget {
  width: 200px !important;
  border: 0;
  margin-bottom: 0;
  padding: 0;
}
.view-icons {
  display: inline-flex;
  float: right;
}
.view-icons a {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #212529;
  font-size: 20px;
  text-align: center;
  margin-left: 10px;
  width: 44px;
  height: 38px;
  border-radius: 4px;
  padding: 4px 10px;
}
.view-icons a:hover {
  border-color: #20c0f3;
  color: #20c0f3;
}
.view-icons a.active {
  background-color: #20c0f3;
  border-color: #20c0f3;
  color: #ffffff;
}
.breadcrumb-bar {
  background-color: #15558d;
  padding: 15px 0;
}
.page-breadcrumb ol {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}
.page-breadcrumb ol li a {
  color: #ffffff;
}
.page-breadcrumb ol li.active {
  color: #ffffff;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #ffffff;
  font-size: 10px;
}
.breadcrumb-bar-one {
  background: #F2F6F6;
  background-repeat: no-repeat;
  padding-top: 70px;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.breadcrumb-bar-one::after {
  content: "";
  background: url("./media/banner-bg-GFTDSXRI.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.breadcrumb-bar-one .inner-banner {
  margin: 0;
  padding: 70px 0;
}
.breadcrumb-bar-one .inner-banner .breadcrumb-title {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 6px;
}
@media (max-width: 991.98px) {
  .breadcrumb-bar-one .inner-banner .breadcrumb-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-one .inner-banner .breadcrumb-title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-one .inner-banner {
    margin: 0;
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb-bar-one {
    padding-top: 40px;
    min-height: 260px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-one {
    min-height: auto;
  }
}
.breadcrumb-bar-one .page-breadcrumb ol {
  background-color: transparent;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.breadcrumb-bar-one .page-breadcrumb ol li a {
  font-weight: 500;
  color: #4B5563;
}
.breadcrumb-bar-one .page-breadcrumb ol li.active {
  color: #1F2937;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-one .page-breadcrumb ol {
    font-size: 15px;
  }
}
.breadcrumb-bar-one .page-breadcrumb .breadcrumb a:hover {
  color: #09e5ab;
}
.breadcrumb-bar-one .page-breadcrumb .breadcrumb-item + .breadcrumb-item {
  font-weight: 500;
  color: #1F2937;
  padding-left: 10px;
}
.breadcrumb-bar-one .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  font-family: "feather";
  float: left;
  padding-right: 10px;
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 600;
}
.sort-by {
  float: right;
}
.sort-title {
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
}
.sortby-fliter {
  display: inline-block;
  width: 120px;
}
.cal-icon {
  position: relative;
  width: 100%;
}
.cal-icon:after {
  color: #979797;
  content: "\f073";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 400;
  margin: auto;
  position: absolute;
  top: 10px;
  right: 15px;
}
.custom_check {
  color: #666;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.9375rem;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_check input:checked ~ .checkmark {
  background-color: #ffffff;
}
.custom_check input:checked ~ .checkmark:after {
  display: block;
}
.custom_check .checkmark {
  height: 20px;
  width: 20px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.custom_check .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: none;
  color: #0de0fe;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 4px;
}
.custom_radio {
  color: #555;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.custom_radio input {
  position: absolute;
  opacity: 0;
}
.custom_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.custom_radio .checkmark {
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.custom_radio .checkmark:after {
  display: block;
  content: "";
  opacity: 0;
  width: 12px;
  height: 12px;
  background: #ff9b44;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 3px;
  left: 3px;
}
.radio_input .custom_radio + .custom_radio {
  margin-left: 15px;
}
.filter-widget {
  margin-bottom: 20px;
}
.filter-widget h4 {
  font-size: 1rem;
  margin-bottom: 15px;
}
.filter-widget .custom_check {
  line-height: 18px;
}
.btn-search .btn {
  background-color: #0de0fe;
  border: 1px solid #0de0fe;
  color: #ffffff;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .doctor-widget {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.doctor-widget .doc-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
@media (max-width: 767.98px) {
  .doctor-widget .doc-name {
    font-size: 18px;
  }
}
.doctor-widget .rating i {
  font-size: 14px;
}
.doctor-widget .average-rating {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .doc-info-left {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.doc-info-right {
  margin-left: auto;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
}
@media (max-width: 767.98px) {
  .doc-info-right {
    margin-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.doctor-img {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  margin-right: 20px;
  width: 150px;
}
@media (max-width: 767.98px) {
  .doctor-img {
    margin: 0 auto 20px;
  }
}
.doctor-img img {
  border-radius: 5px;
}
.doc-department {
  color: #20c0f3;
  font-size: 14px;
  margin-bottom: 8px;
}
.doc-department img {
  width: 19px;
  display: inline-block;
  margin-right: 10px;
}
.doc-location {
  color: #757575;
  font-size: 14px;
  margin-bottom: 25px;
}
.doc-location a {
  color: #09e5ab;
  font-weight: 500;
}
.doc-speciality {
  font-size: 14px;
  color: #757575;
  margin-bottom: 15px;
}
.clinic-details {
  margin-bottom: 15px;
}
.clinic-details h5 {
  font-weight: normal;
  color: #757575;
  margin-bottom: 25px;
}
.clinic-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clinic-details ul li {
  display: inline-block;
  padding-right: 5px;
}
.clinic-details ul li:last-child {
  padding-right: 0;
}
.clinic-details ul li a {
  display: inline-block;
}
.clinic-details ul li a img {
  width: 40px;
  border-radius: 5px;
}
.clinic-services {
  color: #272b41;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .clinic-services {
    display: none;
  }
}
.clinic-services span {
  border: 1px solid #cccccc;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 4px;
}
.clinic-services span + span {
  margin-left: 5px;
}
.clini-infos {
  margin-bottom: 15px;
}
.clini-infos ul {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.clini-infos ul li {
  display: block;
  line-height: 30px;
  color: #4E4852;
}
.clini-infos ul li i {
  font-size: 15px;
  min-width: 20px;
}
.clinic-booking a {
  background-color: #ffffff;
  border: 2px solid #20c0f3;
  color: #20c0f3;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
}
.clinic-booking a + a {
  margin-top: 15px;
}
.clinic-booking a.view-pro-btn:hover,
.clinic-booking a.view-pro-btn:focus {
  background: #20c0f3;
  color: #ffffff;
}
.clinic-booking a.apt-btn {
  background: #20c0f3;
  color: #ffffff;
}
@media (max-width: 479.98px) {
  .clinic-booking a.apt-btn {
    width: 100%;
  }
}
.clinic-booking a.apt-btn:hover,
.clinic-booking a.apt-btn:focus {
  background-color: #0db9f2;
  border-color: #0db9f2;
  color: #ffffff;
}
@media (max-width: 479.98px) {
  .clinic-booking a.view-pro-btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
.load-more {
  margin-bottom: 30px;
}
.filter-contents {
  border: 2px solid #F3F4F6;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .filter-contents {
    margin-bottom: 24px;
  }
}
.filter-header {
  background: #F2F6F6;
  border-radius: 10px 10px 0px 0px;
  padding: 15px 20px;
}
.filter-header .filter-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.filter-details {
  padding: 20px;
}
.filter-grid {
  padding-bottom: 25px;
}
.filter-grid h4 {
  margin-bottom: 0;
}
.filter-grid h4 a {
  font-weight: 600;
  font-size: 16px;
  color: #1F2937;
  position: relative;
}
.filter-grid h4 a:hover {
  color: #272B41;
}
.filter-grid h4 a::before {
  content: "\e92e";
  font-family: "feather";
  color: #1F2937;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 0;
  line-height: normal;
}
.filter-grid h4 a:not(.collapsed)::before {
  content: "\e931";
  font-family: "feather";
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter-collapse {
  padding-top: 20px;
}
.filter-collapse ul {
  padding: 0;
  margin: 0;
  list-style: 0;
}
.filter-collapse ul li {
  display: block;
  margin-bottom: 10px;
}
.filter-collapse ul li:last-child {
  margin-bottom: 0;
}
.filter-collapse ul li .custom_check {
  padding-left: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6B7280;
  margin-bottom: 0;
}
.filter-collapse ul li .custom_check.custom_check .checkmark {
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  height: 17px;
  width: 17px;
  top: 3px;
}
.filter-collapse ul li .custom_check input:checked ~ .checkmark {
  background: #ffffff;
  border-color: #26948e;
}
.filter-collapse ul li .custom_check .checkmark::after {
  content: "";
  background: #26948e;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  border-radius: 3px;
}
.filter-collapse ul li .custom_check .online-icon {
  font-size: 20px;
  margin-right: 10px;
  margin-left: 5px;
}
.rating_custom_check {
  width: 100%;
}
.rating_custom_check .rating {
  width: 100%;
}
.rating_custom_check .rating .rating-count {
  font-weight: 500;
  float: right;
  color: #9CA3AF;
}
.filter-content-slider p {
  color: #1F2937;
  margin-bottom: 15px;
}
.filter-content-slider p span {
  float: right;
}
.price-wrapper {
  margin: 15px 0 0;
  font-size: 14px;
}
.price-wrapper h6 {
  font-size: 14px;
  font-weight: 500;
  color: #6B7280;
  margin-bottom: 0;
}
.price-wrapper h6 span {
  font-weight: 600;
  color: #1F2937;
}
.slider-wrapper .ui-slider-handle {
  background: #26948e;
  border: 0;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(124, 124, 124, 0.25);
  width: 18px;
  height: 18px;
  box-shadow: 0 0px 0px 4px #26948e;
  width: 12px;
  height: 12px;
  background: #ffffff;
  margin: 0;
}
#price-range.ui-slider-horizontal {
  height: 6px;
  border: 0;
  border-radius: 25px;
  background: #E9ECF1;
}
.ui-widget-header {
  background: #26948e;
}
.filter-btn .btn {
  font-weight: 600;
  font-size: 15px;
  padding: 7px 15px;
  border-radius: 6px;
}
.doctor-filter-info {
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .doctor-filter-info {
    display: none;
  }
}
.doctors-found {
  padding-bottom: 12px;
}
.doctors-found p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.doctors-found p span {
  color: #1F2937;
}
@media (max-width: 1399.98px) {
  .doctors-found p {
    font-size: 14px;
  }
}
.doctor-filter-availability p {
  font-weight: 600;
  color: #4B5563;
  margin-right: 6px;
  margin-bottom: 0;
}
.doctor-filter-option {
  flex-shrink: 0;
}
.doctor-filter-sort {
  padding-right: 15px;
}
.doctor-filter-sort:last-child {
  padding-right: 0;
}
.doctor-filter-sort p {
  color: #8C97B0;
  margin-right: 15px;
  margin-bottom: 0;
}
.doctor-filter-sort .filter-today {
  margin-right: 0;
}
.doctor-filter-sort .filter-today i {
  font-size: 18px;
  margin-right: 10px;
}
.doctor-filter-sort .nav li {
  margin-right: 8px;
}
.doctor-filter-sort .nav li:last-child {
  margin-right: 0;
}
.doctor-filter-sort .nav li a {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 2px solid #F3F4F6;
  border-radius: 7px;
  color: #6B7280;
}
.doctor-filter-sort .nav li a:hover {
  background: #26948e;
  border: 2px solid #26948e;
  color: #ffffff;
}
.doctor-filter-sort .nav li a:hover img {
  filter: invert(1) brightness(100);
}
.doctor-filter-sort .nav li a.active {
  background: #26948e;
  border: 2px solid #26948e;
  color: #ffffff;
}
.doctor-filter-sort .nav li a.active img {
  filter: invert(1) brightness(100);
}
.doctor-filter-select {
  width: 94px;
}
.doctor-filter-select .select2-container .select2-selection--single {
  background-color: #F2F6F6;
  border: 1px solid #F3F4F6;
  height: 32px;
}
.doctor-filter-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  padding-left: 10px;
  font-weight: 600;
  color: #1F2937;
}
.doctor-filter-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}
.doctor-card {
  border: 2px solid #F3F4F6;
  border-radius: 10px;
}
.doctor-widget-one .doc-name {
  margin-bottom: 4px;
  font-size: 20px;
}
.doctor-widget-one .doc-name a {
  color: #1F2937;
}
.doctor-widget-one .doc-name i {
  margin-left: 8px;
  font-size: 16px;
  color: #22C550;
}
@media (max-width: 991.98px) {
  .doctor-widget-one .doc-name {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .doctor-widget-one {
    text-align: center;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .doctor-widget-one .doc-info-left {
    flex-direction: column;
  }
}
.doctor-widget-one .doctor-img {
  -ms-flex: 0 0 164px;
  flex: 0 0 164px;
  margin-right: 20px;
  width: 164px;
  height: 164px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.doctor-widget-one .doctor-img img {
  width: 164px;
  height: 164px;
  border-radius: 10px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.doctor-widget-one .doctor-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
@media (max-width: 767.98px) {
  .doctor-widget-one .doctor-img {
    margin: 0 auto 20px;
    padding: 0;
  }
}
.doctor-widget-one .favourite-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.doctor-widget-one .favourite-btn .favourite-icon {
  background-color: #ffffff;
  border: 1px solid #EDF1F1;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50px;
  color: #9CA3AF;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.doctor-widget-one .favourite-btn .favourite-icon:hover {
  color: #fb1612;
}
.doctor-widget-one .favourite-btn .favourite-icon.favourite {
  animation: size 0.4s;
  color: #FF3333;
}
.doctor-widget-one .doc-speciality {
  font-size: 12px;
  color: #9CA3AF;
  margin-bottom: 20px;
}
.doctor-widget-one .clinic-details {
  padding-bottom: 14px;
}
.doctor-widget-one .doc-info-cont .reviews-ratings p {
  font-size: 12px;
}
.doctor-widget-one .doc-info-cont .reviews-ratings p span {
  font-size: 14px;
  margin: 0 4px 0 0;
  padding: 2px 5px;
}
.doctor-widget-one .doc-location {
  font-weight: 500;
  margin-bottom: 14px;
}
.doctor-widget-one .doc-location:last-child {
  margin-bottom: 0;
}
.doctor-widget-one .doc-location span {
  color: #1F2937;
  margin-right: 3px;
}
.doctor-widget-one .doc-location i {
  margin-right: 10px;
  font-size: 18px;
  color: #9CA3AF;
}
@media (max-width: 767.98px) {
  .doctor-widget-one .doc-location i {
    margin: 0 0 5px 0;
    padding: 0;
  }
}
.doctor-widget-one .doc-location a {
  font-weight: 500;
  color: #26948e;
  margin-left: 8px;
}
.doctor-widget-one .doc-location a:hover {
  color: #000000;
}
@media (max-width: 767.98px) {
  .doctor-widget-one .doc-location {
    flex-direction: column;
  }
}
.doctor-widget-one .doc-info-right {
  margin-left: auto;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
}
@media (max-width: 991.98px) {
  .doctor-widget-one .doc-info-right {
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
  }
}
@media (max-width: 767.98px) {
  .doctor-widget-one .doc-info-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.doctor-widget-one .doc-info-details {
  margin-left: auto;
  max-width: 230px;
}
@media (max-width: 767.98px) {
  .doctor-widget-one .doc-info-details {
    margin: 0 auto 0;
    padding: 0;
  }
}
.doctor-widget-one .clini-infos {
  margin-bottom: 15px;
}
.doctor-widget-one .clini-infos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.doctor-widget-one .clini-infos ul li {
  color: #6B7280;
  margin-bottom: 8px;
}
.doctor-widget-one .clini-infos ul li:last-child {
  margin-bottom: 0;
}
.doctor-widget-one .clini-infos ul li .available-date {
  border-radius: 5px;
  padding: 3px 15px;
  font-weight: normal;
}
.doctor-widget-one .clini-infos ul li .available-today {
  background: #DCFCE5;
  color: #22C550;
  font-weight: 500;
}
.doctor-widget-one .clini-infos ul li .available-tomorrow {
  background: #FFF6D8;
  color: #F3DB00;
}
.doctor-widget-one .clini-infos ul li .available-icon {
  font-size: 18px;
  color: #9CA3AF;
  margin-right: 10px;
}
.doctor-widget-one .clini-infos ul li .votes {
  font-size: 12px;
  color: #9CA3AF;
  margin-left: 5px;
}
.doctor-widget-one .clini-infos ul li .available-info-icon {
  font-size: 14px;
  color: #9CA3AF;
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  .doctor-widget-one .clini-infos ul li {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .doctor-widget-one .clini-infos {
    margin: 20px 0 15px 0;
    padding: 0;
  }
}
.doctor-widget-one .clinic-booking .btn {
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid #09e5ab;
  padding: 6px 15px;
}
.doctor-widget-one .clinic-booking .btn-primary-light {
  color: #09e5ab;
  background: #ffffff;
  box-shadow: inset 0 0 0 0 #09e5ab;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  margin-top: 8px;
}
.doctor-widget-one .clinic-booking .btn-primary-light:hover {
  color: #ffffff;
  background: #09e5ab;
  box-shadow: inset 0 0 0 50px #09e5ab;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.doctor-widget-one .clinic-booking.book-appoint .btn-primary {
  color: #fff;
  background-color: #26948e;
  border: 2px solid #26948e;
  box-shadow: inset 0 0 0 0 #fff;
}
.doctor-widget-one .clinic-booking.book-appoint .btn-primary:hover {
  color: #26948e;
  background-color: #ffffff;
  border-color: #26948e;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.doctor-widget-one .clinic-booking.book-appoint .btn-primary-light {
  color: #26948e;
  background: #ffffff;
  box-shadow: inset 0 0 0 0 #26948e;
  border: 2px solid #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.doctor-widget-one .clinic-booking.book-appoint .btn-primary-light:hover {
  color: #fff;
  background-color: #26948e;
  border: 2px solid #26948e;
  box-shadow: inset 0 0 0 0 #fff;
}
.doctor-profile-widget.doc-grid {
  margin-bottom: 24px;
}
.doctor-profile-widget.doc-grid .doc-pro-img .doctor-profile-img {
  margin: 15px 15px 0;
}
.doctor-profile-widget.doc-grid .doc-pro-img .doctor-profile-img img {
  border-radius: 10px;
}
.doctor-profile-widget.doc-grid .doc-pro-img .favourite-btn {
  top: 15px;
  right: 25px;
}
.doctor-profile-widget.doc-grid .doc-pro-img .reviews-ratings {
  position: absolute;
  top: 15px;
  left: 25px;
}
.doctor-profile-widget.doc-grid .doc-pro-img .reviews-ratings p span {
  min-width: 52px;
  font-size: 14px;
  margin: 0;
  padding: 2px 3px;
}
.doctor-profile-widget.doc-grid .doc-content {
  padding: 15px;
}
.doctor-profile-widget.doc-grid .doc-content .review-price p {
  font-weight: 500;
  font-size: 18px;
  color: #28283C;
}
.doctor-profile-widget.doc-grid .doc-content .review-price p span {
  font-size: 13px;
  color: #6B7280;
}
@media (max-width: 1399.98px) {
  .doctor-profile-widget.doc-grid .doc-content .review-price p {
    font-size: 14px;
  }
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-name {
  width: 100%;
  overflow: hidden;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-name h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 2px;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-name h4 a {
  margin-right: 6px;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-name h4 i {
  color: #22C550;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-location p {
  margin-bottom: 10px;
  font-size: 14px;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-location p:last-child {
  margin-bottom: 0;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-location p i {
  color: #9CA3AF;
  font-size: 18px;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-location p span {
  color: #1F2937;
  margin-right: 2px;
}
.doctor-profile-widget.doc-grid .favourite-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.doctor-profile-widget.doc-grid .favourite-btn .favourite-icon {
  background-color: #ffffff;
  border: 1px solid #EDF1F1;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50px;
  color: #484848;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.doctor-profile-widget.doc-grid .favourite-btn .favourite-icon:hover {
  color: #fb1612;
}
.doctor-profile-widget.doc-grid .favourite-btn .favourite-icon.favourite {
  animation: size 0.4s;
  color: #FF3333;
}
.filter-collapse .more-view {
  color: #26948e;
}
.more-view {
  color: #26948e;
  font-size: 14px;
  font-weight: 500;
}
.fill-more {
  height: 97px;
  overflow: hidden;
  border-bottom: 1px solid #F3F4F6;
  margin-bottom: 10px !important;
}
.apply-btn .btn-primary {
  color: #fff;
  background-color: #26948e;
  border: 2px solid #26948e;
  box-shadow: inset 0 0 0 0 #ffffff;
  display: grid;
}
.apply-btn .btn-primary:hover {
  color: #26948e;
  background-color: #ffffff;
  border-color: #26948e;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.apply-btn .btn-outline-primary {
  color: #26948e;
  background: #ffffff;
  box-shadow: inset 0 0 0 0 #26948e;
  border: 2px solid #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  display: grid;
}
.apply-btn .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #26948e;
  border: 2px solid #26948e;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.map-right {
  height: 100%;
  min-height: 100%;
  padding-right: 30px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1029;
  display: none;
}
.map-right .available-info {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .map-right {
    position: static;
    height: 450px;
  }
}
.map-right.grid-list-map {
  display: block;
  padding-right: 0px;
  top: 80px;
}
.map-listing {
  height: calc(100vh - 0px);
  width: 100%;
}
.map-listing .profile-widget {
  width: 320px;
  padding: 0;
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .map-listing {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  .product-cont {
    text-align: start;
  }
}
.search-page {
  overflow-x: hidden;
}
.info-widget {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.card-label > label {
  background-color: #ffffff;
  color: #959595;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin: 6px auto auto 8px;
  padding: 0 7px;
}
@media (max-width: 991.98px) {
  .card-label > label {
    font-size: 12px;
  }
}
.card-label > input {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  display: block;
  height: 50px;
  margin-top: -13px;
  -webkit-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 100%;
  border-radius: 4px;
  padding: 5px 15px 0;
}
.exist-customer a {
  color: #20c0f3;
  font-weight: 500;
}
.payment-widget .payment-list + .payment-list {
  margin-bottom: 15px;
}
.payment-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #272b41;
  text-transform: capitalize;
}
.payment-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.payment-radio .checkmark {
  width: 19px;
  height: 19px;
  border: 2px solid #dddddd;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 3px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.payment-radio .checkmark::after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #20c0f3;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 3px;
  left: 3px;
}
.payment-radio input:checked ~ .checkmark {
  border-color: #20c0f3;
}
.payment-radio input:checked ~ .checkmark::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.booking-date {
  list-style: none;
  padding: 0;
}
.booking-date li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #272b41;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-right: 5px;
}
.booking-date li span {
  float: right;
  color: #757575;
  font-weight: 400;
  font-size: 15px;
}
.booking-fee {
  list-style: none;
  padding: 0;
}
.booking-fee li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #272b41;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.booking-fee li span {
  float: right;
  color: #757575;
  font-weight: 400;
  font-size: 15px;
}
.booking-total {
  border-top: 1px solid #e4e4e4;
  margin-top: 20px;
  padding-top: 20px;
}
.booking-total ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.booking-total ul li span {
  font-size: 18px;
  font-weight: 700;
  color: #272b41;
}
@media (max-width: 767.98px) {
  .booking-total ul li span {
    font-size: 14px;
  }
}
.booking-total ul li .total-cost {
  color: #20c0f3;
  font-size: 16px;
  float: right;
}
@media (max-width: 767.98px) {
  .booking-total ul li .total-cost {
    font-size: 14px;
  }
}
#calendar-events {
  background-color: #fcfcfc;
}
.calendar-events {
  border: 1px solid transparent;
  cursor: move;
  padding: 10px 15px;
}
.calendar-events:hover {
  border-color: #e9e9e9;
  background-color: #ffffff;
}
.calendar-events i {
  margin-right: 8px;
}
.calendar {
  float: left;
  margin-bottom: 0;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5rem;
}
@media (max-width: 479.98px) {
  .fc-toolbar.fc-header-toolbar .fc-right {
    margin-bottom: 10px;
  }
}
@media (max-width: 479.98px) {
  .fc-toolbar.fc-header-toolbar .fc-left {
    margin-bottom: 10px;
  }
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:hover,
.fc-toolbar button:focus {
  z-index: 0;
}
.none-border .modal-footer {
  border-top: none;
}
.fc-day-grid-event .fc-time {
  font-family: "Roboto", sans-serif;
}
.fc-day {
  background: #ffffff;
}
.fc th.fc-widget-header {
  background: #eeeeee;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px 0;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #f3f3f3;
}
.fc-unthemed .fc-today {
  background: #ffffff;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px 5px;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.fc-button {
  background: #f1f1f1;
  border: none;
  color: #797979;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  height: auto !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
}
.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}
.fc-state-hover {
  background: #f3f3f3;
}
.fc-state-highlight {
  background: #f0f0f0;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #20c0f3 !important;
  color: #ffffff !important;
  text-shadow: none !important;
}
.fc-cell-overlay {
  background: #f0f0f0;
}
.fc-event {
  border: none;
  color: #ffffff !important;
  cursor: move;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  margin: 1px 7px;
  padding: 5px 5px;
}
.event-form .input-group .form-control {
  height: 40px;
}
@media (max-width: 479.98px) {
  .fc-day-header span {
    font-size: 10px;
  }
}
.comp-header {
  margin-bottom: 1.875rem;
}
.comp-header .comp-title {
  color: #272b41;
}
.line {
  background-color: #20c0f3;
  height: 2px;
  margin: 0;
  width: 60px;
}
.comp-buttons .btn {
  margin-bottom: 5px;
}
.pagination-box .pagination {
  margin-top: 0;
}
.comp-dropdowns .btn-group {
  margin-bottom: 5px;
}
.progress-example .progress {
  margin-bottom: 1.5rem;
}
.progress-xs {
  height: 4px;
}
.progress-sm {
  height: 15px;
}
@media (max-width: 575.98px) {
  .progress-lg .page-link {
    font-size: 16px;
    padding: 0.5rem 0.625rem;
  }
}
.progress.progress-sm {
  height: 6px;
}
.progress.progress-md {
  height: 8px;
}
.progress.progress-lg {
  height: 18px;
}
.row.row-sm {
  margin-left: -3px;
  margin-right: -3px;
}
.row.row-sm > div {
  padding-left: 3px;
  padding-right: 3px;
}
@media (max-width: 575.98px) {
  .pagination-lg .page-link {
    font-size: 16px;
    padding: 0.5rem 0.625rem;
  }
}
.custom-edit-service textarea.form-control {
  min-height: 200px;
}
.custom-edit-service .service-upload {
  border: 1px solid #dcdcdc;
  border-radius: 0.25rem;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  margin: 0 0 30px;
  padding: 70px 0;
}
.custom-edit-service .service-upload i {
  font-size: 50px;
  color: #858585;
}
.custom-edit-service .service-upload span {
  font-size: 15px;
  color: #858585;
  margin-top: 14px;
  display: block;
}
.custom-edit-service .service-upload input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.upload-wrap li {
  margin: 10px;
  list-style: none;
}
.upload-wrap li:first-child {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .custom-components {
    margin-bottom: 10px;
  }
}
.invoice-content {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
  border-radius: 4px;
  padding: 30px;
}
@media (max-width: 575.98px) {
  .invoice-content {
    padding: 1.25rem;
  }
}
.invoice-item .invoice-logo {
  margin-bottom: 30px;
}
.invoice-item .invoice-logo img {
  width: auto;
  max-height: 52px;
}
.invoice-item .invoice-text {
  padding-top: 42px;
  padding-bottom: 36px;
}
.invoice-item .invoice-text h2 {
  color: #272b41;
  font-size: 36px;
  font-weight: 600;
}
.invoice-item .invoice-details {
  text-align: right;
  color: #757575;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .invoice-item .invoice-details {
    text-align: left;
  }
}
.invoice-item .invoice-details strong {
  color: #272b41;
}
.invoice-item .invoice-details-two {
  text-align: left;
}
.invoice-item .customer-text {
  font-size: 18px;
  color: #272b41;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 767.98px) {
  .invoice-item .customer-text {
    font-size: 16px;
  }
}
.invoice-info {
  margin-bottom: 30px;
}
.invoice-info p {
  margin-bottom: 0;
}
.invoice-info.invoice-info2 {
  text-align: right;
}
@media (max-width: 767.98px) {
  .invoice-info.invoice-info2 {
    text-align: left;
  }
}
.invoice-info h5 {
  font-size: 16px;
  font-weight: 500;
}
.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
  color: #272b41;
  font-weight: 700;
  line-height: inherit;
  padding: 10px 20px;
}
.invoice-table tr td,
.invoice-table-two tr td {
  color: #757575;
  font-weight: 500;
}
.invoice-table-two {
  margin-bottom: 0;
}
.invoice-table-two tr th,
.invoice-table-two tr td {
  border-top: 0;
}
.invoice-table-two tr td {
  text-align: right;
}
.other-info {
  margin-top: 10px;
}
.terms-text {
  margin-bottom: 20px;
}
.terms-text h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.terms-text p {
  color: #666;
  display: inline-block;
  font-size: 16px;
}
.account-card {
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  margin: 0 0 30px;
  padding: 10px;
}
.account-card span {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.info-list {
  margin-bottom: 10px;
}
.info-list .title {
  color: #272b41;
  font-weight: 500;
}
.info-list .text {
  color: #757575;
  display: block;
  overflow: hidden;
}
.account-details-box {
  background: #0F172A;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.account-details-box .account-payment-info h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #334155;
}
.account-details-box .account-payment-info .payment-amount {
  margin-bottom: 24px;
}
.account-details-box .account-payment-info .payment-amount h6 {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
}
.account-details-box .account-payment-info .payment-amount h6 i {
  margin-right: 8px;
}
.account-details-box .account-payment-info .payment-amount h6 i.text-orange {
  color: #F97316;
}
.account-details-box .account-payment-info .payment-amount h6 i.text-pink {
  color: #DB2777;
}
.account-details-box .account-payment-info .payment-amount span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  display: block;
}
.account-details-box .account-payment-info .payment-request span {
  display: block;
  font-size: 14px;
  color: #64748B;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .bank-details-info {
    margin-top: 24px;
  }
}
.bank-details-info h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #ffffff;
}
.bank-details-info ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bank-details-info ul li {
  margin-right: 15px;
  margin-bottom: 20px;
}
.bank-details-info ul li:last-child {
  margin-right: 0;
}
.bank-details-info ul li h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.bank-details-info ul li h6 {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 5px;
}
.bank-details-info .edit-detail-link {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.bank-details-info .edit-detail-link a {
  color: #26948e;
  font-size: 14px;
  margin-right: 8px;
  display: inline-block;
}
.accounts-tab {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E2E8F0;
}
.accounts-tab .nav-tabs-bottom .nav-link {
  background: #F1F5F9;
  border-radius: 10px;
  padding: 5px 20px;
  color: #334155;
  margin-right: 15px;
}
.accounts-tab .nav-tabs-bottom .nav-link.active {
  background: #26948e;
  color: #ffffff;
}
.accounts-tab .nav-tabs-bottom .nav-link:hover {
  background: #26948e;
  color: #ffffff;
}
.custom-new-table {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
}
.custom-new-table .table-responsive {
  border-radius: 10px;
}
.custom-new-table .table-responsive .table thead tr th {
  border: 0;
  background: #E2E8F0;
  padding: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.custom-new-table .table-responsive .table tbody tr {
  border: 0;
}
.custom-new-table .table-responsive .table tbody tr td {
  border-bottom: 1px solid #E2E8F0;
  padding: 12px;
  font-size: 14px;
  white-space: nowrap;
}
.custom-new-table .table-responsive .table tbody tr td span.text-blue {
  color: #26948e;
}
.custom-new-table .table-responsive .table tbody tr td span.text-blue:hover {
  color: #1E293B;
}
.custom-new-table .table-responsive .table tbody tr td span.badge {
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
}
.custom-new-table .table-responsive .table tbody tr td span.badge.badge-warning-bg {
  background: #EAAB08;
}
.custom-new-table .table-responsive .table tbody tr td span.badge.badge-success-bg {
  background: #14B8A6;
}
.custom-new-table .table-responsive .table tbody tr td span.badge.badge-danger-bg {
  background: #EF444E;
}
.custom-new-table .table-responsive .table tbody tr td .table-avtatar a {
  display: inline-flex;
  align-items: center;
}
.custom-new-table .table-responsive .table tbody tr td .table-avtatar a img {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  margin-right: 12px;
}
.custom-new-table .table-responsive .table tbody tr td .account-action {
  border: 1px solid #E2E8F0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ffffff;
}
.custom-new-table .table-responsive .table tbody tr td .account-action:hover {
  background: #26948e;
  color: #ffffff;
}
.custom-new-table .table-responsive .table tbody tr:last-child td {
  border: 0;
}
.input-block-new {
  margin-bottom: 24px;
}
.modal-header h5 {
  display: inline-flex;
  align-items: center;
}
.modal-header h5 .request-id {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
.modal-header h5 .badge {
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
.modal-header h5 .badge.badge-success-bg {
  background: #14B8A6;
}
.modal-header h5 .badge.badge-danger-bg {
  background: #EF444E;
}
.other-accounts-info > ul > li {
  border: 1px solid #E2E8F0;
  padding: 15px 15px 0;
  border-radius: 10px;
  margin-bottom: 15px;
}
.other-accounts-info > ul > li ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .other-accounts-info > ul > li ul {
    flex-direction: column;
    align-items: start;
  }
}
.other-accounts-info > ul > li ul li {
  margin-bottom: 15px;
}
.other-accounts-info > ul > li ul li:first-child {
  flex-basis: 16%;
}
.other-accounts-info > ul > li ul li:nth-child(2) {
  flex-basis: 27%;
}
.other-accounts-info > ul > li ul li:nth-child(3) {
  flex-basis: 12%;
}
.other-accounts-info > ul > li ul li:nth-child(4) {
  flex-basis: 25%;
}
.other-accounts-info > ul > li ul li:last-child {
  flex-basis: 20%;
  text-align: right;
}
@media (max-width: 991.98px) {
  .other-accounts-info > ul > li ul li {
    flex-basis: auto !important;
  }
}
.other-accounts-info > ul > li ul li h6 {
  margin-bottom: 5px;
}
.other-accounts-info > ul > li ul li span {
  color: #0F172A;
}
.other-accounts-info > ul > li ul li a {
  color: #26948e;
  font-weight: 500;
}
.completed-request ul {
  border: 1px solid #E2E8F0;
  padding: 15px 15px 0;
  border-radius: 10px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.completed-request ul li {
  margin-bottom: 15px;
}
.completed-request ul li h6 {
  margin-bottom: 5px;
}
.completed-request ul li span {
  color: #0F172A;
}
.completed-request ul li span.text-blue {
  color: #26948e;
}
.completed-request .bank-detail {
  padding: 24px 24px 9px;
  background: #F8FAFC;
  border-radius: 10px;
  margin-bottom: 24px;
}
.completed-request .bank-detail h4 {
  margin-bottom: 15px;
}
.completed-request .bank-detail .accont-information {
  margin-bottom: 15px;
}
.completed-request .bank-detail .accont-information h6 {
  margin-bottom: 5px;
}
.completed-request .bank-detail .accont-information span {
  color: #0F172A;
}
.completed-request .request-des {
  margin-bottom: 24px;
}
.completed-request .request-des h4 {
  margin-bottom: 15px;
}
.completed-request .request-des p {
  color: #0F172A;
  margin-bottom: 0;
}
.canceled-user-info {
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .canceled-user-info {
    display: block !important;
  }
}
@media (max-width: 575.98px) {
  .canceled-user-info .email-info ul {
    margin-top: 15px;
  }
}
.canceled-user-info .email-info ul li {
  color: #1E293B;
  display: flex;
  align-items: center;
}
.canceled-user-info .email-info ul li i {
  margin-right: 5px;
}
.canceled-user-info .email-info ul li + li {
  margin-top: 5px;
}
.cancellation-fees {
  padding: 24px 24px 9px;
  background: #F8FAFC;
  border-radius: 10px;
  margin-bottom: 24px;
}
.cancellation-fees .cancellation-info {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .cancellation-fees .cancellation-info {
    display: block;
  }
}
.cancellation-fees .cancellation-info .appointment-type {
  margin-right: 24px;
  margin-bottom: 15px;
}
.cancel-reason {
  border: 1px solid #E2E8F0;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.cancel-reason h5 {
  font-size: 15px;
  margin-bottom: 10px;
}
.cancel-reason p {
  color: #1E293B;
  margin-bottom: 10px;
}
span.refund {
  color: #26948e;
  font-weight: 500;
}
.card.pass-card {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #ffffff;
}
.refund-status span {
  display: block;
}
.refund-status span + span {
  margin-top: 10px;
}
.banner-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .banner-wrapper {
    max-width: 720px;
  }
}
.banner-wrapper .search-box-3 {
  background: #1e5c92;
  border-radius: 10px;
  position: absolute;
  margin: -50px 0 0;
  padding: 40px 20px;
}
@media (max-width: 991.98px) {
  .banner-wrapper .search-box-3 {
    display: none;
  }
}
.banner-wrapper .search-box-3 .search-location {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  margin-right: 12px;
  position: relative;
  width: 240px;
}
.banner-wrapper .search-box-3 .search-location .form-control {
  background: #ffffff url("./media/location-OEXVP2QE.png") no-repeat 10px center;
}
.banner-wrapper .search-box-3 .form-group {
  margin-bottom: 0px;
}
.banner-wrapper .search-box-3 .form-control {
  border: 1px solid #cccccc;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding-left: 35px;
}
.banner-wrapper .search-box-3 .search-info {
  -ms-flex: 0 0 490px;
  flex: 0 0 490px;
  margin-right: 12px;
  position: relative;
  width: 490px;
}
.banner-wrapper .search-box-3 .search-info .form-control {
  background: #ffffff url("./media/search-MXIR3OP7.png") no-repeat 10px center;
}
.banner-wrapper .search-box-3 .form-control {
  background: #ffffff url("./media/search-MXIR3OP7.png") no-repeat 10px center;
}
.banner-wrapper .search-box-3 .search-btn {
  width: 46px;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  height: 46px;
}
.banner-wrapper .search-box-3 .search-btn span {
  display: none;
  font-weight: 500;
}
.btn-search {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #1e5c92;
}
.form-custom i {
  color: #DD2D4E;
  position: absolute;
  top: 35%;
  right: 15px;
}
.doctor-search-form select {
  border: 1px solid rgba(16, 222, 253, 0.1);
  box-shadow: 0px 4px 4px rgba(237, 237, 237, 0.25);
  border-radius: 5px;
}
.doctor-search-form input {
  border: 1px solid rgba(16, 222, 253, 0.1);
  box-shadow: 0px 4px 4px rgba(237, 237, 237, 0.25);
  border-radius: 5px;
}
.doctor-search-form input,
.doctor-search-form select {
  background: #ffffff;
  border-radius: 130px;
  min-height: 60px;
  border: 0;
}
.doctor-search-section {
  padding-top: 95px;
  position: relative;
  background: url("./media/doctor-banner-01-BRRARHKD.jpg");
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .doctor-search-section {
    padding-top: 85px;
  }
}
.doctor-search-section .doctor-search {
  padding-bottom: 0;
}
.doctor-search-section .banner-header {
  margin-bottom: 24px;
}
.doctor-search-section .banner-header h2 {
  color: #002578;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.doctor-search-section .banner-header h2 span {
  display: block;
  color: #26948e;
}
@media (max-width: 991.98px) {
  .doctor-search-section .banner-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .doctor-search-section .banner-header h2 {
    font-size: 26px;
  }
}
.doctor-search-section .banner-header p {
  font-size: 18px;
  color: #374151;
  margin-bottom: 0;
}
.doctor-search-section .doctor-search-form select,
.doctor-search-section .doctor-search-form input {
  border: 1px solid rgba(16, 222, 253, 0.1);
  box-shadow: 0px 4px 4px rgba(237, 237, 237, 0.25);
  border-radius: 5px;
  padding-right: 42px;
}
.doctor-search-section .doctor-search .input-box-twelve {
  background: #ffffff;
  border-radius: 90px;
  margin: 0;
  padding: 15px 15px 15px 35px;
}
@media (max-width: 767.98px) {
  .doctor-search-section .doctor-search .input-box-twelve {
    flex-direction: column;
    border-radius: 20px;
    margin: 0;
    padding: 15px;
  }
}
.doctor-search-section .doctor-search .input-box-twelve .input-block {
  position: relative;
}
.doctor-search-section .doctor-search .input-box-twelve .input-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 0 2px 2px 0;
  padding: 3px;
  border-color: rgb(31, 41, 55);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}
.doctor-search-section .doctor-search .input-box-twelve .input-block .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 2px 0 0 2px;
}
.doctor-search-section .doctor-search .input-box-twelve .input-block .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.doctor-search-section .doctor-search .input-box-twelve .input-block.search-input {
  position: relative;
}
.doctor-search-section .doctor-search .input-box-twelve .input-block.search-input .current-loc-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: 0px;
  color: #9CA3AF;
  font-size: 14px;
  line-height: 0;
}
.doctor-search-section .doctor-search .input-box-twelve .input-block.search-input .current-loc-icon i {
  position: unset;
  transform: unset;
  color: #9CA3AF;
  font-size: 14px;
}
.doctor-search-section .doctor-search .input-box-twelve .input-block:first-child {
  width: 40%;
}
@media (max-width: 767.98px) {
  .doctor-search-section .doctor-search .input-box-twelve .input-block:first-child {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .doctor-search-section .doctor-search .input-box-twelve .input-block:first-child {
    border-right: 0;
  }
}
.doctor-search-section .doctor-search .input-box-twelve .input-block:nth-child(2) {
  width: 50%;
}
.doctor-search-section .doctor-search .input-box-twelve .input-block:nth-child(2) .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .doctor-search-section .doctor-search .input-box-twelve .input-block:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .doctor-search-section .doctor-search .input-box-twelve .input-block:last-child {
    width: 100%;
  }
  .doctor-search-section .doctor-search .input-box-twelve .input-block:last-child a {
    width: 100%;
  }
}
.doctor-search-section .doctor-search .input-box-twelve .input-block .form-control {
  border: 0;
  height: 44px;
  padding: 10px 0 10px;
  color: #9CA3AF;
  font-size: 16px;
}
.doctor-search-section .doctor-search .input-box-twelve select {
  border: 0;
  background: transparent;
  border-radius: 0;
}
.doctor-search-section .doctor-search .input-box-twelve .select2-container .select2-selection--single {
  border: 0;
  height: 44px;
}
.doctor-search-section .doctor-search .input-box-twelve .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
.doctor-search-section .doctor-search .input-box-twelve .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #9CA3AF;
  font-size: 16px;
}
.doctor-search-section .doctor-search .input-box-twelve .search-btn-info {
  text-align: center;
}
@media (max-width: 575.98px) {
  .doctor-search-section .doctor-search .input-box-twelve .search-btn-info {
    text-align: center;
  }
}
.doctor-search-section .doctor-search .input-box-twelve .search-btn-info a {
  background: #002578;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 80px;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  transition: 0.5s all;
  min-width: 115px;
}
.doctor-search-section .doctor-search .input-box-twelve .search-btn-info a:hover {
  background: #26948e;
  transition: 0.5s all;
}
.doctor-search-section .doctor-search .input-box-twelve .search-btn-info a i {
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .doctor-search-section .dr-img {
    display: none;
  }
}
.clinics-section {
  padding: 80px 0 60px;
  background: #ffffff;
}
@media (max-width: 991.98px) {
  .clinics-section {
    padding: 40px 0 25px;
  }
}
@media (max-width: 767.98px) {
  .clinics-section {
    padding: 30px 0 10px;
  }
}
.clinics-section .clinic-item:hover .clinics-card .clinics-img:after {
  background: #26948e;
  transition: all 0.5s;
}
.clinics-section .clinic-item:hover .clinics-card .clinic-img {
  background: #26948e;
}
.clinics-section .clinic-item:hover .clinics-card .clinic-img img {
  filter: brightness(0) invert(1);
}
.clinics-section .clinic-item:hover .clinics-icon {
  opacity: 1;
  transform: translate(0, -180%);
  -webkit-transform: translate(0, -180%);
  -ms-transform: translate(0, -180%);
}
.clinics-section .clinic-item:hover .clinics-icon i {
  color: #1C5B90;
  background: #ffffff;
}
.clinics-section .clinics-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.clinics-section .clinics-card .clinics-img {
  position: relative;
}
.clinics-section .clinics-card .clinics-img:after {
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.46) 0%,
      rgba(0, 0, 0, 0.51) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.clinics-section .clinics-card .clinics-info {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.clinics-section .clinics-card .clinics-info .clinic-img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background: #ffffff;
  margin: 0 auto 15px;
}
.clinics-section .clinics-card .clinics-info img {
  width: auto !important;
  margin: auto;
}
.clinics-section .clinics-card .clinics-info span {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}
.clinics-section .clinics-icon {
  opacity: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.clinics-section .clinics-icon i {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background: #ffffff;
  color: #1C5B90;
  margin: auto;
  display: block;
}
.section-heading {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .section-heading {
    margin-bottom: 15px;
  }
}
.section-heading h2 {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .section-heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .section-heading h2 {
    font-size: 20px;
  }
}
.section-heading p {
  font-size: 16px;
  color: #374151;
  margin-bottom: 0;
}
.section-heading.bg-area h2 {
  color: #ffffff;
}
.section-heading.bg-area p {
  color: #ffffff;
}
.specialities-section {
  padding: 80px 0 55px;
  position: relative;
  background: url("./media/speciality-bg-01-M5P6EYNT.png");
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .specialities-section {
    padding: 60px 0 35px;
  }
}
@media (max-width: 767.98px) {
  .specialities-section {
    padding: 40px 0 15px;
  }
}
.specialities-section:after {
  content: "";
  background: rgba(0, 37, 120, 0.9);
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.specialities-section .specialist-card {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(183, 183, 183, 0.25);
  border-radius: 163px;
  align-items: center;
  margin: 0 0 25px;
  padding: 15px;
}
.specialities-section .specialist-card:hover .specialist-img img {
  transition: all 0.5s;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
}
.specialities-section .specialist-card:hover .specialist-info a,
.specialities-section .specialist-card:hover .specialist-info h4 {
  color: #26948e;
}
.specialities-section .specialist-card:hover .specialist-nav a {
  background: #26948e;
  color: #ffffff;
}
.specialities-section .specialist-card .specialist-img {
  background: #26948e;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 10px 0 0;
  padding: 10px;
}
.specialities-section .specialist-card .specialist-info p {
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}
.specialities-section .specialist-card .specialist-info a {
  color: #000000;
}
.specialities-section .specialist-card .specialist-info h4 {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0;
}
.specialities-section .specialist-card .specialist-nav a {
  background: #F3F4F6;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  box-shadow: 0px 4px 24px rgba(183, 183, 183, 0.25);
  color: #000000;
  margin: auto;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shapes {
  position: absolute;
  width: 100%;
}
@media (max-width: 991.98px) {
  .shapes {
    display: none;
  }
}
.shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.shapes .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.shapes .shape-3 {
  position: absolute;
  top: -110px;
  left: 0;
}
.shapes .shape-4 {
  position: absolute;
  top: -110px;
  right: 0;
}
.our-doctors-section {
  padding: 80px 0 56px;
  background: #ffffff;
}
@media (max-width: 991.98px) {
  .our-doctors-section {
    padding: 40px 0 16px;
  }
}
@media (max-width: 767.98px) {
  .our-doctors-section {
    padding: 30px 0 6px;
  }
}
.our-doctors-section .our-doctors-card {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-bottom: 24px;
}
.our-doctors-section .our-doctors-card .doctors-header {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.our-doctors-section .our-doctors-card .doctors-header img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  border-radius: 10px 10px 0 0;
}
.our-doctors-section .our-doctors-card .doctors-header:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.our-doctors-section .our-doctors-card .doctors-header .img-overlay {
  background: #26948e;
  border-radius: 30px;
  padding: 5px 14px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.our-doctors-section .our-doctors-card .doctors-body {
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  padding: 24px;
}
.our-doctors-section .our-doctors-card .doctors-body .rating {
  font-size: 16px;
  margin-bottom: 15px;
}
.our-doctors-section .our-doctors-card .doctors-body .rating i {
  color: #E5E7EB;
}
.our-doctors-section .our-doctors-card .doctors-body .rating i.filled {
  color: #FFC001;
}
.our-doctors-section .our-doctors-card .doctors-body .rating .average-ratings {
  background: #26948e;
  border-radius: 70px;
  color: #ffffff;
  font-size: 12px;
  padding: 1px 9px;
  margin-left: 10px;
  font-weight: 500;
}
.our-doctors-section .our-doctors-card .doctors-body a {
  color: #000000;
}
.our-doctors-section .our-doctors-card .doctors-body a:hover {
  color: #26948e;
}
.our-doctors-section .our-doctors-card .doctors-body h4 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}
.our-doctors-section .our-doctors-card .doctors-body h4:hover {
  color: #26948e;
}
.our-doctors-section .our-doctors-card .doctors-body p {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 12px;
  color: #374151;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.our-doctors-section .our-doctors-card .doctors-body .location {
  padding: 15px 0 24px;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 24px;
}
.our-doctors-section .our-doctors-card .doctors-body .location p {
  font-size: 12px;
  color: #374151;
}
.our-doctors-section .our-doctors-card .doctors-body .location p i {
  color: #26948e;
}
.our-doctors-section .our-doctors-card .doctors-body .btn {
  font-size: 12px;
  font-weight: 600;
}
.our-doctors-section .our-doctors-card .doctors-body .view-btn {
  background: #DBEFFE;
  border: 1px solid #DBEFFE;
  color: #374151;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 10px 0;
}
.our-doctors-section .our-doctors-card .doctors-body .view-btn:hover {
  background-color: #002578;
  color: #ffffff;
}
.our-doctors-section .our-doctors-card .doctors-body .book-btn {
  background: #26948e;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 0;
  border: 0;
}
.our-doctors-section .our-doctors-card .doctors-body .book-btn:hover {
  background-color: #002578;
  color: #ffffff;
}
.clinic-features-section {
  position: relative;
  background: url("./media/featured-bg-B5AQNNSW.jpg");
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .clinic-features-section {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .clinic-features-section {
    padding: 30px 0;
  }
}
.clinic-features-section .clinic-features {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.clinic-features-section .clinic-features img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  border-radius: 10px;
}
.clinic-features-section .clinic-features:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.clinic-features-section .clinic-feature-overlay {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 15px;
}
.clinic-features-section .clinic-feature-overlay .img-overlay {
  background: #26948e;
  border-radius: 60px;
  padding: 8px 15px;
  color: #ffffff;
  font-weight: 500;
  min-width: 180px;
  display: inline-block;
  font-size: 16px;
}
.clinic-features-section .clinic-feature-overlay .img-overlay:hover {
  background-color: #002578;
}
.home-three .slide-nav-4 button.owl-next,
.home-three .slide-nav-4 button.owl-prev,
.home-three .slide-nav-3 button.owl-next,
.home-three .slide-nav-3 button.owl-prev {
  background: #002578;
}
.home-three .slide-nav-4 button.owl-next:hover,
.home-three .slide-nav-4 button.owl-prev:hover,
.home-three .slide-nav-3 button.owl-next:hover,
.home-three .slide-nav-3 button.owl-prev:hover {
  background: #26948e;
}
.home-three .slide-nav-2 button.owl-next,
.home-three .slide-nav-2 button.owl-prev,
.home-three .slide-nav-1 button.owl-next,
.home-three .slide-nav-1 button.owl-prev {
  width: 34px;
  height: 34px;
  background: #002578;
  text-shadow: none;
  top: 4px;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 15px;
  border-radius: 8px;
  transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
}
.home-three .slide-nav-2 button.owl-next:hover,
.home-three .slide-nav-2 button.owl-prev:hover,
.home-three .slide-nav-1 button.owl-next:hover,
.home-three .slide-nav-1 button.owl-prev:hover {
  background: #26948e;
}
@media (max-width: 767.98px) {
  .home-three .slide-nav-2 button.owl-next,
  .home-three .slide-nav-2 button.owl-prev,
  .home-three .slide-nav-1 button.owl-next,
  .home-three .slide-nav-1 button.owl-prev {
    width: 28px;
    height: 28px;
  }
}
.home-three .our-blog-section .our-blogs {
  border-radius: 10px;
}
.home-three .our-blog-section .our-blogs:hover .blogs-overlay {
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.home-three .our-blog-section .our-blogs:hover .blogs-overlay .blogs-writter {
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.home-three .our-blog-section .our-blogs .blogs-img {
  overflow: hidden;
}
.home-three .our-blog-section .our-blogs .blogs-img img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.home-three .our-blog-section .our-blogs .blogs-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.home-three .our-blog-section .our-blogs .blogs-overlay {
  padding: 7px;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.home-three .our-blog-section .our-blogs .blogs-overlay .blogs-writter {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.home-three .our-blog-section .our-blogs .blogs-info {
  padding: 24px;
}
.home-three .our-blog-section .our-blogs .blogs-info .blog-slug {
  display: block;
  color: #26948e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.home-three .our-blog-section .our-blogs .blogs-info h4 {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-three .our-blog-section .our-blogs .blogs-info h4 a {
  color: #000000;
}
.home-three .our-blog-section .our-blogs .blogs-info h4 a:hover {
  color: #26948e;
}
.home-three .our-blog-section .our-blogs .blogs-info p {
  font-size: 16px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #374151;
}
.home-three .our-blog-section .our-blogs .blogs-info .blogs-nav {
  padding: 15px 0 0;
  border-width: 1px 0 0 0;
  border-top: 1px solid #E5E7EB;
}
.home-three .our-blog-section .our-blogs .blogs-info .blogs-nav .blogs-time {
  color: #002578 !important;
}
.home-three .our-blog-section .our-blogs .blogs-info .blogs-nav .blogs-time i {
  margin-right: 5px;
}
.home-three .our-blog-section .our-blogs .blogs-info .blogs-nav .blogs-btn {
  background: #26948e;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  padding: 10px 23px;
}
.home-three .our-blog-section .our-blogs .blogs-info .blogs-nav .blogs-btn:hover {
  background: #002578;
}
.section-search-3 {
  position: relative;
  background: url("./media/banner-3-CTG4PBLB.jpg");
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  min-height: 450px;
  padding-top: 85px;
}
.section-search-3:after {
  content: "";
  background: rgba(24, 96, 202, 0.9);
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-search-3 .banner-info {
  padding: 130px 0 190px;
}
@media (max-width: 991.98px) {
  .section-search-3 .banner-info {
    padding: 60px 0 130px;
  }
}
@media (max-width: 767.98px) {
  .section-search-3 .banner-info {
    padding: 20px 0 100px;
  }
}
@media (max-width: 479.98px) {
  .section-search-3 .banner-info {
    padding: 20px 0 70px;
  }
}
.section-search-3 .banner-info .header-banner h2 {
  color: #ffffff;
  font-weight: 600;
  line-height: 40px;
}
.section-search-3 .banner-info .header-banner h2 .header-highlight {
  font-weight: 700;
  color: #ffffff;
}
.section-search-3 .banner-info .header-banner p {
  font-size: 17px;
  color: #ffffff;
}
.section-search-3 .doctor-search {
  padding-bottom: 15px;
}
@media (max-width: 991.98px) {
  .section-search-3 .doctor-search {
    padding: 30px 0;
  }
}
.section-search-3 .doctor-search .doctor-search-form.trans .form-control {
  color: #ffffff;
  padding-right: 42px;
}
.section-search-3 .doctor-search .doctor-search-form.trans input,
.section-search-3 .doctor-search .doctor-search-form.trans select {
  background-color: transparent;
  border: 2px solid #c2d6f3 !important;
  border-radius: 130px;
  min-height: 60px;
  border: 0;
  box-shadow: 0px 4px 4px rgba(237, 237, 237, 0.25);
  border-radius: 5px;
}
.section-search-3 .doctor-search .doctor-search-form.trans input::placeholder,
.section-search-3 .doctor-search .doctor-search-form.trans select::placeholder {
  color: #ffffff;
}
.section-search-3 .doctor-search .doctor-search-form.trans .form-custom i {
  color: #ffffff;
}
.section-search-3 .doctor-search .doctor-search-form.trans .banner-btn {
  background-color: #13a5e5;
}
.section-search-3 .doctor-search .doctor-search-form.trans .banner-btn:hover {
  background-color: #1C5B91;
}
@media (max-width: 991.98px) {
  .section-search-3 .doctor-search .doctor-search-form.trans .banner-btn {
    padding: 18px 30px;
  }
}
.doctor-category {
  position: relative;
  margin-top: -130px;
  z-index: 9;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .doctor-category {
    padding: 40px 0 10px;
    margin-top: -110px;
  }
}
.doctor-category .pop-box {
  background-color: #ffffff;
  padding: 15px 15px 0;
  border-radius: 5px;
  box-shadow: 0px 4px 44px rgba(219, 219, 219, 0.25);
}
@media (max-width: 767.98px) {
  .doctor-category .pop-box {
    margin-bottom: 30px;
  }
}
.doctor-category .pop-box .top-section {
  background-color: #E5F6FD;
  padding: 20px;
  min-height: 150px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.doctor-category .pop-box .top-section i {
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 30px;
  color: #20c0f3;
  border: 5px solid #f5f8f9;
}
.doctor-category .pop-box .top-section.three {
  background-color: #FFE0E7;
}
.doctor-category .pop-box .top-section.three i {
  color: #FFAABD;
}
.doctor-category .pop-box .top-section.two {
  background-color: #FFF1C9;
}
.doctor-category .pop-box .top-section.two i {
  color: #EAAB08;
}
.doctor-category .pop-box .body-section {
  padding: 20px;
  min-height: 200px;
  flex-direction: column;
}
.doctor-category .pop-box .body-section h3 {
  color: #2467CA;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .doctor-category .pop-box .body-section h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .doctor-category .pop-box .body-section h3 {
    font-size: 18px;
  }
}
.doctor-category .pop-box .body-section p {
  color: #1C5B91;
  font-weight: 500;
}
.doctor-category .pop-box .body-section .book-btn {
  width: 150px;
  margin: 0 auto;
  border-radius: 30px;
  background: #2467CA;
  border: 1px solid #2467CA;
}
.doctor-category .pop-box .body-section .book-btn:hover {
  background: #1C5B91;
  border-color: #1C5B91;
}
.section-header-three {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .section-header-three {
    margin-bottom: 40px;
  }
}
@media (max-width: 479.98px) {
  .section-header-three {
    margin-bottom: 30px;
  }
}
.section-header-three h2 {
  color: #2868C8;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .section-header-three h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .section-header-three h2 {
    font-size: 24px;
  }
}
@media (max-width: 479.98px) {
  .section-header-three h2 {
    font-size: 18px;
  }
}
.section-header-three h2:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #1C5B91;
  border-radius: 50%;
  box-shadow: 15px 0px 0px -2px #1C5B91;
  position: absolute;
  top: 12px;
  left: -40px;
}
.section-header-three h2:after {
  width: 13px;
  height: 13px;
  content: "";
  background: #1C5B91;
  border-radius: 50%;
  box-shadow: -15px 0px 0px -2px #1C5B91;
  position: absolute;
  top: 12px;
  right: -40px;
}
.section-header-three h2 img {
  margin: 2px 5px 5px;
}
.section-header-three p {
  color: #757575;
  font-size: 16px;
  max-width: 600px;
  margin: 15px auto 0;
}
@media (max-width: 767.98px) {
  .section-header-three p {
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .section-header-three p {
    font-size: 11px;
  }
}
.clinic-specialities {
  background: url("./media/special-banner-UX2THQLH.jpg");
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .clinic-specialities {
    padding: 40px 0;
  }
}
.clinic-specialities .special-box {
  background-color: #ffffff;
  border-radius: 10px;
  height: 160px;
  cursor: pointer;
  margin-bottom: 30px;
  transition: all 0.7s;
}
.clinic-specialities .special-box .special-body {
  padding: 20px;
  transition: all 0.5s;
}
.clinic-specialities .special-box .special-body img {
  width: 50px;
  margin-bottom: 15px;
}
.clinic-specialities .special-box .special-body h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 479.98px) {
  .clinic-specialities .special-box .special-body h4 {
    font-size: 15px;
  }
}
.clinic-specialities .special-box .special-body .spc-book {
  background-color: #ffffff;
  padding: 10px 15px;
  min-width: 120px;
  color: #1C5B91;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  display: none;
}
.clinic-specialities .special-box .special-body .spc-book i {
  background-color: #1C5B91;
  color: #ffffff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.clinic-specialities .special-box .special-footer {
  border-top: 1px solid #EAEAEA;
  width: 100%;
  margin: 0;
  padding: 15px;
}
.clinic-specialities .special-box .special-footer .doc-count {
  font-size: 14px;
  font-weight: 700;
  color: #1C71EF;
}
@media (max-width: 479.98px) {
  .clinic-specialities .special-box .special-footer .doc-count {
    font-size: 13px;
  }
}
.clinic-specialities .special-box .special-footer .doc-count span {
  color: #6B7280;
  font-weight: 500;
}
.clinic-specialities .special-box .special-footer .clin-count {
  font-size: 14px;
  font-weight: 700;
  color: #1C71EF;
}
@media (max-width: 479.98px) {
  .clinic-specialities .special-box .special-footer .clin-count {
    font-size: 13px;
  }
}
.clinic-specialities .special-box .special-footer .clin-count span {
  color: #6B7280;
  font-weight: 500;
}
.clinic-specialities .special-box:hover {
  background-color: #1C71EF;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.clinic-specialities .special-box:hover .special-body {
  height: 100%;
  flex-direction: column;
}
.clinic-specialities .special-box:hover .special-body h4 {
  color: #ffffff;
}
.clinic-specialities .special-box:hover .spc-book {
  margin-top: 10px;
  display: block;
}
.clinic-specialities .special-box:hover img {
  display: none;
}
.clinic-specialities .special-box:hover .special-footer {
  display: none;
}
.view-all-more .btn {
  background: #1B5D92;
  border-radius: 30px;
  border-color: #1B5D92;
  margin: 20px 0 0;
  padding: 9px 30px;
}
@media (max-width: 479.98px) {
  .view-all-more .btn {
    font-size: 14px;
    padding: 6px 20px;
  }
}
.view-all-more .btn:hover {
  background-color: #26948e;
  border: 1px solid #26948e;
}
.browse-section {
  background-color: #E5F6FD;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .browse-section {
    padding: 40px 0;
  }
}
.browse-section .brower-box {
  text-align: center;
  border-radius: 10px;
  border: 6px solid #ffffff;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.browse-section .brower-box > div {
  border-radius: 15px;
  background-color: #E5F6FD;
  height: 100%;
  padding: 15px;
}
.browse-section .brower-box > div .brower-img {
  background-color: #1C71EF;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.browse-section .brower-box > div .brower-img img {
  width: auto;
}
.browse-section .brower-box > div h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2264C5;
}
.browse-section .brower-box > div p {
  font-size: 14px;
  font-weight: 500;
  color: #E74E84;
  margin: 0;
}
@media (max-width: 767.98px) {
  .doctor-divison .d-flex {
    display: block !important;
  }
}
.doctor-divison .doc-background {
  background: url("./media/doctor-bg-JAXDSH4S.jpg");
  background-position: center;
  min-height: 350px;
  background-size: cover;
  padding: 40px 30px;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .doctor-divison .doc-background {
    min-height: 250px;
  }
}
@media (max-width: 767.98px) {
  .doctor-divison .doc-background {
    padding: 20px 15px;
    min-height: 200px;
  }
}
.doctor-divison .doc-background::before {
  content: "";
  background: rgba(61, 59, 59, 0.84);
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.doctor-divison h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .doctor-divison h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .doctor-divison h3 {
    font-size: 16px;
  }
}
@media (max-width: 479.98px) {
  .doctor-divison h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.doctor-divison p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .doctor-divison p {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .doctor-divison p {
    font-size: 11px;
  }
}
@media (max-width: 479.98px) {
  .doctor-divison p {
    font-size: 10px;
    margin-bottom: 20px;
  }
}
.doctor-divison .doc-bok-btn {
  font-size: 14px;
  padding: 6px 12px;
  color: #ffffff;
  background-color: #1C71EF;
  border-radius: 30px;
  width: 100px;
  text-align: center;
}
@media (max-width: 479.98px) {
  .doctor-divison .doc-bok-btn {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.doctor-divison .doc-bok-btn:hover {
  color: #1C71EF;
  background: #ffffff;
}
.doctor-divison .pat-background {
  background: url("./media/doctor-right-bg-JAXDSH4S.jpg");
  background-position: center;
  min-height: 350px;
  background-size: cover;
  padding: 40px 30px;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .doctor-divison .pat-background {
    min-height: 250px;
  }
}
@media (max-width: 767.98px) {
  .doctor-divison .pat-background {
    padding: 20px 15px;
    min-height: 200px;
  }
}
.doctor-divison .pat-background.pat-background::before {
  content: "";
  background: rgba(28, 113, 239, 0.9);
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.doctor-divison .pat-background .doc-bok-btn {
  background-color: #1B5D92;
}
.doctor-divison .pat-background .doc-bok-btn:hover {
  color: #1C71EF;
  background: #ffffff;
}
.book-section {
  background: url("./media/special-banner-UX2THQLH.jpg");
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .book-section {
    padding: 40px 0;
  }
}
.book-section .book-best-doctors {
  margin-bottom: 30px;
}
.book-section .book-best-doctors .book-header img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
}
.book-section .book-best-doctors .book-header .img-overlay {
  background: #13a5e5;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.book-section .book-best-doctors .book-header .img-overlay i {
  font-size: 12px;
}
.book-section .book-best-doctors .doctors-body {
  background-color: #ffffff;
  padding: 0;
  box-shadow: 0px -6px 54px rgba(152, 152, 152, 0.25);
  border-radius: 0;
}
.book-section .book-best-doctors .doctors-body .inner-section {
  padding: 15px 15px 0;
}
.book-section .book-best-doctors .doctors-body .inner-section > span {
  color: #E74E84;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .book-section .book-best-doctors .doctors-body .inner-section > span {
    font-size: 12px;
  }
}
.book-section .book-best-doctors .doctors-body .rating {
  font-size: 12px;
}
.book-section .book-best-doctors .doctors-body .rating i {
  font-size: 10px;
  color: #dfdfdf;
  margin-bottom: 10px;
}
.book-section .book-best-doctors .doctors-body .rating i.filled {
  color: #FED35D;
}
.book-section .book-best-doctors .doctors-body .rating .average-ratings {
  background-color: #FED35D;
  font-size: 11px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .book-section .book-best-doctors .doctors-body .rating .average-ratings {
    font-size: 10px;
    margin: 0 0 0 7px;
    padding: 1px 8px;
  }
}
.book-section .book-best-doctors .doctors-body h4 {
  color: #22396B;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .book-section .book-best-doctors .doctors-body h4 {
    font-size: 18px;
  }
}
@media (max-width: 479.98px) {
  .book-section .book-best-doctors .doctors-body h4 {
    font-size: 16px;
  }
}
.book-section .book-best-doctors .doctors-body p {
  font-size: 12px;
  font-weight: 600;
}
.book-section .book-best-doctors .loc-details {
  background-color: #f6faff;
  margin: 15px 0 0;
  padding: 15px 10px 0;
}
.book-section .book-best-doctors .loc-details .d-flex {
  margin-bottom: 15px;
}
.book-section .book-best-doctors .loc-details img {
  color: #22396B;
  width: auto;
  margin-right: 10px;
}
@media (max-width: 479.98px) {
  .book-section .book-best-doctors .loc-details img {
    margin-right: 6px;
  }
}
.book-section .book-best-doctors .available-info {
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  clear: both;
  display: block;
  margin: 0;
  color: #757575;
}
@media (max-width: 479.98px) {
  .book-section .book-best-doctors .available-info {
    font-size: 11px;
  }
}
.book-section .book-best-doctors .data-info {
  font-weight: 400;
  font-size: 11px;
  color: #2264C5;
}
@media (max-width: 479.98px) {
  .book-section .book-best-doctors .data-info {
    font-size: 10px;
  }
}
.book-section .book-best-doctors .amt-txt {
  color: #1C5B91;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .book-section .book-best-doctors .amt-txt {
    font-size: 16px;
  }
}
@media (max-width: 479.98px) {
  .book-section .book-best-doctors .amt-txt {
    font-size: 14px;
  }
}
.book-section .book-best-doctors .book-btn {
  font-size: 14px;
  padding: 6px 12px;
  color: #ffffff;
  background-color: #1C71EF;
  border-radius: 30px;
  width: 100px;
  text-align: center;
  float: right;
  border: none;
}
@media (max-width: 479.98px) {
  .book-section .book-best-doctors .book-btn {
    font-size: 12px;
    padding: 5px 10px;
    width: 80px;
  }
}
.book-section .book-best-doctors .book-btn:hover {
  background-color: #1C5B91;
}
.average-ratings {
  background: #1C5B90;
  border-radius: 70px;
  color: #ffffff;
  margin: 0 0 0 10px;
  padding: 1px 15px;
}
.latest-blog {
  background-color: #f4fcff;
  padding: 60px 0 30px;
}
@media (max-width: 767.98px) {
  .latest-blog {
    padding: 40px 0 10px;
  }
}
.latest-blog .blog-wrap {
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}
.latest-blog .blog-wrap img {
  border-radius: 10px;
  width: 100%;
}
.latest-blog .blog-wrap .blog-wrap-body {
  padding: 20px 15px;
  background-color: #ffffff;
}
.latest-blog .blog-wrap .blog-wrap-body h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .latest-blog .blog-wrap .blog-wrap-body h3 {
    font-size: 18px;
  }
}
@media (max-width: 479.98px) {
  .latest-blog .blog-wrap .blog-wrap-body h3 {
    font-size: 16px;
  }
}
.latest-blog .blog-wrap .blog-wrap-body h3 a:hover {
  color: #1C5B91;
}
.latest-blog .blog-wrap .blog-wrap-body p {
  font-size: 14px;
  color: #737373;
}
@media (max-width: 479.98px) {
  .latest-blog .blog-wrap .blog-wrap-body p {
    font-size: 12px;
  }
}
.latest-blog .blog-wrap .blog-wrap-body .blog-footer {
  border-top: 1px solid #1b70ee;
  padding: 15px 0 0;
}
.latest-blog .blog-wrap .blog-wrap-body .blog-footer .read-txt {
  color: #1b70ee;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 479.98px) {
  .latest-blog .blog-wrap .blog-wrap-body .blog-footer .read-txt {
    font-size: 12px;
  }
}
.latest-blog .blog-wrap .blog-wrap-body .blog-footer .read-txt i {
  margin: 2px 6px;
  position: absolute;
  top: 3px;
}
.latest-blog .blog-wrap .blog-wrap-body .blog-footer .cal-txt {
  color: #1b70ee;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 479.98px) {
  .latest-blog .blog-wrap .blog-wrap-body .blog-footer .cal-txt {
    font-size: 12px;
  }
}
.latest-blog .blog-wrap .blog-wrap-body .blog-footer .cal-txt i {
  margin: 2px 6px;
}
.browse-section.brower-category {
  padding: 60px 0;
  background: url("./media/banner-02-QY3DRQ4O.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991.98px) {
  .browse-section.brower-category {
    padding: 40px 0 20px;
  }
}
.browse-section.brower-category .heading-wrapper h1 {
  color: #E5F6FD;
}
.browse-section.brower-category .brower-box {
  text-align: center;
  border-radius: 10px;
  border: 6px solid #ffffff;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.browse-section.brower-category .brower-box > div {
  background-color: #F2F7FF;
  border-radius: 20px 20px 0px 0px;
}
.browse-section.brower-category .brower-box > div .brower-img {
  background-color: #28DAF4;
  margin-bottom: 40px;
}
.browse-section.brower-category .brower-box > div h4 {
  color: #28DAF4;
}
.doctor-divison.provider-select .doc-background {
  background: url("./media/doctor-bg-JAXDSH4S.jpg");
  background-size: cover;
  padding: 60px 30px;
}
.doctor-divison.provider-select .doc-background::before {
  background: rgba(242, 247, 255, 0.94);
}
@media (max-width: 991.98px) {
  .doctor-divison.provider-select .doc-background {
    padding: 40px 30px;
  }
}
.doctor-divison.provider-select .doc-background h3 {
  color: #2357A6;
}
.doctor-divison.provider-select .doc-background p {
  color: #4B4B4B;
}
.doctor-divison.provider-select .pat-background {
  background: url("./media/doctor-right-bg-JAXDSH4S.jpg");
  background-size: cover;
  padding: 60px 30px;
}
.doctor-divison.provider-select .pat-background::before {
  background: rgba(40, 218, 244, 0.9);
}
@media (max-width: 991.98px) {
  .doctor-divison.provider-select .pat-background {
    padding: 40px 30px;
  }
}
.doctor-divison.provider-select .pat-background a {
  background-color: #0CE0FF;
}
.blogs-section.blog-container {
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .blogs-section.blog-container {
    padding: 40px 0 10px;
  }
}
.blogs-section.blog-container .blog-wrapper .date-cart {
  top: 50px;
  right: 25px;
}
.blogs-section.blog-container .blog-wrapper .wrap-content-body h3 a {
  color: #1860CA;
}
.blogs-section.blog-container .blog-wrapper .wrap-content-body .sp-title {
  color: #28DAF4;
  font-size: 14px;
}
.main-wrapper.home-ten {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-ten {
    font-size: 15px;
  }
}
.main-wrapper.home-ten a:hover {
  color: #26948e;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .faq-img {
    display: none;
  }
}
.main-wrapper.home-ten h3,
.main-wrapper.home-ten h4,
.main-wrapper.home-ten h5,
.main-wrapper.home-ten h6 {
  text-transform: capitalize;
}
.main-wrapper.home-ten .banner-section {
  background: url("./media/banner-05-6GI7TJQK.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-clip: padding-box;
  padding: 148px 0;
  overflow: visible;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-ten .banner-section {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .banner-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .banner-section {
    padding: 50px 0;
  }
}
.main-wrapper.home-ten .banner-section::after {
  display: none;
}
.main-wrapper.home-ten .banner-section .banner-content {
  padding-bottom: 24px;
}
.main-wrapper.home-ten .banner-section .beat-wrap {
  background: #ffffff;
  margin: 0 0 15px;
  padding: 5px;
  border-radius: 40px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-wrapper.home-ten .banner-section .beat-wrap span {
  width: 44px;
  height: 44px;
  background: #DBEFFE;
  border-radius: 50%;
  margin-right: 10px;
}
.main-wrapper.home-ten .banner-section h6 {
  font-size: 16px;
  margin-bottom: 0;
  color: #000000;
  font-weight: 600;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .banner-section h6 {
    font-size: 14px;
  }
}
.main-wrapper.home-ten .banner-section h1 {
  color: #ffffff;
  line-height: 70px;
  font-weight: 400;
  font-size: 60px;
}
@media (max-width: 1399.98px) {
  .main-wrapper.home-ten .banner-section h1 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .banner-section h1 {
    max-width: 100%;
    font-size: 34px;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .banner-section h1 {
    font-size: 28px;
  }
}
.main-wrapper.home-ten .banner-section h1 span {
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .banner-section h1 span {
    font-size: 34px;
  }
}
.main-wrapper.home-ten .banner-section p {
  color: #F9FAFB;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .banner-section p {
    max-width: 100%;
  }
}
.main-wrapper.home-ten .banner-section .btn {
  border-radius: 35px;
  padding: 14px 40px;
  min-width: 205px;
  border: 3px solid #ffffff;
  font-size: 20px;
}
@media (max-width: 568px) {
  .main-wrapper.home-ten .banner-section .btn {
    border-radius: 35px;
    padding: 5px 10px;
    min-width: auto;
    border: 1px solid #ffffff;
    font-size: 14px;
  }
}
.main-wrapper.home-ten .banner-section .btn.plan-btn {
  background-color: #ffffff;
  margin-right: 10px;
  color: #26948e;
  box-shadow: inset 0 0 0 0 #26948e;
}
.main-wrapper.home-ten .banner-section .btn.plan-btn:hover {
  box-shadow: inset 0 0 0 50px #26948e;
  color: #ffffff;
}
.main-wrapper.home-ten .banner-section .btn:hover {
  border-color: #ffffff;
}
.main-wrapper.home-ten .banner-section .banner-img {
  position: relative;
}
.main-wrapper.home-ten .banner-section .banner-img img:nth-child(2) {
  position: absolute;
  left: -228px;
  z-index: -1;
  top: 0;
  animation: beat 2.5s ease-in-out infinite;
}
@keyframes beat {
  from {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve {
  background: #ffffff;
  border-radius: 90px;
  margin: 0;
  padding: 15px;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve {
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve {
    flex-direction: column;
  }
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block {
  position: relative;
  margin-right: 39px;
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block {
    margin-right: 0;
  }
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block.search-input {
  position: relative;
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block.search-input .current-loc-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: 0px;
  color: #374151;
  font-size: 14px;
  line-height: 0;
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block.search-input .current-loc-icon i {
  position: unset;
  transform: unset;
  color: #374151;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block.search-input .current-loc-icon {
    margin-right: 0;
  }
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block.search-line::before {
  height: 25px;
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block:first-child {
  width: 45%;
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block:first-child .current-loc-icon {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block:first-child .current-loc-icon {
    margin-right: 0;
  }
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block:first-child .form-control {
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block:first-child .form-control {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block:first-child {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block:first-child {
    width: 100%;
    border-right: 0;
  }
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block:nth-child(2) {
  width: 45%;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block:last-child {
    width: 100%;
  }
  .main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block:last-child a {
    width: 100%;
  }
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block .form-control {
  border: 0;
  height: 44px;
  padding: 10px 0 10px;
  color: #374151;
  font-size: 16px;
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .input-block .form-control::placeholder {
  color: #374151;
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .search-btn-info {
  text-align: center;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .search-btn-info {
    text-align: center;
  }
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .search-btn-info a {
  background: #26948e;
  border: 1px solid #26948e;
  display: inline-block;
  box-shadow: inset 0 0 0 0 #ffffff;
  padding: 10px 15px;
  border-radius: 80px;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  transition: 0.5s all;
  min-width: 145px;
}
.main-wrapper.home-ten .banner-section .doctor-search .input-box-twelve .search-btn-info a:hover {
  background: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
  color: #26948e;
  transition: 0.5s all;
}
.main-wrapper.home-ten .banner-section .search-box-one.search-ten {
  border-radius: 35px;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
@media (max-width: 1399.98px) {
  .main-wrapper.home-ten .banner-section .search-box-one.search-ten {
    margin-top: -27px;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .banner-section .search-box-one.search-ten {
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .main-wrapper.home-ten .banner-section .search-box-one.search-ten {
    margin-top: 0px;
  }
}
.main-wrapper.home-ten .banner-section .search-box-one.search-ten .search-title {
  padding-bottom: 24px;
  display: flex;
  align-items: center;
}
.main-wrapper.home-ten .banner-section .search-box-one.search-ten .search-title h5 {
  font-weight: 700;
  margin-right: 10px;
}
.main-wrapper.home-ten .banner-section .search-box-one.search-ten .search-input-ten {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .banner-section .search-box-one.search-ten .search-input-ten {
    margin-bottom: 20px;
  }
}
.main-wrapper.home-ten .banner-section .search-box-one.search-ten .search-input-ten .forms-block {
  width: 100%;
}
.main-wrapper.home-ten .banner-section .search-box-one.search-ten .search-input-ten .forms-block .form-control {
  min-height: 40px;
}
.main-wrapper.home-ten .banner-section .search-box-one.search-ten .search-input-ten span {
  width: 40px;
  height: 40px;
  background: #F0FDFA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
  flex-shrink: 0;
}
.main-wrapper.home-ten .banner-section .search-box-one.search-ten .form-search-btn.search-btn-ten {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .banner-section .search-box-one.search-ten .form-search-btn.search-btn-ten {
    width: 100%;
  }
}
.main-wrapper.home-ten .banner-section .search-box-one.search-ten .form-search-btn.search-btn-ten .btn {
  min-width: 100%;
  padding: 10px 50px;
  font-size: 14px;
  border: 1px solid #26948e;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .banner-section .search-box-one.search-ten .form-search-btn.search-btn-ten .btn {
    min-width: auto;
    padding: 10px 0;
    font-size: 14px;
    width: 100%;
  }
}
.main-wrapper.home-ten .section-header-one {
  margin-bottom: 50px;
  text-align: center;
}
.main-wrapper.home-ten .section-header-one h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
.main-wrapper.home-ten .section-header-one h2 span {
  color: #26948e;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .section-header-one h2 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .section-header-one h2 {
    font-size: 24px;
  }
}
.main-wrapper.home-ten .section-header-one .section-title {
  display: inline-block;
  position: relative;
}
.main-wrapper.home-ten .section-header-one .section-title::before {
  display: none !important;
}
.main-wrapper.home-ten .section-header-one h5 {
  font-weight: 600;
  font-size: 18px;
  color: #26948e;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .section-header-one {
    margin-bottom: 30px;
  }
}
.main-wrapper.home-ten .btn {
  border-radius: 35px;
  font-weight: 600;
  font-size: 16px;
  padding: 11px 24px;
}
.main-wrapper.home-ten .btn-primary {
  background-color: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.main-wrapper.home-ten .btn-primary:focus,
.main-wrapper.home-ten .btn-primary:hover,
.main-wrapper.home-ten .btn-primary:active,
.main-wrapper.home-ten .btn-primary.active {
  color: #26948e;
  background-color: #ffffff;
  border-color: #26948e;
  box-shadow: inset 0 0 50px 0 #ffffff;
}
.main-wrapper.home-ten .btn-primary:focus .open > .dropdown-toggle.btn-primary,
.main-wrapper.home-ten .btn-primary:hover .open > .dropdown-toggle.btn-primary,
.main-wrapper.home-ten .btn-primary:active .open > .dropdown-toggle.btn-primary,
.main-wrapper.home-ten .btn-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: #26948e;
  border: 1px solid #26948e;
}
.main-wrapper.home-ten .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus,
.main-wrapper.home-ten .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus,
.main-wrapper.home-ten .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover,
.main-wrapper.home-ten .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus,
.main-wrapper.home-ten .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus,
.main-wrapper.home-ten .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover,
.main-wrapper.home-ten .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus,
.main-wrapper.home-ten .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus,
.main-wrapper.home-ten .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover,
.main-wrapper.home-ten .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus,
.main-wrapper.home-ten .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus,
.main-wrapper.home-ten .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover,
.main-wrapper.home-ten .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus,
.main-wrapper.home-ten .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus,
.main-wrapper.home-ten .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover,
.main-wrapper.home-ten .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus,
.main-wrapper.home-ten .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus,
.main-wrapper.home-ten .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: #26948e;
  border: 1px solid #26948e;
}
.main-wrapper.home-ten .btn-primary:active:focus,
.main-wrapper.home-ten .btn-primary:active:hover {
  background-color: #26948e;
  border: 1px solid #26948e;
}
.main-wrapper.home-ten .btn-primary .active:not(:disabled):not(.disabled),
.main-wrapper.home-ten .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #ffffff;
  border-color: #26948e;
  color: #26948e;
}
.main-wrapper.home-ten .btn-primary .active:focus:not(:disabled):not(.disabled),
.main-wrapper.home-ten .btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.main-wrapper.home-ten .btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #09dca4;
  border-color: #09dca4;
  color: #ffffff;
}
.main-wrapper.home-ten .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.main-wrapper.home-ten .btn-primary.disabled,
.main-wrapper.home-ten .btn-primary:disabled {
  background-color: #26948e;
  border-color: #26948e;
  color: #ffffff;
}
.main-wrapper.home-ten .btn-outline-primary {
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
}
.main-wrapper.home-ten .btn-outline-primary:focus,
.main-wrapper.home-ten .btn-outline-primary:hover,
.main-wrapper.home-ten .btn-outline-primary:active,
.main-wrapper.home-ten .btn-outline-primary.active {
  color: #ffffff;
  background-color: #26948e;
  border-color: #26948e;
  box-shadow: inset 0 0 50px 0 #26948e;
}
.main-wrapper.home-ten .btn-outline-primary:focus .open > .dropdown-toggle.btn-primary,
.main-wrapper.home-ten .btn-outline-primary:hover .open > .dropdown-toggle.btn-primary,
.main-wrapper.home-ten .btn-outline-primary:active .open > .dropdown-toggle.btn-primary,
.main-wrapper.home-ten .btn-outline-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: #26948e;
  border: 1px solid #26948e;
}
.main-wrapper.home-ten .btn-outline-primary.active.focus .open > .dropdown-toggle.btn-primary.focus,
.main-wrapper.home-ten .btn-outline-primary.active.focus .open > .dropdown-toggle.btn-primary:focus,
.main-wrapper.home-ten .btn-outline-primary.active.focus .open > .dropdown-toggle.btn-primary:hover,
.main-wrapper.home-ten .btn-outline-primary.active:focus .open > .dropdown-toggle.btn-primary.focus,
.main-wrapper.home-ten .btn-outline-primary.active:focus .open > .dropdown-toggle.btn-primary:focus,
.main-wrapper.home-ten .btn-outline-primary.active:focus .open > .dropdown-toggle.btn-primary:hover,
.main-wrapper.home-ten .btn-outline-primary.active:hover .open > .dropdown-toggle.btn-primary.focus,
.main-wrapper.home-ten .btn-outline-primary.active:hover .open > .dropdown-toggle.btn-primary:focus,
.main-wrapper.home-ten .btn-outline-primary.active:hover .open > .dropdown-toggle.btn-primary:hover,
.main-wrapper.home-ten .btn-outline-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus,
.main-wrapper.home-ten .btn-outline-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus,
.main-wrapper.home-ten .btn-outline-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover,
.main-wrapper.home-ten .btn-outline-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus,
.main-wrapper.home-ten .btn-outline-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus,
.main-wrapper.home-ten .btn-outline-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover,
.main-wrapper.home-ten .btn-outline-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus,
.main-wrapper.home-ten .btn-outline-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus,
.main-wrapper.home-ten .btn-outline-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: #26948e;
  border: 1px solid #26948e;
}
.main-wrapper.home-ten .btn-outline-primary:active:focus,
.main-wrapper.home-ten .btn-outline-primary:active:hover {
  background-color: #26948e;
  border: 1px solid #26948e;
}
.main-wrapper.home-ten .btn-outline-primary .active:not(:disabled):not(.disabled),
.main-wrapper.home-ten .btn-outline-primary:active:not(:disabled):not(.disabled) {
  background-color: #ffffff;
  border-color: #26948e;
  color: #26948e;
}
.main-wrapper.home-ten .btn-outline-primary .active:focus:not(:disabled):not(.disabled),
.main-wrapper.home-ten .btn-outline-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.main-wrapper.home-ten .btn-outline-primary .show > .btn-primary.dropdown-toggle {
  background-color: #09dca4;
  border-color: #09dca4;
  color: #ffffff;
}
.main-wrapper.home-ten .btn-outline-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.main-wrapper.home-ten .btn-outline-primary.disabled,
.main-wrapper.home-ten .btn-outline-primary:disabled {
  background-color: #26948e;
  border-color: #26948e;
  color: #ffffff;
}
.main-wrapper.home-ten .specialities-section-one {
  background: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .specialities-section-one {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .specialities-section-one {
    padding: 40px 0;
  }
}
.main-wrapper.home-ten .specialities-section-one .bg-shapes {
  z-index: -2;
}
.main-wrapper.home-ten .specialities-section-one .bg-shapes img {
  position: absolute;
}
.main-wrapper.home-ten .specialities-section-one .bg-shapes img:nth-child(1) {
  top: 0;
  right: 0;
}
.main-wrapper.home-ten .specialities-section-one .bg-shapes img:nth-child(2) {
  bottom: 30%;
  right: 0;
  z-index: -1;
}
.main-wrapper.home-ten .specialities-section-one .section-header-one h2 {
  color: #ffffff;
}
.main-wrapper.home-ten .specialities-section-one::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  background: #26948e;
  z-index: -1;
}
.main-wrapper.home-ten .specialities-section-one .floating-bg img {
  position: absolute;
  right: 10px;
  top: 50%;
  animation: beat 1.5s ease-in-out infinite;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .specialities-section-one .floating-bg img {
    display: none;
  }
}
.main-wrapper.home-ten .specialities-section-one .specialities-block {
  margin-bottom: 26px;
}
.main-wrapper.home-ten .specialities-section-one .specialities-block .specialities-item {
  background: #26948e;
  border: 1px solid #ffffff;
  border-radius: 10px;
  height: auto;
  margin: 56px 0 24px;
  padding: 0 24px 24px;
  cursor: pointer;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  display: block;
}
.main-wrapper.home-ten .specialities-section-one .specialities-block .specialities-item:hover {
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.main-wrapper.home-ten .specialities-section-one .specialities-block .specialities-item:hover .specialities-img .hexogen {
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.main-wrapper.home-ten .specialities-section-one .specialities-block .specialities-item:hover .specialities-img .hexogen img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.main-wrapper.home-ten .specialities-section-one .specialities-block .specialities-item p {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.main-wrapper.home-ten .specialities-section-one .specialities-block .specialities-img {
  margin: -56px 0 30px;
  padding: 0;
}
.main-wrapper.home-ten .specialities-section-one .specialities-block .specialities-img .hexogen {
  border: none;
  width: 87px;
  height: 100px;
  background-image: url("./media/hex-shape-NILR2MVG.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  margin: 0 auto;
}
.main-wrapper.home-ten .specialities-section-one .specialities-block .specialities-img .hexogen img {
  width: auto;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.main-wrapper.home-ten .specialities-wrap {
  background: #000C18;
  padding: 80px;
  border-radius: 10px;
  background-image: url("./media/choose-img-CNEVUJ7C.jpg");
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .specialities-wrap {
    background-image: none;
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .specialities-wrap {
    padding: 30px;
  }
}
.main-wrapper.home-ten .specialities-wrap .special-content h2 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .specialities-wrap .special-content h2 {
    font-size: 24px;
  }
}
.main-wrapper.home-ten .specialities-wrap .special-content h4 {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .specialities-wrap .special-content h4 {
    font-size: 18px;
  }
}
.main-wrapper.home-ten .specialities-wrap .special-content p {
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .specialities-wrap .special-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .specialities-wrap .special-content .special-btn a {
    margin-top: 10px;
  }
}
.main-wrapper.home-ten .specialities-wrap .special-content .special-btn a {
  margin-right: 10px;
}
.main-wrapper.home-ten .specialities-wrap .special-content .special-btn a:last-child {
  margin-right: 0;
}
.main-wrapper.home-ten .specialities-wrap .special-content .special-btn a.btn-primary {
  box-shadow: inset 0 0 0 0 #000C18;
}
.main-wrapper.home-ten .specialities-wrap .special-content .special-btn a.btn-primary:hover {
  border-color: #ffffff;
  background: #000C18;
  box-shadow: inset 0 0 50px 0 #000C18;
  color: #ffffff;
}
.main-wrapper.home-ten .service-wrap {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .service-wrap {
    margin-bottom: 30px;
  }
}
.main-wrapper.home-ten .service-wrap .service-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.main-wrapper.home-ten .service-wrap .service-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.main-wrapper.home-ten .service-wrap .service-img:hover::before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}
.main-wrapper.home-ten .service-wrap .service-img img {
  border-radius: 10px;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.main-wrapper.home-ten .service-wrap .service-img .service-cont {
  padding: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.main-wrapper.home-ten .service-wrap .service-img .service-cont h3 {
  color: #F3F4F6;
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.main-wrapper.home-ten .service-wrap .service-img .service-cont h3:hover {
  color: #26948e;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.main-wrapper.home-ten .service-wrap .service-img .service-cont p {
  color: #E5E7EB;
  margin-bottom: 0;
}
.main-wrapper.home-ten .service-wrap .service-img .service-cont::before {
  content: "";
  background:
    linear-gradient(
      355.05deg,
      #000000 47.74%,
      rgba(102, 102, 102, 0) 96.39%);
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-wrapper.home-ten .service-section {
  background: #F9FCFF;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .service-section {
    padding: 60px 0;
  }
}
.main-wrapper.home-ten .service-section .bg-shapes img {
  position: absolute;
  top: 30%;
  left: 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .service-section .bg-shapes {
    display: none;
  }
}
.main-wrapper.home-ten .service-section::after {
  content: "";
  background: url("./media/service-bg-2KNRBXEM.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .service-section {
    padding: 40px 0;
  }
}
.main-wrapper.home-ten .listing-card {
  background-color: #ffffff;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.03);
  border-radius: 35px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.main-wrapper.home-ten .listing-card .listing-img {
  position: relative;
  margin: 0 0 20px 0;
  overflow: hidden;
  border-radius: 20px;
}
.main-wrapper.home-ten .listing-card .listing-img img {
  position: relative;
  border-radius: 20px;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  width: 100%;
}
.main-wrapper.home-ten .listing-card .listing-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.main-wrapper.home-ten .listing-card .listing-img:hover::before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}
.main-wrapper.home-ten .listing-card .listing-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
.main-wrapper.home-ten .listing-card .listing-img .fav-item {
  position: absolute;
  top: 10px;
  right: 10px;
}
.main-wrapper.home-ten .listing-card .listing-img .fav-item .fav-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrapper.home-ten .listing-card .listing-img .fav-item .fav-icon i {
  color: #A29FC0;
}
.main-wrapper.home-ten .listing-card .listing-img .fav-item.selected .fav-icon {
  background-color: #26948e;
}
.main-wrapper.home-ten .listing-card .listing-img .fav-item.selected .fav-icon i {
  color: #ffffff;
}
.main-wrapper.home-ten .listing-card .listing-content .listing-details .listing-title h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-wrapper.home-ten .listing-card .listing-content .listing-details .listing-profile-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-ten .listing-card .listing-content .listing-details .listing-profile-details {
    align-items: start;
    flex-direction: column;
  }
}
.main-wrapper.home-ten .listing-card .listing-content .listing-details .listing-profile-details .listing-user {
  display: flex;
  align-items: center;
}
.main-wrapper.home-ten .listing-card .listing-content .listing-details .listing-profile-details .listing-user .listing-profile-img {
  height: 48px;
  width: 48px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.main-wrapper.home-ten .listing-card .listing-content .listing-details .listing-profile-details .listing-user .listing-user-details span {
  color: #9CA3AF;
  font-size: 14px;
}
.main-wrapper.home-ten .listing-card .listing-content .listing-details .listing-profile-details .listing-user .listing-user-details h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-ten .listing-card .listing-content .listing-details .listing-profile-details .listing-btn {
    width: 100%;
    margin-top: 15px;
  }
}
.main-wrapper.home-ten .listing-card .listing-content .listing-details .listing-profile-details .listing-btn .consult-btn {
  padding: 6px 30px 6px 30px;
  background-color: #26948e;
  font-weight: 500;
  font-size: 16px;
  border-radius: 35px;
  box-shadow: inset 0 0 0 0 #ffffff;
  transition: all 0.7s;
  color: #ffffff;
}
.main-wrapper.home-ten .listing-card .listing-content .listing-details .listing-profile-details .listing-btn .consult-btn:hover {
  box-shadow: inset 0 0 0 50px #ffffff;
  color: #26948e;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .listing-card .listing-content .listing-details .listing-profile-details .listing-btn .consult-btn {
    padding: 6px 12px 6px 12px;
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .main-wrapper.home-ten .listing-card .listing-content .listing-details .listing-profile-details .listing-btn .consult-btn {
    width: 100%;
  }
}
.main-wrapper.home-ten .need-to-know-section {
  padding: 80px 0 56px;
  position: relative;
}
.main-wrapper.home-ten .need-to-know-section .bg-shapes img {
  position: absolute;
  bottom: 34%;
  right: 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .need-to-know-section .bg-shapes {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .need-to-know-section {
    padding: 60px 0 36px;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .need-to-know-section {
    padding: 40px 0 16px;
  }
}
.main-wrapper.home-ten .need-to-know-section .section-header-one {
  text-align: left;
}
.main-wrapper.home-ten .need-to-know-section .section-header-one ul {
  padding: 30px 0;
}
.main-wrapper.home-ten .need-to-know-section .section-header-one ul li {
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-ten .need-to-know-section .section-header-one ul li {
    margin: 0 10px 10px 0;
  }
}
.main-wrapper.home-ten .need-to-know-section .section-header-one ul li:last-child {
  margin-right: 0;
}
.main-wrapper.home-ten .need-to-know-section .section-header-one ul li .tag-list {
  padding: 10px 20px;
  border-radius: 35px;
  background: #F8FAFC;
  font-weight: 600;
  color: #9CA3AF;
  text-transform: capitalize;
}
.main-wrapper.home-ten .need-to-know-section .section-header-one ul li .tag-list.active {
  background: #F1F5F9;
  color: #26948e;
}
.main-wrapper.home-ten .need-to-know-section .section-header-one .need-to-know-content h3 {
  margin-bottom: 34px;
  font-weight: 600;
}
.main-wrapper.home-ten .need-to-know-section .section-header-one .need-to-know-content p {
  line-height: 29px;
  margin-bottom: 30px;
}
.main-wrapper.home-ten .need-to-know-section .section-header-one .need-to-know-content .need-to-know-content-btn {
  border-radius: 35px;
  padding: 10px 30px;
  border: 2px solid #26948e;
  font-size: 14px;
  color: #26948e;
  box-shadow: inset 0 0 0 0 #26948e;
  transition: all 0.7s;
}
.main-wrapper.home-ten .need-to-know-section .section-header-one .need-to-know-content .need-to-know-content-btn:hover {
  box-shadow: inset 0 0 0 50px #26948e;
  color: #ffffff;
}
.main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-item {
  background: #ffffff;
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 0 0 15px;
  padding: 24px;
}
.main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-item:last-child {
  margin-bottom: 0;
}
.main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-item .accordion-body {
  margin-top: 15px;
  padding: 15px 0 0;
  border-top: 1px solid #E5E7EB;
}
.main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-header {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}
.main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-button {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  background: transparent;
  margin: 0;
  padding: 0 0 0 34px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  cursor: pointer;
}
.main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-button:not(.collapsed) {
  color: #26948e;
}
.main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-button:hover {
  border: 0;
}
.main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-button:after {
  content: "+";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  background: none;
  color: #ffffff;
  background: #000000;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 0;
  position: absolute;
  left: 0;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-button:after {
    position: absolute;
    left: 0;
  }
}
.main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: #ffffff;
  background: #26948e;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-button {
    font-size: 14px;
    padding-right: 30px;
    line-height: 24px;
  }
}
.main-wrapper.home-ten .need-to-know-section .accordion-condition .accordion-content p {
  color: #1F2937;
  margin-bottom: 0;
}
.main-wrapper.home-ten .need-to-know-section .accordion-condition .btn {
  margin-top: 35px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .need-to-know-section .accordion-condition .btn {
    margin-top: 15px;
  }
}
.main-wrapper.home-ten .need-to-know-section .gallery-box-block {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .need-to-know-section .gallery-box-block {
    display: none !important;
  }
}
.main-wrapper.home-ten .need-to-know-section .gallery-box-block .box-detail {
  position: relative;
}
.main-wrapper.home-ten .need-to-know-section .gallery-box-block .box-detail img {
  border-radius: 10px;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-ten .need-to-know-section .gallery-box-block .box-detail {
    width: 140px;
    height: auto;
  }
}
.main-wrapper.home-ten .need-to-know-section .gallery-box-block .box-detail:last-child {
  margin-left: 24px;
}
.main-wrapper.home-ten .need-to-know-section .gallery-box-block .box-detail .bg-shapes img {
  position: absolute;
  top: -54px;
  right: -16px;
  z-index: -1;
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow {
  padding: 0 0 56px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .need-to-know-section.steps-to-follow {
    padding: 0 0 36px;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .need-to-know-section.steps-to-follow {
    padding: 0 0 16px;
  }
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .bg-shapes img {
  position: absolute;
  bottom: 59px;
  right: 0;
  z-index: -1;
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .box-detail {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 24px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .box-detail .steps-list-box {
  position: relative;
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .box-detail .steps-list-box .steps-list-img {
  width: 140px;
  height: 60px;
  margin: 0 auto 10px;
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .box-detail .steps-list-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .box-detail .steps-list-box p {
  font-size: 14px;
  color: #374151;
  text-align: center;
  margin-bottom: 0;
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .box-detail .steps-list-box span {
  color: #26948e;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 12%);
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .gallery-box-left {
  padding-top: 30px;
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .gallery-box-left .box-detail {
  margin-left: 24px;
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-ten .need-to-know-section.steps-to-follow .gallery-box-left .box-detail {
    margin-left: 0;
  }
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .section-header-one .need-to-know-content {
  margin-top: 50px;
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .section-header-one .need-to-know-content .need-to-know-content-btn {
  border-radius: 35px;
  padding: 10px 30px;
  border: 3px solid #26948e;
  font-size: 18px;
  font-weight: 500;
  color: #26948e;
  box-shadow: inset 0 0 0 0 #26948e;
  transition: all 0.7s;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .need-to-know-section.steps-to-follow .section-header-one .need-to-know-content .need-to-know-content-btn {
    font-size: 16px;
  }
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .section-header-one .need-to-know-content .need-to-know-content-btn:hover {
  box-shadow: inset 0 0 0 50px #26948e;
  color: #ffffff;
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .section-header-one .need-to-know-content .need-to-know-content-btn.book-btn {
  background-color: #26948e;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.main-wrapper.home-ten .need-to-know-section.steps-to-follow .section-header-one .need-to-know-content .need-to-know-content-btn.book-btn:hover {
  box-shadow: inset 0 0 0 50px #ffffff;
  color: #26948e;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten {
  background-color: #F8FAFC;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-floating-bg {
  z-index: -2;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-floating-bg img {
  position: absolute;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-floating-bg img:nth-child(1) {
  top: 0;
  left: 0;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-floating-bg img:nth-child(2) {
  bottom: 0;
  right: 0;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-header-one {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-header-one {
    margin-bottom: 30px;
  }
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-header-one h2 {
  margin-bottom: 15px;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-header-one p {
  color: #374151;
  margin-bottom: 0;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-header-one .need-to-know-content p {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-header-one .need-to-know-content .patient-rating-block .patient-rating {
    margin-bottom: 20px;
  }
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-header-one .need-to-know-content .patient-rating-block .patient-rating .circle-rating {
  margin-bottom: 12px;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-header-one .need-to-know-content .patient-rating-block .patient-rating .circle-rating i {
  color: #FFCA42;
  margin-right: 5px;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-header-one .need-to-know-content .patient-rating-block .patient-rating .circle-rating i:last-child {
  margin-right: 0px;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-header-one .need-to-know-content .patient-rating-block .patient-rating .circle-rating span {
  margin-left: 10px;
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 600;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .section-header-one .need-to-know-content .patient-rating-block .patient-rating h5 {
  margin-bottom: 0;
  color: #1E293B;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .testimonial-card {
  color: #ffffff;
  background-color: #ffffff;
  padding: 24px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-bottom: 24px;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .testimonial-card .testimonial-user-details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 22px;
  padding-bottom: 22px;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .testimonial-card .testimonial-user-details .testimonial-user-img {
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 50%;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .testimonial-card .testimonial-user-details .testimonial-user-name h5 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .testimonial-card .testimonial-user-details .testimonial-user-name p {
  font-size: 12px;
  color: #374151;
  margin-bottom: 0;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .testimonial-card .testimonial-user-details .testimonial-user-name .circle-rating i {
  color: #FFCA42;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .testimonial-card .testimonial-user-details .rating {
  width: auto;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .testimonial-card .testimonial-user-details .rating i {
  font-size: 14px;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .testimonial-card .testimonial-user-details .rating i.filled {
  color: #EAAB08;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .testimonial-card .testmonial-user-coments h6 {
  color: #26948e;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.main-wrapper.home-ten .need-to-know-section.testimonial-section-ten .testimonial-card .testmonial-user-coments p {
  color: #374151;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.main-wrapper.home-ten .our-doctor-section {
  padding: 80px 0 56px;
  position: relative;
  background: #F8FAFC;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .our-doctor-section {
    padding: 60px 0 36px;
  }
}
.main-wrapper.home-ten .our-doctor-section .section-floating-bg {
  z-index: -2;
}
.main-wrapper.home-ten .our-doctor-section .section-floating-bg img {
  position: absolute;
}
.main-wrapper.home-ten .our-doctor-section .section-floating-bg img:nth-child(1) {
  top: 0;
  left: 0;
}
.main-wrapper.home-ten .our-doctor-section .section-floating-bg img:nth-child(2) {
  bottom: 0;
  right: 0;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap {
  background: #ffffff;
  border-radius: 10px;
  transition: all 0.5s;
  position: relative;
  margin-bottom: 24px;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap:hover {
  background-image:
    linear-gradient(
      to bottom,
      #8AF0FF,
      #fff);
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.08);
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card {
  background-color: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  margin-bottom: 0;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-img {
  position: relative;
  margin: 0 0 20px 0;
  overflow: hidden;
  border-radius: 10px;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-img img {
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  width: 100%;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-img:hover::before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-img .fav-item {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-img .fav-item .featured-rating {
  background: #FBBF24;
  border-radius: 6px;
  color: #ffffff;
  padding: 3px 5px;
  display: flex;
  align-items: center;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-img .fav-item .featured-rating span {
  font-size: 12px;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-img .fav-item .featured-rating i {
  font-size: 13px;
  margin-right: 5px;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-img .fav-item .fav-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-img .fav-item .fav-icon i {
  line-height: 0;
  color: #A29FC0;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-img .fav-item.selected .fav-icon i {
  color: #BE123C;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-title h3 {
  font-size: 20px;
  font-weight: 600;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-category {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-category .listing-category-tag {
  padding: 5px 10px;
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 500;
  border-radius: 70px;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-category .listing-category-tag:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.08);
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-category .listing-category-tag.tag-green {
  background: #CCFBF1;
  color: #14B8A6;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-category .listing-category-tag.tag-purple {
  background: #DDD6FE;
  color: #7C3AED;
  margin-left: 10px;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-category .listing-category-tag.tag-red {
  background: #FDF2F8;
  color: #EC4899;
  margin-right: 10px;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-profile-details {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  position: relative;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-profile-details .listing-floating-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399.98px) {
  .main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-profile-details .listing-floating-img {
    display: none;
  }
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-profile-details .listing-user {
  display: flex;
  align-items: center;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-profile-details .listing-user .listing-profile-img {
  height: 48px;
  width: 48px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-profile-details .listing-user .listing-user-details span {
  color: #374151;
  font-size: 14px;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-profile-details .listing-user .listing-user-details h6 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-profile-details .listing-user .listing-user-details h6 a {
  color: #374151;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-profile-details .listing-user .listing-user-details h6 {
    font-size: 16px;
  }
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-profile-details .listing-btn {
  margin-top: 15px;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-profile-details .listing-btn .consult-btn {
  padding: 9px 30px 9px 30px;
  background-color: #26948e;
  font-weight: 600;
  font-size: 16px;
  border-radius: 35px;
  box-shadow: inset 0 0 0 0 #ffffff;
  transition: all 0.7s;
  color: #ffffff;
}
.main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-profile-details .listing-btn .consult-btn:hover {
  box-shadow: inset 0 0 0 50px #ffffff;
  color: #26948e;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-ten .our-doctor-section .module-border-wrap .listing-card .listing-content .listing-details .listing-profile-details .listing-btn .consult-btn {
    font-size: 17px;
  }
}
.main-wrapper.home-ten .book-appointment-section {
  padding: 80px 0;
  position: relative;
}
.main-wrapper.home-ten .book-appointment-section .book-appointment-ten {
  padding: 50px;
  background: #26948e;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-ten .book-appointment-section .book-appointment-ten {
    padding: 20px;
  }
}
.main-wrapper.home-ten .book-appointment-section .book-appointment-ten .book-section-bg img {
  position: absolute;
}
.main-wrapper.home-ten .book-appointment-section .book-appointment-ten .book-section-bg img:nth-child(1) {
  left: 0;
  bottom: 0;
}
.main-wrapper.home-ten .book-appointment-section .book-appointment-ten .book-section-bg img:nth-child(2) {
  right: 0;
  bottom: 6%;
}
.main-wrapper.home-ten .book-appointment-section .book-appointment-ten .book-section-bg img:nth-child(3) {
  right: 160px;
  top: 100px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .book-appointment-section .book-appointment-ten .book-section-bg {
    display: none;
  }
}
.main-wrapper.home-ten .book-appointment-section .book-appointment-ten h2 {
  color: #ffffff;
  margin-bottom: 24px;
}
.main-wrapper.home-ten .book-appointment-section .book-appointment-ten p {
  max-width: 725px;
  margin: auto;
  margin-bottom: 50px;
  color: #ffffff;
}
.main-wrapper.home-ten .book-appointment-section .book-appointment-ten .appointment-btn-group {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 568px) {
  .main-wrapper.home-ten .book-appointment-section .book-appointment-ten .appointment-btn-group {
    flex-direction: column;
  }
}
.main-wrapper.home-ten .book-appointment-section .book-appointment-ten .appointment-btn-group a {
  padding: 14px 40px;
  border-radius: 35px;
  border: 2px solid #ffffff;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  transition: all 0.7s;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .book-appointment-section .book-appointment-ten .appointment-btn-group a {
    padding: 14px 20px;
    border: 1px solid #ffffff;
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .main-wrapper.home-ten .book-appointment-section .book-appointment-ten .appointment-btn-group a {
    padding: 10px 20px;
  }
}
.main-wrapper.home-ten .book-appointment-section .book-appointment-ten .appointment-btn-group a:hover {
  box-shadow: inset 0 0 0 50px #ffffff;
  color: #26948e;
}
.main-wrapper.home-ten .book-appointment-section .book-appointment-ten .appointment-btn-group a.appointment-blue-btn {
  background-color: #ffffff;
  color: #26948e;
  box-shadow: inset 0 0 0 0 #26948e;
  border: 2px solid #ffffff;
  margin-right: 10px;
}
.main-wrapper.home-ten .book-appointment-section .book-appointment-ten .appointment-btn-group a.appointment-blue-btn:hover {
  box-shadow: inset 0 0 0 50px #26948e;
  color: #ffffff;
}
@media (max-width: 568px) {
  .main-wrapper.home-ten .book-appointment-section .book-appointment-ten .appointment-btn-group a.appointment-blue-btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.main-wrapper.home-ten .partners-slider .owl-nav {
  display: none;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .section-blogs {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .section-blogs {
    padding: 40px 0;
  }
}
.main-wrapper.home-ten .section-blogs .view-all .btn {
  margin-top: 0;
}
.main-wrapper.home-ten .section-blogs .grid-blog {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  border: 0;
  margin: 0 0 30px;
  padding: 24px;
}
.main-wrapper.home-ten .section-blogs .grid-blog .blog-image {
  position: relative;
  border-radius: 20px;
}
.main-wrapper.home-ten .section-blogs .grid-blog .blog-image img {
  border-radius: 20px;
}
.main-wrapper.home-ten .section-blogs .grid-blog .blog-image .post-author {
  background: #ffffff;
  padding: 5px;
  border-radius: 500px;
  width: auto;
  position: absolute;
  top: 18px;
  left: 18px;
}
.main-wrapper.home-ten .section-blogs .grid-blog .blog-image .post-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 5px;
}
.main-wrapper.home-ten .section-blogs .grid-blog .blog-image .post-author span {
  font-weight: 600;
  font-size: 14px;
  color: #374151;
  margin-right: 10px;
}
.main-wrapper.home-ten .section-blogs .grid-blog .blog-content .blog-slug {
  font-size: 12px;
  font-weight: 500;
  background: #FEE2E2;
  color: #EF444E;
  border-radius: 6px;
  margin: 0 0 15px;
  padding: 5px 10px;
  display: inline-block;
}
.main-wrapper.home-ten .section-blogs .grid-blog .blog-content .blog-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-wrapper.home-ten .section-blogs .grid-blog .blog-content .blog-title a {
  color: #000000;
}
.main-wrapper.home-ten .section-blogs .grid-blog .blog-content .blog-title a:hover {
  color: #26948e;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .pricing-section.pricing-section-ten {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .pricing-section.pricing-section-ten {
    padding: 40px 0;
  }
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .section-header-one p {
  max-width: 636px;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .pricing-section.pricing-section-ten .section-header-one p {
    max-width: 100%;
  }
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .section-header-one .options-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 568px) {
  .main-wrapper.home-ten .pricing-section.pricing-section-ten .section-header-one .options-group {
    flex-direction: column;
  }
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .section-header-one .options-group span {
  color: #1F2937;
  font-weight: 500;
  font-size: 18px;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .section-header-one .options-group span .discount-plan {
  background: #FFC001;
  border-radius: 35px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .section-header-one .form-check {
  width: 30px;
  margin-bottom: 0;
  margin: 0 17px 0 17px;
}
@media (max-width: 568px) {
  .main-wrapper.home-ten .pricing-section.pricing-section-ten .section-header-one .form-check {
    margin: 15px 0 15px 0;
  }
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .section-header-one .form-check.form-switch {
  padding: 0;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .section-header-one .form-check.form-switch .form-check-input {
  transition: all 0.5s;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .section-header-one .form-check .form-check-input {
  float: right !important;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .section-header-one .form-check .form-check-input:focus {
  box-shadow: none !important;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 24px;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-btn {
  margin-bottom: 30px;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-btn .btn {
  color: #26948e;
  box-shadow: inset 0 0 0 0 #26948e;
  padding: 12px 12px;
  background: #ffffff;
  border-radius: 35px;
  transition: all 0.5s;
  border: 2px solid #26948e;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-btn .btn:hover {
  box-shadow: inset 0 0 0 50px #26948e;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-header .pricing-title {
  width: 100%;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-header .pricing-title h4 {
  font-weight: 700;
  color: #000000;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-header .pricing-title span.badge {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  background: #FFC001;
  color: #ffffff;
  border-radius: 7px;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-info .pricing-amount h2 {
  color: #26948e;
  margin-bottom: 0;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-info .pricing-amount span {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-info .pricing-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E8F0;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-info .pricing-list ul li {
  margin-bottom: 15px;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-info .pricing-list ul li::before {
  content: "\f21e";
  color: #26948e;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-info .pricing-list ul li:last-child {
  margin-bottom: 0;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-info .pricing-list.pricing-list-two {
  border-bottom: none;
  padding: 30px 0 0 0;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-info .pricing-list.pricing-list-two ul li span.badge {
  background: #FEE2E2;
  color: #EF444E;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 6px;
  border-radius: 999px;
  margin-left: 10px;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card .pricing-info .pricing-list.pricing-list-two ul li::before {
  content: "+";
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active {
  background: #26948e;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active .card-body .pricing-header .pricing-header-info {
  position: relative;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active .card-body .pricing-header .pricing-header-info .pricing-tag img {
  position: absolute;
  right: 0;
  top: 0;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active .card-body .pricing-header .pricing-header-info .pricing-title h4 {
  color: #ffffff;
  font-weight: 700;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active .card-body .pricing-info .pricing-amount h2 {
  color: #ffffff;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active .card-body .pricing-info .pricing-amount span {
  color: #ffffff;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active .card-body .pricing-info .pricing-btn {
  margin-bottom: 30px;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active .card-body .pricing-info .pricing-btn .btn {
  color: #26948e;
  box-shadow: inset 0 0 0 0px #26948e;
  border-radius: 35px;
  transition: all 0.5s;
  border: 2px solid #ffffff;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active .card-body .pricing-info .pricing-btn .btn:hover {
  box-shadow: inset 0 0 0 50px #26948e;
  color: #ffffff;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active .card-body .pricing-info .pricing-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #F1F5F9;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active .card-body .pricing-info .pricing-list ul li {
  font-weight: 500;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active .card-body .pricing-info .pricing-list ul li::before {
  content: "\f21e";
  color: #ffffff;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active .card-body .pricing-info .pricing-list.pricing-list-two {
  border-bottom: none;
  padding: 30px 0 0 0;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card.pricing-card-active .card-body .pricing-info .pricing-list.pricing-list-two ul li::before {
  content: "+";
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card:hover {
  background: #26948e;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card:hover .pricing-amount h2 {
  color: #ffffff;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card:hover .pricing-amount span {
  color: #ffffff;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card:hover .pricing-title h4 {
  color: #ffffff;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card:hover .pricing-list {
  border-bottom: 1px solid #F1F5F9;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card:hover .pricing-list ul li::before {
  color: #ffffff;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card:hover .pricing-list.pricing-list-two {
  border-bottom: none;
  padding: 30px 0 0 0;
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .pricing-card:hover .pricing-list.pricing-list-two ul li::before {
  content: "+";
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .partners-info {
  padding-top: 56px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .pricing-section.pricing-section-ten .partners-info {
    padding-top: 36px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .pricing-section.pricing-section-ten .partners-info {
    padding-top: 16px;
  }
}
.main-wrapper.home-ten .pricing-section.pricing-section-ten .partners-info .section-header-one {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .pricing-section.pricing-section-ten .partners-info .section-header-one {
    max-width: 100%;
  }
}
.main-wrapper.home-ten .faq-user {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  padding: 15px;
  background: #ffffff;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: absolute;
  bottom: 40%;
  left: 0;
}
.main-wrapper.home-ten .faq-user .user-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 50px;
  flex-shrink: 0;
}
.main-wrapper.home-ten .faq-user .user-info span {
  flex-shrink: 0;
  margin-right: 10px;
}
.main-wrapper.home-ten .faq-user .user-info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.main-wrapper.home-ten .faq-user .user-info h6 {
  font-size: 18px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 5px;
}
.main-wrapper.home-ten .faq-user .user-info p {
  font-size: 12px;
  color: #374151;
  margin-bottom: 0;
}
.main-wrapper.home-ten .faq-section {
  position: relative;
}
.main-wrapper.home-ten .faq-section .floating-bg img {
  position: absolute;
  right: 10px;
  top: 50%;
  animation: beat 1.5s ease-in-out infinite;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .faq-section .floating-bg {
    display: none;
  }
}
.main-wrapper.home-ten .faq-section.faq-section-ten {
  padding: 80px 0 0;
  background: #F8FAFC;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .faq-section.faq-section-ten {
    padding: 60px 0 0;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .faq-section.faq-section-ten {
    padding: 40px 0 0;
  }
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info {
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .faq-section.faq-section-ten .faq-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-ten .faq-section.faq-section-ten .faq-info {
    padding-bottom: 40px;
  }
}
.main-wrapper.home-ten .faq-section.faq-section-ten .section-floating-bg {
  z-index: -2;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .section-floating-bg img {
  position: absolute;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .section-floating-bg img:nth-child(1) {
  top: 0;
  left: 0;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .section-floating-bg img:nth-child(2) {
  bottom: 0;
  right: 0;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-img {
  margin-right: 100px;
  position: relative;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-img .bg-shapes img {
  position: absolute;
  top: 40%;
  right: 30px;
  z-index: -1;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .section-header-one {
  text-align: start;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-item {
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 24px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-item {
    padding: 10px;
  }
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-item .accordion-content {
  padding-left: 8px;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-item:last-child {
  margin-bottom: 0;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-button {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-button::after {
  display: none;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-button::before {
  content: "+";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  background: none;
  color: #000000;
  background: #ffffff;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #E2E8F0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-button {
    font-size: 16px;
  }
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-button:not(.collapsed)::after {
  display: none;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-button:not(.collapsed) {
  color: #26948e;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-button:not(.collapsed)::before {
  content: "\f068";
  background: #ffffff;
  color: #26948e;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-button .accordion-item {
  border-radius: 35px;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-body {
  margin: 0 0 0 40px;
  padding: 24px 0 0 15px;
  border-left: 1px solid #E2E8F0;
  border-top: 0;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-body ul {
  margin-top: 24px;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-body ul li {
  position: relative;
  padding-left: 10px;
}
.main-wrapper.home-ten .faq-section.faq-section-ten .faq-info .accordion-body ul li::before {
  content: "";
  background: #374151;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.nav-center .owl-nav button.owl-next,
.nav-center .owl-nav button.owl-prev {
  width: 46px;
  height: 46px;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  text-shadow: none;
  top: 0;
  cursor: pointer;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.nav-center .owl-nav button.owl-next:hover,
.nav-center .owl-nav button.owl-prev:hover {
  background: #26948e;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .nav-center .owl-nav button.owl-next,
  .nav-center .owl-nav button.owl-prev {
    width: 36px;
    height: 36px;
  }
}
.nav-center .owl-nav button.owl-next {
  right: -20px;
}
@media (max-width: 991.98px) {
  .nav-center .owl-nav button.owl-next {
    right: -5px;
  }
}
.nav-center .owl-nav button.owl-prev {
  left: -20px;
}
@media (max-width: 991.98px) {
  .nav-center .owl-nav button.owl-prev {
    left: -5px;
  }
}
@media (max-width: 568px) {
  .content-btn-block {
    flex-wrap: wrap;
  }
  .content-btn-block .need-to-know-content-btn {
    margin-bottom: 10px !important;
    width: 100%;
    text-align: center;
    margin-right: 0 !important;
  }
  .footer.footer-one.footer-ten .footer-bottom .copyright {
    flex-direction: column;
  }
  .need-to-know-content .patient-rating {
    margin-bottom: 15px;
  }
}
.section-blogs.cardio-blogs {
  background: #ffffff;
}
.body-eleven {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1199.98px) {
  .body-eleven {
    font-size: 15px;
  }
}
.doctor-search-section.doctor-search-eleven {
  background:
    linear-gradient(
      90deg,
      #7ed957 0%,
      #235B90 100%);
  padding: 115px 0 80px;
  background-position: bottom center;
}
.doctor-search-section.doctor-search-eleven .banner-header p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}
.doctor-search-section.doctor-search-eleven .banner-header p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 27px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .doctor-search-section.doctor-search-eleven .banner-header p {
    font-size: 14px;
  }
}
.doctor-search-section.doctor-search-eleven .banner-header h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 25px;
}
@media (max-width: 1399.98px) {
  .doctor-search-section.doctor-search-eleven .banner-header h1 {
    font-size: 48px;
  }
}
@media (max-width: 991.98px) {
  .doctor-search-section.doctor-search-eleven .banner-header h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .doctor-search-section.doctor-search-eleven .banner-header h1 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .doctor-search-section.doctor-search-eleven .banner-header {
    margin: 0 0 60px;
  }
}
@media (max-width: 767.98px) {
  .doctor-search-section.doctor-search-eleven .banner-header {
    margin: 0 0 40px;
  }
}
.doctor-search-section.doctor-search-eleven .search-box-fourteen {
  background: #ffffff;
  box-shadow: -8px 6px 100px 0px rgba(36, 58, 101, 0.1019607843);
  border-radius: 10px;
  margin: 0 0 40px;
  padding: 24px 24px 20px 24px;
  gap: 10px;
}
.doctor-search-section.doctor-search-eleven .search-box-fourteen .form-block {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .doctor-search-section.doctor-search-eleven .search-box-fourteen .form-block {
    flex-direction: column;
  }
}
.doctor-search-section.doctor-search-eleven .search-box-fourteen .form-block .search-input {
  margin: 0 15px 0 0;
}
@media (max-width: 767.98px) {
  .doctor-search-section.doctor-search-eleven .search-box-fourteen .form-block .search-input {
    width: 100%;
  }
}
.doctor-search-section.doctor-search-eleven .search-box-fourteen .form-block .search-input input {
  min-height: 40px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  min-height: 25px;
  height: 25px;
}
.doctor-search-section.doctor-search-eleven .search-box-fourteen .form-block .search-input input::placeholder {
  color: #1F2937;
  font-weight: 600;
}
.doctor-search-section.doctor-search-eleven .search-box-fourteen .form-block .search-input .forms-block {
  margin-bottom: 0;
}
.doctor-search-section.doctor-search-eleven .search-box-fourteen .form-block .search-input label {
  color: #374151;
}
.doctor-search-section.doctor-search-eleven .search-box-fourteen .search-btn {
  width: auto;
  margin: 0;
}
@media (max-width: 767.98px) {
  .doctor-search-section.doctor-search-eleven .search-box-fourteen .search-btn {
    width: 100%;
    margin: 0 0 0 0;
  }
}
.doctor-search-section.doctor-search-eleven .search-box-fourteen .search-btn .btn-primary {
  background: #26948e;
  border: 1px solid #26948e;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  padding: 14px 15px;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .doctor-search-section.doctor-search-eleven .search-box-fourteen .search-btn .btn-primary {
    width: 100%;
  }
}
.doctor-search-section.doctor-search-eleven .search-box-fourteen .search-btn .btn-primary:hover {
  background: #1C5B91;
  box-shadow: inset 0 0 0 50px #1C5B91;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #1C5B91;
}
.doctor-search-section.doctor-search-eleven .banner-users h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
}
.doctor-search-section.doctor-search-eleven .banner-users h6 img {
  margin: 0 10px 0 0;
}
@media (max-width: 767.98px) {
  .doctor-search-section.doctor-search-eleven .banner-users h6 {
    font-size: 14px;
  }
}
.doctor-search-section.doctor-search-eleven .banner-users ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.doctor-search-section.doctor-search-eleven .banner-users ul li {
  display: inline-block;
  margin: 0 0 0 -23px;
}
.doctor-search-section.doctor-search-eleven .banner-users ul li:first-child {
  margin: 0;
}
.doctor-search-section.doctor-search-eleven .banner-users ul li img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border: 4px solid #ffffff;
}
@media (max-width: 767.98px) {
  .doctor-search-section.doctor-search-eleven .banner-users ul li img {
    width: 50px;
    height: 50px;
  }
}
.doctor-search-section.doctor-search-eleven .banner-users ul li img:hover {
  position: relative;
}
@media (max-width: 767.98px) {
  .doctor-search-section.doctor-search-eleven .ban-bg .bg-01,
  .doctor-search-section.doctor-search-eleven .ban-bg .bg-02 {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .doctor-search-section.doctor-search-eleven {
    padding: 115px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .doctor-search-section.doctor-search-eleven {
    padding: 115px 0 40px;
  }
}
.doctor-search-section.doctor-search-eleven .dr-eye-home-img {
  position: relative;
  bottom: -70px;
}
@media (max-width: 767.98px) {
  .ban-bg {
    display: none;
  }
}
.ban-bg img {
  position: absolute;
}
.ban-bg img.bg-01 {
  left: 0;
  top: 0;
  animation: bouncing alternate infinite 2s;
  z-index: -1;
}
.ban-bg img.bg-02 {
  right: 0;
  top: 0;
  animation: bounce alternate infinite 2s;
  z-index: -1;
}
.ban-bg img.bg-03 {
  right: 10%;
  bottom: 0;
  animation: bounceup alternate infinite 2s;
}
@media (max-width: 767.98px) {
  .ban-bg img.bg-03 {
    width: 150px;
  }
}
.ban-bg img.bg-04 {
  bottom: 17%;
  left: 2%;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .ban-bg img.bg-04 {
    left: 1%;
  }
}
.ban-bg img.bg-05 {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}
@keyframes bouncing {
  to {
    transform: translateX(5px);
  }
}
@keyframes bounce {
  to {
    transform: translateX(-5px);
  }
}
@keyframes bounceup {
  to {
    transform: translateY(-10px);
  }
}
.btn-light-blue {
  background: #0CE0FF;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 24px;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-light-blue:hover {
  background: #ffffff;
  color: #1C5B91;
  box-shadow: inset 0 60px 0 0 #ffffff;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
@media (max-width: 767.98px) {
  .btn-light-blue {
    font-size: 15px;
    padding: 10px 20px;
  }
}
.sec-heading-eye {
  margin: 0 0 50px;
}
.sec-heading-eye img {
  margin: 0 0 15px;
}
.sec-heading-eye h2 {
  font-size: 34px;
  font-weight: 600;
  color: #1B5A90;
  margin: 0 0 15px;
}
.sec-heading-eye h2 span {
  color: #1F2937;
}
@media (max-width: 991.98px) {
  .sec-heading-eye h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .sec-heading-eye h2 {
    font-size: 26px;
  }
}
.sec-heading-eye p {
  font-size: 16px;
  color: #6B7280;
}
@media (max-width: 991.98px) {
  .sec-heading-eye p {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .sec-heading-eye {
    margin-bottom: 30px;
  }
}
.special-section {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .special-section {
    padding: 40px 0;
  }
}
.special-item {
  margin: 0 0 50px;
}
.special-item .special-icon {
  text-align: center;
  margin: 0 auto 15px;
  height: 45px;
}
.special-item .special-icon a {
  width: 110px;
  height: 110px;
  background-color: #1B5A90;
  border-radius: 100% 0px;
  transform: rotate(45deg);
  text-align: center;
  margin: -70px 0 auto;
}
.special-item .special-icon a i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  color: #ffffff;
}
.special-item h6 {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  text-align: center;
  color: #1F2937;
}
.special-item h6 a {
  color: #1F2937;
}
.special-item h6 a:hover {
  color: #1B5A90;
}
.owl-them .owl-nav .owl-prev,
.owl-them .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: #ffffff !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  position: absolute;
  top: 20%;
  z-index: 1;
}
.owl-them .owl-nav .owl-prev:hover,
.owl-them .owl-nav .owl-next:hover {
  background: #1C5B91 !important;
  color: #ffffff;
}
.owl-them .owl-nav .owl-prev {
  left: -20px;
}
@media (max-width: 991.98px) {
  .owl-them .owl-nav .owl-prev {
    left: -10px;
  }
}
.owl-them .owl-nav .owl-next {
  right: -20px;
}
@media (max-width: 991.98px) {
  .owl-them .owl-nav .owl-next {
    right: -10px;
  }
}
.owl-them .owl-dots {
  text-align: center;
}
.owl-them .owl-dots .owl-dot {
  margin: 0 5px 0 0;
}
.owl-them .owl-dots .owl-dot.active span {
  background: #1B5A90;
}
.owl-them .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  line-height: 12px;
  margin: 0;
  background: #D1D5DB;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.center-section {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 991.98px) {
  .center-section {
    padding: 0 0 40px;
  }
}
@media (max-width: 767.98px) {
  .center-section {
    padding: 0 0 16px;
  }
}
.center-img {
  position: relative;
  margin: 0 20px 0 0;
}
.center-img .center-service {
  position: absolute;
  right: 0;
  bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  padding: 15px;
  text-align: left;
}
.center-img .center-service span {
  width: 40px;
  height: 40px;
  background: #1B5A90;
  color: #ffffff;
  border-radius: 100px;
  margin: 0 15px 0 0;
  flex-shrink: 0;
}
.center-img .center-service h6 {
  font-size: 16px;
  font-weight: 500;
  color: #1F2937;
  margin: 0 0 5px;
}
.center-img .center-service p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .center-img .center-service {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  .center-img .center-service {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .center-img {
    text-align: center;
    margin: 0 0 24px 0;
  }
}
.center-info .sec-heading-eye {
  margin: 0 0 15px;
}
.center-info p {
  margin: 0 0 15px;
}
.center-info p:last-child {
  margin: 0 0 15px;
}
.care-box {
  text-align: center;
}
.care-box span {
  width: 110px;
  height: 110px;
  background-color: #1E5D8A;
  border-radius: 80% 0px;
  transform: rotate(45deg);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.care-box span img {
  transform: rotate(-45deg);
}
.care-box h6 {
  font-size: 16px;
  font-weight: 500;
  color: #1F2937;
  margin: 0 0 15px;
}
.care-box a {
  font-size: 14px;
  font-weight: 500;
  color: #1B5A90;
}
.care-box a:hover {
  color: #26948e;
}
.care-box a i {
  margin: 0 0 0 5px;
  font-size: 12px;
}
@media (max-width: 991.98px) {
  .care-box {
    margin-bottom: 24px;
  }
}
.counter-section {
  background:
    linear-gradient(
      90deg,
      #1B5A90 0%,
      #13A0CA 66.9%,
      #0CE0FF 106.51%);
  padding: 80px 0 56px;
  position: relative;
}
@media (max-width: 991.98px) {
  .counter-section {
    padding: 40px 0 16px;
  }
}
.bg-06 {
  left: 0;
  bottom: 0;
}
.bg-07 {
  right: 0;
  bottom: 0;
}
.count-box {
  margin: 0 0 24px;
}
.count-box .count-icon {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 100px;
  margin: 0 26px 0 0;
  flex-shrink: 0;
}
.count-box h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 15px;
}
@media (max-width: 991.98px) {
  .count-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .count-box h3 {
    font-size: 24px;
  }
}
.count-box p {
  color: #ffffff;
  margin: 0;
}
.eyeclinics-section {
  padding: 80px 0 56px;
  position: relative;
}
@media (max-width: 991.98px) {
  .eyeclinics-section {
    padding: 50px 0 26px;
  }
}
@media (max-width: 767.98px) {
  .eyeclinics-section {
    padding: 40px 0 16px;
  }
}
.bg-08 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.our-doctors-card.eye-doc {
  margin: 0 0 24px;
  padding: 24px;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.0784313725);
  border-radius: 10px;
}
.our-doctors-card.eye-doc .doctors-header {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
.our-doctors-card.eye-doc .doctors-header img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  border-radius: 10px;
}
.our-doctors-card.eye-doc .doctors-header:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.our-doctors-card.eye-doc .doctors-header .rating-top-img {
  background: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 7px 10px;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 25px;
  line-height: normal;
}
.our-doctors-card.eye-doc .doctors-header .rating-top-img i {
  color: #FFC001;
  margin-right: 5px;
}
.our-doctors-card.eye-doc .doctors-body h4 {
  font-weight: 600;
  margin: 0 0 5px;
}
.our-doctors-card.eye-doc .doctors-body h4 a {
  color: #1F2937;
}
.our-doctors-card.eye-doc .doctors-body h4 a:hover {
  color: #1B5A90;
}
.our-doctors-card.eye-doc .doctors-body p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #374151;
  margin-bottom: 0;
}
.our-doctors-card.eye-doc .doctors-body h6 {
  font-size: 14px;
  margin: 0 0 15px;
}
.our-doctors-card.eye-doc .doctors-body .next-arrow a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #26948e;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .our-doctors-card.eye-doc .doctors-body .next-arrow a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .our-doctors-card.eye-doc .doctors-body .next-arrow a {
    width: 35px;
    height: 35px;
  }
}
.our-doctors-card.eye-doc .doctors-body .next-arrow a:hover {
  background: #0369A1;
}
@media (max-width: 991.98px) {
  .our-doctors-card.eye-doc {
    margin: 0 0 30px;
  }
}
.facilities-section {
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .facilities-section {
    padding: 40px 0 16px;
  }
}
.facility-box {
  margin: 0 0 24px;
  position: relative;
  transition: 0.5s all;
}
.facility-box .facility-img {
  border-radius: 10px;
}
.facility-box .facility-img img {
  width: 100%;
  border-radius: 10px;
}
.facility-box .consult-btn {
  background: #26948e;
  border-color: #26948e;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s all;
}
.facility-box .consult-btn:hover {
  background: #0C4F8A;
  border-color: #0C4F8A;
}
.facility-box:hover .consult-btn {
  top: 50%;
  opacity: 1;
  transition: 0.5s all;
}
.our-blog-section.eye-blog {
  background:
    linear-gradient(
      88.66deg,
      #D6EEFF 1.08%,
      #F9FDFF 26.56%,
      #ffffff 76.5%,
      #E6FCFF 98.92%);
}
.our-blog-section.eye-blog .our-blogs {
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 0 0 50px;
}
.our-blog-section.eye-blog .our-blogs .blogs-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.our-blog-section.eye-blog .our-blogs .blogs-img .blog-inner-img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  border-radius: 10px 10px 0 0;
}
.our-blog-section.eye-blog .our-blogs .blogs-img:hover .blog-inner-img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.our-blog-section.eye-blog .our-blogs .blogs-img .blogs-overlay {
  padding: 0;
  background: transparent;
  left: 20px;
  right: unset;
  top: 20px;
  bottom: unset;
}
.our-blog-section.eye-blog .our-blogs .blogs-img .blogs-overlay .blog-name img {
  height: 40px;
  width: 40px !important;
  margin-right: 5px;
}
.our-blog-section.eye-blog .our-blogs .blogs-img .blogs-overlay .blog-name div {
  width: 60%;
}
.our-blog-section.eye-blog .our-blogs .blogs-img .blogs-overlay .blog-name div a {
  margin: 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: normal;
}
.our-blog-section.eye-blog .our-blogs .blogs-img .blogs-overlay .blog-name div a:hover {
  color: #26948e;
}
.our-blog-section.eye-blog .our-blogs .blogs-img .blogs-overlay .blog-name div a a {
  color: #1F2937;
}
.our-blog-section.eye-blog .our-blogs .blogs-img .blogs-overlay .blog-name div p {
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}
.our-blog-section.eye-blog .our-blogs .blogs-img .blogs-overlay .blog-cat {
  background: #1B5A90;
  font-weight: 500;
  font-size: 13px;
  padding: 4px 10px;
  color: #ffffff;
  border-radius: 15px;
}
.our-blog-section.eye-blog .our-blogs .blogs-info {
  border: 0;
  text-align: center;
}
.our-blog-section.eye-blog .our-blogs .blogs-info h4 {
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-blog-section.eye-blog .our-blogs .blogs-info h4 a {
  color: #1F2937;
}
.our-blog-section.eye-blog .our-blogs .blogs-info h4 a:hover {
  color: #1B5A90;
}
.our-blog-section.eye-blog .our-blogs .blogs-info p {
  font-size: 16px;
  color: #6B7280;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-blog-section.eye-blog .our-blogs .blogs-info .blogs-btn {
  font-weight: 500;
  font-size: 14px;
  color: #1B5A90;
}
.our-blog-section.eye-blog .our-blogs .blogs-info .blogs-btn i {
  margin: 0 0 0 5px;
}
.our-blog-section.eye-blog .our-blogs .blogs-info .blogs-btn:hover {
  color: #26948e;
}
.appointment-section {
  background-color: #1B5A90;
  position: relative;
  z-index: 1;
  padding-top: 325px;
}
@media (max-width: 767.98px) {
  .appointment-section {
    padding-top: 0;
  }
}
.appointment-section::before {
  position: absolute;
  top: -1px;
  left: 0;
  background: url("./media/app-bg-L6HZKTQZ.jpg") no-repeat center top;
  content: "";
  width: 100%;
  height: 100%;
  top: -1px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .appointment-section::before {
    background: none;
  }
}
.appointment-form {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .appointment-form {
    padding: 40px 0;
  }
}
.vector-right-bg {
  top: -140px;
  right: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .vector-right-bg {
    display: none;
  }
}
.vector-left-bg {
  top: -140px;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .vector-left-bg {
    display: none;
  }
}
.appointment-form .doctor-search-form .forms-block {
  margin: 0 0 15px;
}
.appointment-form .doctor-search-form .forms-block .form-custom input,
.appointment-form .doctor-search-form .forms-block .form-custom select {
  background: #2369A6;
  box-shadow: none;
  color: #ffffff;
  border-radius: 0;
  min-height: 50px;
  padding-right: 44px;
}
.appointment-form .doctor-search-form .forms-block .form-custom input::placeholder,
.appointment-form .doctor-search-form .forms-block .form-custom select::placeholder {
  color: #ffffff;
}
.appointment-form .doctor-search-form .forms-block .form-custom .select2-container .select2-selection--single {
  height: 50px;
  background-color: #2369A6;
  border-color: #2369A6;
}
.appointment-form .doctor-search-form .forms-block .form-custom .select2-container .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.appointment-form .doctor-search-form .forms-block .form-custom .select2-container .select2-selection--single .select2-selection__rendered .select2-results__option--highlighted[aria-selected] {
  background-color: #2369A6;
}
.appointment-form .doctor-search-form .forms-block .form-custom .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff;
}
.appointment-form .doctor-search-form .forms-block .form-custom .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff;
}
.appointment-form .doctor-search-form .forms-block .form-custom i {
  color: #ffffff;
}
.app-btn {
  border-radius: 100px;
  margin: 35px 0 0;
  padding: 11px 26px;
}
.faq-eye-section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .faq-eye-section {
    padding: 40px 0;
  }
}
.faq-wrap ul {
  display: block;
  margin: 0;
  padding: 0;
}
.faq-wrap ul li {
  list-style: none;
}
.faq-wrap ul li a {
  background: #F0F4F6;
  margin: 0 0 15px;
  padding: 15px;
  color: #1F2937;
}
.faq-wrap ul li a span {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 100px;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  color: #1F2937;
}
.faq-wrap ul li a.active {
  background: #1B5A90;
  color: #ffffff;
}
.faq-content img {
  margin: 0 0 29px;
}
.faq-content p {
  margin: 0 0 15px;
}
.faq-content p:last-child {
  margin: 0;
}
.eye-testimonial-section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .eye-testimonial-section {
    padding: 40px 0;
  }
}
.eye-testimonial-section .sec-bg-img img {
  position: absolute;
  left: 50px;
  top: 200px;
  z-index: -1;
}
.testi-img {
  position: relative;
  margin: 43px 0 15px;
}
.testi-img img {
  padding: 0 43px 0 0;
}
.testi-img .testi-icon {
  width: 86px;
  height: 86px;
  background: #0CE0FF;
  border-radius: 100px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: -43px;
  right: 0;
}
.testi-users {
  margin: 0 43px 0 0;
}
.testi-users ul {
  margin: 0;
  padding: 0;
}
.testi-users ul li {
  display: inline-block;
  margin: 0 0 0 -23px;
}
.testi-users ul li:first-child {
  margin: 0;
}
.testi-users ul li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border: 2px solid #ffffff;
}
@media (max-width: 767.98px) {
  .testi-users ul li img {
    width: 50px;
    height: 50px;
  }
}
.testi-users ul li:hover {
  position: relative;
}
.testimonial-wrap {
  position: relative;
}
.testimonial-wrap h4 {
  margin: 0 0 30px;
  font-weight: 600;
}
.testimonial-wrap p {
  margin: 0 0 30px;
}
.testimonial-wrap .testimonial-user h6 {
  font-size: 16px;
  font-weight: 600;
  color: #0369A1;
  margin: 0 0 5px;
}
.testimonial-wrap .testimonial-user p {
  font-size: 14px;
  margin: 0;
}
.testimonial-wrap::before {
  content: "";
  background: url("./media/test-line-H2J52C2M.svg") no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 14px;
}
.eye-testislider .testimonial-wrap .testimonial-user h6 {
  color: #0369A1;
}
.eye-testislider .testimonial-wrap::before {
  display: none;
}
.slide-11 button {
  background: transparent;
  border: 0;
  padding: 0;
}
.slide-11 button.owl-next {
  margin: 0 0 0 10px;
}
.store-section {
  padding: 80px 0;
  position: relative;
  background: #F0F4F6;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .store-section {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .store-section {
    padding: 40px 0;
  }
}
.store-section .sec-bg-img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.store-tab {
  margin: 0 0 35px;
}
@media (max-width: 568px) {
  .store-tab {
    flex-direction: column;
  }
}
.store-tab li {
  display: inline-block;
  margin: 0 0 15px 15px;
}
.store-tab li:first-child {
  margin-left: 0;
}
@media (max-width: 568px) {
  .store-tab li {
    margin-left: 0;
  }
}
.store-tab li a {
  padding: 10px 15px;
  background: #ffffff;
  border-radius: 100px;
  color: #1F2937;
  display: inline-block;
}
.store-tab li a.active,
.store-tab li a:hover {
  background: #1B5A90;
  color: #ffffff;
}
@media (max-width: 568px) {
  .store-tab li a {
    width: 100%;
    text-align: center;
  }
}
.store-item {
  margin: 0 0 50px;
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
}
.store-item .store-img {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
  transition: 0.5s all;
}
.store-item .store-img img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.store-item .store-img .glass-cat {
  background: #0CE0FF;
  color: #ffffff;
  font-size: 14px;
  border-radius: 15px;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.store-item .store-img::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s all;
  opacity: 0;
}
.store-item .store-img:hover img {
  transform: scale(1.1) rotate(0);
  -webkit-transform: scale(1.1) rotate(0);
  -ms-transform: scale(1.1) rotate(0);
}
.store-item .store-img:hover::after {
  opacity: 1;
  transition: 0.5s all;
}
.store-item .store-img:hover .overlay-top-items {
  top: 50%;
  opacity: 1;
  transition: 0.5s all;
}
.store-item .store-img .overlay-top-items {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: 0.5s all;
}
.store-item .store-img .overlay-top-items a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 10px;
}
.store-item .store-img .overlay-top-items a:last-child {
  margin-right: 0;
}
.store-item .store-img .overlay-top-items a:hover {
  background: #26948e;
  color: #ffffff;
}
.store-item .store-img .overlay-top-items a.fav-icon.selected {
  background: #26948e;
  color: #ffffff;
}
.store-item .store-img .store-cat {
  background: #FFC001;
  color: #ffffff;
  border-radius: 0 15px 15px 0;
  font-size: 12px;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.store-item .store-content .store-cat {
  background: #1B5A90;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  margin: 0 0 5px;
  padding: 1px 5px;
}
.store-item .store-content h4 {
  font-weight: 600;
  margin: 0 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.store-item .store-content h4 a {
  color: #1F2937;
}
.store-item .store-content h4 a:hover {
  color: #1B5A90;
}
.store-item .store-content p {
  margin: 0 0 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.store-item .store-content .price-tag .cart-add {
  background: #26948e;
  color: #ffffff;
  border-radius: 15px;
  padding: 5px 10px;
  line-height: normal;
  display: inline-flex;
  font-size: 14px;
  transition: 0.5s all;
}
.store-item .store-content .price-tag .cart-add:hover {
  background: #0284C7;
}
.store-item .store-content .price-tag h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.store-item .store-content .price-tag .color-selection {
  margin: 0;
  padding: 0;
}
.store-item .store-content .price-tag .color-selection li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.store-item .store-content .price-tag .color-selection li span i {
  font-size: 16px;
  outline: 1px solid #D9D9D9;
  outline-offset: 3px;
  border-radius: 50%;
}
.store-item .store-content .price-tag .color-selection li span.black-glass {
  color: #131218;
}
.store-item .store-content .price-tag .color-selection li span.blue-glass {
  color: #4F46E5;
}
.store-item .store-content .price-tag .color-selection li span.gold-glass {
  color: #FED78A;
}
.store-item .store-content .price-tag .color-selection li span.grey-glass {
  color: #666666;
}
.store-item .store-content .price-tag .color-selection li span.sand-glass {
  color: #FECACA;
}
.store-item .store-content .price-tag .color-selection li span.green-glass {
  color: #13C2C2;
}
.store-item .store-content .price-tag .color-selection li:last-child {
  margin-right: 0;
}
.store-item:hover .cart-add {
  opacity: 1;
  bottom: 0;
  transition: 0.5s all;
}
.offer-section {
  padding-top: 124px;
}
@media (max-width: 991.98px) {
  .offer-section {
    padding-top: 73px;
  }
}
.offer-wrap {
  background:
    radial-gradient(
      50% 50% at 50% 50%,
      #328CD9 0%,
      #1B5A90 100%);
  margin: 0;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .offer-wrap {
    margin: 0 0 60px 0;
    padding: 20px 24px !important;
  }
}
.offer-wrap.flat-offer {
  background:
    radial-gradient(
      50% 50% at 50% 50%,
      #97F0FF 0%,
      #0CBCDA 100%);
}
@media (max-width: 991.98px) {
  .offer-wrap.flat-offer {
    margin-bottom: 0;
  }
}
.offer-wrap.flat-offer .btn {
  background: #1C5C92;
}
.offer-wrap.flat-offer .btn:hover {
  color: #1C5C92;
}
.offer-wrap .off-img {
  margin: -45px 0 24px;
}
@media (max-width: 767.98px) {
  .offer-wrap .off-img {
    text-align: center;
  }
}
.offer-wrap .off-info {
  position: relative;
  text-align: center;
  max-width: 210px;
  margin: auto;
}
.offer-wrap .off-info h6 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 5px;
}
.offer-wrap .off-info p {
  margin: 0 0 5px;
  padding: 0 17px;
  position: relative;
  color: #ffffff;
  display: inline-block;
}
.offer-wrap .off-info p::before {
  content: "";
  background: #ffffff;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.offer-wrap .off-info p::after {
  content: "";
  background: #ffffff;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.offer-wrap .off-info h5 {
  color: #ffffff;
  margin: 0 0 15px;
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  .offer-wrap .off-info h5 {
    font-size: 18px;
  }
}
.offer-wrap .off-info .btn {
  font-size: 16px;
  padding: 3px 42px;
  border-radius: 100px;
}
.offer-wrap .off-info::before,
.offer-wrap .off-info::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 85%;
  border: 1px solid;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.offer-wrap .off-info::before {
  bottom: 0;
  left: 0;
  top: 8px;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-color: transparent;
}
.offer-wrap .off-info::after {
  bottom: 0;
  right: 0;
  top: 8px;
  border-top-color: #ffffff;
  border-left-color: transparent;
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
}
.offer-wrap .eye-card-bg .bg-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.offer-wrap .eye-card-bg .bg-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .testi-users {
    padding-bottom: 10px;
  }
}
.main-wrapper.home-twelve {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve {
    font-size: 15px;
  }
}
.main-wrapper.home-twelve a:hover {
  color: #0369A1;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve {
  background: url("./media/veterinary-home-bg-OGRR3NZN.png");
  background-size: cover;
  background-position: center;
  background-color: #0284C7;
  padding: 125px 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve {
    padding: 100px 0 50px 0;
  }
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve {
    padding: 60px 0 50px 0;
  }
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-section-twelve-bg img {
  position: absolute;
  z-index: -1;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-section-twelve-bg img:nth-child(1) {
  left: 0;
  bottom: 0;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-section-twelve-bg img:nth-child(2) {
  right: 0;
  top: 0px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-section-twelve-bg img:nth-child(2) {
    display: none;
  }
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-img.banner-img-twelve {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-img.banner-img-twelve img:nth-child(2) {
  animation: movers 1s ease infinite alternate;
  animation-delay: 1s;
  margin-left: 15px;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-img.banner-img-twelve .banner-banner-img-twelve-bg img {
  position: absolute;
  z-index: -1;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-img.banner-img-twelve .banner-banner-img-twelve-bg img:nth-child(1) {
  bottom: 9%;
  right: 46%;
  animation: gelatine 2s infinite;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-img.banner-img-twelve .banner-banner-img-twelve-bg img:nth-child(2) {
  left: 0;
  animation: grow 2s ease infinite alternate;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-img.banner-img-twelve .banner-banner-img-twelve-bg img:nth-child(3) {
  right: 48%;
  top: -92px;
  animation: movers 2s infinite alternate;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-img.banner-img-twelve .banner-banner-img-twelve-bg img:nth-child(4) {
  bottom: 22%;
  right: 30%;
  animation: movers 2s infinite alternate;
}
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-img.banner-img-twelve {
    display: none;
  }
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-content-fourteen {
  margin: 0;
  padding: 0;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-content-fourteen h1 {
  color: #ffffff;
  max-width: 460px;
  margin: 0 0 20px 0;
  font-size: 62px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-content-fourteen h1 {
    margin: 0 auto 20px;
    font-size: 46px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-content-fourteen h1 {
    font-size: 36px;
  }
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-content-fourteen p {
  color: #ffffff;
  font-weight: normal;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-content-fourteen .banner-btns-fourteen a {
  font-size: 15px;
  color: #ffffff;
  min-width: 150px;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-content-fourteen .banner-btns-fourteen a.btn-primary {
  background: transparent;
  color: #26948e;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-content-fourteen .banner-btns-fourteen a.btn-primary:hover {
  background: #26948e;
  color: #ffffff;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-content-fourteen .banner-btns-fourteen a.btn-primary:nth-child(1) {
  background: #0284C7;
  color: #ffffff;
  border-radius: 6px;
  border-color: #0284C7;
  margin-right: 20px;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-content-fourteen .banner-btns-fourteen a.btn-primary:nth-child(1):hover {
  background: transparent;
  color: #26948e !important;
  border: 1px solid #26948e;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-content-fourteen .banner-btns-fourteen a.btn-primary:nth-child(2) {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 6px;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .banner-content-fourteen .banner-btns-fourteen a.btn-primary:nth-child(2):hover {
  color: #ffffff;
  border-color: #26948e;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .badge-info-bottom {
  background: #0284C7;
  border-radius: 70px;
  display: flex;
  align-items: center;
  padding: 10px;
  max-width: 340px;
  position: absolute;
  bottom: -30px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .badge-info-bottom {
    max-width: 290px;
  }
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .badge-info-bottom h6 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .badge-info-bottom span {
  background: #FFC001;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .badge-info-bottom span {
    width: 45px;
    height: 45px;
  }
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .search-box-fourteen {
  padding: 20px;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .search-box-fourteen .form-block {
  align-items: center;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .search-box-fourteen .form-block .search-input label {
  position: relative;
  padding-left: 20px;
  color: #374151;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .search-box-fourteen .form-block .search-input label::after {
  position: absolute;
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  color: #374151;
  font-weight: 900;
  left: 0px;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .search-box-fourteen .form-block .search-input label.location-icon::after {
  position: absolute;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  color: #374151;
  font-weight: 900;
  left: 0px;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .search-box-fourteen .form-block .search-input .form-control::placeholder {
  font-weight: 600;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .search-box-fourteen .form-block .search-btn {
  margin: 0;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .search-box-fourteen .form-block .search-btn {
    width: 100%;
  }
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .search-box-fourteen .form-block .search-btn .btn.btn-primary {
  padding: 14px 16px;
  background: #0284C7;
  border-color: #0284C7;
}
.main-wrapper.home-twelve .banner-section-fourteen.banner-section-twelve .search-box-fourteen .form-block .search-btn .btn.btn-primary:hover {
  background: #09e5ab;
  border-color: #09e5ab;
}
.main-wrapper.home-twelve .section-header-fourteen {
  text-align: center;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .section-header-fourteen {
    text-align: center !important;
  }
}
.main-wrapper.home-twelve .section-header-fourteen .service-inner-fourteen {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .section-header-fourteen .service-inner-fourteen {
    justify-content: center !important;
  }
}
.main-wrapper.home-twelve .section-header-fourteen .service-inner-fourteen .service-inner-fourteen-one {
  background: #26948e;
  content: "";
  width: 50px;
  height: 3px;
}
.main-wrapper.home-twelve .section-header-fourteen .service-inner-fourteen .service-inner-fourteen-two h3 {
  color: #26948e;
  font-size: 14px;
  margin: 0 0;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 400;
  background: #E3F2F9;
  z-index: 99;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve .section-header-fourteen .service-inner-fourteen .service-inner-fourteen-two h3 {
    font-size: 14px;
  }
}
.main-wrapper.home-twelve .section-header-fourteen .service-inner-fourteen .service-inner-fourteen-three {
  background: #26948e;
  content: "";
  width: 50px;
  height: 3px;
}
.main-wrapper.home-twelve .section-header-fourteen h2 {
  color: #1F2937;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  margin: 0 0 10px 0;
}
.main-wrapper.home-twelve .section-header-fourteen h2:after {
  content: "";
  background-image: url("./media/veterinary-pg-sec-icon-1-OCT26YH5.png");
  width: 32px;
  height: 35px;
  position: absolute;
  right: -20px;
  top: -20px;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve .section-header-fourteen h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .section-header-fourteen h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve .section-header-fourteen h2 {
    margin: 0 0 10px 0;
    font-size: 26px;
  }
}
.main-wrapper.home-twelve .section-header-fourteen p {
  color: #6B7280;
  font-size: 16px;
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto 50px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .section-header-fourteen p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve .section-header-fourteen p {
    margin-bottom: 30px;
  }
}
.main-wrapper.home-twelve .services-section-fourteen {
  background:
    linear-gradient(
      90deg,
      rgba(2, 132, 199, 0.04) 16.05%,
      rgba(255, 175, 20, 0.04) 100%);
  position: relative;
  padding-bottom: 56px;
  z-index: 1;
}
.main-wrapper.home-twelve .services-section-fourteen::after {
  content: "";
  background-image: url("./media/sec-bg-line-3KJDFLTE.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve .services-section-fourteen {
    padding-bottom: 26px;
  }
}
.main-wrapper.home-twelve .services-section-fourteen .floating-bg img {
  position: absolute;
}
.main-wrapper.home-twelve .services-section-fourteen .floating-bg img:nth-child(1) {
  right: 50px;
  top: 25%;
}
.main-wrapper.home-twelve .services-section-fourteen .floating-bg img:nth-child(2) {
  left: 10%;
  top: 50px;
}
.main-wrapper.home-twelve .services-section-fourteen .our-services-list {
  border-radius: 10px;
  padding: 24px;
  background: #ffffff;
  transition: all 0.5s;
  margin-bottom: 24px;
  position: relative;
}
.main-wrapper.home-twelve .services-section-fourteen .our-services-list .service-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(
      90deg,
      #0284C7 16.05%,
      #FFAF14 100%);
  border-radius: 130px 0px 130px 130px;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .services-section-fourteen .our-services-list .service-icon {
    width: 120px;
    height: 120px;
  }
}
.main-wrapper.home-twelve .services-section-fourteen .our-services-list h4 {
  margin: 0;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .services-section-fourteen .our-services-list h4 {
    padding: 15px 0;
  }
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve .services-section-fourteen .our-services-list h4 {
    font-size: 18px;
  }
}
.main-wrapper.home-twelve .services-section-fourteen .our-services-list p {
  color: #6B7280;
  font-size: 14px;
  margin: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.main-wrapper.home-twelve .services-section-fourteen .our-services-list .more-btn {
  color: #0284C7;
  font-weight: 600;
  position: relative;
  transition: 0.5s all;
  margin-top: 24px;
}
.main-wrapper.home-twelve .services-section-fourteen .our-services-list .more-btn:hover {
  color: #374151;
}
.main-wrapper.home-twelve .services-section-fourteen .our-services-list .service-icon img {
  transition: 0.5s all;
}
.main-wrapper.home-twelve .services-section-fourteen .our-services-list:hover {
  transition: 0.5s all;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
}
.main-wrapper.home-twelve .services-section-fourteen .our-services-list:hover .service-icon img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transition: 0.5s all;
}
.main-wrapper.home-twelve .services-section-fourteen .our-services-list:hover .more-btn {
  bottom: 0;
  transition: 0.5s all;
  opacity: 1;
  height: auto;
  display: inline-flex !important;
}
.main-wrapper.home-twelve .services-section-fourteen .marquee-title {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  margin: 56px 0 60px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .services-section-fourteen .marquee-title {
    margin: 20px 0 40px;
  }
}
.main-wrapper.home-twelve .services-section-fourteen .marquee-title h3 {
  animation: marquee 15s linear infinite;
  background:
    linear-gradient(
      90deg,
      #0284C7 16.05%,
      #FFAF14 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .services-section-fourteen .marquee-title h3 {
    font-size: 30px;
  }
}
.main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info {
  padding-left: 100px;
}
@media (max-width: 1399.98px) {
  .main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info {
    padding-left: 50px;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info {
    padding-left: 0;
  }
}
.main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info .section-header-fourteen {
  text-align: left;
}
.main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info .section-header-fourteen p {
  margin-bottom: 24px;
}
.main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info .pets-service-list {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 24px;
}
.main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info .pets-service-list li {
  display: flex;
  align-items: center;
  padding: 24px;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info .pets-service-list li {
    flex-direction: column;
  }
}
.main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info .pets-service-list li h3 {
  font-size: 48px;
  font-weight: 700;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info .pets-service-list li h3 {
    margin: 0 0 20px 0;
  }
}
.main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info .pets-service-list li h3.text-blue {
  color: #0284C7;
}
.main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info .pets-service-list li h3.text-yellow {
  color: #EAAB08;
}
.main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info .pets-service-list li + li {
  border-top: 1px solid #E5E7EB;
}
.main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info .pets-service-list li p {
  margin-bottom: 0;
  color: #374151;
}
.main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info .learn-more-btn {
  background: #0284C7;
  border-color: #0284C7;
  padding: 10px 15px;
}
.main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .quality-service-info .learn-more-btn:hover {
  color: #ffffff;
  background: #0369A1;
  border-color: #0369A1;
}
.main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .img-col img {
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .services-section-fourteen .best-quality-sec .img-col {
    text-align: center;
    margin-bottom: 20px;
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.main-wrapper.home-twelve .finent-veterinary-sec {
  background-image: url("./media/veterinary-care-bg-I74EOVZ4.png");
  background-size: cover;
  background-position: center;
  background-color: #0284C7;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .finent-veterinary-sec {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .finent-veterinary-sec {
    padding: 40px 0;
  }
}
.main-wrapper.home-twelve .finent-veterinary-sec .floating-bg img {
  position: absolute;
  z-index: -1;
}
.main-wrapper.home-twelve .finent-veterinary-sec .floating-bg img:first-child {
  left: 10%;
  top: 20%;
}
.main-wrapper.home-twelve .finent-veterinary-sec .floating-bg img:nth-child(2) {
  right: 20%;
  top: 0;
}
.main-wrapper.home-twelve .finent-veterinary-sec .floating-bg img:last-child {
  left: 15%;
  bottom: 100px;
}
.main-wrapper.home-twelve .finent-veterinary-sec .section-header-fourteen {
  text-align: left;
}
.main-wrapper.home-twelve .finent-veterinary-sec .section-header-fourteen h2 {
  color: #ffffff;
}
.main-wrapper.home-twelve .finent-veterinary-sec .section-header-fourteen p {
  color: #ffffff;
}
.main-wrapper.home-twelve .finent-veterinary-sec .care-list li {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.main-wrapper.home-twelve .finent-veterinary-sec .care-list li::after {
  content: "";
  width: 1px;
  height: 100%;
  border: 1px dashed #ffffff;
  position: absolute;
  left: 25px;
  top: 60px;
  z-index: -1;
}
.main-wrapper.home-twelve .finent-veterinary-sec .care-list li:last-child::after {
  display: none;
}
.main-wrapper.home-twelve .finent-veterinary-sec .care-list li span {
  width: 50px;
  height: 50px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
  color: #0284C7;
  position: relative;
}
.main-wrapper.home-twelve .finent-veterinary-sec .care-list li span.active {
  background: #EAAB08;
  color: #ffffff;
}
.main-wrapper.home-twelve .finent-veterinary-sec .care-list li .care-list-info h5 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}
.main-wrapper.home-twelve .finent-veterinary-sec .care-list li .care-list-info p {
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #ffffff;
}
.main-wrapper.home-twelve .finent-veterinary-sec .care-list li + li {
  margin-top: 40px;
}
.main-wrapper.home-twelve .finent-veterinary-sec .sec-col-img {
  margin-left: 100px;
  position: relative;
  bottom: -100px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .finent-veterinary-sec .sec-col-img {
    display: none;
  }
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve::after {
  content: "";
  background-image: url("./media/sec-bg-line-3KJDFLTE.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .floating-bg img {
  position: absolute;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .floating-bg img:nth-child(1) {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .floating-bg img:nth-child(2) {
  right: 0;
  top: 0;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all {
  background: #F0F9FF;
  border-color: #F0F9FF;
  border-radius: 10px;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main {
  padding: 15px;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt {
  text-align: center;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-img {
  position: relative;
  margin: 0 0 20px 0;
  overflow: hidden;
  border-radius: 10px;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-img img {
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  width: 100%;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-img:hover img {
  transform: scale(1.2);
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  min-width: 180px;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content img {
  width: 35px;
  height: 35px;
  border-radius: 50px;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content span {
  font-size: 14px;
  color: #26948e;
  font-weight: 600;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content.content-pricing {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  transform: none;
  min-width: 65px;
  border-radius: 8px;
  background: #ffffff;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content.content-pricing span {
  color: #1F2937;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .doc-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .doc-info .blog-inner-right-fourt-care {
  display: block;
  color: #1F2937;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin: 0 0 10px 0;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .doc-info .blog-inner-right-fourt-care span {
  display: block;
  font-size: 16px;
  color: #374151;
  font-weight: normal;
  margin-top: 5px;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .doc-info .blog-inner-right-fourt-care a:hover {
  color: #26948e;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .doc-info .card-cal-icon a {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #EAAB08;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
  transition: 0.5s all;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .doc-info .card-cal-icon a:hover {
  background: #0284C7;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list {
  margin: 0 0 20px 0;
  justify-content: center;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list li {
  color: #6B7280;
  font-size: 14px;
  margin: 0 0px 0 0;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list li i {
  color: #D1D5DB;
  margin-right: 6px;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list-two {
  margin: 0 0 10px 0;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list-two li {
  background: #DBEFFE;
  color: #26948e;
  margin: 0 10px 10px 0;
  padding: 10px 15px;
  border-radius: 8px;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list-two li:last-child {
  margin: 0 0 10px 0;
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .btn-primary {
  background: #26948e;
  color: #ffffff;
  border: 1px solid #26948e;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .btn-primary {
    width: 100%;
  }
}
.main-wrapper.home-twelve .blog-section-fourteen.our-doctor-twelve .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .btn-primary:hover {
  background: #ffffff;
  color: #26948e;
}
.main-wrapper.home-twelve .blog-section-fourteen .various-logo-slider {
  margin-top: 56px;
}
.main-wrapper.home-twelve .blog-section-fourteen .various-logo-slider .plugin-logo-img span {
  border: 2px solid #E2E8F0;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}
.main-wrapper.home-twelve .blog-section-fourteen .various-logo-slider .plugin-logo-img span img {
  width: auto;
}
.main-wrapper.home-twelve .clients-section-fourteen {
  position: relative;
  z-index: 1;
  background: #0284C7;
  padding: 80px 0;
}
.main-wrapper.home-twelve .clients-section-fourteen .badge-title .badge-bg-warning {
  background: #EAAB08;
  font-size: 16px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.main-wrapper.home-twelve .clients-section-fourteen .badge-title .badge-bg-warning i {
  font-size: 6px;
}
.main-wrapper.home-twelve .clients-section-fourteen .floating-bg img {
  position: absolute;
}
.main-wrapper.home-twelve .clients-section-fourteen .floating-bg img:nth-child(1) {
  left: 100px;
  top: 200px;
  z-index: -1;
}
.main-wrapper.home-twelve .clients-section-fourteen .floating-bg img:nth-child(2) {
  left: 100px;
  bottom: 100px;
  z-index: -1;
}
.main-wrapper.home-twelve .clients-section-fourteen .floating-bg img:nth-child(3) {
  right: 50px;
  bottom: 100px;
  z-index: -1;
}
.main-wrapper.home-twelve .clients-section-fourteen .floating-bg img:nth-child(4) {
  right: 50px;
  top: 0;
  z-index: -1;
}
.main-wrapper.home-twelve .clients-section-fourteen .testi-title-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .testi-title-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .testi-title-head {
    margin-bottom: 30px;
  }
}
.main-wrapper.home-twelve .clients-section-fourteen .testi-title-head h2 {
  max-width: 420px;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .testi-title-head h2 {
    font-size: 30px;
  }
}
.main-wrapper.home-twelve .clients-section-fourteen .testi-title-head p {
  max-width: 400px;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
}
.main-wrapper.home-twelve .clients-section-fourteen .testi-title-head .rate-star {
  background: #22C550;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  position: relative;
}
.main-wrapper.home-twelve .clients-section-fourteen .testi-title-head .rate-star .review-thumb img {
  position: absolute;
  right: 20px;
  bottom: -35px;
}
.main-wrapper.home-twelve .clients-section-fourteen .testi-title-head .rate-star h5 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 5px;
}
.main-wrapper.home-twelve .clients-section-fourteen .testi-title-head .rate-star > div {
  display: flex;
  align-items: center;
}
.main-wrapper.home-twelve .clients-section-fourteen .testi-title-head .rate-star > div span {
  color: #ffffff;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 600;
}
.main-wrapper.home-twelve .clients-section-fourteen .testi-title-head .rate-star > div i {
  color: #FFC001;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen {
    padding: 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen {
    padding: 50px 0;
  }
}
.main-wrapper.home-twelve .clients-section-fourteen .section-header-fourteen {
  text-align: start;
}
.main-wrapper.home-twelve .clients-section-fourteen .section-header-fourteen h2 {
  display: inline-block;
}
.main-wrapper.home-twelve .clients-section-fourteen .section-header-fourteen .service-inner-fourteen {
  justify-content: start;
}
.main-wrapper.home-twelve .clients-section-fourteen .client-inner-main {
  flex-shrink: 0;
  margin-right: 40px;
  animation: none;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .client-inner-main {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .client-inner-main {
    max-width: 250px;
  }
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .client-inner-main {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-review-slider .owl-nav {
  position: absolute;
  left: 32%;
  bottom: 50px;
}
@media (max-width: 1399.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .feedback-review-slider .owl-nav {
    left: 37%;
  }
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .feedback-review-slider .owl-nav {
    left: 44%;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .feedback-review-slider .owl-nav {
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .feedback-review-slider .owl-nav {
    position: static;
    margin-top: 0;
  }
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-review-slider .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  border: none;
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-review-slider .owl-nav button:hover {
  background: #0284C7;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .feedback-review-slider .quatation-img {
    max-width: 150px;
  }
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card {
  border-radius: 30px;
  margin: 0 0 0 0;
  background: transparent;
  border: none;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-img-left {
    flex-direction: column;
  }
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body {
  padding: 0px;
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .feedback-inner-img {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 0 50px 0;
  border: 2px solid #10B981;
  border-radius: 40px;
  padding: 20px;
  max-width: 660px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .feedback-inner-img {
    margin: auto;
    margin-bottom: 30px;
  }
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .feedback-inner-img h6 {
  color: #1F2937;
  font-size: 16px;
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .feedback-inner-img img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  margin-right: 20px;
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .feedback-inner-img h4 {
  color: #1F2937;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .feedback-inner-img h4 {
    font-size: 18px;
  }
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .feedback-inner-img h6 {
  color: #94A3B8;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .feedback-inner-img .rating-fourteen {
  margin: 0 0 0 0;
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .feedback-inner-img .rating-fourteen .filled {
  color: #FFC001;
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .feedback-inner-img .rating-fourteen i {
  font-size: 18px;
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 0 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main p {
    font-size: 17px;
  }
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-card-user-info h5 {
  margin-top: -60px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-card-user-info h5 {
    margin-top: 0;
  }
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-card-user-info h5 a {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 5px;
  display: inline-block;
}
.main-wrapper.home-twelve .clients-section-fourteen .feedback-card .feedback-card-body .feedback-card-user-info h5 span {
  display: block;
  font-weight: normal;
}
.main-wrapper.home-twelve .home-twelve-pricing {
  position: relative;
  z-index: 1;
  padding: 80px 0 56px 0;
  background:
    linear-gradient(
      90deg,
      rgba(2, 132, 199, 0.04) 16.05%,
      rgba(255, 175, 20, 0.04) 100%);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve .home-twelve-pricing {
    padding: 40px 0 26px;
  }
}
.main-wrapper.home-twelve .home-twelve-pricing .floating-bg img {
  position: absolute;
}
.main-wrapper.home-twelve .home-twelve-pricing .floating-bg img:first-child {
  right: 100px;
  top: 25%;
  z-index: -1;
}
.main-wrapper.home-twelve .home-twelve-pricing .floating-bg img:nth-child(2) {
  left: 20%;
  top: 100px;
  z-index: -1;
}
.main-wrapper.home-twelve .home-twelve-pricing .floating-bg img:last-child {
  left: 100px;
  bottom: 150px;
  z-index: -1;
}
.main-wrapper.home-twelve .home-twelve-pricing .pricing-tab-panel .nav-pills {
  display: inline-flex;
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.main-wrapper.home-twelve .home-twelve-pricing .pricing-tab-panel .nav-pills .nav-link {
  background: #ffffff;
  border-radius: 10px;
  color: #000000;
}
.main-wrapper.home-twelve .home-twelve-pricing .pricing-tab-panel .nav-pills .nav-link.active {
  background: #0284C7;
  color: #ffffff;
}
.main-wrapper.home-twelve .home-twelve-pricing .pricing-tab-panel .nav-pills .nav-link:hover {
  background: #BAE6FD;
}
.main-wrapper.home-twelve .home-twelve-pricing .pricing-tab-panel .col-lg-4 {
  padding: 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .home-twelve-pricing .pricing-tab-panel .col-lg-4 {
    padding: 0 12px;
  }
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.7s;
  margin-bottom: 24px;
  padding: 24px;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve.active {
  padding: 0;
  background:
    linear-gradient(
      90deg,
      rgba(2, 132, 199, 0.04) 16.05%,
      rgba(255, 175, 20, 0.04) 100%);
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve.active .price-content {
  padding: 24px;
  padding-top: 70px;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve.active .price-btn a {
  background: #EAAB08 !important;
  border-color: #EAAB08 !important;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve.active .price-btn a:hover {
  background: #0369A1 !important;
  color: #ffffff !important;
  border-color: #0369A1 !important;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve.active .popular-head {
  background:
    linear-gradient(
      90deg,
      #0284C7 16.05%,
      #FFAF14 100%);
  border-radius: 10px 10px 0 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px;
  margin-bottom: 24px;
  text-align: center;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve.active .popular-head span {
  color: #ffffff;
  justify-content: center;
  font-size: 14px;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content .card-title {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content .card-title h3 {
  font-weight: 600;
  font-size: 24px;
  color: #0284C7;
  margin-bottom: 5px;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content .card-title span {
  color: #374151;
  font-size: 16px;
  font-weight: 500;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content .price {
  margin-bottom: 40px;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content .price h2 {
  color: #0284C7;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content .price span {
  font-size: 16px;
  color: #000000;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content .price p {
  color: #374151;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content .pack-details {
  margin-bottom: 40px;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content .pack-details ul {
  list-style: none;
  padding: 0;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content .pack-details ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #6B7280;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content .pack-details ul li i {
  margin-right: 10px;
  color: #22C550;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content .price-btn a {
  background: #0284C7;
  color: #ffffff;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #26948e;
  position: relative;
  padding: 10px 15px;
}
.main-wrapper.home-twelve .home-twelve-pricing .price-card-twelve .price-content .price-btn a:hover {
  background: #ffffff;
  color: #26948e;
}
.main-wrapper.home-twelve .blog-section-fourteen {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.main-wrapper.home-twelve .blog-section-fourteen .floating-bg img {
  position: absolute;
}
.main-wrapper.home-twelve .blog-section-fourteen .floating-bg img:nth-child(1) {
  left: 50px;
  top: 40%;
}
.main-wrapper.home-twelve .blog-section-fourteen .veterinary-blog-card.blog-inner-fourt-all {
  border-radius: 10px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-color: #ffffff;
}
.main-wrapper.home-twelve .blog-section-fourteen .veterinary-blog-card.blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-img {
  border-radius: 15px 15px 0 0;
  transition: 0.5s all;
}
.main-wrapper.home-twelve .blog-section-fourteen .veterinary-blog-card.blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-img img {
  border-radius: 15px 15px 0 0;
  transition: 0.5s all;
}
.main-wrapper.home-twelve .blog-section-fourteen .veterinary-blog-card.blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-img:hover img {
  transform: scale(1.11);
  transition: 0.5s all;
}
.main-wrapper.home-twelve .blog-section-fourteen .veterinary-blog-card.blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-doc {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E5E7EB;
}
.main-wrapper.home-twelve .blog-section-fourteen .veterinary-blog-card.blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-doc img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.main-wrapper.home-twelve .blog-section-fourteen .veterinary-blog-card.blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-fourt-care {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
}
.main-wrapper.home-twelve .blog-section-fourteen .veterinary-blog-card.blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-fourt-care:hover {
  color: #26948e;
}
.main-wrapper.home-twelve .blog-section-fourteen .veterinary-blog-card.blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt p {
  margin-bottom: 15px;
}
.main-wrapper.home-twelve .blog-section-fourteen .veterinary-blog-card.blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .read-cap-text {
  color: #0284C7;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.main-wrapper.home-twelve .blog-section-fourteen .veterinary-blog-card.blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .read-cap-text:hover {
  text-decoration: underline;
  color: #42c0fb;
}
.main-wrapper.home-twelve .blog-section-fourteen .veterinary-blog-card.blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content {
  padding: 5px 15px 5px 5px;
}
.main-wrapper.home-twelve .blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-fourt-care {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-wrapper.home-twelve .blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-fourt-care:hover {
  color: #26948e;
}
.main-wrapper.home-twelve .blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content {
  padding: 5px 15px 5px 5px;
}
.main-wrapper.home-twelve .blog-section-fourteen .blog-btn-sec .btn-view {
  border: 1px solid #0284C7;
  background: #0284C7;
  box-shadow: none;
}
.main-wrapper.home-twelve .blog-section-fourteen .blog-btn-sec .btn-view:hover {
  background: #0369A1;
  color: #ffffff;
}
.main-wrapper.home-twelve .choose-us-fourteen {
  background:
    linear-gradient(
      90deg,
      rgba(2, 132, 199, 0.04) 16.05%,
      rgba(255, 175, 20, 0.04) 100%);
  position: relative;
  z-index: 1;
}
.main-wrapper.home-twelve .choose-us-fourteen::after {
  content: "";
  background-image: url("./media/sec-bg-line-3KJDFLTE.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-wrapper.home-twelve .why-us-content .section-title {
  align-items: start;
}
.main-wrapper.home-twelve .why-us-content .section-title h2 {
  font-size: 60px;
  font-weight: 500;
}
.main-wrapper.home-twelve .why-us-content .section-title p {
  font-size: 18px;
  font-weight: 500;
  text-align: start;
}
@keyframes updown {
  100% {
    transform: translateY(-10px);
  }
}
.main-wrapper.home-twelve .us-title h6 {
  font-weight: 500;
  font-size: 20px;
}
.main-wrapper.home-twelve .accordion-item:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.main-wrapper.home-twelve .accordion-item {
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 20px;
  margin: 5px 0px 15px 0px;
}
.main-wrapper.home-twelve .accordion-header button {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}
.main-wrapper.home-twelve .accordion-header {
  margin-bottom: 0;
}
.main-wrapper.home-twelve .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve .accordion-item:first-of-type .accordion-button {
    font-size: 16px;
  }
}
.main-wrapper.home-twelve .accordion-item .accordion-button {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #ffffff;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve .accordion-item .accordion-button {
    font-size: 16px;
  }
}
.main-wrapper.home-twelve .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.main-wrapper.home-twelve .accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.13);
}
.main-wrapper.home-twelve .shade {
  box-shadow: -8px 13px 80px rgba(27, 41, 80, 0.1);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.main-wrapper.home-twelve .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 50px 15px 15px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
.main-wrapper.home-twelve .accordion-button::after {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  content: "+";
  font-family: "Font Awesome 5 Free";
  color: #0284C7;
  font-weight: 900;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  right: 15px;
  background-size: auto;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve .accordion-button::after {
    width: 30px;
    height: 30px;
  }
}
.main-wrapper.home-twelve .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-color: #0284C7;
  color: #ffffff;
}
.main-wrapper.home-twelve .accordion-button:focus {
  z-index: 3;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}
.main-wrapper.home-twelve .accordion-body {
  padding: 0 15px 15px;
  margin-bottom: 0;
  background: #ffffff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.main-wrapper.home-twelve .accordion-body h6 {
  margin-bottom: 0;
}
.main-wrapper.home-twelve .accordion-body h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #6B7280;
}
.main-wrapper.home-twelve .slide-nav-16 button.owl-next,
.main-wrapper.home-twelve .slide-nav-16 button.owl-prev,
.main-wrapper.home-twelve .slide-nav-15 button.owl-next,
.main-wrapper.home-twelve .slide-nav-15 button.owl-prev {
  background: #E2E8F0;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  color: #94A3B8;
  text-shadow: none;
  font-size: 24px;
  border: none;
  position: absolute;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .slide-nav-16 button.owl-next,
  .main-wrapper.home-twelve .slide-nav-16 button.owl-prev,
  .main-wrapper.home-twelve .slide-nav-15 button.owl-next,
  .main-wrapper.home-twelve .slide-nav-15 button.owl-prev {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0 10px 30px 0;
  }
}
.main-wrapper.home-twelve .slide-nav-16 button.owl-next:hover,
.main-wrapper.home-twelve .slide-nav-16 button.owl-prev:hover,
.main-wrapper.home-twelve .slide-nav-15 button.owl-next:hover,
.main-wrapper.home-twelve .slide-nav-15 button.owl-prev:hover {
  background: #BFE0FE;
  color: #1D7ED8;
}
.main-wrapper.home-twelve .slide-nav-16 button.owl-next,
.main-wrapper.home-twelve .slide-nav-15 button.owl-next {
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .slide-nav-16 button.owl-next,
  .main-wrapper.home-twelve .slide-nav-15 button.owl-next {
    z-index: 1;
  }
}
.main-wrapper.home-twelve .slide-nav-16 button.owl-prev,
.main-wrapper.home-twelve .slide-nav-15 button.owl-prev {
  left: 15px;
  top: 50%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve .slide-nav-16 button.owl-prev,
  .main-wrapper.home-twelve .slide-nav-15 button.owl-prev {
    z-index: 1;
  }
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve .slide-nav-15 button.owl-next,
  .main-wrapper.home-twelve .slide-nav-15 button.owl-prev {
    top: 43%;
  }
}
.main-wrapper.home-twelve.home-thirteen .row-gap {
  row-gap: 24px;
}
.main-wrapper.home-twelve.home-thirteen a:hover {
  color: #26948e;
}
.main-wrapper.home-twelve.home-thirteen .common-padding {
  margin: 0;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .common-padding {
    margin: 0;
    padding: 50px 0;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen {
  position: relative;
  background-image: url("./media/home-13-banner-ZGOXFNB2.png");
  background-repeat: no-repeat;
  background-size: 100% 80%;
  background-position: top;
  padding: 80px 0 0px 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen {
    background-image: none;
    background-color: #26948e;
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-center-img img {
    display: none;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-content {
  padding-bottom: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-content {
    padding-bottom: 40px;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-content .care-item {
  font-size: 16px;
  font-weight: 500;
  color: #26948e;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 30px;
  padding: 10px 22px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-content .care-item {
    font-size: 16px;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-content h1 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-content p {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  max-width: 700px;
  margin: auto auto 20px auto;
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-content p {
    font-size: 16px;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-content .banner-btns-fourteen .btn-primary {
  padding: 18px 30px;
  min-width: 154px;
  background: #ffffff;
  color: #26948e;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.7s;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-content .banner-btns-fourteen .btn-primary {
    padding: 15px 20px;
  }
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-content .banner-btns-fourteen .btn-primary {
    padding: 13px 28px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-content .banner-btns-fourteen .btn-primary {
    padding: 12px 20px;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-content .banner-btns-fourteen .btn-primary:hover {
  background: #1C5B91;
  color: #ffffff;
  box-shadow: inset 0 100px 0 0 #1C5B91;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen {
  margin: 0;
  padding: 20px;
  box-shadow: 0px 19.9607px 87.3282px rgba(32, 36, 138, 0.06);
  border-radius: 10px;
  min-width: 100%;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-title {
  margin-bottom: 15px;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-title h5 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-title h5 {
    font-size: 20px;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input {
  margin-right: 24px;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input {
    margin-right: 17px;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input {
    margin-bottom: 15px;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input.search-line-thirteen {
  width: 20%;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input.search-line-thirteen {
    width: 100%;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input.search-map-line-thirteen {
  width: 19%;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input.search-map-line-thirteen {
    width: 100%;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input.search-calendar-line-thirteen {
  width: 18%;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input.search-calendar-line-thirteen {
    width: 100%;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input.search-users-line-thirteen {
  width: 18%;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input.search-users-line-thirteen {
    width: 100%;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 40px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 400;
  color: #374151;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single {
  background: #F3F4F6;
  border: none;
  border-radius: 4px;
  height: 54px;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #6B7280 transparent transparent;
  border-top: 6px solid;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
  padding: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #6B7280 transparent transparent;
  transform: rotate(180deg);
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input i {
  left: 20px;
  z-index: 1;
  font-size: 14px;
  color: #374151;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input input {
  padding: 0 10px 0 40px;
  background: #F3F4F6;
  border: 1px solid #E5E7EB;
  color: #374151;
  height: 54px;
  min-height: 54px;
  font-size: 15px;
  color: #374151;
  border-radius: 4px;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input input::placeholder {
  color: #374151;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .search-input input {
    font-size: 14px;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .form-search-btn {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .form-search-btn {
    float: none;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .form-search-btn .btn {
  min-width: auto;
  padding: 16px 43px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .form-search-btn .btn {
    padding: 16px 22px;
  }
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .form-search-btn .btn {
    padding: 14px 14px;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .search-box-one.search-box-thirteen .form-search-btn .btn {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg {
    display: none;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-one {
  position: absolute;
  right: 50px;
  bottom: 2%;
  animation: elastic-spin 1s infinite ease;
  z-index: -1;
  opacity: 0.4;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-two {
  position: absolute;
  bottom: 240px;
  left: 70px;
  animation: elastic-spin 1s infinite ease;
  z-index: -1;
  opacity: 0.4;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-three {
  position: absolute;
  top: 300px;
  left: 15%;
  animation: elastic-spin 1s infinite ease;
  z-index: -1;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-four {
  position: absolute;
  right: 230px;
  bottom: 40%;
  animation: elastic-spin 1s infinite ease;
  z-index: -1;
  opacity: 0.4;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-five {
  position: absolute;
  top: 500px;
  right: 3%;
  animation: elastic-spin 1s infinite ease;
  opacity: 0.4;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-six {
  position: absolute;
  top: 500px;
  right: 50%;
  animation: elastic-spin 1s infinite ease;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-seven {
  position: absolute;
  top: 70px;
  right: 3%;
  animation: pulse 1s infinite ease-in-out alternate;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-eight {
  position: absolute;
  top: 130px;
  left: 5%;
  animation: pulse 1s infinite ease-in-out alternate;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-nine {
  position: absolute;
  bottom: 400px;
  left: 15%;
  animation: spin 3000ms linear infinite;
  z-index: -1;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-ten {
  position: absolute;
  bottom: 50px;
  left: 5%;
  animation: elastic-spin 1s infinite ease;
  opacity: 0.4;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-eleven {
  position: absolute;
  top: 27%;
  right: 10%;
  animation: spin 3000ms linear infinite;
  z-index: -1;
  opacity: 0.4;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-thirteen {
  position: absolute;
  top: 6%;
  right: 10%;
  animation: spin 3000ms linear infinite;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-fourteen {
  position: absolute;
  top: 8%;
  right: 5%;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-fourteen {
    display: none;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-fifteen {
  position: absolute;
  top: 17%;
  right: 0;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-sixteen {
  position: absolute;
  top: 12%;
  left: 0;
  z-index: -1;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-seventeen a {
  position: absolute;
  top: 74%;
  left: 24%;
  padding: 25px 30px;
  background: #00E3FF;
  color: #ffffff;
  box-shadow: 0px 19.9607px 87.3282px rgba(32, 36, 138, 0.06);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-seventeen a {
    padding: 15px 30px;
  }
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-seventeen a {
    font-size: 15px;
    padding: 12px 20px;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-eighteen a {
  position: absolute;
  top: 45%;
  left: 23%;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-eighteen a {
    font-size: 15px;
    padding: 10px 16px;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-ninteen a {
  position: absolute;
  top: 36%;
  right: 27%;
  padding: 24px 34px;
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-ninteen a {
    top: 37%;
    right: 12%;
    z-index: 1;
    padding: 15px 30px;
  }
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-ninteen a {
    font-size: 15px;
    padding: 10px 16px;
  }
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-twenty {
  position: absolute;
  top: 56%;
  left: 17%;
  z-index: -1;
}
.main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bgs {
  position: absolute;
  top: 56%;
  right: 17%;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bgs {
    max-width: 300px;
  }
}
.main-wrapper.home-twelve.home-thirteen .services-section-thirteen {
  padding: 80px 0 56px 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .services-section-thirteen {
    margin: 0;
    padding: 50px 0 26px 0;
  }
}
.main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main {
  border-radius: 20px;
  margin: 0 0 24px 0;
  padding: 8px;
  transition: 0.5s;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main {
    text-align: center;
  }
}
.main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main .service-thirteen-all {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 20px;
  border-radius: 20px;
  border: 1px dashed #ffffff;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main .service-thirteen-all {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main .service-thirteen-all {
    padding: 15px;
  }
}
.main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main .service-thirteen-all .service-img-thirteen {
  margin-right: 15px;
  position: relative;
}
.main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main .service-thirteen-all .service-img-thirteen::before {
  position: absolute;
  top: -3px;
  left: -13px;
  content: "";
  background: url("./media/service-bg-icon-IRXY4RCF.png");
  background-repeat: no-repeat;
  width: 58px;
  height: 30px;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main .service-thirteen-all .service-img-thirteen::before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main .service-thirteen-all .service-img-thirteen {
    margin: 0 0 10px 0;
  }
}
.main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main .service-thirteen-all .service-img-thirteen img {
  max-width: 120px;
  height: 120px;
  border-radius: 100%;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main .service-thirteen-all .service-img-thirteen img {
    width: 120px;
  }
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main .service-thirteen-all .service-img-thirteen img {
    width: 120px;
  }
}
.main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main .service-thirteen-all .service-img-thirteen .service-inner-img-third {
  position: absolute;
  top: 0;
  right: 0;
}
.main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main .service-thirteen-all .service-inner-contents h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000;
  text-transform: capitalize;
}
.main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main .service-thirteen-all .service-inner-contents p {
  margin-bottom: 0;
  font-size: 14px;
  color: #6B7280;
}
.main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main:hover {
  background: #ffffff;
  box-shadow: 0px 11px 21px 10px rgba(38, 148, 142, 0.0784313725);
  transition: 0.5s;
  transform: translateY(-5px);
}
.main-wrapper.home-twelve.home-thirteen .services-section-thirteen .service-thirteen-main:hover .service-thirteen-all {
  background: #ffffff;
  border: 1px dashed #26948e;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen {
  background: url("./media/cloud-bg-ZJ4EJ2CY.png");
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen {
    background-color: #F8FBFF;
    background-image: none;
  }
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-bottom: 24px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-header {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-header img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  border-radius: 10px 10px 0 0;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-header:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body {
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  padding: 24px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body .rating {
  font-size: 16px;
  margin-bottom: 15px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body .rating i {
  color: #E5E7EB;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body .rating i.filled {
  color: #FFC001;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body .rating span {
  color: #374151;
  font-size: 14px;
  margin-left: 10px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body a {
  color: #000000;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body a:hover {
  color: #26948e;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body h4:hover {
  color: #26948e;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  color: #374151;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body .location {
  padding: 0;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 15px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body .location p {
  font-size: 14px;
  color: #374151;
  font-weight: normal;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body .location p i {
  margin-right: 5px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body .view-btn {
  font-size: 14px;
  font-weight: 600;
  background: #F3F4F6;
  border: 1px solid #F3F4F6;
  color: #374151;
  border-radius: 6px;
  padding: 9px 12px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body .book-btn {
  font-size: 15px;
  font-weight: 500;
  background: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 0 #26948e;
  color: #ffffff;
  border-radius: 6px;
  padding: 8px 18px;
  border: 0;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctors-card .doctors-body .book-btn:hover {
  box-shadow: inset 210px 0 0 0 #207c77;
  border-color: #207c77;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-thirteen-img img {
  height: 438px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-thirteen-img img {
    width: 100%;
  }
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content {
  background: #ffffff;
  box-shadow: 0px 19.9607px 87.3282px rgba(32, 36, 138, 0.06);
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content a {
  display: inline-block;
  color: #1F2937;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content a:hover {
  color: #26948e;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content .our-doctor-content-inner {
  margin-bottom: 20px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content .our-doctor-content-inner span {
  padding: 5px 10px;
  background: rgba(14, 130, 253, 0.1);
  border-radius: 5px;
  font-weight: 600;
  color: #26948e;
  font-size: 14px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content .our-doctor-content-inner .reviews-ratings p {
  color: #D1D5DB;
  font-size: 12px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content .our-doctor-content-inner .reviews-ratings p span {
  background: none;
  color: #6B7280;
  font-size: 16px;
  font-weight: 400;
  margin: 0 4px 0 0;
  padding: 0;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content .our-doctor-content-inner .reviews-ratings p span i {
  color: #FBBF24;
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content h6 {
  color: #6B7280;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content p {
  color: #6B7280;
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content p i {
  width: 24px;
  height: 24px;
  background: rgba(154, 154, 154, 0.1);
  border-radius: 5px;
  margin-right: 5px;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-all .our-doctor-content .our-doctor-thirteen-imgone {
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-one img {
  position: absolute;
  z-index: 0;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-one img:nth-child(1) {
  right: 2%;
  top: 20%;
  width: auto;
  animation: spin 3000ms linear infinite;
  opacity: 0.4;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-one img:nth-child(2) {
  right: 4%;
  bottom: 10%;
  width: auto;
  animation: spin 3000ms linear infinite;
  opacity: 0.4;
}
.main-wrapper.home-twelve.home-thirteen .our-doctor-thirteen .our-doctor-thirteen-one img:nth-child(3) {
  left: 2%;
  bottom: 40%;
  width: auto;
  animation: spin 3000ms linear infinite;
  opacity: 0.4;
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen {
  background: #E0F2FE;
  position: relative;
  z-index: 1;
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen .choose-us-thirteen-bg img:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: -1;
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen .choose-us-thirteen-bg img:nth-child(2) {
  position: absolute;
  top: 6%;
  left: 5%;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen .choose-us-thirteen-bg img:nth-child(2) {
    display: none;
  }
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen .choose-us-inner-all .choose-us-thirteen-img {
  text-align: right;
  position: relative;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen .choose-us-inner-all .choose-us-thirteen-img {
    display: none;
  }
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen .choose-us-inner-all .choose-us-thirteen-img img {
  border-radius: 20px;
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen .choose-us-inner-all .choose-us-thirteen-img .choose-us-thirteen-imgone img {
  position: absolute;
  z-index: 0;
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen .choose-us-inner-all .choose-us-thirteen-img .choose-us-thirteen-imgone img:nth-child(1) {
  right: -25px;
  bottom: 0;
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen ul li {
  margin-bottom: 40px;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen ul li {
    margin-bottom: 20px;
  }
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen ul li:last-child {
  margin-bottom: 0;
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen ul li .choose-us-content-thirteen {
  display: flex;
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen ul li .choose-us-content-thirteen .chooseus-contents {
  min-width: 50px;
  height: 50px;
  background: #BFE0FE;
  border-radius: 10px;
  font-size: 24px;
  color: #26948e;
  margin-right: 16px;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen ul li .choose-us-content-thirteen .chooseus-contents {
    margin-bottom: 10px;
  }
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen ul li .choose-us-content-thirteen .chooseus-content-ryt h5 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen ul li .choose-us-content-thirteen .chooseus-content-ryt h5 {
    font-size: 18px;
  }
}
.main-wrapper.home-twelve.home-thirteen .choose-us-section-thirteen ul li .choose-us-content-thirteen .chooseus-content-ryt p {
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  color: #374151;
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen {
  position: relative;
  background: #F9FCFF;
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all {
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all {
    margin-bottom: 24px;
  }
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .clients-says-content {
  width: 50%;
  padding: 50px;
  background: #26948e;
  border-radius: 35px 0px 0px 35px;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .clients-says-content {
    width: 100%;
    border-radius: 0;
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .clients-says-content {
    padding: 25px;
  }
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .clients-says-content p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .clients-says-content p {
    font-size: 18px;
    margin-bottom: 13px;
  }
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .clients-says-content h4 {
  color: #F0F9FF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .clients-says-content h4 {
    font-size: 20px;
  }
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .clients-says-content .location-thirteen {
  color: #f0f0f0;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .clients-says-content .location-thirteen i {
  margin-right: 5px;
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .clients-says-content .client-says-imagesone img {
  position: absolute;
  z-index: -1;
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .clients-says-content .client-says-imagesone img:nth-child(1) {
  right: -3%;
  bottom: -12%;
  width: auto;
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .clients-says-content .client-says-imagesone img:nth-child(2) {
  left: 0%;
  top: 0%;
  width: auto;
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .client-says-images {
  width: 50%;
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .client-says-images img {
  width: auto;
  border-radius: 0 35px 35px 0;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .client-says-images {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-us-section-thirteenone {
    display: none;
  }
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-us-section-thirteenone img {
  position: absolute;
  z-index: 0;
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-us-section-thirteenone img:nth-child(1) {
  left: 0%;
  top: 15%;
  width: auto;
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-us-section-thirteenone img:nth-child(2) {
  left: -2%;
  bottom: 0;
  width: auto;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-us-section-thirteenone img:nth-child(2) {
    display: none;
  }
}
.main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-us-section-thirteenone img:nth-child(3) {
  top: 0;
  right: 0;
  width: auto;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-us-section-thirteenone img:nth-child(3) {
    display: none;
  }
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen {
  padding: 80px 0 56px 0;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen {
    margin: 0;
    padding: 50px 0 26px 0;
  }
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen {
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  margin: 0 0 24px;
  padding: 24px;
  margin-bottom: 24px;
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-img {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 20px;
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-img img {
  border-radius: 20px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-img:hover img {
  border-radius: 20px;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-content h6 {
  padding: 7px 8px;
  border-radius: 20px;
  background: #DBEFFE;
  color: #26948e;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 24px;
  display: inline-block;
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-content h5 a {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-content h5 a:hover {
  color: #26948e;
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-content p {
  color: #374151;
  font-weight: 400;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  overflow: hidden;
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-content .article-footer {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-top: 1px solid #E5E7EB;
  margin: 24px 0 0;
  padding: 24px 0 0;
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-content .article-footer .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-content .article-footer .post-author span {
  color: #374151;
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-content .article-footer ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-content .article-footer ul li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #374151;
  margin-right: 15px;
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-content .article-footer ul li i {
  margin-right: 5px;
}
.main-wrapper.home-twelve.home-thirteen .latest-articles-thirteen .articles-thirteen .articles-thirteen-content .article-footer ul li:last-child {
  margin-right: 0;
}
.main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen {
  background: url("./media/feedback-bg-V4A4T652.png");
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen {
    background-image: none;
    background-color: #F8FBFF;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-all-img {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-main-content {
    text-align: center;
  }
}
.main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-main-content h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-main-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-main-content h2 {
    font-size: 26px;
  }
}
.main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-main-content p {
  font-weight: 400;
  color: #1F2937;
  margin-bottom: 40px;
}
.main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-main-content .feedback-inner-img {
  display: flex;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-main-content .feedback-inner-img {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-main-content .feedback-inner-img {
    display: block;
  }
}
.main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-main-content .feedback-inner-img .feedback-inner-imgone {
  margin-right: 26px;
}
@media (max-width: 575.98px) {
  .main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-main-content .feedback-inner-img .feedback-inner-imgone {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-bg-icons {
    display: none;
  }
}
.main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-bg-icons img {
  position: absolute;
  z-index: 0;
}
.main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-bg-icons img:nth-child(1) {
  right: 6%;
  top: 20%;
  width: auto;
  animation: spin 3000ms linear infinite;
  opacity: 0.4;
}
.main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-bg-icons img:nth-child(2) {
  right: 4%;
  bottom: 10%;
  width: auto;
  animation: spin 3000ms linear infinite;
  opacity: 0.4;
}
.main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-bg-icons img:nth-child(3) {
  left: 2%;
  bottom: 40%;
  width: auto;
  animation: spin 3000ms linear infinite;
  opacity: 0.4;
}
.main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-bg-icons img:nth-child(4) {
  left: 15%;
  bottom: 10%;
  width: auto;
  animation: spin 3000ms linear infinite;
}
.main-wrapper.home-twelve.home-thirteen .feedback-section-thirteen .feedback-bg-icons img:nth-child(5) {
  left: 6%;
  top: 25%;
  width: auto;
  animation: spin 3000ms linear infinite;
}
.section-header-thirteen {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .section-header-thirteen {
    margin-bottom: 30px;
  }
}
.section-header-thirteen .section-inner-thirteen {
  margin-right: 15px;
}
.section-header-thirteen h2 {
  font-size: 36px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .section-header-thirteen h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .section-header-thirteen h2 {
    font-size: 26px;
  }
}
.our-slider-thirteen .owl-dots,
.client-says-thirteen .owl-dots {
  text-align: center;
  margin-top: 26px;
}
@media (max-width: 991.98px) {
  .our-slider-thirteen .owl-dots,
  .client-says-thirteen .owl-dots {
    margin-top: 6px;
  }
}
.our-slider-thirteen .owl-dots .owl-dot,
.client-says-thirteen .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #93D0FD;
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .our-slider-thirteen .owl-dots .owl-dot,
  .client-says-thirteen .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }
}
.our-slider-thirteen .owl-dots .owl-dot.active,
.client-says-thirteen .owl-dots .owl-dot.active {
  width: 45px;
  background: #26948e;
  border-radius: 20px;
}
@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes elastic-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(720deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.main-wrapper.home-fourteen {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-fourteen {
    font-size: 15px;
  }
}
.main-wrapper.home-fourteen .faq-info {
  padding-top: 80px;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-fourteen .faq-info {
    padding-top: 50px;
  }
}
.main-wrapper.home-fourteen .faq-info .accordion-item {
  box-shadow: 0px 4px 64px 0px rgba(177, 177, 177, 0.2509803922);
  background: #ffffff;
  border-radius: 10px;
}
.main-wrapper.home-fourteen .faq-info .accordion-item .accordion-button {
  font-weight: 500;
  padding-right: 0;
}
.main-wrapper.home-fourteen .faq-info .accordion-item .accordion-button::after {
  color: #000000;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-fourteen .faq-info .accordion-item .accordion-button::after {
    width: 22px;
    height: 22px;
  }
}
.main-wrapper.home-fourteen .faq-info .accordion-item .accordion-button:not(.collapsed)::after {
  color: #ffffff;
  background: #000000;
}
.main-wrapper.home-fourteen .faq-info .accordion-item .accordion-content p {
  font-size: 14px;
  color: #4B5563;
}
.main-wrapper.home-fourteen .btn-primary {
  background: #26948e;
  box-shadow: inset 0 0 0 0 #26948e;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.main-wrapper.home-fourteen .btn-primary:hover,
.main-wrapper.home-fourteen .btn-primary:active {
  box-shadow: inset 210px 0 0 0 #207c77;
  border-color: #207c77;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-fourteen .btn-sec {
    text-align: center;
  }
}
.main-wrapper.home-fourteen .btn-sec a {
  padding: 11px 18px;
  font-size: 15px;
  color: #ffffff;
  background: #26948e;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 0 0 #26948e;
  border: 1px solid #26948e;
  font-weight: 600;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  .main-wrapper.home-fourteen .btn-sec a {
    padding: 10px 12px;
    font-size: 14px;
  }
}
.main-wrapper.home-fourteen .btn-sec a i {
  margin-left: 10px;
}
.main-wrapper.home-fourteen .btn-sec a:hover {
  box-shadow: inset 210px 0 0 0 #207c77;
  border-color: #207c77;
}
.main-wrapper.home-fourteen .nav-center .owl-nav button.owl-next:hover,
.main-wrapper.home-fourteen .nav-center .owl-nav button.owl-prev:hover {
  background: #26948e;
  color: #ffffff;
}
.banner-section-fourteen {
  position: relative;
  padding: 0;
  background: #26948e;
  z-index: 1;
}
.banner-section-fourteen .banner-content-fourteen {
  padding: 148px 0;
}
@media (max-width: 1399.98px) {
  .banner-section-fourteen .banner-content-fourteen {
    padding: 100px 0;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-fourteen .banner-content-fourteen {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .banner-section-fourteen .banner-content-fourteen {
    padding: 60px 0;
  }
}
.banner-section-fourteen .banner-content-fourteen h1 {
  color: #ffffff;
  letter-spacing: 0.005rem;
  font-weight: 700;
  font-size: 54px;
  margin: 0 0 40px 0;
}
@media (max-width: 1399.98px) {
  .banner-section-fourteen .banner-content-fourteen h1 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-fourteen .banner-content-fourteen h1 {
    width: auto;
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-fourteen .banner-content-fourteen h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-fourteen .banner-content-fourteen h1 {
    font-size: 26px;
  }
}
.banner-section-fourteen .banner-content-fourteen .banner-btns-fourteen {
  display: flex;
  justify-content: start;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .banner-section-fourteen .banner-content-fourteen .banner-btns-fourteen {
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 479.98px) {
  .banner-section-fourteen .banner-content-fourteen .banner-btns-fourteen {
    flex-direction: column;
  }
}
.banner-section-fourteen .banner-content-fourteen .banner-btns-fourteen .btn {
  font-size: 16px;
  padding: 14px 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.banner-section-fourteen .banner-content-fourteen .banner-btns-fourteen .btn i {
  margin-right: 10px;
}
.banner-section-fourteen .banner-content-fourteen .banner-btns-fourteen .btn:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .banner-section-fourteen .banner-content-fourteen .banner-btns-fourteen .btn {
    font-size: 14px;
    padding: 11px 14px;
  }
}
.banner-section-fourteen .banner-content-fourteen .banner-btns-fourteen .btn-primary {
  background: #ffffff;
  color: #26948e;
}
@media (max-width: 479.98px) {
  .banner-section-fourteen .banner-content-fourteen .banner-btns-fourteen .btn-primary {
    width: 100%;
    margin-bottom: 10px;
  }
}
.banner-section-fourteen .banner-content-fourteen .banner-btns-fourteen .btn-primary:hover {
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.banner-section-fourteen .banner-content-fourteen .banner-btns-fourteen .btn-primarytwo {
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.banner-section-fourteen .banner-content-fourteen .banner-btns-fourteen .btn-primarytwo:hover {
  background: #ffffff;
  color: #26948e;
}
.banner-section-fourteen .search-box-fourteen {
  background: #ffffff;
  box-shadow: -8px 6px 100px 0px rgba(36, 58, 101, 0.1);
  border-radius: 5px;
  padding: 24px;
}
.banner-section-fourteen .search-box-fourteen .form-block {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .banner-section-fourteen .search-box-fourteen .form-block {
    flex-direction: column;
  }
}
.banner-section-fourteen .search-box-fourteen .form-block .search-input {
  margin: 0 30px 0 0;
}
@media (max-width: 767.98px) {
  .banner-section-fourteen .search-box-fourteen .form-block .search-input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.banner-section-fourteen .search-box-fourteen .form-block .search-input input {
  min-height: 20px;
  height: 20px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  color: #1F2937;
}
.banner-section-fourteen .search-box-fourteen .form-block .search-input input::placeholder {
  color: #1F2937;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .banner-section-fourteen .search-box-fourteen .form-block .search-input input {
    font-size: 16px;
  }
}
.banner-section-fourteen .search-box-fourteen .form-block .search-input .forms-block {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .banner-section-fourteen .search-box-fourteen .form-block .search-input .forms-block {
    text-align: left;
  }
}
.banner-section-fourteen .search-box-fourteen .form-block .search-input label {
  color: #6B7280;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .banner-section-fourteen .search-box-fourteen .form-block .search-input label {
    text-align: left;
  }
}
.banner-section-fourteen .search-box-fourteen .search-btn {
  width: auto;
  margin: -8px 0 0 0;
}
@media (max-width: 767.98px) {
  .banner-section-fourteen .search-box-fourteen .search-btn {
    width: 100%;
    margin: 0 0 0 0;
  }
}
.banner-section-fourteen .search-box-fourteen .search-btn .btn-primary {
  background: #26948e;
  border: 1px solid #26948e;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .banner-section-fourteen .search-box-fourteen .search-btn .btn-primary {
    width: 100%;
  }
}
.banner-section-fourteen .search-box-fourteen .search-btn .btn-primary:hover {
  box-shadow: inset 210px 0 0 0 #207c77;
  border-color: #207c77;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.banner-section-fourteen .banner-img-fourteen {
  position: absolute;
  right: 0;
  bottom: 0;
  width: inherit;
  z-index: -1;
}
.banner-section-fourteen .banner-img-fourteen .banner-imgfourteen {
  left: 9%;
  top: 26%;
}
@media (max-width: 1199.98px) {
  .banner-section-fourteen .banner-img-fourteen .banner-imgfourteen {
    top: 50px;
  }
}
.banner-section-fourteen .banner-img-fourteen .banner-imgfourteen3 {
  top: 40%;
  right: 10px;
}
@media (max-width: 1199.98px) {
  .banner-section-fourteen .banner-img-fourteen .banner-imgfourteen3 {
    top: 250px;
  }
}
.banner-section-fourteen .banner-img-fourteen .banner-img2 {
  top: 14%;
  right: 6%;
}
@media (max-width: 1199.98px) {
  .banner-section-fourteen .banner-img-fourteen .banner-img2 {
    top: 40px;
  }
}
.banner-section-fourteen .banner-img-fourteen .banner-imgfourteen4 {
  position: absolute;
  right: 80px;
  bottom: 10%;
  animation: spin 3000ms linear infinite;
}
@media (max-width: 1199.98px) {
  .banner-section-fourteen .banner-img-fourteen .banner-imgfourteen4 {
    bottom: 10px;
  }
}
.banner-section-fourteen .banner-imgfourteen5 {
  position: absolute;
  bottom: 80px;
  left: 86px;
  animation: spin 3000ms linear infinite;
}
@media (max-width: 767.98px) {
  .banner-section-fourteen .banner-imgfourteen5 {
    display: none;
  }
}
.banner-section-fourteen .banner-imgfourteen6 {
  position: absolute;
  top: 46px;
  left: 92px;
  animation: spin 3000ms linear infinite;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .banner-section-fourteen .banner-imgfourteen6 {
    display: none;
  }
}
.benifit-section {
  position: relative;
  padding: 80px 0 56px;
}
@media (max-width: 1199.98px) {
  .benifit-section {
    padding: 50px 0 26px;
  }
}
@media (max-width: 767.98px) {
  .benifit-section {
    padding: 40px 0 16px;
  }
}
.benifit-section .section-header-fourteen {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .benifit-section .section-header-fourteen {
    max-width: 100%;
  }
}
.benifit-section .benifit-wrap {
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 24px;
}
.benifit-section .benifit-wrap span {
  display: block;
  margin-bottom: 15px;
}
.benifit-section .benifit-wrap h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}
.benifit-section .benifit-wrap p {
  color: #4B5563;
  margin-bottom: 0;
}
.benifit-section .bg-shapes img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.services-section-fourteen {
  padding: 80px 0;
  position: relative;
  background: #F8FAFC;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .services-section-fourteen {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .services-section-fourteen {
    padding: 40px 0;
  }
}
.services-section-fourteen .section-header-fourteen {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .services-section-fourteen .section-header-fourteen {
    max-width: 100%;
  }
}
.services-section-fourteen .bg-shapes img {
  position: absolute;
  z-index: -1;
}
.services-section-fourteen .bg-shapes .shape-2 {
  left: 5%;
  top: 25%;
  animation: spin 3000ms linear infinite;
}
.services-section-fourteen .bg-shapes .shape-1 {
  right: 57px;
  bottom: 15%;
  animation: spin 3000ms linear infinite;
}
.services-section-fourteen .bg-shapes .shape-3 {
  right: 115px;
  top: 54px;
  animation: spin 3000ms linear infinite;
}
.services-section-fourteen .service-inner-fourt-all {
  border-radius: 10px;
  margin: 0 0 40px 0;
  box-shadow: 0px 4px 64px 0px rgba(177, 177, 177, 0.2509803922);
  border: 0;
}
.services-section-fourteen .service-inner-fourt-all:hover .service-inner-fourt-main .service-inner-item .service-body .service-icon {
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  background: #000000;
}
.services-section-fourteen .service-inner-fourt-all:hover .service-inner-fourt-main .service-inner-item .service-body .service-icon-img {
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main {
  padding: 0;
  border-radius: 10px 10px 0 0;
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-inner-img {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-inner-img img {
  position: relative;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  width: 100%;
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-inner-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-inner-img:hover::before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-inner-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-body {
  position: relative;
  padding: 40px 24px 24px;
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-body .service-icon {
  width: 62px;
  height: 62px;
  border-radius: 10px;
  background: #26948e;
  padding: 15px;
  position: absolute;
  top: -35px;
  left: 24px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-body .service-icon-img {
  position: absolute;
  right: 24px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-inner-right-fourt-care {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
@media (max-width: 1199.98px) {
  .services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-inner-right-fourt-care {
    font-size: 18px;
  }
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-inner-right-fourt-care:hover {
  color: #26948e;
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item p {
  color: #4B5563;
  margin: 0 0 24px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-link {
  color: #4B5563;
  font-size: 15px;
  font-weight: 500;
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-link i {
  font-size: 14px;
  margin-left: 8px;
}
.services-section-fourteen .service-inner-fourt-all .service-inner-fourt-main .service-inner-item .service-link:hover {
  color: #26948e;
}
.services-section-fourteen .service-inner-img-fourt-all {
  position: relative;
}
@media (max-width: 991.98px) {
  .services-section-fourteen .service-inner-img-fourt-all .service-inner-img-fourt {
    display: none;
  }
}
.services-section-fourteen .service-inner-img-fourt-all .service-inner-img-fourtone {
  position: absolute;
  top: 0;
  right: 65px;
  animation: spin 3000ms linear infinite;
}
.services-section-fourteen .service-inner-img-fourt-all .service-inner-img-fourttwo {
  position: absolute;
  bottom: 0;
  animation: spin 3000ms linear infinite;
}
.services-section-fourteen .service-inner-img-fourt-all .service-inner-img-fourtthree {
  position: absolute;
  top: 0;
  left: 30px;
  animation: spin 3000ms linear infinite;
}
.team-section-fourteen {
  position: relative;
  padding: 80px 0 56px 0;
}
@media (max-width: 1199.98px) {
  .team-section-fourteen {
    padding: 50px 0 26px;
  }
}
.team-section-fourteen .section-header-fourteen {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .team-section-fourteen .section-header-fourteen {
    max-width: 100%;
  }
}
.team-section-fourteen .bg-shapes img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.team-section-fourteen .our-doctors-card {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-bottom: 24px;
}
.team-section-fourteen .our-doctors-card .doctors-header {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.team-section-fourteen .our-doctors-card .doctors-header img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  border-radius: 10px 10px 0 0;
}
.team-section-fourteen .our-doctors-card .doctors-header:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.team-section-fourteen .our-doctors-card .doctors-body {
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  padding: 24px;
}
.team-section-fourteen .our-doctors-card .doctors-body .rating {
  font-size: 16px;
  margin-bottom: 15px;
}
.team-section-fourteen .our-doctors-card .doctors-body .rating i {
  color: #E5E7EB;
}
.team-section-fourteen .our-doctors-card .doctors-body .rating i.filled {
  color: #FFC001;
}
.team-section-fourteen .our-doctors-card .doctors-body .rating span {
  color: #4B5563;
  font-size: 14px;
  margin-left: 10px;
}
.team-section-fourteen .our-doctors-card .doctors-body a {
  color: #000000;
}
.team-section-fourteen .our-doctors-card .doctors-body a:hover {
  color: #26948e;
}
.team-section-fourteen .our-doctors-card .doctors-body h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.team-section-fourteen .our-doctors-card .doctors-body h4:hover {
  color: #26948e;
}
.team-section-fourteen .our-doctors-card .doctors-body p {
  font-weight: 500;
  margin-bottom: 0;
  color: #4B5563;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
}
.team-section-fourteen .our-doctors-card .doctors-body .location {
  padding: 0;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 15px;
}
.team-section-fourteen .our-doctors-card .doctors-body .location p {
  font-size: 14px;
  color: #4B5563;
  font-weight: normal;
}
.team-section-fourteen .our-doctors-card .doctors-body .location p i {
  margin-right: 5px;
}
.team-section-fourteen .our-doctors-card .doctors-body .view-btn {
  font-size: 14px;
  font-weight: 600;
  background: #F3F4F6;
  border: 1px solid #F3F4F6;
  color: #4B5563;
  border-radius: 6px;
  padding: 9px 12px;
}
.team-section-fourteen .our-doctors-card .doctors-body .book-btn {
  font-size: 15px;
  font-weight: 500;
  background: #26948e;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 0 #26948e;
  color: #ffffff;
  border-radius: 6px;
  padding: 8px 18px;
  border: 0;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.team-section-fourteen .our-doctors-card .doctors-body .book-btn:hover {
  box-shadow: inset 210px 0 0 0 #207c77;
  border-color: #207c77;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.team-section-fourteen .articles-grid-fourteen {
  background: #F8FAFC;
  border: 1px solid #E5E7EB;
  border-radius: 30px;
}
@media (max-width: 1199.98px) {
  .team-section-fourteen .articles-grid-fourteen .articles-info {
    text-align: start;
  }
}
@media (max-width: 991.98px) {
  .team-section-fourteen .articles-grid-fourteen .articles-info {
    display: flex;
    text-align: center;
    flex-direction: column;
  }
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-left .articles-img-fourteen {
  width: 206px;
  height: 220px;
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-left .articles-img-fourteen img {
  height: 100%;
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen a {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen a:hover {
  color: #1C5B91;
}
@media (max-width: 1199.98px) {
  .team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen .articles-list {
    justify-content: start;
    -webkit-justify-content: start;
  }
}
@media (max-width: 991.98px) {
  .team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen .articles-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen .articles-list .Qualified-doctors-fourteen {
  background: #DBEFFE;
  color: #26948e;
  padding: 10px 15px;
  border-radius: 8px;
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen .articles-list .Qualified-doctors-fourteentwo {
  color: #6B7280;
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen .articles-list .Qualified-doctors-fourteenthree {
  background: #F3F4F6;
  padding: 10px 12px;
  border-radius: 6px;
  color: #1F2937;
  font-weight: 600;
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen .articles-list .Qualified-doctors-fourteenfour a {
  border-radius: 6px;
  background: #26948e;
  color: #ffffff;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 0 0 #26948e;
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  padding: 10px 12px;
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen .articles-list .Qualified-doctors-fourteenfour a:hover {
  box-shadow: inset 120px 0 0 0 #1C5B91;
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen .rating-fourteen .filled {
  color: #FFC001;
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen .rating-fourteen i {
  font-size: 18px;
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen .rating-fourteen .average-rating {
  font-size: 14px;
  color: #D1D5DB;
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen p {
  color: #6B7280;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen p i {
  color: #6B7280;
  margin: 0 7px 0 0;
}
.team-section-fourteen .articles-grid-fourteen .articles-info .articles-right .articles-content-fourteen p span {
  color: #1F2937;
  font-weight: 500;
}
.team-section-fourteen .banner-imgfourteenseven {
  position: absolute;
  bottom: 50px;
  left: 30px;
  animation: spin 3000ms linear infinite;
}
.team-section-fourteen .banner-imgfourteeneight {
  position: absolute;
  top: 70px;
  right: 50%;
  animation: spin 3000ms linear infinite;
}
@media (max-width: 991.98px) {
  .team-section-fourteen .banner-imgfourteeneight {
    display: none;
  }
}
.team-section-fourteen .banner-imgfourteennine {
  position: absolute;
  right: 50px;
  bottom: 70px;
  animation: spin 3000ms linear infinite;
}
.blog-section-fourteen {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1199.98px) {
  .blog-section-fourteen {
    padding: 50px 0;
  }
}
.blog-section-fourteen .bg-shapes .shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.blog-section-fourteen .blog-inner-fourt-all {
  border-radius: 10px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 40px;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main {
  padding: 24px;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-img {
  position: relative;
  margin: 0 0 20px 0;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-img .blog-inner-right-inner {
  position: relative;
  border-radius: 20px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-img:hover > img {
  border-radius: 20px;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content {
  position: absolute;
  top: 19px;
  left: 19px;
  padding: 5px 10px 5px 5px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content img {
  width: 35px;
  height: 35px;
  border-radius: 50px;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-top-content span {
  font-size: 14px;
  color: #4B5563;
  font-weight: 600;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-fourt-care {
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-inner-right-fourt-care:hover {
  color: #26948e;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list {
  margin: 0 0 20px 0;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list li {
  color: #4B5563;
  font-size: 16px;
  margin: 0 20px 0 0;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list li i {
  color: #4B5563;
  margin-right: 5px;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list-two {
  margin: 10px 0 0 0;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list-two li {
  background: #DBEFFE;
  color: #26948e;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 10px 0 0;
  padding: 7px 16px;
  border-radius: 8px;
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list-two li:last-child {
  margin: 10px 0 0 0;
}
@media (max-width: 767.98px) {
  .blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt .blog-articles-list-two li {
    font-size: 14px;
    margin: 10px 8px 0 0;
    padding: 4px 10px;
  }
}
.blog-section-fourteen .blog-inner-fourt-all .blog-inner-fourt-main .blog-inner-right-fourt p {
  color: #6B7280;
  font-size: 16px;
  margin: 0 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-section-fourteen .blog-btn-sec {
  margin: 16px 0 0 0;
}
.blog-section-fourteen .blog-btn-sec .btn-view {
  padding: 15px 20px;
  font-size: 15px;
  color: #ffffff;
  background: #26948e;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 0 0 #26948e;
  font-weight: 600;
  border: 1px solid #26948e;
}
@media (max-width: 991.98px) {
  .blog-section-fourteen .blog-btn-sec .btn-view {
    padding: 12px 13px;
  }
}
.blog-section-fourteen .blog-btn-sec .btn-view:hover {
  box-shadow: inset 220px 0 0 0 #1C5B91;
  border-color: #1C5B91;
}
.choose-us-fourteen {
  background: #312E81;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1199.98px) {
  .choose-us-fourteen {
    padding: 50px 0;
  }
}
.choose-us-fourteen .bg-shapes img {
  position: absolute;
}
.choose-us-fourteen .bg-shapes .shape-1 {
  left: 5%;
  top: 25%;
  animation: spin 3000ms linear infinite;
}
.choose-us-fourteen .bg-shapes .shape-2 {
  right: 10%;
  bottom: 15%;
  animation: spin 3000ms linear infinite;
}
@media (max-width: 991.98px) {
  .choose-us-fourteen .choose-us-image {
    text-align: center;
    margin-bottom: 24px;
  }
}
.choose-us-fourteen .choose-content {
  margin-left: 100px;
}
@media (max-width: 1399.98px) {
  .choose-us-fourteen .choose-content {
    margin-left: 50px;
  }
}
@media (max-width: 991.98px) {
  .choose-us-fourteen .choose-content {
    margin-left: 0;
  }
}
.choose-us-fourteen .choose-content .section-header-fourteen {
  text-align: left;
}
.choose-us-fourteen .choose-content .section-header-fourteen h6 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
.choose-us-fourteen .choose-content .section-header-fourteen h2 {
  color: #ffffff;
}
.choose-us-fourteen .choose-content .section-header-fourteen p {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}
.choose-us-fourteen .choose-content ul {
  margin-bottom: 25px;
}
.choose-us-fourteen .choose-content ul li {
  color: #ffffff;
  margin: 0 0 15px;
  padding: 0 0 0 28px;
  position: relative;
}
.choose-us-fourteen .choose-content ul li:last-child {
  margin-bottom: 0;
}
.choose-us-fourteen .choose-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  color: #10B981;
}
.choose-us-fourteen .choose-content .choose-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
}
.choose-us-fourteen .choose-content .choose-list .num-item {
  margin: 15px 68px 0 0;
}
.choose-us-fourteen .choose-content .choose-list .num-item h3 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .choose-us-fourteen .choose-content .choose-list .num-item h3 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .choose-us-fourteen .choose-content .choose-list .num-item h3 {
    font-size: 24px;
  }
}
.choose-us-fourteen .choose-content .choose-list .num-item h5 {
  color: #ffffff;
  margin-bottom: 0;
}
.choose-us-fourteen .choose-content .choose-list .num-item:last-child {
  margin-right: 0;
}
.choose-us-fourteen .you-get-list ul {
  list-style: none;
  padding: 0;
}
.choose-us-fourteen .you-get-list ul li {
  margin-bottom: 30px;
}
.choose-us-fourteen .you-get-list ul li:last-child {
  margin: 0;
}
.choose-us-fourteen .you-get-list ul li .get-list-content {
  background-image: url("./media/chooseus-ryt-1-GU7YUZNC.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
  transition: 0.5s;
}
@media (max-width: 1399.98px) {
  .choose-us-fourteen .you-get-list ul li .get-list-content {
    padding: 22px 30px 30px 30px;
  }
}
@media (max-width: 1199.98px) {
  .choose-us-fourteen .you-get-list ul li .get-list-content {
    background: #F2F6F6;
    border-radius: 30px;
  }
}
@media (max-width: 991.98px) {
  .choose-us-fourteen .you-get-list ul li .get-list-content {
    background: #F2F6F6;
    border-radius: 30px;
  }
}
@media (max-width: 575.98px) {
  .choose-us-fourteen .you-get-list ul li .get-list-content {
    flex-direction: column;
  }
}
.choose-us-fourteen .you-get-list ul li .get-list-content.second-bg {
  background-image: url("./media/chooseus-ryt-2-DGWETYFY.png");
}
@media (max-width: 1199.98px) {
  .choose-us-fourteen .you-get-list ul li .get-list-content.second-bg {
    background: #F2F6F6;
    border-radius: 30px;
  }
}
@media (max-width: 991.98px) {
  .choose-us-fourteen .you-get-list ul li .get-list-content.second-bg {
    background: #F2F6F6;
    border-radius: 30px;
  }
}
.choose-us-fourteen .you-get-list ul li .get-list-content:hover .get-icon {
  background: #26948e;
  transition: 0.5s;
}
.choose-us-fourteen .you-get-list ul li .get-list-content:hover .get-icon img {
  filter: invert(0) brightness(100);
  transition: 0.5s;
}
.choose-us-fourteen .you-get-list ul li .get-list-content .get-icon {
  margin: 0 20px 0 0;
  padding: 25px;
  background: #ffffff;
  border-radius: 20px;
  transition: 0.5s;
}
@media (max-width: 575.98px) {
  .choose-us-fourteen .you-get-list ul li .get-list-content .get-icon {
    margin: 0 0 20px 0;
    padding: 25px;
  }
}
@media (max-width: 575.98px) {
  .choose-us-fourteen .you-get-list ul li .get-list-content .get-icon-right {
    text-align: center;
  }
}
.choose-us-fourteen .you-get-list ul li .get-list-content .get-icon-right h3 {
  font-weight: 600;
  margin: 0 0 5px 0;
}
.choose-us-fourteen .you-get-list ul li .get-list-content .get-icon-right p {
  color: #6B7280;
  font-size: 14px;
  margin: 0;
  max-width: 412px;
}
.choose-us-fourteen .choose-us-right-main {
  position: relative;
}
@media (max-width: 991.98px) {
  .choose-us-fourteen .choose-us-right-main {
    display: none;
  }
}
.choose-us-fourteen .choose-us-right-main .banner-imgfourteenten {
  position: absolute;
  top: 150px;
  right: 180px;
  animation: spin 3000ms linear infinite;
}
@media (max-width: 1199.98px) {
  .choose-us-fourteen .choose-us-right-main .banner-imgfourteenten {
    right: 120px;
  }
}
.clients-section-fourteen {
  position: relative;
  padding: 80px 0;
  background: #F3F4F6;
}
@media (max-width: 1199.98px) {
  .clients-section-fourteen {
    padding: 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .clients-section-fourteen {
    padding: 50px 0;
  }
}
.clients-section-fourteen .client-inner-main {
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}
@media (max-width: 991.98px) {
  .clients-section-fourteen .client-inner-main {
    display: none;
  }
}
.clients-section-fourteen .feedback-slider-fourteen .owl-nav {
  text-align: end;
}
@media (max-width: 991.98px) {
  .clients-section-fourteen .feedback-slider-fourteen .owl-nav {
    text-align: center;
  }
}
.clients-section-fourteen .feedback-slider-fourteen .owl-nav .owl-prev,
.clients-section-fourteen .feedback-slider-fourteen .owl-nav .owl-next {
  width: 46px;
  height: 46px;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  text-shadow: none;
  top: 0;
  cursor: pointer;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .clients-section-fourteen .feedback-slider-fourteen .owl-nav .owl-prev,
  .clients-section-fourteen .feedback-slider-fourteen .owl-nav .owl-next {
    width: 36px;
    height: 36px;
  }
}
.clients-section-fourteen .feedback-slider-fourteen .owl-nav .owl-prev:hover,
.clients-section-fourteen .feedback-slider-fourteen .owl-nav .owl-next:hover {
  background: #26948e;
  color: #ffffff;
}
.clients-section-fourteen .feedback-card {
  border-radius: 10px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 0 0 40px;
}
.clients-section-fourteen .feedback-card .feedback-card-body {
  padding: 30px;
}
.clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .feedback-inner-img {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: -85px 0 10px 0;
}
.clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .feedback-inner-img h6 {
  color: #1F2937;
  font-size: 16px;
}
.clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .feedback-inner-img img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
}
.clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .rating-fourteen {
  margin: 0 0 24px 0;
}
.clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .rating-fourteen .filled {
  color: #FFC001;
}
.clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main .rating-fourteen i {
  color: #E5E7EB;
  font-size: 18px;
}
.clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main p {
  color: #4B5563;
  font-size: 16px;
  margin: 0 0 24px 0;
}
.clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
@media (max-width: 991.98px) {
  .clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main h4 {
    font-size: 18px;
  }
}
.clients-section-fourteen .feedback-card .feedback-card-body .feedback-inner-main h6 {
  color: #4B5563;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.contact-section-fourteen {
  background: #F2F6F6;
  margin: 0 0 -200px 0;
}
.contact-section-fourteen .contact-schedule-main {
  background: #26948e;
  border-radius: 30px;
  position: relative;
  box-shadow: 0px 30px 60px rgba(49, 46, 129, 0.2);
}
.contact-section-fourteen .contact-schedule-main .scheduling-left-main {
  padding: 95px 80px 95px 110px;
}
@media (max-width: 1399.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-left-main {
    padding: 75px 80px 75px 90px;
  }
}
@media (max-width: 1199.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-left-main {
    padding: 25px 40px 25px 50px;
  }
}
@media (max-width: 991.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-left-main {
    padding: 30px 10px 30px 10px;
    text-align: center;
  }
}
.contact-section-fourteen .contact-schedule-main .scheduling-left-main h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 10px 0;
}
@media (max-width: 991.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-left-main h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-left-main h2 {
    font-size: 28px;
  }
}
.contact-section-fourteen .contact-schedule-main .scheduling-left-main p {
  font-size: 24px;
  color: #ffffff;
  margin: 0 0 55px 0;
}
@media (max-width: 991.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-left-main p {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
}
.contact-section-fourteen .contact-schedule-main .scheduling-left-main ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-left-main ul {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-left-main ul {
    flex-direction: column;
    align-items: center;
  }
}
.contact-section-fourteen .contact-schedule-main .scheduling-left-main ul li {
  list-style: none;
  margin: 0 20px 0 0;
}
.contact-section-fourteen .contact-schedule-main .scheduling-left-main ul li:last-child {
  margin: 0;
}
@media (max-width: 575.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-left-main ul li {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.contact-section-fourteen .contact-schedule-main .scheduling-left-main ul li a {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 6px;
  color: #26948e;
  border: 2px solid #ffffff;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 1399.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-left-main ul li a {
    padding: 13px 14px;
  }
}
@media (max-width: 1199.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-left-main ul li a {
    padding: 13px 8px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-left-main ul li a {
    width: 100%;
  }
}
.contact-section-fourteen .contact-schedule-main .scheduling-left-main ul li a:hover {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.contact-section-fourteen .contact-schedule-main .scheduling-right-main {
  position: relative;
  margin: -95px 0 0 0;
}
@media (max-width: 1399.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-right-main {
    margin: -53px 27px 0 0;
  }
}
@media (max-width: 991.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-right-main {
    display: none;
  }
}
.contact-section-fourteen .contact-schedule-main .scheduling-right-main .scheduling-right-img {
  position: absolute;
  top: 40%;
  left: 14px;
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}
@media (max-width: 991.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-right-main .scheduling-right-img {
    display: none;
  }
}
.contact-section-fourteen .contact-schedule-main .scheduling-right-main .scheduling-right-imgtwo {
  position: absolute;
  right: 15px;
  bottom: 10%;
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}
@media (max-width: 991.98px) {
  .contact-section-fourteen .contact-schedule-main .scheduling-right-main .scheduling-right-imgtwo {
    display: none;
  }
}
.contact-section-fourteen .contact-schedule-main .contact-inner-image {
  position: absolute;
  top: 0;
  left: 135px;
}
@media (max-width: 991.98px) {
  .contact-section-fourteen .contact-schedule-main .contact-inner-image {
    display: none;
  }
}
.section-header-fourteen {
  margin: 0 0 40px 0;
}
@media (max-width: 991.98px) {
  .section-header-fourteen {
    text-align: center;
  }
}
.section-header-fourteen .service-inner-fourteen {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .section-header-fourteen .service-inner-fourteen {
    justify-content: center !important;
  }
}
.section-header-fourteen .service-inner-fourteen .service-inner-fourteen-one {
  background: #26948e;
  content: "";
  width: 50px;
  height: 3px;
}
.section-header-fourteen .service-inner-fourteen .service-inner-fourteen-two h3 {
  color: #26948e;
  font-size: 30px;
  margin: 0 20px;
}
@media (max-width: 1199.98px) {
  .section-header-fourteen .service-inner-fourteen .service-inner-fourteen-two h3 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .section-header-fourteen .service-inner-fourteen .service-inner-fourteen-two h3 {
    font-size: 22px;
  }
}
.section-header-fourteen .service-inner-fourteen .service-inner-fourteen-three {
  background: #26948e;
  content: "";
  width: 50px;
  height: 3px;
}
.section-header-fourteen h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
}
.section-header-fourteen h2 span {
  position: relative;
}
.section-header-fourteen h2 span::before {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #99F6E4;
}
@media (max-width: 1199.98px) {
  .section-header-fourteen h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .section-header-fourteen h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .section-header-fourteen h2 {
    font-size: 24px;
  }
}
.section-header-fourteen p {
  font-size: 16px;
  color: #4B5563;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .section-header-fourteen p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .section-header-fourteen p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .section-header-fourteen {
    margin: 0 0 30px 0;
  }
}
.slide-nav-14 button.owl-next,
.slide-nav-14 button.owl-prev,
.slide-nav-15 button.owl-next,
.slide-nav-15 button.owl-prev {
  background: #E2E8F0;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  color: #94A3B8;
  text-shadow: none;
  font-size: 24px;
  border: none;
}
@media (max-width: 991.98px) {
  .slide-nav-14 button.owl-next,
  .slide-nav-14 button.owl-prev,
  .slide-nav-15 button.owl-next,
  .slide-nav-15 button.owl-prev {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0 10px 30px 0;
  }
}
.slide-nav-14 button.owl-next:hover,
.slide-nav-14 button.owl-prev:hover,
.slide-nav-15 button.owl-next:hover,
.slide-nav-15 button.owl-prev:hover {
  background: #BFE0FE;
  color: #1D7ED8;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.main-wrapper.home-fifteen {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-fifteen {
    font-size: 15px;
  }
}
.banner-section-fifteen {
  position: relative;
  padding: 85px 0 0 0;
  background-color: #ffffff;
  z-index: 1;
  background-image: url("./media/ent-banner-bg-02-ZG2WE6FY.png");
  background-position: right top;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .banner-section-fifteen {
    background-image: none;
  }
}
.banner-section-fifteen .sec-bg .ban-blue-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner-section-fifteen .banner-content-fifteen {
  margin: 110px 0 0 0;
  padding: 0 0 47px 0;
}
@media (max-width: 991.98px) {
  .banner-section-fifteen .banner-content-fifteen {
    margin: 35px 0 0 0;
    padding: 0 0 47px 0;
  }
}
.banner-section-fifteen .banner-content-fifteen h2 {
  color: #374151;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 991.98px) {
  .banner-section-fifteen .banner-content-fifteen h2 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-fifteen .banner-content-fifteen h2 {
    font-size: 18px;
  }
}
.banner-section-fifteen .banner-content-fifteen h1 {
  color: #374151;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 700;
  max-width: 650px;
}
@media (max-width: 1399.98px) {
  .banner-section-fifteen .banner-content-fifteen h1 {
    font-size: 54px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-fifteen .banner-content-fifteen h1 {
    font-size: 46px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-fifteen .banner-content-fifteen h1 {
    font-size: 40px;
  }
}
.banner-section-fifteen .banner-content-fifteen .banner-btns-fifteen {
  margin: 0 0 35px 0;
}
.banner-section-fifteen .banner-content-fifteen .banner-btns-fifteen .btn-primary {
  font-weight: 600;
  background: #26948e;
  position: relative;
  padding: 10px 30px;
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 479.98px) {
  .banner-section-fifteen .banner-content-fifteen .banner-btns-fifteen .btn-primary {
    width: 100%;
  }
}
.banner-section-fifteen .banner-content-fifteen .banner-btns-fifteen .btn-primary:hover {
  background: #0CE0FF;
  box-shadow: inset 0 100px 0 0 #0CE0FF;
  color: #ffffff;
  border: 1px solid #0CE0FF;
}
.banner-section-fifteen .banner-content-fifteen .banner-btns-fifteen .btns-primarytwo {
  background: #22D6EE;
  border: 1px solid #22D6EE;
}
.banner-section-fifteen .banner-content-fifteen .banner-btns-fifteen .btns-primarytwo:hover {
  background: #26948e;
  box-shadow: inset 0 100px 0 0 #26948e;
  border: 1px solid #26948e;
}
.banner-section-fifteen .banner-content-fifteen .aboutus-companyimg {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.banner-section-fifteen .banner-content-fifteen .aboutus-companyimg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 56, 115, 0.25);
  z-index: 1;
  border-radius: 10px;
}
.banner-section-fifteen .banner-content-fifteen .aboutus-companyimg a img {
  border-radius: 10px;
}
.banner-section-fifteen .banner-content-fifteen .aboutus-companyimg a .playicon {
  position: absolute;
  top: 38%;
  right: 44%;
  z-index: 2;
}
.banner-section-fifteen .banner-content-fifteen .aboutus-companyimg a .playicon span {
  width: 33px;
  height: 33px;
  background: #26948e;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
}
.banner-section-fifteen .banner-content-fifteen .watch-video-fifteen {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .banner-section-fifteen .banner-content-fifteen .watch-video-fifteen {
    justify-content: center;
  }
}
.banner-section-fifteen .banner-content-fifteen .watch-video-fifteen img {
  margin-right: 7px;
}
.banner-section-fifteen .banner-content-fifteen .watch-video-fifteen h6 {
  color: #1F2937;
  margin-bottom: 0;
}
.banner-section-fifteen .banner-content-fifteen .support-consult-main {
  margin-left: 50px;
}
@media (max-width: 991.98px) {
  .banner-section-fifteen .banner-content-fifteen .support-consult-main {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-fifteen .banner-content-fifteen .support-consult-main {
    margin-left: 0;
  }
}
.banner-section-fifteen .banner-content-fifteen .support-consult-main .support-consult {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 479.98px) {
  .banner-section-fifteen .banner-content-fifteen .support-consult-main .support-consult {
    display: block;
  }
}
.banner-section-fifteen .banner-content-fifteen .support-consult-main .support-consult:last-child {
  margin-bottom: 0;
}
@media (max-width: 479.98px) {
  .banner-section-fifteen .banner-content-fifteen .support-consult-main .support-consult .support-consult-img {
    margin-bottom: 8px;
  }
}
.banner-section-fifteen .banner-content-fifteen .support-consult-main .support-consult .support-consult-img img {
  padding: 10px;
  background: #26948e;
  border-radius: 5px;
  margin-right: 7px;
}
@media (max-width: 479.98px) {
  .banner-section-fifteen .banner-content-fifteen .support-consult-main .support-consult .support-consult-img img {
    margin-right: 0;
  }
}
.banner-section-fifteen .banner-content-fifteen .support-consult-main .support-consult .support-consult-right h6 {
  color: #1F2937;
  margin-bottom: 0;
}
.banner-section-fifteen .banner-content-fifteen .support-consult-main .support-consult .support-consult-right .rating-fifteen {
  margin-bottom: 0;
}
.banner-section-fifteen .banner-content-fifteen .support-consult-main .support-consult .support-consult-right .rating-fifteen i.filled {
  color: #FFC001;
}
.banner-section-fifteen .banner-content-fifteen .support-consult-main .support-consult .support-consult-right span {
  font-size: 14px;
  color: #6B7280;
}
.banner-section-fifteen .banner-right-fifteen {
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-section-fifteen .banner-right-fifteen {
    display: none;
  }
}
.banner-section-fifteen .banner-right-fifteen .banner-right-fifteenone {
  position: absolute;
  top: 100px;
  left: -130px;
  animation: mover 1s infinite alternate;
}
@media (max-width: 1399.98px) {
  .banner-section-fifteen .banner-right-fifteen .banner-right-fifteenone {
    top: 130px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-fifteen .banner-right-fifteen .banner-right-fifteenone {
    display: none;
  }
}
.banner-section-fifteen .banner-right-fifteen .banner-right-fifteentwo {
  position: absolute;
  top: 77px;
  left: 40px;
  animation: spin 3000ms linear infinite;
}
.banner-section-fifteen .banner-right-fifteen .banner-right-fifteenthree {
  position: absolute;
  top: 250px;
  right: 0px;
  animation: spin 3000ms linear infinite;
}
@media (max-width: 1199.98px) {
  .banner-section-fifteen .banner-right-fifteen .banner-right-fifteenthree {
    position: absolute;
    top: 250px;
    right: 0px;
  }
}
.banner-section-fifteen .banner-right-fifteen .banner-right-fifteenfour {
  position: absolute;
  right: 0px;
  bottom: 100px;
}
@media (max-width: 1199.98px) {
  .banner-section-fifteen .banner-right-fifteen .banner-right-fifteenfour {
    position: absolute;
    right: 0px;
    bottom: 100px;
  }
}
.banner-section-fifteen .banner-right-fifteen .banner-right-fifteenfive {
  position: absolute;
  top: 10px;
  right: -50px;
  animation: mover 1s infinite alternate;
}
@media (max-width: 1199.98px) {
  .banner-section-fifteen .banner-right-fifteen .banner-right-fifteenfive {
    position: absolute;
    top: 10px;
    right: 0px;
  }
}
.banner-section-fifteen .banner-right-fifteen .banner-right-fifteensix {
  position: absolute;
  bottom: 0;
  left: -30px;
}
@media (max-width: 1199.98px) {
  .banner-section-fifteen .banner-right-fifteen .banner-right-fifteensix {
    display: none;
  }
}
.banner-section-fifteen .banner-right-fifteen .banner-right-fifteenseven {
  position: absolute;
  top: 150px;
  right: 0px;
}
@media (max-width: 1199.98px) {
  .banner-section-fifteen .banner-right-fifteen .banner-right-fifteenseven {
    position: absolute;
    top: 150px;
    right: 0px;
  }
}
.banner-section-fifteen .banner-right-fifteen .banner-right-fifteeneight {
  position: absolute;
  bottom: 40px;
  left: 210px;
  animation: mover 1s infinite alternate;
}
.banner-section-fifteen .banner-right-fifteennine {
  position: absolute;
  bottom: 40px;
  left: 210px;
}
.services-section-fifteen {
  position: relative;
  padding: 80px 0 56px 0;
}
@media (max-width: 991.98px) {
  .services-section-fifteen {
    padding: 26px 0;
    background: #F4F4F4;
  }
}
.services-section-fifteen .service-bg-icon {
  position: absolute;
  top: 250px;
  right: 40px;
  z-index: -1;
}
.services-section-fifteen .doctor-profile-widget-fifteen {
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.0784313725);
  background: #fff;
  margin-bottom: 24px;
  padding: 15px;
  border-radius: 10px;
}
.services-section-fifteen .doctor-profile-widget-fifteen .doc-pro-img .doctor-profile-img {
  border-radius: 10px;
  margin-bottom: 13px;
}
.services-section-fifteen .doctor-profile-widget-fifteen .doc-content-bottom .doc-content-split {
  margin-bottom: 15px;
}
.services-section-fifteen .doctor-profile-widget-fifteen .doc-content-bottom .doc-content-split a {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.services-section-fifteen .doctor-profile-widget-fifteen .doc-content-bottom .doc-content-split a:hover {
  color: #1B5D92;
}
.services-section-fifteen .doctor-profile-widget-fifteen .doc-content-bottom p {
  color: #374151;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  overflow: hidden;
}
.services-section-fifteen .doctor-profile-widget-fifteen .doc-content-bottom span {
  background: #E8F1FF;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  color: #26948e;
}
.Patients-section-fifteen {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: #F9FCFF;
}
@media (max-width: 991.98px) {
  .Patients-section-fifteen {
    padding: 50px 0;
    text-align: center;
  }
}
.Patients-section-fifteen .patient-fifteen-icon {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}
.Patients-section-fifteen .sec-bg-img .blue-rec-bg {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: -1;
}
.Patients-section-fifteen .section-header-fifteenpatient {
  margin-bottom: 25px;
}
.Patients-section-fifteen p {
  margin-bottom: 25px;
  color: #374151;
}
.Patients-section-fifteen .service-patient-inflict {
  text-align: center;
}
@media (max-width: 575.98px) {
  .Patients-section-fifteen .service-patient-inflict {
    margin-bottom: 15px;
  }
}
.Patients-section-fifteen .service-patient-inflict .service-patient-inflictimg {
  background: #E3FBFF;
  width: 196px;
  height: 120px;
  border-radius: 10px;
  margin: auto auto 15px auto;
}
@media (max-width: 1399.98px) {
  .Patients-section-fifteen .service-patient-inflict .service-patient-inflictimg {
    width: 175px;
  }
}
@media (max-width: 1199.98px) {
  .Patients-section-fifteen .service-patient-inflict .service-patient-inflictimg {
    width: 150px;
  }
}
.Patients-section-fifteen .service-patient-inflict h6 {
  color: #374151;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.Patients-section-fifteen .service-patient-inflict .clients-fifteen-span {
  margin-bottom: 5px;
}
.Patients-section-fifteen .service-patient-inflict .clients-fifteen-span h3 {
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
.Patients-section-fifteen .service-patient-inflict .clients-fifteen-span span {
  font-weight: 600;
  font-size: 24px;
  color: #1F2937;
}
.Patients-section-fifteen .patients-left-front {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
@media (max-width: 991.98px) {
  .Patients-section-fifteen .patients-left-front {
    display: none;
  }
}
.Patients-section-fifteen .patients-left-front.patients-left-img {
  animation-name: bounce-1;
  animation-timing-function: linear;
}
.doctors-section-fifteen {
  position: relative;
  padding: 80px 0;
  background: #DBEFFE;
}
@media (max-width: 991.98px) {
  .doctors-section-fifteen {
    padding: 50px 0;
  }
}
.doctors-section-fifteen .doctor-fifteen-icon {
  position: absolute;
  top: 100px;
  right: 0;
}
.doctors-section-fifteen .doctors-fifteen-icon {
  position: absolute;
  right: 200px;
  bottom: 0;
}
.doc-content-fift {
  padding: 15px;
}
.doc-content-fift a {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}
.doc-content-fift a:hover {
  color: #0CE0FF;
}
.doc-content-fift p {
  color: #374151;
  margin-bottom: 0;
}
.doc-content-fift p span {
  color: #1F2937;
}
.doc-content-fift .product-price {
  color: #000000;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
}
.doc-content-fift .rate-fifteen {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E5E7EB;
}
.doc-content-fift .rate-fifteen .rate-four {
  padding: 5px 10px;
  background: #FFC001;
  border-radius: 5px;
  color: #ffffff;
}
.doc-content-fift .rate-fifteen ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.doc-content-fift .rate-fifteen ul li {
  width: 31px;
  height: 27px;
  background: #F3F4F6;
  color: #374151;
  border-radius: 5px;
  margin-right: 5px;
}
.doc-content-fift .rate-fifteen ul li:last-child {
  margin-right: 0;
}
.doc-content-fift .rate-fifteen ul.fift-rate li {
  padding: 5px;
  width: auto;
  height: auto;
}
.doc-content-fift .fift-bottom-content h3 {
  color: #1F2937;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .doc-content-fift .fift-bottom-content h3 {
    font-size: 20px;
  }
}
.doc-content-fift .fift-bottom-content h3 span {
  color: #6B7280;
  text-decoration: line-through;
  font-size: 18px;
}
.doc-content-fift .fift-bottom-content a {
  padding: 10px 25px;
  background: #26948e;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 0;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 0 0 #26948e;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .doc-content-fift .fift-bottom-content a {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.doc-content-fift .fift-bottom-content a:hover {
  box-shadow: inset 0 0 0 30px #2DD4BF;
}
.item.item-fifteen .doctor-profile-widget {
  border: none;
}
.item.item-fifteen .doctor-profile-widget.doctor-profile-widget-fift {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  margin: 10px 0;
  border-radius: 10px;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img .item-info {
  position: absolute;
  top: 20px;
  left: 20px;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img .item-info h6 {
  margin-bottom: 0;
  background: #DE3F44;
  border-radius: 5px;
  padding: 10px;
  color: #ffffff;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img .doctor-amount .fav-icon {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  font-size: 17px;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img .doctor-amount .fav-icon.fav-icon-fifteen {
  background: #EEEEF3;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img .doctor-amount .fav-icon.selected {
  background: #26948e;
  color: #ffffff;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img .doctor-amount .fav-icon:hover {
  background: #26948e;
  color: #ffffff;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img.doc-pro-img-fifteen {
  padding: 56px 0;
  border-bottom: 1px solid #E5E5EB;
  transition: 0.5s all;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img.doc-pro-img-fifteen .doctor-profile-img-fifteen {
  width: 208px;
  height: 208px;
  margin: auto;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img.doc-pro-img-fifteen:after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s all;
  border-radius: 10px 10px 0 0;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img.doc-pro-img-fifteen:hover:after {
  opacity: 1;
  transition: 0.5s all;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img.doc-pro-img-fifteen:hover .overlay-icons {
  opacity: 1;
  transition: 0.5s all;
  top: 50%;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img.doc-pro-img-fifteen .overlay-icons {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s all;
  z-index: 1;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img.doc-pro-img-fifteen .overlay-icons a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #26948e;
  background: #ffffff;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img.doc-pro-img-fifteen .overlay-icons a:last-child {
  margin-right: 0;
}
.item.item-fifteen .doctor-profile-widget .doc-pro-img.doc-pro-img-fifteen .overlay-icons a:hover {
  background: #26948e;
  color: #ffffff;
}
.pharmacy-section-fifteen {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .pharmacy-section-fifteen {
    padding: 50px 0;
  }
}
.pharmacy-section-fifteen .sec-bg .tablet-left {
  position: absolute;
  left: 50px;
  top: 40%;
  z-index: -1;
}
.pharmacy-section-fifteen .sec-bg .tablet-right {
  position: absolute;
  right: 50px;
  top: 100px;
  z-index: -1;
}
.feedback-section-fifteen {
  position: relative;
  padding: 40px 0 80px 0;
}
@media (max-width: 1199.98px) {
  .feedback-section-fifteen {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 991.98px) {
  .feedback-section-fifteen {
    padding: 0 0 50px 0;
  }
}
.feedback-section-fifteen .feedback-schedule-all {
  background:
    linear-gradient(
      92.16deg,
      #61AEFF 0.85%,
      #26948e 76.47%);
  border-radius: 10px;
}
.feedback-section-fifteen .feedback-schedule-all .feedback-inner-main {
  margin: -45px 0 0 30px;
}
@media (max-width: 1399.98px) {
  .feedback-section-fifteen .feedback-schedule-all .feedback-inner-main {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 991.98px) {
  .feedback-section-fifteen .feedback-schedule-all .feedback-inner-main {
    display: none;
  }
}
.feedback-section-fifteen .feedback-schedule-all .feedback-fifteen-content {
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .feedback-section-fifteen .feedback-schedule-all .feedback-fifteen-content {
    text-align: center;
  }
}
.feedback-section-fifteen .feedback-schedule-all .feedback-fifteen-content .feedback-fift-img {
  width: 66px;
  height: 17px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .feedback-section-fifteen .feedback-schedule-all .feedback-fifteen-content .feedback-fift-img {
    margin: auto auto 15px auto;
  }
}
.feedback-section-fifteen .feedback-schedule-all .feedback-fifteen-content h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  max-width: 650px;
}
@media (max-width: 991.98px) {
  .feedback-section-fifteen .feedback-schedule-all .feedback-fifteen-content h3 {
    max-width: 100%;
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .feedback-section-fifteen .feedback-schedule-all .feedback-fifteen-content h3 {
    font-size: 26px;
  }
}
.feedback-section-fifteen .feedback-schedule-all .feedback-fifteen-content p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
}
.feedback-section-fifteen .feedback-schedule-all .feedback-fifteen-content a {
  padding: 12px 43px;
  background: #0CE0FF;
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  transition: color 0.5s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 0 0 #26948e;
}
.feedback-section-fifteen .feedback-schedule-all .feedback-fifteen-content a:hover {
  box-shadow: inset 0 0 0 30px #2DD4BF;
}
.appointment-section-fifteen {
  position: relative;
  padding: 80px 0 55px;
  background-color: #26948e;
  background-image: url("./media/book-appointment-bg-FYGHLKN2.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 58% 100%;
}
@media (max-width: 991.98px) {
  .appointment-section-fifteen {
    padding: 50px 0;
    background-image: none;
    text-align: center;
  }
}
.appointment-section-fifteen .appointment-schedule-main h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .appointment-section-fifteen .appointment-schedule-main h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .appointment-section-fifteen .appointment-schedule-main h2 {
    font-size: 28px;
  }
}
.appointment-section-fifteen .appointment-schedule-main h6 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: normal;
}
.appointment-section-fifteen .appointment-schedule-main p {
  color: #ffffff;
}
.appointment-section-fifteen .appointment-schedule-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 991.98px) {
  .appointment-section-fifteen .appointment-schedule-main ul {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .appointment-section-fifteen .appointment-schedule-main ul {
    flex-wrap: wrap;
  }
}
.appointment-section-fifteen .appointment-schedule-main ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 25px 25px 0;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 151px;
}
@media (max-width: 575.98px) {
  .appointment-section-fifteen .appointment-schedule-main ul li {
    width: 50%;
    margin-right: 1px;
  }
}
.appointment-section-fifteen .appointment-schedule-main ul li:last-child {
  margin-right: 0;
}
.appointment-section-fifteen .appointment-schedule-main ul li .appointment-schedule-img {
  position: relative;
  margin-bottom: 20px;
}
.appointment-section-fifteen .appointment-schedule-main ul li .appointment-schedule-img .appoint-inner-img {
  position: absolute;
  right: -20px;
  bottom: -10px;
}
.appointment-section-fifteen .appointment-schedule-main ul li span {
  font-weight: 500;
  color: #374151;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}
.appointment-section-fifteen .appointment-schedule-main a {
  background: #0CE0FF;
  padding: 15px 25px;
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 0 0 #26948e;
}
.appointment-section-fifteen .appointment-schedule-main a:hover {
  box-shadow: inset 0 0 0 50px #2DD4BF;
}
.appointment-section-fifteen .appointment-right-image {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
@media (max-width: 991.98px) {
  .appointment-section-fifteen .appointment-right-image {
    display: none;
  }
}
.appointment-section-fifteen .appointment-right-image.appoint-fift-img {
  animation-name: bounce-1;
  animation-timing-function: linear;
}
.about-us-section-fifteen {
  position: relative;
  padding: 80px 0;
  background: #F9FCFF;
}
@media (max-width: 991.98px) {
  .about-us-section-fifteen {
    padding: 50px 0;
  }
}
.about-us-section-fifteen .aboutus-img-main {
  position: relative;
}
@media (max-width: 991.98px) {
  .about-us-section-fifteen .aboutus-img-main {
    display: none;
  }
}
.about-us-section-fifteen .aboutus-img-main .aboutus-img-one {
  position: absolute;
  right: 45px;
  bottom: 15px;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.15);
  animation: mover 1s infinite alternate;
}
.about-us-section-fifteen .vertical-slider {
  position: static;
}
.about-us-section-fifteen .vertical-slider .aboutus-fifteen-main {
  background: #ffffff;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
  padding: 15px;
  border-radius: 10px;
  margin: 0 0 15px 0;
}
.about-us-section-fifteen .vertical-slider .aboutus-fifteen-main .aboutus-profile-left {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 0 15px 0;
}
.about-us-section-fifteen .vertical-slider .aboutus-fifteen-main .aboutus-profile-left .aboutus-image {
  margin-right: 7px;
}
.about-us-section-fifteen .vertical-slider .aboutus-fifteen-main .aboutus-profile-left .aboutus-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.about-us-section-fifteen .vertical-slider .aboutus-fifteen-main .aboutus-profile-left h6 {
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 7px;
}
.about-us-section-fifteen .vertical-slider .aboutus-fifteen-main .aboutus-profile-left span {
  color: #6B7280;
  font-size: 14px;
  margin-bottom: 0;
}
.about-us-section-fifteen .vertical-slider .aboutus-fifteen-main p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about-us-section-fifteen .vertical-slider .slick-list {
  padding: 0 !important;
}
.about-us-section-fifteen .vertical-slider .slick-dots {
  position: absolute;
  bottom: 3%;
  left: -42%;
}
@media (max-width: 991.98px) {
  .about-us-section-fifteen .vertical-slider .slick-dots {
    display: none !important;
  }
}
.about-us-section-fifteen .vertical-slider .slick-dots li {
  margin: 0;
  height: 6px;
}
.about-us-section-fifteen .vertical-slider .slick-dots li.slick-active button {
  background-color: #4C58A0;
}
.about-us-section-fifteen .vertical-slider .slick-arrow {
  position: absolute;
  bottom: 0;
}
.about-us-section-fifteen .vertical-slider .slick-prev {
  position: absolute;
  top: 95%;
  left: 84%;
  width: 45px;
  height: 45px;
  border-radius: 10px;
}
@media (max-width: 1399.98px) {
  .about-us-section-fifteen .vertical-slider .slick-prev {
    left: 80%;
  }
}
@media (max-width: 1199.98px) {
  .about-us-section-fifteen .vertical-slider .slick-prev {
    left: 76%;
  }
}
@media (max-width: 991.98px) {
  .about-us-section-fifteen .vertical-slider .slick-prev {
    top: 50%;
    left: 0%;
  }
}
.about-us-section-fifteen .vertical-slider .slick-prev::before {
  content: "\f053";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 13px;
}
.about-us-section-fifteen .vertical-slider .slick-prev:hover {
  background: #1C5B91;
}
.about-us-section-fifteen .vertical-slider .slick-next {
  top: 95%;
  width: 45px;
  height: 45px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .about-us-section-fifteen .vertical-slider .slick-next {
    top: 50%;
  }
}
.about-us-section-fifteen .vertical-slider .slick-next::before {
  content: "\f054";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 13px;
}
.about-us-section-fifteen .vertical-slider .slick-next:hover {
  background: #1C5B91;
}
.about-us-section-fifteen .vertical-slider .slick-current.aboutus-fifteen-main {
  background: #26948e;
}
.about-us-section-fifteen .vertical-slider .slick-current.aboutus-fifteen-main .aboutus-profile-left h6 {
  color: #ffffff;
}
.about-us-section-fifteen .vertical-slider .slick-current.aboutus-fifteen-main .aboutus-profile-left span {
  color: #ffffff;
}
.about-us-section-fifteen .vertical-slider .slick-current.aboutus-fifteen-main p {
  color: #ffffff;
}
.frequently-section-fifteen {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .frequently-section-fifteen {
    padding: 50px 0;
  }
}
.frequently-section-fifteen .faq-main-cards .faq-card {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 24px;
}
.frequently-section-fifteen .faq-main-cards .faq-card .faq-title a {
  font-size: 20px;
  color: #000000;
  width: 100%;
  font-weight: 600;
  display: block;
  position: relative;
}
@media (max-width: 767.98px) {
  .frequently-section-fifteen .faq-main-cards .faq-card .faq-title a {
    font-size: 16px;
  }
}
.frequently-section-fifteen .faq-main-cards .faq-card .faq-title a:not(.collapsed) {
  color: #26948e;
}
.frequently-section-fifteen .faq-main-cards .faq-card .faq-title a:not(.collapsed)::after {
  content: "\f068";
  background: #26948e;
  color: #ffffff;
}
.frequently-section-fifteen .faq-main-cards .faq-card .faq-title a:after {
  content: "+";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
  font-family: "Font Awesome 6 free";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.frequently-section-fifteen .faq-main-cards .faq-card .card-collapse p {
  color: #374151;
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E5E7EB;
}
.section-header-fifteen {
  margin-bottom: 50px;
}
.section-header-fifteen h2 {
  color: #1F2937;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .section-header-fifteen h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .section-header-fifteen h2 {
    font-size: 28px;
  }
}
.section-header-fifteen h2 span {
  color: rgb(14, 130, 253);
}
.section-header-fifteen p {
  color: #707070;
  margin-bottom: 0;
  color: #374151;
  font-size: 20px;
}
.doctor-slider-fifteen .owl-nav {
  text-align: center;
}
.doctor-slider-fifteen .owl-nav button.owl-prev,
.doctor-slider-fifteen .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  background: #ffffff;
  font-size: 13px;
  border-radius: 10px;
  margin-top: 50px;
}
.doctor-slider-fifteen .owl-nav button.owl-prev:hover,
.doctor-slider-fifteen .owl-nav button.owl-next:hover {
  background: #EEEEF3;
}
@media (max-width: 767.98px) {
  .doctor-slider-fifteen .owl-nav button.owl-prev,
  .doctor-slider-fifteen .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
  }
}
.pharmacy-slider-fifteen .owl-nav,
.frequent-slider-fifteen .owl-nav {
  text-align: center;
}
.pharmacy-slider-fifteen .owl-nav button.owl-prev,
.pharmacy-slider-fifteen .owl-nav button.owl-next,
.frequent-slider-fifteen .owl-nav button.owl-prev,
.frequent-slider-fifteen .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  background: #EEEEF3;
  font-size: 13px;
  border-radius: 10px;
  margin-top: 50px;
}
.pharmacy-slider-fifteen .owl-nav button.owl-prev:hover,
.pharmacy-slider-fifteen .owl-nav button.owl-next:hover,
.frequent-slider-fifteen .owl-nav button.owl-prev:hover,
.frequent-slider-fifteen .owl-nav button.owl-next:hover {
  background: #26948e;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .pharmacy-slider-fifteen .owl-nav button.owl-prev,
  .pharmacy-slider-fifteen .owl-nav button.owl-next,
  .frequent-slider-fifteen .owl-nav button.owl-prev,
  .frequent-slider-fifteen .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
  }
}
.playicon {
  position: absolute;
  right: 61%;
  top: 37%;
}
.playicon span {
  width: 48px;
  height: 48px;
  background: #FF008A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.modal-content-video {
  padding: 0 !important;
}
.modal-content-video .modal-content {
  background: #000;
}
.modal-content-video .modal-header {
  border: 0;
}
.modal-content-video .modal-header button.close {
  color: #fff;
  opacity: 1;
  background: #1C5B91;
}
.video-home video {
  width: 100%;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes movers {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-wrapper.home-sixteen {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1199.98px) {
  .main-wrapper.home-sixteen {
    font-size: 15px;
  }
}
.costomic-banner-content {
  position: absolute;
  top: 0;
}
.item-slidersurgery {
  position: relative;
  height: 520px;
}
@media (max-width: 1199.98px) {
  .item-slidersurgery {
    height: auto;
  }
}
.item-slidersurgery::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}
.banner-sliderssurgery .owl-item.active .item-slidersurgery {
  transition: all 0.2s;
}
.banner-sliderssurgery .owl-item.active.activeset .item-slidersurgery {
  transition: all 0.2s;
  transform: scale(1.2);
}
.banner-sliderssurgery .owl-item.active.activeset .item-slidersurgery::after {
  background: transparent;
}
.banner-section-sixteen {
  position: relative;
  padding: 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-sixteen .cosmetic-ban-img {
    display: none;
  }
}
.banner-section-sixteen .banner-content-sixteen {
  padding: 80px 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-sixteen .banner-content-sixteen {
    padding: 50px 0;
  }
}
.banner-section-sixteen .banner-content-sixteen span {
  font-size: 14px;
  color: #26948e;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 10px;
  background: rgba(14, 130, 253, 0.1);
  margin-bottom: 10px;
  display: inline-block;
}
.banner-section-sixteen .banner-content-sixteen h1 {
  color: #ffffff;
  margin-bottom: 26px;
  font-size: 60px;
  max-width: 400px;
}
@media (max-width: 1399.98px) {
  .banner-section-sixteen .banner-content-sixteen h1 {
    font-size: 54px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-sixteen .banner-content-sixteen h1 {
    max-width: 100%;
    font-size: 40px;
  }
}
.banner-section-sixteen .banner-content-sixteen p {
  color: #F3F4F6;
  font-size: 16px;
  margin-bottom: 26px;
}
.banner-section-sixteen .banner-content-sixteen .banner-btns-sixteen .btn-primary {
  padding: 10px 25px;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}
.banner-section-sixteen .banner-content-sixteen .banner-btns-sixteen .btn-primary:hover {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}
.banner-section-sixteen .banner-image-sixteen {
  padding: 41px 0;
}
.banner-section-sixteen .banner-image-sixteen .banner-inner-img-sixteen {
  position: relative;
  z-index: 1;
}
.banner-section-sixteen .banner-image-sixteen .banner-inner-img-sixteen img {
  margin-bottom: 20px;
}
.banner-section-sixteen .banner-image-sixteen .banner-inner-img-sixteen img:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .banner-section-sixteen .banner-image-sixteen {
    display: none;
  }
}
.banner-section-sixteen .ban-sixteen-imgone {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 0;
}
.banner-section-sixteen .ban-sixteen-imgtwo {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 0;
}
.services-section-sixteen {
  position: relative;
  padding: 80px 0;
  z-index: 1;
  background: #F8FBFF;
}
@media (max-width: 991.98px) {
  .services-section-sixteen {
    padding: 50px 0;
  }
}
.services-section-sixteen .discover-you-main {
  text-align: center;
}
.services-section-sixteen .discover-you-main .discover-you-image {
  width: 200px;
  height: 200px;
  background: rgba(14, 130, 253, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: auto auto 20px auto;
}
.services-section-sixteen .discover-you-main .discover-you-image img {
  width: auto;
}
.services-section-sixteen .discover-you-main a {
  color: #1F2937;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.services-section-sixteen .discover-you-main a:hover {
  color: #1C5B91;
}
.services-section-sixteen .discover-you-main p {
  font-size: 14px;
  color: #A2A2A2;
  margin-bottom: 15px;
}
.services-section-sixteen .discover-you-main .discov-innner {
  color: #26948e;
  font-size: 14px;
  font-weight: 500;
}
.services-section-sixteen .discover-you-main .discov-innner i {
  font-size: 10px;
}
.services-section-sixteen .discover-you-main .discov-innner:hover {
  color: #09dca4;
}
.services-section-sixteen .service-sixteen-icon .bg-img-top {
  position: absolute;
  top: 75px;
  left: 45px;
  animation: mover 1s infinite alternate;
}
.services-section-sixteen .service-sixteen-icon .bg-img-bottom {
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .services-section-sixteen .service-sixteen-icon .bg-img-bottom {
    display: none;
  }
}
.treatment-section-sixteen {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .treatment-section-sixteen {
    padding: 50px 0;
  }
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget {
  border: none;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.031372549);
  border-radius: 5px;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .doc-pro-img .doctor-profile-img {
  border-radius: 6px;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .doc-pro-img .doctor-amount {
  position: absolute;
  top: 10px;
  left: 10px;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .doc-pro-img .doctor-amount span {
  padding: 5px 10px;
  border-radius: 0;
  color: #26948e;
  font-size: 14px;
  font-weight: 600;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .doc-content .doc-pro-info {
  align-items: start;
  padding-bottom: 10px;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .doc-content .doc-pro-info .doc-pro-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .doc-content .doc-pro-info .doc-pro-name .img-avatar {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 10px;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .doc-content .doc-pro-info .doc-pro-name .img-avatar img {
  border-radius: 5px;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .doc-content .doc-pro-info .doc-pro-name h5 {
  margin-bottom: 0;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .doc-content .doc-pro-info .doc-pro-name h5 span {
  display: block;
  color: #374151;
  font-weight: normal;
  font-size: 12px;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .doc-content .doc-pro-info .doc-pro-name h5 a {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .doc-content .doc-pro-info .reviews-ratings p span {
  background: none;
  color: #FFBC11;
  font-size: 14px;
  margin: 0 5px 0 0;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .doc-content .doc-pro-info .reviews-ratings p span i {
  margin-right: 4px;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .doc-content .doc-pro-location p i {
  font-size: 17px;
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .btn-primary {
  width: 100%;
  border-radius: 0;
  padding: 10px 20px;
  background: #26948e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #26948e;
  border-radius: 10px;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .btn-primary {
    padding: 10px 20px;
    font-size: 18px;
  }
}
.treatment-section-sixteen .item.item-sixteen .doctor-profile-widget .btn-primary:hover {
  background: #ffffff;
  box-shadow: inset 0 100px 0 0 #ffffff;
  color: #26948e;
}
.treatment-section-sixteen .service-sixteen-icontwo {
  position: absolute;
  right: 25px;
  bottom: 150px;
  animation: mover 1s infinite alternate;
}
.features-section-sixteen {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: #F8FBFF;
}
@media (max-width: 991.98px) {
  .features-section-sixteen {
    padding: 50px 0;
  }
}
.features-section-sixteen .sec-vector {
  position: absolute;
  left: 0;
  bottom: 0;
}
.features-section-sixteen .feature-sixteen-main .feature-six-img {
  position: relative;
}
.features-section-sixteen .feature-sixteen-main .feature-six-img::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.5s;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.42) 100%);
}
.features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six {
  position: absolute;
  bottom: 27px;
  text-align: center;
  width: 100%;
  z-index: 1;
  top: 82%;
  transition: all 0.5s ease-out;
}
.features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six .feature-content-one {
  display: block;
}
.features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six .feature-content-one h5 {
  font-size: 20px;
  color: #ffffff;
}
.features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six .feature-content-one span {
  color: #ffffff;
}
.features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six .feature-content-two {
  display: none;
}
.features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six .feature-content-two p {
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: -0.36px;
  padding: 10px;
}
@media (max-width: 353.98px) {
  .features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six .feature-content-two p {
    line-height: 20px;
  }
}
.features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six .feature-content-two span {
  color: #ffffff;
}
.features-section-sixteen .feature-sixteen-main .feature-six-img:hover::after {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      #000000 100%);
}
.features-section-sixteen .feature-sixteen-main .feature-six-img:hover .feature-content-six {
  top: 30%;
}
@media (max-width: 1399.98px) {
  .features-section-sixteen .feature-sixteen-main .feature-six-img:hover .feature-content-six {
    top: 10%;
  }
}
.features-section-sixteen .feature-sixteen-main .feature-six-img:hover .feature-content-six .feature-content-one {
  display: none;
}
.features-section-sixteen .feature-sixteen-main .feature-six-img:hover .feature-content-six .feature-content-two {
  display: block;
}
.facts-section-sixteen {
  position: relative;
  padding: 80px 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .facts-section-sixteen {
    padding: 50px 0;
  }
}
.facts-section-sixteen .sec-vector {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: -1;
}
.facts-section-sixteen .facts-section-all {
  display: flex;
}
@media (max-width: 991.98px) {
  .facts-section-sixteen .facts-section-all {
    display: block;
  }
}
.facts-section-sixteen .facts-section-all .facts-main-sixteen {
  background: #26948e;
  padding: 90px 30px;
  width: 50%;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .facts-section-sixteen .facts-section-all .facts-main-sixteen {
    width: 100%;
    padding: 60px 30px;
    text-align: center;
  }
}
.facts-section-sixteen .facts-section-all .facts-main-sixteen span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 17px;
  display: inline-block;
}
.facts-section-sixteen .facts-section-all .facts-main-sixteen h2 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .facts-section-sixteen .facts-section-all .facts-main-sixteen h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .facts-section-sixteen .facts-section-all .facts-main-sixteen h2 {
    font-size: 28px;
  }
}
.facts-section-sixteen .facts-section-all .facts-main-sixteen p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}
.facts-section-sixteen .facts-section-all .facts-main-sixteen a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.facts-section-sixteen .facts-section-all .facts-main-sixteen a i {
  font-size: 10px;
}
.facts-section-sixteen .facts-section-all .facts-main-sixteen a:hover {
  color: #09dca4;
}
.facts-section-sixteen .facts-section-all .facts-main-sixteen .bg-img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.facts-section-sixteen .facts-section-all .facts-content-all {
  width: 50%;
}
@media (max-width: 991.98px) {
  .facts-section-sixteen .facts-section-all .facts-content-all {
    width: 100%;
  }
}
.facts-section-sixteen .facts-section-all .facts-content-all ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li {
  width: 50%;
  height: 167px;
  padding: 20px 0;
  border: 1px solid #E9EBF1;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .facts-section-sixteen .facts-section-all .facts-content-all ul li {
    width: 100%;
  }
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li:first-child {
  border-radius: 5px 0 0 0;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li:nth-child(2) {
  border-radius: 0 5px 0 0;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li:last-child {
  border-radius: 0 0 5px 0;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li:nth-child(5) {
  border-radius: 0 0 0 5px;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-sixteen-img {
  flex-direction: column;
  transition: all 0.5s;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-sixteen-img img {
  margin-bottom: 25px;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-sixteen-img .facts-content-sixteen .facts-content-one h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-sixteen-img .facts-content-sixteen .facts-content-one h5 i {
  font-size: 14px;
  color: #26948e;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-content-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.25s;
  z-index: -1;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-content-two p {
  color: #7D7D7D;
  font-size: 14px;
  letter-spacing: -0.36px;
  padding: 0 20px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 0;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-content-two > * {
  transform: translateY(20px);
  transition: transform 0.25s;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-content-two.facts-content-two-solid {
  background: #ffffff;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li:hover .facts-content-two {
  opacity: 1;
  z-index: 1;
}
.facts-section-sixteen .facts-section-all .facts-content-all ul li:hover .facts-content-two > * {
  transform: translateY(0);
}
.experts-section-sixteen {
  position: relative;
  padding: 80px 0;
  background: #000000;
}
@media (max-width: 991.98px) {
  .experts-section-sixteen {
    padding: 50px 0;
  }
}
.pricing-section-sixteen {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .pricing-section-sixteen {
    padding: 50px 0;
  }
}
.pricing-section-sixteen .bg-img .sec-vector {
  position: absolute;
  left: 50px;
  top: 50px;
}
.pricing-section-sixteen .bg-img .sec-vector-two {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.pricing-section-sixteen .pricing-card {
  background: #F9FAFB;
}
.pricing-section-sixteen .pricing-card.pricing-card-active {
  background: #26948e;
}
.pricing-section-sixteen .pricing-header {
  padding-bottom: 20px;
}
.pricing-section-sixteen .pricing-header .pricing-header-info {
  padding-bottom: 0;
}
.pricing-section-sixteen .pricing-header .pricing-header-info .pricing-title h4 {
  font-weight: 700;
}
.pricing-section-sixteen .pricing-info .pricing-amount {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pricing-section-sixteen .pricing-info .pricing-amount h2 {
  margin-bottom: 20px;
}
.pricing-section-sixteen .pricing-info .pricing-amount h6 {
  margin-bottom: 20px;
}
.testimonal-section-sixteen {
  position: relative;
  padding: 80px 0;
  background: #F8FBFF;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .testimonal-section-sixteen {
    padding: 50px 0;
  }
}
.testimonal-section-sixteen .bg-img .sec-vector {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.testimonal-section-sixteen .bg-img .sec-vector-two {
  position: absolute;
  right: 50px;
  top: 50px;
}
.testimonal-section-sixteen .testi-img {
  position: relative;
  z-index: 1;
}
.testimonal-section-sixteen .testi-img img {
  padding-right: 0;
}
.testimonal-section-sixteen .testi-img .testi-icon {
  bottom: 15px;
  right: 15px;
  top: unset;
  background: #26948e;
}
.testimonal-section-sixteen .testi-img .rounded-img {
  position: absolute;
  left: -80px;
  top: -80px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .testimonal-section-sixteen .testi-img .rounded-img {
    display: none;
  }
}
.testimonal-section-sixteen .testimonial-wrap {
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 20px;
  padding: 24px;
}
.testimonal-section-sixteen .testimonial-wrap:before {
  display: none;
}
.testimonal-section-sixteen .patient-review-slider .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.testimonal-section-sixteen .patient-review-slider .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #374151;
  margin-right: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1215686275);
}
.testimonal-section-sixteen .patient-review-slider .owl-dots button.active {
  width: 15px;
  height: 15px;
  background: #26948e;
}
.feedback-section-sixteen {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .feedback-section-sixteen {
    padding: 50px 0;
  }
}
.feedback-section-sixteen .rounded-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.feedback-section-sixteen .feedback-schedule-all {
  background:
    linear-gradient(
      90.79deg,
      #26948e 0%,
      #2CD9C5 100%);
  -webkit-backdrop-filter: blur(30.5px);
  backdrop-filter: blur(30.5px);
  border-radius: 15px;
  padding: 80px 20px;
}
@media (max-width: 991.98px) {
  .feedback-section-sixteen .feedback-schedule-all .feedback-inner-main {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content {
    text-align: center;
  }
}
.feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content h3 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content h3 {
    font-size: 28px;
  }
}
.feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content p {
    font-size: 16px;
  }
}
.feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content .feedback-btns {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 991.98px) {
  .feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content .feedback-btns {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content .feedback-btns {
    display: block;
    width: 100%;
  }
}
.feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content .feedback-btns .btn-primary {
  padding: 10px 25px;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background: #ffffff;
  color: #26948e;
  font-size: 16px;
  font-weight: 700;
  border: none;
  transition: 0.5s;
  margin-right: 10px;
}
.feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content .feedback-btns .btn-primary:hover {
  background: #1C5B91;
  color: #ffffff;
  transition: 0.5s;
}
@media (max-width: 575.98px) {
  .feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content .feedback-btns .btn-primary {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content .feedback-btns .btn-primarytwo {
  padding: 10px 25px;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
  border-radius: 5px;
  transition: 0.5s;
}
.feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content .feedback-btns .btn-primarytwo:hover {
  background: #1C5B91;
  color: #ffffff;
  transition: 0.5s;
}
@media (max-width: 575.98px) {
  .feedback-section-sixteen .feedback-schedule-all .feedback-fifteen-content .feedback-btns .btn-primarytwo {
    width: 100%;
  }
}
.section-header-sixteen {
  margin-bottom: 50px;
}
.section-header-sixteen.section-header-sixteentwo h2 {
  color: #ffffff;
}
.section-header-sixteen p {
  color: #26948e;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.section-header-sixteen h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
  color: #1F2937;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .section-header-sixteen h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .section-header-sixteen h2 {
    font-size: 28px;
  }
}
.discover-slider .owl-dots,
.treatment-sixteen-slider .owl-dots,
.features-slider-sixteen .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.discover-slider .owl-dots .owl-dot,
.treatment-sixteen-slider .owl-dots .owl-dot,
.features-slider-sixteen .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #374151;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  margin-right: 7px;
}
.discover-slider .owl-dots .owl-dot.active,
.treatment-sixteen-slider .owl-dots .owl-dot.active,
.features-slider-sixteen .owl-dots .owl-dot.active {
  width: 15px;
  height: 15px;
  background: #26948e;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.testi-img {
  position: relative;
  margin: 43px 0 15px;
}
.testi-img img {
  padding: 0 43px 0 0;
}
.testi-img .testi-icon {
  width: 86px;
  height: 86px;
  background: #0CE0FF;
  border-radius: 100px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: -43px;
  right: 0;
}
.testi-users {
  margin: 0 43px 0 0;
}
.testi-users ul {
  margin: 0;
  padding: 0;
}
.testi-users ul li {
  display: inline-block;
  margin: 0 0 0 -23px;
}
.testi-users ul li:first-child {
  margin: 0;
}
.testi-users ul li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border: 2px solid #ffffff;
}
@media (max-width: 767.98px) {
  .testi-users ul li img {
    width: 50px;
    height: 50px;
  }
}
.testimonial-wrap {
  position: relative;
}
.testimonial-wrap h4 {
  margin: 0 0 30px;
}
.testimonial-wrap p {
  margin: 0 0 30px;
}
.testimonial-wrap .testimonial-user h6 {
  font-size: 16px;
  font-weight: 600;
  color: #1F2937;
  margin: 0 0 5px;
}
.testimonial-wrap .testimonial-user p {
  font-size: 14px;
  margin: 0;
}
.testimonial-wrap::before {
  content: "";
  background: url("./media/test-line-H2J52C2M.svg") no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 14px;
}
.slide-11 button {
  background: transparent;
  border: 0;
  padding: 0;
}
.slide-11 button.owl-next {
  margin: 0 0 0 10px;
}
.slider.slider-sixteen {
  position: relative;
}
.slider.slider-sixteen .testimonal-contents {
  text-align: center;
  background: #ffffff;
  padding: 20px 0;
  border-radius: 0px 0px 5px 5px;
  opacity: 0.3;
}
.slider.slider-sixteen .testimonal-contents h5 {
  color: #1F2937;
  font-size: 20px;
  font-weight: 500;
}
.slider.slider-sixteen .testimonal-contents span {
  color: #26948e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.005em;
}
.main-reviewimages {
  height: auto;
  width: 100%;
}
.main-reviewimages img {
  opacity: 0.3;
  border-radius: 5px 5px 0px 0px;
}
#slide-experts .active.center .main-reviewimages img,
#slide-experts .active.center .testimonal-contents {
  opacity: 1;
}
#slide-experts .owl-nav button {
  color: #ffffff;
}
#slide-experts .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#slide-experts .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.test_img {
  position: relative;
  opacity: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  margin: 0 -48px;
  margin-top: 40px;
}
.slider.slider.slider-sixteen {
  width: 100%;
  margin: 0 auto;
}
#slide-testimonal .center .test_img:before {
  content: none;
  transition: 0.7s ease-in-out;
}
.test_img img {
  border-radius: 24px;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.custome_slides.owl-carousel .owl-item.active.center {
  transform: scale(1);
  margin-top: 0 !important;
  position: relative;
  z-index: 999;
}
.custome_slides.owl-carousel .owl-item {
  transform: scale(0.7);
  padding: 10px 0px;
  transition: all 0.5s;
}
.btn-viewall {
  background-color: #1D7ED8;
  border: 2px solid #1D7ED8;
  padding: 10px 12px;
  transition: all 0.5s;
  color: #fff;
}
.btn-viewall:hover {
  box-shadow: none;
  background: transparent;
  color: #1D7ED8;
  border: 2px solid #1D7ED8;
}
.home-dentist {
  font-size: 16px;
}
.home-dentist .section-header {
  margin-bottom: 40px;
}
.home-dentist .section-header h2 {
  font-weight: 600;
  color: #000000;
}
.home-dentist .section-header h2 span {
  color: #4F46E5;
}
.home-dentist .section-header p {
  color: #374151;
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .home-dentist .section-header p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .home-dentist .section-header {
    margin-bottom: 30px;
  }
}
.home-dentist .btn-gray {
  font-size: 15px;
  font-weight: 600;
  padding: 7px 12px;
}
.home-dentist .slide-nav button.owl-next,
.home-dentist .slide-nav button.owl-prev {
  width: 44px;
  height: 44px;
  font-size: 16px;
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
  text-shadow: none;
  top: 0;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .home-dentist .slide-nav button.owl-next,
  .home-dentist .slide-nav button.owl-prev {
    width: 36px;
    height: 36px;
  }
}
.home-dentist .slide-nav button.owl-next:hover,
.home-dentist .slide-nav button.owl-prev:hover {
  border-color: transparent;
}
.home-dentist .slide-nav button.owl-next:hover,
.home-dentist .slide-nav button.owl-prev:hover {
  color: #ffffff;
  background: #4F46E5;
}
@media (max-width: 991.98px) {
  .home-dentist .faq-imgs {
    display: none;
  }
}
.home-dentist .faq-info .accordion-item {
  box-shadow: 0px 4px 64px 0px rgba(177, 177, 177, 0.2509803922);
  background: #ffffff;
  border-radius: 10px;
}
.home-dentist .faq-info .accordion-item .accordion-button {
  font-weight: 600;
  color: #334155;
  padding-right: 0;
}
.home-dentist .faq-info .accordion-item .accordion-button::after {
  color: #4F46E5;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .home-dentist .faq-info .accordion-item .accordion-button::after {
    width: 22px;
    height: 22px;
  }
}
.home-dentist .faq-info .accordion-item .accordion-button:not(.collapsed)::after {
  color: #ffffff;
  background: #4F46E5;
}
.home-dentist .faq-info .accordion-item .accordion-content p {
  font-size: 16px;
  color: #374151;
}
@media (max-width: 991.98px) {
  .home-dentist .faq-info .accordion-item .accordion-content p {
    font-size: 14px;
  }
}
.why-us-section {
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .why-us-section {
    padding: 60px 0 36px;
  }
}
@media (max-width: 767.98px) {
  .why-us-section {
    padding: 50px 0 26px;
  }
}
.why-us-section .section-header {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .why-us-section .section-header {
    max-width: 100%;
  }
}
.why-us-section .clinic-partner-sec {
  margin: 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #E5E7EB;
}
@media (max-width: 991.98px) {
  .why-us-section .clinic-partner-sec {
    margin: 25px;
    padding: 0 0 25px;
  }
}
@media (max-width: 767.98px) {
  .why-us-section .clinic-partner-sec {
    margin: 20px;
    padding: 0 0 20px;
  }
}
.why-us-section .clinic-partner-sec .section-header h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.partners-sliders li a {
  background: #ffffff;
  border: 2px solid #E2E8F0;
  padding: 14px 20px;
  text-align: center;
  height: 79px;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
}
.expert-wrap {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  margin: 0 0 24px;
}
.expert-wrap:hover {
  background: #f5f5f5;
}
.expert-wrap .expert-img img {
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .expert-wrap .expert-img {
    text-align: center;
  }
}
.expert-wrap .expert-content {
  padding: 24px;
  text-align: center;
}
.expert-wrap .expert-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000000;
}
.expert-wrap .expert-content p {
  color: #374151;
  margin-bottom: 0;
}
.impression-section {
  background: url("./media/dentist-bg-MVEGL3NR.png"), #EEF2FF;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .impression-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .impression-section {
    padding: 50px 0;
  }
}
.impression-img {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 991.98px) {
  .impression-img {
    display: none !important;
  }
}
.impression-img .impress-img {
  margin-right: 24px;
}
.impression-img .impress-img img {
  border-radius: 0px 0px 0px 110px;
}
.impression-img .impress-img2 img {
  border-radius: 70px 0 0 0;
}
.impression-content .section-header {
  margin-bottom: 24px;
}
.impression-content .section-header h2 {
  margin-bottom: 24px;
}
.impression-content .section-header p {
  margin: 0;
}
.impression-content .impress-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
}
.impression-content .impress-list .impress-wrap {
  background: #ffffff;
  border-left: 3px solid #4F46E5;
  margin: 15px 15px 0 0;
  padding: 24px;
  max-width: 195px;
}
.impression-content .impress-list .impress-wrap h6 {
  font-size: 18px;
  margin-bottom: 0;
  color: #334155;
}
.impression-content .impress-list .impress-wrap:last-child {
  margin-right: 0;
}
.treatment-sec {
  padding: 80px 0 0;
}
@media (max-width: 991.98px) {
  .treatment-sec {
    padding: 60px 0 0;
  }
}
@media (max-width: 767.98px) {
  .treatment-sec {
    padding: 50px 0 0;
  }
}
@media (max-width: 767.98px) {
  .treatment-sec .owl-nav {
    margin-bottom: 20px;
  }
}
.treatment-item {
  border-radius: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .treatment-item {
    display: block;
  }
}
.treatment-item .treatment-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  width: 314px;
  height: 293px;
}
.treatment-item .treatment-img img {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 575.98px) {
  .treatment-item .treatment-img img {
    border-radius: 10px;
  }
}
@media (max-width: 1399.98px) {
  .treatment-item .treatment-img {
    width: 260px;
    height: 240px;
  }
}
@media (max-width: 575.98px) {
  .treatment-item .treatment-img {
    padding: 24px 24px 0;
    margin: 0 auto;
  }
}
.treatment-item .treatment-content {
  flex: 1;
  background: #ffffff;
  padding: 24px;
}
.treatment-item .treatment-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 13px;
}
.treatment-item .treatment-content h4 a {
  color: #000000;
}
.treatment-item .treatment-content h4 a:hover {
  color: #4F46E5;
}
.treatment-item .treatment-content p {
  color: #374151;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 575.98px) {
  .treatment-item .treatment-content {
    text-align: center;
  }
}
.view-button {
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .view-button {
    margin-top: 6px;
  }
}
.experts-section {
  padding: 80px 0 0;
}
@media (max-width: 991.98px) {
  .experts-section {
    padding: 60px 0 36px;
  }
}
@media (max-width: 767.98px) {
  .experts-section {
    padding: 50px 0 26px;
  }
}
.experts-section .view-all {
  color: #374151;
}
@media (max-width: 767.98px) {
  .experts-section .owl-nav {
    margin-bottom: 20px;
  }
}
.view-button .view-all {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
.view-button .view-all:hover {
  color: #26948e;
}
.expert-profile {
  border-radius: 10px;
  margin: 0 0 24px;
  background: #ffffff;
}
.expert-profile .expert-img {
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
  transition: 0.5s all;
}
.expert-profile .expert-img img {
  border-radius: 10px 10px 0 0;
  transition: 0.5s all;
}
.expert-profile .expert-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.expert-profile .expert-img:hover::before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}
.expert-profile .expert-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
.expert-profile .expert-info {
  transition: 0.5s all;
  margin: 0;
  padding: 24px;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
}
.expert-profile .expert-info .nurse-content {
  margin-bottom: 15px;
}
.expert-profile .expert-info h5 {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 600;
}
.expert-profile .expert-info h5 a {
  color: #000000;
}
.expert-profile .expert-info h5 a:hover {
  color: #26948e;
}
@media (max-width: 991.98px) {
  .expert-profile .expert-info h5 {
    font-size: 18px;
  }
}
.expert-profile .expert-info p {
  font-size: 16px;
  font-weight: normal;
  color: #374151;
  margin-bottom: 0;
}
.expert-profile:hover .expert-info {
  transition: 0.5s all;
  background: #4F46E5;
}
.expert-profile:hover .expert-info h5,
.expert-profile:hover .expert-info h5 a,
.expert-profile:hover .expert-info p {
  color: #ffffff;
}
.counter-sec {
  background: #1D7ED8;
  margin: 80px 0 0;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .counter-sec {
    margin: 60px 0 0;
    padding: 60px 0 0;
  }
}
@media (max-width: 767.98px) {
  .counter-sec {
    margin: 50px 0 0;
    padding: 50px 0 0;
  }
}
.counter-sec .count-wrap {
  text-align: center;
  margin-bottom: 24px;
}
.counter-sec .count-wrap h2 {
  position: relative;
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 0;
  display: inline-block;
}
.counter-sec .count-wrap h2 .count-icon {
  font-size: 30px;
  position: absolute;
  top: 0;
  right: -15px;
}
@media (max-width: 991.98px) {
  .counter-sec .count-wrap h2 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .counter-sec .count-wrap h2 {
    font-size: 40px;
  }
}
.counter-sec .count-wrap p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .counter-sec .count-wrap p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .counter-sec .count-wrap p {
    font-size: 18px;
  }
}
.dentist-blog {
  border-top: 1px solid #E5E7EB;
  margin: 80px 0 0;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .dentist-blog {
    margin: 60px 0 0;
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .dentist-blog {
    margin: 50px 0 0;
    padding: 50px 0;
  }
}
.question-section {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .question-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .question-section {
    padding: 50px 0;
  }
}
.question-section .section-header {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .question-section .section-header {
    max-width: 100%;
  }
}
.question-section .blog.grid-blog {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 24px;
}
.question-section .blog.grid-blog .blog-image {
  margin-bottom: 15px;
  border-radius: 15px 15px 0 0;
}
.question-section .blog.grid-blog .blog-image img {
  border-radius: 15px 15px 0 0;
}
.question-section .blog.grid-blog .blog-image .day-badge {
  background: #4F46E5;
  color: #ffffff;
  border-radius: 10px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 18px;
}
.question-section .blog.grid-blog .blog-image .day-badge i {
  margin-right: 5px;
}
.question-section .blog.grid-blog .entry-meta {
  border-bottom: 1px solid #E5E7EB;
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 16px;
  font-weight: 500;
  color: #374151;
}
.question-section .blog.grid-blog .entry-meta li {
  margin-bottom: 0;
}
.question-section .blog.grid-blog .entry-meta .post-author img {
  width: 35px;
  margin-right: 10px;
}
.question-section .blog.grid-blog .blog-title {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.question-section .blog.grid-blog .blog-title a {
  color: #000000;
}
.question-section .blog.grid-blog .blog-title a:hover {
  color: #4F46E5;
}
@media (max-width: 991.98px) {
  .question-section .blog.grid-blog .blog-title {
    font-size: 20px;
  }
}
.question-section .blog.grid-blog p {
  color: #374151;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.question-section .blog.grid-blog .view-link {
  font-size: 15px;
  font-weight: 600;
  color: #4F46E5;
}
.question-section .blog.grid-blog .view-link i {
  margin-left: 8px;
}
.question-section .blog.grid-blog .view-link:hover {
  color: #000000;
}
.visit-wrap {
  background: #4F46E5;
  border-radius: 40px;
  padding: 0;
  background-image: url("./media/dentist-visit-bg-DBCJKO4A.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.visit-wrap .visit-content {
  max-width: 525px;
  width: 100%;
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .visit-wrap .visit-content {
    max-width: 100%;
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .visit-wrap .visit-content {
    padding: 24px;
  }
}
.visit-wrap .visit-content h2 {
  color: #ffffff;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .visit-wrap .visit-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .visit-wrap .visit-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .visit-wrap .visit-content h2 {
    font-size: 26px;
  }
}
.visit-wrap .visit-content p {
  color: #F3F4F6;
  margin-bottom: 24px;
}
.visit-wrap .visit-content .btn {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.visit-wrap .visit-content .btn:hover {
  border: 1px solid #ffffff;
  background: transparent;
  box-shadow: inset 0 0 0 50px transparent;
  color: #ffffff;
}
.visit-wrap .first-visit img {
  transform: rotate(-5deg);
}
.banner-section.dentist-banner-sec {
  background-image: url("./media/dentist-banner-bg-01-IHSFOJ6I.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 1;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .banner-section.dentist-banner-sec {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .banner-section.dentist-banner-sec {
    padding: 40px 0;
  }
}
.banner-section.dentist-banner-sec::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  left: 0;
  background:
    linear-gradient(
      116.85deg,
      rgba(255, 255, 255, 0.5) 33.2%,
      rgba(255, 255, 255, 0.5) 96.11%);
  z-index: -1;
}
.banner-section.dentist-banner-sec::before {
  display: none;
}
.banner-section.dentist-banner-sec .section-bg .img-round {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner-section.dentist-banner-sec .section-bg .img-plus {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: -1;
}
.banner-section.dentist-banner-sec .section-bg .img-round-vector {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.banner-section.dentist-banner-sec .banner-content .banner-head h1 {
  font-size: 60px;
  color: #000000;
  max-width: 550px;
}
@media (max-width: 1399.98px) {
  .banner-section.dentist-banner-sec .banner-content .banner-head h1 {
    font-size: 54px;
  }
}
@media (max-width: 991.98px) {
  .banner-section.dentist-banner-sec .banner-content .banner-head h1 {
    font-size: 42px;
    margin: 0 auto 15px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .banner-section.dentist-banner-sec .banner-content .banner-head h1 {
    font-size: 34px;
  }
}
.banner-section.dentist-banner-sec .banner-content .banner-head h1 span {
  color: #1D7ED8;
}
.banner-section.dentist-banner-sec .banner-content .banner-head p {
  color: #374151;
}
@media (max-width: 991.98px) {
  .banner-section.dentist-banner-sec .banner-content .banner-head p {
    text-align: center;
  }
}
.banner-section.dentist-banner-sec .search-box-fourteen {
  background: #ffffff;
  box-shadow: -8px 6px 100px 0px rgba(36, 58, 101, 0.1019607843);
  border-radius: 10px;
  margin: 0 0 40px;
  padding: 24px 24px 20px 24px;
  gap: 10px;
}
.banner-section.dentist-banner-sec .search-box-fourteen .form-block {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .banner-section.dentist-banner-sec .search-box-fourteen .form-block {
    flex-direction: column;
    row-gap: 10px;
  }
}
.banner-section.dentist-banner-sec .search-box-fourteen .form-block .search-input {
  margin: 0 15px 0 0;
}
@media (max-width: 767.98px) {
  .banner-section.dentist-banner-sec .search-box-fourteen .form-block .search-input {
    width: 100%;
  }
}
.banner-section.dentist-banner-sec .search-box-fourteen .form-block .search-input input {
  min-height: 40px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  min-height: 25px;
  height: 25px;
}
.banner-section.dentist-banner-sec .search-box-fourteen .form-block .search-input input::placeholder {
  color: #334155;
  font-weight: 600;
}
.banner-section.dentist-banner-sec .search-box-fourteen .form-block .search-input .forms-block {
  margin-bottom: 0;
}
.banner-section.dentist-banner-sec .search-box-fourteen .form-block .search-input label {
  color: #374151;
  font-weight: 500;
}
.banner-section.dentist-banner-sec .search-box-fourteen .search-btn {
  width: auto;
  margin: 0;
}
@media (max-width: 767.98px) {
  .banner-section.dentist-banner-sec .search-box-fourteen .search-btn {
    width: 100%;
    margin: 0 0 0 0;
  }
}
.banner-section.dentist-banner-sec .search-box-fourteen .search-btn .btn-primary {
  background: #1D7ED8;
  border: 1px solid #1D7ED8;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  padding: 14px 15px;
  font-size: 15px;
  font-weight: 600;
  min-width: auto;
}
@media (max-width: 767.98px) {
  .banner-section.dentist-banner-sec .search-box-fourteen .search-btn .btn-primary {
    width: 100%;
  }
}
.banner-section.dentist-banner-sec .search-box-fourteen .search-btn .btn-primary:hover {
  background: #4338CA;
  box-shadow: inset 0 0 0 50px #4338CA;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #4338CA;
  color: #ffffff;
}
.dentist-home-testi {
  background:
    linear-gradient(
      180deg,
      #E0E7FF 0%,
      #E1EFF8 100%);
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.dentist-home-testi .section-bg .testi-bg-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.dentist-home-testi .section-bg .testi-bg-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.dentist-home-testi .customer-wrap {
  text-align: center;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .dentist-home-testi .customer-wrap {
    padding: 24px;
  }
}
.dentist-home-testi .customer-wrap .customer-infos img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.dentist-home-testi .customer-wrap .customer-infos h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
}
.dentist-home-testi .customer-wrap .customer-infos p {
  color: #374151;
  margin-bottom: 24px;
}
.dentist-home-testi .customer-wrap p {
  color: #374151;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.searchinputs.dropdown-toggle::after {
  display: none;
}
.dropdown-menu.location-dropdown {
  border-radius: 10px;
  width: 420px;
  padding: 24px;
  max-height: 150px;
  overflow-y: auto;
  left: -50px !important;
  border-color: #ffffff;
}
.dropdown-menu.location-dropdown .location-auto-complete li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E5E7EB;
}
.dropdown-menu.location-dropdown .location-auto-complete li a {
  display: flex;
  align-items: center;
  color: #1F2937;
  font-size: 14px;
}
.dropdown-menu.location-dropdown .location-auto-complete li a span {
  color: #1F2937;
  margin-right: 15px;
  min-width: 16px;
}
.dropdown-menu.location-dropdown .location-auto-complete li a span i {
  color: #1F2937;
  position: unset;
  transform: none;
  font-size: 14px;
}
.banner-sec-fourteen .banner-content .dentist-banner-btn {
  position: relative;
}
.banner-sec-fourteen .banner-content .dentist-banner-btn ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.banner-sec-fourteen .banner-content .dentist-banner-btn ul li {
  position: relative;
}
.banner-sec-fourteen .banner-content .dentist-banner-btn ul li + li {
  margin-left: 15px;
}
.banner-sec-fourteen .banner-content .dentist-banner-btn ul .btn {
  min-width: auto;
  font-size: 14px;
  padding: 10px 12px;
  position: relative;
}
.banner-sec-fourteen .banner-content .dentist-banner-btn ul .btn.btn-check {
  background: #F9FAFB;
  color: #6B7280;
  border-color: #F9FAFB;
}
.banner-sec-fourteen .banner-content .dentist-banner-btn ul .btn.btn-check:hover {
  color: #F9FAFB;
  border-color: #6B7280;
  box-shadow: inset 0 0 0 50px #6B7280;
}
.pharmacy-body {
  font-family: "Inter", sans-serif;
}
.pharmacy-body .header .header-nav {
  justify-content: start;
  -webkit-justify-content: start;
}
@media (max-width: 991.98px) {
  .pharmacy-body .header .header-nav {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
.pharmacy-body .header .header-nav .logo {
  display: none;
}
@media (max-width: 991.98px) {
  .pharmacy-body .header .header-nav .logo {
    display: block;
  }
}
.pharmacy-body .header .header-nav .main-nav li a {
  font-size: 16px;
  color: #1E293B;
}
.pharmacy-body .header .header-nav .main-nav li a:hover {
  color: #26948e;
}
@media (max-width: 991.98px) {
  .pharmacy-body .header .header-nav .main-nav li a {
    color: #ffffff;
  }
}
.pharmacy-body .pharmacy-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  background: #ffffff;
}
.pharmacy-body .sidebar-overlay {
  z-index: 1;
}
.top-header {
  background-color: #E8F1FF;
  padding: 10px 0;
}
@media (max-width: 991.98px) {
  .top-header {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .top-header .special-offer-content {
    padding-bottom: 10px;
  }
}
.top-header .special-offer-content p {
  font-size: 14px;
  color: #334155;
  margin-bottom: 0;
}
.top-header .special-offer-content p span {
  color: #0F172A;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .top-header-right .nav {
    justify-content: start;
    -webkit-justify-content: start;
    margin-left: -10px;
  }
}
.top-header-right .nav li {
  display: flex;
  padding-right: 24px;
  margin-right: 20px;
  border-right: 1px solid #E5E7EB;
}
.top-header-right .nav li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
@media (max-width: 767.98px) {
  .top-header-right .nav li {
    padding-right: 0;
    margin-right: 15px;
    border-right: 0;
  }
}
.lang-dropdown {
  position: relative;
  margin-right: 20px;
}
.lang-dropdown:last-child {
  margin-right: 0;
}
.lang-dropdown .dropdown-toggle {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  padding: 10px 10px;
  margin-right: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  position: relative;
  display: flex;
}
.lang-dropdown .dropdown-toggle:last-child {
  margin-right: 0;
}
.lang-dropdown .dropdown-toggle.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 8px !important;
  border-radius: 0 0 5px 5px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.lang-dropdown .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #334155;
  border-right: 2px solid #334155;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-left: 0;
  position: absolute;
  top: 15px;
  right: -5px;
}
.lang-dropdown .dropdown-toggle:after:hover {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}
.lang-dropdown .dropdown-toggle .flag-img {
  margin-right: 10px;
  border-radius: 50px;
  width: 20px;
}
.lang-dropdown.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.lang-dropdown .dropdown-menu {
  border-radius: 5px;
  margin: 0;
  padding: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: auto !important;
  right: 0 !important;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
.lang-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  padding: 10px 15px;
}
.lang-dropdown .dropdown-menu .dropdown-item img {
  margin-right: 10px;
  width: 20px;
}
.lang-dropdown .dropdown-menu .dropdown-item:hover {
  color: #26948e;
}
.lang-dropdown .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.log-register {
  background: #FFC001;
  border: 1px solid #FFC001;
  border-radius: 5px;
  padding: 6px 6px;
  color: #0F172A;
  font-size: 14px;
  font-weight: 500;
  min-height: 35px;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.log-register:hover {
  border-color: #FFC001;
  background: transparent;
  box-shadow: inset 0 0 0 50px transparent;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.log-register a:hover {
  color: #0F172A;
}
.log-register span {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50px;
  background: #ffffff;
}
.cart-section {
  background: #ffffff;
  border-bottom: 1px solid #E5E7EB;
  padding: 15px 0;
}
@media (max-width: 991.98px) {
  .cart-section {
    display: none;
  }
}
.cart-logo {
  width: 160px;
}
.cart-search form {
  width: 100%;
  float: left;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  padding: 5px;
}
.cart-search .enter-pincode {
  background: #F8FAFC;
  padding: 10px;
  position: relative;
  width: 25%;
  float: left;
}
.cart-search .enter-pincode i {
  position: absolute;
  top: 50%;
  right: 0;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  color: #475569;
}
.cart-search .enter-pincode .form-control {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  background: transparent;
  min-height: auto;
  padding: 0 0 0 25px;
  border: 0;
  position: relative;
}
.cart-search .enter-pincode .form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
}
.cart-search .cart-search-input {
  width: 65%;
  float: left;
}
.cart-search .cart-search-input .form-control {
  font-size: 14px;
  color: #808080;
  background: transparent;
  min-height: auto;
  padding: 0 15px 0 24px;
  border: 0;
  position: relative;
}
.cart-search .cart-search-input .form-control::placeholder {
  font-size: 14px;
  color: #808080;
}
.cart-search .cart-search-btn {
  margin-left: auto;
}
.cart-search .cart-search-btn .btn {
  font-size: 16px;
  font-weight: 500;
  min-width: 45px;
  padding: 10px 10px;
  border-radius: 4px;
  background-color: #26948e;
  border: 1px solid #26948e;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.cart-search .cart-search-btn .btn:hover {
  color: #26948e;
  border-color: #26948e;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.shopping-cart-list .nav li {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #E5E7EB;
}
.shopping-cart-list .nav li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.shopping-cart-amount .shopping-cart-icon {
  position: relative;
  margin-right: 12px;
}
.shopping-cart-amount .shopping-cart-icon span {
  background-color: #E11D48;
  border-radius: 50px;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: -2px;
  right: 0;
  padding: 0 5px;
}
.shopping-cart-amount .shopping-cart-content p {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin: 0;
}
.shopping-cart-amount .shopping-cart-content h6 {
  font-size: 16px;
  font-weight: 600;
  color: #334155;
  margin: 0;
}
.browse-categorie {
  margin-right: 140px;
}
@media (max-width: 991.98px) {
  .browse-categorie {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .browse-categorie {
    display: none;
  }
}
.browse-categorie .categorie-dropdown .dropdown-toggle {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  min-width: 190px;
  padding: 10px 10px;
  margin-right: 0;
  background: #E0F2FE;
  border: 0;
  border-radius: 5px;
  position: relative;
  display: flex;
}
.browse-categorie .categorie-dropdown .dropdown-toggle:last-child {
  margin-right: 0;
}
.browse-categorie .categorie-dropdown .dropdown-toggle.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.browse-categorie .categorie-dropdown .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #334155;
  border-right: 2px solid #334155;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-left: 0;
  position: absolute;
  top: 15px;
  right: 12px;
}
.browse-categorie .categorie-dropdown .dropdown-toggle:after:hover {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}
.browse-categorie .categorie-dropdown .dropdown-toggle img {
  margin-right: 8px;
}
.browse-categorie .categorie-dropdown.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.browse-categorie .categorie-dropdown .dropdown-menu {
  border-radius: 5px;
  margin: 0;
  padding: 0;
  min-width: 190px;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: auto !important;
  right: 0 !important;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
.browse-categorie .categorie-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  padding: 10px 15px;
}
.browse-categorie .categorie-dropdown .dropdown-menu .dropdown-item img {
  margin-right: 10px;
  width: 20px;
}
.browse-categorie .categorie-dropdown .dropdown-menu .dropdown-item:hover {
  color: #26948e;
}
.browse-categorie .categorie-dropdown .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.pharmacy-banner {
  background: #004FFF;
  padding: 40px 0 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pharmacy-shapes {
  position: relative;
}
@media (max-width: 991.98px) {
  .pharmacy-shapes {
    display: none;
  }
}
.pharmacy-shapes .pharmacy-shape-left {
  position: absolute;
  top: -50px;
  left: 0;
}
.pharmacy-shapes .pharmacy-shape-left .shape-six {
  position: absolute;
  top: 175px;
  left: 0;
}
.pharmacy-shapes .pharmacy-shape-right {
  position: absolute;
  top: -40px;
  right: -80px;
}
.pharmacy-shapes .pharmacy-shape-right .shape-eight {
  width: 700px;
}
.pharmacy-shapes .pharmacy-shape-right .shape-seven {
  position: absolute;
  top: -20px;
  right: 0;
}
.pharmacy-content {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .pharmacy-content {
    margin-bottom: 20px;
  }
}
.pharmacy-content h1 {
  font-weight: 700;
  font-size: 60px;
  color: #ffffff;
  max-width: 486px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .pharmacy-content h1 {
    font-size: 46px;
  }
}
@media (max-width: 991.98px) {
  .pharmacy-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-content h1 {
    font-size: 30px;
  }
}
.pharmacy-content h4 {
  font-weight: 500;
  font-size: 36px;
  color: #FDCA47;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .pharmacy-content h4 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .pharmacy-content h4 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-content h4 {
    font-size: 24px;
  }
}
.pharmacy-content p {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .pharmacy-content p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-content p {
    font-size: 16px;
  }
}
.pharmacy-banner-img {
  position: relative;
  z-index: 1;
  -webkit-animation: float 2s ease-in-out infinite;
  animation: float 2s ease-in-out infinite;
}
@media (max-width: 991.98px) {
  .pharmacy-banner-img {
    display: none;
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
.pharmacy-btn .btn {
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  min-width: 107px;
  padding: 11px 15px;
  background: #FAF5FF;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #004FFF;
  color: #004FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.pharmacy-btn .btn:hover {
  color: #ffffff;
  background: #004FFF;
  border-color: #ffffff;
  box-shadow: inset 0 0 0 50px #004FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .pharmacy-btn .btn {
    font-size: 14px;
  }
}
.welcome-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .welcome-section {
    padding: 40px 0 16px;
  }
}
@media (max-width: 767.98px) {
  .welcome-section {
    padding: 40px 0 20px;
  }
}
.welcome-grid {
  background: #F7FEE7;
  border-radius: 10px;
  margin: 0 0 80px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .welcome-grid {
    margin: 0 0 40px;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .welcome-grid {
    margin: 0 0 20px;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .welcome-grid .welcome-info {
    margin: 0 0 20px;
  }
}
.welcome-grid .welcome-info .welcome-icon {
  margin-right: 15px;
  background: #ffffff;
  min-width: 70px;
  height: 70px;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .welcome-grid .welcome-info .welcome-icon {
    display: none;
  }
}
.welcome-grid .welcome-info .welcome-content h5 {
  font-size: 24px;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .welcome-grid .welcome-info .welcome-content h5 {
    font-size: 20px;
  }
}
.welcome-grid .welcome-info .welcome-content p {
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .welcome-grid .welcome-info .welcome-content p {
    font-size: 14px;
  }
}
.welcome-grid .welcome-btn {
  float: right;
  position: relative;
}
@media (max-width: 767.98px) {
  .welcome-grid .welcome-btn {
    float: left;
  }
}
.welcome-grid .welcome-btn .btn {
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  min-width: 140px;
  padding: 11px 15px;
  background: #4338CA;
  border: 1px solid #4338CA;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.welcome-grid .welcome-btn .btn:hover {
  color: #4338CA;
  background: #ffffff;
  border-color: #4338CA;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .welcome-grid .welcome-btn .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.welcome-grid .welcome-shapes {
  position: relative;
}
@media (max-width: 991.98px) {
  .welcome-grid .welcome-shapes {
    display: none;
  }
}
.welcome-grid .welcome-shapes .welcome-shape-top {
  position: absolute;
  top: -40px;
  left: -30px;
}
.welcome-grid .welcome-shapes .welcome-shape-bottom {
  position: absolute;
  top: 42px;
  left: 50px;
}
.shop-card {
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 24px;
  padding: 24px;
}
@media (max-width: 767.98px) {
  .shop-card {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.shop-card .shop-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .shop-card .shop-content h5 {
    font-size: 18px;
  }
}
.shop-card .shop-content p {
  font-size: 12px;
  font-weight: 600;
  color: #131313;
  margin-bottom: 15px;
}
.shop-card .shop-content h6 {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .shop-card .shop-content h6 {
    font-size: 14px;
  }
}
.shop-card .shop-content .btn {
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  min-width: 80px;
  padding: 4px 8px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #004FFF;
  color: #004FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.shop-card .shop-content .btn:hover {
  color: #ffffff;
  background: #004FFF;
  border-color: #ffffff;
  box-shadow: inset 0 0 0 50px #004FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.shop-card .shop-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .shop-card .shop-img {
    display: none;
  }
}
.suppliment-card {
  background: #FFEDE3;
}
.suppliment-card h5 span {
  color: #E5440E;
}
.suppliment-card .shop-content .btn {
  background: #E5440E;
  border: 1px solid #E5440E;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.suppliment-card .shop-content .btn:hover {
  color: #E5440E;
  background: #ffffff;
  border-color: #E5440E;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.freshner-card {
  background: #D6F8FF;
}
.freshner-card h5 span {
  color: #004FFF;
}
.freshner-card .shop-content .btn {
  background: #004FFF;
  border: 1px solid #004FFF;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.freshner-card .shop-content .btn:hover {
  color: #004FFF;
  background: #ffffff;
  border-color: #004FFF;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.product-worth-card {
  background: #F6EEFF;
}
.product-worth-card h5 span {
  color: #601CA5;
}
.product-worth-card .shop-content .btn {
  background: #601CA5;
  border: 1px solid #601CA5;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.product-worth-card .shop-content .btn:hover {
  color: #601CA5;
  background: #ffffff;
  border-color: #601CA5;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.deals-section {
  background: #EEF2FF;
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
}
@media (max-width: 991.98px) {
  .deals-section {
    padding: 40px 0 20px;
  }
}
.pharmacy-section-header {
  margin: 0 0 40px;
}
@media (max-width: 767.98px) {
  .pharmacy-section-header .pharmacy-title {
    margin: 0 0 15px;
  }
}
.pharmacy-section-header .pharmacy-title h4 {
  font-size: 24px;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 0;
}
.pharmacy-section-header .pharmacy-title-link {
  float: right;
}
@media (max-width: 767.98px) {
  .pharmacy-section-header .pharmacy-title-link {
    float: left;
  }
}
.pharmacy-section-header .pharmacy-title-link a {
  font-size: 16px;
  font-weight: 600;
  color: #004FFF;
}
@media (max-width: 767.98px) {
  .pharmacy-section-header .pharmacy-title-link a {
    font-size: 14px;
  }
}
.pharmacy-section-header .pharmacy-title-link a:hover {
  color: #4338CA;
}
.pharmacy-section-header .pharmacy-title-link a i {
  margin-left: 2px;
}
@media (max-width: 991.98px) {
  .deals-list .nav {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}
.deals-list .nav li {
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .deals-list .nav li {
    width: 46%;
    margin: 0 10px;
  }
}
.deals-list .nav li:last-child {
  margin-right: 0;
}
.deals-grid {
  margin: 0 0 20px;
  text-align: center;
}
.deals-grid .deals-box {
  background: #EDE9FE;
  border-radius: 24px;
  margin: 0 0 16px;
  padding: 24px;
  text-align: center;
  width: 150px;
  height: 138px;
}
@media (max-width: 1399.98px) {
  .deals-grid .deals-box {
    width: 130px;
  }
}
@media (max-width: 575.98px) {
  .deals-grid .deals-box {
    width: 100%;
  }
}
.deals-grid .deals-content a {
  font-size: 16px;
  font-weight: 600;
  color: #0F172A;
}
.deals-grid .deals-content a:hover {
  color: #004FFF;
}
.categorie-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .categorie-section {
    padding: 40px 0 20px;
  }
}
.categorie-info {
  margin: 0 0 16px;
}
.categorie-grid {
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  margin: 0 0 24px;
  padding: 24px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .categorie-grid {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.categorie-grid .categorie-img {
  margin: 0 auto 15px;
  width: 90px;
}
.categorie-grid .categorie-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .categorie-grid .categorie-content h5 {
    font-size: 16px;
  }
}
.categorie-grid .categorie-content h5 a {
  color: #0F172A;
}
.categorie-grid .categorie-content h5 a:hover {
  color: #004FFF;
}
.categorie-grid .categorie-content p {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  margin-bottom: 0;
}
.categorie-card {
  margin: 0 0 24px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .categorie-card {
    margin: 0 0 20px;
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .categorie-card {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .categorie-card .categorie-details {
    margin: 0 0 15px;
  }
}
.categorie-card .categorie-details h4 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  max-width: 260px;
}
@media (max-width: 767.98px) {
  .categorie-card .categorie-details h4 {
    font-size: 22px;
  }
}
.categorie-card .categorie-details p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
.categorie-card .categorie-btn {
  position: relative;
  z-index: 1;
}
.categorie-card .categorie-btn .btn {
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  min-width: 140px;
  padding: 9px 15px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #004FFF;
  color: #004FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .categorie-card .categorie-btn .btn {
    padding: 8px 15px;
  }
}
.categorie-card .categorie-btn .btn:hover {
  color: #ffffff;
  background: #004FFF;
  border-color: #004FFF;
  box-shadow: inset 0 0 0 50px #004FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.categorie-card .categorie-btn .btn:hover img {
  filter: invert(1) brightness(1000);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.categorie-card .categorie-shapes {
  position: absolute;
  right: 0;
}
@media (max-width: 991.98px) {
  .categorie-card .categorie-shapes {
    display: none;
  }
}
.categorie-card .categorie-shapes .categorie-shape-top {
  position: relative;
  top: -40px;
  right: 160px;
}
.categorie-card .categorie-shapes .categorie-shape-bottom {
  position: relative;
  top: 40px;
  right: 280px;
}
.cash-card {
  background: #2DD4BF;
}
.cash-card .categorie-btn .btn {
  min-width: 130px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #004FFF;
  color: #2DD4BF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.cash-card .categorie-btn .btn:hover {
  color: #ffffff;
  background: #004FFF;
  border-color: #004FFF;
  box-shadow: inset 0 0 0 50px #004FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.cash-card .categorie-btn .btn img {
  margin-right: 5px;
}
.sale-card {
  background: #7E22CE;
}
.sale-card .categorie-btn .btn {
  min-width: 150px;
  background: #E8F1FF;
  border: 1px solid #E8F1FF;
  box-shadow: inset 0 0 0 0 #004FFF;
  color: #7E22CE;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.sale-card .categorie-btn .btn:hover {
  color: #ffffff;
  background: #004FFF;
  border-color: #004FFF;
  box-shadow: inset 0 0 0 50px #004FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.sale-card .categorie-btn .btn img {
  margin-left: 5px;
}
.sale-card .categorie-btn .btn img:hover {
  filter: invert(1) brightness(1000);
}
.seller-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.seller-section .seller-info {
  border-top: 1px solid #E5E7EB;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .seller-section .seller-info {
    padding: 40px 0 20px;
  }
}
.seller-card {
  background: #7E22CE;
  margin: 0 0 24px;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .seller-card {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.seller-card .seller-content {
  text-align: center;
  margin: 0 0 40px;
}
.seller-card .seller-content h6 {
  font-size: 14px;
  font-weight: 700;
  color: #0F172A;
  background: #FED78A;
  border-radius: 10px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.seller-card .seller-content h4 {
  font-size: 36px;
  font-weight: 600;
  color: #F8FAFC;
  max-width: 190px;
  margin: 0 auto 15px;
}
@media (max-width: 991.98px) {
  .seller-card .seller-content h4 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .seller-card .seller-content h4 {
    font-size: 20px;
  }
}
.seller-card .seller-content .btn {
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  min-width: 145px;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #004FFF;
  color: #7E22CE;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .seller-card .seller-content .btn {
    padding: 8px 15px;
  }
}
.seller-card .seller-content .btn:hover {
  color: #ffffff;
  background: #004FFF;
  border-color: #004FFF;
  box-shadow: inset 0 0 0 50px #004FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.seller-card .seller-time {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .seller-card .seller-time {
    margin-bottom: 0;
  }
}
.seller-card .seller-time .nav {
  padding: 0 15px;
}
@media (max-width: 1399.98px) {
  .seller-card .seller-time .nav {
    padding: 0 10px;
  }
}
.seller-card .seller-time .nav li {
  background: #ffffff;
  padding: 10px;
  margin-right: 4px;
  position: relative;
  border-radius: 5px;
  text-align: center;
  width: 61px;
  margin-bottom: 8px;
}
@media (max-width: 1399.98px) {
  .seller-card .seller-time .nav li {
    width: 58px;
    margin-right: 3px;
  }
}
.seller-card .seller-time .nav li:last-child {
  margin-right: 0;
}
.seller-card .seller-time .nav li::after {
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #7E22CE;
}
.seller-card .seller-time .nav li h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .seller-card .seller-time .nav li h5 {
    font-size: 18px;
  }
}
.seller-card .seller-time .nav li p {
  font-size: 10px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
.seller-card .seller-img img {
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .seller-card .seller-img img {
    display: none;
  }
}
.seller-title {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .seller-title {
    margin-bottom: 20px;
  }
}
.seller-title h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .seller-title h4 {
    font-size: 18px;
  }
}
.seller-grid {
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #ffffff;
  margin: 0 0 24px;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .seller-grid {
    margin: 0 0 20px;
    padding: 10px;
  }
}
.seller-grid .seller-icon {
  width: 75px;
  height: 75px;
  margin-right: 15px;
  padding: 10px;
  border-radius: 10px;
  background: #F8FAFC;
}
.seller-grid .seller-text {
  overflow: hidden;
}
.seller-grid .seller-text h6 {
  font-size: 14px;
  font-weight: 500;
  color: #26948e;
  margin-bottom: 4px;
}
.seller-grid .seller-text h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.seller-grid .seller-text h5 a {
  color: #0F172A;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.seller-grid .seller-text h5 a:hover {
  color: #004FFF;
}
.seller-grid .seller-text p {
  font-size: 16px;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 0;
}
.seller-grid .seller-text p span {
  font-size: 14px;
  color: #D1D5DB;
  font-weight: 500;
  text-decoration: line-through;
}
.trusted-section {
  background: #F8FAFC;
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
}
@media (max-width: 991.98px) {
  .trusted-section {
    padding: 40px 0;
  }
}
.trusted-section .partners-slider li a {
  background: transparent;
  border: 0;
  padding: 10px;
  text-align: center;
  height: initial;
  border-radius: 0;
}
.trusted-section .partners-slider li a img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.trusted-section .partners-slider li a img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.trusted-info {
  margin: 0 0 60px;
}
@media (max-width: 991.98px) {
  .trusted-info {
    padding: 0 0 40px;
  }
}
.trusted-info .trusted-img {
  -webkit-animation: float 2s ease-in-out infinite;
  animation: float 2s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@media (max-width: 991.98px) {
  .trusted-info .trusted-img {
    display: none;
  }
}
.trusted-info .trusted-content h4 {
  font-size: 36px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .trusted-info .trusted-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .trusted-info .trusted-content h4 {
    font-size: 24px;
  }
}
.trusted-info .trusted-text {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .trusted-info .trusted-text {
    margin-bottom: 20px;
  }
}
.trusted-info .trusted-text h6 {
  font-size: 18px;
  font-weight: 500;
  color: #1A1A1A;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .trusted-info .trusted-text h6 {
    font-size: 16px;
  }
}
.trusted-info .trusted-text h6 i {
  font-size: 20px;
  color: #4338CA;
  margin-right: 10px;
}
.trusted-info .trusted-text p {
  font-size: 14px;
  color: #808080;
  max-width: 500px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .trusted-info .trusted-text p {
    max-width: inherit;
  }
}
.trusted-info .trusted-btn .btn {
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  min-width: 130px;
  padding: 11px 15px;
  background: #4338CA;
  border: 1px solid #4338CA;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.trusted-info .trusted-btn .btn:hover {
  color: #4338CA;
  background: #ffffff;
  border-color: #4338CA;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .trusted-info .trusted-btn .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.trusted-info .trusted-btn .btn i {
  margin-left: 6px;
  font-size: 18px;
}
.review-section {
  background: #002578;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .review-section {
    padding: 40px 0;
  }
}
.review-section .review-big-img {
  -webkit-animation: float 2s ease-in-out infinite;
  animation: float 2s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@media (max-width: 991.98px) {
  .review-section .review-big-img {
    display: none;
  }
}
.review-grid {
  margin: 0 0 40px;
}
.review-grid:last-child {
  margin: 0;
}
.review-grid .review-img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50px;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .review-grid .review-img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.review-grid .review-img img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .review-grid .review-img img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.review-grid .review-content .rating {
  margin-bottom: 5px;
}
.review-grid .review-content .rating i {
  color: #FF8A00;
}
.review-grid .review-content p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .review-grid .review-content p {
    font-size: 14px;
  }
}
.review-grid .review-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .review-grid .review-content h5 {
    font-size: 16px;
  }
}
.news-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .news-section {
    padding: 40px 20px;
  }
}
.news-grid {
  border-radius: 0px 0px 10px 10px;
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  margin: 0 0 24px;
}
@media (max-width: 991.98px) {
  .news-grid {
    margin: 0 0 20px;
  }
}
.news-grid .news-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.news-grid .news-image img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  border-radius: 10px 10px 0px 0px;
}
.news-grid .news-image a:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.news-grid .news-image .news-date {
  position: absolute;
  bottom: 0;
  border-radius: 4px;
  background: #ffffff;
  padding: 6px 10px;
  margin: 24px;
  width: 58px;
  height: 58px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .news-grid .news-image .news-date {
    margin: 20px;
  }
}
.news-grid .news-image .news-date h5 {
  font-size: 24px;
  font-weight: 600;
  color: #1E293B;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-grid .news-image .news-date h5 {
    font-size: 20px;
  }
}
.news-grid .news-image .news-date p {
  font-size: 12px;
  font-weight: 500;
  color: #334155;
  margin-bottom: 0;
}
.news-grid .news-content {
  padding: 24px;
}
@media (max-width: 991.98px) {
  .news-grid .news-content {
    padding: 20px;
  }
}
.news-grid .news-content .nav {
  margin-bottom: 15px;
}
.news-grid .news-content .nav li {
  margin-right: 15px;
  margin-bottom: 5px;
}
.news-grid .news-content .nav li:last-child {
  margin-right: 0;
}
.news-grid .news-content .nav li p {
  font-size: 14px;
  font-weight: 500;
  color: #1E293B;
  margin-bottom: 0;
}
.news-grid .news-content .nav li p img {
  margin-right: 4px;
}
.news-grid .news-content .news-title {
  font-size: 20px;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-grid .news-content .news-title {
    font-size: 16px;
  }
}
.news-grid .news-content .news-title a {
  color: #0F172A;
}
.news-grid .news-content .news-title a:hover {
  color: #004FFF;
}
.products-sec {
  background: #F8FAFC;
  padding: 80px 0 40px;
}
@media (max-width: 991.98px) {
  .products-sec {
    padding: 40px 0 20px;
  }
}
.products-sec.recent-product-sec {
  background: #ffffff;
}
.products-card {
  border: 1px solid #E4E4E7;
  background: #ffffff;
  margin: 0 0 40px;
  padding: 24px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
}
@media (max-width: 991.98px) {
  .products-card {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.products-card .product-card-img {
  margin-bottom: 15px;
  border: 1px solid #F1F5F9;
  border-radius: 10px;
  text-align: center;
  min-height: 250px;
  overflow: hidden;
}
.products-card .product-card-img img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.products-card .product-card-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
@media (max-width: 1399.98px) {
  .products-card .product-card-img {
    min-height: 220px;
  }
}
.products-card .product-content h6 {
  color: #26948e;
  font-size: 14px;
  margin-bottom: 5px;
}
.products-card .product-content p {
  color: #334155;
  margin-bottom: 0;
}
.products-card .product-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.products-card .product-content h4 a {
  color: #0F172A;
}
.products-card .product-content h4 a:hover {
  color: #004FFF;
}
@media (max-width: 1399.98px) {
  .products-card .product-content h4 {
    font-size: 18px;
  }
}
.products-card .product-content .badge {
  background: #FED78A;
  border-radius: 10px;
  font-size: 14px;
  color: #0F172A;
  font-weight: 700;
}
.products-card .product-content h5 {
  font-size: 14px;
  margin-bottom: 0;
  color: #334155;
}
.products-card .product-content h5 span {
  color: #334155;
  font-weight: 700;
}
.products-card .product-content .sticker {
  border-radius: 0px 10px 10px 0px;
  background: #B91C25;
  padding: 8px 10px;
  display: inline-block;
  line-height: normal;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 24px;
}
.products-card .product-content .product-cart {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #F1F5F9;
}
.products-card .product-content .product-cart .cart-price h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: #0F172A;
}
.products-card .product-content .product-cart .cart-price h5 span {
  font-size: 14px;
  color: #D1D5DB;
  font-weight: 500;
  display: block;
  margin-top: 3px;
  text-decoration: line-through;
}
.products-card .product-content .product-cart .cart-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E4E4E7;
  color: rgb(15, 23, 42);
}
.products-card .product-content .product-cart .cart-icon:hover {
  background: #26948e;
  color: #ffffff;
}
.products-card .product-content .product-cart .cart-icon.check-icon {
  background: #10B981;
  color: #ffffff;
}
.products-card .product-content .product-cart .cart-count {
  display: flex;
  align-items: center;
}
.products-card .product-content .product-cart .cart-count .custom-increment.cart {
  border: 1px solid #E5E7EB;
  padding: 6px;
  border-radius: 50px;
  margin-right: 10px;
}
.products-card .product-content .product-cart .cart-count .custom-increment.cart input[type=text] {
  width: 20px;
  padding: 0;
  border: 0;
  margin: 0 10px;
}
.products-card .product-content .product-cart .cart-count .input-group-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-card .product-content .product-cart .cart-count .input-group-btn button {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(212, 212, 216);
  color: #ffffff;
  padding: 0;
}
.products-card .product-icon span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #E8F1FF;
  margin-bottom: 15px;
}
.best-sell-box {
  background: #F7FEE7;
  margin: 0 0 40px;
  padding: 24px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .best-sell-box {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.best-sell-box h5 {
  color: #0F172A;
  font-weight: 700;
  margin-bottom: 10px;
}
.best-sell-box p {
  color: #334155;
  font-size: 14px;
  margin-bottom: 0;
}
.best-sell-box.box-two {
  background: #F0FDF4;
}
.app-sec-twelve.pharmacy-app-sec .app-twelve {
  padding: 0 0 80px;
}
@media (max-width: 991.98px) {
  .app-sec-twelve.pharmacy-app-sec .app-twelve {
    padding: 0 0 40px;
  }
}
.app-sec-twelve.pharmacy-app-sec .app-twelve .app-header h2 {
  font-size: 36px;
}
@media (max-width: 991.98px) {
  .app-sec-twelve.pharmacy-app-sec .app-twelve .app-header h2 {
    font-size: 30px;
  }
}
.app-sec-twelve.pharmacy-app-sec .app-scan {
  padding: 0;
}
.app-section.app-sec-twelve.pharmacy-app-sec .app-bg {
  background-image: url("./media/pharmacy-app-bg-ZUEKANEZ.png");
  background-color: rgb(14, 130, 253);
  background-size: 70% 100%;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 25px;
  position: relative;
}
.app-section.app-sec-twelve.pharmacy-app-sec .app-bg .app-bgs {
  position: absolute;
  top: 0;
  right: 0;
}
.more-coupon-sec {
  background: #004FFF;
  margin: 0;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .more-coupon-sec {
    padding: 40px 0 20px;
  }
}
.more-coupon-sec .pharmacy-section-header h4 {
  color: #ffffff;
}
.more-coupon-sec .pharmacy-section-header .pharmacy-title-link a {
  color: #ffffff;
}
.more-coupon-sec .pharmacy-section-header .pharmacy-title-link a:hover {
  color: #FFC001;
}
.coupon-card {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  margin: 0 0 24px;
  padding: 24px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .coupon-card {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.coupon-card .coupon-info h4 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .coupon-card .coupon-info h4 {
    font-size: 16px;
  }
}
.coupon-card .coupon-info p {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  margin-bottom: 0;
}
.coupon-card .coupon-code span {
  display: inline-block;
  border: 1px dashed #FFC001;
  background: #FEF8E8;
  color: #FFC001;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  padding: 5px 10px;
}
@media (max-width: 1399.98px) {
  .app-sec-twelve.pharmacy-app-sec .app-twelve .mobile-img {
    bottom: -20px;
  }
}
.footer.pharmacy-footer {
  background:
    linear-gradient(
      97deg,
      #E8F1FF 44.44%,
      rgba(77, 142, 232, 0) 92.82%);
}
.footer.pharmacy-footer .top-footer {
  margin: 0;
  padding: 40px 0 24px;
  border-bottom: 1px solid #E2E8F0;
}
.footer.pharmacy-footer .top-footer .footer-logo {
  margin-right: 70px;
}
@media (max-width: 767.98px) {
  .footer.pharmacy-footer .top-footer .footer-logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer.pharmacy-footer .top-footer .doccure-info p {
  max-width: 800px;
  margin-bottom: 0;
  color: #1F2937;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .footer.pharmacy-footer .top-footer .doccure-info p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .footer.pharmacy-footer .top-footer {
    display: block;
  }
}
.footer.pharmacy-footer .mid-footer {
  margin: 0 0 20px;
  padding: 40px 0 0;
}
.footer.pharmacy-footer .mid-footer .footer-links {
  margin-bottom: 20px;
}
.footer.pharmacy-footer .mid-footer .footer-links h4 {
  font-size: 20px;
  color: #0F172A;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .footer.pharmacy-footer .mid-footer .footer-links h4 {
    font-size: 18px;
  }
}
.footer.pharmacy-footer .mid-footer .footer-links .pages-links li {
  margin-bottom: 10px;
}
.footer.pharmacy-footer .mid-footer .footer-links .pages-links li:last-child {
  margin-bottom: 0;
}
.footer.pharmacy-footer .mid-footer .footer-links .pages-links li a {
  color: #0F172A;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .footer.pharmacy-footer .mid-footer .footer-links .pages-links li a {
    font-size: 14px;
  }
}
.footer.pharmacy-footer .mid-footer .footer-links .pages-links li a:hover {
  color: #004FFF;
}
.footer.pharmacy-footer .mid-footer .footer-links .app-store-links {
  margin-top: 40px;
}
.footer.pharmacy-footer .mid-footer .footer-links .app-store-links a {
  margin-right: 20px;
}
.footer.pharmacy-footer .mid-footer .footer-links .app-store-links a:last-child {
  margin-right: 0;
}
.footer.pharmacy-footer .mid-footer .input-block {
  position: relative;
}
.footer.pharmacy-footer .mid-footer .input-block input {
  height: 45px;
  border-radius: 6px;
  padding-right: 100px;
  border: 1px solid rgb(229, 231, 235);
  font-size: 14px;
  font-weight: 500;
}
.footer.pharmacy-footer .mid-footer .input-block input:placeholder {
  color: #6B7280;
}
.footer.pharmacy-footer .mid-footer .input-block button {
  background: #26948e;
  height: 46px;
  border-color: #26948e;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  border: 0;
  padding: 5px 17px;
  font-weight: 600;
}
.footer.pharmacy-footer .mid-footer .input-block button:hover {
  background: #002578;
  border-color: #002578;
}
.footer.pharmacy-footer .mid-foot-two {
  margin: 0;
  padding: 30px 0 20px;
  border-top: 1px solid #E2E8F0;
}
.footer.pharmacy-footer .mid-foot-two .payment-methods {
  margin-bottom: 10px;
}
.footer.pharmacy-footer .mid-foot-two .payment-methods li {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #E2E8F0;
}
@media (max-width: 767.98px) {
  .footer.pharmacy-footer .mid-foot-two .payment-methods li {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
}
.footer.pharmacy-footer .mid-foot-two .payment-methods li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.footer.pharmacy-footer .mid-foot-two .social-icons {
  justify-content: end;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .footer.pharmacy-footer .mid-foot-two .social-icons {
    justify-content: start;
  }
}
.footer.pharmacy-footer .mid-foot-two .social-icons li {
  margin-right: 5px;
}
.footer.pharmacy-footer .mid-foot-two .social-icons li:last-child {
  margin-right: 0;
}
.footer.pharmacy-footer .mid-foot-two .social-icons li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0F172A;
  color: #ffffff;
}
.footer.pharmacy-footer .mid-foot-two .social-icons li a:hover {
  background: #004FFF;
  color: #ffffff;
}
.footer.pharmacy-footer .footer-bottom {
  padding: 20px;
  background:
    linear-gradient(
      97deg,
      #E8F1FF 44.44%,
      rgba(232, 241, 255, 0) 92.82%);
}
.footer.pharmacy-footer .footer-bottom p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #1E293B;
}
.doc-info-left .doctor-img1 {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .doc-info-left .doctor-img1 {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.product-description .doctor-img1 {
  width: 40%;
}
.product-description .doc-info-cont {
  width: 60%;
}
ul.benifits-col li i {
  font-size: 20px;
  margin-right: 20px;
  color: #20c0f3;
}
.doctor-content {
  background-color: #ffffff;
  margin: 0;
  padding: 140px 0 60px;
}
@media (max-width: 991.98px) {
  .doctor-content {
    margin: 0;
    padding: 100px 0 40px;
  }
}
@media (max-width: 767.98px) {
  .doctor-content {
    margin: 0;
    padding: 100px 0 20px;
  }
}
.doctor-content.content {
  margin: 0;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .doctor-content.content {
    margin: 0;
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .doctor-content.content {
    margin: 0;
    padding: 20px 0;
  }
}
.back-link {
  padding-bottom: 30px;
}
.back-link a {
  font-size: 15px;
  color: #959595;
}
.back-link a:hover {
  color: #09e5ab;
}
.back-link a i {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .back-link {
    padding-bottom: 25px;
  }
}
.paitent-header {
  padding-bottom: 40px;
}
.paitent-header .paitent-title {
  font-size: 22px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .paitent-header .paitent-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .paitent-header .paitent-title {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .paitent-header {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .paitent-header {
    padding-bottom: 20px;
  }
}
.booking-header {
  padding-bottom: 25px;
}
.booking-header .booking-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .booking-header {
    padding-bottom: 20px;
  }
}
.payment-form-group {
  margin-bottom: 10px;
}
.payments-form .custom_radio {
  font-weight: 500;
  color: #000000;
  padding-left: 26px;
  margin-bottom: 0;
}
.payments-form .custom_radio input:checked ~ .checkmark {
  border: 5px solid #26948e;
}
.payments-form .custom_radio .checkmark {
  top: inherit;
  border: 2px solid #9A9A9A;
}
.payments-form .custom_radio .checkmark:after {
  top: -1px;
  left: -1px;
  background: #ffffff;
  width: 0;
  height: 0;
}
.card-label > label {
  background-color: #ffffff;
  color: #ABABAB;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin: 6px auto auto 8px;
  padding: 0 7px;
}
.card-label > .form-control {
  margin: -13px 0 0;
  padding: 6px 15px 0;
  min-height: 48px;
}
.card-label > .form-control::placeholder {
  font-weight: 500;
  color: #3C4758;
}
.booking-btn .btn {
  min-width: 123px;
  font-weight: 500;
  margin: 0;
  padding: 8px 10px;
  border-radius: 5px;
}
.booking-btn .btn i {
  font-size: 18px;
  color: #ffffff;
  position: relative;
  left: 8px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.booking-btn .btn:hover i {
  color: #26948e;
  left: 12px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .booking-btn .btn {
    min-width: 100px;
    margin: 0;
    padding: 7px 10px;
  }
}
@media (max-width: 991.98px) {
  .booking-btn {
    padding-bottom: 25px;
  }
}
.booking-card {
  border: 2px solid #F4F4F4;
  border-radius: 8px;
  margin-bottom: 25px;
}
.booking-card .booking-card-body {
  padding: 15px;
}
@media (max-width: 991.98px) {
  .booking-card {
    margin-bottom: 20px;
  }
}
.booking-doctor-img {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  border-radius: 50%;
}
.booking-doctor-img img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.booking-doctor-info h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.booking-doctor-info h4 a:hover {
  color: #26948e;
}
.booking-doctor-info p {
  color: #888888;
  margin-bottom: 0;
}
.booking-doctor-right p {
  margin-bottom: 0;
}
.booking-doctor-right i {
  margin-right: 18px;
  font-size: 20px;
  color: #28a745;
}
.booking-doctor-right a {
  font-weight: 500;
  text-decoration: underline;
  color: #26948e;
}
.booking-doctor-right a:hover {
  color: #000000;
}
.booking-list-body {
  padding-bottom: 5px !important;
}
.booking-list-body .booking-doctor-right {
  padding-bottom: 10px;
}
.booking-date-list {
  width: 300px;
}
.booking-date-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.booking-date-list ul li {
  font-weight: 500;
  color: #494949;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.booking-date-list ul li span {
  font-weight: normal;
  color: #777777;
  float: right;
  text-align: right;
}
.booking-date-list ul li span i {
  font-size: 16px;
  margin-right: 6px;
}
@media (max-width: 1399.98px) {
  .booking-date-list {
    width: 100%;
  }
}
.booking-date-list.consultation-date-list {
  width: 100%;
}
.proceed-btn {
  text-align: right;
}
.proceed-btn .btn {
  margin: 0;
  padding: 8px 15px;
  min-width: 209px;
}
@media (max-width: 767.98px) {
  .proceed-btn .btn {
    min-width: 200px;
  }
}
@media (max-width: 991.98px) {
  .proceed-btn {
    padding-bottom: 0;
  }
}
.custom_radio {
  color: #8D8D8D;
  position: relative;
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.custom_radio input {
  position: absolute;
  opacity: 0;
}
.custom_radio input:checked ~ .checkmark {
  border: 1px solid #26948e;
}
.custom_radio input:checked ~ .checkmark:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.custom_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 1px solid #AEAEB2;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  opacity: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #26948e;
  visibility: hidden;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.radio_input .custom_radio + .custom_radio {
  margin-left: 15px;
}
.pricing-section {
  background-color: #ffffff;
  margin: 0;
  padding: 80px 0 55px;
}
@media (max-width: 991.98px) {
  .pricing-section {
    margin: 0;
    padding: 40px 0 15px;
  }
}
@media (max-width: 767.98px) {
  .pricing-section {
    margin: 0;
    padding: 40px 0 20px;
  }
}
.pricing-inner-header {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .pricing-inner-header {
    margin-bottom: 40px;
  }
}
.plan-choose-info {
  padding-top: 15px;
}
.plan-choose-info label {
  margin-bottom: 0;
}
.plan-choose-info .monthly-plan {
  color: #0A0B0D;
}
.plan-choose-info .yearly-plan {
  color: #6B7280;
}
.plan-choose-info .status-toggle {
  margin: 0 20px;
  padding: 0;
}
.plan-choose-info .checktoggle {
  background-color: #26948e;
  border: 1px solid #26948e;
}
.plan-choose-info .check:checked + .checktoggle {
  background-color: #ffffff;
  border: 1px solid #26948e;
}
.plan-choose-info .check:checked + .checktoggle:after {
  background-color: #26948e;
}
.plan-choose-info .monthly-plan,
.plan-choose-info .yearly-plan {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .plan-choose-info .monthly-plan,
  .plan-choose-info .yearly-plan {
    font-size: 16px;
  }
}
.pricing-card {
  background: #F2F6F6;
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover {
  background: #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-icon span {
  background: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.pricing-card:hover .pricing-icon span img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-title p {
  color: #EFF0F7;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-title h4 {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-header-text p {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-amount h2 {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-amount h2 span {
  color: #D9DBE9;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-amount h6 {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-list ul li {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-list ul li:before {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-btn .btn {
  color: #ffffff;
  border: 1px solid #7ed957;
  box-shadow: inset 0 0 0 50px #7ed957;
}
.pricing-card .card-body {
  margin: 0;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .pricing-card .card-body {
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .pricing-card .card-body {
    margin: 0;
    padding: 15px;
  }
}
.pricing-card-active {
  background: #26948e;
}
.pricing-card-active .pricing-icon span {
  background: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.pricing-card-active .pricing-icon span img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-title p {
  color: #EFF0F7;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-title h4 {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-tag {
  margin-left: auto;
}
.pricing-card-active .pricing-tag span {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-weight: 500;
  border-radius: 10px;
  padding: 12px 13px;
}
.pricing-card-active .pricing-header-text p {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-amount h2 {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-amount h2 span {
  color: #D9DBE9;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-amount h6 {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-list ul li {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-list ul li:before {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-btn .btn {
  color: #ffffff;
  border: 1px solid #7ed957;
  box-shadow: inset 0 0 0 50px #7ed957;
}
.pricing-header {
  padding-bottom: 15px;
}
.pricing-header-info {
  padding-bottom: 15px;
}
.pricing-icon {
  margin-right: 15px;
}
.pricing-icon span {
  min-width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 16px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
.pricing-icon span img {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-title p {
  font-weight: 500;
  font-size: 16px;
  color: #6B7280;
  margin-bottom: 0;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .pricing-title p {
    font-size: 15px;
  }
}
.pricing-title h4 {
  font-size: 24px;
  color: #1F2937;
  margin-bottom: 0;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .pricing-title h4 {
    font-size: 20px;
  }
}
.pricing-header-text p {
  color: #6B7280;
  margin-bottom: 0;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-amount {
  padding-bottom: 20px;
}
.pricing-amount h2 {
  font-weight: 700;
  font-size: 30px;
  color: #1F2937;
  margin-bottom: 8px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-amount h2 span {
  font-weight: 400;
  font-size: 14px;
  color: #9CA3AF;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 991.98px) {
  .pricing-amount h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .pricing-amount h2 {
    font-size: 30px;
  }
}
.pricing-amount h6 {
  font-weight: 500;
  font-size: 20px;
  color: #1F2937;
  margin-bottom: 0;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .pricing-amount h6 {
    font-size: 16px;
  }
}
.pricing-list {
  padding-bottom: 50px;
}
.pricing-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-list ul li {
  position: relative;
  font-size: 16px;
  color: #6B7280;
  padding-left: 25px;
  margin-bottom: 10px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-list ul li:last-child {
  margin-bottom: 0;
}
.pricing-list ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  color: #26948e;
  border: 0;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .pricing-list ul li {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .pricing-list {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .pricing-list {
    padding-bottom: 20px;
  }
}
.pricing-btn {
  text-align: center;
}
.pricing-btn .btn {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  padding: 11px 15px;
  min-width: 100%;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #26948e;
  background: #26948e;
}
@media (max-width: 767.98px) {
  .pricing-btn .btn {
    margin: 0;
    padding: 8px 15px;
    font-size: 14px;
  }
}
.breadcrumb-bar-two {
  background: #E2E8F0;
  background-repeat: no-repeat;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.breadcrumb-bar-two .inner-banner {
  margin: 0;
  padding: 60px 0;
}
.breadcrumb-bar-two .inner-banner .breadcrumb-title {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 6px;
}
@media (max-width: 991.98px) {
  .breadcrumb-bar-two .inner-banner .breadcrumb-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-two .inner-banner .breadcrumb-title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-two .inner-banner {
    margin: 0;
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb-bar-two {
    padding-top: 40px;
    min-height: 260px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-two {
    min-height: auto;
  }
}
.breadcrumb-bar-two .page-breadcrumb ol {
  background-color: transparent;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.breadcrumb-bar-two .page-breadcrumb ol li a {
  font-weight: 500;
  color: #4B5563;
}
.breadcrumb-bar-two .page-breadcrumb ol li.active {
  color: #1F2937;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-two .page-breadcrumb ol {
    font-size: 15px;
  }
}
.breadcrumb-bar-two .page-breadcrumb .breadcrumb a:hover {
  color: #26948e;
}
.breadcrumb-bar-two .page-breadcrumb .breadcrumb-item + .breadcrumb-item {
  font-weight: 500;
  color: #1F2937;
  padding-left: 10px;
}
.breadcrumb-bar-two .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  font-family: "feather";
  float: left;
  padding-right: 10px;
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 600;
}
.about-section {
  background-color: #ffffff;
  margin: 0;
  padding: 80px 0;
}
.about-section .about-img-info {
  padding-right: 30px;
}
.about-section .about-img-info .about-img {
  border-radius: 8px;
  margin-bottom: 25px;
}
.about-section .about-img-info .about-img:last-child {
  margin-bottom: 0;
}
.about-section .about-img-info .about-img img {
  border-radius: 8px;
}
.about-section .about-img-info .about-box {
  background: #26948e;
  border-radius: 8px;
  margin: 15px 0 25px;
  padding: 45px 10px;
  text-align: center;
}
.about-section .about-img-info .about-box h4 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  max-width: 208px;
  margin: 0 auto 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .about-section .about-img-info {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .about-section {
    margin: 0;
    padding: 40px 0;
  }
}
.section-inner-header {
  margin-bottom: 40px;
}
.section-inner-header h6 {
  font-weight: 500;
  font-size: 16px;
  color: #26948e;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .section-inner-header h6 {
    margin-bottom: 10px;
  }
}
.section-inner-header h2 {
  font-weight: 600;
  font-size: 40px;
  color: #1F2937;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .section-inner-header h2 {
    font-size: 26px;
    max-width: inherit;
  }
}
@media (max-width: 767.98px) {
  .section-inner-header h2 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .section-inner-header {
    margin-bottom: 40px;
  }
}
.about-inner-header {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .about-inner-header {
    margin-bottom: 20px;
  }
}
.about-content-details {
  padding-bottom: 25px;
}
.about-content-details p {
  font-size: 16px;
  color: #6B7280;
  margin-bottom: 25px;
}
.about-content-details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .about-content-details p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.about-contact-icon {
  margin-right: 15px;
}
.about-contact-icon span {
  width: 47px;
  height: 47px;
  border-radius: 50px;
  color: #ffffff;
  background: #26948e;
}
.about-contact-text p {
  font-weight: 500;
  font-size: 16px;
  color: #6B7280;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .about-contact-text p {
    font-size: 14px;
  }
}
.about-contact-text h4 {
  color: #27272A;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .about-contact-text h4 {
    font-size: 18px;
  }
}
.why-choose-section {
  background-color: #ffffff;
  margin: 0;
  padding: 0 0 55px;
}
@media (max-width: 991.98px) {
  .why-choose-section {
    margin: 0;
    padding: 20px 0 15px;
  }
}
@media (max-width: 767.98px) {
  .why-choose-section {
    margin: 0;
    padding: 0 0 20px;
  }
}
.why-choose-card {
  border: 1px solid #F3F4F6;
  border-radius: 8px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.why-choose-card:hover {
  box-shadow: 0px 0px 111px rgba(0, 0, 0, 0.09);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.why-choose-card:hover .why-choose-icon span img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.why-choose-card .card-body {
  margin: 0;
  padding: 25px;
}
@media (max-width: 991.98px) {
  .why-choose-card .card-body {
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .why-choose-card .card-body {
    margin: 0;
    padding: 15px;
  }
}
.why-choose-icon {
  padding-bottom: 24px;
}
.why-choose-icon span {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  color: #ffffff;
  background: #26948e;
}
.why-choose-icon span img {
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .why-choose-icon {
    padding-bottom: 20px;
  }
}
.why-choose-content h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
}
.why-choose-content p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .why-choose-content p {
    font-size: 14px;
  }
}
.way-section {
  background-color: #ffffff;
  margin: 0;
  padding: 0 0 80px;
}
.way-section .way-bg {
  background: #26948e;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.way-section .way-bg .way-shapes-img {
  position: relative;
}
.way-section .way-bg .way-shapes-img .way-shapes-left {
  position: absolute;
  top: 60px;
  right: 200px;
}
.way-section .way-bg .way-shapes-img .way-shapes-right {
  position: absolute;
  right: 0;
}
@media (max-width: 991.98px) {
  .way-section .way-bg .way-shapes-img {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .way-section .way-bg {
    border-radius: 10px;
  }
}
@media (max-width: 991.98px) {
  .way-section {
    margin: 0;
    padding: 0 0 40px;
  }
}
.way-inner-header {
  margin: 0;
  padding: 60px;
}
.way-inner-header h2 {
  color: #ffffff;
  margin-bottom: 29px;
}
.way-inner-header p {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .way-inner-header p {
    margin-bottom: 15px;
  }
}
.way-inner-header .btn {
  font-weight: 600;
  font-size: 15px;
  padding: 11px 16px;
  color: #7ed957;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 0 #26948e;
}
.way-inner-header .btn:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: #26948e;
  box-shadow: inset 0 0 0 50px #26948e;
}
@media (max-width: 767.98px) {
  .way-inner-header .btn {
    font-size: 14px;
    margin: 0;
    padding: 10px 15px;
  }
}
@media (max-width: 991.98px) {
  .way-inner-header {
    margin: 0;
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .way-inner-header {
    margin: 0;
    padding: 20px;
  }
}
.way-img {
  position: relative;
  top: 10px;
}
@media (max-width: 991.98px) {
  .way-img {
    display: none;
  }
}
.professional-section {
  margin: 0;
  padding: 0 0 55px;
  background: #ffffff;
}
.professional-section .doctor-profile-widget {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .professional-section .doctor-profile-widget {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .professional-section {
    margin: 0;
    padding: 0 0 15px;
  }
}
@media (max-width: 767.98px) {
  .professional-section {
    margin: 0;
    padding: 0 0 20px;
  }
}
.testimonial-section {
  background: #F9FAFB;
  margin: 0;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial-section::after {
  content: "";
  background: url("./media/doctor-shape-img1-EIFRB75T.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 213px;
  height: 335px;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .testimonial-section::after {
    display: none;
  }
}
.testimonial-section::before {
  content: "";
  background: url("./media/doctor-shape-img2-VSD2UJ34.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  width: 213px;
  height: 335px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .testimonial-section::before {
    display: none;
  }
}
.testimonial-section .testimonial-shape-img {
  position: relative;
}
.testimonial-section .testimonial-shape-img .testimonial-shape-left {
  position: absolute;
  top: -30px;
  left: -40px;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.testimonial-section .testimonial-shape-img .testimonial-shape-left img {
  width: 100px;
}
.testimonial-section .testimonial-shape-img .testimonial-shape-right {
  position: absolute;
  top: 60px;
  right: 0;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.testimonial-section .testimonial-shape-img .testimonial-shape-right img {
  width: 100px;
}
@media (max-width: 991.98px) {
  .testimonial-section .testimonial-shape-img {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section {
    margin: 0;
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .testimonial-info {
    flex-direction: column;
  }
}
.testimonial-img {
  border-radius: 50%;
  margin-right: 50px;
  width: 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}
@media (max-width: 767.98px) {
  .testimonial-img {
    margin: 0 0 30px 0;
    padding: 0;
    width: 200px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.testimonial-img img {
  border-radius: 50%;
  width: 100%;
}
.testimonial-header {
  margin-bottom: 25px;
}
.testimonial-details p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #1F2937;
}
@media (max-width: 767.98px) {
  .testimonial-details p {
    font-size: 14px;
  }
}
.testimonial-details h6 {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  color: #1F2937;
}
.testimonial-details h6 span {
  font-weight: 600;
  font-size: 16px;
  color: #1F2937;
}
.testimonial-grid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 767.98px) {
  .testimonial-grid {
    margin: 0;
    padding: 0 25px;
  }
}
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  width: 44px;
  height: 44px;
  font-size: 0;
  color: #1E3259;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
}
.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover {
  color: #ffffff;
  background: #26948e;
}
.testimonial-slider .slick-prev:focus,
.testimonial-slider .slick-next:focus {
  color: #ffffff;
  background: #26948e;
  opacity: 1;
}
.testimonial-slider .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-size: 16px;
  font-weight: 900;
}
.testimonial-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 16px;
  font-weight: 900;
}
.faq-section-inner {
  margin: 0;
  padding: 80px 0 80px;
}
@media (max-width: 1199.98px) {
  .faq-section-inner {
    margin: 0;
    padding: 80px 0 80px;
  }
}
@media (max-width: 991.98px) {
  .faq-section-inner {
    margin: 0;
    padding: 40px 0;
  }
}
.faq-inner-page {
  background-color: #ffffff;
  margin: 0;
  padding: 80px 0 55px;
}
.faq-inner-info .accordion-item {
  margin-bottom: 25px;
}
.faq-inner-info .accordion-item:last-child {
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .testimonial-content {
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .testimonial-content .section-inner-header h2 {
    font-size: 16px;
  }
}
.onboard-page {
  overflow: hidden;
}
.right-panel-title {
  background: #0C4F8A;
  padding: 10px;
  display: none;
}
.onboard-wrapper {
  overflow: hidden;
  height: 100vh;
  background: #ffffff;
}
.left-panel {
  background-color: #0C4F8A;
  width: 25%;
  padding: 45px;
  height: 100vh;
  overflow: auto;
  flex-direction: column;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.left-panel::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991.98px) {
  .left-panel {
    display: none;
  }
}
.right-panel {
  width: 75%;
  height: 100vh;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  flex-wrap: wrap;
}
.right-panel .select2-container .select2-selection--single {
  border: 1px solid #E6E9F4;
  height: 54px;
  background: #F5F6FA;
}
.right-panel .select2-container .select2-selection--single:focus {
  border-color: #09E5AB;
  background-color: #ffffff;
}
.right-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: 400;
  font-weight: normal;
  line-height: 54px;
  color: #585858;
}
.right-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
  right: 7px;
}
.right-panel .accordion-item:first-of-type {
  margin-bottom: 16px;
  border-radius: 6px;
  overflow: hidden;
}
.right-panel .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 16px;
  border-radius: 6px;
  overflow: hidden;
}
.right-panel .accordion-button {
  padding: 20px;
}
.right-panel .accordion-button::after {
  transform: rotate(-90deg);
}
.right-panel .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}
.right-panel .accordion-button:focus {
  box-shadow: 8px 7px 14px -15px rgba(0, 0, 0, 0.4);
}
.right-panel .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #000000;
}
.right-panel .accordion-body {
  padding: 1rem 1rem;
}
@media (max-width: 991.98px) {
  .right-panel {
    width: 100%;
    height: auto;
    padding: 0px;
  }
}
.onboard-img {
  margin: auto;
  padding: 70px 0px 20px 0px;
  animation: mymove 1s ease-in-out infinite alternate;
  text-align: center;
  width: 240px;
}
.onboard-content h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 21px;
}
.onboard-content p {
  color: #ffffff;
  font-weight: 200;
  font-size: 13px;
}
.onboarding-slider {
  margin-top: 10px;
}
#onboard-slider .owl-dots {
  margin-top: 0px;
  justify-content: center;
}
#onboard-slider .owl-nav {
  display: none;
}
#onboard-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #09E5AB;
  width: 15px;
  height: 6px;
  border-radius: 50px;
  transition: 0.5s all;
  margin: 5px 3px 0;
  display: block;
  position: relative;
}
#onboard-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffffff;
  width: 50px;
  border-radius: 50px;
}
.on-board-wizard {
  position: sticky;
  top: 65px;
}
.on-board-wizard ul {
  list-style: none;
  padding: 0px;
}
.on-board-wizard ul li a {
  align-items: center;
  background: #ffffff;
  border: 1px solid #F4F4F4;
  box-shadow: 0px 4px 4px rgba(212, 237, 255, 0.25);
  border-radius: 4px;
  margin: 0 0 18px 0;
  padding: 13px 5px 13px 8px;
  transition: 0.1s ease-out;
}
.on-board-wizard ul li a:hover {
  box-shadow: 8px 7px 14px -15px rgba(0, 0, 0, 0.4);
}
.onboarding-list h6 {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.onboarding-list p {
  font-weight: 300;
  font-size: 13px;
  color: #585858;
  margin-bottom: 0px;
}
li:hover .onboarding-list h6 {
  color: #000000;
}
.onboarding-progress {
  margin-right: 20px;
  min-width: 35px;
  height: 35px;
  background: #F4F4F4;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.onboarding-progress.active {
  background: #10916F;
  color: #ffffff;
}
.onboarding-progress span {
  font-size: 13px;
}
.onboarding-title h2 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.onboarding-title h2 span {
  color: #FF0202;
}
.onboarding-title h6 {
  font-weight: 400;
  font-size: 15px;
  color: #585858;
  margin-bottom: 25px;
  line-height: 1.5;
}
.onboarding-title h6 span {
  font-weight: 600;
}
.onboarding-title.profile-title {
  margin-bottom: 35px;
}
.onboarding-title.pass-title {
  margin-bottom: 32px;
}
.onboarding-content-box {
  margin-top: 20px;
  margin: 20px 0 0 0;
  padding: 50px;
  background: #ffffff;
  box-shadow: 0px 24px 24px rgba(212, 237, 255, 0.3);
  border-radius: 4px;
  border: 1px solid #E6E9F4;
}
.onboarding-content-box.content-wrap {
  flex-direction: column;
  min-height: 580px;
}
.onboarding-content-box.lock-box {
  padding: 70px;
}
.onboarding-btn a {
  background: #09E5AB;
  border-radius: 6px;
  padding: 15px 50px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #09E5AB;
  transition: all 0.5s;
}
.onboarding-btn a:hover {
  box-shadow: inset 0 60px 0 0 #10916F;
  border-color: #10916F;
}
.onboarding-btn.Personalize-btn {
  margin-top: 30px;
}
.onboarding-btn.Consultation-btn {
  margin-top: 70px;
}
.onboarding-btn.Consultation-btn a:nth-child(2) {
  background: #ffffff;
  border-radius: 6px;
  padding: 15px 50px;
  color: #0C4F8A;
  border: none;
}
.onboarding-btn.Consultation-btn a:nth-child(2):hover {
  box-shadow: none;
  color: #09E5AB;
}
.onboarding-btn.Consultation-btn.cost-btns {
  margin-top: 40px;
}
.onboarding-btn.prefer-btn {
  margin-top: 70px;
}
.onboarding-btn.pop-btn {
  margin-top: 4px;
}
.passcode-wrap input,
.passcode-wrap select,
.passcode-wrap textarea {
  background-color: #F5F6FA;
  border: 1px solid #E6E9F4;
  border-radius: 5px;
  width: 60px;
  height: 54px;
  text-align: center;
  color: #354052;
  font-size: 20px;
  font-weight: 500;
  margin-right: 23px;
}
.passcode-wrap input:focus {
  color: #354052;
  border-color: #09E5AB;
  background-color: #ffffff;
  outline: none;
}
.passcode-wrap.mail-box input {
  width: 100%;
  text-align: unset;
  font-size: 14px;
  height: 54px;
}
.passcode-wrap.mail-box select {
  width: 100%;
  text-align: unset;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #E6E9F4 !important;
  outline: none;
  color: #585858;
  padding: 0px 10px;
}
.passcode-wrap.mail-box textarea {
  width: 100%;
  height: 145px;
  text-align: unset;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #E6E9F4;
  outline: none;
  resize: none;
}
.passcode-wrap select:focus {
  color: #354052;
  border-color: #09E5AB !important;
  background-color: #ffffff;
  outline: none;
}
.passcode-wrap.form-focus.focused .focus-label {
  opacity: 1;
  top: -31px;
  font-size: 12px;
  z-index: 1;
  background: #ffffff;
  padding: 0px 5px;
  color: #5EC6CD;
  font-weight: 400;
}
.passcode-wrap.form-focus .focus-label {
  top: -4px;
  color: #585858;
}
.passcode-wrap textarea:focus {
  color: #354052;
  border-color: #09E5AB;
  background-color: #ffffff;
  outline: none;
}
.passcode-wrap.form-floating > label {
  color: #585858;
  font-size: 14px;
}
.mail-icon {
  background: url("./media/mail-box-CESY7GYV.png") no-repeat 99% 50%;
}
.form-focus .focus-label span {
  color: #F0142F;
}
.placeholder-style::placeholder {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: #585858;
  opacity: 1;
}
.placeholder-style:-ms-input-placeholder {
  color: #585858;
}
.placeholder-style::-ms-input-placeholder {
  color: #585858;
}
.onboarding-lable {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.onboarding-lable span {
  color: #FF0202;
}
.upload-pic {
  align-items: center;
  border-radius: 10px;
  height: 163px;
  width: 183px;
  position: relative;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  border: 1px dashed #8F9BBA;
}
.upload-pic img {
  max-width: 100%;
  border-radius: 10px;
}
.upload-pic h6 {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #8F9BBA;
}
.upload-pic.patient-photo-upload {
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  width: 265px;
  height: 235px;
  background: #F5F6FA;
  border: none;
}
.upload-pics input[type=file] {
  opacity: 0;
  width: 40px;
  height: 63px;
  position: absolute;
  cursor: pointer;
  top: -15px;
  right: 8px;
  margin-right: 0px;
}
.photo-norms h5 {
  color: #8F9BBA;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 35px;
}
.btn-profile img {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 11px;
  right: 8px;
  cursor: pointer;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.tog-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F5F6FA;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tog-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  bottom: 4px;
  background-color: #008F64;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 4px;
  left: 4px;
}
.tog-slider.round {
  border-radius: 30px;
  width: 56px;
  height: 28px;
  border: 2px solid #F3F3F3;
}
.tog-slider.round:before {
  border-radius: 50%;
}
input:checked + .tog-slider {
  background-color: #008F64;
}
input:checked + .tog-slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
  background: #ffffff;
  left: -1px;
}
.save-card {
  margin-left: 22px;
}
.save-card h5 {
  font-weight: 500;
  font-size: 14px;
}
.save-card h6 {
  font-weight: 400;
  font-size: 14px;
  color: #8F9BBA;
}
.save-detail {
  padding: 25px 0 0;
}
.payment-icon {
  position: relative;
}
.payment-icon img {
  position: absolute;
  top: 250px;
}
.avail-content {
  margin-left: 15px;
  margin-top: 4px;
}
.avail-content h6 {
  color: #10916F;
}
.weekDays-selector input {
  display: none !important;
}
.weekDays-selector input[type=checkbox] + label {
  display: inline-block;
  border-radius: 4px;
  background: #ffffff;
  padding: 8px 0px;
  width: 60px;
  margin-right: 3px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #E6E9F4;
  font-weight: 400;
  font-size: 20px;
}
.weekDays-selector input[type=checkbox]:checked + label {
  background: #F5F6FA;
  color: #000000;
}
.consult-option {
  position: relative;
}
.call-option {
  position: relative;
  width: 33%;
  margin-right: 10px;
}
.call-option.file-option {
  margin-right: 0px;
  background: #F5F6FA;
  border-radius: 10px;
  border: 2px dashed #E6E9F4;
  width: 100%;
}
.call-option.verify-account {
  min-width: 242px;
}
.option-radio {
  appearance: none;
  display: none;
}
.option-radio:checked + .call-lable {
  box-shadow: 0 0 0 60px #0C4F8A inset;
  color: #ffffff;
}
.option-radio:checked + .call-lable img {
  filter: brightness(0) invert(1);
}
.call-lable {
  align-items: center;
  justify-content: center;
  position: relative;
  transition-duration: 0.5s;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  min-height: 75px;
  text-align: center;
  border: 1px solid #E6E9F4;
  cursor: pointer;
}
.call-lable img {
  margin-right: 6px;
  margin-bottom: 5px;
}
.call-lable.verify-lable.verify-lable {
  width: 100%;
  height: 170px;
  font-size: 14px;
  font-weight: 400;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.call-lable.verify-lable.verify-options {
  height: 105px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px;
  border-radius: 5px;
}
.accordion-body .onboarding-title h2 {
  font-size: 16px;
}
.accordion-body .onboarding-title h6 {
  font-size: 14px;
}
.prefer-box {
  border-radius: 4px;
  box-shadow: 0px 4px 24px rgba(227, 227, 227, 0.25);
  width: 100%;
  padding: 36px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #E6E9F4;
}
.prefer-box .right-sec i {
  font-size: 16px;
  color: #433489;
}
.prefer-box:hover {
  box-shadow: 0px 0px 10px 3px rgb(212, 237, 255);
}
.verify-item {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
}
.verify-item::marker {
  color: #0C4F8A;
  font-size: 120%;
}
.verify-list {
  padding: 0 0 0 20px;
  margin-bottom: 0px;
}
.verify-list li:last-child {
  margin-bottom: 0px;
}
.upload-sucess-note h6 {
  color: #10906F;
  font-weight: 400;
  font-size: 16px;
}
.upload-sucess-note h6:nth-child(2) {
  color: #3E45EB;
  font-weight: 400;
  font-size: 16px;
  margin-top: 18px;
}
.upload-sucess-note h6:nth-child(2) i {
  margin-left: 4px;
  cursor: pointer;
}
.verify-box {
  background: #FAFDFF;
  padding: 16px;
}
.modal-content.id-pop-content {
  border-radius: 10px;
}
.modal-header.id-pop-header {
  border-bottom: none;
  padding: 2rem 1rem 1rem 1rem;
}
.modal-footer.id-pop-footer {
  border-top: none;
  padding: 0.75rem 0rem 2rem 0rem;
}
.modal-body.id-pop-body {
  padding: 1rem 3rem;
}
.modal-body.id-pop-body h2 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 14px;
}
.modal-body.id-pop-body p {
  font-weight: 400;
  font-size: 15px;
  color: #585858;
}
.modal-body.id-pop-body h3 {
  font-weight: 500;
  font-size: 20px;
}
.modal-body.id-pop-body span {
  font-weight: 500;
  font-size: 20px;
  color: #228FE0;
  padding-bottom: 30px;
  display: block;
}
.modal.show .modal-dialog.id-upload {
  max-width: 600px;
}
.fade.fade-custom {
  background: rgba(0, 0, 0, 0.8);
}
.set-path {
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.lock-content img {
  margin-bottom: 20px;
}
.lock-content h2 {
  font-weight: 500;
  font-size: 24px;
}
.lock-content h6 {
  margin: 15px 0px 30px 0px;
  font-weight: 400;
  font-size: 16px;
  color: #585858;
}
.lock-content a {
  color: #FF0202;
  font-weight: 600;
  font-size: 16px;
}
.lock-content a:hover {
  color: #000000;
}
.mail-icon2 {
  background: url("./media/phone-QZ7B3M7C.png") no-repeat 99% 50%;
}
.pass-icon {
  background: url("./media/password-duotone-VHXN7RBT.svg") no-repeat 99% 50%;
}
.pass-icon-1 {
  background: url("./media/fluent-password-FOZXXYR4.svg") no-repeat 99% 50%;
}
.forms-block.pass-group {
  margin-bottom: 2rem;
}
.method-btn a {
  color: #0C4F8A;
  font-weight: 500;
  font-size: 14px;
}
.method-btn a:hover {
  color: #09E5AB;
}
.code-title {
  background: rgba(76, 218, 180, 0.1);
  border-radius: 4px;
  margin: 30px 0px;
  padding: 12px 15px;
}
.code-title h6 {
  color: #10916F;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0px;
}
.opt-resend {
  padding-top: 30px;
  position: relative;
}
.opt-resend a {
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  left: 0px;
}
.upload-patient-btn {
  position: relative;
  margin-bottom: 15px;
}
.upload-patient-btn:hover .pic-upload-btn {
  color: #09E5AB;
}
#patient-verified .modal-body.id-pop-body p {
  font-size: 16px;
  max-width: 280px;
  margin: auto;
}
.upload-patient-pic {
  padding: 10px 0px 30px 0px;
}
.upload-patient-pic input[type=file] {
  opacity: 0;
  max-width: 468px;
  min-height: 60px;
  cursor: pointer;
  top: 0px;
  left: 87px;
  position: absolute;
}
.pic-upload-btn {
  margin: auto;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #F4F4F4;
  box-shadow: 0px 4px 10px rgba(225, 225, 225, 0.25);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  max-width: 475px;
  text-align: center;
  z-index: 99999;
}
.onboarding-contents {
  justify-content: center;
}
.uploads-report {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.uploads-report a:nth-child(1) {
  margin-bottom: 20px;
}
.select-gender-option [type=radio]:checked,
.select-gender-option [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.select-gender-option [type=radio]:checked + label,
.select-gender-col [type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.select-gender-option label {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(194, 194, 194, 0.25);
  border-radius: 5px;
  padding: 28px;
  width: 100%;
  text-align: center;
  position: relative;
}
.select-gender-option [type=radio]:not(:checked) + label:after {
  opacity: 0;
}
.select-gender-option [type=radio]:checked + label:after,
.select-gender-option [type=radio]:not(:checked) + label:after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(212, 237, 255, 0.25);
  border: 2px solid #228FE0;
  box-shadow: 0px 4px 24px rgba(34, 143, 224, 0.04);
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #0de0fe;
}
.login-header .form-focus .focus-label {
  top: -6px;
  color: #585858;
}
.relative-form {
  position: relative;
  background: #F5F6FA;
  border: 1px solid #E6E9F4;
  border-radius: 5px;
  min-height: 54px;
  padding: 6px 15px;
  align-items: center;
}
.relative-form span {
  color: #131523;
}
.relative-form .form-control::placeholder {
  color: #131523;
  font-weight: 400;
  font-size: 14px;
}
.relative-form .btn {
  border-radius: 6px;
  padding: 5px 15px;
  position: absolute;
  top: 7px;
  right: 7px;
}
.relative-file-upload {
  color: #000;
  padding: 11px 35px;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 4px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  background: #EEEEEE;
  border-radius: 4px;
}
.relative-file-upload:hover {
  color: #ffffff;
  background: #bdb8b8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.relative-file-upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #ffffff;
  cursor: inherit;
  display: block;
}
.onboarding-content .checklist-col .custom_check .checkmark {
  width: 35px;
}
.onboarding-content .checklist-col .custom_check .checkmark:after {
  left: 10px;
  top: 3px;
}
.onboarding-content .checklist-col.pregnant-col .remember-me-col .custom_check .checkmark {
  border-color: #228FE0;
}
.onboarding-content .checklist-col .remember-me-col {
  border-bottom: 1px solid #F4F4F4;
}
.onboarding-content .custom_check .checkmark {
  left: -10px;
}
.onboarding-content .custom_check .checkmark::after {
  color: #ffffff;
}
.onboarding-content .custom_check input:checked ~ .checkmark {
  background-color: #228FE0;
}
.onboarding-content .increment-decrement .input-groups input[type=button] {
  background-color: transparent;
  font-size: 20px;
  border: 1px solid #228FE0;
  border-radius: 4px;
  height: 24px;
  width: 35px;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 0px;
  line-height: 0;
  padding: 0px;
  color: #228FE0;
}
.modal-footer.id-pop-footer.text-center {
  justify-content: center;
}
@keyframes mymove {
  to {
    transform: translateY(-5px);
  }
}
@media (max-width: 991.98px) {
  .right-panel-title {
    display: block;
  }
  .right-panel-title img {
    max-width: 140px;
  }
  .onboarding-content-box.content-wrap {
    min-height: auto;
  }
  .onboarding-list h6 {
    font-size: 15px;
  }
  .onboarding-list p {
    font-size: 13px;
  }
  .onboarding-progress span {
    font-size: 12px;
  }
  .onboarding-title h2 {
    font-weight: 450;
    font-size: 22px;
  }
  .onboarding-title h6 {
    font-size: 14px;
  }
  .onboarding-lable {
    font-size: 13px;
  }
  .passcode-wrap.mail-box input {
    font-size: 14px;
    height: 50px;
  }
  .passcode-wrap.mail-box textarea {
    height: 100px;
  }
  .passcode-wrap.form-focus .focus-label {
    top: -8px;
  }
  .passcode-wrap input {
    width: 77px;
    height: 50px;
    font-size: 24px;
    font-weight: 400;
  }
  .right-panel .select2-container .select2-selection--single {
    height: 50px;
  }
  .right-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
  }
  .right-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
  }
  .onboarding-btn {
    margin-top: 75px;
  }
  .onboarding-btn a {
    padding: 13px 45px;
    font-size: 14px;
  }
  .onboarding-btn.step-2-btn {
    margin-top: 50px;
  }
  .onboarding-btn.Consultation-btn.cost-btns {
    margin-top: 10px;
  }
  .onboarding-content-box {
    margin-top: 0px;
    padding: 30px;
  }
  .method-btn a {
    font-size: 12px;
  }
  .code-title {
    padding: 10px 12px;
    margin: 22px 0px;
  }
  .code-title h6 {
    font-size: 14px;
  }
  .weekDays-selector input[type=checkbox] + label {
    font-size: 16px;
    padding: 14px 22px;
  }
  .onboard-wrapper {
    height: auto;
  }
  .modal.show .modal-dialog.id-upload {
    max-width: 400px;
  }
  .modal-header.id-pop-header {
    padding: 5px;
  }
  .modal-body.id-pop-body {
    padding: 5px;
  }
  .modal-body.id-pop-body h2 {
    font-size: 20px;
  }
  .modal-body.id-pop-body p {
    font-size: 12px;
  }
  .modal-footer.id-pop-footer {
    border-top: none;
    padding: 2px 0px 5px 0px;
  }
  .call-lable {
    font-size: 14px;
    width: 172px;
  }
  .call-lable.verify-lable.verify-lable {
    height: 120px;
  }
  .upload-sucess-note h6 {
    font-size: 14px;
  }
  .upload-sucess-note h6:nth-child(2) {
    font-size: 14px;
  }
  .payment-icon img {
    top: -168px;
    right: 10px;
  }
  .tog-slider:before {
    height: 12px;
    width: 12px;
  }
  .tog-slider.round {
    width: 50px;
    height: 22px;
  }
  .save-card h6 {
    font-size: 13px;
    margin-bottom: 0px;
  }
  .prefer-box {
    padding: 24px;
    font-size: 14px;
  }
  .call-option {
    width: max-content;
  }
  .onboard-page {
    overflow: auto;
  }
  .on-board-wizard {
    padding-top: 25px;
    top: 50px;
  }
}
@media (max-width: 575.98px) {
  .onboarding-progress span {
    font-size: 13px;
  }
  .onboarding-title {
    text-align: center;
  }
  .onboarding-title h2 {
    font-weight: 500;
    font-size: 18px;
  }
  .onboarding-title h6 {
    font-size: 14px;
  }
  .verify-box {
    padding: 5px;
  }
  .verify-item {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .onboarding-content-box {
    padding: 20px;
  }
  .btn-profile img {
    height: 30px;
    width: 30px;
  }
  .upload-pic {
    height: 100px;
    width: 120px;
  }
  .upload-pic h6 {
    font-size: 14px;
  }
  .passcode-wrap.mail-box input {
    font-size: 10px;
    height: 40px;
  }
  .passcode-wrap.mail-box textarea {
    height: 90px;
  }
  .passcode-wrap.form-focus .focus-label {
    top: -9px;
  }
  .passcode-wrap input {
    width: 48px;
    height: 43px;
    font-size: 19px;
    font-weight: 400;
  }
  .onboarding-btn {
    margin-top: 10px;
    text-align: center;
  }
  .onboarding-btn.Personalize-btn {
    margin-top: 15px;
    text-align: center;
  }
  .onboarding-btn a {
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 15px;
  }
  .onboarding-btn.step-2-btn {
    margin-top: 25px;
  }
  .onboarding-btn.prefer-btn {
    margin-top: 10px;
  }
  .onboarding-btn.Consultation-btn {
    margin-top: 15px;
  }
  .on-board-wizard {
    padding-left: 0px;
  }
  .right-panel .select2-container .select2-selection--single {
    height: 43px;
  }
  .right-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
  }
  .right-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
  }
  .right-panel .accordion-button {
    padding: 20px;
  }
  .select2-results__option[aria-selected] {
    font-size: 11px;
  }
  .consult-option {
    flex-direction: column;
    align-items: center;
  }
  .call-option {
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .call-lable {
    font-size: 14px;
  }
  .call-lable.verify-lable.verify-options {
    width: 253px;
    height: 118px;
  }
  .call-lable.verify-lable.verify-lable {
    height: 100px;
  }
  .code-title {
    margin: 10px 0px;
  }
  .code-title h6 {
    font-size: 12px;
  }
  .weekDays-selector input[type=checkbox] + label {
    padding: 12px 22px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .modal-body.id-pop-body h2 {
    font-size: 18px;
  }
  .modal-body.id-pop-body p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .modal-body.id-pop-body span {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .upload-pics input[type=file] {
    height: 60px;
  }
  .photo-norms h5 {
    margin-bottom: 0px;
  }
  .upload-sucess-note h6 {
    font-size: 13px;
  }
  .payment-icon img {
    top: -210px;
  }
  .prefer-box {
    padding: 12px;
    font-size: 14px;
  }
  .relative-file-upload {
    padding: 9px 10px;
  }
  .opt-resend {
    padding-top: 12px;
    padding-bottom: 30px;
  }
  .opt-resend a {
    font-size: 14px;
    left: auto;
    left: 0px;
  }
  .select-gender-option {
    flex-direction: column;
  }
}
.signup-option-btns .signup-btn-info {
  width: 100%;
  background: #F5F5F5;
  border: 1px solid #E4E4E8;
  border-radius: 8px;
  margin: 0;
  padding: 12px 15px;
  margin-bottom: 20px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.signup-option-btns .signup-btn-info:hover {
  background: #ffffff;
  border: 1px solid #26948e;
  box-shadow: 0px 22px 38px rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.signup-option-btns .signup-btn-info:hover .signup-arrow {
  background: #26948e;
  color: #ffffff;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.signup-option-btns .signup-btn-info:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .signup-option-btns .signup-btn-info {
    margin: 0;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.signup-info .signup-icon {
  margin-right: 16px;
}
.signup-content {
  text-align: left;
}
.signup-content h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 6px;
}
@media (max-width: 991.98px) {
  .signup-content h4 {
    font-size: 18px;
  }
}
.signup-content p {
  color: #71717A;
  margin-bottom: 0;
  font-size: 14px;
}
.signup-arrow {
  width: 37px;
  height: 37px;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.terms-check-box label {
  color: #838383;
}
.terms-check-box label a {
  color: #525252;
  text-decoration: underline;
}
.terms-check-box label a:hover {
  color: #26948e;
}
.account-signup {
  text-align: center;
}
.account-signup p {
  color: #696969;
  margin-bottom: 0;
}
.account-signup p a {
  font-size: 14px;
  font-weight: 500;
  color: #26948e;
  text-decoration: underline;
}
.account-signup p a:hover {
  color: #26948e;
  text-decoration: none;
}
.login-verify-img {
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .login-verify-img {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .login-verify-img {
    padding-bottom: 20px;
  }
}
.otp-box .forms-block {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .otp-box .forms-block {
    margin-bottom: 20px;
    justify-content: start;
  }
}
.otp-box input {
  width: 74px;
  height: 74px;
  background: #f9f9f9;
  border: 2px solid #ACACAC;
  border-radius: 8px;
  text-align: center;
  margin-right: 15px;
  font-weight: 700;
  font-size: 26px;
  color: #000000;
  outline: none;
}
.otp-box input:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .otp-box input {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 767.98px) {
  .otp-box input {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.otp-info {
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .otp-info {
    padding-bottom: 0;
  }
}
.otp-code p {
  color: #5B5B5B;
  margin-bottom: 8px;
}
.otp-code a {
  font-weight: 500;
  color: #26948e;
  text-decoration: underline;
}
.otp-code a:hover {
  text-decoration: none;
}
.otp-sec p {
  background: #f9f9f9;
  border-radius: 4px;
  color: #717171;
  padding: 4px 7px;
}
.otp-sec p i {
  font-size: 16px;
  margin-right: 6px;
}
.forgot-link {
  font-weight: 500;
  color: #26948e;
  margin-bottom: 10px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.forgot-link:hover {
  color: #000000;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.signup-code {
  font-size: 11px;
  color: #9E9E9E;
  margin: 7px 0 0 0;
  padding: 0;
}
.multistep-form #first {
  display: block;
}
.multistep-form fieldset {
  display: none;
  width: 100%;
}
.widget-setcount {
  padding-bottom: 40px;
}
.widget-setcount ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-setcount ul li {
  margin-right: 0;
  margin-bottom: 10px;
  position: relative;
}
.widget-setcount ul li:last-child {
  margin-right: 0;
}
.widget-setcount ul li:last-child:before {
  display: none;
}
.widget-setcount ul li:before {
  position: absolute;
  top: 50%;
  right: -66px;
  content: "";
  width: 50px;
  height: 2px;
  background: #E0E0E0;
}
.widget-setcount ul .progress-activated:before {
  background: #26948e;
}
.widget-setcount .step-icon {
  width: 45px;
  height: 45px;
  background: #c9e3fe;
  border-radius: 50px;
  margin-right: 15px;
}
.widget-setcount .step-content p {
  color: #E0E0E0;
  margin-bottom: 5px;
}
.widget-setcount .step-content h4 {
  font-weight: 500;
  font-size: 16px;
  color: #E0E0E0;
  margin-bottom: 0;
}
.widget-setcount .progress-activated .step-icon {
  background: #26948e;
}
.widget-setcount .progress-activated .step-content p {
  color: #858585;
}
.widget-setcount .progress-activated .step-content h4 {
  color: #000000;
}
.widget-setcount .progress-active .step-icon {
  background: #26948e;
}
.widget-setcount .progress-active .step-content p {
  color: #858585;
}
.widget-setcount .progress-active .step-content h4 {
  color: #000000;
}
.form-check-box .custom_check {
  margin-bottom: 0;
}
.form-check-box .custom_check .checkmark::after {
  content: "";
  background: #26948e;
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
  border-radius: 3px;
}
.contact-section {
  margin: 0;
  padding: 80px 0 55px;
}
@media (max-width: 991.98px) {
  .contact-section {
    margin: 0;
    padding: 40px 0 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-section {
    margin: 0;
    padding: 40px 0 20px;
  }
}
.contact-inner-header {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .contact-inner-header {
    margin-bottom: 30px;
  }
}
.contact-card {
  border: 2px solid #E9EAF6;
  border-radius: 0;
}
.contact-card .card-body {
  margin: 0;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .contact-card .card-body {
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-card .card-body {
    margin: 0;
    padding: 15px;
  }
}
.contact-icon {
  color: #26948e;
  font-size: 44px;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .contact-icon {
    font-size: 40px;
    margin-right: 15px;
  }
}
.contact-details h4 {
  font-weight: 600;
  font-size: 20px;
  color: #0A0B0D;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .contact-details h4 {
    font-size: 18px;
  }
}
.contact-details p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .contact-details p {
    font-size: 14px;
  }
}
.contact-form-card {
  background: #F8FBFF;
  border-radius: 10px;
  border: 0;
}
.contact-form-card .card-body {
  margin: 0;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .contact-form-card .card-body {
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-form-card .card-body {
    margin: 0;
    padding: 15px;
  }
}
.contact-form-card .form-group {
  margin-bottom: 25px;
}
.contact-form-card .form-group label {
  font-size: 12px;
  color: #0A0B0D;
  margin-bottom: 8px;
}
.contact-form-card .form-group .form-control {
  font-weight: 500;
  color: #6B7280;
}
.contact-form-card .form-group .form-control::placeholder {
  font-weight: 500;
  color: #6B7280;
}
.contact-form-card .form-group textarea.form-control {
  min-height: 150px;
  resize: none;
}
.contact-form-card .form-group-btn {
  margin-top: 35px;
}
.contact-form-card .form-group-btn .btn {
  border-radius: 5px;
  min-width: 150px;
  margin: 0;
  padding: 10px 15px;
  font-weight: 500;
}
.contact-map iframe {
  width: 100%;
  border: none;
  height: 450px;
}
.error-section {
  margin: 0;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .error-section {
    margin: 0;
    padding: 40px 0;
  }
}
.error-img {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .error-img {
    padding-bottom: 25px;
  }
}
.error-404-img {
  position: relative;
}
.error-404-content {
  width: 100%;
  position: absolute;
  bottom: 30px;
}
@media (max-width: 1399.98px) {
  .error-404-content {
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .error-404-content {
    position: static;
    margin-top: 20px;
  }
}
.error-content h2 {
  font-weight: 600;
  font-size: 38px;
  color: #0A0B0D;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .error-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .error-content h2 {
    font-size: 22px;
  }
}
.error-content p {
  font-weight: 500;
  font-size: 16px;
  color: #6B7280;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .error-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.error-content .btn {
  min-width: 246px;
  font-size: 18px;
  display: inline-block;
  margin: 0;
  padding: 13px 15px;
}
@media (max-width: 991.98px) {
  .error-content .btn {
    min-width: 230px;
    font-size: 16px;
    margin: 0;
    padding: 10px 15px;
  }
}
@media (max-width: 767.98px) {
  .error-content .btn {
    min-width: 150px;
    font-size: 14px;
    margin: 0;
    padding: 8px 15px;
  }
}
.coming-soon-count {
  width: 104px;
  height: 104px;
  margin: 0 16px 0 0;
  padding: 13px;
  border-radius: 50px;
  background: #0CE0FF;
  flex-shrink: 0;
}
.coming-soon-count:last-child {
  margin-right: 0;
}
.coming-soon-count h4 {
  font-weight: 600;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .coming-soon-count h4 {
    font-size: 20px;
  }
}
.coming-soon-count p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .coming-soon-count p {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .coming-soon-count {
    width: 66px;
    height: 66px;
    margin: 0 10px 0 0;
    padding: 8px;
  }
}
.terms-section {
  margin: 0;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .terms-section {
    margin: 0;
    padding: 40px 0;
  }
}
.terms-section .terms-content {
  padding-bottom: 50px;
}
.terms-section .terms-content .terms-text {
  padding-bottom: 24px;
}
.terms-section .terms-content .terms-text:last-child {
  padding-bottom: 0;
}
.terms-section .terms-content .terms-text p {
  font-size: 16px;
  color: #6B7280;
  margin-bottom: 24px;
}
.terms-section .terms-content .terms-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .terms-section .terms-content .terms-text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.terms-section .terms-content .terms-text.terms-list p {
  margin-bottom: 10px;
}
.terms-section .terms-content .terms-text.terms-list p i {
  position: relative;
  top: 4px;
  margin-right: 8px;
  color: #26948e;
}
@media (max-width: 991.98px) {
  .terms-section .terms-content {
    padding-bottom: 30px;
  }
}
.terms-btn .btn-right-now {
  font-weight: 500;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 5px 15px;
  min-width: 149px;
  border-radius: 8px;
  color: #3F3F3F;
  background: #F3F3F3;
  border: 1px solid #F3F3F3;
  box-shadow: inset 0 0 0 0 #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.terms-btn .btn-right-now:hover {
  color: #ffffff;
  background: #26948e;
  border-color: #26948e;
  box-shadow: inset 0 0 0 50px #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .terms-btn .btn-right-now {
    font-size: 14px;
    min-width: 130px;
    margin-right: 0;
  }
}
.terms-btn .btn-primary {
  padding: 5px 15px;
  min-width: 166px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .terms-btn .btn-primary {
    min-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .terms-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.consultation-info {
  padding-bottom: 25px;
}
.consultation-info p {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .consultation-info p {
    margin-bottom: 15px;
  }
}
.consultation-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.consultation-list ul li {
  display: block;
  margin-bottom: 15px;
}
.consultation-list ul li:last-child {
  margin-bottom: 0;
}
.consultation-types a {
  font-weight: 500;
  font-size: 16px;
  color: #6B6B6B;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  min-width: 413px;
  margin: 0;
  padding: 10px 15px;
}
.consultation-types a:hover {
  color: #26948e;
  background: #ffffff;
  border: 1px solid #26948e;
}
.consultation-types a i {
  font-size: 18px;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .consultation-types a {
    min-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .consultation-types a {
    font-size: 14px;
    min-width: 250px;
    margin: 0;
    padding: 7px 15px;
  }
}
.consultation-types span {
  margin-left: 18px;
  font-size: 20px;
  color: #28a745;
  display: none;
}
.consultation-types.active a {
  color: #26948e;
  background: #ffffff;
  border: 1px solid #26948e;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.07);
}
.consultation-types.active span {
  display: block;
}
.booking-device-img {
  margin-right: 15px;
}
.booking-doctor-info h3 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.booking-doctor-info .device-text {
  margin-bottom: 12px;
}
.booking-doctor-info .btn {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  padding: 4px 10px;
  min-width: 109px;
  color: #26948e;
  background: #ffffff;
  border: 2px solid #26948e;
  box-shadow: inset 0 0 0 0 #26948e;
  border-radius: 6px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.booking-doctor-info .btn:hover {
  color: #ffffff;
  background: #26948e;
  box-shadow: inset 0 0 0 50px #26948e;
  border: 2px solid #26948e;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.app-images a {
  margin-right: 8px;
}
.app-images a:last-child {
  margin-right: 0;
}
.booking-date {
  padding-bottom: 30px;
}
.booking-date p {
  color: #8C8C8C;
  margin: 0 10px 0 0;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .booking-date p {
    margin: 0 0 10px 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .booking-date {
    display: block;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .time-slot-card-body {
    padding-bottom: 0 !important;
  }
}
.booking-range .btn {
  background: #ffffff;
  border: 1px solid #E4E4E8;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  color: #4A4A4A;
  margin: 0;
  padding: 10px 15px;
}
@media (max-width: 767.98px) {
  .booking-range .btn {
    font-size: 13px;
    margin: 0;
    padding: 10px;
    position: relative;
  }
}
.booking-range img {
  margin-right: 10px;
}
.booking-range i {
  font-size: 16px;
  margin-left: 10px;
  color: #5B5B5B;
}
.booking-card {
  border: 2px solid #F4F4F4;
  border-radius: 8px;
  margin-bottom: 25px;
}
.booking-date-slider {
  padding-bottom: 30px;
}
.date-slider {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.date-slider .slick-slide {
  display: block;
  margin: 0;
  padding: 0 5px;
}
.date-slider li h4 {
  font-weight: 500;
  font-size: 16px;
  color: #B9B9B9;
  margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .date-slider li h4 {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .date-slider li h4 {
    font-size: 16px;
  }
}
.date-slider li p {
  color: #D4D4D4;
  margin-bottom: 0;
}
.date-slider li.active h4 {
  color: #000000;
}
.date-slider li.active p {
  color: #AAAAAA;
}
.date-slider .slick-prev:before {
  content: " \e92f";
}
.date-slider .slick-next:before {
  content: " \e930";
}
.date-slider .slick-prev,
.date-slider .slick-next {
  background: transparent;
  color: #000000;
  line-height: normal;
}
.date-slider .slick-prev:hover,
.date-slider .slick-prev:focus,
.date-slider .slick-next:hover,
.date-slider .slick-next:focus {
  background-color: transparent;
  color: #09e5ab;
  opacity: 1;
}
.date-slider .slick-prev:hover:before,
.date-slider .slick-prev:focus:before,
.date-slider .slick-next:hover:before,
.date-slider .slick-next:focus:before {
  color: #09e5ab;
}
.date-slider .slick-prev:before,
.date-slider .slick-next:before {
  font-family: "feather";
  font-size: 26px;
}
.time-slot {
  text-align: center;
}
.time-slot h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.time-slot ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.time-slot ul li {
  display: block;
  margin-bottom: 15px;
}
.time-slot li:last-child {
  margin-bottom: 0;
}
.time-slot li .timing {
  background: #F5F5F5;
  border: 2px solid #F3F3F3;
  border-radius: 8px;
  color: #595959;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  position: relative;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.time-slot li .timing:hover {
  background: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.time-slot li .timing.active {
  background: #09e5ab;
  border: 2px solid #09e5ab;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #09e5ab;
}
.time-slot li .timing.active:hover {
  background: #09e5ab;
  border: 2px solid #09e5ab;
  color: #ffffff;
  box-shadow: inset 0 0 0 50px #09e5ab;
}
.time-slot li .timing i {
  margin-right: 4px;
}
.time-slot li .load-more-timings a {
  font-weight: 500;
  text-decoration: underline;
  color: #09e5ab;
}
.time-slot li .load-more-timings a:hover {
  color: #000000;
}
.time-slot .time-slot-open {
  display: none;
}
@media (max-width: 991.98px) {
  .time-slot {
    padding-bottom: 15px;
  }
}
.success-content {
  text-align: center;
  padding-bottom: 40px;
}
.success-content h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .success-content h4 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .success-content {
    padding-bottom: 30px;
  }
}
.success-icon {
  padding-bottom: 15px;
}
.success-icon i {
  font-size: 50px;
  color: #28a745;
}
@media (max-width: 991.98px) {
  .success-icon i {
    font-size: 36px;
  }
}
.booking-success-info {
  padding-bottom: 20px;
}
.booking-success-info .booking-doctor-img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  margin-right: 15px;
}
.booking-success-info .booking-doctor-img img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
}
.booking-success-info .booking-doctor-info p {
  margin-bottom: 15px;
}
.success-btn {
  text-align: center;
  padding-bottom: 25px;
}
.success-btn .btn {
  font-weight: 500;
  padding: 8px 18px;
}
@media (max-width: 767.98px) {
  .success-btn .btn {
    display: flex;
  }
}
.success-btn .btn-primary {
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .success-btn .btn-primary {
    margin: 0 0 10px 0;
    padding: 8px 18px;
  }
}
.success-btn .btn-light {
  color: #7C7C7C;
  background: #F5F5F5;
}
.success-dashboard-link {
  text-align: center;
}
.success-dashboard-link a {
  font-weight: 500;
  font-size: 15px;
  color: #959595;
}
.success-dashboard-link a:hover {
  color: #26948e;
}
.success-dashboard-link a i {
  margin-right: 12px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .success-dashboard-link a {
    font-size: 14px;
  }
}
body.home-pg-twelve {
  font-family: "Inter", sans-serif;
}
body.home-pg-twelve .main-wrapper {
  overflow-x: hidden;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
.banner-sec-twelve {
  background: #002578;
  padding: 180px 0 100px;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-sec-twelve {
    padding: 150px 0 80px;
  }
}
@media (max-width: 767.98px) {
  .banner-sec-twelve .swiper-slider-banner {
    display: none;
  }
}
.banner-sec-twelve .section-small-imgs img {
  position: absolute;
}
.banner-sec-twelve .section-small-imgs img.small-icon-one {
  left: 0;
  top: 130px;
  max-width: 100px;
}
.banner-sec-twelve .section-small-imgs img.small-icon-two {
  right: 50px;
  bottom: 50px;
  animation: spin 3000ms linear infinite;
}
.banner-sec-twelve .banner-content-twelve {
  padding-right: 110px;
}
@media (max-width: 1199.98px) {
  .banner-sec-twelve .banner-content-twelve {
    padding-right: 50px;
  }
}
@media (max-width: 991.98px) {
  .banner-sec-twelve .banner-content-twelve {
    padding-right: 0;
  }
}
.banner-sec-twelve .banner-content-twelve h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-sec-twelve .banner-content-twelve h1 {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-sec-twelve .banner-content-twelve h1 {
    font-size: 30px;
  }
}
.banner-sec-twelve .banner-content-twelve p {
  color: #F1F5F9;
  font-size: 20px;
  font-weight: 500;
}
.banner-sec-twelve .input-box-twelve {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.08);
  padding: 15px;
  margin: 40px 0 80px;
  padding: 15px;
}
@media (max-width: 575.98px) {
  .banner-sec-twelve .input-box-twelve {
    flex-direction: column;
  }
}
.banner-sec-twelve .input-box-twelve .input-block {
  position: relative;
}
.banner-sec-twelve .input-box-twelve .input-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 0 2px 2px 0;
  padding: 3px;
  border-color: rgb(31, 41, 55);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}
.banner-sec-twelve .input-box-twelve .input-block .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 2px 0 0 2px;
}
.banner-sec-twelve .input-box-twelve .input-block .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 22px;
}
.banner-sec-twelve .input-box-twelve .input-block:first-child {
  width: 50%;
  border-right: 2px solid #E3E4E8;
}
.banner-sec-twelve .input-box-twelve .input-block:first-child:before {
  content: "\e8bd";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "feather";
  font-weight: 900;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-sec-twelve .input-box-twelve .input-block:first-child {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .banner-sec-twelve .input-box-twelve .input-block:first-child {
    width: 40%;
  }
}
@media (max-width: 575.98px) {
  .banner-sec-twelve .input-box-twelve .input-block:first-child {
    width: 100%;
    border-right: 0;
  }
}
.banner-sec-twelve .input-box-twelve .input-block:nth-child(2) {
  width: 30%;
}
.banner-sec-twelve .input-box-twelve .input-block:nth-child(2):before {
  content: "\e88e";
  font-family: "Font Awesome 5 Free";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 2px;
  font-family: "feather";
  font-weight: 900;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .banner-sec-twelve .input-box-twelve .input-block:nth-child(2):before {
    left: 0;
  }
}
.banner-sec-twelve .input-box-twelve .input-block:nth-child(2) .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  .banner-sec-twelve .input-box-twelve .input-block:nth-child(2) .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 22px;
  }
}
@media (max-width: 1199.98px) {
  .banner-sec-twelve .input-box-twelve .input-block:nth-child(2) {
    width: 28%;
  }
}
@media (max-width: 575.98px) {
  .banner-sec-twelve .input-box-twelve .input-block:nth-child(2) {
    width: 100%;
  }
}
.banner-sec-twelve .input-box-twelve .input-block:last-child {
  width: 20%;
}
@media (max-width: 1199.98px) {
  .banner-sec-twelve .input-box-twelve .input-block:last-child {
    width: 22%;
  }
}
@media (max-width: 767.98px) {
  .banner-sec-twelve .input-box-twelve .input-block:last-child {
    width: 32%;
  }
}
@media (max-width: 575.98px) {
  .banner-sec-twelve .input-box-twelve .input-block:last-child {
    width: 100%;
  }
  .banner-sec-twelve .input-box-twelve .input-block:last-child a {
    width: 100%;
  }
}
.banner-sec-twelve .input-box-twelve select {
  border: 0;
  background: transparent;
  border-radius: 0;
}
.banner-sec-twelve .input-box-twelve .select2-container .select2-selection--single {
  border: 0;
}
.banner-sec-twelve .input-box-twelve .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #475569;
  font-size: 15px;
  font-weight: 500;
}
.banner-sec-twelve .input-box-twelve .search-btn-twelve {
  text-align: right;
}
@media (max-width: 575.98px) {
  .banner-sec-twelve .input-box-twelve .search-btn-twelve {
    text-align: center;
  }
}
.banner-sec-twelve .input-box-twelve .search-btn-twelve a {
  background: #0051A8;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  transition: 0.5s all;
}
.banner-sec-twelve .input-box-twelve .search-btn-twelve a:hover {
  background: #42c0fb;
  transition: 0.5s all;
}
.banner-counter .counter-twelve {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 24px;
}
.banner-counter .counter-twelve h3 {
  font-size: 36px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.banner-counter .counter-twelve h3 span {
  margin-bottom: 0;
}
.banner-counter .counter-twelve h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}
.banner-counter .counter-twelve span {
  display: block;
  margin-bottom: 40px;
}
.banner-counter .counter-twelve.bg-purple-color h3 {
  color: #D1FFB5;
}
.banner-counter .counter-twelve.bg-purple-color .hexagon {
  background: #D1FFB5;
}
.banner-counter .counter-twelve.bg-violet-color h3 {
  color: #E3A9FF;
}
.banner-counter .counter-twelve.bg-violet-color .hexagon {
  background: #E3A9FF;
}
.banner-counter .counter-twelve.bg-blue-color h3 {
  color: #0CE0FF;
}
.banner-counter .counter-twelve.bg-blue-color .hexagon {
  background: #0CE0FF;
}
.hexagon {
  width: 14px;
  height: 15px;
  transition: color 500ms ease, text-shadow 500ms ease;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  -ms-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.view-all-lab {
  background: #ffffff;
  border-radius: 60px;
  padding: 10px 20px;
  position: absolute;
  bottom: -30px;
  z-index: 1;
}
.view-all-lab span {
  width: 40px;
  height: 40px;
  background: #7C3AED;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}
.view-all-lab h5 {
  color: #7E22CE;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .view-all-lab h5 {
    font-size: 15px;
  }
}
.swiper-slider-banner .testimonial-bottom-nav {
  display: none;
}
.swiper-slide .img-swiper {
  border-radius: 30px;
}
.swiper-slide .img-swiper img {
  width: 100%;
  border-radius: 30px;
}
.swiper-content-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199.98px) {
  .swiper-content-card {
    padding: 20px;
  }
}
.swiper-content-card h4 {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 600;
}
.swiper-content-card span.badge {
  color: #C026D3;
  font-size: 14px;
  background: #FAE8FF;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: 600;
}
.swiper-content-card .cost-pay {
  border-top: 1px solid #E2E8F0;
  padding-top: 20px;
}
.swiper-content-card .cost-pay h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.swiper-content-card .cost-pay h5 span {
  font-size: 14px;
  margin-left: 8px;
  color: #9CA3AF;
  font-weight: 500;
  text-decoration: line-through;
}
.swiper-content-card .cost-pay .slider-buy-btn {
  background: #004FFF;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.5s all;
}
@media (max-width: 1199.98px) {
  .swiper-content-card .cost-pay .slider-buy-btn {
    padding: 10px 15px;
  }
}
.swiper-content-card .cost-pay .slider-buy-btn:hover {
  background: #42c0fb;
  transition: 0.5s all;
}
.section-head-twelve {
  margin-bottom: 50px;
}
.section-head-twelve h2 {
  font-size: 36px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .section-head-twelve h2 {
    font-size: 30px;
  }
}
.section-head-twelve p {
  font-size: 16px;
  color: #6B7280;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section-head-twelve p {
    font-size: 16px;
  }
}
.popular-test-section {
  padding: 100px 0 50px;
  background:
    linear-gradient(
      180deg,
      #F1FBFF 0%,
      rgba(217, 217, 217, 0) 100%);
  position: relative;
}
@media (max-width: 991.98px) {
  .popular-test-section {
    padding: 80px 0 30px;
  }
}
.popular-test-section .section-small-imgs img {
  position: absolute;
  z-index: -1;
}
.popular-test-section .section-small-imgs img.bg-img-one {
  right: 0;
  top: 0;
}
.popular-test-section .section-small-imgs img.bg-img-two {
  left: 0;
  bottom: 0;
}
.popular-test-section .section-head-twelve {
  margin-bottom: 20px;
}
.popular-test-section .test-slider-card {
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(177, 177, 177, 0.25);
  border-radius: 10px;
  padding: 24px;
  flex-direction: column;
  text-align: center;
  transition: 0.5s all;
  margin: 30px 0;
}
.popular-test-section .test-slider-card h4 {
  color: #0F172A;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.popular-test-section .test-slider-card p {
  color: #475569;
  margin-bottom: 24px;
}
.popular-test-section .test-slider-card .hexagon {
  width: 80px;
  height: 80px;
  background: rgba(0, 37, 120, 0.1);
  margin-bottom: 22px;
  transition: 0.5s all;
}
.popular-test-section .test-slider-card .hexagon img {
  width: auto;
  transition: 0.5s all;
}
.popular-test-section .test-slider-card .hexagon.liver {
  background: #86EFA3;
}
.popular-test-section .test-slider-card .hexagon.kidney {
  background: #CCFBF1;
}
.popular-test-section .test-slider-card .hexagon.fever {
  background: #FFE4E6;
}
.popular-test-section .test-slider-card .read-more-test {
  color: #002578;
  font-weight: 700;
}
.popular-test-section .test-slider-card:hover {
  background: #002578;
  transition: 0.5s all;
}
.popular-test-section .test-slider-card:hover h4 a {
  color: #ffffff;
}
.popular-test-section .test-slider-card:hover h4 a:hover {
  color: #42c0fb;
}
.popular-test-section .test-slider-card:hover p {
  color: #F1F5F9;
}
.popular-test-section .test-slider-card:hover .read-more-test {
  color: #ffffff;
}
.popular-test-section .test-slider-card:hover .read-more-test:hover {
  color: #42c0fb;
}
.popular-test-section .test-slider-card:hover .hexagon {
  background: #86EFA3;
  transition: 0.5s all;
}
.popular-test-section .test-slider-card:hover .hexagon img {
  transform: rotatey(360deg);
  transition: 0.5s all;
}
.popular-test-slider.owl-carousel .owl-dots,
.best-package-slider.owl-carousel .owl-dots {
  text-align: center;
}
.popular-test-slider.owl-carousel .owl-dots button,
.best-package-slider.owl-carousel .owl-dots button {
  width: 32px;
  height: 6px;
  background: #E2E8F0;
}
.popular-test-slider.owl-carousel .owl-dots button.active,
.best-package-slider.owl-carousel .owl-dots button.active {
  background: #0092E4;
  border-radius: 10px !important;
}
.popular-test-slider.owl-carousel .owl-dots button:first-child,
.best-package-slider.owl-carousel .owl-dots button:first-child {
  border-radius: 10px 0 0 10px;
}
.popular-test-slider.owl-carousel .owl-dots button:last-child,
.best-package-slider.owl-carousel .owl-dots button:last-child {
  border-radius: 0 10px 10px 0;
}
.medical-emergency-booking {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .medical-emergency-booking {
    margin-top: 60px;
  }
}
.medical-emergency-booking .medical-emergency-card {
  background: #FFD66A;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .medical-emergency-booking .medical-emergency-card {
    padding: 24px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .medical-emergency-booking .slider-img {
    display: none;
  }
}
.medical-emergency-booking .slider-img img {
  border-radius: 20px;
}
.medical-emergency-booking .slider-content h3 {
  color: #4E3C12;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .medical-emergency-booking .slider-content h3 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .medical-emergency-booking .slider-content h3 {
    font-size: 30px;
  }
}
.medical-emergency-booking .slider-content span {
  color: #7A6121;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 1399.98px) {
  .medical-emergency-booking .slider-content span {
    font-size: 24px;
  }
}
@media (max-width: 1399.98px) and (max-width: 1199.98px) {
  .medical-emergency-booking .slider-content span {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1399.98px) and (max-width: 991.98px) {
  .medical-emergency-booking .slider-content span {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.medical-emergency-booking .slider-content p {
  color: #0F172A;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .medical-emergency-booking .slider-content p {
    max-width: 420px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .medical-emergency-booking .slider-content p {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .medical-emergency-booking .slider-content p {
    margin: 0 auto 10px;
  }
}
.medical-emergency-booking .slider-content a {
  border-radius: 10px;
  background: #4E3C12;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 20px;
  display: inline-block;
}
.medical-emergency-booking .slider-content a:hover {
  background: #42c0fb;
  transition: 0.5s all;
}
@media (max-width: 991.98px) {
  .medical-emergency-booking .slider-content a {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav button {
  margin-top: 0;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.5s all;
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav button:hover {
  background: #002578;
  transition: 0.5s all;
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav button:hover i {
  color: #ffffff;
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav button i {
  color: #94A3B8;
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav button.owl-prev {
  left: -20px;
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav button.owl-prev i {
  transform: rotate(180deg);
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav button.owl-next {
  right: -20px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .medical-emergency-booking .doctor-consulting-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .medical-emergency-booking .doctor-consulting-slider .owl-nav button {
    position: static;
    transform: none;
  }
  .medical-emergency-booking .doctor-consulting-slider .owl-nav button.owl-prev {
    margin-right: 20px;
  }
}
.medical-descriptions {
  margin: 40px 0 0;
}
.medical-descriptions .description-item {
  margin: 0 0 24px;
  padding: 24px 0 24px 24px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  border-radius: 20px;
  transition: 0.5s all;
}
.medical-descriptions .description-item span {
  width: 60px;
  height: 60px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  margin-right: 10px;
  flex-shrink: 0;
}
.medical-descriptions .description-item h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1399.98px) {
  .medical-descriptions .description-item h4 {
    font-size: 18px;
  }
}
.medical-descriptions .description-item:hover {
  transform: translatey(-10px);
  transition: 0.5s all;
}
.lab-service-section {
  background-color: #002578;
  background-image: url("./media/lab-doctor-3IUUD6ZD.jpg");
  background-position: left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 991.98px) {
  .lab-service-section {
    background-image: none;
  }
}
.lab-service-section .sec-bg img {
  right: 50px;
  bottom: 50px;
  position: absolute;
  animation: spin 3000ms linear infinite;
}
.lab-service-section .lab-doctor-img {
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .lab-service-section .lab-doctor-img {
    padding-right: 0;
  }
}
.lab-service-section .lab-doctor-img img {
  width: 100%;
  height: 100%;
}
.lab-service-section .servive-provider-content {
  max-width: 570px;
  margin: 0;
  padding: 50px 0 50px 30px;
}
@media (max-width: 991.98px) {
  .lab-service-section .servive-provider-content {
    max-width: 100%;
    margin: 0;
    padding: 40px 20px 60px;
  }
}
.lab-service-section .servive-provider-content h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
}
.lab-service-section .servive-provider-content h5 {
  color: #F8FAFC;
  font-size: 18px;
  margin-bottom: 10px;
}
.lab-service-section .servive-provider-content p {
  color: #F8FAFC;
}
.lab-service-section .lab-service-features {
  margin: 10px 0;
}
.lab-service-section .lab-service-features ul {
  margin: 0;
  padding: 0;
}
.lab-service-section .lab-service-features ul li {
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.03);
  margin: 0 0 15px;
  padding: 15px;
}
.lab-service-section .lab-service-features ul li h6 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
}
.lab-service-section .lab-service-features ul li span {
  background: #E3FBFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 15px;
}
.lab-service-section .lab-service-features ul li:nth-child(2) span {
  background: #E9ECFF;
}
.lab-service-section .lab-service-features ul li:last-child {
  margin: 0;
}
.lab-service-section .lab-service-features ul li:last-child span {
  background: #FFF8EB;
}
.lab-service-section .sec-btn .btn {
  background: #20A5FF;
  border-color: #20A5FF;
  border-radius: 6px;
  font-size: 15px;
  padding: 15px;
  font-weight: 600;
  transition: 0.5s all;
}
.lab-service-section .sec-btn .btn:hover {
  background: #26948e;
  border-color: #26948e;
  transition: 0.5s all;
}
.feature-package-card {
  border-radius: 10px;
  background: #E9F1FF;
  padding: 24px;
  position: relative;
}
.feature-package-card .feature-package-type h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 200px;
}
.feature-package-card .feature-package-type .package-cost {
  margin: 30px 0;
}
.feature-package-card .feature-package-type .package-cost h6 {
  font-size: 12px;
  color: #1F2937;
  margin-bottom: 5px;
}
.feature-package-card .feature-package-type .package-cost h5 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.feature-package-card .feature-package-type .package-cost h5 span {
  color: #9CA3AF;
  font-size: 14px;
  margin-left: 5px;
  text-decoration: line-through;
}
.feature-package-card .feature-package-type .package-book-btn {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 6px;
  color: #ffffff;
  background: #26948e;
  font-size: 15px;
  font-weight: 600;
  transition: 0.5s all;
}
.feature-package-card .feature-package-type .package-book-btn:hover {
  background: #42c0fb;
  transition: 0.5s all;
}
.feature-package-card .package-img .package-img-user {
  position: absolute;
  right: 5px;
  bottom: 0;
  width: auto;
  max-width: 140px;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .feature-package-card .package-img .package-img-user {
    max-width: 110px;
  }
}
.feature-package-card .package-img .package-img-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 170px;
  z-index: 1;
  border-radius: 0 0 10px 0;
}
@media (max-width: 1199.98px) {
  .feature-package-card .package-img .package-img-bg {
    max-width: 135px;
  }
}
.feature-package-card.family-pack {
  background: #FFF1E4;
}
.feature-package-card.family-pack .package-img-user {
  max-width: 200px;
}
@media (max-width: 1199.98px) {
  .feature-package-card.family-pack .package-img-user {
    max-width: 140px;
  }
}
.feature-package-card.family-pack .package-book-btn {
  background: #E07816;
}
.feature-package-card.mens-health {
  background: #DFFFE3;
}
.feature-package-card.mens-health .package-img-user {
  right: 10px;
  max-width: 160px;
}
@media (max-width: 1199.98px) {
  .feature-package-card.mens-health .package-img-user {
    max-width: 120px;
  }
}
.feature-package-card.mens-health .package-book-btn {
  background: #047857;
}
.feature-package-slider.owl-carousel .owl-nav button {
  margin-top: 0;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.5s all;
}
.feature-package-slider.owl-carousel .owl-nav button:hover {
  background: #002578;
  transition: 0.5s all;
}
.feature-package-slider.owl-carousel .owl-nav button:hover i {
  color: #ffffff;
}
.feature-package-slider.owl-carousel .owl-nav button i {
  color: #94A3B8;
}
.feature-package-slider.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}
.feature-package-slider.owl-carousel .owl-nav button.owl-prev i {
  transform: rotate(180deg);
}
.feature-package-slider.owl-carousel .owl-nav button.owl-next {
  right: -30px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .feature-package-slider.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .feature-package-slider.owl-carousel .owl-nav button {
    position: static;
    transform: none;
  }
  .feature-package-slider.owl-carousel .owl-nav button.owl-prev {
    margin-right: 20px;
  }
}
.best-packages-section {
  position: relative;
  margin: 0;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .best-packages-section {
    margin: 0;
    padding: 60px 0 36px;
  }
}
.best-packages-section .best-pack-bg-one {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.best-packages-section .best-pack-bg-two {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.best-packages-section .nav-pills {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .best-packages-section .nav-pills li {
    width: 100%;
  }
}
.best-packages-section .nav-pills li .nav-link {
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(177, 177, 177, 0.25);
  border-radius: 10px;
  font-size: 18px;
  color: #1E293B;
  font-weight: 500;
  padding: 12px 25px;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .best-packages-section .nav-pills li .nav-link {
    padding: 12px 20px;
  }
}
@media (max-width: 575.98px) {
  .best-packages-section .nav-pills li .nav-link {
    width: 100%;
    margin-right: 0;
  }
}
.best-packages-section .nav-pills li .nav-link.active {
  background: #002578;
  color: #ffffff;
}
.best-packages-section .nav-pills li .nav-link:hover {
  background: #002578;
  color: #ffffff;
}
.best-packages-section .nav-pills li:last-child .nav-link {
  margin-right: 0;
}
.best-package-slider .best-package-card {
  background: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(177, 177, 177, 0.25);
  padding: 24px;
  border-radius: 10px;
  margin: 20px 0 50px;
  position: relative;
  min-height: 377px;
  transition: 0.2s all;
}
.best-package-slider .best-package-card .card-img-right img {
  position: absolute;
  width: auto;
  right: -5px;
  top: 20px;
}
.best-package-slider .best-package-card .card-img-right img.medal-icon {
  right: 20px;
  top: 24px;
}
.best-package-slider .best-package-card .package-icon {
  width: 90px;
  height: 90px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  margin-bottom: 20px;
}
.best-package-slider .best-package-card .package-icon img {
  width: auto;
}
.best-package-slider .best-package-card h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
.best-package-slider .best-package-card h3 a {
  color: #0F172A;
  font-size: 24px;
  transition: 0.5s all;
}
.best-package-slider .best-package-card h3 a:hover {
  color: #26948e;
  transition: 0.5s all;
}
.best-package-slider .best-package-card p {
  color: #475569;
  margin-bottom: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.best-package-slider .best-package-card .feature-badge {
  margin: 0 0 20px;
  padding: 0 0 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E2E8F0;
}
.best-package-slider .best-package-card .feature-badge li {
  list-style-type: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  background: #FAE8FF;
  color: #C026D3;
  margin-right: 10px;
}
@media (max-width: 1399.98px) {
  .best-package-slider .best-package-card .feature-badge li {
    font-size: 13px;
  }
}
.best-package-slider .best-package-card .feature-badge li:first-child {
  background: #FAE8FF;
  color: #C026D3;
}
.best-package-slider .best-package-card .feature-badge li:last-child {
  background: #F5F3FF;
  color: #9333EA;
  margin-right: 0;
}
.best-package-slider .best-package-card .package-cost h5 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .best-package-slider .best-package-card .package-cost h5 {
    font-size: 18px;
  }
}
.best-package-slider .best-package-card .package-cost h5 span {
  color: #9CA3AF;
  font-size: 14px;
  margin-left: 5px;
  text-decoration: line-through;
}
.best-package-slider .best-package-card .package-btn a {
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  color: #334155;
  font-weight: 600;
  transition: 0.5s all;
}
@media (max-width: 575.98px) {
  .best-package-slider .best-package-card .package-btn a {
    padding: 10px 15px;
  }
}
.best-package-slider .best-package-card .package-btn a:hover {
  transition: 0.5s all;
  background: #42c0fb;
  color: #ffffff;
}
.best-package-slider .best-package-card .package-card-differ {
  background: #002578;
  display: flex;
  flex-direction: column;
  position: absolute;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 24px;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s all;
}
.best-package-slider .best-package-card .package-card-differ h3 a {
  color: #ffffff;
}
.best-package-slider .best-package-card .package-card-differ h3 a:hover {
  color: #26948e;
  transition: 0.5s all;
}
.best-package-slider .best-package-card .package-card-differ p {
  color: #F1F5F9;
}
.best-package-slider .best-package-card .package-card-differ .package-btn a {
  background: #20A5FF;
  color: #ffffff;
  border-color: #20A5FF;
}
.best-package-slider .best-package-card:hover .package-card-differ {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s all;
}
.best-package-slider .best-package-card .features-list {
  margin: 0 0 20px;
  padding: 0;
}
.best-package-slider .best-package-card .features-list li {
  color: #ffffff;
  margin-bottom: 8px;
  list-style-type: none;
}
.best-package-slider .best-package-card .features-list li span {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
}
.best-package-slider .best-package-card .features-list li span i {
  color: #002578;
  line-height: 0;
  font-size: 12px;
}
.how-it-work {
  border-top: 1px solid #E2E8F0;
  margin: 80px 0 0;
  padding: 80px 0 0;
}
@media (max-width: 991.98px) {
  .how-it-work {
    margin: 60px 0 0;
    padding: 60px 0 0;
  }
}
.how-it-work .work-box {
  border: 1px solid #E5E5E5;
  margin: 0 0 24px;
  padding: 24px;
  border-radius: 10px;
  text-align: center;
  flex-direction: column;
  background: #ffffff;
  width: 100%;
  transition: 0.5s all;
}
.how-it-work .work-box .work-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #DBE8FF;
  margin-bottom: 20px;
}
.how-it-work .work-box h4 {
  color: #1F2937;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}
.how-it-work .work-box p {
  color: #6B7280;
  margin-bottom: 0;
}
.how-it-work .work-box.bg-green .work-icon {
  background: #D5FFDA;
}
.how-it-work .work-box.bg-pink .work-icon {
  background: #FFEAD5;
}
.how-it-work .work-box:hover {
  background: #E8F1FF;
  border-color: #E8F1FF;
  transition: 0.5s all;
  transform: translatey(-10px);
}
.booking-lab-test-sec {
  background: #002578;
  margin: 0;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.booking-lab-test-sec .section-bg .best-pack-bg-one {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: -1;
  max-width: 90px;
}
@media (max-width: 1399.98px) {
  .booking-lab-test-sec .section-bg .best-pack-bg-one {
    position: absolute;
    top: 50px;
    left: 0px;
  }
}
.booking-lab-test-sec .section-bg .best-pack-bg-two {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: -1;
  animation: spin 3000ms linear infinite;
}
@media (max-width: 991.98px) {
  .booking-lab-test-sec {
    margin: 0;
    padding: 60px 0;
  }
}
.booking-lab-test-sec .section-head-twelve h2 {
  color: #ffffff;
}
.booking-lab-test-sec .section-head-twelve p {
  color: #F9FAFB;
  font-size: 16px;
}
.booking-lab-test-sec .booking-lab-test-slider.owl-carousel .owl-nav button {
  margin-top: 0;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.5s all;
}
.booking-lab-test-sec .booking-lab-test-slider.owl-carousel .owl-nav button:hover {
  background: #002578;
  transition: 0.5s all;
}
.booking-lab-test-sec .booking-lab-test-slider.owl-carousel .owl-nav button:hover i {
  color: #ffffff;
}
.booking-lab-test-sec .booking-lab-test-slider.owl-carousel .owl-nav button i {
  color: #94A3B8;
}
.booking-lab-test-sec .booking-lab-test-slider.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
.booking-lab-test-sec .booking-lab-test-slider.owl-carousel .owl-nav button.owl-prev i {
  transform: rotate(180deg);
}
.booking-lab-test-sec .booking-lab-test-slider.owl-carousel .owl-nav button.owl-next {
  right: -20px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .booking-lab-test-sec .booking-lab-test-slider.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .booking-lab-test-sec .booking-lab-test-slider.owl-carousel .owl-nav button {
    position: static;
    transform: none;
  }
  .booking-lab-test-sec .booking-lab-test-slider.owl-carousel .owl-nav button.owl-prev {
    margin-right: 20px;
  }
}
.booking-lab-grid {
  margin: 0;
  padding: 24px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.08);
  position: relative;
}
.booking-lab-grid .ribbon-right {
  position: absolute;
  right: -9px;
  top: 35px;
}
.booking-lab-grid .lab-text-ribbon {
  background: #01A1B9;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
}
.booking-lab-grid .lab-text-ribbon::after {
  content: "";
  border-top: 5px solid #01A1B9;
  border-left: 5px solid #01A1B9;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 0;
  bottom: -9px;
}
.booking-lab-grid .booking-lab-img {
  border-radius: 10px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.booking-lab-grid .booking-lab-img img {
  border-radius: 10px;
  transition: 0.5s all;
}
.booking-lab-grid .booking-lab-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.booking-lab-grid .booking-lab-img:hover::before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}
.booking-lab-grid .booking-lab-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
.booking-lab-grid .booking-lab-content h4 {
  margin-bottom: 24px;
}
.booking-lab-grid .booking-lab-content h4 a {
  font-size: 20px;
  color: #1F2937;
  font-weight: 600;
  transition: 0.5s all;
}
.booking-lab-grid .booking-lab-content h4 a:hover {
  color: #20A5FF;
  transition: 0.5s all;
}
.booking-lab-grid .feature-badge {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  align-items: center;
}
.booking-lab-grid .feature-badge li {
  list-style-type: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  background: #FAE8FF;
  color: #C026D3;
  margin-right: 10px;
}
@media (max-width: 1399.98px) {
  .booking-lab-grid .feature-badge li {
    font-size: 13px;
  }
}
.booking-lab-grid .feature-badge li:first-child {
  background: #FAE8FF;
  color: #C026D3;
}
.booking-lab-grid .feature-badge li:last-child {
  background: #F5F3FF;
  color: #9333EA;
  margin-right: 0;
}
.booking-lab-grid .package-footer {
  background: #F8FAFC;
  padding: 24px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .booking-lab-grid .package-footer {
    padding: 10px;
  }
}
.booking-lab-grid .package-footer .package-cost h5 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .booking-lab-grid .package-footer .package-cost h5 {
    font-size: 18px;
  }
}
.booking-lab-grid .package-footer .package-cost h5 span {
  color: #9CA3AF;
  font-size: 14px;
  margin-left: 5px;
  text-decoration: line-through;
}
.booking-lab-grid .package-footer .package-btn a {
  padding: 10px 20px;
  display: inline-block;
  background: #20A5FF;
  color: #ffffff;
  border-color: #20A5FF;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.5s all;
}
@media (max-width: 575.98px) {
  .booking-lab-grid .package-footer .package-btn a {
    padding: 10px 12px;
  }
}
.booking-lab-grid .package-footer .package-btn a:hover {
  background: #002578;
  transition: 0.5s all;
}
.package-btn a:hover {
  border-color: #20A5FF;
  color: #20A5FF;
}
.populr-choice-sec {
  margin: 0;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .populr-choice-sec {
    margin: 0;
    padding: 60px 0;
  }
}
.populr-choice-sec .section-head-twelve {
  margin-bottom: 30px;
}
.populr-choice-sec .choice-slider-main {
  position: relative;
}
.populr-choice-sec .choice-slider-main::after {
  content: "";
  width: 340px;
  height: 340px;
  border-radius: 340px;
  background: rgba(144, 213, 255, 0.6);
  position: absolute;
  right: 0;
  top: -100px;
  filter: blur(107px);
}
@media (max-width: 575.98px) {
  .populr-choice-sec .choice-slider-main::after {
    display: none;
  }
}
.populr-choice-sec .popular-choice-slider .popular-choice-card {
  margin: 20px 0;
  padding: 24px;
  background: #E8F1FF;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  transition: 0.5s all;
}
.populr-choice-sec .popular-choice-slider .popular-choice-card:hover {
  background: #ffffff;
  transition: 0.5s all;
  transform: translatey(-10px);
}
.populr-choice-sec .popular-choice-slider .popular-choice-card .choice-head h4 {
  font-size: 20px;
  color: #0F172A;
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.populr-choice-sec .popular-choice-slider .popular-choice-card .choice-head h6 {
  font-size: 16px;
  color: #0F172A;
  margin-bottom: 0;
}
.populr-choice-sec .popular-choice-slider .popular-choice-card .choice-head h6 span {
  margin-right: 8px;
}
.populr-choice-sec .popular-choice-slider .popular-choice-card .feature-badge {
  margin: 24px 0 24px;
  padding: 0 0 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E2E8F0;
}
.populr-choice-sec .popular-choice-slider .popular-choice-card .feature-badge li {
  list-style-type: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  background: #F5F3FF;
  color: #9333EA;
}
@media (max-width: 1399.98px) {
  .populr-choice-sec .popular-choice-slider .popular-choice-card .feature-badge li {
    font-size: 13px;
  }
}
.populr-choice-sec .popular-choice-slider .popular-choice-card .package-cost h5 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.populr-choice-sec .popular-choice-slider .popular-choice-card .package-cost h5 span {
  color: #9CA3AF;
  font-size: 14px;
  margin-left: 5px;
  text-decoration: line-through;
}
.populr-choice-sec .popular-choice-slider .popular-choice-card .offer-price span {
  color: #DB2777;
  font-weight: 500;
  font-size: 16px;
}
.populr-choice-sec .popular-choice-slider .owl-nav button {
  margin-top: 0;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.5s all;
}
.populr-choice-sec .popular-choice-slider .owl-nav button:hover {
  background: #002578;
  transition: 0.5s all;
}
.populr-choice-sec .popular-choice-slider .owl-nav button:hover i {
  color: #ffffff;
}
.populr-choice-sec .popular-choice-slider .owl-nav button i {
  color: #94A3B8;
}
.populr-choice-sec .popular-choice-slider .owl-nav button.owl-prev {
  left: -20px;
}
.populr-choice-sec .popular-choice-slider .owl-nav button.owl-prev i {
  transform: rotate(180deg);
}
.populr-choice-sec .popular-choice-slider .owl-nav button.owl-next {
  right: -20px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .populr-choice-sec .popular-choice-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .populr-choice-sec .popular-choice-slider .owl-nav button {
    position: static;
    transform: none;
  }
  .populr-choice-sec .popular-choice-slider .owl-nav button.owl-prev {
    margin-right: 20px;
  }
}
.populr-choice-sec .book-lab-phno {
  text-align: center;
  margin-top: 10px;
}
.populr-choice-sec .book-lab-phno span {
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .populr-choice-sec .book-lab-phno span {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .populr-choice-sec .book-lab-phno span {
    flex-direction: column;
  }
}
.populr-choice-sec .book-lab-phno span a {
  color: #475569;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .populr-choice-sec .book-lab-phno span a {
    margin-top: 10px;
  }
}
.faq-sec-twelve {
  background-color: #002578;
  position: relative;
  background-image: url("./media/faq-sec-img-BU7UOBYA.jpg");
  background-position: right;
  background-size: 48% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .faq-sec-twelve {
    background-image: none;
  }
}
.faq-sec-twelve .section-bg .faq-bg-one {
  position: absolute;
  top: 50px;
  left: 50px;
  animation: spin 3000ms linear infinite;
}
.faq-sec-twelve .section-head-twelve {
  margin-bottom: 35px;
}
.faq-sec-twelve .section-head-twelve h2 {
  color: #ffffff;
}
.faq-sec-twelve .section-head-twelve p {
  color: #ffffff;
}
.faq-sec-twelve .faq-sec-col {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .faq-sec-twelve .faq-sec-col {
    margin: 0;
    padding: 60px 0;
  }
}
.faq-sec-twelve .faq-sec-col .faq-main-cards .faq-card {
  margin-bottom: 15px;
}
.faq-sec-twelve .faq-sec-col .faq-main-cards .faq-card:last-child {
  margin-bottom: 0;
}
.faq-sec-twelve .faq-sec-col .faq-main-cards .faq-card .faq-title a {
  color: #ffffff;
  width: 100%;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  margin: 0;
  padding: 24px;
  transition: 0.5s all;
}
.faq-sec-twelve .faq-sec-col .faq-main-cards .faq-card .faq-title a span {
  color: #ffffff;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.faq-sec-twelve .faq-sec-col .faq-main-cards .faq-card .faq-title a span:after {
  content: "\e8b0";
  font-family: "feather";
  font-weight: normal;
  position: absolute;
  right: 0;
}
.faq-sec-twelve .faq-sec-col .faq-main-cards .faq-card .faq-title a:not(.collapsed) {
  background: #ffffff;
  transition: 0.5s all;
}
.faq-sec-twelve .faq-sec-col .faq-main-cards .faq-card .faq-title a:not(.collapsed) span {
  color: #0F172A;
}
.faq-sec-twelve .faq-sec-col .faq-main-cards .faq-card .faq-title a:not(.collapsed) span:after {
  content: "\e894";
}
.faq-sec-twelve .faq-sec-col .faq-main-cards .faq-card p {
  color: #475569;
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 0;
}
.faq-sec-twelve .faq-absolute-col {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0;
  height: 100%;
}
.faq-sec-twelve .faq-absolute-col .faq-sec-bg-img {
  width: 100%;
  height: 100%;
}
.faq-sec-twelve .faq-absolute-col .faq-sec-bg-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .faq-sec-twelve .faq-absolute-col {
    position: static;
    padding-left: 0;
    height: auto;
  }
}
.pricing-sec-twelve {
  background: #F9FAFB;
  margin: 0;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .pricing-sec-twelve {
    margin: 0;
    padding: 60px 0 36px;
  }
}
@media (max-width: 575.98px) {
  .pricing-sec-twelve .section-head-twelve {
    flex-direction: column;
    align-items: start;
  }
}
.pricing-sec-twelve .nav-pills {
  border: 1px solid #E2E8F0;
  background: #ffffff;
  padding: 10px 15px;
  display: inline-flex;
  border-radius: 50px;
}
@media (max-width: 575.98px) {
  .pricing-sec-twelve .nav-pills {
    margin-top: 20px;
  }
}
.pricing-sec-twelve .nav-pills li {
  margin-right: 15px;
}
.pricing-sec-twelve .nav-pills li button {
  border-radius: 40px;
  padding: 15px 30px;
  font-weight: 600;
  color: #334155;
}
@media (max-width: 767.98px) {
  .pricing-sec-twelve .nav-pills li button {
    padding: 15px 20px;
  }
}
.pricing-sec-twelve .nav-pills li button.active {
  background: #002578;
  color: #ffffff;
}
.pricing-sec-twelve .nav-pills li button:hover {
  background: #002578;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .pricing-sec-twelve .nav-pills li {
    margin-right: 10px;
  }
}
.pricing-sec-twelve .nav-pills li:last-child {
  margin-right: 0;
}
.pricing-card-twelve {
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  background: #ffffff;
  margin: 0 0 24px;
  padding: 30px;
  box-shadow: 0px 4px 64px 0px rgba(177, 177, 177, 0.25);
  transition: 0.5s all;
  position: relative;
}
.pricing-card-twelve .sticker-ribbon {
  position: absolute;
  right: -5px;
  top: 20px;
}
.pricing-card-twelve .icon-price {
  text-align: center;
}
.pricing-card-twelve .icon-price span {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  margin: 0 auto 10px;
  padding: 15px;
}
.pricing-card-twelve .icon-price h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.pricing-card-twelve .cost-price {
  background: #F8FAFC;
  margin: 30px 0;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.pricing-card-twelve .cost-price span {
  font-size: 48px;
  font-weight: 600;
  color: #0092E4;
  display: block;
}
.pricing-card-twelve .cost-price h6 {
  color: #374151;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
.pricing-card-twelve ul {
  margin-bottom: 30px;
}
.pricing-card-twelve ul li {
  color: #374151;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.pricing-card-twelve ul li span {
  min-width: 16px;
  margin-right: 10px;
}
.pricing-card-twelve ul li:last-child {
  margin-bottom: 0;
}
.pricing-card-twelve .price-features-second {
  padding-top: 30px;
  border-top: 1px solid #E2E8F0;
}
.pricing-card-twelve .price-features-second span i {
  color: #0092E4;
  font-weight: 700;
}
.pricing-card-twelve .booking-button a {
  background: #0092E4;
  border-color: #0092E4;
  padding: 12px 14px;
}
.pricing-card-twelve .booking-button a:hover {
  background: #26948e;
  border-color: #26948e;
}
.pricing-card-twelve.active,
.pricing-card-twelve:hover {
  background: #002578;
  transition: 0.5s all;
}
.pricing-card-twelve.active .icon-price h5,
.pricing-card-twelve:hover .icon-price h5 {
  color: #ffffff;
}
.pricing-card-twelve.active .cost-price,
.pricing-card-twelve:hover .cost-price {
  background: rgba(255, 255, 255, 0.03);
}
.pricing-card-twelve.active .cost-price span,
.pricing-card-twelve:hover .cost-price span {
  color: #ffffff;
}
.pricing-card-twelve.active .cost-price h6,
.pricing-card-twelve:hover .cost-price h6 {
  color: #ffffff;
}
.pricing-card-twelve.active ul li,
.pricing-card-twelve:hover ul li {
  color: #ffffff;
}
.pricing-card-twelve.active ul li span img,
.pricing-card-twelve:hover ul li span img {
  filter: invert(1) brightness(1000);
}
.pricing-card-twelve.active .price-features-second span i,
.pricing-card-twelve:hover .price-features-second span i {
  color: #ffffff;
}
.pricing-card-twelve:hover {
  transform: translatey(-10px);
}
.various-logo-sec {
  margin-bottom: -90px;
  margin-top: 40px;
}
.various-logo-sec .various-logo-slider .logo-img-slide {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.various-logo-sec .various-logo-slider .logo-img-slide img {
  width: auto;
}
.about-us-section-fifteen.client-review-twelve {
  background: #ffffff;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.about-us-section-fifteen.client-review-twelve .blue-shadow-one {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-us-section-fifteen.client-review-twelve .blue-shadow-two {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.about-us-section-fifteen.client-review-twelve .vertical-slider .aboutus-fifteen-main {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
}
.about-us-section-fifteen.client-review-twelve .vertical-slider .aboutus-fifteen-main.slick-current {
  background: #002578;
}
.about-us-section-fifteen.client-review-twelve .vertical-slider .aboutus-fifteen-main.slick-current .aboutus-profile-left h6 {
  color: #ffffff;
}
.about-us-section-fifteen.client-review-twelve .vertical-slider .aboutus-fifteen-main.slick-current .aboutus-profile-left span {
  color: #ffffff;
}
.about-us-section-fifteen.client-review-twelve .vertical-slider .aboutus-fifteen-main .aboutus-profile-left h6 {
  color: #0F172A;
}
.about-us-section-fifteen.client-review-twelve .vertical-slider .aboutus-fifteen-main .aboutus-profile-left span {
  color: #334155;
}
.about-us-section-fifteen.client-review-twelve .vertical-slider .slick-dots {
  display: none !important;
}
.about-us-section-fifteen.client-review-twelve .vertical-slider .slick-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  transition: 0.5s all;
}
.about-us-section-fifteen.client-review-twelve .vertical-slider .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  transition: 0.5s all;
}
.about-us-section-fifteen.client-review-twelve .aboutus-img-main img {
  border-radius: 10px;
  width: 100%;
}
.app-sec-twelve {
  margin: 0;
  padding: 0;
}
@media (max-width: 1399.98px) {
  .app-sec-twelve .app-header h2 {
    max-width: 500px;
  }
}
@media (max-width: 1399.98px) and (max-width: 991.98px) {
  .app-sec-twelve .app-header h2 {
    margin: auto;
  }
}
.app-sec-twelve .app-twelve {
  margin: 0;
  padding: 80px 0;
  border-top: 1px solid #E2E8F0;
}
@media (max-width: 991.98px) {
  .app-sec-twelve .app-twelve {
    margin: 0;
    padding: 50px 0;
  }
}
@media (max-width: 1399.98px) {
  .app-sec-twelve .app-twelve .mobile-img {
    bottom: -70px;
  }
}
@media (max-width: 1199.98px) {
  .app-sec-twelve .app-twelve .mobile-img {
    bottom: -40px;
  }
}
@media (max-width: 1399.98px) {
  .app-sec-twelve .app-twelve .mobile-img img {
    max-width: 400px;
  }
}
.app-sec-twelve .app-bg {
  background: #002578;
  background-image: url("./media/section-bg-05-MG6L62BJ.png");
  background-position: left -60px top;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (max-width: 1399.98px) {
  .app-sec-twelve .app-bg {
    background-size: 50% 100%;
    padding: 0px 0 0px 50px;
  }
}
@media (max-width: 1199.98px) {
  .app-sec-twelve .app-bg {
    background-size: 50% 100%;
    padding: 30px 0 30px 50px;
  }
}
@media (max-width: 991.98px) {
  .app-sec-twelve .app-bg {
    background-image: none;
    padding: 40px 10px;
  }
}
@media (max-width: 575.98px) {
  .app-sec-twelve .app-bg {
    background-image: none;
  }
}
.footer-twelve .footer-top-sec {
  background: #03246F;
  margin: 0;
  padding: 50px 0 30px;
}
.footer-twelve .footer-top-sec .footer-top {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.98px) {
  .footer-twelve .footer-top-sec .footer-top {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767.98px) {
  .footer-twelve .footer-top-sec .footer-top .footer-buy-btn {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .footer-twelve .footer-top-sec .footer-top .footer-buy-btn {
    flex-direction: column;
    align-items: start;
  }
}
.footer-twelve .footer-top-sec .footer-top .footer-buy-btn h6 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 20px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .footer-twelve .footer-top-sec .footer-top .footer-buy-btn h6 {
    margin: 0 0 20px;
  }
}
.footer-twelve .footer-top-sec .footer-top .footer-buy-btn a {
  background: #0092E4;
  border-color: #0092E4;
  transition: 0.5s all;
}
.footer-twelve .footer-top-sec .footer-top .footer-buy-btn a:hover {
  background: #002578;
  transition: 0.5s all;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle {
  margin-bottom: 20px;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle h4 {
  color: #F8FAFC;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 12px;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle ul li {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 16px;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle ul li span {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 10px;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle ul li:last-child {
  margin-bottom: 0;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle ul li a {
  color: #ffffff;
  font-size: 16px;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle ul li a:hover {
  color: #42c0fb;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .input-block {
  position: relative;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .input-block input {
  height: 45px;
  border-radius: 6px;
  padding-right: 100px;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .input-block button {
  background: #26948e;
  height: 46px;
  border-color: #26948e;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  border: 0;
  padding: 5px 20px;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .input-block button:hover {
  background: #002578;
  border-color: #002578;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons {
  margin-top: 24px;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li {
  margin-bottom: 0;
  margin-right: 15px;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li:last-child {
  margin-right: 0;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a.fb {
  background: rgb(51, 127, 255);
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a.fb:hover {
  background: #42c0fb;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a.fb:hover i {
  color: #ffffff;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a.insta {
  background:
    linear-gradient(
      315deg,
      #FBE18A 0.96%,
      #FCBB45 21.96%,
      #F75274 38.96%,
      #D53692 52.96%,
      #8F39CE 74.96%,
      #5B4FE9 100.96%);
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a.insta:hover {
  background: #42c0fb;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a.insta:hover i {
  color: #ffffff;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a.linked-in {
  background: rgb(0, 102, 153);
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a.linked-in:hover {
  background: #42c0fb;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a.linked-in:hover i {
  color: #ffffff;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a i {
  transition: 0.5s all;
}
.footer-twelve .footer-top-sec .footer-middle .footer-links-middle .social-icons li a:hover i {
  transform: rotatey(360deg);
  transition: 0.5s all;
}
.footer-twelve .fooeter-bottom {
  background: #002578;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 575.98px) {
  .footer-twelve .fooeter-bottom .copy-right-footer {
    flex-direction: column;
  }
}
.footer-twelve .fooeter-bottom .copy-right-footer h5 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .footer-twelve .fooeter-bottom .privacy-policy {
    margin-top: 20px;
  }
}
.footer-twelve .fooeter-bottom .privacy-policy li {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid rgb(209, 213, 219);
}
.footer-twelve .fooeter-bottom .privacy-policy li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.footer-twelve .fooeter-bottom .privacy-policy li a {
  color: #ffffff;
}
.footer-twelve .fooeter-bottom .privacy-policy li a:hover {
  color: #42c0fb;
}
.home-pg-fourteen {
  font-size: 16px;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  .home-pg-fourteen {
    font-size: 15px;
  }
}
.header.header-ten.header-fixed.home-care-header {
  transition: 0.5s all;
  background: #ffffff;
  z-index: 1000;
}
@media (max-width: 991.98px) {
  .header.header-ten.header-fixed.home-care-header {
    z-index: 9999;
  }
}
.header.header-ten.header-fixed.home-care-header.pharmacy-header .header-top-wrap {
  opacity: 0;
  height: 0;
  width: 0;
  display: none;
  transition: 0.5s all;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap {
  background:
    linear-gradient(
      92.68deg,
      #26948e 9.15%,
      #0062CB 100.3%);
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  transition: 0.5s all;
}
@media (max-width: 991.98px) {
  .header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar {
    display: none;
  }
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .header-contact {
  display: flex;
  align-items: center;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .header-contact li {
  color: #ffffff;
  margin-right: 24px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .header-contact li:last-child {
  margin-right: 0;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .header-contact li i {
  margin-right: 5px;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .header-contact li a {
  color: #ffffff;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .header-contact li a:last-child {
  margin-right: 0;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .social-icon {
  display: flex;
  align-items: center;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .social-icon li {
  color: #ffffff;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .social-icon li:last-child {
  margin-right: 0;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .social-icon li a {
  color: #ffffff;
  margin-right: 15px;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .social-icon li a:last-child {
  margin-right: 0;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .social-icon li .select2-container .select2-selection--single {
  background: transparent;
  border: 0;
  color: #ffffff;
  height: 25px;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .social-icon li .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 25px;
  color: #ffffff;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .social-icon li .select2-container .select2-selection__arrow {
  height: 20px;
  right: 4px;
}
.header.header-ten.header-fixed.home-care-header .header-top-wrap .header-top-bar .social-icon li .select2-container .select2-selection__arrow b {
  border-color: #ffffff;
}
.header.header-ten.header-fixed.home-care-header .main-nav > li.active > a {
  color: #26948e !important;
}
@media (max-width: 991.98px) {
  .header.header-ten.header-fixed.home-care-header .main-nav > li.active > a {
    color: #ffffff !important;
  }
}
.header.header-ten.header-fixed.home-care-header .header-nav .header-navbar-rht li .btn {
  padding: 8px 12px;
  border-radius: 6px;
}
.header.header-ten.header-fixed.home-care-header .header-nav .header-navbar-rht li.searchbar > a {
  width: 38px;
  height: 38px;
  color: #000000;
}
.header.header-ten.header-fixed.home-care-header .header-nav .header-navbar-rht li.searchbar > a:hover {
  color: #26948e;
}
.header.header-ten.header-fixed.home-care-header .header-nav .header-navbar-rht li.searchbar .btn {
  border-radius: 0 5px 5px 0;
}
.banner-sec-fourteen {
  background:
    linear-gradient(
      102deg,
      #26948e 0.51%,
      #0062CB 100%);
  padding: 54px 0;
}
.banner-sec-fourteen::after {
  background-image: url("./media/banner-sec-bg-13-HZOU4JIX.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-sec-fourteen::before {
  background-image: url("./media/bg-curve-vector-CMEXO5SN.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}
.banner-sec-fourteen .banner-sec-img {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-sec-fourteen .banner-sec-img {
    display: none;
  }
}
.banner-sec-fourteen .banner-sec-img .banner-curve {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translatex(-50%);
  z-index: -1;
  min-width: 570px;
}
.banner-sec-fourteen .banner-sec-img .banner-curve img {
  width: 100%;
}
@media (max-width: 1399.98px) {
  .banner-sec-fourteen .banner-sec-img .banner-curve {
    min-width: 500px;
  }
}
@media (max-width: 1199.98px) {
  .banner-sec-fourteen .banner-sec-img .banner-curve {
    min-width: 410px;
  }
}
.banner-sec-fourteen .banner-sec-img .banner-round-bg {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: -2;
}
.banner-sec-fourteen .banner-sec-img .banner-round-bg img {
  width: 100%;
}
.banner-sec-fourteen .banner-sec-img .cloud-bg-one {
  position: absolute;
  top: 50%;
  right: -50px;
}
@media (max-width: 1399.98px) {
  .banner-sec-fourteen .banner-sec-img .cloud-bg-one {
    right: -30px;
  }
}
@media (max-width: 1199.98px) {
  .banner-sec-fourteen .banner-sec-img .cloud-bg-one {
    right: 0;
  }
}
.banner-sec-fourteen .banner-sec-img .cloud-bg-two {
  position: absolute;
  top: 35%;
  left: 30px;
}
.banner-sec-fourteen .banner-sec-img .lief-img {
  position: absolute;
  right: 0;
  bottom: 140px;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .banner-sec-fourteen .banner-sec-img .lief-img {
    bottom: 100px;
  }
}
.banner-sec-fourteen .banner-sec-img .banner-curve-two {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -25px;
}
.banner-sec-fourteen .banner-sec-img .banner-curve-two img {
  width: 100%;
}
.banner-sec-fourteen .banner-sec-img .chat-call-btn {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.banner-sec-fourteen .banner-sec-img .chat-call-btn a {
  background: #ffffff;
  border-radius: 50px;
  padding: 10px 23px;
  text-align: center;
  display: inline-block;
  color: rgb(13, 128, 248);
  font-weight: 600;
}
.banner-sec-fourteen .banner-sec-img .chat-call-btn a:hover {
  background: #22D6EE;
  color: #ffffff;
}
.banner-sec-fourteen .banner-sec-img .banner-cal-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 20%;
}
.banner-sec-fourteen .banner-sec-img .banner-cal-icon .calender-border {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
.banner-sec-fourteen .banner-content {
  padding: 0 20px 0 0;
}
@media (max-width: 991.98px) {
  .banner-sec-fourteen .banner-content {
    text-align: left;
    padding: 0;
  }
}
.banner-sec-fourteen .banner-content .banner-head {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .banner-sec-fourteen .banner-content .banner-head {
    margin-bottom: 30px;
  }
}
.banner-sec-fourteen .banner-content .banner-head h6 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.banner-sec-fourteen .banner-content .banner-head h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .banner-sec-fourteen .banner-content .banner-head h1 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .banner-sec-fourteen .banner-content .banner-head h1 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .banner-sec-fourteen .banner-content .banner-head h1 {
    font-size: 28px;
  }
}
.banner-sec-fourteen .banner-content .banner-head p {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}
.banner-sec-fourteen .banner-btns {
  margin: 25px 0;
}
@media (max-width: 575.98px) {
  .banner-sec-fourteen .banner-btns {
    flex-direction: column;
  }
}
.banner-sec-fourteen .banner-btns a {
  flex: 1;
  padding: 10px 15px;
}
@media (max-width: 1199.98px) {
  .banner-sec-fourteen .banner-btns a {
    flex: auto;
    min-width: 160px;
  }
}
@media (max-width: 991.98px) {
  .banner-sec-fourteen .banner-btns a {
    flex: 1;
  }
}
@media (max-width: 575.98px) {
  .banner-sec-fourteen .banner-btns a {
    width: 100%;
  }
}
.banner-sec-fourteen .banner-btns a.appoint-btn {
  background: #0CE0FF;
  margin-right: 15px;
  border-color: #0CE0FF;
}
@media (max-width: 575.98px) {
  .banner-sec-fourteen .banner-btns a.appoint-btn {
    margin: 0 0 15px;
  }
}
.banner-sec-fourteen .banner-btns a.demo-btn {
  background: #FFAF14;
  border-color: #FFAF14;
}
.banner-sec-fourteen .watch-video a {
  color: #ffffff;
  font-weight: 500;
}
.banner-sec-fourteen .watch-video a span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(208, 249, 255);
  border: 2px solid rgb(12, 224, 255);
  margin-right: 10px;
}
.banner-sec-fourteen .watch-video a span i {
  color: rgb(14, 130, 253);
}
.banner-form-field {
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .banner-form-field {
    display: inline-flex;
    display: -webkit-inline-flex;
  }
}
@media (max-width: 767.98px) {
  .banner-form-field {
    display: block;
  }
}
.banner-form-field > span {
  background: #ffffff;
  padding: 20px 35px;
  border-radius: 10px 10px 0 0;
  color: rgb(14, 130, 253);
  font-size: 18px;
  font-weight: 600;
}
.banner-form-field form {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 15px 0;
}
.banner-form-field form .input-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 767.98px) {
  .banner-form-field form .input-box {
    display: block;
  }
}
.banner-form-field form .input-block {
  margin-bottom: 15px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 6px;
  max-width: 247px;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .banner-form-field form .input-block {
    margin-right: 0;
  }
}
.banner-form-field form .input-block .icon-badge {
  flex-shrink: 0;
}
.banner-form-field form .input-block .icon-badge span {
  width: 48px;
  height: 48px;
  background: #F3F4F6;
  border-radius: 50%;
  margin-right: 15px;
}
.banner-form-field form .input-block .icon-badge span i {
  color: #26948e;
}
.banner-form-field form .input-block .banner-input-box label {
  margin-bottom: 0;
  color: #000000;
  font-weight: 500;
}
.banner-form-field form .input-block .banner-input-box input {
  height: 20px;
  padding: 0;
  min-height: 20px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  color: #999;
}
.banner-form-field form .input-block .banner-input-box input::placeholder {
  font-size: 14px;
  color: #6B7280;
}
.banner-form-field form .input-btn .btn {
  min-width: 72px;
  height: 60px;
  padding: 0;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .banner-form-field form .input-btn .btn {
    min-width: 100%;
    height: 50px;
  }
}
.section-head-fourteen {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .section-head-fourteen {
    margin-bottom: 40px;
  }
}
.section-head-fourteen h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .section-head-fourteen h2 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .section-head-fourteen h2 {
    font-size: 24px;
  }
}
.section-head-fourteen h2 span {
  color: #26948e;
}
.section-head-fourteen p {
  font-size: 16px;
  color: #374151;
  margin-bottom: 0;
}
.how-it-work-fourteen {
  background:
    linear-gradient(
      90deg,
      rgba(14, 130, 253, 0) 0%,
      rgba(0, 124, 255, 0.14) 49.79%,
      rgba(14, 130, 253, 0) 100%);
  margin: 0;
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .how-it-work-fourteen .section-work-head {
    margin-bottom: 30px;
  }
}
.how-it-work-fourteen .section-work-head span {
  font-size: 18px;
  color: #374151;
  margin-bottom: 10px;
  display: inline-block;
}
.how-it-work-fourteen .section-work-head h2 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .how-it-work-fourteen .section-work-head h2 {
    font-size: 26px;
  }
}
.how-it-work-fourteen .section-work-head h2 span {
  font-size: 30px;
  color: #26948e;
}
@media (max-width: 767.98px) {
  .how-it-work-fourteen .work-flow-chart {
    flex-direction: column;
  }
}
.how-it-work-fourteen .work-flow-chart li {
  position: relative;
}
@media (max-width: 767.98px) {
  .how-it-work-fourteen .work-flow-chart li {
    margin-bottom: 20px;
  }
  .how-it-work-fourteen .work-flow-chart li:last-child {
    margin-bottom: 0;
  }
}
.how-it-work-fourteen .work-flow-chart li .flow-chart-list {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  flex-direction: column;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media (max-width: 1399.98px) {
  .how-it-work-fourteen .work-flow-chart li .flow-chart-list {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1199.98px) {
  .how-it-work-fourteen .work-flow-chart li .flow-chart-list {
    width: 115px;
    height: 115px;
  }
}
@media (max-width: 991.98px) {
  .how-it-work-fourteen .work-flow-chart li .flow-chart-list {
    width: 140px;
    height: 140px;
  }
}
.how-it-work-fourteen .work-flow-chart li .flow-chart-list .chart-icon {
  margin-bottom: 10px;
}
.how-it-work-fourteen .work-flow-chart li .flow-chart-list h6 {
  color: #26948e;
  font-size: 16px;
  margin-bottom: 0;
}
.how-it-work-fourteen .work-flow-chart li .flow-chart-list .chart-count {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #26948e;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 1199.98px) {
  .how-it-work-fourteen .work-flow-chart li .flow-chart-list .chart-count {
    width: 40px;
    height: 40px;
  }
}
.how-it-work-fourteen .work-flow-chart li .flow-chart-list.bg-yelllow h6 {
  color: #FFAF14;
}
.how-it-work-fourteen .work-flow-chart li .flow-chart-list.bg-yelllow .chart-count {
  background: #FFAF14;
}
.service-sec-fourteen {
  margin: 0;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .service-sec-fourteen {
    margin: 0;
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .service-sec-fourteen {
    margin: 0;
    padding: 50px 0;
  }
}
.service-sec-fourteen .section-bg img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  z-index: -1;
}
.service-sec-fourteen .service-types {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 15px;
  background: #ffffff;
  transition: 0.5s all;
}
.service-sec-fourteen .service-types .doctor-image {
  margin-right: 24px;
  flex-shrink: 0;
  border-radius: 10px;
}
.service-sec-fourteen .service-types .doctor-image img {
  border-radius: 10px;
}
.service-sec-fourteen .service-types .service-content h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.service-sec-fourteen .service-types .service-content h4 a {
  color: #000000;
}
.service-sec-fourteen .service-types .service-content h4 a:hover {
  color: #ffffff;
}
.service-sec-fourteen .service-types .service-content .explore-link {
  color: #374151;
}
.service-sec-fourteen .service-types .service-content .explore-link i {
  margin-left: 5px;
}
.service-sec-fourteen .service-types:hover {
  background: #26948e;
  border-color: #26948e;
  transition: 0.5s all;
}
.service-sec-fourteen .service-types:hover .service-content h4 {
  color: #ffffff;
}
.service-sec-fourteen .service-types:hover .service-content h4 a {
  color: #ffffff;
}
.service-sec-fourteen .service-types:hover .service-content h4 a:hover {
  color: #ffffff;
}
.service-sec-fourteen .service-types:hover .service-content .explore-link {
  color: #ffffff;
}
.service-sec-fourteen .service-types:hover .service-content .explore-link i {
  color: #ffffff;
}
.service-sec-fourteen .service-types.service-type-right .doctor-image {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .service-sec-fourteen .service-types.service-type-right {
    flex-direction: row-reverse;
    justify-content: start;
  }
}
@media (max-width: 767.98px) {
  .service-sec-fourteen .service-types.service-type-right .doctor-image {
    margin-right: 24px;
  }
}
.service-sec-fourteen .services-img-col {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .service-sec-fourteen .services-img-col {
    display: none;
  }
}
.service-sec-fourteen .services-img-col .sec-img-center {
  border-radius: 500px;
  border: 1px solid rgb(14, 130, 253);
  padding: 10px;
  height: 100%;
}
.service-sec-fourteen .services-img-col .sec-img-center img {
  width: 100%;
  height: 100%;
  border-radius: 500px;
}
.service-sec-fourteen .services-img-col .img-center {
  border-radius: 10px;
  background: #ffffff;
  padding: 8px;
  box-shadow: 0px 2.901px 10.88px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  max-width: 210px;
}
@media (max-width: 1399.98px) {
  .service-sec-fourteen .services-img-col .img-center {
    max-width: 170px;
  }
}
.service-sec-fourteen .services-img-col .img-center img {
  border-radius: 8px;
}
.service-sec-fourteen .services-img-col .img-center.img-center-one {
  left: 30px;
  bottom: 30px;
  transform: rotate(-20deg);
  transition: 0.5s all;
}
.service-sec-fourteen .services-img-col .img-center.img-center-one:hover {
  z-index: 1;
  transform: scale(1.1, 1.1) rotate(0);
  transition: 0.5s all;
  cursor: pointer;
}
.service-sec-fourteen .services-img-col .img-center.img-center-two {
  right: 30px;
  bottom: 0;
  transform: rotate(20deg);
  transition: 0.5s all;
}
.service-sec-fourteen .services-img-col .img-center.img-center-two:hover {
  z-index: 1;
  transform: scale(1.1, 1.1) rotate(0);
  transition: 0.5s all;
  cursor: pointer;
}
.neraby-nurses-sec {
  background: #E0F2FE;
  margin: 0;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .neraby-nurses-sec {
    margin: 0;
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .neraby-nurses-sec {
    margin: 0;
    padding: 50px 0;
  }
}
.nurse-profile {
  border-radius: 10px;
  margin: 0 0 20px;
}
.nurse-profile.nurse-card .nurse-details {
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #E5E7EB;
}
.nurse-profile .nurse-img {
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
  transition: 0.5s all;
}
.nurse-profile .nurse-img img {
  border-radius: 10px 10px 0 0;
  transition: 0.5s all;
}
.nurse-profile .nurse-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.nurse-profile .nurse-img:hover::before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}
.nurse-profile .nurse-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
.nurse-profile .nurse-img span.badge {
  background: #26948e;
  border-radius: 6px;
  padding: 12px 13px;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.nurse-profile .nurse-img .img-top-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  transition: 0.5s all;
}
.nurse-profile .nurse-img .img-top-item:hover {
  background: #26948e;
  transition: 0.5s all;
}
.nurse-profile .nurse-img .img-top-item:hover i {
  color: #ffffff;
}
.nurse-profile .nurse-img .img-top-item.fav-item {
  right: 15px;
  top: 15px;
  transition: 0.5s all;
}
.nurse-profile .nurse-img .img-top-item.fav-item a {
  line-height: 0;
}
.nurse-profile .nurse-img .img-top-item.fav-item a i {
  font-size: 20px;
}
.nurse-profile .nurse-img .img-top-item.fav-item.selected {
  background: #26948e;
}
.nurse-profile .nurse-img .img-top-item.fav-item.selected i {
  color: #ffffff;
}
.nurse-profile .nurse-img .img-top-item.calender-icon {
  top: 15px;
  right: 65px;
}
.nurse-profile .nurse-img .img-top-item.calender-icon i {
  font-size: 20px;
}
.nurse-profile .nurse-pofile-info {
  margin: 0;
  padding: 24px;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
}
.nurse-profile .nurse-pofile-info .nurse-content {
  margin-bottom: 15px;
}
.nurse-profile .nurse-pofile-info .nurse-name h5 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.nurse-profile .nurse-pofile-info .nurse-name h5 a {
  color: #000000;
}
.nurse-profile .nurse-pofile-info .nurse-name h5 a:hover {
  color: #26948e;
}
@media (max-width: 991.98px) {
  .nurse-profile .nurse-pofile-info .nurse-name h5 {
    font-size: 18px;
  }
}
.nurse-profile .nurse-pofile-info .nurse-name span {
  color: #374151;
  display: inline-flex;
  margin-bottom: 0;
}
.nurse-profile .nurse-pofile-info .nurse-details h6 {
  font-size: 14px;
  color: #374151;
  margin-bottom: 0;
  font-weight: normal;
}
.nurse-profile .nurse-pofile-info .nurse-details h6 span {
  background: #EAAB08;
  color: #ffffff;
  padding: 7px 11px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
.nurse-profile .nurse-pofile-info .nurse-details h6 span i {
  margin-right: 5px;
}
.nurse-profile .nurse-pofile-info .nurse-details .distance {
  border-radius: 5px;
  background: #F3F4F6;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #374151;
  font-size: 14px;
}
.nurse-profile .nurse-pofile-info .nurse-details .distance i {
  margin-right: 5px;
}
.nurse-profile .nurse-pofile-info .nurse-book {
  margin: 20px 0 0;
  padding: 20px 0 0;
  margin-top: 20px;
  border-top: 1px solid #E5E7EB;
}
.nurse-profile .nurse-pofile-info .nurse-book .nurse-fees h5 {
  margin-bottom: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}
.nurse-profile .nurse-pofile-info .nurse-book .nurse-fees h5 span {
  font-size: 16px;
  color: #374151;
  font-weight: normal;
  margin-left: 5px;
}
.nurse-profile .nurse-pofile-info .nurse-book .book-btns {
  flex: 1;
  text-align: right;
}
.nurse-profile .nurse-pofile-info .nurse-book .book-btns a {
  background: #26948e;
  padding: 8px 12px;
  color: #ffffff;
  display: inline-block;
  border-radius: 6px;
  min-width: 141px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.nurse-profile .nurse-pofile-info .nurse-book .book-btns a:hover {
  color: #26948e;
  background-color: #ffffff;
  border: 1px solid #26948e;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.owl-nav-button {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .owl-nav-button {
    margin-top: 20px;
  }
}
.owl-nav-button .nav-control button {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #ffffff;
  border: 0;
  margin: 0;
}
.owl-nav-button .nav-control button:hover {
  background: #26948e;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.owl-nav-button .nav-control button.owl-next {
  margin-left: 15px;
}
.owl-nav-button .view-all {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
.owl-nav-button .view-all:hover {
  color: #26948e;
}
.top-nurse-sec {
  background: #ffffff;
}
.top-nurse-sec .owl-nav-button .nav-control button {
  background: #EEEEF3;
  color: rgb(107, 114, 128);
}
.top-nurse-sec .owl-nav-button .nav-control button:hover {
  background: #26948e;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.top-nurse-profile-slider .nurse-profile {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
}
.our-best-work-sec {
  background-image: url("./media/video-sec-bg-RM2PCLHE.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
  margin: 0;
  padding: 80px 0;
}
.our-best-work-sec::before {
  background-color: #208CFD;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .our-best-work-sec {
    margin: 0;
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .our-best-work-sec {
    margin: 0;
    padding: 50px 0;
  }
}
.our-best-work-sec .section-head-fourteen h2 {
  color: #ffffff;
}
.our-best-work-sec .section-head-fourteen p {
  color: #ffffff;
}
.our-best-work-sec .best-work-video {
  position: relative;
  z-index: 999;
}
.our-best-work-sec .best-work-video .work-video-img {
  position: unset;
  margin-bottom: 50px;
}
.our-best-work-sec .best-work-video .treatment-video .video-img {
  border-radius: 20px;
}
.our-best-work-sec .best-work-video .treatment-video .video-img img {
  border-radius: 20px;
}
.our-best-work-sec .best-work-video .treatment-video .video-player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.our-best-work-sec .best-work-video .treatment-video .video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.our-best-work-sec .best-work-video .treatment-video .video-player video.active {
  opacity: 1;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.our-best-work-sec .best-work-video .treatment-video a {
  background: rgb(12, 224, 255);
  align-items: center;
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 65px;
  width: 65px;
  border-radius: 50%;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .our-best-work-sec .best-work-video .treatment-video a {
    height: 45px;
    width: 45px;
    font-size: 15px;
  }
}
.our-best-work-sec .best-work-video .treatment-video a .play-btn-video {
  line-height: 0;
}
.our-best-work-sec .best-work-video .treatment-video a .pause-btn-video {
  display: none;
  line-height: 0;
}
.our-best-work-sec .best-work-video .treatment-video a.active .play-btn-video {
  display: none;
}
.our-best-work-sec .best-work-video .treatment-video a.active .pause-btn-video {
  display: flex;
}
.our-best-work-sec .best-work-video .slider-thumbnails-img .slick-list {
  width: 240px !important;
  margin-left: auto;
}
.our-best-work-sec .best-work-video .slider-thumbnails-img .slick-slide {
  width: 70px !important;
  height: 60px;
  border-radius: 10px;
  margin-right: 10px;
}
.our-best-work-sec .best-work-video .slider-thumbnails-img .slick-slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.our-best-work-sec .best-work-video button {
  width: 45px;
  height: 45px;
  font-size: 0;
  background: #F3F4F6;
  border-radius: 10px;
  border: none;
  z-index: 9999;
}
@media (max-width: 991.98px) {
  .our-best-work-sec .best-work-video button {
    width: 40px;
    height: 40px;
  }
}
.our-best-work-sec .best-work-video button.slick-prev {
  position: absolute;
  top: unset;
  bottom: -20px;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .our-best-work-sec .best-work-video button.slick-prev {
    display: none !important;
  }
}
.our-best-work-sec .best-work-video button.slick-prev:hover {
  background: #26948e;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.our-best-work-sec .best-work-video button.slick-prev:before {
  content: "\f053";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .our-best-work-sec .best-work-video button.slick-prev:before {
    font-size: 13px;
  }
}
.our-best-work-sec .best-work-video button.slick-next {
  position: absolute;
  top: unset;
  bottom: -20px;
  left: 60px;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .our-best-work-sec .best-work-video button.slick-next {
    left: 8%;
  }
}
@media (max-width: 767.98px) {
  .our-best-work-sec .best-work-video button.slick-next {
    left: 10%;
  }
}
@media (max-width: 575.98px) {
  .our-best-work-sec .best-work-video button.slick-next {
    display: none !important;
  }
}
.our-best-work-sec .best-work-video button.slick-next:hover {
  background: #26948e;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.our-best-work-sec .best-work-video button.slick-next:before {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .our-best-work-sec .best-work-video button.slick-next:before {
    font-size: 13px;
  }
}
.our-best-work-sec .slider-small-thumb {
  position: relative;
  width: 70px !important;
  height: 60px;
}
.our-best-work-sec .slider-small-thumb .small-slide-img {
  width: 70px !important;
  height: 60px;
}
.our-best-work-sec .slider-small-thumb .play-btn-small {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(12, 224, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 10px;
}
.our-blog-fourteen {
  margin: 0;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .our-blog-fourteen {
    margin: 0;
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .our-blog-fourteen {
    margin: 0;
    padding: 50px 0;
  }
}
.our-blog-fourteen owl-nav-button .nav-control button {
  background: #EEEEF3;
  color: rgb(107, 114, 128);
}
.our-blog-fourteen .section-bg img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.our-blog-fourteen .nav-pills {
  justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .our-blog-fourteen .nav-pills {
    flex-direction: column;
  }
}
.our-blog-fourteen .nav-pills li .nav-link {
  border-radius: 10px;
  border: 1px solid #E5E5EB;
  padding: 15px;
  color: #1F2937;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .our-blog-fourteen .nav-pills li .nav-link {
    width: 100%;
  }
}
.our-blog-fourteen .nav-pills li .nav-link.active,
.our-blog-fourteen .nav-pills li .nav-link:hover {
  background: #26948e;
  color: #ffffff;
  border-color: #26948e;
}
.our-blog-fourteen .nav-pills li:last-child .nav-link {
  margin-right: 0;
}
.our-blog-fourteen .blog-grid-fourteen {
  border-radius: 10px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 20px;
  background: #ffffff;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grig-img {
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
  transition: 0.5s all;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grig-img img {
  border-radius: 10px 10px 0 0;
  transition: 0.5s all;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grig-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.our-blog-fourteen .blog-grid-fourteen .blog-grig-img:hover::before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grig-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content {
  padding: 24px;
  border-radius: 0 0 10px 10px;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-head {
  margin-bottom: 24px;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-head .badge {
  margin-bottom: 0;
  color: #26948e;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  padding: 8px 11px;
  display: inline-block;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-head .badge.badge-blue {
  background: #E0E7FF;
  color: #4F46E5;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-head .badge.badge-pink {
  background: #F5D0FE;
  color: #C026D3;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-head .badge.badge-info {
  background: #A5ECFC !important;
  color: #089EB2;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-head span {
  font-size: 14px;
  color: #374151;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content h4 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content h4 a {
  color: #000000;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content h4 a:hover {
  color: #26948e;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content p {
  color: #374151;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer {
  border-top: 1px solid #E5E7EB;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer span {
  color: #374151;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer span i {
  margin-right: 3px;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer a {
  color: #26948e;
  font-weight: 600;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer a i {
  margin-left: 8px;
}
.our-blog-fourteen .blog-grid-fourteen .blog-grid-content .grid-footer a:hover {
  color: #21807b;
}
.our-blog-fourteen .owl-nav button {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #EEEEF3;
  border: 0;
  margin: 0;
  color: #374151;
}
.our-blog-fourteen .owl-nav button:hover {
  background: #26948e;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.our-blog-fourteen .owl-nav button.owl-next {
  margin-left: 15px;
}
.pricing-plane-sec {
  background-image: url("./media/price-sec-bg-FNEJP2TZ.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .pricing-plane-sec {
    margin: 0;
    padding: 60px 0 36px;
  }
}
@media (max-width: 767.98px) {
  .pricing-plane-sec {
    margin: 0;
    padding: 50px 0 26px;
  }
}
.price-sec-main {
  max-width: 1100px;
  margin: auto;
}
.price-plane-card {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 24px;
  transition: 0.5s all;
}
.price-plane-card .price-head h5 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #374151;
}
.price-plane-card .price-head h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .price-plane-card .price-head h4 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .price-plane-card .price-head h4 {
    font-size: 20px;
  }
}
.price-plane-card .price-head p {
  color: #374151;
  margin: 0;
  max-width: 300px;
}
.price-plane-card .price-head h3 {
  font-size: 48px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 24px;
}
.price-plane-card .price-head h3 span {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 1199.98px) {
  .price-plane-card .price-head h3 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .price-plane-card .price-head h3 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .price-plane-card .price-head h3 {
    font-size: 22px;
  }
}
.price-plane-card .plane-includes h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 22px;
}
.price-plane-card .plane-includes ul li {
  margin-bottom: 16px;
  font-size: 16px;
  color: #374151;
}
.price-plane-card .plane-includes ul li i {
  margin-right: 14px;
  font-size: 26px;
  position: relative;
  z-index: 1;
}
.price-plane-card .plane-includes ul li i.fa-circle-check {
  color: #10B981;
}
.price-plane-card .plane-includes ul li i.fa-circle-xmark {
  color: #BE123C;
}
.price-plane-card .plane-includes ul li i::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  background: #ffffff;
  left: 3px;
  top: 3px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .price-plane-card .plane-includes ul li i {
    font-size: 20px;
  }
}
.price-plane-card .plane-includes ul li:last-child {
  margin-bottom: 0;
}
.price-plane-card .plane-btn {
  margin-top: 24px;
}
.price-plane-card .plane-btn a {
  background: #26948e;
  border-color: #26948e;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 10px;
}
.price-plane-card:hover,
.price-plane-card.active {
  background: #26948e;
  transform: 0.5s all;
}
.price-plane-card:hover .price-head h5,
.price-plane-card.active .price-head h5 {
  color: #ffffff;
}
.price-plane-card:hover .price-head h4,
.price-plane-card.active .price-head h4 {
  color: #ffffff;
}
.price-plane-card:hover .price-head p,
.price-plane-card.active .price-head p {
  color: #ffffff;
}
.price-plane-card:hover .price-head h3,
.price-plane-card.active .price-head h3 {
  color: #ffffff;
}
.price-plane-card:hover .price-head h3 span,
.price-plane-card.active .price-head h3 span {
  color: #ffffff;
}
.price-plane-card:hover .plane-includes h5,
.price-plane-card.active .plane-includes h5 {
  color: #ffffff;
}
.price-plane-card:hover .plane-includes ul li,
.price-plane-card.active .plane-includes ul li {
  color: #ffffff;
}
.price-plane-card:hover .plane-btn a,
.price-plane-card.active .plane-btn a {
  background: #ffffff;
  color: #26948e;
  border-color: #ffffff;
}
.faq-sec-fourteen {
  margin: 0;
  padding: 80px 0;
  background: #F9FAFB;
  z-index: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  .faq-sec-fourteen {
    margin: 0;
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .faq-sec-fourteen {
    margin: 0;
    padding: 50px 0;
  }
}
.faq-sec-fourteen .faq-card {
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 0 0 20px;
  padding: 24px;
  border-radius: 10px;
}
.faq-sec-fourteen .faq-card:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .faq-sec-fourteen .faq-card {
    margin: 0 0 20px;
    padding: 15px;
  }
}
.faq-sec-fourteen .faq-card a {
  align-items: baseline;
}
.faq-sec-fourteen .faq-card a .faq-content h6 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .faq-sec-fourteen .faq-card a .faq-content h6 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .faq-sec-fourteen .faq-card a .faq-content h6 {
    font-size: 16px;
  }
}
.faq-sec-fourteen .faq-card a span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #26948e;
  background: #BFE0FE;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .faq-sec-fourteen .faq-card a span {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.faq-sec-fourteen .faq-card a p {
  color: #374151;
  margin-top: 15px;
}
.faq-sec-fourteen .faq-card a:not(.collapsed) span {
  background: #26948e;
  color: #ffffff;
}
.faq-sec-fourteen .faq-sec-imgs {
  text-align: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .faq-sec-fourteen .faq-sec-imgs {
    display: none;
  }
}
.faq-sec-fourteen .faq-sec-imgs .faq-img-two {
  position: absolute;
  bottom: 0;
  left: 40px;
  z-index: -1;
  animation: spin 8000ms linear infinite;
}
@media (max-width: 1399.98px) {
  .faq-sec-fourteen .faq-sec-imgs .faq-img-two {
    left: 0;
  }
}
.faq-sec-fourteen .faq-sec-imgs .faq-img-three {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .faq-sec-fourteen .faq-sec-imgs .faq-img-three {
    left: 0;
  }
}
.faq-sec-fourteen .faq-sec-imgs .faq-img-four {
  position: absolute;
  bottom: -20px;
  left: 40px;
}
@media (max-width: 1399.98px) {
  .faq-sec-fourteen .faq-sec-imgs .faq-img-four {
    left: 0;
  }
}
.footer.footer-sec-fourteen {
  background: #003A78;
  margin: 0;
  padding: 0;
}
.footer.footer-sec-fourteen .footer-top {
  margin: 0;
  padding: 0;
}
.footer.footer-sec-fourteen .footer-middle {
  background: #002B58;
}
.footer.footer-sec-fourteen .footer-middle .footer-mid-content {
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 575.98px) {
  .footer.footer-sec-fourteen .footer-middle .footer-mid-content {
    flex-direction: column;
  }
}
.footer.footer-sec-fourteen .footer-middle .footer-mid-content p {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .footer.footer-sec-fourteen .footer-middle .footer-mid-content p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer.footer-sec-fourteen .footer-middle .footer-mid-content p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .footer.footer-sec-fourteen .footer-middle .footer-mid-content .social-icons {
    margin-top: 10px;
  }
}
.footer.footer-sec-fourteen .footer-middle .footer-mid-content .social-icons li {
  margin-right: 15px;
}
.footer.footer-sec-fourteen .footer-middle .footer-mid-content .social-icons li a {
  background: #003A78;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: 0.5s all;
}
.footer.footer-sec-fourteen .footer-middle .footer-mid-content .social-icons li a i {
  transition: 0.5s all;
}
.footer.footer-sec-fourteen .footer-middle .footer-mid-content .social-icons li a:hover {
  background: #0CE0FF;
  transition: 0.5s all;
}
.footer.footer-sec-fourteen .footer-middle .footer-mid-content .social-icons li a:hover i {
  transform: rotatey(360deg);
  transition: 0.5s all;
}
.footer.footer-sec-fourteen .footer-middle .footer-mid-content .social-icons li:last-child {
  margin-right: 0;
}
.footer.footer-sec-fourteen .footer-mid-two {
  background: #003A78;
  padding: 40px 0;
}
@media (max-width: 1199.98px) {
  .footer.footer-sec-fourteen .footer-mid-two {
    padding: 40px 0 20px;
  }
}
.footer.footer-sec-fourteen .footer-mid-two .footer-logo-col {
  margin-bottom: 20px;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-logo-col p {
  margin: 15px 0;
  color: #ffffff;
  font-size: 14px;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-logo-col .input-block {
  position: relative;
  padding: 0;
  max-width: 416px;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-logo-col .input-block input {
  min-height: auto;
  padding: 25px 150px 25px 15px;
  background: rgb(0, 43, 88);
  border-color: rgb(0, 43, 88);
  color: #ffffff;
  border-radius: 10px;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-logo-col .input-block input::placeholder {
  color: #ffffff;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-logo-col .input-block .mail-icons {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: normal;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-logo-col .input-block .mail-icons i {
  color: rgb(12, 224, 255);
}
.footer.footer-sec-fourteen .footer-mid-two .footer-logo-col .input-block button {
  background: #0CE0FF;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 24px;
  border-radius: 10px;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-logo-col .input-block button:hover {
  border-color: #26948e;
  background: #26948e;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-links-middle {
  margin-bottom: 20px;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-links-middle h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1399.98px) {
  .footer.footer-sec-fourteen .footer-mid-two .footer-links-middle h4 {
    font-size: 16px;
  }
}
.footer.footer-sec-fourteen .footer-mid-two .footer-links-middle ul li {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  align-items: baseline;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-links-middle ul li a {
  color: #ffffff;
  font-size: 16px;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-links-middle ul li a:hover {
  color: #0CE0FF;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-links-middle ul li:last-child {
  margin-bottom: 0;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-links-middle ul li span {
  margin-right: 8px;
}
.footer.footer-sec-fourteen .footer-mid-two .footer-links-middle ul li span i {
  color: #0CE0FF;
}
.footer.footer-sec-fourteen .footer-bottom {
  background: #003A78;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #3776B9;
}
@media (max-width: 767.98px) {
  .footer.footer-sec-fourteen .footer-bottom {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .footer.footer-sec-fourteen .footer-bottom .payment-method {
    justify-content: center;
  }
}
.footer.footer-sec-fourteen .footer-bottom .payment-method li {
  margin-right: 10px;
}
.footer.footer-sec-fourteen .footer-bottom .payment-method li:last-child {
  margin-right: 0;
}
.footer.footer-sec-fourteen .footer-bottom .payment-method li a {
  width: 50px;
  height: 26px;
  border-radius: 5px;
  background: #ffffff;
}
@media (max-width: 767.98px) {
  .footer.footer-sec-fourteen .footer-bottom .footer-select-drops {
    margin-bottom: 10px;
    justify-content: center;
  }
}
.footer.footer-sec-fourteen .footer-bottom .footer-select-drops .input-select {
  position: relative;
  width: 100px;
  padding: 0 0 0 10px;
}
.footer.footer-sec-fourteen .footer-bottom .footer-select-drops .input-select.currency-select .select2-container--default {
  width: 75px;
}
.footer.footer-sec-fourteen .footer-bottom .footer-select-drops .input-select.currency-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.footer.footer-sec-fourteen .footer-bottom .footer-select-drops .input-select .select-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.footer.footer-sec-fourteen .footer-bottom .footer-select-drops .input-select .select-icon i {
  color: #ffffff;
}
.footer.footer-sec-fourteen .footer-bottom .footer-select-drops .input-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-top: -2px;
}
.footer.footer-sec-fourteen .footer-bottom .footer-select-drops .input-select .select2-container--default .select2-selection--single {
  background: transparent;
  border: 0;
  height: 24px;
}
.footer.footer-sec-fourteen .footer-bottom .footer-select-drops .input-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  line-height: 38px;
  right: 10px;
  height: 20px;
}
.footer.footer-sec-fourteen .footer-bottom .footer-select-drops .input-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 0 2px 2px 0;
  padding: 3px;
  border-color: #ffffff;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}
.footer.footer-sec-fourteen .footer-bottom .footer-select-drops .input-select .select2-container--default .select2-selection__rendered {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767.98px) {
  .footer.footer-sec-fourteen .copy-right {
    margin-bottom: 10px;
  }
}
.footer.footer-sec-fourteen .copy-right p {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 0;
}
.appointment-wrap {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 0 0 15px;
  padding: 24px 24px 10px 24px;
  border-radius: 10px;
}
.appointment-wrap > ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .appointment-wrap > ul {
    display: block;
  }
}
.appointment-wrap > ul > li {
  margin-bottom: 14px;
}
.appointment-wrap > ul > li:first-child {
  min-width: 150px;
}
.appointment-wrap > ul > li.appointment-info {
  min-width: 190px;
}
.appointment-wrap > ul > li.mail-info-patient {
  min-width: 190px;
}
.appointment-info p {
  color: #334155;
  margin-bottom: 5px;
}
.appointment-info p i {
  margin-right: 5px;
  font-size: 13px;
  min-width: 13px;
}
.appointment-info p.md-text {
  color: #334155;
  margin-bottom: 0;
}
.patinet-information {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  min-width: 175px;
}
.patinet-information > a {
  flex-shrink: 0;
}
.patinet-information img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  margin-right: 10px;
}
.patinet-information .patient-info {
  margin: 0;
}
.patinet-information .patient-info p {
  color: #1D7ED8;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.patinet-information .patient-info p.visit {
  font-weight: normal;
  color: #000000;
}
.patinet-information .patient-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 0;
}
.patinet-information .patient-info h6 a {
  color: #0F172A;
}
.patinet-information .patient-info h6 a:hover {
  color: #26948e;
}
.appointment-type p {
  font-size: 16px;
  color: #0F172A;
  margin-bottom: 0;
}
.appointment-type p i {
  margin-right: 5px;
}
.appointment-type p.md-text {
  color: #334155;
  margin-bottom: 5px;
}
.request-action li {
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
  display: inline-block;
}
.request-action li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.request-action li:last-child::before {
  content: none;
}
.request-action li::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  background: #E2E8F0;
  width: 1px;
  height: 19px;
}
.request-action li a {
  font-size: 15px;
  font-weight: 500;
}
.request-action li a i {
  margin-right: 6px;
}
.request-action li a.accept-link {
  color: #158033;
}
.request-action li a.reject-link {
  color: #BE123C;
}
.dashboard-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #E2E8F0;
  margin-bottom: 24px;
  padding-bottom: 14px;
  flex-wrap: wrap;
}
.dashboard-header h3 {
  color: #0F172A;
  font-weight: 600;
  margin-bottom: 10px;
}
.dashboard-header ul li {
  margin-bottom: 10px;
}
.md-text {
  font-size: 14px;
  font-weight: 500;
}
.text-green {
  color: #059669;
}
.text-blue {
  color: #6366F1;
}
.text-indigo {
  color: #3730A3;
}
.text-blue-600 {
  color: #26948e !important;
}
.success-wrap .icon-success {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto 24px;
  background: #004FFF;
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .success-wrap .icon-success {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.success-wrap h3 {
  font-weight: 500;
  margin-bottom: 5px;
  color: #0F172A;
}
.success-wrap p {
  color: #334155;
  margin-bottom: 24px;
}
.success-wrap .btn {
  font-weight: 600;
  font-size: 15px;
  padding: 8px 10px;
}
@media (max-width: 575.98px) {
  .success-wrap .btn {
    margin-top: 5px;
  }
}
.success-wrap .form-wrap {
  margin-bottom: 15px;
}
.success-wrap .form-check {
  font-size: 16px;
  color: #1F2937;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .success-wrap .form-check {
    font-size: 15px;
  }
}
.success-info {
  margin-bottom: 24px;
}
.info-modal .modal-body {
  padding: 40px;
}
@media (max-width: 767.98px) {
  .info-modal .modal-body {
    padding: 25px;
  }
}
.loader-item {
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .loader-item {
    margin-top: 5px;
  }
}
.btn-load {
  border: 1px solid #E2E8F0;
  background: #ffffff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 11px;
  color: #334155;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
.btn-load:hover {
  background: #E2E8F0;
  color: #334155;
}
.dashboard-header .header-list-btns {
  display: flex;
  align-items: center;
}
.dashboard-header .header-list-btns li .view-icons a {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  background: #ffffff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.dashboard-header .header-list-btns li .view-icons a.active,
.dashboard-header .header-list-btns li .view-icons a:hover {
  background: #26948e;
  color: #ffffff;
  border-color: #26948e;
}
.dashboard-header .header-list-btns li .dash-search-input {
  position: relative;
}
.dashboard-header .header-list-btns li .dash-search-input .form-control {
  height: 36px;
  min-height: 36px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
}
.dashboard-header .header-list-btns li .dash-search-input .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.dash-search-input {
  position: relative;
}
.dash-search-input .form-control {
  height: 36px;
  min-height: 36px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
}
.dash-search-input .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.appointment-info .apponitment-types {
  align-items: center;
}
.appointment-info .apponitment-types li {
  font-size: 14px;
  font-weight: 500;
  color: #1E293B;
  line-height: 1;
}
.appointment-info .apponitment-types li + li {
  border-left: 1px solid #E2E8F0;
  margin-left: 5px;
  padding-left: 5px;
}
.mail-info-patient li {
  color: #1E293B;
}
.mail-info-patient li i {
  margin-right: 5px;
  font-size: 13px;
}
.mail-info-patient li + li {
  margin-top: 5px;
}
.appointment-action ul {
  display: flex;
  align-items: center;
}
.appointment-action ul li + li {
  margin-left: 8px;
}
.appointment-action ul li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  background: #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appointment-action ul li a:hover {
  background: #26948e;
  color: #ffffff;
}
.appointment-start a {
  color: #18181B;
  font-weight: 600;
  text-decoration: underline;
}
.appointment-start a:hover {
  color: #26948e;
}
.patient-info h6 {
  display: inline-flex;
  align-items: center;
}
.patient-info h6 .badge.new-tag {
  background: #14B8A6;
  font-size: 10px;
  margin-left: 5px;
  font-weight: 500;
  padding: 4px 6px;
}
.form-sorts.dropdown {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  height: 36px;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form-sorts.dropdown a {
  color: #6B7280;
}
.form-sorts.dropdown a.dropdown-toggle::after {
  margin-left: 8px;
}
.filter-checks .checkboxs {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.filter-checks .checkboxs .check-title {
  padding-left: 25px;
  color: #374151;
}
.filter-checks .checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-checks .checkboxs input ~ .checkmarks {
  border-radius: 5px;
}
.filter-checks .checkboxs input:checked ~ .checkmarks {
  background-color: #7ed957;
  border-color: #7ed957;
}
.filter-checks .checkboxs input:checked ~ .checkmarks:after {
  display: block;
}
.filter-checks .checkboxs .checkmarks {
  height: 18px;
  width: 18px;
  position: absolute;
  border: 1px solid #E5E7EB;
  top: 3px;
  left: 0;
}
.filter-checks .checkboxs .checkmarks:after {
  content: "";
  position: absolute;
  display: none;
}
.filter-checks .checkboxs .checkmarks:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.filter-set-content-head a i {
  transition: 0.5s all;
  font-size: 16px;
}
.filter-set-content-head a:not(.collapsed) i {
  transform: rotate(-90deg);
  transition: 0.5s all;
}
.form-sorts {
  position: relative;
}
.form-sorts .filter-dropdown-menu {
  padding: 20px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(188, 188, 188, 0.2509803922);
  position: absolute;
  z-index: 1;
  min-width: 350px;
  right: 0;
  top: 40px;
  opacity: 0;
  display: none;
}
@media (max-width: 575.98px) {
  .form-sorts .filter-dropdown-menu {
    right: unset;
    left: 0;
    min-width: 280px;
  }
}
.form-sorts.table-filter-show .filter-dropdown-menu {
  display: block;
  opacity: 1;
}
.form-sorts .filter-set-head h4 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.form-sorts .filter-set-content {
  margin-bottom: 15px;
}
.form-sorts .filter-set-content .filter-set-content-head a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F8FAFC;
  padding: 10px;
  font-size: 16px;
  color: #0F172A;
  font-weight: 500;
}
.form-sorts .filter-reset-btns {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.form-sorts .filter-reset-btns a {
  padding: 10px 20px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  font-family: 600;
}
@media (max-width: 575.98px) {
  .form-sorts .filter-reset-btns a {
    padding: 10px 30px;
  }
}
.form-sorts .filter-reset-btns a.btn-primary {
  background: #26948e;
  color: #ffffff;
}
.form-sorts .filter-reset-btns .btn-light {
  background: #F3F4F6;
  color: #1F2937;
  margin-right: 15px;
}
.filter-set-contents ul {
  margin-top: 20px;
}
.filter-set-contents ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.filter-set-contents ul li:last-child {
  margin-bottom: 0;
}
.filter-set-contents ul li .rating {
  margin-left: 28px;
}
.filter-set-contents ul li .rating span {
  margin-left: 5px;
}
.filter-set-contents ul li .collapse-inside-text {
  margin-left: 28px;
}
.filter-set-contents ul li .collapse-inside-text h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.setting-title h5 {
  font-size: 18px;
  color: #0F172A;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .setting-title h5 {
    font-size: 16px;
  }
}
.appointment-tabs ul.available-nav {
  margin-bottom: 4px;
}
.appointment-tabs ul li {
  margin-right: 10px;
  margin-bottom: 20px;
}
.appointment-tabs ul li:last-child {
  margin-right: 0;
}
.appointment-tabs ul li .nav-link {
  background: #F1F5F9;
  border-radius: 10px;
  color: #334155;
  padding: 6px 15px;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 575.98px) {
  .appointment-tabs ul li .nav-link {
    text-align: center;
  }
}
.appointment-tabs ul li .nav-link span {
  background: #ffffff;
  padding: 1px 11px;
  color: #0F172A;
  font-weight: 700;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 10px;
}
.appointment-tabs ul li .nav-link.active {
  background: #26948e;
  color: #ffffff;
  border-color: #26948e;
}
.appointment-tabs ul li .nav-link:hover {
  background: #26948e;
  color: #ffffff;
  border-color: #26948e;
}
@media (max-width: 575.98px) {
  .appointment-tabs ul li {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .appointment-tabs ul {
    display: block;
  }
}
.grid-patient .patinet-information .patient-info p {
  margin-bottom: 0;
}
.grid-patient .patinet-information .patient-info h6 {
  margin-bottom: 5px;
}
.grid-patient .appointment-wrap.appointment-grid-wrap > ul > li {
  margin-bottom: 15px;
}
.grid-patient .appointment-action {
  border-top: 1px solid #E2E8F0;
  padding-top: 15px;
}
.appointment-tab-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.appointment-tab-head .filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.appointment-tab-head .filter-head .daterange-wraper {
  margin-bottom: 20px;
}
.appointment-tab-head .filter-head .daterange-wraper input.form-control {
  border: 1px solid #E2E8F0;
  min-height: 36px;
  height: 36px;
  border-radius: 6px;
  padding-left: 34px;
  color: #6B7280;
}
.appointment-tab-head .filter-head .daterange-wraper input.form-control::placeholder {
  color: #6B7280;
}
.appointment-tab-head .filter-head .daterange-wraper i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6B7280;
}
.accordion .filter-set-content + .filter-set-content {
  border-top: 1px solid #E2E8F0;
  padding-top: 15px;
}
.appointment-tab-content {
  padding-top: 10px;
}
.appointment-detail-btn a {
  border: 1px solid #26948e;
  color: #26948e;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
}
.appointment-detail-btn a i {
  font-size: 14px;
}
.dashboard-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.dashboard-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-pagination ul li .page-link {
  background: #E2E8F0;
  border-color: #E2E8F0;
  width: 32px;
  height: 32px;
  color: #0F172A;
  border-radius: 10px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dashboard-pagination ul li .page-link.active {
  background: #26948e;
  border-color: #26948e;
  color: #ffffff;
}
.dashboard-pagination ul li .page-link:hover {
  background: #26948e;
  border-color: #26948e;
  color: #ffffff;
}
.bg-red {
  background: #DE3F44 !important;
}
.btn-gray {
  background: #F3F4F6;
  border: 1px solid #F3F4F6;
  color: #334155;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.btn-gray:hover {
  color: #334155;
  background-color: #ffffff;
  border-color: #334155;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 575.98px) {
  .modal-button .btn + .btn {
    margin-top: 15px;
  }
}
.col-form-label {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  padding: 0 0 10px 0;
}
.appointment-wrap .appointment-detail-btn a {
  display: flex;
  text-align: center;
  align-items: center;
}
.appointment-wrap .appointment-detail-btn a:hover {
  background: #26948e;
  color: #ffffff;
}
.appointment-wrap.appointment-grid-wrap {
  flex-direction: column;
  align-items: start;
  padding: 24px;
  width: 100%;
  margin-bottom: 24px;
}
.appointment-wrap.appointment-grid-wrap > ul > li {
  width: 100%;
  margin-bottom: 24px;
}
.appointment-wrap.appointment-grid-wrap > ul > li:last-child {
  margin-bottom: 0;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-grid-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-grid-head .grid-user-msg {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #E2E8F0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-grid-head .grid-user-msg .video-icon i {
  color: #6366F1;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-grid-head .grid-user-msg .hospital-icon i {
  color: #059669;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-grid-head .grid-user-msg .telephone-icon i {
  color: #3730A3;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-info {
  background: #F1F5F9;
  padding: 15px;
  border-radius: 10px;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-start a {
  font-size: 14px;
}
.dashboard-header .header-back {
  display: flex;
  align-items: center;
}
.dashboard-header .header-back h3 {
  margin-bottom: 0;
}
.dashboard-header .header-back a {
  display: inline-block;
  margin-right: 8px;
}
.appointment-detail-card {
  border: 1px solid #E2E8F0;
  margin-bottom: 24px;
}
.appointment-detail-card .patinet-information a {
  flex-shrink: 0;
}
.appointment-detail-card .patinet-information a img {
  width: 120px;
  height: 120px;
}
@media (max-width: 575.98px) {
  .appointment-detail-card .patinet-information a img {
    width: 90px;
    height: 90px;
  }
}
.appointment-detail-card .patinet-information .mail-info-patient ul {
  margin-top: 10px;
}
.appointment-detail-card .patinet-information .mail-info-patient ul li + li {
  margin-top: 5px;
}
.appointment-detail-card .appointment-info .person-info p {
  font-size: 14px;
  color: #334155;
  font-weight: 500;
}
.appointment-detail-card .appointment-info .person-info + .person-info {
  margin-top: 10px;
}
.appointment-detail-card .appointment-info .apponitment-types li i {
  margin-right: 5px;
}
.appointment-detail-card .appointment-info .apponitment-types li i.text-green {
  color: #059669;
}
.appointment-detail-card .appointment-action {
  text-align: right;
}
@media (max-width: 575.98px) {
  .appointment-detail-card .appointment-action {
    text-align: left;
  }
}
.appointment-detail-card .appointment-action .consult-fees h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
.appointment-detail-card .appointment-action ul {
  justify-content: end;
}
@media (max-width: 575.98px) {
  .appointment-detail-card .appointment-action ul {
    justify-content: start;
  }
}
.appointment-detail-card .appointment-action .reject-popup {
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.appointment-detail-card .detail-badge-info {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
}
.appointment-detail-card .detail-badge-info span {
  padding: 10px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 30px;
}
.appointment-detail-card .detail-badge-info span.bg-grey {
  background: #6B7280;
}
.appointment-detail-card .detail-badge-info span.bg-yellow {
  background: #EAAB08;
}
.appointment-detail-card .detail-badge-info span.bg-green {
  background: #14B8A6;
}
.appointment-detail-card .detail-badge-info span.bg-red {
  background: #EF444E;
}
.appointment-detail-card .detail-badge-info span.bg-soft-red {
  background: #FEF2F2;
  color: #DE3F44;
}
.appointment-detail-card .detail-badge-info span.bg-soft-green {
  background: #F0FDF4;
  color: #1CA345;
}
.detail-card-bottom-info {
  padding-top: 24px;
  margin-top: 9px;
  border-top: 1px solid #E2E8F0;
}
.detail-card-bottom-info li h6 {
  color: #334155;
  margin-bottom: 5px;
  font-size: 14px;
}
.detail-card-bottom-info li span {
  color: #0F172A;
  font-weight: normal;
  font-size: 15px;
}
.detail-card-bottom-info li .start-btn a {
  background: #26948e;
  border-color: #26948e;
  font-size: 14px;
  font-weight: 500;
}
.detail-card-bottom-info li .start-btn a:hover {
  border-color: #26948e;
  background: #ffffff;
  color: #26948e;
}
.recent-appointments .head-text {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
}
.btn-primary-border {
  border: 1px solid #26948e;
  color: #26948e;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 15px;
}
.btn-primary-border:hover {
  background: #26948e;
  color: #ffffff;
}
.modal .modal-header {
  justify-content: space-between;
}
.custom-modal-two .modal-content {
  padding: 24px;
}
@media (max-width: 991.98px) {
  .custom-modal-two .modal-content {
    padding: 15px;
  }
}
.custom-modal-two .modal-content .modal-header {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
.custom-modal-two .modal-content .modal-header h5 {
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .custom-modal-two .modal-content .modal-header h5 {
    font-size: 18px;
  }
}
.custom-modal-two .modal-content .modal-header button {
  border: 0;
  background: #E2E8F0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}
.custom-modal-two .modal-content .modal-header button:hover {
  background: #E11D48;
  transition: 0.5s all;
}
.custom-modal-two .modal-content .modal-body {
  padding: 0;
}
.create-appointment-details .session-end-head {
  background: #F8FAFC;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.create-appointment-details .session-end-head h6 {
  margin-bottom: 0;
  color: #0F172A;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.create-appointment-details .session-end-head h6 span {
  color: #1E293B;
  font-weight: 500;
  margin-right: 5px;
}
.create-appointment-details .head-text {
  font-size: 20px;
  margin-bottom: 24px;
  color: #0F172A;
  font-weight: 600;
}
.create-details-card {
  border: 1px solid #E2E8F0;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 24px;
}
.create-details-card .create-details-card-head {
  border-bottom: 1px solid #E2E8F0;
  margin-bottom: 24px;
}
.create-details-card .card-title-text h5 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #0F172A;
  font-weight: 600;
}
.create-details-card .patient-info-box {
  background: #F8FAFC;
  padding: 15px 15px 0;
  border-radius: 10px;
  margin-bottom: 24px;
}
.create-details-card .patient-info-box .info-list {
  margin-bottom: 15px;
}
.create-details-card .patient-info-box .info-list li {
  font-weight: 500;
  font-size: 14px;
  color: #334155;
}
.create-details-card .patient-info-box .info-list li h6 {
  margin-bottom: 0;
  font-size: 14px;
}
.create-details-card .patient-info-box .info-list li + li {
  margin-top: 5px;
}
.create-details-card-body .form-bg-title {
  background: #F8FAFC;
  padding: 10px;
  margin-bottom: 15px;
}
.create-details-card-body .form-bg-title h5 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.create-details-card-body .input-block-new {
  margin-bottom: 24px;
}
.input-block-new {
  position: relative;
}
.input-block-new label {
  font-size: 14px;
}
.input-block-new .input-text-field {
  position: relative;
}
.input-block-new .input-text-field .input-group-text {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  border-left: 1px solid #E2E8F0;
  padding: 0 0 0 10px;
  line-height: 1;
  border-radius: 0;
  color: #131022;
  font-weight: 500;
  font-size: 14px;
}
.input-block-new .input-text-field input {
  padding-right: 45px;
  height: 40px;
  min-height: 40px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
}
.input-block-new input {
  height: 40px;
  min-height: 40px;
  border-radius: 6px;
}
.input-block-new input::placeholder {
  color: #64748B;
}
.input-block-new textarea {
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  resize: none;
}
.input-block-new .bootstrap-tagsinput {
  min-height: 40px;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  height: auto;
}
.input-block-new .bootstrap-tagsinput .badge-info {
  background: #F1F5F9 !important;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  padding: 5px;
  color: #6B7280;
}
.input-block-new .bootstrap-tagsinput .tag [data-role=remove] {
  left: 0;
  margin-left: 5px;
}
.input-block-new .bootstrap-tagsinput input {
  line-height: 30px;
}
.input-block-new .bootstrap-tagsinput input::placeholder {
  font-size: 14px;
  color: #6B7280;
}
.input-block-new .input-field-set {
  display: flex;
  align-items: center;
}
.input-block-new .input-field-set label {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .input-block-new .input-field-set label {
    width: 100%;
  }
}
.input-block-new .input-text {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #26948e;
  font-weight: 500;
}
.medication-wrap .input-block-new {
  flex: 1;
  margin-right: 15px;
}
.medication-wrap .input-block-new label {
  display: block;
}
.medication-wrap .input-block-new .select2-container .select2-selection--single {
  height: 40px;
  min-height: 40px;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
}
.medication-wrap .input-block-new .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #6B7280;
}
.medication-wrap .input-block-new .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.medication-wrap .input-block-new .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) translatey(-50%);
  border-color: #6B7280 !important;
  padding: 3px;
}
.form-set-button {
  display: flex;
  align-items: center;
  justify-content: end;
}
.form-set-button .btn-light {
  background: #F3F4F6;
  color: #1F2937;
  border-color: #F3F4F6;
  padding: 8px 20px;
  margin-right: 15px;
  font-weight: 600;
}
.form-set-button .btn-primary {
  background: #26948e;
  border-color: #26948e;
  padding: 8px 20px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .form-set-button .btn-primary {
    padding: 10px;
  }
}
.form-set-button .btn-primary:active,
.form-set-button .btn-primary:active:not(:disabled):not(.disabled) {
  background: #26948e;
  border-color: #26948e;
}
.daterange-wraper {
  margin-bottom: 20px;
}
.daterange-wraper input.form-control {
  border: 1px solid #E2E8F0;
  min-height: 36px;
  height: 36px;
  border-radius: 10px;
  padding-left: 35px;
  color: #6B7280;
}
.daterange-wraper input.form-control::placeholder {
  color: #6B7280;
}
.daterange-wraper i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6B7280;
}
.social-media-links .select-social-link {
  flex-basis: 27%;
  margin-right: 15px;
}
.social-media-links .select2-container .select2-selection--single {
  border: 1px solid #E2E8F0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  background: transparent;
  height: 40px;
  min-height: 40px;
  border-radius: 6px;
}
.social-media-links .select2-container {
  width: 100% !important;
}
.social-media-links .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.social-media-links .select2-container--default .select2-selection--single .select2-selection__rendered span img {
  width: 16px;
  margin-right: 10px;
}
.social-media-links .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.select2-results__option .social-img {
  margin-right: 10px;
}
.daterangepicker .ranges li.active {
  background: #26948e;
}
.custom-card {
  border: 1px solid #E2E8F0;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
}
.custom-card .card-header {
  border-color: #E2E8F0;
  margin: 0 0 24px;
  padding: 0;
}
.custom-card .card-header h3 {
  font-weight: 600;
  margin-bottom: 24px;
}
.custom-card .card-body {
  padding: 24px;
}
.custom-card .card-body .modal-btn {
  margin-top: 40px;
}
.timing-content .col-form-label {
  color: #0F172A;
}
.timing-content .form-control {
  min-height: 40px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 7px 15px;
  border-color: #E2E8F0;
}
.slot-box {
  border: 2px solid #E2E8F0;
  margin: 0 0 30px;
  padding: 15px 15px 0;
  border-radius: 8px;
}
.slot-box .slot-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #E2E8F0;
  margin-bottom: 15px;
}
.slot-box .slot-header h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .slot-box .slot-header h5 {
    font-size: 16px;
  }
}
.slot-box .slot-header ul li {
  font-size: 14px;
  font-weight: 500;
  margin: 0 15px 15px 0;
  display: inline-block;
}
.slot-box .slot-header ul li:last-child {
  margin-right: 0;
}
.slot-box .slot-header ul li a {
  font-size: 14px;
  font-weight: 500;
}
.slot-box .slot-header ul li .add-slot {
  color: #26948e;
}
.slot-box .slot-header ul li .add-slot:hover {
  color: #21807b;
}
.slot-box .slot-header ul li .del-slot {
  color: #E11D48;
}
.slot-box .slot-header ul li .del-slot:hover {
  color: #ca1a41;
}
@media (max-width: 767.98px) {
  .slot-box .slot-header ul li {
    margin-right: 8px;
  }
}
.slot-box .slot-body p {
  font-size: 16px;
  color: #334155;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .slot-box .slot-body p {
    font-size: 15px;
  }
}
.slot-box .slot-body .time-slots li {
  background: #F1F5F9;
  margin: 0 15px 15px 0;
  padding: 12px 13px;
  border-radius: 6px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  min-width: 120px;
  text-align: center;
  position: relative;
  transition: 0.5s;
}
.slot-box .slot-body .time-slots li:hover::before {
  content: "Space : 2";
  background: #0F172A;
  color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  margin: 0 15px 15px 0;
  padding: 12px 13px;
  transition: 0.5s;
}
.slot-box .slot-body .time-slots li i {
  margin-right: 10px;
}
.slot-box .slot-body .time-slots li.slot-space {
  background: #0F172A;
  color: #ffffff;
}
.slot-box .slot-body .time-slots li:last-child {
  margin-right: 0;
}
.available-tab {
  margin-bottom: 15px;
}
.available-tab .form-label {
  color: #0F172A;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.available-tab ul li {
  margin: 0 15px 15px 0;
}
.available-tab ul li a {
  border: 1px solid #E2E8F0;
  background: #F8FAFC;
  color: #334155;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  padding: 10px 22px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .available-tab ul li a {
    padding: 9px 17px;
  }
}
@media (max-width: 575.98px) {
  .available-tab ul li a {
    display: block;
  }
}
.available-tab ul li a.active,
.available-tab ul li a:hover {
  background: #26948e;
  border-color: #26948e;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .available-tab ul li {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .available-tab ul {
    display: block;
  }
}
.modal-btn .btn {
  font-size: 15px;
  font-weight: 600;
  padding: 7px 10px;
}
.modal-btn .btn + .btn {
  margin-left: 15px;
}
.timing-modal .form-wrap {
  margin-bottom: 15px;
}
.timing-modal .form-wrap .custom-control-inline {
  font-weight: 500;
  margin: 0 10px 5px 0;
  color: #334155;
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .timing-modal .form-wrap .custom-control-inline {
    font-size: 15px;
  }
}
.clinic-wrap {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 24px;
}
.clinic-wrap h5 {
  font-size: 18px;
  color: #0F172A;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .clinic-wrap h5 {
    font-size: 16px;
  }
}
.clinic-wrap .select2-container {
  width: 100% !important;
}
.clinic-wrap .select2-container .select2-selection--single {
  border-color: #F3F4F6;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  height: 40px;
}
.clinic-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 5px;
  font-size: 14px;
  color: #0F172A;
}
.clinic-wrap .select2-container .select2-selection--single .select2-selection__rendered .clinic-img {
  border-radius: 8px;
}
.clinic-wrap .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.select2-results__option {
  padding: 6px 10px;
}
.select2-results__option .clinic-img {
  border-radius: 8px;
}
.form-wrap {
  margin-bottom: 15px;
}
.custom-modals .modal-content {
  padding: 24px;
}
.custom-modals .modal-content .modal-header {
  padding: 0 0 15px;
}
.custom-modals .modal-content .modal-header .modal-title {
  font-size: 24px;
  font-weight: 600;
  color: #0F172A;
}
@media (max-width: 1399.98px) {
  .custom-modals .modal-content .modal-header .modal-title {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .custom-modals .modal-content .modal-header .modal-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .custom-modals .modal-content .modal-header .modal-title {
    font-size: 18px;
  }
}
.custom-modals .modal-content .modal-header .btn-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #E2E8F0;
  color: #ffffff;
  box-shadow: none;
  font-size: 14px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
}
.custom-modals .modal-content .modal-header .btn-close:focus {
  box-shadow: none;
}
.custom-modals .modal-content .modal-header .btn-close:hover {
  background: #E11D48;
  color: #ffffff;
}
.custom-modals .modal-content .col-form-label {
  color: #0F172A;
}
.custom-modals .modal-content .modal-body {
  padding: 15px 0 15px;
}
.custom-modals .modal-content .modal-footer {
  padding: 15px 0 0;
}
.custom-table {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
}
.custom-table .table > thead > tr > th {
  border-top: 0;
  background: #E2E8F0;
  color: #0F172A;
  font-size: 14px;
  font-weight: 600;
}
.custom-table .table > thead > tr > th:first-child {
  border-top-left-radius: 10px;
}
.custom-table .table > thead > tr > th:last-child {
  border-top-right-radius: 10px;
}
.custom-table .table tr th,
.custom-table .table tr td {
  border-top: 1px solid #E2E8F0;
  white-space: nowrap;
  padding: 1rem 0.75rem;
  color: #0F172A;
  font-size: 14px;
}
.custom-table .table tr th h2 a,
.custom-table .table tr td h2 a {
  color: #334155;
}
.custom-table .table tr th h2 a:hover,
.custom-table .table tr td h2 a:hover {
  color: #26948e;
}
.custom-table .table tr th:first-child,
.custom-table .table tr td:first-child {
  padding-left: 1.5rem;
}
.custom-table .table tr th:last-child,
.custom-table .table tr td:last-child {
  padding-right: 1.5rem;
}
.custom-table .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.custom-table .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.action-item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.action-item a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #E2E8F0;
  color: #334155;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 10px;
  font-size: 14px;
}
.action-item a:last-child {
  margin-right: 0;
}
.action-item a:hover {
  background: #26948e;
  color: #ffffff;
}
.badge-yellow {
  background: #EAAB08 !important;
}
.badge-green {
  background: #14B8A6 !important;
}
.status-badge {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 60px;
}
.search-field {
  position: relative;
}
.search-field .form-control {
  height: 36px;
  min-height: 36px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
}
.search-field .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748B;
}
.search-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 9px;
}
.search-header .search-field {
  margin-bottom: 15px;
}
.search-header .search-field .form-control {
  min-width: 240px;
}
.search-header .btn {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 7px 10px;
}
.patient-wrap {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 0 0 24px;
  padding: 24px 24px 9px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.patient-wrap .patient-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 10px;
}
.patient-wrap .patient-info img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  margin-right: 10px;
}
.patient-wrap .patient-info .user-patient h6 {
  font-size: 12px;
  font-weight: 500;
  color: #1D7ED8;
  margin-bottom: 5px;
}
.patient-wrap .patient-info .user-patient h5 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #0F172A;
}
.patient-wrap .patient-info .user-patient ul li {
  color: #334155;
  font-size: 12px;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  position: relative;
  display: inline-block;
}
.patient-wrap .patient-info .user-patient ul li::before {
  content: "";
  background: #E2E8F0;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.patient-wrap .patient-info .user-patient ul li:last-child {
  margin: 0;
  padding: 0;
}
.patient-wrap .patient-info .user-patient ul li:last-child::before {
  content: none;
}
.patient-wrap .patient-book {
  margin-bottom: 10px;
}
.patient-wrap .patient-book p {
  font-size: 12px;
  color: #334155;
  margin-bottom: 5px;
}
.patient-wrap .patient-book p i {
  margin-right: 5px;
}
.patient-wrap .patient-book p:last-child {
  margin-bottom: 0;
}
.lab-icon {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.lab-icon span {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #F5F3FF;
  color: #9333EA;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 5px;
}
.lab-icon.prescription span {
  background: #FFF7ED;
  color: #EA580C;
}
.upload-file {
  border: 1px dashed #E2E8F0;
  background: #F8FAFC;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.upload-file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.upload-file p {
  font-size: 14px;
  font-weight: 500;
  color: #94A3B8;
  margin-bottom: 0;
}
.modal-content .bootstrap-tagsinput {
  border-radius: 6px;
}
.modal-content .form-control {
  border-radius: 6px;
}
.prescribe-download {
  background: #F8FAFC;
  margin: 0 0 24px;
  padding: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.prescribe-download h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .prescribe-download h5 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .prescribe-download h5 {
    margin-bottom: 15px;
  }
}
.prescribe-download ul li {
  display: inline-block;
  margin-right: 15px;
}
.prescribe-download ul li:last-child {
  margin-right: 0;
}
.prescribe-download ul li .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 9px 13px;
}
@media (max-width: 575.98px) {
  .prescribe-download {
    display: block;
  }
}
.view-prescribe.invoice-content {
  border: 1px solid #E2E8F0;
  margin: 0;
  padding: 20px;
}
.view-prescribe.invoice-content .invoice-item .invoice-details {
  font-size: 14px;
  color: #334155;
  font-weight: normal;
}
.view-prescribe.invoice-content .invoice-item .invoice-details strong {
  color: #0F172A;
  font-weight: 600;
}
.view-prescribe.invoice-content .invoice-item .customer-text {
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 10px;
}
.view-prescribe.invoice-content .invoice-item .invoice-info {
  margin-bottom: 20px;
}
.view-prescribe.invoice-content .invoice-table-wrap h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0F172A;
}
.view-prescribe.invoice-content .invoice-table-wrap .table-responsive {
  margin-bottom: 20px;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table {
  border: 1px solid #E2E8F0;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tr th {
  font-size: 14px;
  font-weight: 500;
  background: #F8FAFC;
  white-space: nowrap;
  color: #0F172A;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tbody tr {
  border-color: #E2E8F0;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tbody tr td {
  font-size: 14px;
  color: #0F172A;
  font-weight: normal;
  white-space: nowrap;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tbody tr td span {
  font-size: 12px;
  display: block;
}
.view-prescribe.invoice-content .other-info {
  background: #F8FAFC;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 24px;
}
.view-prescribe.invoice-content .other-info h4 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #0F172A;
}
.view-prescribe.invoice-content .other-info p.text-muted {
  color: #334155 !important;
  font-size: 14px;
}
.view-prescribe.invoice-content .prescriber-info {
  text-align: right;
}
.view-prescribe.invoice-content .prescriber-info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
.view-prescribe.invoice-content .prescriber-info p {
  font-size: 12px;
  color: #334155;
  margin-bottom: 0;
}
.view-prescribe.invoice-content .invoice-table-two tr th {
  font-size: 14px;
  font-weight: 500;
  color: #0F172A;
}
.view-prescribe.invoice-content .invoice-table-two tr td {
  color: #334155;
  font-weight: normal;
}
.appointment-tabs.user-tab {
  border-bottom: 1px solid #E2E8F0;
  margin-bottom: 24px;
}
.appointment-tabs.user-tab ul {
  margin-bottom: 4px;
}
.doctor-content .profile-sidebar {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .doctor-content .profile-sidebar {
    margin-bottom: 24px;
  }
}
.grid-patient .appointment-wrap.appointment-grid-wrap .patinet-information img {
  width: 64px;
  height: 64px;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .patinet-information .patient-info ul li {
  color: #334155;
  font-size: 12px;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  position: relative;
  display: inline-block;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .patinet-information .patient-info ul li::before {
  content: "";
  background: #E2E8F0;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.grid-patient .appointment-wrap.appointment-grid-wrap .patinet-information .patient-info ul li:last-child {
  margin: 0;
  padding: 0;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .patinet-information .patient-info ul li:last-child::before {
  content: none;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .appointment-action .patient-book p {
  font-size: 14px;
  color: #334155;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .appointment-action .patient-book p i {
  margin-right: 5px;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .appointment-action .patient-book p:last-child {
  margin-bottom: 0;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .appointment-action .patient-book p span {
  color: #334155;
  display: inline-block;
  margin-left: 5px;
}
.view-prescribe-details {
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 20px;
}
.view-prescribe-details .hospital-addr {
  border-bottom: 1px solid #E2E8F0;
  margin-bottom: 20px;
  text-align: center;
}
.view-prescribe-details .hospital-addr .invoice-logo {
  margin-bottom: 20px;
}
.view-prescribe-details .hospital-addr h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.view-prescribe-details .hospital-addr p {
  font-size: 14px;
}
.view-prescribe-details .invoice-info {
  margin-bottom: 20px;
}
.view-prescribe-details .invoice-info h6 {
  color: #0F172A;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 2px;
}
@media (max-width: 991.98px) {
  .view-prescribe-details .invoice-info h6 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .view-prescribe-details .invoice-info h6 {
    font-size: 16px;
  }
}
.view-prescribe-details .invoice-info p {
  font-size: 14px;
  margin-bottom: 0;
}
.view-prescribe-details .invoice-info2 {
  text-align: right;
  margin-bottom: 20px;
}
.view-prescribe-details .invoice-info2 p {
  font-size: 14px;
  margin-bottom: 3px;
}
.view-prescribe-details .invoice-info2 p span {
  font-weight: 600;
  color: #0F172A;
}
.view-prescribe-details .invoice-info2 p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .view-prescribe-details .invoice-info2 {
    text-align: left;
  }
}
.view-prescribe-details .patient-id h6 {
  font-weight: 600;
  margin-bottom: 10px;
}
.view-prescribe-details .patient-det {
  background: #F1F5F9;
  margin: 0 0 20px;
  padding: 5px 10px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.view-prescribe-details .patient-det h6 {
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 5px;
}
.view-prescribe-details .patient-det ul li {
  display: inline-block;
  margin: 0 18px 5px 0;
  color: #0F172A;
  font-size: 12px;
  font-weight: 600;
}
.view-prescribe-details .patient-det ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1399.98px) {
  .view-prescribe-details .patient-det ul li {
    margin-right: 12px;
  }
}
.view-prescribe-details .appointment-notes h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .view-prescribe-details .appointment-notes h3 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .view-prescribe-details .appointment-notes h3 {
    font-size: 16px;
  }
}
.view-prescribe-details .appoint-wrap {
  margin-bottom: 20px;
}
.view-prescribe-details .appoint-wrap h5 {
  margin-bottom: 15px;
}
.view-prescribe-details .appoint-wrap p {
  font-size: 14px;
}
.view-prescribe-details .appoint-wrap ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 24px 5px 0;
}
.view-prescribe-details .appoint-wrap ul li span {
  color: #1E293B;
  font-weight: 600;
}
.view-prescribe-details .inv-table {
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  margin-bottom: 20px;
}
.view-prescribe-details .inv-table .invoice-table tr th {
  font-size: 14px;
  font-weight: 500;
  background: #F8FAFC;
  white-space: nowrap;
}
.view-prescribe-details .inv-table .invoice-table tbody tr {
  border-color: #E2E8F0;
}
.view-prescribe-details .inv-table .invoice-table tbody tr td {
  font-size: 14px;
  color: #0F172A;
  white-space: nowrap;
  vertical-align: middle;
}
.view-prescribe-details .inv-table .invoice-table tbody tr td span {
  font-size: 12px;
  display: block;
}
.view-prescribe-details .scan-wrap {
  margin-bottom: 15px;
}
.view-prescribe-details .scan-wrap h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
.view-prescribe-details .prescriber-info {
  text-align: right;
  margin-bottom: 15px;
}
.view-prescribe-details .prescriber-info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
.view-prescribe-details .prescriber-info p {
  font-size: 12px;
  color: #334155;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .view-prescribe-details .prescriber-info {
    text-align: left;
  }
}
.view-prescribe-details .inv-paginate {
  margin-top: 9px;
}
.add-billing-info,
.add-prescripe-info,
.add-info {
  border-bottom: 1px solid #E2E8F0;
  margin-bottom: 24px;
}
.bill-cont .trash,
.prescripe-cont .trash {
  font-size: 14px;
  font-weight: 500;
  color: #E11D48;
}
.trash-icon {
  font-size: 14px;
  font-weight: 500;
  color: #E11D48;
}
.add-bill,
.add-prescribe,
.more-item {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #26948e;
  text-align: right;
  display: inline-block;
}
.add-bill:hover,
.add-prescribe:hover,
.more-item:hover {
  color: #0C4F8A;
}
.sign-wrapper {
  width: 165px;
  text-align: center;
  float: right;
}
.wrap-sign {
  background: #F8FAFC;
  border: 1px dashed #E2E8F0;
  border-radius: 10px;
  padding: 24px;
}
.upload-sign {
  border: 1px dashed #E2E8F0;
  border-radius: 10px;
  margin-bottom: 10px;
  min-width: 165px;
  margin: 0 0 10px;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
}
.upload-sign p {
  font-size: 14px;
  font-weight: 500;
  color: #0F172A;
  margin-bottom: 0;
}
.info-name h6 {
  font-size: 14px;
  font-weight: 500;
  color: #0F172A;
  margin-bottom: 5px;
}
.info-name p {
  font-size: 14px;
  color: #334155;
  margin-bottom: 0;
}
.patient-book.patien-inv h6 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #26948e;
  text-align: right;
}
@media (max-width: 575.98px) {
  .patient-book.patien-inv h6 {
    text-align: left;
  }
}
.patient-book.patien-inv p {
  font-size: 12px;
  margin-bottom: 0;
}
.user-accordion-item {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 24px;
}
.user-accordion-item .accordion-wrap {
  padding: 24px 38px 24px 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  color: #0F172A;
  font-size: 16px;
}
.user-accordion-item .accordion-wrap span {
  color: #E11D48;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
}
.user-accordion-item .accordion-wrap span.edit {
  color: #18181B;
}
.user-accordion-item .accordion-wrap::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.user-accordion-item .accordion-wrap:not(.collapsed)::before {
  content: "\f077";
}
.user-accordion-item .accordion-wrap:hover {
  color: #2E3842;
}
.user-accordion-item .accordion-wrap:hover::before {
  color: #2E3842;
}
.user-accordion-item .content-collapse {
  border-top: 1px solid #E2E8F0;
  padding: 24px;
}
.user-accordion-item .accordion-collapse .form-wrap {
  margin-bottom: 24px;
}
.user-accordion-item .accordion-collapse .form-wrap.mb-wrap {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .user-accordion-item .accordion-collapse .form-wrap.mb-wrap {
    margin-bottom: 24px;
  }
}
.modal {
  z-index: 1050;
}
.modal-backdrop {
  z-index: 1040;
}
.stripe-wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.payout-wrap {
  background: #0F172A;
  margin: 0 0 24px;
  padding: 24px 24px 14px;
  border-radius: 10px;
}
.payout-wrap .payout-title {
  border-bottom: 1px solid #334155;
  margin-bottom: 24px;
}
.payout-wrap h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
.payout-wrap p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
.payout-wrap .stripe-box {
  margin: 0 24px 10px 0;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}
.payout-wrap .stripe-box .stripe-img {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #E2E8F0;
}
.payout-wrap .stripe-box a {
  border-radius: 40px;
  padding: 4px 9px;
  background: #E2E8F0;
  color: #334155;
  font-size: 14px;
  font-weight: 500;
}
.payout-wrap .stripe-box a i {
  margin-right: 5px;
}
.payout-wrap .stripe-box a:hover {
  background: #DBEFFE;
  color: #26948e;
}
.payout-wrap .stripe-box:last-child {
  margin-right: 0;
}
.payout-wrap .stripe-box.active::before {
  content: "";
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
  background-image: url("./media/badge-RPIVQT6V.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.setting-tab {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 15px 15px 5px;
}
.setting-tab ul li {
  margin-bottom: 10px;
}
.setting-card {
  border: 1px solid #E2E8F0;
  margin: 0 0 24px;
  padding: 24px 24px 9px;
  border-radius: 10px;
}
.setting-card .add-info,
.setting-card .more-item {
  margin-bottom: 15px;
}
.setting-card .col-form-label {
  color: #0F172A;
}
.setting-card .input-block-new .bootstrap-tagsinput {
  padding-top: 0;
  border-radius: 6px;
}
.setting-card .input-block-new .bootstrap-tagsinput .badge-info {
  margin-bottom: 6px;
}
.setting-card .form-control {
  border-color: #E2E8F0;
  border-radius: 6px;
  min-height: 40px;
  padding: 7px 15px;
}
.setting-card .select2-container .select2-selection--single {
  border: 1px solid #E2E8F0;
  height: 40px;
  border-radius: 6px;
}
.setting-card .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.setting-card .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.setting-card .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #64748B;
}
.accordions .form-control {
  border-color: #E2E8F0;
  border-radius: 6px;
  min-height: 40px;
  padding: 7px 15px;
}
.accordions .select2-container .select2-selection--single {
  border: 1px solid #E2E8F0;
  height: 40px;
  border-radius: 6px;
}
.accordions .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.accordions .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.accordions .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #64748B;
}
.accordions .form-icon .form-control {
  padding: 7px 30px 7px 15px;
}
.accordions .img-upload .profile-img {
  width: 80px;
  height: 80px;
}
.accordions .img-upload .upload-img h5 {
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .img-upload {
    display: block;
  }
}
.img-upload .profile-img {
  width: 120px;
  height: 120px;
  background: #F8FAFC;
  border: 1px dashed #E2E8F0;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #0F172A;
}
@media (max-width: 575.98px) {
  .img-upload .profile-img {
    margin-right: 0;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.img-upload .upload-img {
  margin-bottom: 15px;
}
.img-upload .upload-img h5 {
  font-size: 18px;
  font-weight: 500;
  color: #0F172A;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .img-upload .upload-img h5 {
    margin-bottom: 10px;
  }
}
.img-upload .upload-img .imgs-load {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .img-upload .upload-img .imgs-load {
    margin-bottom: 0;
  }
}
.img-upload .upload-img .change-photo {
  position: relative;
  color: #004FFF;
  margin: 0 15px 10px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.img-upload .upload-img .change-photo input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.img-upload .upload-img .upload-remove {
  color: #E11D48;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.img-upload .upload-img p {
  font-size: 14px;
  color: #334155;
  margin: 0;
}
.setting-title h5 {
  font-weight: 600;
}
.drop-file {
  position: relative;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  cursor: pointer;
  padding: 30px;
  text-align: center;
}
.drop-file p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #94A3B8;
}
.drop-file input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.view-imgs {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.view-imgs .view-img {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 10px 10px 0 0;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.view-imgs .view-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin-bottom: 8px;
}
.view-imgs .view-img a {
  font-size: 14px;
  font-weight: 500;
  color: #E11D48;
}
.form-icon {
  position: relative;
}
.form-icon .form-control {
  padding: 11px 30px 11px 15px;
}
.form-icon .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.user-accordion-item .reset {
  color: #E11D48;
  margin-bottom: 0;
}
.user-accordion-item .form-check-label {
  color: #1F2937;
}
.business-wrap {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 24px 24px 9px;
}
.business-wrap h4 {
  margin-bottom: 10px;
}
.business-nav li {
  margin: 0 15px 10px 0;
  display: inline-block;
}
.business-nav li a {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  color: #1E293B;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  display: inline-block;
}
.business-nav li a.active,
.business-nav li a:hover {
  background: #26948e;
  border-color: #26948e;
  color: #ffffff;
}
.business-info .tab-items {
  background: #F8FAFC;
}
.business-info .tab-items.active {
  background: #ffffff;
}
.setting-tab {
  border: 1px solid #F1F5F9;
}
.setting-tab .appointment-tabs ul li .nav-link {
  background: #ffffff;
  padding: 7px 20px;
}
.setting-tab .appointment-tabs ul li .nav-link:hover,
.setting-tab .appointment-tabs ul li .nav-link.active {
  background: #26948e;
  color: #ffffff;
}
.bootstrap-tagsinput {
  border-radius: 5px;
}
.appoint-patient .appointment-wrap.appointment-grid-wrap > ul .appointment-info {
  padding-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.appoint-patient .appointment-wrap.appointment-grid-wrap > ul .appointment-info p:first-child {
  margin-right: 10px;
}
.appoint-patient .appointment-wrap.appointment-grid-wrap > ul .appointment-grid-head .grid-user-msg .hospital-icon i {
  color: #7C3AED;
}
.profile-widget.patient-favour {
  border: 1px solid #E2E8F0;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 0;
  border-radius: 10px;
}
.profile-widget.patient-favour .fav-head {
  position: relative;
  padding: 24px;
  border-bottom: 1px solid #E2E8F0;
}
.profile-widget.patient-favour .fav-head .doc-img {
  width: 80px;
  margin: 0 auto 5px;
  border-radius: 10px;
}
.profile-widget.patient-favour .fav-head .doc-img img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
}
.profile-widget.patient-favour .fav-head .fav-btn {
  opacity: 1;
  visibility: visible;
  background-color: #F8FAFC;
  transform: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: 20px;
  right: 20px;
}
.profile-widget.patient-favour .fav-head .fav-btn .favourite-icon.favourite {
  color: #EA580C;
}
.profile-widget.patient-favour .fav-head .pro-content .title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0F172A;
}
.profile-widget.patient-favour .fav-head .pro-content .title a {
  color: #0F172A;
}
.profile-widget.patient-favour .fav-head .pro-content .title a:hover {
  color: #26948e;
}
.profile-widget.patient-favour .fav-head .pro-content p.speciality {
  text-align: center;
  font-size: 14px;
  color: #64748B;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.profile-widget.patient-favour .fav-head .pro-content .rating {
  text-align: center;
  color: #334155;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0;
}
.profile-widget.patient-favour .fav-head .pro-content .available-info {
  font-size: 14px;
  color: #1E293B;
}
.profile-widget.patient-favour .fav-head .pro-content .available-info li {
  display: flex;
  display: -webkit-flex;
  color: #334155;
  font-size: 14px;
}
.profile-widget.patient-favour .fav-head .pro-content .available-info li + li {
  margin-top: 15px;
}
.profile-widget.patient-favour .fav-head .pro-content .last-book {
  background: #F8FAFC;
  border-radius: 10px;
  padding: 10px;
}
.profile-widget.patient-favour .fav-head .pro-content .last-book p {
  text-align: center;
  font-size: 14px;
  margin: 0;
  color: #0F172A;
}
.profile-widget.patient-favour .fav-footer {
  padding: 15px;
}
.profile-widget.patient-favour .fav-footer .btn {
  font-size: 15px;
  font-weight: 600;
  padding: 6px;
}
.profile-widget.patient-favour .fav-footer .view-btn {
  color: #64748B;
  border: 2px solid #F9FAFB;
  background-color: #F9FAFB;
  text-align: center;
  display: block;
}
.profile-widget.patient-favour .fav-footer .view-btn:hover,
.profile-widget.patient-favour .fav-footer .view-btn:focus {
  background-color: #eaedf1;
  border-color: #eaedf1;
  color: #64748B;
}
.profile-widget.patient-favour .fav-footer .book-btn {
  background-color: #ffffff;
  border: 2px solid #26948e;
  color: #26948e;
  text-align: center;
  display: block;
}
.profile-widget.patient-favour .fav-footer .book-btn:hover,
.profile-widget.patient-favour .fav-footer .book-btn:focus {
  background-color: #238882;
  border-color: #238882;
  color: #ffffff;
}
.dependent-wrap {
  border: 1px solid #E2E8F0;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin: 0 0 15px;
  padding: 24px 24px 9px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.dependent-wrap:last-child {
  margin-bottom: 0;
}
.dependent-wrap .dependent-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.dependent-wrap .patinet-information {
  min-width: 350px;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .dependent-wrap .patinet-information {
    min-width: auto;
  }
}
.dependent-wrap .patinet-information img {
  width: 60px;
  height: 60px;
}
.dependent-wrap .patient-info {
  font-weight: 600;
  margin-bottom: 5px;
}
.dependent-wrap .patient-info ul li {
  font-size: 14px;
  font-weight: normal;
  color: #334155;
  margin: 0 6px 0 0;
  padding: 0 14px 0 0;
  position: relative;
  display: inline-block;
}
.dependent-wrap .patient-info ul li::before {
  content: "\f111";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #26948e;
}
.dependent-wrap .patient-info ul li:last-child {
  margin: 0;
  padding: 0;
}
.dependent-wrap .patient-info ul li:last-child::before {
  content: none;
}
.dependent-wrap .patient-info ul li + li {
  margin-top: 0;
}
.dependent-wrap .blood-info {
  margin-bottom: 10px;
}
.dependent-wrap .blood-info p {
  font-size: 14px;
  font-weight: normal;
  color: #334155;
  margin-bottom: 5px;
}
.dependent-wrap .blood-info h6 {
  font-weight: 600;
  margin-bottom: 0;
}
.dependent-wrap .dependent-status {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.dependent-wrap .dependent-status .status-toggle {
  margin-right: 23px;
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.dependent-wrap .dependent-status .status-toggle .checktoggle {
  width: 28px;
  height: 15px;
  margin: 0 5px;
}
.dependent-wrap .dependent-status .status-toggle .checktoggle::after {
  width: 12px;
  height: 12px;
}
.dependent-wrap .dependent-status .status-toggle .check:checked + .checktoggle + .active {
  color: #0F172A;
}
.dependent-wrap .dependent-status .status-toggle span {
  font-weight: normal;
  color: #64748B;
  font-size: 14px;
}
.dependent-wrap .dependent-status .status-toggle.checked .deactive {
  color: #0F172A;
}
.dependent-wrap .dependent-status .edit-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.dependent-wrap .dependent-status .edit-icon:hover {
  background: #26948e;
  color: #ffffff;
}
.add-dependent .img-upload .profile-img {
  width: 80px;
  height: 80px;
}
.add-dependent .img-upload .upload-img h5 {
  margin-bottom: 10px;
}
.add-dependent .img-upload .upload-img .imgs-load {
  margin-bottom: 0;
}
.dashboard-header .appointment-tabs ul li {
  margin-bottom: 10px;
}
.dashboard-header .btn {
  font-weight: 500;
}
.specialities-slider-one .owl-theme .owl-nav div.owl-next,
.specialities-slider-one .owl-theme .owl-nav div.owl-prev,
.doctor-slider-one .owl-theme .owl-nav div.owl-next,
.doctor-slider-one .owl-theme .owl-nav div.owl-prev,
.clinics .owl-theme .owl-nav div.owl-next,
.clinics .owl-theme .owl-nav div.owl-prev,
.our-doctors .owl-theme .owl-nav div.owl-prev,
.our-doctors .owl-theme .owl-nav div.owl-next {
  width: 44px;
  height: 44px;
  font-size: 18px;
  color: #1e3259;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
  text-shadow: none;
  top: 0;
  cursor: pointer;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.specialities-slider-one .owl-theme .owl-nav div.owl-prev,
.doctor-slider-one .owl-theme .owl-nav div.owl-prev,
.clinics .owl-theme .owl-nav div.owl-prev,
.our-doctors .owl-theme .owl-nav div.owl-prev,
.our-doctors .owl-theme .owl-nav div.owl-next,
.clinic-feature .owl-theme .owl-nav div.owl-prev,
.blogs .owl-theme .owl-nav div.owl-prev,
.treatment-slider .owl-theme .owl-nav div.owl-prev,
.expert-slider .owl-theme .owl-nav div.owl-prev,
.awards-slider .owl-theme .owl-nav div.owl-prev,
.availability-slots-slider .owl-nav div.owl-prev,
.insurence-logo-slider .owl-theme .owl-nav div.owl-prev {
  position: absolute;
  top: -100px;
  right: 55px;
}
@media (max-width: 991.98px) {
  .specialities-slider-one .owl-theme .owl-nav div.owl-prev,
  .doctor-slider-one .owl-theme .owl-nav div.owl-prev,
  .clinics .owl-theme .owl-nav div.owl-prev,
  .our-doctors .owl-theme .owl-nav div.owl-prev,
  .our-doctors .owl-theme .owl-nav div.owl-next,
  .clinic-feature .owl-theme .owl-nav div.owl-prev,
  .blogs .owl-theme .owl-nav div.owl-prev,
  .treatment-slider .owl-theme .owl-nav div.owl-prev,
  .expert-slider .owl-theme .owl-nav div.owl-prev,
  .awards-slider .owl-theme .owl-nav div.owl-prev,
  .availability-slots-slider .owl-nav div.owl-prev,
  .insurence-logo-slider .owl-theme .owl-nav div.owl-prev {
    top: -59px;
  }
}
.specialities-slider-one .owl-theme .owl-nav div.owl-next,
.doctor-slider-one .owl-theme .owl-nav div.owl-next,
.clinics .owl-theme .owl-nav div.owl-next,
.our-doctors .owl-theme .owl-nav div.owl-next,
.clinic-feature .owl-theme .owl-nav div.owl-next,
.blogs .owl-theme .owl-nav div.owl-next,
.treatment-slider .owl-theme .owl-nav div.owl-next,
.expert-slider .owl-theme .owl-nav div.owl-next,
.awards-slider .owl-theme .owl-nav div.owl-next,
.availability-slots-slider .owl-theme .owl-nav div.owl-next,
.insurence-logo-slider .owl-theme .owl-nav div.owl-next {
  position: absolute;
  top: -100px;
  right: 0;
}
@media (max-width: 991.98px) {
  .specialities-slider-one .owl-theme .owl-nav div.owl-next,
  .doctor-slider-one .owl-theme .owl-nav div.owl-next,
  .clinics .owl-theme .owl-nav div.owl-next,
  .our-doctors .owl-theme .owl-nav div.owl-next,
  .clinic-feature .owl-theme .owl-nav div.owl-next,
  .blogs .owl-theme .owl-nav div.owl-next,
  .treatment-slider .owl-theme .owl-nav div.owl-next,
  .expert-slider .owl-theme .owl-nav div.owl-next,
  .awards-slider .owl-theme .owl-nav div.owl-next,
  .availability-slots-slider .owl-theme .owl-nav div.owl-next,
  .insurence-logo-slider .owl-theme .owl-nav div.owl-next {
    top: -59px;
  }
}
@media (max-width: 991.98px) {
  .specialities-slider-one .owl-theme .owl-nav div.owl-next,
  .specialities-slider-one .owl-theme .owl-nav div.owl-prev {
    top: -78px;
  }
}
@media (max-width: 991.98px) {
  .doctor-slider-one .owl-theme .owl-nav div.owl-next,
  .doctor-slider-one .owl-theme .owl-nav div.owl-prev {
    top: -60px;
  }
}
.specialities-slider-one .owl-theme .owl-nav div.owl-next:hover,
.specialities-slider-one .owl-theme .owl-nav div.owl-prev:hover,
.doctor-slider-one .owl-theme .owl-nav div.owl-next:hover,
.doctor-slider-one .owl-theme .owl-nav div.owl-prev:hover,
.clinics .owl-theme .owl-nav div.owl-next:hover,
.clinics .owl-theme .owl-nav div.owl-prev:hover,
.our-doctors .owl-theme .owl-nav div.owl-next:hover,
.our-doctors .owl-theme .owl-nav div.owl-prev:hover,
.clinic-feature .owl-theme .owl-nav div.owl-next:hover,
.clinic-feature .owl-theme .owl-nav div.owl-prev:hover,
.blogs .owl-theme .owl-nav div.owl-prev:hover,
.blogs .owl-theme .owl-nav div.owl-next:hover,
.slider-service .owl-theme .owl-nav div.owl-prev:hover,
.slider-service .owl-theme .owl-nav div.owl-next:hover,
.doctor-slider-ten .owl-theme .owl-nav div.owl-next:hover,
.doctor-slider-ten .owl-theme .owl-nav div.owl-prev:hover,
.testimonial-sliders .owl-theme .owl-nav div.owl-next:hover,
.testimonial-sliders .owl-theme .owl-nav div.owl-prev:hover,
.blog-slider .owl-theme .owl-nav div.owl-prev:hover,
.blog-slider .owl-theme .owl-nav div.owl-next:hover,
.fertility-slider .owl-theme .owl-nav div.owl-prev:hover,
.fertility-slider .owl-theme .owl-nav div.owl-next:hover,
.team-fourteen-slider .owl-theme .owl-nav div.owl-prev:hover,
.team-fourteen-slider .owl-theme .owl-nav div.owl-next:hover,
.blog-slider-fourteen .owl-theme .owl-nav div.owl-prev:hover,
.blog-slider-fourteen .owl-theme .owl-nav div.owl-next:hover,
.treatment-slider .owl-theme .owl-nav div.owl-next:hover,
.treatment-slider .owl-theme .owl-nav div.owl-prev:hover,
.expert-slider .owl-theme .owl-nav div.owl-prev:hover,
.expert-slider .owl-theme .owl-nav div.owl-next:hover,
.customer-slider .owl-theme .owl-nav div.owl-next:hover,
.customer-slider .owl-theme .owl-nav div.owl-prev:hover,
.dentist-slider .owl-theme .owl-nav div.owl-prev:hover,
.dentist-slider .owl-theme .owl-nav div.owl-next:hover {
  color: #ffffff;
  background: #26948e;
}
.partners-slider .owl-dots {
  display: none;
}
@media (max-width: 767.98px) {
  .partners-slider .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    height: auto;
  }
}
.frequent-slider-fifteen .owl-dots .owl-dot span {
  display: none;
}
.discover-slider .owl-dots .owl-dot span {
  display: none;
}
.treatment-sixteen-slider .owl-dots .owl-dot span {
  display: none;
}
.features-slider-sixteen .owl-dots .owl-dot span {
  display: none;
}
.doctor-slider .slick-prev:before {
  content: "\2190";
  font-family: none;
}
.doctor-slider .slick-next:before {
  content: "\2192";
  font-family: none;
}
.slide-nav-1 button.owl-next,
.slide-nav-1 button.owl-prev,
.slide-nav-2 button.owl-next,
.slide-nav-2 button.owl-prev,
.slide-nav-3 button.owl-next,
.slide-nav-3 button.owl-prev,
.slide-nav-4 button.owl-next,
.slide-nav-4 button.owl-prev,
.clinic-feature .owl-theme .owl-nav div.owl-next,
.clinic-feature .owl-theme .owl-nav div.owl-prev,
.blogs .owl-theme .owl-nav div.owl-prev,
.blogs .owl-theme .owl-nav div.owl-next,
.clinics .owl-theme .owl-nav div.owl-next,
.clinics.owl-theme .owl-nav div.owl-prev,
.our-doctors .owl-theme .owl-nav div.owl-prev,
.our-doctors .owl-theme .owl-nav div.owl-next,
.clinic-feature .owl-theme .owl-nav div.owl-prev,
.clinic-feature .owl-theme .owl-nav div.owl-next {
  width: 34px;
  height: 34px;
  background: #002578;
  text-shadow: none;
  cursor: pointer;
  border: 0;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 8px;
  transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
}
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next {
  justify-content: center;
  align-items: center;
  display: flex;
}
.eye-testislider .owl-theme .owl-nav div.owl-next,
.eye-testislider .owl-theme .owl-nav div.owl-prev {
  color: #000000;
  background-color: transparent;
}
.eye-testislider .owl-nav {
  position: absolute;
  left: 0;
  bottom: 30px;
}
@media (max-width: 767.98px) {
  .eye-testislider .owl-nav {
    bottom: 68px;
  }
}
@media (max-width: 767.98px) {
  .eye-testislider .owl-nav {
    position: unset;
    display: flex;
    justify-content: center;
  }
}
.eye-testislider .owl-prev {
  position: absolute;
  left: 0;
}
@media (max-width: 767.98px) {
  .eye-testislider .owl-prev {
    position: unset;
  }
}
.eye-testislider .owl-next {
  position: absolute;
  left: 20px;
}
@media (max-width: 767.98px) {
  .eye-testislider .owl-next {
    position: unset;
  }
}
.eye-testislider .owl-carousel {
  position: unset;
}
.slide-nav-16 button.owl-next,
.slide-nav-16 button.owl-prev,
.slide-nav-15 button.owl-next,
.slide-nav-15 button.owl-prev,
.blog-slider-twelve .owl-theme .owl-nav div.owl-next,
.blog-slider-twelve .owl-theme .owl-nav div.owl-prev {
  background: #E2E8F0;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  color: #94A3B8;
  text-shadow: none;
  font-size: 24px;
  border: none;
  position: absolute;
}
@media (max-width: 991.98px) {
  .slide-nav-16 button.owl-next,
  .slide-nav-16 button.owl-prev,
  .slide-nav-15 button.owl-next,
  .slide-nav-15 button.owl-prev,
  .blog-slider-twelve .owl-theme .owl-nav div.owl-next,
  .blog-slider-twelve .owl-theme .owl-nav div.owl-prev {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0 10px 30px 0;
  }
}
.slide-nav-16 button.owl-next:hover,
.slide-nav-16 button.owl-prev:hover,
.slide-nav-15 button.owl-next:hover,
.slide-nav-15 button.owl-prev:hover,
.blog-slider-twelve .owl-theme .owl-nav div.owl-next:hover,
.blog-slider-twelve .owl-theme .owl-nav div.owl-prev:hover {
  background: #BFE0FE;
  color: #1D7ED8;
}
.slide-nav-16 button.owl-next,
.slide-nav-15 button.owl-next {
  right: -61px;
  top: 50%;
}
@media (max-width: 991.98px) {
  .slide-nav-16 button.owl-next,
  .slide-nav-15 button.owl-next {
    right: -5px;
    z-index: 1;
  }
}
.slide-nav-16 button.owl-prev,
.slide-nav-15 button.owl-prev {
  left: -61px;
  top: 50%;
}
@media (max-width: 991.98px) {
  .slide-nav-16 button.owl-prev,
  .slide-nav-15 button.owl-prev {
    left: -5px;
    z-index: 1;
  }
}
@media (max-width: 575.98px) {
  .slide-nav-15 button.owl-next,
  .slide-nav-15 button.owl-prev {
    top: 43%;
  }
}
.our-slider-thirteen .owl-theme .owl-dots .owl-dot span,
.client-says-thirteen .owl-theme .owl-dots .owl-dot span {
  display: none;
}
.blog-section-fourteen .owl-carousel {
  position: unset;
}
.our-slider-thirteen .owl-carousel.owl-theme .owl-dots {
  margin-top: 50px;
}
.client-us-section-thirteen .owl-carousel.owl-theme .owl-dots {
  margin-top: 50px;
}
.slide-nav-14 button.owl-next,
.slide-nav-14 button.owl-prev,
.slide-nav-15 button.owl-next,
.slide-nav-15 button.owl-prev,
.recent-articles-slider .owl-theme .owl-nav div.owl-next,
.recent-articles-slider .owl-theme .owl-nav div.owl-prev {
  background: #E2E8F0;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  color: #94A3B8;
  text-shadow: none;
  font-size: 24px;
  border: none;
}
@media (max-width: 991.98px) {
  .slide-nav-14 button.owl-next,
  .slide-nav-14 button.owl-prev,
  .slide-nav-15 button.owl-next,
  .slide-nav-15 button.owl-prev,
  .recent-articles-slider .owl-theme .owl-nav div.owl-next,
  .recent-articles-slider .owl-theme .owl-nav div.owl-prev {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0 10px 30px 0;
  }
}
.slide-nav-14 button.owl-next:hover,
.slide-nav-14 button.owl-prev:hover,
.slide-nav-15 button.owl-next:hover,
.slide-nav-15 button.owl-prev:hover,
.recent-articles-slider .owl-theme .owl-nav div.owl-next:hover,
.recent-articles-slider .owl-theme .owl-nav div.owl-prev:hover {
  background: #BFE0FE;
  color: #1D7ED8;
}
.recent-articles-slider .owl-nav {
  display: flex;
  top: -110px;
  position: absolute;
  right: 0;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .team-fourteen-slider .owl-nav {
    top: -70px;
  }
}
@media (max-width: 991.98px) {
  .recent-articles-slider .owl-nav {
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .owl-theme.team-fourteen-slider,
  .owl-theme.recent-articles-slider {
    padding-top: 60px;
  }
}
.recent-articles-slider .owl-nav {
  display: flex;
}
.recent-articles-slider {
  position: relative;
}
.feedback-slider-fourteen .owl-nav {
  display: flex;
  justify-content: flex-end;
}
.slide-nav-16 button.owl-next,
.slide-nav-16 button.owl-prev,
.slide-nav-15 button.owl-next,
.slide-nav-15 button.owl-prev {
  background: #E2E8F0;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  color: #94A3B8;
  text-shadow: none;
  font-size: 24px;
  border: none;
  position: absolute;
}
@media (max-width: 991.98px) {
  .slide-nav-16 button.owl-next,
  .slide-nav-16 button.owl-prev,
  .slide-nav-15 button.owl-next,
  .slide-nav-15 button.owl-prev {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0 10px 30px 0;
  }
}
.slide-nav-16 button.owl-next:hover,
.slide-nav-16 button.owl-prev:hover,
.slide-nav-15 button.owl-next:hover,
.slide-nav-15 button.owl-prev:hover {
  background: #BFE0FE;
  color: #1D7ED8;
}
.doctor-slider-fifteen .owl-theme .owl-nav div.owl-next,
.doctor-slider-fifteen .owl-theme .owl-nav div.owl-prev {
  width: 45px;
  height: 45px;
  background: #ffffff;
  font-size: 13px;
  border-radius: 10px;
  margin-top: 50px;
}
.doctor-slider-fifteen .owl-theme .owl-nav div.owl-next:hover,
.doctor-slider-fifteen .owl-theme .owl-nav div.owl-prev:hover {
  background: #EEEEF3;
  color: inherit;
}
@media (max-width: 767.98px) {
  .doctor-slider-fifteen .owl-theme .owl-nav div.owl-next,
  .doctor-slider-fifteen .owl-theme .owl-nav div.owl-prev {
    width: 35px;
    height: 35px;
  }
}
.doctor-slider-fifteen .owl-theme .owl-nav,
.pharmacy-slider-fifteen .owl-theme .owl-nav,
.customer-slider .owl-theme .owl-nav,
.dentist-slider .owl-theme .owl-nav {
  display: flex;
  justify-content: center;
}
.pharmacy-slider-fifteen .owl-theme .owl-nav div.owl-prev,
.pharmacy-slider-fifteen .owl-theme .owl-nav div.owl-next,
.frequent-slider-fifteen .owl-theme .owl-nav div.owl-next,
.frequent-slider-fifteen .owl-theme .owl-nav div.owl-prev,
.awards-slider .owl-theme .owl-nav div.owl-prev,
.awards-slider .owl-theme .owl-nav div.owl-next,
.availability-slots-slider .owl-theme .owl-nav div.owl-next,
.availability-slots-slider .owl-theme .owl-nav div.owl-prev,
.insurence-logo-slider .owl-theme .owl-nav div.owl-next,
.insurence-logo-slider .owl-theme .owl-nav div.owl-prev {
  width: 45px;
  height: 45px;
  background: #EEEEF3;
  font-size: 13px;
  border-radius: 10px;
  margin-top: 50px;
}
.pharmacy-slider-fifteen .owl-theme .owl-nav div.owl-prev:hover,
.pharmacy-slider-fifteen .owl-theme .owl-nav div.owl-next:hover,
.frequent-slider-fifteen .owl-theme .owl-nav div.owl-next:hover,
.frequent-slider-fifteen .owl-theme .owl-nav div.owl-prev:hover,
.awards-slider .owl-theme .owl-nav div.owl-prev:hover,
.awards-slider .owl-theme .owl-nav div.owl-next:hover,
.availability-slots-slider .owl-theme .owl-nav div.owl-next:hover,
.availability-slots-slider .owl-theme .owl-nav div.owl-prev:hover,
.insurence-logo-slider .owl-theme .owl-nav div.owl-next:hover,
.insurence-logo-slider .owl-theme .owl-nav div.owl-prev:hover {
  background: #0ce0ff;
  color: inherit;
}
@media (max-width: 767.98px) {
  .pharmacy-slider-fifteen .owl-theme .owl-nav div.owl-prev,
  .pharmacy-slider-fifteen .owl-theme .owl-nav div.owl-next,
  .frequent-slider-fifteen .owl-theme .owl-nav div.owl-next,
  .frequent-slider-fifteen .owl-theme .owl-nav div.owl-prev,
  .awards-slider .owl-theme .owl-nav div.owl-prev,
  .awards-slider .owl-theme .owl-nav div.owl-next,
  .availability-slots-slider .owl-theme .owl-nav div.owl-next,
  .availability-slots-slider .owl-theme .owl-nav div.owl-prev,
  .insurence-logo-slider .owl-theme .owl-nav div.owl-next,
  .insurence-logo-slider .owl-theme .owl-nav div.owl-prev {
    width: 35px;
    height: 35px;
  }
}
.frequent-slider-fifteen .owl-nav {
  display: flex;
  justify-content: flex-end;
}
.slide-nav-16 button.owl-next,
.slide-nav-15 button.owl-next {
  right: -61px;
  top: 50%;
}
@media (max-width: 991.98px) {
  .slide-nav-16 button.owl-next,
  .slide-nav-15 button.owl-next {
    right: -5px;
    z-index: 1;
    top: 250px;
  }
}
@media (max-width: 767.98px) {
  .slide-nav-16 button.owl-next,
  .slide-nav-15 button.owl-next {
    right: -5px;
    z-index: 1;
    top: 200px;
  }
}
.slide-nav-16 button.owl-prev,
.slide-nav-15 button.owl-prev {
  left: -61px;
  top: 50%;
}
@media (max-width: 991.98px) {
  .slide-nav-16 button.owl-prev,
  .slide-nav-15 button.owl-prev {
    left: -5px;
    z-index: 1;
    top: 250px;
  }
}
@media (max-width: 767.98px) {
  .slide-nav-16 button.owl-prev,
  .slide-nav-15 button.owl-prev {
    left: -5px;
    z-index: 1;
    top: 200px;
  }
}
@media (max-width: 575.98px) {
  .slide-nav-15 button.owl-next,
  .slide-nav-15 button.owl-prev {
    top: 43%;
  }
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  color: inherit;
}
.slider.vertical-slider .slick-slider {
  position: static;
}
.custome_slides .owl-carousel .owl-item.active.center {
  transform: scale(1);
  margin-top: 0 !important;
  position: relative;
  z-index: 999;
}
.custome_slides .owl-carousel .owl-item {
  transform: scale(0.7);
  padding: 10px 0px;
  transition: all 0.5s;
}
@media (max-width: 991.98px) {
  .slider.vertical-slider ngx-slick-carousel button {
    -webkit-transform: translate(0, -90%);
  }
}
.mat-datepicker-content .mat-calendar {
  font-size: 12px;
}
.datepicker-container input {
  border: none;
}
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after,
.theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #26948e;
}
.theme-green .bs-datepicker-head {
  background-color: #26948e;
}
.datepicker-container.datepicker-default input:focus-visible {
  outline: none;
}
.datepicker-container input {
  width: 100%;
}
.form-custom .datepicker-container.datepicker-default {
  display: unset;
}
.datepicker-container input {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .datepicker-container {
    margin-left: 5px;
  }
}
.datetimepicker .datepicker-container input {
  color: #333333;
  font-size: 14px;
}
ngx-datepicker.date-picker-input .datepicker-container input {
  padding-left: 0px;
  color: #333333;
}
@media (max-width: 353.98px) {
  .datetimepicker .datepicker-container .calendar-container {
    width: 100% !important;
  }
}
.day-unit.is-selected {
  background: #00d0f1 !important;
  color: #fff;
}
.day-unit:hover {
  background-color: #00d0f1 !important;
}
.header.header-trans.header-two.fixed {
  background: rgb(255, 255, 255);
}
.header.header-fixed.header-fourteen.header-twelve.fixed {
  background: rgb(255, 255, 255);
}
.header.header-fixed.header-fourteen.fixed {
  background: rgb(43, 108, 203);
}
.header.header-trans.custom.fixed-index-four {
  background: rgb(43, 108, 203);
}
.header.header-trans.header-eleven.fixed-index-six {
  background: rgb(30, 93, 146);
}
.header.header-fixed.header-fourteen.header-fifteen.fixed-index-ten {
  background: rgb(255, 255, 255);
}
.table_header {
  display: flex;
  justify-content: space-between;
  padding: 0rem 1.5rem;
}
.table_header .dataTables_length label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -24px;
}
.table_header .dataTables_length select {
  width: auto;
  display: inline-block;
  margin: 0px 3px;
}
.table_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.table_footer .pagination_section {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-right: 10px;
}
.error-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mat-sort-header-container .mat-sort-header-arrow {
  min-width: 30px;
}
.mini-sidebar .sidebar-menu ul ul {
  display: none;
}
.mini-sidebar.expand-menu .sidebar-menu ul ul {
  display: block;
}
.mat-mdc-select.footer-select {
  border: 1px solid #e5e5eb;
  border-radius: 10px;
  padding-left: 43px;
  color: #272b41;
  font-size: 15px;
  font-weight: normal;
  line-height: 44px;
  padding-right: 30px;
  color: #272b41;
}
.mat-mdc-option .mat-pseudo-checkbox-minimal {
  display: none;
}
.search-select .mat-mdc-select-trigger {
  line-height: 32px;
  padding-left: 10px;
  font-weight: 600;
  color: #1f2937;
}
.search-select .mat-mdc-select-placeholder {
  font-weight: 600;
  color: #1f2937;
}
.search-select.mat-mdc-select {
  background-color: #f2f6f6;
  border: 1px solid #f3f4f6;
  height: 32px;
}
.search-select .mat-mdc-select-arrow {
  color: #dcdcdc;
  left: -15px;
}
.footer-select .mat-mdc-select-arrow svg {
  left: 25px !important;
}
.footer-select .mat-mdc-select-placeholder {
  color: #272b41;
}
.custom .mat-mdc-select-placeholder {
  color: #fff;
}
.custom .mat-mdc-select-arrow svg {
  color: #fff;
}
.mat-mdc-option:hover:not(.mdc-list-item--disabled),
.mat-mdc-option:focus:not(.mdc-list-item--disabled),
.mat-mdc-option.mat-mdc-option-active,
.mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background-color: #20c0f3;
}
.mat-mdc-option-active .mdc-list-item__primary-text,
.mat-mdc-option:hover .mdc-list-item__primary-text {
  color: #fff;
}
.mat-mdc-option {
  min-height: 35px !important;
  font-size: 14px;
}
.myPanelClass {
  margin-left: -43px !important;
}
.appointment-selection {
  margin-left: -15px !important;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 0;
}
.page-item.active.show-page-no .page-link {
  color: #fff;
}
.user .table_header .dataTables_length label {
  margin-left: 0px;
  margin-top: 10px;
}
.user .dataTables_info {
  margin-left: 25px;
}
.stickybar {
  top: 100px;
  position: sticky;
  z-index: 1;
}
.date-range {
  padding: 10px;
  min-width: 240px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #272b41;
  border-radius: 5px;
}
.date-range-cont {
  position: relative;
}
.date-range-cont i {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  margin-left: 16px;
}
.date-range-cont img {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  margin-left: 14px;
}
.date-range-picker {
  padding: 10px;
  min-width: 280px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #272b41;
  border-radius: 5px;
}
.date-range-cont i.fa-chevron-down {
  margin-left: -25px;
}
.date-range-cont input {
  cursor: pointer;
  font-size: 14px;
}
.bookingrange.btn.date-range-cont:active {
  border: none;
}
.mat-mdc-standard-chip {
  border-radius: 0 !important;
  background-color: #f4f4f4 !important;
  color: #6b7280;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background: none !important;
  height: 50px;
  border-radius: 0px;
}
.mdc-evolution-chip-set .mdc-evolution-chip-set__chips {
  margin-top: -11px;
}
mat-form-field {
  border-color: #dcdcdc;
  box-shadow: inherit;
  min-height: 46px;
  width: 100%;
  border-radius: 0;
}
mat-form-field:hover {
  background: transparent;
}
.mat-mdc-text-field-wrapper {
  border: 1px solid #e4e4e8;
}
.mdc-line-ripple::before {
  border-bottom-width: 0px !important;
}
.mdc-line-ripple--active {
  display: none;
}
.mdc-evolution-chip-set__chips input {
  height: 35px !important;
}
.mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-mdc-form-field-focus-overlay {
  background-color: transparent;
}
mat-chip-row {
  border: 1px solid #cccccc;
}
.mat-mdc-form-field-infix .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  color: #6b7280;
}
.filter-range .ngx-slider .ngx-slider-pointer {
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0px 0px 4px #26948e;
  width: 12px;
  height: 12px;
  background: #ffffff;
  margin: 0;
  top: -5px;
}
.filter-range .ngx-slider .ngx-slider-pointer::after {
  display: none !important;
}
.filter-range .ngx-slider .ngx-slider-bar {
  height: 6px;
  border: 0;
  border-radius: 25px;
  background: #e9ecf1;
}
.filter-range .ngx-slider .ngx-slider-bubble {
  display: none;
  color: white;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  padding: 4px 10px;
  background-color: #0b2540;
  border-radius: 2px;
  top: -38px;
  margin: 0px 0px !important;
}
.filter-range .ngx-slider .ngx-slider-bubble.ngx-slider-limit {
  display: none !important;
}
.filter-range .ngx-slider.animate .ngx-slider-bubble.ngx-slider-limit.ngx-slider-floor {
  display: none !important;
}
.filter-range .ngx-slider.animate .ngx-slider-bubble.ngx-slider-limit.ngx-slider-ceil {
  display: none !important;
}
.filter-range .ngx-slider .ngx-slider-selection {
  background-color: #26948e !important;
}
.filter-range .ngx-slider-selection-bar {
  visibility: unset !important;
}
.search-calendar-line .mat-icon {
  position: absolute;
  bottom: 60px;
  left: 0px;
}
.search-calendar-line .mat-ripple.mat-mdc-button-ripple {
  display: none !important;
}
.search-calendar-line .mat-mdc-icon-button .mat-mdc-button-ripple,
.mat-mdc-icon-button .mat-mdc-button-persistent-ripple,
.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before {
  display: none;
}
.mat-mdc-icon-button .mat-mdc-button-touch-target {
  cursor: auto;
}
.mat-calendar-body-cell-content.mat-focus-indicator.mat-calendar-body-today {
  background-color: #20c0f3;
  text-shadow: unset;
  border: none;
}
.mat-calendar-body-selected {
  background-color: #20c0f3;
}
.profile-widget .fav-btn.like {
  background-color: #fb1612;
  color: #ffffff;
}
.appointment-select .mat-mdc-select-placeholder {
  color: #fff;
}
.appointment-select .mat-mdc-select-arrow svg {
  color: #fff;
}
.appointment-select .mat-mdc-select-value {
  color: #fff;
}
.mat-mdc-select.appointment-select {
  padding-right: 17px;
  padding-left: 15px;
  background: #2369a6;
  box-shadow: none;
  color: #ffffff;
  border-radius: 0;
  min-height: 50px;
  justify-content: center;
  display: flex;
}
.mat-mdc-select.appointment-select:focus {
  border: none;
}
.custom-timepicker {
  position: absolute;
  margin-top: 5px;
  padding: 20px;
  background: #ffffff;
  border-radius: 6px;
  display: none;
  z-index: 1;
}
.custom-timepicker .btn-default {
  background: #09e5ab;
  color: #fff;
}
.custom-timepicker table tbody tr td.form-group input.form-control.text-center.bs-timepicker-field {
  background: #fff;
  color: #000000;
  cursor: pointer;
}
.custom-timepicker .btn-link {
  color: #000000;
}
.custom-timepicker .form-group {
  padding: 15px;
}
.footer-language .mat-mdc-select-placeholder {
  color: #fff;
}
.footer-language .mat-mdc-select-value-text {
  color: #fff;
}
.footer-language .mat-mdc-select-arrow {
  color: #ffffff;
}
.testimonial-row {
  position: relative;
}
.profile-widget.slick-slide {
  margin-right: 10px;
}
.search-input .mat-mdc-select {
  padding-left: 46px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 400;
  color: #6b7280;
  background: #f8fbff;
  border: none;
  border-radius: 4px;
  height: 54px;
  padding-right: 10px;
}
h3.blog-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.frequently-section-fifteen .frequent-slider-fifteen .items-fift a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.footer.footer-fifteen .mat-mdc-select-arrow {
  color: #000000;
}
.lg-outer.lg-visible {
  z-index: 10000;
  background-color: #000000;
}
.footer.footer-fifteen .footer-select mat-select {
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .doctors-section-fifteen .doctors-fifteen-icon {
    left: 15px;
  }
}
.dataTables_length select.form-control {
  min-height: 35px;
  padding: 5px 8px;
  text-align: center;
}
.table-responsive.header-space .table_header .dataTables_length label {
  margin-left: 0;
}
.table-responsive .table_footer {
  margin-left: 25px;
}
.table-responsive.header-space .table_header {
  margin-top: 10px;
}
.modal-date-picker ngx-datepicker input {
  background: transparent;
  margin-left: -15px;
}
.patient-dependent-select .mat-mdc-select {
  font-size: 15px;
  font-weight: normal;
  line-height: 44px;
  padding-right: 30px;
  padding-left: 15px;
  border: 1px solid #dcdcdc;
  height: 46px;
}
.patientDependentSelect {
  margin-left: -15px !important;
}
.patient-dependent-select .mat-mdc-select-arrow {
  left: 15px;
  color: #dcdcdc;
}
.patient-dependent-select .mat-mdc-select-placeholder {
  color: #272b41;
}
.profile-setting-class {
  overflow-x: hidden;
}
.country-selector {
  opacity: 1 !important;
}
.icon-video-off {
  color: white !important;
}
.icon-mic-off {
  color: white !important;
}
.login-content {
  text-align: center;
}
.slider-wrapper.filter-range .ngx-slider {
  margin-top: 0;
}
.filter-widget .cal-icon ngx-datepicker .datepicker-container input {
  padding-left: 0;
  color: #6b7280;
}
.increase-value {
  z-index: -1;
}
ngx-mat-intl-tel-input .ngx-mat-tel-input-container button {
  padding-right: 10px !important;
}
.search-input.search-calendar-line .datepicker-container {
  position: unset;
}
.search-input.search-calendar-line .datepicker-container input {
  position: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #8894ae;
}
.slick-wrapper .slider-1 ngx-slick-carousel button.slick-prev.slick-arrow::before {
  font-family: none;
}
.slick-wrapper .slider-1 ngx-slick-carousel button.slick-next.slick-arrow::before {
  font-family: none;
}
@media (max-width: 353.98px) {
  .widget-setcount ul li:before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .widget-setcount ul li:before {
    right: -60px;
  }
}
@media (max-width: 1199.98px) {
  .widget-setcount ul#progressbar li:before {
    right: -65px;
  }
}
@media (max-width: 991.98px) {
  .widget-setcount ul#progressbar li:before {
    right: -105px;
  }
}
@media (max-width: 767.98px) {
  .widget-setcount ul#progressbar li:before {
    right: -75px;
  }
}
.time-slot ul li .timing.selected:hover {
  color: #757575;
}
@media (max-width: 1399.98px) {
  .date-pickers bs-daterangepicker-container.bottom .bs-datepicker {
    left: auto;
    right: 160px;
  }
}
@media (max-width: 768px) {
  .date-pickers bs-daterangepicker-container.bottom .bs-datepicker {
    right: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  bs-daterangepicker-container.bottom .bs-datepicker {
    left: 100px;
    right: auto;
  }
}
@media (max-width: 768px) {
  bs-daterangepicker-container.bottom .bs-datepicker {
    left: 0px !important;
  }
}
.section-doctor .doctor-slider ngx-slick-carousel .slick-prev {
  left: -16px;
  top: 220px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .section-doctor .doctor-slider ngx-slick-carousel .slick-prev {
    left: -10px;
    z-index: 2;
  }
}
@media (max-width: 991.98px) {
  .section-doctor .doctor-slider ngx-slick-carousel .slick-prev {
    top: 253px;
  }
}
@media (max-width: 575.98px) {
  .section-doctor .doctor-slider ngx-slick-carousel .slick-prev {
    left: -14px;
    top: 236px;
  }
}
.section-doctor .doctor-slider ngx-slick-carousel .slick-prev:before {
  content: "\2190";
}
@media (max-width: 767.98px) {
  .testimonial-slider .slick-prev {
    left: 0px;
  }
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}
.section-doctor .doctor-slider ngx-slick-carousel .slick-next {
  right: 0;
  top: 220px;
}
@media (max-width: 767.98px) {
  .section-doctor .doctor-slider ngx-slick-carousel .slick-next {
    right: -10px;
  }
}
@media (max-width: 991.98px) {
  .section-doctor .doctor-slider ngx-slick-carousel .slick-next {
    top: 253px;
  }
}
@media (max-width: 575.98px) {
  .section-doctor .doctor-slider ngx-slick-carousel .slick-next {
    right: 0px;
    top: 236px;
  }
}
.section-doctor .doctor-slider ngx-slick-carousel .slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}
@media (max-width: 575.98px) {
  .blog-slider-twelve .owl-theme .owl-nav div.owl-prev,
  .blog-slider-twelve .owl-theme .owl-nav div.owl-next {
    top: 30% !important;
  }
}
.search-input-ten .forms-block ngx-datepicker .datepicker-container input {
  margin: -14px;
}
@media (max-width: 991.98px) {
  .about-us-section-fifteen .vertical-slider .slick-next {
    top: 50%;
    right: 0;
  }
}
tbody tr td i {
  margin-right: 2px;
}
app-admin .modal-content .modal-body ngx-datepicker .datepicker-container input,
app-pharmacy .modal-content .modal-body ngx-datepicker .datepicker-container input {
  margin-left: -12px;
}
@media (max-width: 353.98px) {
  .table_footer {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  .pagination_section {
    margin-left: 28px;
  }
}
.full-slide-home .slick-prev {
  z-index: 1;
}
@media (max-width: 353.98px) {
  .blog-pagination.rev-page {
    display: none;
  }
}
@media (max-width: 353.98px) {
  .table_footer .dataTables_info {
    margin-left: 30px;
  }
}
.stickybar.one {
  margin-bottom: 20px;
}
.slick-prev,
.slick-next {
  z-index: 1;
}
#price-range mat-slider.mat-mdc-slider.mdc-slider.mat-primary {
  width: 202px;
  --mdc-slider-active-track-color: #26948e;
  --mdc-slider-handle-color: #26948e;
  --mdc-slider-focus-handle-color: #26948e;
  --mdc-slider-hover-handle-color: #26948e;
}
mat-option.mat-mdc-option:focus.mdc-list-item,
mat-option.mat-mdc-option.mat-mdc-option-active.mdc-list-item {
  background-color: #20c0f3;
}
mat-option.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  background-color: #20c0f3;
  color: #fff;
}
mat-option.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: inherit;
}
mat-option.mat-mdc-option:hover:not(.mdc-list-item--disabled) {
  background-color: #20c0f3;
}
.home12-select.mat-mdc-select:focus {
  border: none;
}
.home12-select.mat-mdc-select .mat-mdc-select-value-text,
.home12-select.mat-mdc-select .mat-mdc-select-placeholder {
  padding-left: 22px;
  color: #475569;
}
.select.home12-select.second.mat-mdc-select .mat-mdc-select-trigger {
  padding-left: 12px;
}
.populr-choice-sec .popular-choice-slider .owl-nav div.owl-prev {
  left: -20px;
}
.populr-choice-sec .popular-choice-slider .owl-nav div {
  margin-top: 0;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.5s all;
}
.populr-choice-sec .popular-choice-slider .owl-nav div.owl-next {
  right: -20px;
  margin: 0;
}
.populr-choice-sec .popular-choice-slider .owl-nav div.owl-prev i {
  transform: rotate(180deg);
}
.booking-lab-test-sec .booking-lab-test-slider .owl-carousel .owl-nav div.owl-prev {
  left: -20px;
}
.booking-lab-test-sec .booking-lab-test-slider .owl-carousel .owl-nav div {
  margin-top: 0;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.5s all;
}
.booking-lab-test-sec .booking-lab-test-slider .owl-carousel .owl-nav div.owl-next {
  right: -20px;
  margin: 0;
}
.booking-lab-test-sec .booking-lab-test-slider .owl-carousel .owl-nav div.owl-prev i {
  transform: rotate(180deg);
}
.popular-test-slider .owl-carousel .owl-dots div.active,
.best-package-slider .owl-carousel .owl-dots div.active {
  background: #0092E4;
  border-radius: 10px !important;
}
.popular-test-slider .owl-carousel .owl-dots div,
.best-package-slider .owl-carousel .owl-dots div {
  width: 32px;
  height: 6px;
  background: #E2E8F0;
}
.popular-test-slider .owl-carousel .owl-dots div:last-child,
.best-package-slider .owl-carousel .owl-dots div:last-child {
  border-radius: 0 10px 10px 0;
}
.popular-test-slider .owl-carousel .owl-dots div:first-child,
.best-package-slider .owl-carousel .owl-dots div:first-child {
  border-radius: 10px 0 0 10px;
}
.best-package-slider .owl-dots .owl-dot span,
.popular-test-slider .owl-dots .owl-dot span {
  display: none;
}
.feature-package-slider .owl-carousel .owl-nav div.owl-prev {
  left: -30px;
}
.feature-package-slider .owl-carousel .owl-nav div {
  margin-top: 0;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.5s all;
}
.feature-package-slider .owl-carousel .owl-nav div.owl-next {
  right: -30px;
  margin: 0;
}
.feature-package-slider .owl-carousel .owl-nav div.owl-prev i {
  transform: rotate(180deg);
}
.feature-package-slider .owl-carousel .owl-nav div i {
  color: #94A3B8;
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav div.owl-prev {
  left: -20px;
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav div.owl-prev i {
  transform: rotate(180deg);
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav div.owl-next {
  right: -20px;
  margin: 0;
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav div i {
  color: #94A3B8;
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav div {
  margin-top: 0;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.5s all;
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav div:hover {
  background: #002578;
  transition: 0.5s all;
}
.medical-emergency-booking .doctor-consulting-slider .owl-nav div:hover i {
  color: #ffffff;
}
.feature-package-slider .owl-carousel .owl-nav div:hover {
  background: #002578;
  transition: 0.5s all;
}
.feature-package-slider .owl-carousel .owl-nav div:hover i {
  color: #ffffff;
}
.booking-lab-test-sec .booking-lab-test-slider .owl-carousel .owl-nav div:hover {
  background: #002578;
  transition: 0.5s all;
}
.booking-lab-test-sec .booking-lab-test-slider.owl-carousel .owl-nav div:hover i {
  color: #ffffff;
}
.populr-choice-sec .popular-choice-slider .owl-nav div:hover {
  background: #002578;
  transition: 0.5s all;
}
.populr-choice-sec .popular-choice-slider .owl-nav div:hover i {
  color: #ffffff;
}
.banner-sec-twelve .input-box-twelve .input-block:last-child {
  width: 21%;
}
.home12-select.mat-mdc-select .mat-mdc-select-arrow {
  right: 10px;
  color: rgb(31, 41, 55);
}
@media (max-width: 575.98px) {
  .input-block mat-select {
    margin-bottom: 20px;
  }
  .home12-select.mat-mdc-select .mat-mdc-select-value-text,
  .home12-select.mat-mdc-select .mat-mdc-select-placeholder {
    padding-left: 15px;
  }
  .home12-select.second.mat-mdc-select .mat-mdc-select-value-text,
  .home12-select.second.mat-mdc-select .mat-mdc-select-placeholder {
    padding-left: 3px;
  }
}
@media (max-width: 991.98px) {
  .medical-emergency-booking .doctor-consulting-slider .owl-nav div.owl-prev {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .medical-emergency-booking .doctor-consulting-slider .owl-nav div {
    position: static;
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .medical-emergency-booking .doctor-consulting-slider .owl-nav div {
    position: static;
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .feature-package-slider .owl-carousel .owl-nav div.owl-prev {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .feature-package-slider .owl-carousel .owl-nav div {
    position: static;
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .feature-package-slider .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .feature-package-slider .owl-carousel .owl-nav div {
    position: static;
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .booking-lab-test-sec .booking-lab-test-slider .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .booking-lab-test-sec .booking-lab-test-slider .owl-carousel .owl-nav div.owl-prev {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .booking-lab-test-sec .booking-lab-test-slider .owl-carousel .owl-nav div {
    position: static;
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .populr-choice-sec .popular-choice-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .populr-choice-sec .popular-choice-slider .owl-nav div.owl-prev {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .populr-choice-sec .popular-choice-slider .owl-nav div {
    position: static;
    transform: none;
  }
}
.nurse-profile-slider .owl-nav .div.owl-next {
  width: 44px;
  height: 44px;
  font-size: 18px;
  color: #1e3259;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
  text-shadow: none;
  top: 0;
  cursor: pointer;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
app-pharmacyheader .dropdown-menu {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(0px, 43.3333px, 0px) !important;
}
.play-btn-small {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(12, 224, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 12px;
}
.mat-mdc-select.footer-select2 {
  font-size: 15px;
  font-weight: normal;
  line-height: 44px;
  padding-right: 30px;
  color: white;
}
.mat-mdc-select-placeholder.footer-select2 {
  color: white;
}
.pages-links li a {
  color: #0F172A;
  font-size: 16px;
}
.mat-selection-box {
  height: 40px;
  border-radius: 5px;
  padding: 7px;
  color: white !important;
}
.mat-selection-box:focus {
  border: none;
}
.mat-selection-box {
  color: white !important;
}
.footer-select-drops mat-select .mat-mdc-select-value span {
  color: #ffffff;
}
.footer-select-drops mat-select .mat-mdc-select-arrow {
  color: #ffffff;
}
.play-btn-small i {
  margin-left: 5px;
}
.view-button {
  color: #000000;
  font-weight: 600;
  text-decoration-line: underline;
  font-size: 16px;
}
.neraby-nurses-sec .owl-nav [class*=owl-]:hover {
  background: #26948e !important;
  color: #FFF;
  text-decoration: none;
}
.neraby-nurses-sec .owl-nav .owl-prev,
.neraby-nurses-sec .owl-nav .owl-next {
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  border: 0;
  margin: 0;
}
.top-nurse-profile-slider .owl-nav .owl-prev,
.top-nurse-profile-slider .owl-nav .owl-next {
  background-color: #EEEEF3;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  border: 0;
  margin: 0;
}
.our-blog-fourteen .owl-nav-button .view-all {
  color: #000000;
  font-weight: 600;
  text-decoration-line: underline;
  font-size: 16px;
  margin-top: 6px;
}
.banner-sec-twelve .input-box-twelve .input-block:last-child {
  width: 21%;
}
.banner-sec-twelve .input-box-twelve .input-block:first-child:before {
  content: "\e8bd";
  left: 0;
  top: 0px;
}
.banner-sec-twelve .input-box-twelve .input-block:nth-child(2):before {
  content: "\e88e";
  left: 10px;
  top: 0px;
}
.faq-sec-twelve .faq-sec-col .faq-main-cards .faq-card .faq-title a:not(.collapsed) span:after {
  content: "\e894";
}
.faq-sec-twelve .faq-sec-col .faq-main-cards .faq-card .faq-title a span:after {
  content: "\e8b0";
}
.swiper.swiper-slider-banner {
  overflow: visible;
}
apx-chart.singleline-chart-apex {
  display: block;
}
mat-select.custom-mat-select .mat-mdc-select-trigger {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-radius: 4px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-mat-select.img-mat-select mat-select-trigger img {
  border-radius: 8px;
  width: 30px;
}
.available-timings-img-select span.mdc-list-item__primary-text img {
  border-radius: 8px;
  width: 30px;
}
div.cdk-overlay-container {
  z-index: 10000000;
}
#appointment-chart apx-chart {
  display: block !important;
}
#blood-pressure-chart apx-chart {
  display: block !important;
}
.past-appointments-slider .owl-theme .owl-nav div.owl-next,
.past-appointments-slider .owl-theme .owl-nav div.owl-prev,
.appointment-calender-slider .owl-theme .owl-nav div.owl-next,
.appointment-calender-slider .owl-theme .owl-nav div.owl-prev {
  color: #1e3259;
  background: #ffffff;
  text-shadow: none;
  cursor: pointer;
  border: 0;
  margin-left: 0px;
  display: inline-flex;
}
.appointment-calender-slider .owl-theme .owl-nav div.owl-prev,
.past-appointments-slider .owl-theme .owl-nav div.owl-prev {
  position: absolute;
  top: -60px;
  right: 20px;
}
@media (max-width: 991.98px) {
  .appointment-calender-slider .owl-theme .owl-nav div.owl-prev,
  .past-appointments-slider .owl-theme .owl-nav div.owl-prev {
    top: -59px;
  }
}
.appointment-calender-slider .owl-theme .owl-nav div.owl-next {
  position: absolute;
  top: -60px;
  left: 255px;
}
@media (max-width: 991.98px) {
  .appointment-calender-slider .owl-theme .owl-nav div.owl-next {
    top: -59px;
  }
}
.past-appointments-slider .owl-theme .owl-nav div.owl-next {
  position: absolute;
  top: -60px;
  left: 400px;
}
@media (max-width: 991.98px) {
  .past-appointments-slider .owl-theme .owl-nav div.owl-next {
    top: -59px;
  }
}
circle-progress text tspan {
  font-size: 14px;
}
div.p-chips .p-chips-multiple-container .p-chips-token {
  margin-right: 0;
}
.p-chips-input-token input {
  width: 60px;
}
p-chips.p-element.p-inputwrapper.input-tags {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 15px;
}
span.p-chips-token-label {
  font-size: 14px;
}
p-chips.p-element.p-inputwrapper ul.p-inputtext.p-chips-multiple-container {
  border: none;
  box-shadow: none;
}
p-chips.p-element.p-inputwrapper ul.p-inputtext.p-chips-multiple-container:focus {
  box-shadow: none;
}
div.p-chips .p-chips-multiple-container .p-chips-token {
  background: #F1F5F9 !important;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  padding: 5px;
  color: #6B7280;
}
.circle-progress-bar {
  display: block;
  margin-top: -37px;
}
.circle-progressbar {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 68px;
}
.circle-progress-percent {
  font-size: 14px;
}
.custom-mat-select.img-mat-select-custom mat-select-trigger img {
  width: 16px;
  margin-right: 10px;
}
.circle-progress-bar {
  display: block;
  margin-top: -37px;
}
.circle-progressbar {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 68px;
}
span.mdc-list-item__primary-text img {
  width: 16px;
}
app-doctor-appointment-start mat-select.custom-mat-select .mat-mdc-select-trigger {
  height: 40px;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul li a i {
  margin-right: 10px;
}
.slider-service .owl-theme .owl-nav div.owl-prev,
.slider-service .owl-theme .owl-nav div.owl-next,
.doctor-slider-ten .owl-theme .owl-nav div.owl-next,
.doctor-slider-ten .owl-theme .owl-nav div.owl-prev,
.testimonial-sliders .owl-theme .owl-nav div.owl-prev,
.testimonial-sliders .owl-theme .owl-nav div.owl-next,
.blog-slider .owl-theme .owl-nav div.owl-next,
.blog-slider .owl-theme .owl-nav div.owl-prev,
.fertility-slider .owl-theme .owl-nav div.owl-next,
.fertility-slider .owl-theme .owl-nav div.owl-prev,
.team-fourteen-slider .owl-theme .owl-nav div.owl-prev,
.team-fourteen-slider .owl-theme .owl-nav div.owl-next,
.blog-slider-fourteen .owl-theme .owl-nav div.owl-next,
.blog-slider-fourteen .owl-theme .owl-nav div.owl-prev {
  width: 46px;
  height: 46px;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  text-shadow: none;
  top: 0;
  cursor: pointer;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.slider-service .owl-theme .owl-nav div.owl-next,
.doctor-slider-ten .owl-theme .owl-nav div.owl-next,
.testimonial-sliders .owl-theme .owl-nav div.owl-next,
.blog-slider .owl-theme .owl-nav div.owl-next,
.fertility-slider .owl-theme .owl-nav div.owl-next,
.team-fourteen-slider .owl-theme .owl-nav div.owl-next,
.blog-slider-fourteen .owl-theme .owl-nav div.owl-next {
  right: -20px;
}
.slider-service .owl-theme .owl-nav div.owl-prev,
.doctor-slider-ten .owl-theme .owl-nav div.owl-prev,
.testimonial-sliders .owl-theme .owl-nav div.owl-prev,
.blog-slider .owl-theme .owl-nav div.owl-prev,
.fertility-slider .owl-theme .owl-nav div.owl-prev,
.team-fourteen-slider .owl-theme .owl-nav div.owl-prev,
.blog-slider-fourteen .owl-theme .owl-nav div.owl-prev {
  left: -20px;
}
.feedback-review-slider .owl-theme .owl-nav div.owl-prev,
.feedback-review-slider .owl-theme .owl-nav div.owl-next,
.dentist-slider .owl-theme .owl-nav div.owl-next,
.dentist-slider .owl-theme .owl-nav div.owl-prev,
.customer-slider .owl-theme .owl-nav div.owl-prev,
.customer-slider .owl-theme .owl-nav div.owl-next,
.treatment-slider .owl-theme .owl-nav div.owl-next,
.treatment-slider .owl-theme .owl-nav div.owl-prev,
.expert-slider .owl-theme .owl-nav div.owl-prev,
.expert-slider .owl-theme .owl-nav div.owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  border: none;
}
.pharmacy-header {
  background: rgb(255, 255, 255) !important;
}
.doctor-search-section mat-select .mat-mdc-select-arrow-wrapper {
  display: none;
}
.feedback-review-slider .owl-nav {
  display: flex;
}
.flag-img .custom-mat-select {
  height: 40px;
  background: #F3F4F6;
  border-color: #F3F4F6;
  border-radius: 5px;
}
.pharmacy {
  background: rgb(30, 93, 146) !important;
}
.custom-mat-select.flag.img-mat-select mat-select-trigger img {
  width: 16px;
  border-radius: 0;
  margin-right: 5px;
}
.flag-nav mat-select.custom-mat-select.flag .mat-mdc-select-trigger {
  height: 40px;
  background: #F3F4F6;
  border-color: #F3F4F6;
  border-radius: 5px;
  color: #1F2937;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  min-width: 130px;
}
.search-line-thirteen .mat-mdc-select {
  padding-left: 46px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 400;
  color: #6b7280;
  background: #F3F4F6;
  border: none;
  border-radius: 4px;
  height: 54px;
  padding-right: 10px;
}
mat-select.custom-mat-select.home14 .mat-mdc-select-trigger {
  color: #ffffff;
  height: 25px;
  background-color: unset;
  border: none;
}
.home14 .mat-mdc-select-arrow {
  color: #e4e4e8;
}
.home14 .mat-mdc-select-placeholder {
  color: #ffffff;
}
mat-select.custom-mat-select.home14 .mat-mdc-select-trigger .mat-mdc-select-value {
  padding-right: 6px;
}
.awards-slider .owl-theme .owl-nav div.owl-next:hover,
.awards-slider .owl-theme .owl-nav div.owl-prev:hover,
.availability-slots-slider .owl-nav div.owl-prev:hover,
.availability-slots-slider .owl-nav div.owl-next:hover,
.insurence-logo-slider .owl-nav div.owl-next:hover,
.insurence-logo-slider .owl-nav div.owl-prev:hover {
  background: #E2E8F0;
}
.top-nurse-profile-slider .owl-nav {
  display: flex;
}
.top-nurse-profile-slider .owl-theme .owl-nav div.owl-prev {
  margin-right: 15px;
}
.owl-item.active.activeset .item-slidersurgery {
  transition: all 0.2s;
  transform: scale(1.2);
}
.top-nurse-profile-slider .owl-nav {
  position: absolute;
  bottom: -55px;
}
.success-snackbar {
  --mdc-snackbar-supporting-text-color: #ffffff !important;
  --mdc-snackbar-container-color: #26948E !important;
  --mat-snack-bar-button-color: #ffffff !important;
  --mdc-typography-button-font-size: 12px !important;
}
.info-snackbar {
  --mdc-snackbar-supporting-text-color: #ffffff !important;
  --mdc-snackbar-container-color: #2196F3 !important;
  --mat-snack-bar-button-color: #ffffff !important;
  --mdc-typography-button-font-size: 12px !important;
}
.danger-snackbar {
  --mdc-snackbar-supporting-text-color: #ffffff !important;
  --mdc-snackbar-container-color: #c22935 !important;
  --mat-snack-bar-button-color: #ffffff !important;
  --mdc-typography-button-font-size: 12px !important;
}
.warning-snackbar {
  --mdc-snackbar-supporting-text-color: #ffffff !important;
  --mdc-snackbar-container-color: #ff9966 !important;
  --mat-snack-bar-button-color: #ffffff !important;
  --mdc-typography-button-font-size: 12px !important;
}
.invalid-feedback {
  display: block !important;
  width: 100%;
  margin-block-start: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.is-invalid {
  border-color: #dc3545;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-G4NBIHJC.css.map */
