/*Slick.css*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: 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: 0;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
/*Slick theme.css*/
.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot#iefix) format("embedded-opentype"),
    url(../fonts/slick.woff) format("woff"),
    url(../fonts/slick.ttf) format("truetype"),
    url(../images/slick.svg#slick) format("svg");
  font-display: swap;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 60px);
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
/*fancybox.css*/
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container[data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: 0;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*Bs*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
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: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[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;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.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: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.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:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  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: -1px;
}
.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:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: 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");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 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,
    -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    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;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  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: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.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-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.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: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.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;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.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;
}
.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;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.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;
}
.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;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*AOS.css*/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.animateLogo {
  animation: logoAnimate 2s linear 2s infinite alternate;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
/*
Common Classes are below-
mobileEndToEndImg - end to end image for mobile
columnReverse - for reverse column on mobile
main title width - max-width:650px
*/
@keyframes logoAnimate {
  from {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
  }
  to {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
  }
}
@font-face {
  font-family: "Avenir-Black";
  src: url("../fonts/Avenir-Black.woff") format("woff"),
    url("../fonts/Avenir-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-Light";
  src: url("../fonts/Avenir-Light.woff") format("woff"),
    url("../fonts/Avenir-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-Medium";
  src: url("../fonts/Avenir-Medium.woff") format("woff"),
    url("../fonts/Avenir-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*section{transform: translate(0, -1px); -webkit-transform: translate(0, -1px); -moz-transform: translate(0, -1px);}*/
@keyframes PageLoader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes PageLoader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.loader {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  display: none;
  background-color: rgb(204 204 204 / 50%);
}
.PageLoader {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: 0;
  right: 0;
}
.PageLoader:not(:required):before {
  content: "";
  border-radius: 50%;
  border: 5px solid rgb(104 195 100 / 20%);
  border-top-color: #68c364;
  animation: PageLoader 0.6s linear infinite;
  -webkit-animation: PageLoader 0.6s linear infinite;
}
.PageLoader:not(:required):before {
  content: "";
  border-radius: 50%;
  border: 5px solid rgb(104 195 100 / 20%);
  border-top-color: #68c364;
  animation: PageLoader 0.6s linear infinite;
  -webkit-animation: PageLoader 0.6s linear infinite;
}
.PageLoader:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 70px;
  height: 70px;
}
button[type="submit"] {
  position: relative;
}
.activeLoadingButton,
.activeLoadingButton:hover {
  background-color: #fff !important;
  color: #fff !important;
}
.activeLoadingButton:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 32px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgc3R5bGU9Im1hcmdpbjogYXV0bzsgZGlzcGxheTogYmxvY2s7IHNoYXBlLXJlbmRlcmluZzogYXV0bzsiIHdpZHRoPSIyMTFweCIgaGVpZ2h0PSIyMTFweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4NCjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzY4YzM2NCIgc3Ryb2tlLXdpZHRoPSIxMSIgcj0iMjciIHN0cm9rZS1kYXNoYXJyYXk9IjEyNy4yMzQ1MDI0NzAzODY2MiA0NC40MTE1MDA4MjM0NjIyMDUiPg0KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMC44ODQ5NTU3NTIyMTIzODkzcyIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSI+PC9hbmltYXRlVHJhbnNmb3JtPg0KPC9jaXJjbGU+DQo8IS0tIFtsZGlvXSBnZW5lcmF0ZWQgYnkgaHR0cHM6Ly9sb2FkaW5nLmlvLyAtLT48L3N2Zz4=");
}
body {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Avenir-Light";
  color: #111111;
  overflow-x: hidden;
}
.timeFrame {
  overflow: hidden;
}
/*[data-aos]{transition-duration: 1s !important;}
.bannerOther [data-aos]{transition-delay: 0s !important;transition-duration:0.9s !important;}*/
::-moz-selection {
  background: #68c364;
  color: #fff;
}
::selection {
  background: #68c364;
  color: #fff;
}
a {
  color: #000;
}
a:hover {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.mainTitle {
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
.slick-dots {
  left: 0;
  right: 0;
}
/*img{background-color: #000}*/
a:focus,
input:focus,
textarea:focus {
  outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control:focus {
  outline: none;
  border-color: inherit;
  box-shadow: none;
}
.form_elements::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 400;
}
.form_elements::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 400;
}
.form_elements:-ms-input-placeholder {
  /* IE 10+ */
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 400;
}
.form_elements:-moz-placeholder {
  /* Firefox 18- */
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 400;
}
input:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
  color: rgb(255, 255, 255) !important;
}
.transition {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header {
  position: fixed;
  width: 100%;
  top: 30px;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  padding: 0 25px;
  -webkit-box-shadow: -2px 17px 23px -20px rgba(0, 0, 0, 0);
  -moz-box-shadow: -2px 17px 23px -20px rgba(0, 0, 0, 0);
  box-shadow: -2px 17px 23px -20px rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.2);
}
header .logo {
  position: fixed;
  left: 25px;
  top: 35px;
  height: 60px;
  transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
header ul {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  /*display: none;*/
}
header li {
  color: #fff;
  padding: 25px 8px;
  text-transform: uppercase;
  font-size: 10.5px;
  line-height: 20px;
  position: relative;
}
header li a {
  color: #fff;
}
header li a:hover {
  color: #fff;
}
header li.submenu {
  cursor: pointer;
  padding-right: 25px !important;
}
header li.submenu:before,
header li.submenu:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 7px;
  background-color: #fff;
  right: 10px;
  top: 35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
header li.submenu:after {
  right: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
header li.submenu:hover:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
header li.submenu:hover:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.project_bg {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 160;
  pointer-events: none;
  border: 2px solid #8e8e8e;
  background-color: #8e8e8e;
  border-radius: 50%;
  overflow: hidden;
  transform: scale(0.4);
  transition: transform 0.5s, background-color 0.5s;
  transform-origin: center;
}
.submenu .submenuIn {
  position: absolute;
  width: 230px;
  top: 70px;
  background-color: #fff;
  flex-wrap: wrap;
  padding: 0px;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: -1px 7px 28px -13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 7px 28px -13px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 7px 28px -13px rgba(0, 0, 0, 0.5);
  display: flex;
  padding: 10px 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.submenu .submenuIn ul {
  display: block;
}
.submenu.procedureSubmenu .submenuIn {
  width: 750px;
}
.submenu.techSubmenu .submenuIn {
  width: 500px;
}
.submenu.clientSubmenu .submenuIn,
.submenu.gallerySubmenu .submenuIn {
  width: 250px;
}
.submenu.procedureSubmenu ul {
  width: 33.33%;
}
.submenu ul li {
  line-height: 20px;
  width: 100%;
  padding: 10px 20px;
}
.submenu ul a {
  position: relative;
  color: #000;
  position: relative;
}
.submenu ul li a:hover {
  color: #8e8e8e;
  font-weight: 700;
}
.submenu:hover > .submenuIn {
  opacity: 1;
  pointer-events: auto;
}
.procedureSubmenu.submenu ul {
  left: -27px;
}
.techSubmenu.submenu ul {
  left: -52px;
}
header li.buttonMenu {
  line-height: 16px;
  padding: 0 5px;
}
header li.buttonMenu a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header li.buttonMenu a {
  display: flex;
  padding: 15px;
  border: solid 1px #fff;
  justify-content: center;
}
header li.buttonMenu img {
  height: 12px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  margin: 2px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header li.buttonMenu p {
  margin-bottom: 0px;
  margin-left: 5px;
  line-height: 16px;
}
header li.buttonMenu:hover a {
  background-color: #fff;
  color: #000;
}
header li.buttonMenu:hover img {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  -moz-filter: invert(0%);
}
header.afterScroll {
  background-color: #000;
  -webkit-box-shadow: -2px 17px 23px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -2px 17px 23px -20px rgba(0, 0, 0, 0.4);
  box-shadow: -2px 17px 23px -20px rgba(0, 0, 0, 0.4);
  height: 60px;
}
header.afterScroll .logo {
  height: 40px;
  top: 40px;
}
/*header.afterScroll li a{color: #000;}*/
/*header.afterScroll li a:hover{color: #000;}*/
header.afterScroll li.submenu:before,
header.afterScroll li.submenu:after {
  background-color: #fff;
  top: 30px;
}
/*header.afterScroll li.buttonMenu a{border: solid 1px #000; color: #000}*/
/*header.afterScroll li.buttonMenu img{filter: invert(0%); -webkit-filter: invert(0%); -moz-filter: invert(0%);}*/
header.afterScroll ul li {
  padding: 20px 8px;
}
header.afterScroll li.buttonMenu {
  padding: 5px;
}
header.afterScroll .submenu ul {
  top: 48px;
}
header.afterScroll .submenuIn {
  top: 60px;
}
header.afterScroll .submenu ul li {
  padding: 10px;
}
.loaderScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: ease-in-out 1s;
  -webkit-transition: ease-in-out 1s;
  -moz-transition: ease-in-out 1s;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loaderScreen img {
  display: block;
  height: 100px;
}
.animateLogo {
  pointer-events: none;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.animateLogo.fadeNow {
  opacity: 0;
}
.loaderFade {
  height: 0px;
}
.newsContainer {
  position: relative;
  background-color: #fff;
}
.otherPage {
  background-color: #fff;
  position: relative;
}
footer {
  padding: 30px 0px 0 0px;
  border-top: solid 1px #ccc;
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.footerLeft {
  width: 30%;
}
.footerRight {
  width: 70%;
  padding-bottom: 20px;
}
.footerRight ul {
  overflow: hidden;
}
.footerLogoWrap {
  width: 100%;
}
.footerLogoWrap img {
  width: 180px;
}
.footerLogoWrap .socialFoot {
  width: 180px;
  margin-top: 20px;
}
.contactFoot {
  width: 100%;
}
.footerTop {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
}
.footerTop ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
/*.footerTop ul li img{height: 25px; filter: invert(100%); -webkit- filter: invert(100%); -moz- filter: invert(100%); }*/
.footerTop ul li {
  line-height: 25px;
  text-transform: uppercase;
}
.footerTop ul li a {
  display: flex;
  color: #fff;
}
.footerTop ul li:hover a {
  color: #8e8e8e;
}
.socialFoot {
  width: 100%;
}
.footerTop h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.footerTop p {
  margin-bottom: 0px;
}
.footerTop ul li svg {
  height: 22px;
  fill: #fff;
  width: 22px;
  margin-right: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: block;
  margin: auto;
  margin-right: 10px;
}
.footerTop ul li:hover svg {
  fill: #8e8e8e;
}
.contactFoot img {
  margin-right: 10px;
}
.contactFoot li {
  margin-right: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  padding: 8px;
}
.contactFoot li:hover {
  border-color: #8e8e8e;
}
.contactFoot li,
.contactFoot li a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.footerLogoWrap ul li {
  width: 25%;
}
.footerLogoWrap ul li img {
  width: 25px;
  margin: auto;
  display: block;
}
/*.footerTop img{margin-left: 5px;}*/
.footerNav {
  display: flex;
}
.footerNav ul {
  width: 33.33%;
  padding-top: 20px;
  display: block;
}
.footerTop .footerNav li {
  padding: 10px 0;
  font-size: 12px;
  width: 100%;
  line-height: 20px;
}
.footerBottom {
  border-top: solid 1px #ccc;
  display: flex;
  padding: 10px 0;
  font-size: 12px;
}
.footerBottom p {
  margin-bottom: 0px;
  color: #fff;
}
.footerBottom p a {
  color: #fff;
}
.footerBottomL {
  width: 65%;
  text-align: left;
}
.footerBottomR {
  width: 35%;
  display: flex;
  justify-content: flex-end;
}
.footerBottomR p {
  margin: 0 5px;
}
/*Background image*/
.backgroundImg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*Error Messages*/
.error_msg {
  position: relative;
  color: red;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  display: none;
  padding-top: 2px;
  height: 20px;
}
a:hover {
  text-decoration: none;
}
.slick-slide img {
  width: 100%;
}
.slick-slide {
  outline: none;
}
.slider_initialize {
  visibility: hidden; /*Slider Initialized*/
}
.slider_initialize.slick-initialized {
  visibility: visible;
}
/*.slider_initialize.slick-initialized, .videoTourSlider.slider_initialize, .videoBlockSlider.slider_initialize{
visibility:visible;
}*/
.achievingExcellenceMain .slider_initialize {
  visibility: visible;
}
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9;
  background-size: 20px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.customMobileSmileGallery .slick-prev,
.customMobileSmileGallery .slick-next {
  bottom: -40px;
  top: auto;
  transform: none;
}
/*.customMobileSmileGallery{display:none;}*/
.customMobileSmileGallery .charmConfidenceSlide {
  margin-bottom: 10px;
}
.customMobileSmileGallery {
  margin-bottom: 40px;
}
.customMobileSmileGallery .slick-next {
  right: 0;
}
.customMobileSmileGallery .slick-prev {
  left: 0;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-next {
  /*background-image: url(../images/icons/next.svg) !important;*/
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NDQo8c3ZnIGZpbGw9IiM2OEMzNjQiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQ0KCSB2aWV3Qm94PSIwIDAgMjQwLjgyMyAyNDAuODIzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNDAuODIzIDI0MC44MjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NDQo8Zz4NDQoJPHBhdGggaWQ9IkNoZXZyb25fUmlnaHRfMV8iIGQ9Ik0xODMuMTg5LDExMS44MTZMNzQuODkyLDMuNTU1Yy00Ljc1Mi00Ljc0LTEyLjQ1MS00Ljc0LTE3LjIxNSwwYy00Ljc1Miw0Ljc0LTQuNzUyLDEyLjQzOSwwLDE3LjE3OQ0NCgkJbDk5LjcwNyw5OS42NzFsLTk5LjY5NSw5OS42NzFjLTQuNzUyLDQuNzQtNC43NTIsMTIuNDM5LDAsMTcuMTkxYzQuNzUyLDQuNzQsMTIuNDYzLDQuNzQsMTcuMjE1LDBsMTA4LjI5Ny0xMDguMjYxDQ0KCQlDMTg3Ljg4MSwxMjQuMzE1LDE4Ny44ODEsMTE2LjQ5NSwxODMuMTg5LDExMS44MTZ6Ii8+DQ0KCTxnPg0NCgk8L2c+DQ0KCTxnPg0NCgk8L2c+DQ0KCTxnPg0NCgk8L2c+DQ0KCTxnPg0NCgk8L2c+DQ0KCTxnPg0NCgk8L2c+DQ0KCTxnPg0NCgk8L2c+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjwvc3ZnPg0NCg==") !important;
  right: -40px;
}
.slick-prev {
  /*background-image: url(../images/icons/prev.svg) !important;*/
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NDQo8c3ZnIGZpbGw9IiM2OEMzNjQiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQ0KCSB2aWV3Qm94PSIwIDAgMjQwLjgyMyAyNDAuODIzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNDAuODIzIDI0MC44MjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NDQo8Zz4NDQoJPHBhdGggaWQ9IkNoZXZyb25fUmlnaHQiIGQ9Ik01Ny42MzMsMTI5LjAwN0wxNjUuOTMsMjM3LjI2OGM0Ljc1Miw0Ljc0LDEyLjQ1MSw0Ljc0LDE3LjIxNSwwYzQuNzUyLTQuNzQsNC43NTItMTIuNDM5LDAtMTcuMTc5DQ0KCQlsLTk5LjcwNy05OS42NzFsOTkuNjk1LTk5LjY3MWM0Ljc1Mi00Ljc0LDQuNzUyLTEyLjQzOSwwLTE3LjE5MWMtNC43NTItNC43NC0xMi40NjMtNC43NC0xNy4yMTUsMEw1Ny42MjEsMTExLjgxNg0NCgkJQzUyLjk0MiwxMTYuNTA3LDUyLjk0MiwxMjQuMzI3LDU3LjYzMywxMjkuMDA3eiIvPg0NCgk8Zz4NDQoJPC9nPg0NCgk8Zz4NDQoJPC9nPg0NCgk8Zz4NDQoJPC9nPg0NCgk8Zz4NDQoJPC9nPg0NCgk8Zz4NDQoJPC9nPg0NCgk8Zz4NDQoJPC9nPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8L3N2Zz4NDQo=") !important;
  background-repeat: no-repeat;
  left: -40px;
}
.slick-counter {
  display: inline-block;
}
.slick-counter .current,
.slick-counter .total,
.couter-slace {
  font-size: 13px;
  color: #68c364;
}
.slick-counter .total,
.couter-slace {
  opacity: 0.6;
}
.couter-slace {
  padding: 0 5px;
}
.p_top_bottom {
  padding: 40px 0px;
}
.stepByStepSection h1,
.stepByStepSection p,
.stepByStepSection ul {
  /* max-width:1200px; */
  max-width: 900px;
  width: 100%;
}
.mx-800 {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.page-content {
  overflow: hidden;
  position: relative;
}
/*Home page*/
.mainBanner {
  position: relative;
  top: 0;
}
.mainBanner img {
  position: fixed;
}
.mainBanner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /*opacity: 1;*/
  /*animation: fade 0.5s linear 4s forwards;*/
}
.mainBanner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(0,0,0, 1) 150%);*/
}
.home_banner_text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 80px 20px 50px;
}
.home_banner_text h1,
.citesName {
  color: #fff;
}
.home_banner_text h1 {
  font-size: 45px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.home_banner_text h1 span {
  display: block;
}
.home_banner_text .justify-content-center {
  overflow: hidden;
}
.citesName {
  padding: 0 20px;
  text-transform: uppercase;
}
.titleLine {
  width: 1px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
.desktop_banner,
.bannerOther .desktop_banner {
  display: block !important;
}
.mobile_banner,
.bannerOther .mobile_banner {
  display: none !important;
}
.mainBanner {
  height: auto !important;
}
.mainBanner img {
  position: relative;
}
.videoBlockSlider.mobileEndToEndImg {
  margin-left: 0;
  margin-right: 0;
}

.titleLine:before {
  height: 0px;
  width: 1px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  background-color: #000;
  background-color: #000;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
}
.titleLine.activeTagLine:before {
  height: 40px;
}
.videosblock {
  padding: 80px 0 0px 0;
}
.viewMoreBtn {
  width: 200px;
  height: 50px;
  border: solid 1px #000;
  line-height: 48px;
  text-align: center;
  margin: 50px auto 0 auto;
  cursor: pointer;
}
.viewMoreBtn:hover {
  background-color: #000;
  color: #fff;
}
.clientTestimonials {
  background: #fff;
  position: relative;
  padding: 60px 0 40px 0;
}
.clientTestimonials h2 {
  margin-bottom: 80px;
}
.clientTestimonialSlider {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.clientTestimonials .slick-prev,
.clientTestimonials .slick-next {
  top: 9vw;
  transform: none;
}
/*.clientTestimonialSlider:after,.clientTestimonialSlider:before {content: '';width:100%;height:1px;position: absolute;z-index: -1;background-color:#ccc;}
.clientTestimonialSlider:after {top:30px;}
.clientTestimonialSlider:before {bottom:0;}*/
/*.clientTestimonialSlider .slick-list:after,.clientTestimonialSlider .slick-list:before{content: '';width:1px;height:100%;position: absolute;top:30px;z-index: -1;background-color:#ccc;}     
.clientTestimonialSlider .slick-list:after{right:0;}
.clientTestimonialSlider .slick-list:before{left:0;}*/
/*.clientTestimonialSlider .slick-list{overflow: inherit;}*/
.clientTestiBxInn {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.clientTestiBxInn .lineAnimation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.clientTestiBxInn .lineAnimation:before,
.clientTestiBxInn .lineAnimation:after {
  content: "";
  background-color: #ccc;
  position: absolute;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
}
.clientTestiBxInn .topBottom:before,
.clientTestiBxInn .topBottom:after {
  width: 0;
  height: 1px;
}
.clientTestiBxInn .leftRight:before,
.clientTestiBxInn .leftRight:after {
  width: 1px;
  height: 0;
}
.clientTestiBxInn .topBottom:before {
  left: 0;
  top: 0px;
}
.clientTestiBxInn .topBottom:after {
  right: 0;
  bottom: 0;
}
.clientTestiBxInn .leftRight:before {
  top: 0px;
  left: 0;
}
.clientTestiBxInn .leftRight:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.clientTestiBxInn.activeLine .topBottom:before {
  width: 100%;
}
.clientTestiBxInn.activeLine .topBottom:after {
  width: 100%;
}
.clientTestiBxInn.activeLine .leftRight:before {
  height: 100%;
}
.clientTestiBxInn.activeLine .leftRight:after {
  height: 100%;
}
.clientTestiBx .clientTestiLeft {
  width: calc(100% - 450px);
  padding: 30px 30px 0 70px;
  padding-right: 30px;
  padding-left: 70px;
  position: relative;
  padding-top: 30px;
}
.clientTestiBx .clientTestiRight {
  width: 450px;
}
.clientTestiRight img {
  display: block;
}
.clientTestiBxFoot,
.clientNmWithCountry {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonialTopWrap {
  margin-bottom: 30px !important;
}
.testimonialTopWrapIn {
  text-align: center;
  padding: 0 20px;
  opacity: 0.6;
}
.testimonailPersonImg {
  width: 250px;
  height: 250px;
  background-color: #f2f2f2;
  overflow: hidden;
  display: block;
  margin: auto;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  position: relative;
  border-radius: 100%;
}
.testimonailPersonImg img {
  height: 250px;
  width: 100%;
  margin: auto;
}
.testimonailPersonImg img.mobileShow {
  display: none;
}
.testimonailPersonImg video {
  height: 250px;
  width: 100%;
  margin: auto;
}
.testimonialTopUp h3 {
  margin-top: 20px;
  font-size: 20px;
}
/*.testimonialTopUp p{font-weight: 700}*/
.testimonialTopBottom p {
  display: none;
}
.videoPlayOverlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NDQo8c3ZnIGZpbGw9IiNmZmYiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQ0KCSB2aWV3Qm94PSIwIDAgNDc3Ljg2NyA0NzcuODY3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzcuODY3IDQ3Ny44Njc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NDQo8Zz4NDQoJPGc+DQ0KCQk8cGF0aCBkPSJNMjM4LjkzMywwQzEwNi45NzQsMCwwLDEwNi45NzQsMCwyMzguOTMzczEwNi45NzQsMjM4LjkzMywyMzguOTMzLDIzOC45MzNzMjM4LjkzMy0xMDYuOTc0LDIzOC45MzMtMjM4LjkzMw0NCgkJCUM0NzcuNzI2LDEwNy4wMzMsMzcwLjgzNCwwLjE0MSwyMzguOTMzLDB6IE0zMzkuNTU3LDI0Ni41NDZjLTEuNjU0LDMuMzE4LTQuMzQzLDYuMDA4LTcuNjYyLDcuNjYydjAuMDg1TDE5NS4zNjIsMzIyLjU2DQ0KCQkJYy04LjQzMiw0LjIxMy0xOC42ODIsMC43OTQtMjIuODk2LTcuNjM4Yy0xLjE5OC0yLjM5Ny0xLjgxNS01LjA0My0xLjgtNy43MjJWMTcwLjY2N2MtMC4wMDQtOS40MjYsNy42MzMtMTcuMDcsMTcuMDU5LTE3LjA3NQ0NCgkJCWMyLjY1MS0wLjAwMSw1LjI2NiwwLjYxNSw3LjYzNywxLjhsMTM2LjUzMyw2OC4yNjdDMzQwLjMzMSwyMjcuODYzLDM0My43NjIsMjM4LjExLDMzOS41NTcsMjQ2LjU0NnoiLz4NDQoJPC9nPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8L3N2Zz4NDQo="); /*background-image: url(../images/play-button-white.svg);*/
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
.testimonialTopUp p {
  opacity: 0;
}
.slick-current .testimonailPersonImg {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.testimonialTopWrapIn.slick-current {
  opacity: 1;
}
.slick-current .testimonialTopBottom p {
  display: block;
}
.slick-current .testimonialTopUp p {
  opacity: 1;
}
.testimonialTopWrapIn .videoPlayOverlay {
  opacity: 1;
}
.countryFlag {
  width: 110px;
}
.clientDesc {
  width: calc(100% - 110px);
  padding-left: 15px;
}
.clientName,
.profession,
.fromCounry {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.clientName {
  font-family: "Avenir-Black";
}
.profession,
.fromCounry {
  font-family: "Avenir-Medium";
}
.testiOpinion {
  padding-bottom: 30px;
  padding-right: 20px;
  position: relative;
}
.testiOpinion:before,
.testiOpinion:after {
  width: 20px;
  font-size: 100px;
  color: #ccc;
  font-family: "Playfair Display", serif;
  position: absolute;
  opacity: 0;
}
.activeLine .testiOpinion:before,
.activeLine .testiOpinion:after {
  animation: fade 2s linear 1s forwards;
}
.testiOpinion:before {
  content: "“";
  top: -55px;
  left: -50px;
}
.testiOpinion:after {
  content: "”";
  top: -40px;
  right: 0;
}
.clientNmWithCountry {
  width: calc(100% - 160px);
  padding-right: 20px;
}
.watchNowButton {
  width: 160px;
  height: 45px;
  font-size: 13px;
  color: #000;
  cursor: pointer;
  border: 1px solid;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.watchNowButton {
  background-image: url(../images/play-button-black.svg);
  background-size: 20px;
  background-position: 23px 11px;
  background-repeat: no-repeat;
}
.watchNowButton span {
  padding-left: 30px;
}
.watchNowButton:hover {
  background-image: url(../images/play-button-white.svg);
  background-color: #000;
  color: #fff;
}
.clientTestimonialSlider .slick-prev,
.clientTestimonialSlider .slick-next {
  transform: none;
}
.videoBox {
  position: relative;
  cursor: pointer;
  background-color: #000;
}
.videoBox .videoTourBx {
  padding: 0;
}
.videosblockSlide {
  padding: 0 15px;
}
.fancybox-slide--video .fancybox-content {
  max-width: 650px !important;
}
/*.videoBlockSlider,.videoTourSlider{display: flex;display:-webkit-flex;justify-content:center;flex-wrap:wrap;}*/
.videoBlockSlider .vid_desc,
.videoTourSlider .vid_desc,
.videoTourSlider .videoTourBx h2 {
  display: none;
}
.videoTourSlider {
  margin: 0 -15px;
}
.videoTourSlider .videoTourBx {
  width: 50%;
}
/*.videoBlockSlider .slick-prev,
.videoBlockSlider .slick-next,
.videoBlockSlider .slick-prev:hover,
.videoBlockSlider .slick-next:hover,
.videoTourSlider .slick-prev,
.videoTourSlider .slick-next,
.videoTourSlider .slick-prev:hover,
.videoTourSlider .slick-next:hover{top:auto;transform:none;bottom:-5px;}
.videoBlockSlider .slick-prev,.videoTourSlider .slick-prev{left:0;}
.videoBlockSlider .slick-next,.videoTourSlider .slick-next{right:0;}
.videoBlockSlider .slick-dots,.videoTourSlider .slick-dots{position:static !important;}*/
.videosblockSlide {
  width: 33.33%;
}
.videosblock .mainContainer {
  position: relative;
}
.videosblock .simple_btn {
  position: absolute;
  right: 35px;
  top: -40px;
}
/*
.videoBox:before, .videoBox:after {content: '';background-image: url(../images/icons/play-button-faded-white.svg);background-position: center;background-size: 50px;background-repeat: no-repeat;position: absolute;width: 100%;height: 100%;z-index: 10;top: 0;left: 0;bottom:0;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;}
.videoBox:before{background-color: rgba(0,0,0,0.5); opacity: 0;}
.videoBox:hover:before{opacity: 1}*/
.videoBox video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.vid_desc {
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 10px 0;
}
.vid_desc h3,
.vid_desc p {
  color: #000;
  font-size: 16px;
}
.vid_desc h3 span {
  font-family: "Avenir-Light";
}
.vid_desc h3 {
  font-family: "Avenir-Black";
  margin-bottom: 3px;
}
.vid_desc p {
  margin-bottom: 0;
  font-size: 16px;
}
.achievingExcellence {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.achievingExcellence h2 {
  margin-bottom: 30px;
  padding: 0px;
  margin-left: -5px;
}
.achievingExcellence.vertualTour h2.mainTitle {
  padding: 0px;
}
.achievingExcelleLeft h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.achievingExcelleLeft p {
  margin-bottom: 0px;
}
.achievingExcellSlider {
  position: relative;
  padding: 20px 40px;
}
.achievingExcellSlider.slick-initialized .slick-slide {
  overflow: hidden;
}
.achievingExcellence .col-md-6 {
  background-color: #fff;
  padding: 0px;
}
.achievingExcellence .slick-next {
  right: 20px;
}
.achievingExcellence.vertualTour .slick-next {
  right: -40px;
}
.achievingExcellence.vertualTour .mainTitle {
  padding: 0 40px 0 10px;
}
.achievingExcellSlider .row.align-items-center {
  margin-left: 0px;
  margin-right: 0px;
}
/*.achievingExcellSlider:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;width:90%;height:100%;border:1px solid #f0f0f0;}*/
.achievingExcellenceMain {
  position: relative;
}
.achievingExcellence:before {
  content: "";
  position: absolute;
  top: calc(50% + 18px);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 375px;
  background: #eeeeee;
  z-index: -1;
}
.achievingExcellence.activeLine:before {
  animation: expand 1s linear 1s forwards;
}
/*.achievingExcellenceMain:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#fff;z-index:-1;}*/
.achievingExcellenceMain .slick-prev {
  left: 30px;
}
.achievingExcellenceMain .container-fluid {
  width: calc(100% - 60px);
}
.achievingExcellenceMain .slick-list {
  z-index: 1;
}
.achievingExcellenceMain .slider_initialize.slick-initialized {
  background-color: #fff;
}
.achievingExcellenceMain .mainContainer {
  padding: 0px;
  overflow: hidden; /*-webkit-box-shadow: 0px 3px 21px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 21px -13px rgba(0,0,0,0.75);
box-shadow: 0px 3px 21px -13px rgba(0,0,0,0.75);*/
}
/*.achievingExcellenceMain .col-md-6{border: solid 1px #f0f0f0;}*/
.achievingExcellenceMain .row {
  margin-left: 0px;
  margin-right: 0px;
}
.takeVirtualTourDesc {
  padding-left: 60px;
}
.vertualTour:before {
  display: none;
}
.simple_btn {
  font-family: "Avenir-Black";
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.simple_btn:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  letter-spacing: 0.5px;
}
.simple_btn:hover {
  color: #8e8e8e;
}
.simple_btn:hover:after {
  background-color: #8e8e8e;
}
.white_btn {
  color: #fff;
}
.white_btn:after {
  background-color: #fff;
}
.white_btn:hover {
  color: #fff;
}
.white_btn:hover:after {
  background-color: #fff;
}
.simple_btn.white_btn:hover {
  color: #8e8e8e;
}
.simple_btn.white_btn:hover:after {
  background-color: #8e8e8e;
}
.box_btn {
  font-family: "Avenir-Medium";
  font-size: 14px;
  color: #4db848;
  border: 1px solid #4db848;
  padding: 10px 30px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.box_btn:hover {
  background-color: #4db848;
  color: #fff !important;
}
.box_btn:focus {
  outline: none;
}
.craftingStorySlide {
  padding: 0px 15px;
}
.craftingStorySlideInn {
  position: relative;
}
.craftingStorySlideInn:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.craftingStorySlideInn:hover:before {
  opacity: 1;
}
.craftingStoryDesc {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 1;
  padding: 20px 30px;
}
.craftingStoryDesc h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.craftingStorySlider {
  padding-top: 30px;
  position: relative;
}
.craftingAbout {
  padding-right: 20px;
  margin-bottom: 40px;
  max-width: 520px;
}
.craftingAbout:last-child {
  margin-bottom: 0px;
}
.craftingStorySlider .slick-arrow {
  top: -25px;
}
.craftingStorySlider .slick-prev {
  right: 100px;
  left: auto;
}
.craftingStorySlider .slick-next {
  right: 10px;
}
.craftingStorySlider .slick-counter {
  position: absolute;
  top: -18px;
  right: 114px;
  z-index: 1;
}
.craftingStory {
  position: relative;
  padding-right: 0;
  background: #fff;
}
.craftingStory:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -1;
  background-color: #f2f2f2;
}
.craftingStorySliderWIn {
  display: flex;
}
.craftingStorySliderWIn .craftingStorySlide {
  width: 33.33%;
}
.cuttingEdgeDent {
  position: relative;
  background-color: #fff;
}
.cuttingEdgeDent .row {
  align-items: center;
  justify-content: center;
}
.smileMakeOver {
  background: #fff;
  position: relative;
}
.smileMakeOver p {
  max-width: 520px;
  padding-right: 20px;
}
.headerWithViewAll {
  margin-bottom: 30px;
}
.viewAllBtn {
  text-align: right;
}
.makeOverSlider {
  padding-top: 15px;
  visibility: visible;
  display: flex;
  justify-content: center;
}
.makeOverSliderWrap .viewAllBtn {
  width: 100px;
  display: block;
  margin: 0px auto 0 auto;
}
.makeOverSliderWrap {
  position: relative;
  padding-bottom: 5px;
}
.makeOverSlide {
  padding: 0 15px;
  padding-bottom: 15px;
  width: 50%;
}
.dentalImplantPage .makeOverSliderWrap {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.dentalImplantPage .makeOverSlider,
.dbimplantsintPage .makeOverSlider {
  display: block;
}
.dentalImplantPage .makeOverSlide,
.dbimplantsintPage .makeOverSlide {
  width: 100%;
}
.makeOverSlideInn {
  position: relative;
}
.makeOverbeforeAfter {
  display: none !important;
  position: absolute;
  width: 100%;
  bottom: -11px;
  left: 0;
  right: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}
.makeOverbeforeAfterBx {
  border: 1px solid #68c364;
  background-color: #fff;
  text-align: center;
  padding: 5px 30px;
  z-index: 1;
  position: relative;
}
.makeOverbeforeAfterBx h4 {
  margin-bottom: 0;
  font-size: 15px;
  color: #767575;
  letter-spacing: 0.5px;
}
.cuttingEdgeRight {
  position: relative;
  background-color: #000;
}
.cuttingEdgeRight video {
  width: 100%;
  display: block !important;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.cuttingEdgeRight img {
  width: 100%;
}
/*.cuttingEdgeRight:before{content:'';width:100%;height:100%;background:rgba(0,0,0,0.4);position:absolute;top:0;right:0;bottom:0;z-index:1;}
.cuttingEdgeRight:after {content: '';background-image: url(../images/icons/play.svg);background-position: center;cursor:pointer;background-size: 50px;background-repeat: no-repeat;position: absolute;width: 100%;height: 100%;z-index: 10;top: 0;left: 0;bottom:0;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;}*/
/*.cuttingEdgeRight.videoPlay:before, .cuttingEdgeRight.videoPlay:after{opacity: 0;}*/
.playVideo,
.fullScreen,
.pauseVideo {
  height: 50px;
  width: 50px;
  position: absolute;
  background-size: 40px;
  cursor: pointer;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
}
.playVideo,
.pauseVideo {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml;utf8;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZmlsbD0nI2ZmZicgZD0ibTQzNy4wMiA3NC45OGMtNDguMzUzLTQ4LjM1MS0xMTIuNjQtNzQuOTgtMTgxLjAyLTc0Ljk4cy0xMzIuNjY3IDI2LjYyOS0xODEuMDIgNzQuOThjLTQ4LjM1MSA0OC4zNTMtNzQuOTggMTEyLjY0LTc0Ljk4IDE4MS4wMnMyNi42MjkgMTMyLjY2NyA3NC45OCAxODEuMDJjNDguMzUzIDQ4LjM1MSAxMTIuNjQgNzQuOTggMTgxLjAyIDc0Ljk4czEzMi42NjctMjYuNjI5IDE4MS4wMi03NC45OGM0OC4zNTEtNDguMzUzIDc0Ljk4LTExMi42NCA3NC45OC0xODEuMDJzLTI2LjYyOS0xMzIuNjY3LTc0Ljk4LTE4MS4wMnptLTE4MS4wMiA0MDcuMDJjLTEyNC42MTcgMC0yMjYtMTAxLjM4My0yMjYtMjI2czEwMS4zODMtMjI2IDIyNi0yMjYgMjI2IDEwMS4zODMgMjI2IDIyNi0xMDEuMzgzIDIyNi0yMjYgMjI2eiIvPjxwYXRoIGZpbGw9JyNmZmYnIGQ9Im0zNzQuNzgyIDI0My44NC0xODAtMTMwYy00LjU2Ni0zLjI5OC0xMC41OTYtMy43NTktMTUuNjExLTEuMTk1cy04LjE3MSA3LjcyMi04LjE3MSAxMy4zNTV2MjYwYzAgNS42MzMgMy4xNTYgMTAuNzkxIDguMTcxIDEzLjM1NSAyLjE1NCAxLjEwMiA0LjQ5NSAxLjY0NSA2LjgyNyAxLjY0NSAzLjA5NyAwIDYuMTc5LS45NTggOC43ODQtMi44NGwxODAtMTMwYzMuOTA0LTIuODIgNi4yMTgtNy4zNDQgNi4yMTgtMTIuMTZzLTIuMzEyLTkuMzQtNi4yMTgtMTIuMTZ6bS0xNzMuNzgyIDExMi44MjR2LTIwMS4zMjhsMTM5LjM4MSAxMDAuNjY0eiIvPjwvZz48L3N2Zz4=");
}
.pauseVideo {
  background-image: url(../images/pause.svg);
  opacity: 0;
  display: none;
}
.videoBox:hover .pauseVideo,
.cuttingEdgeRight:hover .pauseVideo {
  opacity: 1;
}
.fullScreen {
  right: 0;
  bottom: 0;
  background-image: url(../images/expand.svg);
  display: none;
}

.playVerVideoBtn {
  background-image: url("data:image/svg+xml;utf8;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZmlsbD0nI2ZmZicgZD0ibTQzNy4wMiA3NC45OGMtNDguMzUzLTQ4LjM1MS0xMTIuNjQtNzQuOTgtMTgxLjAyLTc0Ljk4cy0xMzIuNjY3IDI2LjYyOS0xODEuMDIgNzQuOThjLTQ4LjM1MSA0OC4zNTMtNzQuOTggMTEyLjY0LTc0Ljk4IDE4MS4wMnMyNi42MjkgMTMyLjY2NyA3NC45OCAxODEuMDJjNDguMzUzIDQ4LjM1MSAxMTIuNjQgNzQuOTggMTgxLjAyIDc0Ljk4czEzMi42NjctMjYuNjI5IDE4MS4wMi03NC45OGM0OC4zNTEtNDguMzUzIDc0Ljk4LTExMi42NCA3NC45OC0xODEuMDJzLTI2LjYyOS0xMzIuNjY3LTc0Ljk4LTE4MS4wMnptLTE4MS4wMiA0MDcuMDJjLTEyNC42MTcgMC0yMjYtMTAxLjM4My0yMjYtMjI2czEwMS4zODMtMjI2IDIyNi0yMjYgMjI2IDEwMS4zODMgMjI2IDIyNi0xMDEuMzgzIDIyNi0yMjYgMjI2eiIvPjxwYXRoIGZpbGw9JyNmZmYnIGQ9Im0zNzQuNzgyIDI0My44NC0xODAtMTMwYy00LjU2Ni0zLjI5OC0xMC41OTYtMy43NTktMTUuNjExLTEuMTk1cy04LjE3MSA3LjcyMi04LjE3MSAxMy4zNTV2MjYwYzAgNS42MzMgMy4xNTYgMTAuNzkxIDguMTcxIDEzLjM1NSAyLjE1NCAxLjEwMiA0LjQ5NSAxLjY0NSA2LjgyNyAxLjY0NSAzLjA5NyAwIDYuMTc5LS45NTggOC43ODQtMi44NGwxODAtMTMwYzMuOTA0LTIuODIgNi4yMTgtNy4zNDQgNi4yMTgtMTIuMTZzLTIuMzEyLTkuMzQtNi4yMTgtMTIuMTZ6bS0xNzMuNzgyIDExMi44MjR2LTIwMS4zMjhsMTM5LjM4MSAxMDAuNjY0eiIvPjwvZz48L3N2Zz4=");
}
.pauseVerVideoBtn {
  background-image: url(../images/pause.svg);
}
.playVerVideoBtn,
.pauseVerVideoBtn {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background-size: 40px;
  cursor: pointer;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}
.playVerVideoBtn.active,
.pauseVerVideoBtn.active {
  opacity: 0;
  visibility: visible;
}
.playVerVideoBtn.active:hover,
.pauseVerVideoBtn.active:hover {
  opacity: 1;
  visibility: visible;
}

.meetingTheCoreTeamSlider {
  position: relative;
}
.meetingTheCoreTeam {
  position: relative;
  background-color: #fff;
}
.meetingTheCoreTeamSlide {
  padding: 0 15px;
  height: auto;
}
.meetingTheCoreTeamSlider .slick-track {
  display: flex !important;
  display: -webkit-flex !important;
}
.meetingTheCoreTeamSlideInn img {
  /*max-width:200px;height:auto;border-radius:100%;margin:0 auto;*/
  width: 100%;
  margin-bottom: 25px;
}
.meetingTheCoreTeamSlideInn {
  background-color: #f2f2f2;
  height: 100%;
  cursor: pointer;
  position: relative;
  border: solid 1px #f0f0f0;
}
.teamDesc h3 {
  font-size: 18px;
  letter-spacing: 0.5px;
}
.teamDesc {
  padding: 0 15px;
}
.teamOverlay {
  padding: 0 15px 15px;
}
.teamDesc p,
.teamDesination {
  font-size: 15px;
  letter-spacing: 0.5px;
  font-family: "Avenir-Medium";
}
/*.teamOverlay{position:absolute;width:100%;height:100%;background-color:#000;top:0;left:0;bottom:0;z-index:1;padding:30px 20px;opacity:0;pointer-events:none; transition:opacity 0.5s;-webkit-transition:opacity 0.5s;}*/
/*.teamOverlay *{color:#fff;}*/
.teamOverlay h3 {
  font-size: 18px;
  display: none;
}
.teamOverlay .teamDesination {
  display: none;
}
.teamOverlay p:last-child {
  margin-bottom: 0px;
}
.meetingTheCoreTeamSlideInn:hover .teamOverlay {
  opacity: 1;
  pointer-events: auto;
}
.meetingTheCoreTeamW {
  padding-top: 15px;
  margin: 0 -15px;
}
/*.meetingTheCoreTeamSlider .slick-arrow{top: -50px;transform:none;}
.meetingTheCoreTeamSlider .slick-prev {right: 70px;left:auto;}
.meetingTheCoreTeamSlider .slick-next {right: 10px;}*/
.meetingTheCoreTeamSlider .slick-counter {
  position: absolute;
  top: 125px;
  right: 116px;
  z-index: 1;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
}
button {
  padding: 15px 20px;
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
button:hover {
  background-color: #fff;
  color: #000;
}
.virtualTour {
  background-position: center;
  height: 550px;
  width: 100%;
  display: table;
  text-align: center;
  align-items: center;
  color: #fff;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.virtualTour:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
}
.virtualTour h2 {
  max-width: 600px;
  font-size: 30px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.virtualTour p {
  max-width: 550px;
  line-height: 30px;
  margin: 40px auto;
  position: relative;
  z-index: 1;
}
.virtualTour .button,
.testimonialTopBottom .button {
  display: inline-flex;
  padding: 10px 20px;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
}
.virtualTour .button img {
  height: 35px;
  width: 35px;
  margin-right: 5px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
}
.virtualTour .button p,
.testimonialTopBottom .button p {
  margin: 0px;
}
.playVirtualVideo {
  cursor: pointer;
}
.virtualTour .button:hover img {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  -moz-filter: invert(0%);
}
.virtualTour .button:hover p {
  color: #000;
}
.virtualTourVideoSection video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.button {
  padding: 15px 20px;
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.button:hover {
  background-color: #fff;
  color: #000;
}
.testimonialTopBottom .button img {
  height: 35px;
  width: 35px;
}
.testimonialTopBottom .button p {
  color: #000;
}
.testimonialTopBottom .button {
  border: solid 1px #000;
}
.virtualTour h2 {
  margin-bottom: 20px;
}
.newsWrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 20px;
}
.newsInImg {
  padding: 10px;
}
.newsIn {
  width: 25%;
  text-align: center;
}
.newsIn img {
  max-height: 200px;
}
.newsLogoTitle {
  font-size: 13px;
  font-weight: 400;
}
.headerTopMobile,
.headerTopDesktop {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  color: #fff;
  z-index: 1;
  background-color: #000;
  height: 50px;
  z-index: 9;
  display: none;
  flex-wrap: wrap;
}
.headerTopDesktop {
  display: flex;
  height: 30px;
  border-bottom: solid 1px #111;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.headerTopDesktop:hover {
  background-color: #fff;
  border-bottom: solid 1px #fff;
}
.headerTopDesktop:hover p a {
  color: #000;
}
.headerTopDesktop p {
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  width: 100%;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.headerTopDesktop p a {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.headerNavDesktop ul li a {
  position: relative;
}
.headerNavDesktop ul li a:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.headerNavDesktop ul li:hover a:after {
  width: 100%;
}
.headerNavDesktop ul li.buttonMenu a:after {
  content: none;
}
.headerTopMobile .headerTopIn {
  width: 50%;
  line-height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.headerTopMobile .headerTopIn:last-child {
  border-left: solid 1px #ccc;
}
.headerTopMobile .headerTopIn a {
  display: flex;
  justify-content: center;
}
.headerTopMobile .headerTopIn img {
  height: 20px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  margin: 15px 5px;
}
.headerTopMobile .headerTopIn a {
  color: #fff;
}
.headerTopMobile .headerTopIn p {
  margin-bottom: 0px;
}
.menuClick {
  position: fixed;
  top: 10px;
  width: 40px;
  height: 40px;
  z-index: 99;
  right: 10px;
  display: none;
}
.menuClick span {
  height: 2px;
  width: 30px;
  position: absolute;
  right: 5px;
  background-color: #fff;
  top: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.menuClick span:nth-child(2) {
  top: 20px;
  width: 20px;
}
.menuClick span:nth-child(3) {
  top: 30px;
  width: 10px;
}
.mobileMenuOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  display: none;
}
.menuClick.menuActive {
  left: 350px;
  top: 10px;
}
.menuClick.menuActive span {
  opacity: 0;
  top: 20px;
}
.menuClick.menuActive span:first-child {
  opacity: 1;
  width: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.menuClick.menuActive span:last-child {
  opacity: 1;
  width: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
header ul.menuActiveList {
  right: 0;
}
.mobile___menu {
  display: none;
}
header {
  background-color: rgba(0, 0, 0, 0.2);
}
.menuActiveList .buttonMenu {
  display: none;
}
.enquireMobileBtn {
  position: fixed;
  right: 10px;
  top: 60px;
  display: none;
}
.enquireMobileBtn button {
  font-size: 12px;
}
/*.showDiv{opacity: 0;  transition: all 1.5s; -webkit-transition: all 1.5s; -moz-transition: all 1.5s;}
.showDivLeft{transform: translateX(-50px); -webkit-transform: translateX(-50px); -moz-transform: translateX(-50px);}
.showDivRight{transform: translateX(50px); -webkit-transform: translateX(50px); -moz-transform: translateX(50px);}
.showDivTop{transform: translateY(-50px); -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px);}
.showDivbottom{transform: translateY(50px); -webkit-transform: translateY(50px); -moz-transform: translateY(50px);}
.showDivZoom{transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8);}
.add_showDiv{transform: translateX(0px); -webkit-transform: translateX(0px); -moz-transform: translateX(0px); opacity: 1}
.add_showDiv2{transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); opacity: 1}
.add_showDivZoom{opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);}
.showPageload{opacity: 1}*/
/*.showDivFade{animation: fade 2s linear 1s}*/
.showDivFadeactive {
  animation: fade 2s linear 1s forwards;
}
.mobileMenuOpt {
  display: none;
  padding: 20px !important;
}
.closeMenu {
  padding: 0 0 10px 20px;
  background-image: url(../images/leftArrow.svg);
  background-size: 12px;
  background-position: 0px 3px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #000;
}
.mobileMenuButtons {
  display: flex;
}
.menuMobileBtn {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 10px 0;
  line-height: 30px;
  margin: 0 2px;
  background-color: #000;
  border: none;
}
.menuMobileBtn a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  display: flex !important;
  display: -webkit-flex;
  justify-content: center;
  padding: 0 !important;
}
.menuMobileBtn a:hover:after,
.menuMobileBtn a:after {
  width: 0 !important;
}
.headerNavDesktop ul li:hover .menuMobileBtn a:after {
  width: 0;
}
.menuMobileBtn p {
  color: #fff;
  width: calc(100% - 16px);
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 16px;
  margin: 7px 0;
  font-size: 13px;
}
.menuMobileBtn img {
  display: block;
  height: 16px;
  width: 16px;
  margin: 7px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
}
.slick-dots {
  bottom: -30px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  padding: 0px;
  width: 10px;
  height: 10px;
  line-height: 11px;
}
/*.slick-dots li.slick-active button{line-height:12px;}*/
.slick-dots li button:before {
  font-size: 6px;
  width: 100%;
  height: 100%;
  line-height: unset;
  color: #68c364;
  transition: all 0.5s;
}
.slick-dots li.slick-active button:before {
  color: #68c364;
  font-size: 9px;
  width: 100%;
  height: 100%;
}
.achievingExcellenceMain .achievingExcellSlider ul {
  left: 0;
  text-align: left;
  padding: 0 0 0 70px;
  bottom: 0px;
}
.takeVirtualTourSlider .slick-dots {
  bottom: -45px;
}
.meetingTheCoreTeamSlider .slick-dots {
  position: static;
  margin: 20px 0 0;
}
.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--thumbs {
  display: none;
}
.fancybox-button {
  padding: 5px;
}
.fancybox-button:hover {
  background-color: transparent;
}
.fancybox-button:hover svg path {
  fill: #68c364;
}
.fancybox-navigation .fancybox-button div {
  padding: 3px;
}
.fancybox-infobar {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-color: transparent;
}
.mobileShow {
  display: none;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/*.bannerOther{height: 450px; background-position: center; background-size: cover; background-image: url(../images/banner.jpg); display: flex; }*/
.breadcrums {
  display: none !important;
  position: absolute;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  top: 130px;
  text-transform: uppercase;
  left: auto;
  font-size: 11px;
}
.bannerOther h1 {
  width: 100%;
  color: #fff;
  bottom: 120px;
  text-align: center;
  position: absolute;
  left: 0;
  font-size: 45px;
}
.bannerOtherMobile {
  display: none;
}
.leftRightOne {
  padding-right: 30px;
}
.biteAndChewBox h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.biteAndChewBox img {
  width: 35px;
  height: auto;
  margin-bottom: 15px;
  margin-bottom: 20px;
}
.biteAndChewBox {
  border: 1px solid #cccccc;
  padding: 30px;
  min-height: 220px;
  background: #fff;
}
.biteAndChew {
  position: relative;
}
.biteAndChew:after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
  background-color: #f2f2f2;
}
.successfullReplacingDesc h2 {
  margin-bottom: 15px;
}
.internationalLogoB {
  padding: 20px;
  max-width: 145px;
  margin: auto;
}
.internationalLogoB img {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.internationalLogoB:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.bannerOther {
  margin-bottom: 70px;
}

.InHouse3DScan .cuttingEdgeRight {
  position: relative;
}
.InHouse3DScan .cuttingEdgeRight .InHouse3DScanCaption {
  font-size: 12px;
  color: #000;
  width: 100%;
  padding: 10px 0px;
  text-transform: uppercase;
  z-index: 1;
}
.InHouse3DScan .cuttingEdgeRight {
  background-color: #fff;
}
.aestheticsInDentalB h2 {
  margin-bottom: 20px;
}
.aestheticsInDentalB {
  padding-bottom: 30px;
  max-width: 520px;
}
.ctScanImgDesc h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.ctScanImgDesc {
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #fff;
}
.ctScanImg {
  padding-left: 20px;
  position: relative;
}
.ctScanImaging {
  position: relative;
}
.ctScanImaging:after {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: -1;
  background-color: #f2f2f2;
}
.timeFrameTab h2 {
  text-align: center;
  font-size: 20px;
  color: #bababa;
}
.timeFrameTab {
  padding: 20px 30px 40px;
  cursor: pointer;
}
.timeFrameFeatures {
  padding: 30px;
  border: 1px solid #ccc;
  height: 100%;
  background-color: #fff;
}
.timeFrameFeatures h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.timeFrameFeatures ul,
.customOrderList ul,
.stepByStepSection ul {
  margin-bottom: 0;
}
.timeFrameFeatures ul li,
.customOrderList ul li,
.stepByStepSection ul li {
  margin: 15px 0;
  position: relative;
  padding-left: 35px;
}
.timeFrameFeatures ul li:before,
.customOrderList ul li:before,
.stepByStepSection ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-image: url("../images/star.png");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.timeFrameTabWrap {
  position: relative;
}
.timeFrameTabWrap:after {
  content: "";
  width: 200%;
  height: 200px;
  position: absolute;
  bottom: -30px;
  left: -30%;
  z-index: -1;
  background-color: #f2f2f2;
}
.timeFrameContent {
  display: none;
}
.cosmeticDentistryPage .timeFrameContent .row,
.internationalClientsPage .timeFrameContent .row {
  margin-bottom: -1.5rem;
}
.toothWhiteningPage .timeFrameContent .row,
.internationalClientsMumbaiPage .whyAreWeYourIn .row {
  margin-bottom: -20px;
}
.warrantiesPage .timeFrameTabContentWraper .row {
  margin-bottom: -0.5rem;
}
.timeFrameTab.active h2 {
  color: #000;
}
.halfDesc {
  margin-bottom: 30px;
  max-width: 520px;
  width: 100%;
}
.All-On-4Implants .successfullReplacingDesc {
  padding-left: 0;
  padding-right: 30px;
}
.otherImplantSytemslogo img {
  max-width: 100px;
  margin: 0 auto;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.otherImplantSytemslogo:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.otherImplantSytemslogosW {
  padding: 50px 00px;
}
.otherImplantSytemslogo {
  text-align: center;
  padding: 25px 15px;
}
.otherImplantSytemsRow {
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.otherImplantSytemsRow .otherImplantSytemsLogos {
  background-color: #fff;
}
.otherImplantSytems h2 {
  font-size: 20px;
}
.otherImplantSytems {
  padding: 30px;
}
.gentleAndPainFreeBg {
  min-height: 70vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gentleAndPainFreeBg a {
  display: inline-block;
}
.gentleAndPainFree h2,
.gentleAndPainFree p {
  color: #fff;
}
.bookNowBtn {
  width: 160px;
  height: 50px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.bookNowBtn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
/*.gentleAndPainFreeBg .mainTitle,.successfullReplacing .mainTitle{margin-bottom:10px;}*/
.dentzzImgGallery .testimonailPersonImg {
  width: 100%;
  height: auto;
  border-radius: 0px;
  transform: none;
}
.dentzzImgGallery .testimonailPersonImg img {
  height: auto;
}
.dentzzImgGallery .dentzzImgGallerySlider,
.dentzzImgGallery .dentzzImgGallerySliderNew {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.dentzzImgGallery .galleryThumbsSlider {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.dentzzImgGallery .galleryThumbsSliderNew {
  max-width: 470px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.dentzzImgGallery .testimonialTopWrapIn {
  padding: 0 30px;
}
.dentzzImgGallery {
  padding-top: 40px;
}
.all_on_four_slider .slick-dots {
  position: static;
}
/*.fullMouthReconstructionPage .dentzzImgGallery,
.dentalTreatmentsPage .dentzzImgGallery,
.teethInOneDayPage .dentzzImgGallery{margin-bottom:90px;}*/
.gentleAndPainFree {
  position: relative;
  margin: 40px 0;
}
.gentleAndPainFree .col-md-6 {
  position: relative;
  z-index: 2;
}
.gentleAndPainFree:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.2) 10%,
    rgba(0, 0, 0, 0) 100%
  );
}
.cosmeticSmileMakeover .timeFrameFeatures {
  padding: 20px;
}
.cosmeticSmileMakeover .timeFrameTabWrap:after {
  height: 100px;
}
.smileGallery .makeOverSlider {
  flex-wrap: wrap;
  margin: 0 -15px;
}
.smileGallery .makeOverSlide {
  margin-bottom: 70px;
}
.borderedBtn {
  font-family: "Avenir-Black";
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid #4db848;
  color: #4db848;
  cursor: pointer;
  width: 160px;
  height: 45px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.borderedBtn:hover {
  background-color: #4db848;
  color: #fff;
}
.compositeFillings .makeOverSliderWrap .makeOverSlide {
  width: 100%;
  padding: 0;
}
.cosmeticDentalProceBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px;
  position: relative;
}
.cosmeticDentalProceBg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.cosmeticDentalProceBgText .cosmeticDentalProceSubT {
  font-size: 17px;
}
.cosmeticDentalProceBgText * {
  color: #fff;
}
.cosmeticDentalProceBgText {
  position: relative;
  z-index: 1;
}
.cosmeticDentalProceBgText h2 {
  margin-bottom: 10px;
}
.cosmeticDentalProcedureList ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.cosmeticDentalProcedureList ul li {
  width: 50%;
  padding-right: 20px;
  margin: 10px 0;
}
.cosmeticDentalProcedures .row:after {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  border: 1px solid #ccc;
  top: 0;
  left: 15px;
  z-index: 1;
}
.ourCosmeticDental .timeFrameFeatures h2 {
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
}
.ourCosmeticDental .timeFrameFeatures {
  padding: 25px;
}
.ourCosmeticDental .timeFrameTabWrap:after {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.restoreTheForm p {
  max-width: 900px;
  margin: auto;
  padding-right: 0;
}
.restoreTheForm .makeOverSlide:nth-last-child(1),
.restoreTheForm .makeOverSlide:nth-last-child(2) {
  margin-bottom: 0;
}
.invisibleBracesPage .restoreTheForm p {
  max-width: 700px;
  margin: 0 auto;
  padding-right: 0;
}
.invisibleBracesPage .timeFrameTabWrap:after {
  height: 300px;
}
.invisibleBracesPage .timeFrameTabWrap .row {
  margin-left: -5px;
  margin-right: -5px;
}
.invisibleBracesPage .timeFrameTabWrap .col-md-4 {
  padding-right: 5px;
  padding-left: 5px;
}
.lingualBraces .mainContainer {
  padding: 0 240px;
}
.lingualBraces {
  position: relative;
}
.lingualBraces:after {
  content: "";
  width: 50%;
  height: 200px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -10%;
  z-index: -1;
  background-color: #f2f2f2;
}
.lingualBraces .row {
  border: 1px solid #ccc;
  background-color: #fff;
}
.ceramicBraces:after {
  left: auto;
  right: -10%;
}
.lingualBraces img {
  border-right: 1px solid #ccc;
  height: 100%;
  object-fit: cover;
}
.ceramicBraces img {
  border-left: 1px solid #ccc;
  height: 100%;
  object-fit: cover;
}
.facialPainCuresPage .missingTeeth span {
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
.facialPainCuresPage .ourCosmeticDental .timeFrameFeatures {
  padding: 25px 15px;
}
.facialPainCuresPage .ourCosmeticDental .timeFrameAccordionW {
  position: relative;
}
.facialPainCuresPage .ourCosmeticDental .timeFrameAccordionW:after {
  content: "";
  width: 150%;
  top: 50px;
  height: calc(100% - 30px);
  position: absolute;
  bottom: -30px;
  left: -10%;
  z-index: -1;
  background-color: #f2f2f2;
}
.facialPainCuresPage .ourCosmeticDental .timeFrameTabWrap:after {
  content: none;
}
.facialPainCuresPage .greyOverlayPara {
  position: relative;
  z-index: 1;
}
.sixBlockTitle {
  font-size: 18px;
}
.neuDentiBox p {
  padding: 20px 15px;
  margin-bottom: 0;
}
.neuDentiBox {
  border: 1px solid #ccc;
  height: 100%;
}
.toothWhiteningPage .ourCosmeticDental .timeFrameTabWrap:after,
.advancedGumTreatPage .ourCosmeticDental .timeFrameTabWrap:after {
  top: 50px;
  transform: none;
  height: 150px;
}
.advancedGumTreatPage .gentleAndPainFree * {
  color: #fff;
}
.toothWhiteningVideo .videosblockSlide {
  max-width: 530px;
  margin: 0 auto;
  width: 100%;
}
.toothWhiteningVideo .videoBlockSlider {
  display: block;
}
.toothWhiteningVideo_desc h3 {
  font-size: 20px;
  padding: 30px 15px;
  margin-bottom: 0;
}
.toothWhiteningVideo .videosblockSlide {
  border: 1px solid #ccc;
  padding: 0;
}
.toothWhiteningPage .timeFrameTabWrap:after {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.toothWhiteningPage .missingTeeth .circleDraw {
  max-width: 300px;
}
.toothWhiteningPage .missingTeeth .circleDraw path,
.toothWhiteningPage .missingTeeth .circleDraw line,
.toothWhiteningPage .missingTeeth .circleDraw polyline {
  fill: none;
  stroke-dashoffset: 1851;
  stroke-dasharray: 1850 2000;
}
.toothWhiteningPage .pathAnimateActive.missingTeeth .circleDraw path,
.toothWhiteningPage .pathAnimateActive.missingTeeth .circleDraw line,
.toothWhiteningPage .pathAnimateActive.missingTeeth .circleDraw polyline {
  animation: formation 2s forwards 1s ease-in-out;
}
.animateText {
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 4s;
}
.toothWhiteningPage .pathAnimateActive.missingTeeth .animateText {
  opacity: 1;
}
.animat1 {
  animation-delay: 1s !important;
}
.animat2 {
  animation-delay: 2.6s !important;
}
.animat3 {
  animation-delay: 3s !important;
}
.animat4 {
  animation-delay: 3.3s !important;
}
.animat5 {
  animation-delay: 3.6s !important;
}
@keyframes formation {
  from {
    stroke-dashoffset: 1850;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.dentistryForChildren span {
  font-size: 18px;
}
.dentistryForChildren .mainTitle {
  margin-bottom: 10px;
}
.dentistryForChildren p {
  max-width: 800px;
  margin: 0 auto;
}
.grayBg {
  position: relative;
}
.grayBg:after {
  content: "";
  width: 150%;
  height: 200px;
  position: absolute;
  bottom: -30px;
  left: -10%;
  z-index: -1;
  background-color: #f2f2f2;
}
.readjustingOurAppr.grayBg:after {
  height: 60%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.preventiveDetntistry {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.childrenDentistryBx {
  border: 1px solid #ccc;
  height: 100%;
}
.childrenDentistryBlocks .col-md-6 {
  margin-bottom: 70px;
}
.childrenDentistryBlocks {
  margin-bottom: -70px;
}
.allThatDentistryMainT {
  margin-bottom: 70px;
}
.allThatDentistryBxDesc {
  padding: 30px;
}
.allThatDentistryBxDesc .mainTitle {
  font-size: 20px;
  margin-bottom: 15px;
}
.allThatDentistryBx {
  border: 1px solid #ccc;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  transform: none !important;
}
.allThatDentistryWrapper .col-md-6 {
  margin-bottom: 100px;
}
.allThatDentistryWrapper {
  margin-top: 100px;
  margin-bottom: -100px;
}
/*.allThatDentistryWrapper .col-md-6:nth-last-of-type(1),.allThatDentistryWrapper .col-md-6:nth-last-of-type(2){margin-bottom:0;}*/
.compre_pickup_block {
  overflow: hidden;
}
.theFirstStepConsult span,
.mainHeadingSubT {
  font-size: 20px;
}
.mainHeadingSubT {
  padding-bottom: 5px;
  display: block;
}
.compre_pickup_border_box {
  max-width: 655px;
  margin: 0 auto;
  border: 1px solid #4db848;
  padding: 30px;
  text-align: center;
  background-color: #fff;
}
.compre_pickup_border_box h2 {
  font-size: 20px;
  line-height: 33px;
}
.compre_pickup_border_box .simple_btn {
  margin-top: 15px;
}
.compre_pickup_block.grayBg:after {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 150px;
}
.compre_pickup_border_box .simple_btn:after {
  content: none;
}
.compre_pickup_border_box .simple_btn {
  padding: 10px 15px;
  border: 1px solid #000;
  transform: none;
}
.compre_pickup_border_box .simple_btn:hover {
  background-color: #000;
  color: #fff;
}
.disease_immediately .customOrderList ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.disease_immediately .customOrderList {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
.disease_immediately .customOrderList ul li {
  width: 50%;
  padding-right: 15px;
}
.disease_immediately_Inn .row {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}
.disease_immediately_desc {
  padding-left: 30px;
}
.bacteriaStgBx {
  text-align: center;
  padding: 20px;
  padding-bottom: 35px;
  height: 100%;
}
.bacteriaStagesWrapper {
  border: 1px solid #ccc;
}
.bacteriaStgBx h2 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}
.bacteriaStgBx p {
  min-height: 50px;
}
.grayLabel {
  background-color: #ccc;
  padding: 5px 0;
  font-family: "Avenir-Medium";
  position: absolute;
  width: calc(100%);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bacteriaStagesWrapper .col-md-3 {
  padding: 0;
}
.bacteriaStagesWrapper .row {
  margin: 0;
}
.advancedTechnologyMeetsVid iframe {
  width: 100%;
  height: 330px;
}
.understandingLasers .timeFrameAccordionW .timeFrameFeatures h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.understandingLasers .timeFrameTabWrap:after {
  height: 250px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.differentDentalApplications .customOrderList {
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
}
.differentDentalApplications span {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}
.differentDentalApplications ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.differentDentalApplications ul li {
  width: 33.33%;
  padding-right: 5px;
}
.differentDentalApplications.grayBg:after {
  top: calc(50% + 25px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 100px;
}
.tScanForBitePage .ourCosmeticDental .timeFrameTabWrap:after {
  top: 50px;
  transform: none;
  height: 110px;
}
.teethInOneDayPage .biteAndChew .biteAndChewBox {
  min-height: 0px;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
.teethInOneDayPage .biteAndChew .biteAndChewBox h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.teethInOneDayPage .biteAndChew:after {
  bottom: 0px;
  height: 50%;
}
.teethInOneDayPage .dentistryForChildren p {
  font-size: 18px;
}
.internationalClientsPage .timeFrameTabWrap .col-6,
.warrantiesPage .timeFrameTabWrap .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}
.internationalClientsPage .timeFrameTabWrap:after,
.warrantiesPage .timeFrameTabWrap:after {
  height: 80%;
}
.internationalClientsPage .timeFrameTabWrap .timeFrameFeatures {
  padding: 40px 20px;
}
.internationalClientsPage .timeFrameTabWrap .timeFrameFeatures p {
  margin-bottom: 0;
}
.flagWrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}
.flagLeft {
  width: 80px;
}
.flagRight {
  width: calc(100% - 80px);
  padding-left: 15px;
}
.aboutTesti p {
  font-size: 17px;
}
.aboutTesti {
  max-width: 800px;
  width: 100%;
  padding-left: 20px;
}
.testimonial {
  padding: 50px 0;
}
.testimonialsVideos .videoTourBx {
  margin-bottom: 30px;
}
.awardsPressTabW {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.awardsPressTabW .awardPressT h2 {
  font-size: 25px;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.awardsPressTabW .awardPressT {
  padding: 10px 20px;
  cursor: pointer;
  user-select: none;
  position: relative;
  border-bottom: 1px solid #222222;
}
.awardsPressTabW .awardPressT:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  right: 0;
  background-color: #000;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.awardsPressTabW .awardPressT.active:after {
  transform: scaleX(1);
}
.awardsPressTabW .awardPressT.active h2 {
  opacity: 1;
}
.awardPressContent {
  padding-top: 60px;
  padding-bottom: 10px;
}
.awardPressContent {
  display: none;
}
.awardDate {
  font-family: "Avenir-Medium";
  font-style: italic;
  color: #878787;
  font-size: 15px;
}
.aboutAwards h2 {
  font-weight: 700;
  font-size: 20px;
}
.aboutAwards p {
  line-height: 26px;
}
.awardsSection {
  padding: 30px 0;
}
.awardsSection .col-md-4,
.testimonial .col-md-3 {
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  padding: 0;
  border-radius: 100%;
  height: 120px;
  overflow: hidden;
}
.awardsSection .awardImg,
.testimonial .testiImg {
  width: 100%;
  height: 100%;
}
.awardsSection .awardImg img,
.testimonial .testiImg img {
  height: 100%;
  object-fit: cover;
}
.awardsSection .aboutAwards {
  max-width: 750px;
}
.pressSection .row {
  margin-left: -60px;
  margin-right: -60px;
}
.pressBox {
  padding: 30px 60px 30px;
}
.pressBox img {
  width: auto;
  height: 60px;
}
.assessYourSmileQueList {
  padding-top: 10px;
}
.assessYourSmileQueList .customOrderList ul li {
  width: 50%;
  padding-right: 20px;
  font-size: 17px;
  margin: 20px 0;
}
.ifYourAnsr {
  position: relative;
}
.ifYourAnsr:after,
.ifYourAnsr:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #ccc;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
}
.ifYourAnsr.animateBorder:after,
.ifYourAnsr.animateBorder:before {
  width: 100%;
}
.ifYourAnsr:before {
  top: 0;
  left: 0;
}
.ifYourAnsr:after {
  bottom: 0;
  right: 0;
}
.ifYourAnsr p {
  max-width: 550px;
  margin: 0 auto;
  font-size: 17px;
}
.ifYourAnsr p span {
  font-family: "Avenir-Medium";
}
.financialPackBx img {
  width: 55px;
}
.financialPackBx div {
  width: calc(100% - 55px);
}
.financialPackBx div span {
  font-family: "Avenir-Medium";
}
.toGiveAnApproxi {
  background-color: #f6f6f6;
}
.toGiveAnApproxiTitle {
  font-size: 18px;
  margin-bottom: 25px;
  display: block;
}
.formElement .form-control {
  height: 55px;
  border-radius: 0;
  padding-left: 18px;
  border-color: #848484;
}
.formElement label {
  position: absolute;
  top: -14px;
  left: 30px;
  background: #fff;
  padding: 0 10px;
  margin-bottom: 0;
  z-index: 1;
}
.formElement {
  margin-bottom: 35px;
  padding: 0 20px !important;
  position: relative;
}
select {
  cursor: pointer;
  background-color: transparent;
  background-image: url(../images/downArrowBlack.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding-right: 30px;
}
.jobApplicationFormHead p {
  line-height: 30px;
}
.jobApplicationFormHead p a {
  font-family: "Avenir-Medium";
}
.form-row {
  margin-left: -20px;
  margin-right: -20px;
  max-width: 1100px;
}
[type="button"]:not(:disabled).simple_btn,
[type="reset"]:not(:disabled).simple_btn,
[type="submit"]:not(:disabled).simple_btn,
button:not(:disabled).simple_btn {
  color: #000;
  padding: 0;
}
[type="button"]:not(:disabled):hover,
[type="reset"]:not(:disabled):hover,
[type="submit"]:not(:disabled):hover,
button:not(:disabled):hover {
  color: #8e8e8e;
}
.regionWiseTab {
  font-size: 12px;
  padding: 15px 10px;
  letter-spacing: 0.1px;
  border: 1px solid #4db848;
  text-align: center;
  color: #4db848;
  cursor: pointer;
}
.regionWiseTab.active {
  background-color: #4db848;
  color: #fff;
}
.regionWiseTab a {
  color: #4db848;
}
.regionWiseTab.active a {
  color: #fff;
}
.jobApplicationForm {
  padding-top: 50px;
}
.jobApplicationContent {
  display: none;
}
.jobApplicationContent .formElement {
  text-align: left;
}
.jobApplicationWrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.largePara {
  font-size: 17px;
}
.infoWeCollect .customOrderList ul li {
  margin: 25px 0;
}
/*.policyPage .clientTestimonials,.disclaimerPage .clientTestimonials{display:none;}*/
.thisWebsiteDisclaimer a {
  color: #4cb846;
  text-decoration: underline;
}
.materialsUsedPage .assessYourSmileQueList .customOrderList ul li {
  width: 33.33%;
  margin: 25px 0;
}
.materialsUsedPage .assessYourSmileQueList .customOrderList ul {
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
}
.materialsUsedPage .assessYourSmileQueList {
  margin-top: 30px;
}
.materialsUsedPage .assessYourSmileQueList.grayBg:after {
  bottom: auto;
  top: 50%;
  height: 80%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.worldClassDentistry .videosblock {
  padding-top: 50px;
}
.whyAreWeYourBx {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 30px 20px;
  margin-bottom: 20px;
  height: 100%;
}
.whyAreWeYourBx h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.whyAreWeYourBx p {
  margin-bottom: 0;
}
.whyAreWeYourIn .col-md-6 {
  margin-bottom: 20px;
}
.whyAreWeYourIn .grayBg:after {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 88%;
}
/*.commentsField .form-control{height:70px;}*/
.charmConfidenceSlider,
.charmConfidenceSlider2,
.charmConfidenceSlider3,
.dentistryForChildren .galleryThumbsSlider,
.dentistryForChildren .galleryThumbsSliderNew {
  max-width: 755px;
  margin: 20px auto 0;
  position: relative;
}
.dentistryForChildren .galleryThumbsSlider,
.dentistryForChildren .galleryThumbsSliderNew {
  margin: 5px auto 0;
}
.charmConfidenceSlider .slick-list,
.dentalImplantPerfectGallery .slick-list {
  padding-bottom: 15px;
}
.smileMakeOverGalleryWithThumb,
.customSmileGallery {
  max-width: 650px;
  margin: 0 auto;
}
.charmConfidenceSlider.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.smileGalleryGrayBox {
  background-color: #000;
}
.smileGalleryGrayBox *,
.smileGalleryGrayBox a {
  color: #fff;
}
.smileGalleryGrayBox .simple_btn:after {
  background-color: #fff;
}
.smileGalleryGrayBox .simple_btn:hover:after {
  background-color: #8e8e8e;
}
.smileGalleryGrayBox p {
  font-size: 22px;
}
.smileGalleryGrayBox {
  padding: 90px 0;
}
.uniqueFeatures .customOrderList ul li {
  margin-bottom: 30px;
}
.uniqueFeatures .customOrderList ul li:last-child {
  margin-bottom: 0px;
}
.tourVideo,
.tourVideo iframe {
  width: 100%;
}
.tourVideo img {
  display: block !important;
}
.tourVideo iframe,
.tourVideo img {
  height: 250px;
  background-color: #000;
}
.videoTourBx h2 {
  font-size: 20px;
}
.videoTourBx {
  padding: 0 15px;
}
.clinicPicturesTabsSlider {
  display: inline-flex;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  width: 100%; /*overflow-x:auto; */
  border-bottom: 1px solid #ccc;
}
.clinicPicturesTabsSlider .slick-prev {
  top: 60px;
  left: auto;
  right: 25px;
}
.clinicPicturesTabsSlider .slick-next {
  top: 60px;
}
.clinicPicturesTabsSlider h2 {
  color: #999999;
  font-size: 18px;
  white-space: nowrap;
  margin-bottom: 0;
}
.clinicPicturesTabsSlider li {
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  padding-bottom: 10px;
}
.clinicPicturesTabsSlider li:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #4db848;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.clinicPicturesTabsSlider li.active:after {
  transform: scaleX(1);
}
.clinicPicturesTabsSlider li.active h2 {
  color: #000;
}
.clinicPicturesGalleryGrid .clinicImgBox {
  padding: 10px;
}
.clinicPicturesGalleryGrid .clinicImgBox a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.clinicPicturesGalleryGrid .row {
  margin-left: -10px;
  margin-right: -10px;
}
.clinicPicturesGalleryGrid {
  margin: 40px 0;
}
.videoTourSlider .slick-dots {
  position: static;
}
.clinicPictureGridBx {
  /*padding-top: 100%;*/
  position: relative;
  width: 100%;
}
/*.clinicPictureGridBx img{height:212px;object-fit:cover;}*/
/*.clinicPictureGridBx img {object-fit: cover;height: 100%;position: absolute;top: 0;left: 0;right: 0;}*/
.countryBox span {
  font-family: "Avenir-Black";
}
.countryBox {
  border: 1px solid #ccc;
  margin-bottom: 8px;
  padding: 14px;
}
.countryBox img {
  max-width: 63px;
}
.countryBox p {
  margin-bottom: 0;
}
.sayHellow .col-md-3,
.sayHellow .col-md-12 {
  padding: 0 4px;
}
.sayHellow .row {
  margin: 0 -4px;
}
.enuiryEmailId {
  padding: 20px;
  border: 1px solid #4db848;
}
.enuiryEmailId svg {
  width: auto;
  height: 25px;
}
.enuiryEmailId a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.enuiryEmailId p {
  font-size: 17px;
}
.onlineAppointmentPage .clientTestimonials,
.clinicVideosPage .clientTestimonials {
  display: none;
}
.youtube_video img {
  height: 100%;
}
/*.videoTourSlider .slick-list{margin:0 -15px;}*/
.youtube_thumb {
  position: relative;
}
.youtube_thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/play-button-white.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.videoTourBx img {
  width: 100%;
}
.clinicVideos .videoTourBx {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.youtube_video_pagination ul li h2 {
  font-size: 20px;
  margin: 0;
}
.youtube_video_pagination ul li {
  padding: 0 10px;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.youtube_video_pagination ul li.active {
  background-color: #44af3f;
  color: #fff;
  border-radius: 100%;
}
.page_prev,
.page_next {
  content: "";
  width: 32px;
  border: none !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
}
.page_prev {
  background-image: url(../images/left-arrow-green.svg);
}
.page_next {
  background-image: url(../images/right-arrow-green.svg);
}
.youtube_video_pagination {
  padding-top: 50px;
}
.safetyOurFirstPriority .youtube_thumb:after {
  background-size: 45px;
}
.infrastructureAndProcesses .row {
  margin: 0 -30px;
  margin-bottom: -60px;
}
.infrastructureAndProcesses .col-md-6 {
  padding: 0 30px;
  padding-bottom: 60px;
}
.protocolBx {
  padding: 30px 40px;
  border: 1px solid #ccc;
  height: 100%;
}
.protocolBx h2 {
  font-size: 25px;
}
.protocols .col-md-6,
.protocols .col-md-4 {
  padding-bottom: 30px;
}
.protocols .row {
  margin-bottom: -30px;
}
.beforeTheAppointment .protocolBx {
  padding: 20px;
}
.mapIframe iframe {
  width: 100%;
  height: 630px;
  background-color: #f2f2f2;
  margin-top: -180px;
}
.locationsTabW {
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.locationName {
  padding: 10px 20px;
  cursor: pointer;
  user-select: none;
  position: relative;
  width: 33.33%;
  text-align: center;
}
.locationName h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.locationsAddress span {
  color: #44ad3f;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.locationName:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  right: 0;
  background-color: #44ad3f;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.locationName.active:after {
  transform: scaleX(1);
}
.addressWrap {
  border-bottom: 1px solid #ccc;
  padding: 30px;
}
.addressWrap p {
  cursor: pointer;
}
.addressWrap:last-child {
  border: none;
}
.locationsAddressIn,
.mapIframe {
  display: none;
  overflow: hidden;
}
.locationsAddress {
  height: 409px;
  overflow: auto;
}
.locationsAddress::-webkit-scrollbar {
  width: 3px;
}
.locationsAddress::-webkit-scrollbar-track {
  background-color: #ccc;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.locationsAddress::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #44ad3f;
}
.reachOutAddresses {
  margin-left: -30px;
}
.locationsPage .clientTestimonials {
  display: none;
}
.openInGBtn {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.openInGBtn:hover {
  text-decoration: underline;
}
.whyAreWeYourIdeal .customOrderList {
  margin-top: 30px;
}
.whyAreWeYourIdeal .customOrderList p {
  font-weight: 700;
}
.dentalImplantAusPage .smileGalleryGrayBox h2 {
  font-size: 30px;
}
.dentalImplantAusPage .videosblock .simple_btn {
  display: none;
}
.dentalImplantAusPage .smileGalleryGrayBox {
  padding: 60px 0;
  margin: 00px 0px 30px;
}
.dentalImplantAusPage.dentalimplantsindiadePage .smileGalleryGrayBox {
  margin: 40px 0;
}
.dentalImplantAusPage .ourCosmeticDental .timeFrameTabWrap:after {
  height: 75%;
}
.internationalClientsPage
  .ourCosmeticDental
  .timeFrameTabContentWraper
  .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
  transform: none !important;
}
.aboutMumbaiDesc {
  padding-right: 100px;
}
.dentalImplantAusPage .timeFrameTabContentWraper .col-md-6 {
  padding-bottom: 25px;
}
.dentalImplantAusPage .timeFrameTabContentWraper .row {
  margin-bottom: -25px;
}
.fullMouthImpCase .col-md-6 {
  margin-bottom: 25px;
}
.fullMouthImpCase .col-md-6:last-child {
  margin-bottom: 0;
}
.fullMouthImpCase .row {
  margin-bottom: -25px;
}
.requestAQuoteForm {
  max-width: 1200px;
  margin: 0 auto;
}
.requestAQuoteForm .formElement {
  text-align: left;
}
/*Youtube video*/
.youtube-player {
  display: block;
  position: relative;
}
/*@supports (clip-path: polygon(0% 0%, 0% 100%, 20% 100%, 20% 20%, 80% 18%, 79% 94%, 4% 95%, 18% 100%, 100% 100%, 100% 0%)) {
    @media screen and (max-width: 768px) {
        .youtube-player:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 74%;
            background: red;
            z-index: 999;
            -webkit-clip-path: polygon(0% 0%, 0% 100%, 20% 100%, 20% 20%, 80% 18%, 79% 94%, 4% 95%, 18% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 20% 100%, 20% 20%, 80% 18%, 79% 94%, 4% 95%, 18% 100%, 100% 100%, 100% 0%);
        }
    }
}*/
@supports (
  clip-path:
    polygon(
      0% 0%,
      0% 100%,
      37% 100%,
      37% 43%,
      64% 43%,
      64% 95%,
      4% 95%,
      18% 100%,
      100% 100%,
      100% 0%
    )
) {
  @media screen and (max-width: 768px) {
    .youtube-player:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 73%;
      background: transparent;
      z-index: 9999;
      -webkit-clip-path: polygon(
        0% 0%,
        0% 100%,
        37% 100%,
        37% 33%,
        64% 33%,
        64% 100%,
        4% 100%,
        18% 100%,
        100% 100%,
        100% 0%
      );
      clip-path: polygon(
        0% 0%,
        0% 100%,
        37% 100%,
        37% 33%,
        64% 33%,
        64% 100%,
        4% 100%,
        18% 100%,
        100% 100%,
        100% 0%
      );
    }

    .youtube-player.playing:before {
      -webkit-clip-path: polygon(
        0% 0%,
        0% 100%,
        37% 100%,
        37% 33%,
        64% 33%,
        64% 100%,
        4% 100%,
        18% 100%,
        100% 100%,
        100% 0%
      );
      clip-path: polygon(
        0% 0%,
        0% 100%,
        37% 100%,
        37% 33%,
        64% 33%,
        64% 100%,
        4% 100%,
        18% 100%,
        100% 100%,
        100% 0%
      );
      height: 73%;
    }
  }
}
.youtube-player.ended::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
  z-index: 999;
}
.youtube-player.paused::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  /*background-image: url('../images/icons/play.svg');*/
  background-image: url("data:image/svg+xml;utf8;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZmlsbD0nI2ZmZicgZD0ibTQzNy4wMiA3NC45OGMtNDguMzUzLTQ4LjM1MS0xMTIuNjQtNzQuOTgtMTgxLjAyLTc0Ljk4cy0xMzIuNjY3IDI2LjYyOS0xODEuMDIgNzQuOThjLTQ4LjM1MSA0OC4zNTMtNzQuOTggMTEyLjY0LTc0Ljk4IDE4MS4wMnMyNi42MjkgMTMyLjY2NyA3NC45OCAxODEuMDJjNDguMzUzIDQ4LjM1MSAxMTIuNjQgNzQuOTggMTgxLjAyIDc0Ljk4czEzMi42NjctMjYuNjI5IDE4MS4wMi03NC45OGM0OC4zNTEtNDguMzUzIDc0Ljk4LTExMi42NCA3NC45OC0xODEuMDJzLTI2LjYyOS0xMzIuNjY3LTc0Ljk4LTE4MS4wMnptLTE4MS4wMiA0MDcuMDJjLTEyNC42MTcgMC0yMjYtMTAxLjM4My0yMjYtMjI2czEwMS4zODMtMjI2IDIyNi0yMjYgMjI2IDEwMS4zODMgMjI2IDIyNi0xMDEuMzgzIDIyNi0yMjYgMjI2eiIvPjxwYXRoIGZpbGw9JyNmZmYnIGQ9Im0zNzQuNzgyIDI0My44NC0xODAtMTMwYy00LjU2Ni0zLjI5OC0xMC41OTYtMy43NTktMTUuNjExLTEuMTk1cy04LjE3MSA3LjcyMi04LjE3MSAxMy4zNTV2MjYwYzAgNS42MzMgMy4xNTYgMTAuNzkxIDguMTcxIDEzLjM1NSAyLjE1NCAxLjEwMiA0LjQ5NSAxLjY0NSA2LjgyNyAxLjY0NSAzLjA5NyAwIDYuMTc5LS45NTggOC43ODQtMi44NGwxODAtMTMwYzMuOTA0LTIuODIgNi4yMTgtNy4zNDQgNi4yMTgtMTIuMTZzLTIuMzEyLTkuMzQtNi4yMTgtMTIuMTZ6bS0xNzMuNzgyIDExMi44MjR2LTIwMS4zMjhsMTM5LjM4MSAxMDAuNjY0eiIvPjwvZz48L3N2Zz4=");
  z-index: 999;
}
.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; /*overflow: hidden;*/
  max-width: 100%;
  background: #f2f2f2;
  z-index: 0;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}
/*.youtube-player img:hover {-webkit-filter: brightness(75%);-moz-filter: brightness(75%);filter: brightness(75%);}*/
.youtube-player .play {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url("data:image/svg+xml;utf8;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZmlsbD0nI2ZmZicgZD0ibTQzNy4wMiA3NC45OGMtNDguMzUzLTQ4LjM1MS0xMTIuNjQtNzQuOTgtMTgxLjAyLTc0Ljk4cy0xMzIuNjY3IDI2LjYyOS0xODEuMDIgNzQuOThjLTQ4LjM1MSA0OC4zNTMtNzQuOTggMTEyLjY0LTc0Ljk4IDE4MS4wMnMyNi42MjkgMTMyLjY2NyA3NC45OCAxODEuMDJjNDguMzUzIDQ4LjM1MSAxMTIuNjQgNzQuOTggMTgxLjAyIDc0Ljk4czEzMi42NjctMjYuNjI5IDE4MS4wMi03NC45OGM0OC4zNTEtNDguMzUzIDc0Ljk4LTExMi42NCA3NC45OC0xODEuMDJzLTI2LjYyOS0xMzIuNjY3LTc0Ljk4LTE4MS4wMnptLTE4MS4wMiA0MDcuMDJjLTEyNC42MTcgMC0yMjYtMTAxLjM4My0yMjYtMjI2czEwMS4zODMtMjI2IDIyNi0yMjYgMjI2IDEwMS4zODMgMjI2IDIyNi0xMDEuMzgzIDIyNi0yMjYgMjI2eiIvPjxwYXRoIGZpbGw9JyNmZmYnIGQ9Im0zNzQuNzgyIDI0My44NC0xODAtMTMwYy00LjU2Ni0zLjI5OC0xMC41OTYtMy43NTktMTUuNjExLTEuMTk1cy04LjE3MSA3LjcyMi04LjE3MSAxMy4zNTV2MjYwYzAgNS42MzMgMy4xNTYgMTAuNzkxIDguMTcxIDEzLjM1NSAyLjE1NCAxLjEwMiA0LjQ5NSAxLjY0NSA2LjgyNyAxLjY0NSAzLjA5NyAwIDYuMTc5LS45NTggOC43ODQtMi44NGwxODAtMTMwYzMuOTA0LTIuODIgNi4yMTgtNy4zNDQgNi4yMTgtMTIuMTZzLTIuMzEyLTkuMzQtNi4yMTgtMTIuMTZ6bS0xNzMuNzgyIDExMi44MjR2LTIwMS4zMjhsMTM5LjM4MSAxMDAuNjY0eiIvPjwvZz48L3N2Zz4=")
    no-repeat;
  cursor: pointer;
  background-size: 40px;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.page_content_404 {
  height: 100vh;
}
.page_content_404 h1 {
  font-size: 200px;
}
.overflowUnset {
  overflow: unset;
}
.stickey {
  position: sticky;
  top: 120px;
}
.assessYourSmileWrapper h2,
.jobApplicationFormHead h2 {
  margin-bottom: 10px;
}
.ifYourAnsr .contactIds {
  text-align: center;
}
.ifYourAnsr .contactIds a {
  padding: 10px;
  display: inline-block;
}
.makeOverSliderYes .makeOverSlide {
  margin-bottom: 0;
}
.makeOverSliderYes .slick-dots {
  position: static;
}
.bacteriaStgBx img {
  max-width: 100px;
}
.mx-1000 {
  max-width: 1000px;
}
.jobApplicationFormHead p {
  line-height: 1.5;
}
.lineHeight2 {
  line-height: 2;
}
.resetBtn {
  /*border-color: rgb(255, 95, 95);
color: rgb(255, 95, 95);*/
  border-color: rgb(177 173 173);
  color: rgb(177 173 173);
}
.resetBtn:hover {
  /*background-color: rgb(255, 95, 95);*/
  background-color: rgb(177 173 173);
}

/*Thumb Gallery*/
.galleryThumbsSlider {
  padding: 0 30px;
}
.galleryThumbsSliderNew {
  padding: 0 30px;
}
.galleryThumb {
  margin: 5px 2.5px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.galleryThumb.slick-current {
  opacity: 1;
}
.galleryThumbsSlider .slick-prev {
  left: -5px !important;
}
.galleryThumbsSlider .slick-next {
  right: -5px !important;
}

.galleryThumbsSliderNew .slick-prev {
  left: -5px !important;
}
.galleryThumbsSliderNew .slick-next {
  right: -5px !important;
}

/*Pagination*/
.pagination li {
  border: 1px solid #68c364;
  color: #68c364;
  padding: 4px 12px;
  margin: 0 2.5px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pagination li.selected,
.pagination li:hover {
  background-color: #68c364;
  color: #fff;
}
.pagination li.page_prev:hover,
.pagination li.page_next:hover {
  background-color: #fff;
}

.dbinvisalignPage #appointment_form .form-row {
  margin: 0 auto;
}
.dbinvisalignPage .jobApplicationWrapper {
  text-align: center;
}
.dbinvisalignPage .jobApplicationWrapper h2 {
  margin-bottom: 25px;
}

/*Sitemap*/
.siteMapList h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.siteMapList ul li {
  padding: 3px 0;
}

.dentzz_copyright {
  font-size: 9px;
  height: 30px;
  line-height: 20px;
  color: #fff;
  padding: 5px 0;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 1;
}

.madeWith {
  width: 150px;
  bottom: 5px;
  left: 0;
  text-align: center;
  font-size: 10px;
  z-index: 99;
  margin: 0 auto;
}

.madeWith a {
  color: #fff;
}

.madeWith:hover svg {
  fill: red;
}

.madeWith svg {
  width: 11px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.madeWith span {
  position: relative;
  top: 1px;
}

.withoutBannerPage.page-content {
  padding-top: 150px;
}
.withoutBannerPage.page-content header {
  background-color: #000;
}

/*Floating button*/
.quoteApt__btn {
  color: #fff;
  padding: 10px 10px 10px 10px;
  background: #68c364;
  box-shadow: -20px 20px 40px rgb(58 46 29 / 5%);
  -webkit-box-shadow: -20px 20px 40px rgb(58 46 29 / 9%);
  position: fixed;
  right: 5px;
  top: 200px;
  z-index: 998;
  /*font-size: 14px;*/
  -webkit-transform-origin: 50% 51%;
  -webkit-transform-origin: 50% 51%;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%);
  width: 87px;
  height: 87px;
  border-radius: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  /*font-weight: bold;*/
}
.quoteApt__btn span {
  position: relative;
  display: block;
  font-size: 9.5px;
  /*letter-spacing: 0.5px;*/
  text-transform: uppercase;
  text-align: center;
  /*font-weight: bold;*/
  font-family: "Avenir-Black";
}

/*Media Queries CSS*/
@media screen and (min-width: 1367px) {
  .mainContainer,
  .headerNavDesktop {
    max-width: 1366px;
    margin: 0 auto;
  }
  .dentzzImgGallery {
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden;
  }
  .dentzzImgGallery .slick-prev {
    left: 0;
  }
  .dentzzImgGallery .slick-next {
    right: 0;
  }
  .headerNavDesktop .logo {
    position: static;
  }
  .headerNavDesktop {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1366px) {
  .mainContainer {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1300px) {
  /*header li{padding: 25px 10px;}*/
  /*header li.submenu:before{right: 15px;}
header li.submenu:after{right: 10px;}*/
  /*header.afterScroll ul li{padding: 20px 10px;}*/
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  header .logo {
    height: 45px;
  }
  header li.buttonMenu a {
    padding: 10px 5px;
  }
  header li {
    font-size: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .slick-next {
    right: -15px;
  }
  .slick-prev {
    left: -15px;
  }
  .p_top_bottom {
    padding: 30px 0;
  }
  .bannerOther {
    margin-bottom: 40px;
  }
  /*.otherPages .mainBanner{margin-bottom:20px;}*/
  .mainContainer {
    padding: 0 30px;
  }
  .clientTestimonials h2 {
    margin-bottom: 30px;
  }
  .clientTestimonialSlider .slick-prev {
    left: -30px;
  }
  .clientTestimonialSlider .slick-next {
    right: -30px;
  }
  /*.craftingStorySlider .slick-next,.meetingTheCoreTeamSlider .slick-next{right: 30px;}
.craftingStorySlider .slick-prev,.meetingTheCoreTeamSlider .slick-prev{right: 107px;}
.craftingStorySlider .slick-counter,.meetingTheCoreTeamSlider .slick-counter{right: 65px;}*/
  .project_bg {
    display: none;
  }
}
@media screen and (min-width: 200px) and (max-width: 1101px) {
  .clinicPicturesFilterTabs {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 200px) and (max-width: 1200px) {
  .virtualTour,
  .gentleAndPainFreeBg {
    background-attachment: scroll;
  }
  .mobileYTLink {
    display: block !important;
  }
  .home_banner_text {
    padding: 20px;
  }
  .home_banner_text h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .headerTopMobile {
    display: flex;
    z-index: 99;
    bottom: -55px;
    top: auto;
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
  /*.headerTopMobile:before{width: 100%; height: 10px; background-color: #333; position: absolute; content: ''; bottom: -10px; left: 0;}*/
  .headerTopDesktop {
    display: none;
  }
  .headerTopMobile.afterScroll {
    height: 50px;
    bottom: 0;
  }
  footer {
    padding-bottom: 55px;
  }
  .headerTopMobile.afterScroll .headerTopIn {
    line-height: 50px;
  }
  .headerTopMobile.afterScroll .headerTopIn img {
    margin: 15px 5px;
  }
  header {
    top: 0px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  header.afterScroll {
    top: 0px;
    background-color: #fff;
    height: 60px;
  }
  header.afterScroll .menuClick {
    top: 10px;
  }
  header .menuClick span {
    background-color: #fff;
  }
  header.afterScroll .menuClick span {
    background-color: #000;
  }
  header.afterScroll .enquireMobileBtn {
    top: 35px;
    z-index: 1;
  }
  header.afterScroll .enquireMobileBtn button {
    border: solid 1px #000;
    color: #000;
  }
  header .logo {
    top: 5px;
    height: 50px;
    left: calc(50% - 50px);
  }
  header ul {
    position: fixed;
    width: 100%;
    max-width: 350px;
    height: 100%;
    background-color: #fff;
    top: 0;
    display: block;
    overflow: auto;
    z-index: 999;
  }
  header ul.main_menu_list {
    position: fixed;
    width: 100%;
    max-width: 350px;
    height: 100%;
    right: -100%;
    background-color: #fff;
    top: 0;
    display: block;
    overflow: auto;
    z-index: 999;
  }
  header ul li {
    width: 100%;
    padding: 15px 25px;
    font-weight: 700;
  }
  header ul li span {
    border-bottom: solid 1px #f0f0f0;
  }
  header ul li a,
  header ul li a:hover {
    color: #000;
  }
  header li.submenu ul {
    display: none;
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
  }
  header li.submenu:before,
  header li.submenu:after {
    background-color: #000;
    right: 35px;
    width: 12px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    top: 20px;
  }
  header li.submenu:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  .submenu ul {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    top: auto;
    left: auto;
    margin-top: 20px;
    box-shadow: none;
    border: solid 1px #f0f0f0;
  }
  .submenu ul li {
    text-align: left;
    font-weight: 100;
  }
  .submenu .submenuIn {
    position: relative;
    opacity: 1;
    box-shadow: none;
    top: 0;
    padding: 0px;
    width: 100% !important;
  }
  .submenu.procedureSubmenu ul {
    width: 100%;
  }
  .submenu .submenuIn ul {
    position: relative;
  }
  .submenu .submenuIn ul li {
    padding: 10px;
  }
  /*.submenu .submenuIn ul li ul li{padding: 10px;}*/
  /*header ul li a{display: none;}*/
  header ul li ul li a {
    display: block;
  }
  header ul li {
    padding: 0px 25px;
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .footerTop .footerNav li {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }
  header ul li.procedureSubmenu ul li a {
    display: block;
  }
  .mobileMenuOpt {
    margin-bottom: 0px;
  }
  header li ul li {
    border-top: solid 1px #f0f0f0;
  }
  .submenu span {
    color: #000;
    display: block;
    line-height: 20px;
    padding: 10px;
  }
  header.afterScroll li.submenu:before,
  header.afterScroll li.submenu:after {
    background-color: #000;
    top: 20px;
    right: 35px;
  }
  /*.submenu .submenuIn ul{display: none;}*/

  header ul.menuActiveList {
    right: 0 !important;
  }
  /*.submenu .submenuIn ul{display: none;}*/

  /*menu changed*/
  /*header li.submenu:before, header li.submenu:after{display:none;}*/
  /*.submenu .submenuIn ul{display:block !important;}*/
  .main_menu_list {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .mobileMenuOpt {
    display: block;
    position: fixed;
    width: 100%;
    max-width: 350px;
    background: #fff;
    top: 0;
    z-index: 10;
  }
  header ul.main_menu_list.menuActiveList {
    right: 0;
  }
  header ul li {
    font-weight: 400 !important;
  }
  header li ul li:last-child {
    border-bottom: solid 1px #f0f0f0;
  }
  .closeMenu {
    font-size: 18px;
    font-weight: 700;
    background-position: 0px 4px;
  }
  .desktop___menu {
    display: none !important;
  }
  .mobile___menu {
    display: block;
  }
  .mobile___menu .submenu.techSubmenu .submenuIn ul {
    display: none;
  }
  .mobile___menu .submenu.techSubmenu span {
    font-weight: 700;
  }
  /*.headerNavDesktop ul li a,.submenu span{font-size:15px;}
.submenuIn ul li a{font-size:12px;}*/

  .headerNavDesktop ul li a {
    padding: 10px;
    line-height: 20px;
    display: block;
  }
  .headerNavDesktop li ul li a {
    padding: 0px;
  }
  header .logo {
    filter: invert(0%);
    -webkit-filter: invert(0%);
    -moz-filter: invert(0%);
    top: 5px;
  }
  header.afterScroll .submenu ul {
    top: auto;
  }
  header.afterScroll ul li {
    padding: 0px 25px;
  }
  header.afterScroll .submenu ul li {
    padding: 10px 10px;
  }
  header.afterScroll .logo {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    top: 10px;
  }
  header.afterScroll .menuClick.menuActive {
    top: 0px;
  }
  header.afterScroll .menuClick.menuActive span {
    background-color: #fff;
  }
  /*header .menuActive .submenuIn{margin-bottom: 20px;}*/
  .procedureSubmenu.submenu ul,
  .techSubmenu.submenu ul {
    left: auto;
  }
  .submenu ul {
    border: none;
    margin-top: 0px;
  }
  header.afterScroll .submenuIn {
    position: static;
  }
  .headerNavDesktop ul li a:after {
    width: 100%;
    background-color: #f0f0f0;
    bottom: 0;
  }
  .headerNavDesktop .submenuIn ul li a:after {
    width: 0;
  }
  header li.submenu:hover:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  header li.submenu:hover:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  header li.submenu.menuActive:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  /*.meetingTheCoreTeam.p_top_bottom{padding: 30px 0 50px 0px;}*/
  .achievingExcellenceMain .slider_initialize {
    padding: 40px;
    min-height: 240px;
  }
  .takeVirtualTourDesc {
    padding-left: 20px;
  }
  .menuClick,
  .enquireMobileBtn {
    display: block;
  }
  .fullScreen {
    display: none;
  }
  .pauseVideo,
  .videoBox:hover .pauseVideo,
  .cuttingEdgeRight:hover .pauseVideo {
    background-image: url(../images/pause.svg);
    opacity: 0;
  }
  .playVerVideoBtn.active,
  .pauseVerVideoBtn.active {
    opacity: 1;
    visibility: visible;
  }
  .pauseVerVideoBtn {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .testimonailPersonImg img.mobileShow,
  .cuttingEdgeRight a.mobileShow {
    display: block;
  }
  .videoTestimonial .videoPlayOverlay {
    opacity: 1;
  }
  /*.cuttingEdgeRight .playVideo, .videosblockSlide .playVideo{display: none;}*/
  .videosblockSlide a.mobileShow {
    position: relative;
    display: none;
  }
  .cuttingEdgeRight a.mobileShow:before,
  .videosblockSlide a.mobileShow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml;utf8;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZmlsbD0nI2ZmZicgZD0ibTQzNy4wMiA3NC45OGMtNDguMzUzLTQ4LjM1MS0xMTIuNjQtNzQuOTgtMTgxLjAyLTc0Ljk4cy0xMzIuNjY3IDI2LjYyOS0xODEuMDIgNzQuOThjLTQ4LjM1MSA0OC4zNTMtNzQuOTggMTEyLjY0LTc0Ljk4IDE4MS4wMnMyNi42MjkgMTMyLjY2NyA3NC45OCAxODEuMDJjNDguMzUzIDQ4LjM1MSAxMTIuNjQgNzQuOTggMTgxLjAyIDc0Ljk4czEzMi42NjctMjYuNjI5IDE4MS4wMi03NC45OGM0OC4zNTEtNDguMzUzIDc0Ljk4LTExMi42NCA3NC45OC0xODEuMDJzLTI2LjYyOS0xMzIuNjY3LTc0Ljk4LTE4MS4wMnptLTE4MS4wMiA0MDcuMDJjLTEyNC42MTcgMC0yMjYtMTAxLjM4My0yMjYtMjI2czEwMS4zODMtMjI2IDIyNi0yMjYgMjI2IDEwMS4zODMgMjI2IDIyNi0xMDEuMzgzIDIyNi0yMjYgMjI2eiIvPjxwYXRoIGZpbGw9JyNmZmYnIGQ9Im0zNzQuNzgyIDI0My44NC0xODAtMTMwYy00LjU2Ni0zLjI5OC0xMC41OTYtMy43NTktMTUuNjExLTEuMTk1cy04LjE3MSA3LjcyMi04LjE3MSAxMy4zNTV2MjYwYzAgNS42MzMgMy4xNTYgMTAuNzkxIDguMTcxIDEzLjM1NSAyLjE1NCAxLjEwMiA0LjQ5NSAxLjY0NSA2LjgyNyAxLjY0NSAzLjA5NyAwIDYuMTc5LS45NTggOC43ODQtMi44NGwxODAtMTMwYzMuOTA0LTIuODIgNi4yMTgtNy4zNDQgNi4yMTgtMTIuMTZzLTIuMzEyLTkuMzQtNi4yMTgtMTIuMTZ6bS0xNzMuNzgyIDExMi44MjR2LTIwMS4zMjhsMTM5LjM4MSAxMDAuNjY0eiIvPjwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .cuttingEdgeRight a.mobileShow {
    display: block;
  }
  /*.videosblockSlide img{display: none;}*/
  .videosblockSlide .videoTourBx img {
    display: block;
  }
  /*.videosblockSlide a.mobileShow, .videosblockSlide a.mobileShow img{display: block;}*/
  .testimonialTopWrapIn video {
    display: none !important;
  }
  .mobileMenuOpt {
    display: block;
  }
  /*.gentleAndPainFreeTabBg{background-image:url(../images/dentalImpant/gentleAndPainFree768New1.jpg?ver=1) !important;background-position:center;}*/
  /*.gentleAndPainFree:after{background: linear-gradient(to right, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0) 100%);}*/
  .bookNowBtn {
    border-color: #fff;
  }
  .breadcrums {
    display: none !important;
  }
  .lingualBraces .mainContainer {
    padding: 0 30px;
  }
  .infrastructureAndProcesses .col-md-6 {
    padding-bottom: 30px;
  }
  .infrastructureAndProcesses .row {
    margin-bottom: -30px;
  }
  .aboutMumbaiDesc {
    padding-right: 0;
  }
  .overflowUnset {
    overflow: hidden !important;
  }
}
@media screen and (min-width: 200px) and (max-width: 1050px) {
  .virtualTour,
  .gentleAndPainFreeBg {
    background-attachment: scroll;
  }
  .mobileYTLink {
    display: block !important;
  }
  .home_banner_text {
    padding: 20px;
  }
  .home_banner_text h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .headerTopMobile {
    display: flex;
    z-index: 99;
    bottom: -55px;
    top: auto;
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    bottom: 0; /*background: #4DB848;*/
  }
  /*.headerTopMobile:before{width: 100%; height: 10px; background-color: #333; position: absolute; content: ''; bottom: -10px; left: 0;}*/
  .headerTopDesktop {
    display: none;
  }
  .withoutBannerPage.page-content {
    padding-top: 90px;
  }
  .headerTopMobile.afterScroll {
    height: 50px;
    bottom: 0;
  }
  footer {
    padding-bottom: 55px;
  }
  .dentzz_copyright {
    position: static;
    background-color: #000;
  }
  .headerTopMobile.afterScroll .headerTopIn {
    line-height: 50px;
  }
  /*.quoteApt__btn{top: auto;bottom:50px;}*/
  .quoteApt__btn {
    /* display: none; */
    top: auto;
    bottom: 12px;
  }
  .headerTopMobile.afterScroll .headerTopIn img {
    margin: 15px 5px;
  }
  header {
    top: 0px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .withoutBannerPage.page-content header.afterScroll {
    background-color: #fff;
  }
  header.afterScroll {
    top: 0px;
    background-color: #fff;
    height: 60px;
  }
  header.afterScroll .menuClick {
    top: 10px;
  }
  header .menuClick span {
    background-color: #fff;
  }
  header.afterScroll .menuClick span {
    background-color: #000;
  }
  header.afterScroll .enquireMobileBtn {
    top: 35px;
    z-index: 1;
  }
  header.afterScroll .enquireMobileBtn button {
    border: solid 1px #000;
    color: #000;
  }
  header .logo {
    top: 5px;
    height: 50px;
    left: calc(50% - 50px);
  }
  header ul.main_menu_list {
    position: fixed;
    width: 100%;
    max-width: 350px;
    height: 100%;
    right: -100%;
    background-color: #fff;
    top: 0;
    display: block;
    overflow: auto;
    z-index: 999;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header ul li {
    width: 100%;
    padding: 15px 25px;
    font-weight: 700;
  }
  header ul li span {
    border-bottom: solid 1px #f0f0f0;
  }
  header ul li a,
  header ul li a:hover {
    color: #000;
  }
  header li.submenu ul {
    display: none;
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
  }
  header li.submenu:before,
  header li.submenu:after {
    background-color: #000;
    right: 35px;
    width: 12px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    top: 20px;
  }

  header li.submenu:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  .submenu ul {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    top: auto;
    left: auto;
    margin-top: 20px;
    box-shadow: none;
    border: solid 1px #f0f0f0;
  }
  .submenu ul li {
    text-align: left;
    font-weight: 100;
  }
  .submenu .submenuIn {
    position: relative;
    opacity: 1;
    box-shadow: none;
    top: 0;
    padding: 0px;
    width: 100% !important;
  }
  .submenu.procedureSubmenu ul {
    width: 100%;
  }
  .submenu .submenuIn ul {
    position: relative;
  }
  .submenu .submenuIn ul li {
    padding: 10px;
  }
  /*.submenu .submenuIn ul li ul li{padding: 10px;}*/
  /*header ul li a{display: none;}*/
  header ul li ul li a {
    display: block;
  }
  header ul li {
    padding: 0px 25px;
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .footerTop .footerNav li {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }
  header ul li.procedureSubmenu ul li a {
    display: block;
  }
  .mobileMenuOpt {
    margin-bottom: 0px;
  }
  header li ul li {
    border-top: solid 1px #f0f0f0;
  }
  .submenu span {
    color: #000;
    display: block;
    line-height: 20px;
    padding: 10px;
  }
  header.afterScroll li.submenu:before,
  header.afterScroll li.submenu:after {
    background-color: #000;
    top: 20px;
    right: 35px;
  }
  .headerNavDesktop ul li a {
    padding: 10px;
    line-height: 20px;
    display: block;
  }
  .headerNavDesktop li ul li a {
    padding: 0px;
  }
  header .logo {
    filter: invert(0%);
    -webkit-filter: invert(0%);
    -moz-filter: invert(0%);
    top: 5px;
  }
  header.afterScroll .submenu ul {
    top: auto;
  }
  header.afterScroll ul li {
    padding: 0px 25px;
  }
  header.afterScroll .submenu ul li {
    padding: 10px 10px;
  }
  header.afterScroll .logo {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    top: 10px;
  }
  header.afterScroll .menuClick.menuActive {
    top: 0px;
  }
  header.afterScroll .menuClick.menuActive span {
    background-color: #fff;
  }
  /*header .menuActive .submenuIn{margin-bottom: 20px;}*/
  .procedureSubmenu.submenu ul,
  .techSubmenu.submenu ul {
    left: auto;
  }
  .submenu ul {
    border: none;
    margin-top: 0px;
  }
  header.afterScroll .submenuIn {
    position: static;
  }
  .headerNavDesktop ul li a:after {
    width: 100%;
    background-color: #f0f0f0;
    bottom: 0;
  }
  .headerNavDesktop .submenuIn ul li a:after {
    width: 0;
  }
  header li.submenu:hover:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  header li.submenu:hover:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  header li.submenu.menuActive:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  /*.meetingTheCoreTeam.p_top_bottom{padding: 30px 0 50px 0px;}*/
  .achievingExcellenceMain .slider_initialize {
    padding: 40px;
    min-height: 240px;
  }
  .takeVirtualTourDesc {
    padding-left: 20px;
  }
  .menuClick,
  .enquireMobileBtn {
    display: block;
  }
  .fullScreen {
    display: none;
  }
  .pauseVideo,
  .videoBox:hover .pauseVideo,
  .cuttingEdgeRight:hover .pauseVideo {
    background-image: url(../images/pause.svg);
    opacity: 0;
  }
  .playVerVideoBtn.active,
  .pauseVerVideoBtn.active {
    opacity: 1;
    visibility: visible;
  }
  .pauseVerVideoBtn {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .testimonailPersonImg img.mobileShow,
  .cuttingEdgeRight a.mobileShow {
    display: block;
  }
  .videoTestimonial .videoPlayOverlay {
    opacity: 1;
  }
  /*.cuttingEdgeRight .playVideo, .videosblockSlide .playVideo{display: none;}*/
  .videosblockSlide a.mobileShow {
    position: relative;
    display: none;
  }
  .cuttingEdgeRight a.mobileShow:before,
  .videosblockSlide a.mobileShow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml;utf8;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZmlsbD0nI2ZmZicgZD0ibTQzNy4wMiA3NC45OGMtNDguMzUzLTQ4LjM1MS0xMTIuNjQtNzQuOTgtMTgxLjAyLTc0Ljk4cy0xMzIuNjY3IDI2LjYyOS0xODEuMDIgNzQuOThjLTQ4LjM1MSA0OC4zNTMtNzQuOTggMTEyLjY0LTc0Ljk4IDE4MS4wMnMyNi42MjkgMTMyLjY2NyA3NC45OCAxODEuMDJjNDguMzUzIDQ4LjM1MSAxMTIuNjQgNzQuOTggMTgxLjAyIDc0Ljk4czEzMi42NjctMjYuNjI5IDE4MS4wMi03NC45OGM0OC4zNTEtNDguMzUzIDc0Ljk4LTExMi42NCA3NC45OC0xODEuMDJzLTI2LjYyOS0xMzIuNjY3LTc0Ljk4LTE4MS4wMnptLTE4MS4wMiA0MDcuMDJjLTEyNC42MTcgMC0yMjYtMTAxLjM4My0yMjYtMjI2czEwMS4zODMtMjI2IDIyNi0yMjYgMjI2IDEwMS4zODMgMjI2IDIyNi0xMDEuMzgzIDIyNi0yMjYgMjI2eiIvPjxwYXRoIGZpbGw9JyNmZmYnIGQ9Im0zNzQuNzgyIDI0My44NC0xODAtMTMwYy00LjU2Ni0zLjI5OC0xMC41OTYtMy43NTktMTUuNjExLTEuMTk1cy04LjE3MSA3LjcyMi04LjE3MSAxMy4zNTV2MjYwYzAgNS42MzMgMy4xNTYgMTAuNzkxIDguMTcxIDEzLjM1NSAyLjE1NCAxLjEwMiA0LjQ5NSAxLjY0NSA2LjgyNyAxLjY0NSAzLjA5NyAwIDYuMTc5LS45NTggOC43ODQtMi44NGwxODAtMTMwYzMuOTA0LTIuODIgNi4yMTgtNy4zNDQgNi4yMTgtMTIuMTZzLTIuMzEyLTkuMzQtNi4yMTgtMTIuMTZ6bS0xNzMuNzgyIDExMi44MjR2LTIwMS4zMjhsMTM5LjM4MSAxMDAuNjY0eiIvPjwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .cuttingEdgeRight a.mobileShow {
    display: block;
  }
  /*.videosblockSlide img{display: none;}*/
  .videosblockSlide .videoTourBx img {
    display: block;
  }
  /*.videosblockSlide a.mobileShow, .videosblockSlide a.mobileShow img{display: block;}*/
  .testimonialTopWrapIn video {
    display: none !important;
  }
  .mobileMenuOpt {
    display: block;
  }
  /*.gentleAndPainFreeTabBg{background-image:url(../images/dentalImpant/gentleAndPainFree768New1.jpg?ver=1) !important;background-position:center;}*/
  /*.gentleAndPainFree:after{background: linear-gradient(to right, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0) 100%);}*/
  .bookNowBtn {
    border-color: #fff;
  }
  .breadcrums {
    display: none !important;
  }
  .lingualBraces .mainContainer {
    padding: 0 30px;
  }
  .infrastructureAndProcesses .col-md-6 {
    padding-bottom: 30px;
  }
  .infrastructureAndProcesses .row {
    margin-bottom: -30px;
  }
  .aboutMumbaiDesc {
    padding-right: 0;
  }
  .overflowUnset {
    overflow: hidden !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 900px) {
  .clientTestiBx .clientTestiLeft,
  .clientTestiBx .clientTestiRight {
    width: 100%;
  }
  .clientTestiBx .clientTestiLeft {
    padding: 50px;
    display: flex;
    flex-direction: column-reverse;
  }
  .clientTestiRight img {
    max-width: 100%;
    margin: 0 auto;
  }
  .clientTestiBxInn {
    flex-direction: column-reverse;
  }
  /*.clientTestimonialSlider:after,.clientTestimonialSlider:before,
.clientTestimonialSlider .slick-list:after,.clientTestimonialSlider .slick-list:before{content:none;}*/
  .clientTestimonialSlider .slick-prev,
  .clientTestimonialSlider .slick-next {
    bottom: 20%;
    top: auto;
  }
  .clientTestiBxFoot {
    flex-direction: column;
  }
  .clientNmWithCountry {
    padding-right: 0;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .watchNowButton {
    display: none;
  }
  .testiOpinion {
    padding: 0px;
    text-align: center;
  }
  .testiOpinion:before {
    left: -40px;
  }
  .testiOpinion:after {
    right: -19px;
  }
  .takeVirtualTourDesc {
    padding-left: 0px;
  }
  .craftingStorySlider .slick-counter,
  .meetingTheCoreTeamSlider .slick-counter {
    display: none;
  }
  .craftingStorySlider {
    padding-top: 0;
    margin-top: 40px;
  }
  .craftingAbout {
    padding-right: 0;
  }
  .craftingStorySlider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .craftingStorySlider {
    position: relative;
  }
  .craftingStorySlider .slick-prev {
    left: -20px;
    right: auto;
  }
  .craftingStorySlider .slick-next {
    right: -20px;
    left: auto;
  }
  .mainTitle,
  .headerWithViewAll {
    margin-bottom: 15px;
  }
  .meetingTheCoreTeamSlider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .meetingTheCoreTeamSlider .slick-next {
    right: -15px;
    left: auto;
  }
  .meetingTheCoreTeamSlider .slick-prev {
    left: -15px;
    right: auto;
  }
  .meetingTheCoreTeamSlider {
    position: relative;
  }
  .mobileMenuOpt {
    display: block;
  }
  /*footer{padding: 30px 30px 60px 30px;}*/
  .footerTop {
    flex-wrap: wrap;
  }
  .footerLeft,
  .footerRight {
    width: 100%;
  }
  .footerLeft {
    margin-bottom: 30px;
  }
  .achievingExcellence:before,
  .craftingStory:after {
    display: none;
  }
  /*.testimonialTopWrapIn video, .cuttingEdgeRight video{display: none;}*/
}
@media screen and (min-width: 600px) and (max-width: 900px) {
  .home_banner_text h1 {
    font-size: 26px;
  }
  .home_banner_text h1 span {
    transform: translateZ(0) !important;
    opacity: 1 !important;
  }
  .mainTitle {
    font-size: 24px;
  }
  .virtualTour {
    height: 250px;
  }
  .testimonailPersonImg {
    width: 180px;
    height: 180px;
  }
  .testimonailPersonImg img {
    height: 180px;
  }
  .cuttingEdgeRight img {
    display: block;
    width: 100%;
  }
  .achievingExcellenceMain .slider_initialize {
    padding: 10px;
    min-height: auto;
  }
  .virtualTour h2 {
    font-size: 26px;
  }
  .achievingExcellence h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 200px) and (max-width: 900px) {
  .footerTop img {
    margin: auto;
    display: block;
  }
  .socialFoot {
    padding: 20px 0;
  }
  .footerLogoWrap .socialFoot {
    margin: 20px auto auto;
  }
  .footerTop ul {
    justify-content: center;
  }
}
@media screen and (min-width: 200px) and (max-width: 768px) {
  .ourCosmeticDental .timeFrameTabWrap:after {
    content: none;
  }
  .invisibleBracesPage .ourCosmeticDental .timeFrameFeatures {
    padding: 30px;
    margin-bottom: 0;
  }
  .readjustingOurAppr.grayBg:after {
    height: calc(100% - 20px);
    top: auto;
    bottom: 20px;
    transform: none;
  }
  .allThatDentistryMainT {
    margin-bottom: 35px;
  }
  .allThatDentistryWrapper .col-md-6 {
    margin-bottom: 40px;
  }
  .allThatDentistryWrapper {
    margin-bottom: -40px;
  }
  .allThatDentistryWrapper {
    margin-top: 40px;
  }
  .dentalTreatmentsPage .successfullReplacingDesc {
    padding: 20px 0 0;
  }
  .disease_immediately .customOrderList {
    padding: 20px;
  }
  .disease_immediately_desc {
    padding-left: 0;
  }
  .smileGallery .simple_btn {
    margin-top: 25px !important;
  }
  .smileGallery .makeOverSlide {
    margin-bottom: 0;
  }
  .page_content_404 {
    height: 70vh;
  }
  .page_content_404 h1 {
    font-size: 150px;
  }
  .bannerOther .mobile_banner,
  .mobile_banner {
    display: block !important;
  }
  .bannerOther .desktop_banner,
  .desktop_banner {
    display: none !important;
  }
  .playVideo,
  .fullScreen,
  .pauseVideo {
    background-size: 30px;
  }
  .newsIn {
    width: 50%;
  }
  .newsLogoTitle {
    font-size: 10px;
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .dentalTreatmentsPage .allThatDentistryBxDesc {
    padding: 15px;
  }
  .biteAndChewBox {
    min-height: 0;
  }
  .biteAndChew:after {
    height: 80%;
  }
  .internationalLogoB,
  .otherImplantSytemslogo {
    padding: 10px 5px;
  }
  .ctScanImaging:after {
    height: 300px;
    top: 20%;
  }
  .aestheticsInDentalB:last-child {
    padding-bottom: 0;
  }
  .timeFrameContent {
    display: block !important;
  }
  .timeFrameFeatures {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background-color: #fff;
    height: auto;
  }
  .ourCosmeticDental .timeFrameFeatures {
    padding: 20px;
  }
  .timeFrameTabContentWraper {
    background-color: transparent;
  }
  .timeFrameAccordionW {
    position: relative;
  }
  /*.timeFrameAccordionW:after{content:'';width:140%;position:absolute;left:-50px;top:150px;background-color:#eee;height:75%;z-index:-1;}*/
  .timeFrameFeatures ul li {
    padding-left: 30px;
  }
  .timeFrameTabWrap:after {
    height: 80%;
    bottom: 0;
  }
  .otherImplantSytems {
    padding: 20px 0 0;
  }
  .otherImplantSytemsRow {
    background-color: #fff;
  }
  .gentleAndPainFree {
    margin: 15px 0;
  }
  .otherImplantSytemsW {
    padding: 15px;
  }
  .otherImplantSytemslogosW {
    padding: 15px 0;
  }
  .gentleAndPainFreeBg {
    min-height: 60vh;
    padding: 20px 0;
  }
  .gentleAndPainFree:after {
    content: none;
  }
  .cosmeticSmileMakeover .timeFrameTabWrap:after {
    height: 90%;
  }
  .smileGallery .makeOverSlide {
    margin-bottom: 0;
  }
  .smileMakeOver .simple_btn {
    margin-top: 20px;
  }
  .compositeFillings .col-md-6 {
    margin-bottom: 40px;
  }
  .compositeFillings .col-md-6:last-child {
    margin-bottom: 5px;
  }
  .compositeFillings .makeOverSlider {
    padding-top: 0;
  }
  .cosmeticDentalProcedureList {
    padding: 30px 20px 0px;
  }
  .cosmeticDentalProcedureList ul li {
    margin: 5px 0;
  }
  .cosmeticDentalProcedures .row:after {
    content: none;
  }
  .columnReverse {
    flex-direction: column-reverse;
  }
  .lingualBraces .col-md-6 {
    padding: 0;
  }
  .lingualBracDescBx {
    padding: 15px;
  }
  .lingualBraces:after {
    content: none;
  }
  .leftRightOne {
    padding-right: 0;
  }
  .invisibleBracesPage .restoreTheForm p {
    padding: 0;
  }
  .invisibleBracesPage .makeOverSlider {
    padding-top: 0;
  }
  .min45Head h2,
  .min45MobileImg {
    width: 50%;
  }
  .min45MobileImg img {
    max-width: 200px;
    width: 100%;
  }
  .min45MobileImg {
    text-align: right;
    padding-left: 20px;
  }
  .toothWhiteningPage .ourCosmeticDental .timeFrameFeatures {
    align-items: flex-start;
  }
  .toothWhiteningPage .ourCosmeticDental {
    padding: 0;
  }
  .toothWhiteningPage .ourCosmeticDental .mainContainer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .childrenDentistryBlocks .col-md-6 {
    margin-bottom: 30px;
  }
  .childrenDentistryBlocks {
    margin-bottom: -30px;
  }
  .All-On-4Implants .successfullReplacingDesc {
    padding-right: 0;
  }
  .laserDentistryPage
    .timeFrameTabContentWraper
    .col-md-6:last-child
    .timeFrameFeatures {
    margin-bottom: 0;
  }
  .differentDentalApplications .customOrderList {
    border: none;
    padding: 0;
  }
  .differentDentalApplications.grayBg:after {
    content: none;
  }
  .differentDentalApplications ul li {
    width: 50%;
  }
  .tScanForBitePage
    .timeFrameAccordionW
    .timeFrameTabWrap
    .col-md-4:last-child
    .timeFrameFeatures,
  .tScanForBitePage
    .timeFrameAccordionW
    .timeFrameTabWrap
    .col-md-4:last-child {
    margin-bottom: 0 !important;
  }
  .teethInOneDayPage .biteAndChew .biteAndChewBox {
    margin-left: 0;
    margin-right: 0;
  }
  .teethInOneDayPage .biteAndChew:after {
    content: none;
  }
  .teethInOneDayPage .biteAndChew .col-md-4:last-child {
    margin-bottom: 0 !important;
  }
  .internationalClientsPage .timeFrameTabWrap .timeFrameFeatures {
    padding: 20px;
    align-items: flex-start;
  }
  .internationalClientsPage
    .timeFrameTabWrap
    .col-md-4:last-child
    .timeFrameFeatures {
    margin-bottom: 0 !important;
  }
  .bacteriaStagesWrapper {
    border: none;
  }
  .advancedGumTreatPage .ourCosmeticDental .timeFrameTabWrap:after {
    content: "";
    height: calc(100% - 50px);
  }
  .disease_immediately_desc {
    padding: 30px;
  }
  .disease_immediately .mainContainer {
    padding: 0px 30px;
  }
  .testimonialsVideos .videoTourBx {
    margin-bottom: 0px;
  }
  .clients_reviews_page .testimonialsVideos .videoTourBx {
    margin-bottom: 20px;
  }
  .testimonialsVideos .col-md-4:nth-of-type(1),
  .testimonialsVideos .col-md-4:nth-of-type(2),
  .testimonialsVideos .col-md-4:nth-of-type(3) {
    display: block;
  }
  .testimonialsVideos .loadMoreBtn {
    margin-top: 0px !important;
  }
  .testimonial {
    padding: 20px 0;
  }
  .testimonialsWrapper .mainTitle {
    text-align: center;
  }
  .flagWrapper {
    max-width: 300px;
    margin: 0 auto;
    justify-content: center;
    padding-top: 0px;
  }
  .flagRight {
    text-align: left;
    width: auto;
  }
  .flagLeft {
    width: 60px;
  }
  .awardsSection {
    padding: 20px 0;
  }
  .pressSection .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .pressBox {
    padding: 20px;
  }
  .pressBox > div > img {
    max-height: none;
    height: 40px;
  }
  .mapIframe iframe {
    height: 500px;
  }
  .reachOutAddresses {
    margin-left: 0;
    margin-top: 20px;
    margin-top: 20px;
    border: 1px solid #ccc;
  }
  .locationsTabW {
    padding-top: 15px;
  }
  .assessYourSmileQueList .customOrderList ul li {
    width: 100%;
    padding-right: 0;
    margin: 10px 0;
  }
  .jobApplicationWrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .youtube_video_pagination ul li h2 {
    font-size: 16px;
    line-height: 23px;
  }
  .youtube_video_pagination {
    margin: 0 -30px;
    padding-top: 30px;
  }
  .protocolBx {
    padding: 20px;
  }
  .protocolBx h2 {
    font-size: 19px;
  }
  .whyAreWeYourIn .col-md-6:last-child .whyAreWeYourBx,
  .whyAreWeYourIn .col-md-6:last-child {
    margin-bottom: 0;
  }
  .materialsUsedPage .assessYourSmileQueList .customOrderList ul li {
    width: 50%;
    margin: 10px 0;
  }
  .internationalClientsPage
    .ourCosmeticDental
    .timeFrameTabContentWraper
    .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .infrastructureBox {
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
  }
  .clinicPicturesGalleryGrid .clinicImgBox {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 750px) {
  .achievingExcellSlider {
    padding: 0px;
  }
  .achievingExcelleLeft {
    padding: 30px 20px;
  }
  .achievingExcellSlider:after {
    width: 100%;
  }
  /*.achievingExcelleSlide .row,.achievingExcellence .row,.cuttingEdgeDent .row{flex-direction:column-reverse;}*/
  .takeVirtualTourDesc {
    margin-top: 0px;
  }
  .cuttingEdgeDent .row {
    flex-direction: column;
  }
  .cuttingEdgeRight {
    margin-top: 20px;
  }
  .achievingExcellenceMain .slick-prev {
    left: -30px;
  }
  .achievingExcellenceMain .container-fluid {
    width: 100%;
    padding: 0 30px;
    border-bottom: none;
  }
  .achievingExcellence h2 {
    margin-bottom: 20px;
  }
  .achievingExcellence:before {
    top: auto;
    transform: none;
    height: calc(100% - 300px);
    bottom: 80px;
  }
  .takeVirtualTourDesc {
    padding-left: 0;
    padding-bottom: 0px;
  }
  .cuttingEdgeLeft {
    padding-top: 15px;
  }
  footer {
    padding: 30px 30px 60px 30px;
  }
  footer .mainContainer {
    padding: 0px;
  }
  .footerTop {
    flex-wrap: wrap;
  }
  .footerLeft,
  .footerRight {
    width: 100%;
  }
  .footerLeft {
    margin-bottom: 30px;
  }
  .craftingStorySlide {
    padding: 0 5px;
  }
  .craftingStoryDesc {
    padding: 15px;
  }
  .craftingStoryDesc h3 {
    font-size: 18px;
  }
  .achievingExcellSlider {
    min-height: auto !important;
    padding: 10px !important;
  }
  .achievingExcelleLeft {
    padding: 10px 20px;
  }
  .testimonailPersonImg {
    width: 200px;
    height: 200px;
  }
  .testimonailPersonImg img {
    height: 200px;
  }
  .testimonailPersonImg video {
    height: 200px;
  }
  /*.testimonialTopWrapIn video, .cuttingEdgeRight video{display: none;}*/
  .achievingExcellence:before,
  .craftingStory:after {
    display: none;
  }
  .testimonialTopWrapIn video,
  .cuttingEdgeRight video {
    display: none;
  }
  .videoPlayOverlay {
    opacity: 1;
  }
  .testimonailPersonImg img.mobileShow {
    display: block;
  }
}
@media screen and (min-width: 200px) and (max-width: 600px) {
  /*.customMobileSmileGallery{display:block;}
.customDesktopSmileGallery{display:none;}*/
  /*.p_top_bottom, footer{padding: 20px}*/

  .videoBlockSlider .slick-prev,
  .videoBlockSlider .slick-next,
  .videoBlockSlider .slick-prev:hover,
  .videoBlockSlider .slick-next:hover,
  .videoTourSlider .slick-prev,
  .videoTourSlider .slick-next,
  .videoTourSlider .slick-prev:hover,
  .videoTourSlider .slick-next:hover {
    top: auto;
    transform: none;
    bottom: -5px;
  }
  .videoBlockSlider .slick-prev,
  .videoTourSlider .slick-prev {
    left: 0;
  }
  .videoBlockSlider .slick-next,
  .videoTourSlider .slick-next {
    right: 0;
  }
  .videoBlockSlider .slick-dots,
  .videoTourSlider .slick-dots {
    position: static !important;
  }

  .mainContainer {
    padding: 0 20px;
  }
  .meetingTheCoreTeam .mainContainer {
    padding: 0 30px;
  }
  .mainContainer.newsContainer {
    padding: 0px 10px;
  }
  .clientTestiBx .clientTestiLeft {
    padding: 30px 40px;
  }
  .videosblockSlide {
    padding: 0;
  }
  .testiOpinion:before,
  .testiOpinion:after {
    font-size: 70px;
  }
  .testiOpinion:before {
    left: -35px;
    height: 40px;
    top: -35px;
  }
  .testiOpinion:after {
    right: -15px;
    top: auto;
    bottom: 10px;
    height: 40px;
  }
  .makeOverSlider {
    margin: 0;
  }
  .makeOverSlide {
    padding-left: 0;
    padding-right: 0;
  }
  .teamOverlay h3,
  .teamOverlay .teamDesination {
    display: none;
  }
  .teamOverlay {
    padding: 0px 20px 20px;
  }
  .meetingTheCoreTeamSlideInn img {
    max-width: 350px;
    padding: 0px;
  }
  .footerTop {
    flex-wrap: wrap;
  }
  .footerTop img {
    margin: auto;
    display: block;
  }
  .footerLogoWrap,
  .contactFoot,
  .socialFoot {
    width: 100%;
  }
  .contactFoot {
    padding: 10px 0px;
    margin-top: 20px;
  }
  .footerTop p {
    font-size: 12px;
  }
  .contactFoot li {
    width: 100%;
    font-size: 12px;
    margin: 0 5px 10px 5px;
  }
  .contactFoot li img {
    margin: 0px 5px 0 0;
  }
  .footerTop h4 {
    display: none;
  }
  .footerTop ul li {
    margin-right: 0px;
    text-align: center;
  }
  .socialFoot {
    padding: 20px 0;
  }
  .socialFoot p {
    display: none;
  }
  .socialFoot li {
    width: 25%;
  }
  .footerNav ul {
    width: 100%;
  }
  .virtualTour h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .virtualTour .button img {
    margin-right: 0;
  }
  .newsIn img {
    height: 60px;
  }
  .footerNav {
    flex-wrap: wrap;
  }
  .footerNav ul {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .footerNav ul:first-child li:nth-child(1) {
    border-top: none;
  }
  .footerNav ul li {
    border-top: solid 1px #ccc;
  }
  .footerBottom {
    flex-wrap: wrap;
  }
  .footerBottom .footerBottomL,
  .footerBottom .footerBottomR {
    width: 100%;
    text-align: center;
  }
  .footerBottom .footerBottomR {
    justify-content: center;
    margin-top: 5px;
  }
  .craftingAbout {
    padding-right: 0px;
  }
  /*.teamOverlay{position: relative; opacity: 1; background-color: #fff}*/
  .teamOverlay * {
    color: #000;
  }
  .meetingTheCoreTeamSlideInn {
    padding: 0px 0 0 0;
  }
  .meetingTheCoreTeamSlider .slick-track {
    display: block !important;
  }
  .mainTitle,
  .requestAQuoteForm h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .requestAQuoteForm h2 {
    margin-bottom: 30px !important;
  }
  .achievingExcellence h2 {
    margin-left: 0px;
  }
  .achievingExcellence.vertualTour .row {
    flex-direction: column-reverse;
  }
  .achievingExcellence.vertualTour h2.mainTitle {
    margin-bottom: 20px;
  }
  .virtualTour h2 {
    font-size: 18px;
  }
  .clientTestiBx .clientTestiLeft {
    width: 100%;
  }
  .buttonMenu {
    display: none;
  }
  .mainBanner {
    margin-top: 0px;
  }
  /*footer{padding: 30px 20px 0px 20px;}*/
  .clientTestimonialSlider .slick-prev,
  .clientTestimonialSlider .slick-next {
    bottom: 50%;
  }
  .countryFlag {
    width: 50px;
  }
  .clientDesc {
    width: calc(100% - 50px);
  }
  .virtualTour {
    height: 300px;
    background-attachment: scroll;
  }
  .virtualTour .button {
    font-size: 14px;
  }
  .virtualTour h2 {
    font-size: 24px;
  }
  button {
    font-size: 14px;
  }
  .footerTop {
    display: block;
  }
  .footerLeft,
  .footerRight {
    width: 100%;
  }
  .footerTop ul li svg {
    margin-right: auto;
  }
  /*footer{background-color: #fff}*/
  /*.footerTop ul li svg{fill: #000;}*/
  /*.footerTop img{filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%);}*/
  /*.footerTop ul li a{color: #000}*/
  .contactFoot ul li a {
    justify-content: flex-start;
    width: 100%;
  }
  .footerTop ul li {
    text-align: left;
  }
  .footerLogoWrap .socialFoot {
    display: block;
    margin: auto;
    padding-bottom: 0px;
    width: 100%;
  }
  .footerTop ul li.logo svg {
    margin: 0 10px 0 0;
  }
  .footerTop {
    padding-bottom: 0px;
  }
  header.afterScroll .submenuIn {
    top: 0px;
  }
  /*li.submenu .submenuIn ul:last-child{margin-bottom: 20px;}*/
  /*.procedureSubmenu a{display: none;}*/
  .procedureSubmenu a li a {
    display: block;
  }
  .home_banner_text h2 {
    flex-wrap: wrap;
    font-size: 22px;
  }
  .home_banner_text {
    bottom: 0px;
  }
  /*.mainContainer{padding: 0 20px;}*/
  .p_top_bottom {
    padding: 23px 0;
  } /*older - padding:20px 0;*/
  .dbimplantsintPage .All-On-4Implants {
    margin-top: 15px;
  }
  /*.achievingExcellence.vertualTour{margin-bottom:15px;}*/
  .newsWrap {
    padding: 20px 0;
  }
  .craftingStory:after {
    height: 200px;
    bottom: 60px;
  }
  .citesName {
    font-size: 12px;
  }
  .achievingExcellenceMain .row.align-items-center {
    margin-right: 0px;
    margin-left: 0px;
  }
  .achievingExcellence .slick-next {
    right: -30px;
  }
  .achievingExcellence .slick-prev {
    left: -30px;
  }
  .achievingExcellence.vertualTour .mainTitle {
    padding: 0 0px;
    margin-bottom: 0;
  }
  .achievingExcellence.vertualTour .slick-next {
    right: -30px;
  }
  .home_banner_text h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .achievingExcelleLeft {
    padding: 30px 0 0 0;
  }
  .craftingStorySlider {
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .videosblock {
    padding-top: 0px;
  }
  .achievingExcellence .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .achievingExcellence .col-md-5 {
    padding: 0 0px;
  }
  .achievingExcellence h2 {
    margin-bottom: 0px;
  }
  .achievingExcellenceMain .mainContainer {
    border: none;
  }
  .viewMoreBtn {
    margin: 20px auto 0 auto;
  }
  .achievingExcellenceMain .mainContainer {
    padding: 0px 20px 20px 20px;
  }
  .achievingExcellenceMain .achievingExcellSlider ul {
    bottom: -20px;
  }
  .takeVirtualTourSlider .slick-dots {
    bottom: -30px;
  }
  .craftingStorySliderWIn .craftingStorySlide {
    width: 100%;
    padding: 10px 0;
  }
  .craftingStorySliderWIn {
    display: block;
  }
  .dentalimplantsintdelhiPage .meetingTheCoreTeam .mainContainer {
    padding-bottom: 30px;
  }
  .meetingTheCoreTeamSlider .slick-dots {
    bottom: -40px;
  }
  .mobileShow {
    display: block;
  }
  .videosblockSlide,
  .videoTourSlider .videoTourBx {
    width: 100%;
  }
  .videoBlockSlider {
    flex-wrap: wrap;
  }
  .makeOverSlide {
    width: 100%;
    padding-bottom: 15px;
  }
  .videoBlockSlider .videosblockSlide,
  .videoTourSlider .videoTourBx {
    margin-bottom: 20px;
  }
  .videoBlockSlider .videosblockSlide:last-child,
  .videoTourSlider .videoTourBx:last-child {
    margin-bottom: 0px;
  }
  .makeOverSliderYes .makeOverSlide {
    padding-bottom: 0px;
  }
  .makeOverSlide:last-child {
    padding-bottom: 10px;
  }
  .makeOverSliderWrap .simple_btn {
    margin-top: 25px;
  }
  .makeOverSlider {
    flex-wrap: wrap;
  }
  .addMobileSmileSlider {
    padding-top: 0;
  }
  .clientTestimonials .mainContainer {
    /*padding:10px 20px 20px 20px;*/
    padding-left: 0;
    padding-right: 0;
  }
  .vid_desc {
    padding: 10px 10px 20px 10px;
  }
  .videoBlockSlider .videosblockSlide:last-child .vid_desc {
    padding-bottom: 0;
  }
  .testimonialTopWrapIn {
    padding: 0;
  }
  /*.clientTestimonials .videosblock .mainContainer{padding: 20px 0 30px 0;}*/
  .achievingExcellenceMain .slider_initialize {
    min-height: auto;
    padding: 20px 0 0px 0;
  }
  .achievingExcelleLeft h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .achievingExcelleLeft {
    padding: 0;
  }
  .achievingExcellence .mainContainer,
  .craftingStory .mainContainer,
  .smileMakeOver .mainContainer,
  .cuttingEdgeDent .mainContainer {
    padding: 0px 0;
  }
  .dentalImplantPage .aestheticsImplants.smileMakeOver .mainContainer,
  .dbimplantsintPage .aestheticsImplants.smileMakeOver .mainContainer {
    padding: 0 20px;
  }
  .dentalImplantPage .aestheticsImplants.smileMakeOver p,
  .dbimplantsintPage .aestheticsImplants.smileMakeOver p {
    padding: 0;
  }
  .achievingExcellence.vertualTour h2.mainTitle,
  .achievingExcellence.vertualTour .takeVirtualTourDesc {
    padding: 0 20px;
  }
  .achievingExcellence.vertualTour .takeVirtualTourDesc {
    margin-bottom: 15px;
  }
  .craftingStory h2.mainTitle,
  .craftingAbout,
  .smileMakeOver .headerWithViewAll,
  .smileMakeOver p {
    padding: 0 20px;
  }
  .cuttingEdgeLeft {
    padding: 0px 20px 0 20px;
  }
  .meetingTheCoreTeam .craftingAbout {
    padding: 0;
  }
  .smileMakeOver .headerWithViewAll {
    margin-bottom: 15px;
  }
  .craftingAbout {
    margin-bottom: 0px;
  }
  .achievingExcellence .mainContainer h2 {
    padding: 0 20px;
  }
  .achievingExcellenceMain {
    padding: 0 20px;
  }
  .videosblock .simple_btn {
    right: auto;
    top: auto;
    position: relative;
    margin-top: 20px;
  }
  .mobileYTLink {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
  }
  .videosblock .mainContainer {
    text-align: center;
  }
  .vid_desc {
    text-align: left;
  }
  .clientTestimonials .slick-dots {
    bottom: -15px;
  }
  .worldClassDentistry .videosblock {
    padding-top: 20px;
  }
  .dentzzImgGallery .slick-dots {
    bottom: -40px;
  }
  .dentzzImgGallery .testimonialTopWrapIn {
    padding: 0;
  }
  /*.meetingTheCoreTeam.p_top_bottom{padding: 0px;}*/
  .fancybox-slide {
    padding: 0px;
  }
  .makeOverSliderWrap .viewAllBtn {
    top: auto;
    right: auto;
    position: relative;
    text-align: center;
    margin: auto;
    display: block;
  }
  .cuttingEdgeLeft a {
    display: none;
  }
  .cuttingEdgeRight .simple_btn {
    width: 81px;
    margin: 20px auto 0 auto;
  }
  .simple_btn {
    font-size: 12px;
  }
  header li {
    font-size: 12px;
  }
  .fullScreen {
    display: none;
  }
  .achievingExcellenceMain .container-fluid {
    width: 100%;
  }
  .achievingExcellence:before,
  .craftingStory:after {
    display: none;
  }
  .testimonialTopWrapIn video {
    display: none;
  }
  .videoPlayOverlay {
    opacity: 1;
  }
  .testimonailPersonImg img.mobileShow {
    display: block;
  }
  .cuttingEdgeRight a.mobileShow img {
    width: 100%;
  }
  .craftingStory {
    padding: 20px 0;
  }
  /*.smileMakeOver{padding: 20px 0;}*/
  /*.cuttingEdgeDent, .achievingExcellence{padding: 0 0 20px 0;}*/
  .dentzzImgGallery .testimonailPersonImg,
  .dentzzImgGallery .slick-center .testimonailPersonImg {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
  }
  .dentzzImgGallery .slick-list {
    overflow: hidden;
  }
  .dentzzImgGallery {
    margin-top: 0px;
  }
  .fullMouthReconstructionPage .dentzzImgGallery,
  .dentalTreatmentsPage .dentzzImgGallery,
  .dentzzImgGallery .testimonialTopWrapIn {
    opacity: 1;
  }
  .cosmeticDentistryPage .dentzzImgGallery {
    margin-top: 0;
  }
  .bannerOther h1 {
    bottom: 50px;
    font-size: 24px;
  }
  .bannerOther .mainContainer {
    padding: 0;
  }
  .smileGallery.smileMakeOver .makeOverSlider {
    margin: 0;
  }
  .compositeFillings.smileMakeOver .mainContainer,
  .smileGallery.smileMakeOver .mainContainer {
    padding: 0 20px;
  }
  .smileGallery .slick-next {
    right: -25px;
  }
  .smileGallery .slick-prev {
    left: -25px;
  }
  .compositeFillings.smileMakeOver p {
    padding: 0;
  }
  .cosmeticDentalProceBg {
    padding: 30px 20px;
  }
  .ourCosmeticDental .timeFrameFeatures {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .ourCosmeticDental .timeFrameFeatures h2 {
    font-size: 18px;
  }
  .restoreTheForm .headerWithViewAll {
    padding-right: 0;
  }
  .restoreTheForm .headerWithViewAll p {
    padding: 0;
  }
  .dentzzImgGallery h2 {
    margin-bottom: 15px;
  }
  .dentzzImgGallerySlider,
  .dentzzImgGallerySliderNew {
    margin: 0 -20px;
  }
  .mobileEndToEndImg {
    margin-left: -20px;
    margin-right: -20px;
  }
  .awardsSection .awardImg {
    margin: 0 0 15px 0;
  }
  .testimonial .aboutTesti {
    padding-left: 0px;
    padding-top: 15px;
  }
  .awardsSection .row,
  .testimonial .row {
    justify-content: center;
  }
  .otherPages .clientTestimonials .videosblock .mainContainer {
    padding-bottom: 0;
  }
  .NeuroDentistryDiagnosis .NeuroDentistryDiagnSlider {
    padding: 0px 10px;
    margin-bottom: 20px;
    position: relative;
  }
  .NeuroDentistryDiagnSlider .slick-next {
    right: -5px;
  }
  .NeuroDentistryDiagnSlider .slick-prev {
    left: -5px;
  }
  .facialPainCuresPage .ourCosmeticDental .timeFrameFeatures {
    padding: 15px;
  }
  .toothWhiteningVideo .slick-dots {
    display: none;
  }
  .toothWhiteningVideo .videosblockSlide {
    border: none;
  }
  .allYouNeedToKonw .leftRightTwo {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .aboutTeethWhiteningImg {
    width: 100%;
    padding: 0;
  }
  .toothWhiteningPage .timeFrameTabWrap:after {
    content: none;
  }
  .toothWhiteningVideo_desc h3 {
    padding: 15px 15px 10px;
  }
  .InHouse3DScan .cuttingEdgeRight .InHouse3DScanCaption {
    padding: 15px 15px 0px;
  }
  .otherImplantSytemsW {
    padding-left: 15px;
    padding-right: 15px;
  }
  .theFirstStepConsult span,
  .mainHeadingSubT {
    font-size: 18px;
  }
  .compre_pickup_border_box h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .advancedTechnologyMeetsVid iframe {
    height: 220px;
  }
  .understandingLasers .timeFrameAccordionW .timeFrameFeatures h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .videoTourBx h2 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }
  .videoTourSlider .videoTourBx:last-child h2 {
    margin-bottom: 0;
  }
  .videoTourBx {
    padding: 0;
  }
  .videoTourSlider.slick-dotted.slick-slider {
    margin-bottom: 15px;
  }
  .clinicPicturesGalleryGrid .col-md-2 {
    padding: 2px;
  }
  .smileGalleryGrayBox p {
    font-size: 18px;
  }
  .smileGalleryPage .dentzzImgGallery .mainContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .smileGalleryPage .dentzzImgGallery .dentzzImgGallerySlider,
  .smileGalleryPage .dentzzImgGallery .dentzzImgGallerySliderNew {
    margin-top: 15px;
  }
  .warrantiesPage .missingTeeth .leftRightTwo img {
    max-width: 280px;
    padding-top: 15px;
    margin: auto;
  }
  .charmConfidenceSlider.slick-dotted.slick-slider {
    margin-top: 0;
    margin-bottom: 0;
  }
  .smileGalleryPage .charmConfidenceSlider.slick-dotted.slick-slider {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .dentalImplantAusPage .smileGalleryGrayBox {
    padding: 30px 0;
    margin: 20px 0 20px;
  }
  .dentalImplantAusPage .otherPage,
  .internationalPage .otherPage {
    padding-top: 30px;
  }
  .dentalImplantAusPage.dentalimplantsindiadePage .smileGalleryGrayBox {
    margin: 15px 0;
  }
  .dbinvisalignPage .dentalImplantAusPage .smileGalleryGrayBox {
    margin: 15px 0px 15px;
  }
  .smileGalleryGrayBox {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .dentalImplantAusPage .smileGalleryGrayBox h2 {
    font-size: 25px;
  }
  .differentDentalApplications {
    background-color: #f2f2f2;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .differentDentalApplications .customOrderList {
    border: none;
    padding: 0;
    background-color: #f2f2f2;
  }
  .clinicGalleryPage .clinicPictures {
    padding-top: 30px;
  }
  .ifYourAnsr {
    margin: 15px 0;
  }
  .materialsUsedPage .assessYourSmileQueList {
    margin-top: 0;
  }
  .dentalImplantAusPage .worldClassDentistry .videosblock,
  .internationalClientsMumbaiPage .worldClassDentistry .videosblock {
    margin-bottom: 0px;
  }
  .dentalImplantAusPage .worldClassDentistry.dentistryForChildren {
    margin-bottom: 0px;
  }
  .fullMouthImpCase {
    margin-bottom: 20px;
  }
  .pressBox img {
    width: 100%;
    height: auto;
    max-width: 200px;
  }
  .awardPressContent {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .playVideo,
  .fullScreen,
  .pauseVideo {
    background-size: 40px;
  }
}
@media screen and (min-width: 200px) and (max-width: 480px) {
  .craftingStorySlider .craftingStorySlide {
    padding: 0;
  }
  .craftingStorySlider .slick-next {
    right: -30px;
  }
  .craftingStorySlider .slick-prev {
    left: -30px;
  }
  .craftingStory {
    padding-bottom: 0;
  }
  .materialsUsedPage .assessYourSmileQueList .customOrderList ul li {
    width: 100%;
  }
}
/*@media screen and (orientation: portrait) {
.mobile_banner{display: block !important;}
.desktop_banner{display: none !important;}
}
@media screen and (orientation: landscape) {
.desktop_banner{display: block !important;}
.mobile_banner{display: none !important;}
}*/
/* fade image in after load */
/*.lazyload,
.lazyloading {
opacity: 0;
}
.lazyloaded {
opacity: 1;
transition: opacity 300ms;
}*/
@media screen and (min-width: 768px) {
  .cosmeticDentalProcedureList ul.threeColumn {
    padding: 30px 20px;
  }
  .cosmeticDentalProcedureList ul.threeColumn li {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .overflowUnset {
    overflow: hidden;
  }
  .aboutMumbaiImg.stickey {
    position: static;
  }
  .cosmeticDentalProcedureList {
    padding-top: 0;
  }
  .takeVirtualTourSlider .slick-dots {
    bottom: -30px;
  }
}

/* Oct 4, 2021 */
.banner_paragraph {
  color: #fff;
  max-width: 600px;
  margin: 0 auto 30px;
}
.banner_paragraph p:first-child {
  margin-bottom: 5px;
}
.banner_paragraph p {
  margin-bottom: 0;
}
.absoluteBannerTexts h1 {
  bottom: 180px;
}
.absoluteBannerTexts .banner_paragraph {
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: calc(100% - 40px);
  transform: translateX(-50%);
  text-align: center;
}
.dentistDelhiPara {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.dentistDelhiPara p {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .dentzzImgGallery .galleryThumbsSliderNew {
    display: none;
  }
  .mBlock {
    display: block !important;
    padding: 0 20px;
  }
  .banner_paragraph {
    margin: 0 auto 10px;
    line-height: 1.2;
    font-size: 13px;
  }
  .absoluteBannerTexts h1 {
    bottom: 100px;
  }
  .absoluteBannerTexts .banner_paragraph {
    bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .videosblock .mainContainer {
    padding: 0;
  }
}
/* !Oct 4, 2021 */
.whatsappBtn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  transition: all 0.4s;
}
.whatsappBtn i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #40c351;
  color: #fff;
  width: 50px;
  font-size: 30px;
  height: 50px;
}
@media screen and (max-width: 769px) {
  .whatsappBtn.afterScroll {
    bottom: 55px;
  }
  .whatsappBtn {
    left: 5px;
    bottom: 55px;
    width: max-content;
  }
}

.prev,
.next {
  background-repeat: no-repeat;
  background-size: 20px;
}

.prev {
  padding-left: 30px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NDQo8c3ZnIGZpbGw9IiM2OEMzNjQiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQ0KCSB2aWV3Qm94PSIwIDAgMjQwLjgyMyAyNDAuODIzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNDAuODIzIDI0MC44MjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NDQo8Zz4NDQoJPHBhdGggaWQ9IkNoZXZyb25fUmlnaHQiIGQ9Ik01Ny42MzMsMTI5LjAwN0wxNjUuOTMsMjM3LjI2OGM0Ljc1Miw0Ljc0LDEyLjQ1MSw0Ljc0LDE3LjIxNSwwYzQuNzUyLTQuNzQsNC43NTItMTIuNDM5LDAtMTcuMTc5DQ0KCQlsLTk5LjcwNy05OS42NzFsOTkuNjk1LTk5LjY3MWM0Ljc1Mi00Ljc0LDQuNzUyLTEyLjQzOSwwLTE3LjE5MWMtNC43NTItNC43NC0xMi40NjMtNC43NC0xNy4yMTUsMEw1Ny42MjEsMTExLjgxNg0NCgkJQzUyLjk0MiwxMTYuNTA3LDUyLjk0MiwxMjQuMzI3LDU3LjYzMywxMjkuMDA3eiIvPg0NCgk8Zz4NDQoJPC9nPg0NCgk8Zz4NDQoJPC9nPg0NCgk8Zz4NDQoJPC9nPg0NCgk8Zz4NDQoJPC9nPg0NCgk8Zz4NDQoJPC9nPg0NCgk8Zz4NDQoJPC9nPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8L3N2Zz4NDQo=) !important;
  background-position: left center;
}

.next {
  padding-right: 30px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NDQo8c3ZnIGZpbGw9IiM2OEMzNjQiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQ0KCSB2aWV3Qm94PSIwIDAgMjQwLjgyMyAyNDAuODIzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNDAuODIzIDI0MC44MjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NDQo8Zz4NDQoJPHBhdGggaWQ9IkNoZXZyb25fUmlnaHRfMV8iIGQ9Ik0xODMuMTg5LDExMS44MTZMNzQuODkyLDMuNTU1Yy00Ljc1Mi00Ljc0LTEyLjQ1MS00Ljc0LTE3LjIxNSwwYy00Ljc1Miw0Ljc0LTQuNzUyLDEyLjQzOSwwLDE3LjE3OQ0NCgkJbDk5LjcwNyw5OS42NzFsLTk5LjY5NSw5OS42NzFjLTQuNzUyLDQuNzQtNC43NTIsMTIuNDM5LDAsMTcuMTkxYzQuNzUyLDQuNzQsMTIuNDYzLDQuNzQsMTcuMjE1LDBsMTA4LjI5Ny0xMDguMjYxDQ0KCQlDMTg3Ljg4MSwxMjQuMzE1LDE4Ny44ODEsMTE2LjQ5NSwxODMuMTg5LDExMS44MTZ6Ii8+DQ0KCTxnPg0NCgk8L2c+DQ0KCTxnPg0NCgk8L2c+DQ0KCTxnPg0NCgk8L2c+DQ0KCTxnPg0NCgk8L2c+DQ0KCTxnPg0NCgk8L2c+DQ0KCTxnPg0NCgk8L2c+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjxnPg0NCjwvZz4NDQo8Zz4NDQo8L2c+DQ0KPGc+DQ0KPC9nPg0NCjwvc3ZnPg0NCg==) !important;
  background-position: right center;
}

.testimonialsPage .mobileh1 {
  display: none;
}

.footerTop .footerNav li.mobileh1 {
  display: none;
}

@media screen and (max-width: 600px) {
  .testimonialsPage .mobileh1 {
    display: block !important;
  }
  .testimonialsPage .desktoph1 {
    display: none;
  }
  .tempPaginationFix .pagination {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
  }
  .footerTop .footerNav li.mobileh1 {
    display: block !important;
  }
  .footerTop .footerNav li.desktoph1 {
    display: none;
  }
  .bigHeight label[for="inputApplicationPost"] {
    max-width: calc(100% - 60px);
    line-height: 1.2;
  }
  .bigHeight #inputApplicationPost {
    height: 92px;
    padding-top: 45px;
  }
}
