html {
  scroll-behavior: initial !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Ubuntu', sans-serif !important; */
  font-weight: 700 !important;
}

::-moz-selection { /* Code for Firefox */
  color: #FFF;
  background: var(--color-primary-60);
}

::selection {
  color: #FFF;
  background: var(--color-primary-60);
}

.sw-theme-arrows {
  border: none !important;
}

.sw-theme-arrows > .nav .nav-link.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.sw-theme-arrows > .nav .nav-link.active::after {
  border-left-color: var(--color-primary) !important;
}

.sw-theme-arrows > .nav .nav-link.done {
  border-color: var(--color-secondary) !important;
  background: var(--color-secondary) !important;
}

.sw-theme-arrows > .nav .nav-link.done::after {
  border-left-color: var(--color-secondary) !important;
}

.sw-theme-arrows .toolbar > .btn {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.tab-pane {
  width: 100% !important;
}

.opening-hours-table {
  width: 100%;
}

.opening-hours-table td {
  padding-right: 1rem;
}

.opening-hours-table tr {
  transition: 0.2s;
}

.opening-hours-table tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.opening-hours-special {
  margin-top: 0.3rem;
  font-size: 0.75rem;
}

.opening-hours-asterix {
  font-size: 0.7rem;
  color: #FF0000;
}

#time_holder {
  transition: 0.5s;
}

/* Blog overview */
.blog-item-image-holder {
  position: relative;
  overflow: hidden;
}

.blog-item-image-holder .blog-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 0.25rem;
  padding-left: 0.5rem;
}

.blog-item-image-holder .blog-date {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.25rem;
  color: #FFF;
  transition: 0.2s;
}

.blog-item-image-holder:hover > .blog-date,
.blog-item-holder:hover .blog-date {
  top: -2rem;
}

.blog-item-image-holder img {
  transition: 0.5s;
}

.blog-item-image-holder:hover > img,
.blog-item-holder:hover img {
  transform: scale(1.1);
}

.blog-item-content-holder .blog-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.blog-item-holder {
  transition: 0.08s;
  border-bottom: 2px solid #EEE;
}

.blog-item-holder:hover {
  background-color: #EEE;
}

/* Blog page */
.tags .badge {
  font-size: 0.75rem;
  font-weight: initial;
  padding: 0.4rem;
}

.tags .badge:hover {
  opacity: 0.9;
  cursor: default;
}

.blog-placement-info {
  color: #000;
}

#blog_container .title-holder h1 {
  font-size: 1.875rem;
}
#blog_container .title-holder h2 {
  font-size: 1.25rem !important;
  font-weight: 500 !important;
}
#blog_container p {
  font-size: 16px !important;
}
#blog_container .fls-section-hero {
  background-size: cover !important;
  padding-top: 11rem;
  padding-bottom: 4rem;
  height: 38rem !important;
  z-index: 0;
}
#blog_container .section-overlay {
  background: var(--color-primary);
  opacity: 0.87;
}
#blog_container .section {
  background-color: var(--color-primary-10);
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
#blog_container .content-holder {
  margin-top: -34rem;
  background-color: #FFF !important;
  border-radius: 5px;
  max-width: 120ch; /* Blog only */
}

.post {
  position: relative;
}

.post .post-preview img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post .post-preview video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.post .post-preview .video-wrapper {
  padding-top: 56.25% !important;
}

.post .post-preview .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.post .post-preview .tag {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 1;
}

.post .post-content {
  margin: -30px 15px 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post .post-content .post-meta li {
  font-size: 13px;
}

.post .post-content .post-meta li:last-child {
  margin-right: 0;
}

.post .post-content .post-title {
  font-size: 18px;
  font-weight: 500;
}

.post .post-content h4 {
  line-height: 24px;
}

.post .post-content a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post .post-content a i {
  font-size: 13px;
}

.post .post-content a:hover {
  color: var(--color-primary) !important;
}

.post .post-content .post-footer {
  padding-top: 15px;
}

.post .page-title {
  font-size: 18px;
}

.post .comment-area .media-list .media img {
  width: 80px;
}

.post .comment-area .media-list .media .media-body a:hover {
  color: var(--color-primary) !important;
}

.post .comment-area .media-list .media .media-body .media-heading {
  font-size: 16px;
}

.post .comment-area .media-list .media .media-body .media-heading a:hover {
  color: var(--color-primary) !important;
}

.post .post-tag {
  color: #ffffff !important;
  background: var(--color-primary) !important;
}

.post .post-image {
  transition: 0.2s;
}

.post:hover .post-image {
  transform: scale(1.1);
}

.post .post-date {
  margin-left: 0.5rem;
}

.post .post-preview {
  border-radius: 5px;
}

.fls-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.fls-image {
  max-height: 30rem;
}

#footer .footer-brand a {
  text-decoration: none;
  color: #FFF;
}

#footer .footer-brand a:hover {
  color: #FFF;
}

.social-media-icon img {
  padding: 0.3rem;
  max-width: 2.5rem;
  border-radius: 5px;
  transition: 0.2s;
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
}

.social-media-icon img:hover {
  border: 3px solid rgba(255, 255, 255, 0.4);
}

.fls-input-container .option_radio, .fls-input-container .option_checkbox {
  display: none;
}
.fls-input-container .option_radio ~ .option_text:before {
  border-radius: 100%;
}
.fls-input-container .option_checkbox ~ .option_text:before {
  border-radius: 3px;
}
.fls-input-container .option_text {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0.5rem;
  padding-left: 2.2rem;
  font-size: 20px;
  transition: 0.2s;
  background-color: #F0F0F0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 0.5rem;
  font-weight: 300;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fls-input-container .option_text:hover {
  cursor: pointer;
  background-color: #dcdcdc;
  color: #000;
}
.fls-input-container .option_text:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  z-index: 1;
  /* 			color: rgba(255, 255, 255, 0);
  			content: "\25ba";
  			font-family: "Arial"; */
  border-radius: 100%;
  border: 3px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.3rem;
  transform: scale(0.9);
  opacity: 1;
}
.fls-input-container .form-control {
  font-size: 17px;
  transition: 0.2s;
  height: auto;
  line-height: inherit;
  font-size: 13px;
  color: #0d233e;
  border-color: rgba(128, 137, 150, 0.2);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  /* give color to form-icon above the element */
}
.fls-input-container .form-control.has-icon {
  padding-left: 40px;
  padding-top: 10px;
}
.fls-input-container .form-control + .form-icon {
  transition: 0.2s;
}
.fls-input-container .form-control:focus {
  border-color: var(--color-primary-50);
  border-bottom: 3px solid var(--color-primary-80);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  font-size: 15px;
}
.fls-input-container .form-control:focus + .form-icon {
  color: var(--color-primary) !important;
}
.fls-input-container .form-check {
  padding-left: 0;
}

.form-group .form-icon {
  position: absolute;
  top: 12px;
  left: 25px;
  color: #5d646d;
  font-size: 18px;
  z-index: 2;
}

.fls-input-container .option_radio:checked ~ .option_text:before, .fls-input-container .option_checkbox:checked ~ .option_text:before {
  border: 5px solid #fff;
  background: var(--color-primary);
  -webkit-box-shadow: 0px 0px 0px 0px var(--color-primary);
  box-shadow: 0px 0px 0px 0px var(--color-primary);
  transform: scale(1);
}

.fls-input-container .option_radio:checked ~ .option_text,
.fls-input-container .option_checkbox:checked ~ .option_text {
  color: #FFF;
  background-color: var(--color-primary-50);
}

.fls-input-container .group-description {
  font-size: 0.85rem;
  color: rgb(75, 75, 75);
}

.fls-input-container .group-title {
  margin-bottom: 1rem !important;
}

.fls-input-container #total-price-holder {
  font-size: 1.5rem;
}

.fls-input-container .option_text {
  overflow: hidden;
}

.fls-input-container .item-price-holder {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  padding: 0 1rem;
  line-height: 2.6rem;
  color: #FFF;
  font-size: 1rem;
  border-radius: 5px;
  background-color: #333;
  transition: 0.2s;
}

.fls-input-container .item-price-holder:hover {
  background-color: #444;
}

.fls-input-container .item-description {
  position: absolute;
  opacity: 0;
  right: 0rem;
  top: 0.2rem;
  padding: 0 1rem;
  line-height: 2.6rem;
  color: #FFF;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: #385C91;
  transition: 0.2s;
}

.option_text:hover > .item-description {
  opacity: 1;
  right: 6rem;
}

.tab-pane .form-label {
  /* font-weight: bold; */
}

.form-field-info {
  color: #6c757d;
  font-size: 0.75rem;
}

.form-label.required:before {
  content: "*";
  color: var(--color-primary);
  margin-right: 0.3rem;
}

.fls-dynamic-form {
  background-color: #FFF;
  padding: 1.5rem;
}

.fls-dynamic-form input[type=text],
.fls-dynamic-form select {
  background-color: #F4F4F4;
}

.fls-dynamic-form input[type=submit] {
  transition: 0.2s !important;
}

.fls-dynamic-form input[type=submit]:hover {
  background-color: #FFF !important;
  color: var(--color-primary) !important;
  cursor: pointer !important;
}

.fls-dynamic-form ::placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  transition: 0.2s !important;
  font-size: 0.9rem !important;
}

.fls-dynamic-form input:focus::placeholder {
  color: rgb(0, 0, 0) !important;
  font-size: 1.1rem !important;
}

.fls-field-highlight {
  background-color: rgba(255, 0, 0, 0.2) !important;
  border: 1px solid rgba(255, 0, 0, 0.8) !important;
}

/* Animated icons */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #198754;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.fls-icon-checkmark {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #198754;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check.animateElement {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.3, 1.3, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #198754;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
/* Cross */
.crossmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #DC3545;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.fls-icon-crossmark {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  stroke-width: 2;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #DC3545;
  animation: fillred 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.crossmark__check.animateElement {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.cross__path.animateElement {
  stroke: #ffffff;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50% 0;
}

.cross__path--right.animateElement {
  animation: 0.3s ease 0.8s normal forwards 1 running stroke;
}

.cross__path--left.animateElement {
  animation: 1s ease 0.8s normal forwards 1 running stroke;
}

@keyframes fillred {
  100% {
    box-shadow: inset 0px 0px 0px 30px #DC3545;
  }
}
/* Buttons */
.btn.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #FFF;
  transition: 0.2s;
}
.btn.btn-primary:hover {
  background-color: var(--color-primary-dark-20);
  border-color: var(--color-primary-dark-20);
  color: #FFF;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-12px);
  }
  50% {
    transform: translateY(5px);
  }
  70% {
    transform: translateY(-12px);
  }
  80% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation-scale {
  animation-name: scale;
  animation-duration: 0.2s;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    /* margin-bottom: .5rem; */
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 576px) {
  #price_holder {
    border-radius: 5px;
  }
}
/* media query bootstap min width md */
@media (max-width: 575px) {
  #price_holder {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .fls-input-container .option_text {
    font-size: 14px;
    line-height: 30px;
  }
}
/* Dots */
.fls-color-green {
  color: #069C56;
}

.fls-color-blue {
  color: #0E8BC5;
}

.fls-color-orange {
  color: #FF681E;
}

.fls-color-grey {
  color: #CCCCCC;
}

.fls-section-hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--color-primary);
  background-size: cover;
}

.section-overlay {
  width: 100%;
  background: var(--color-primary);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fls-section-hero h1 {
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px #373737;
}

.fls-section-hero p.hero-text {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px #373737;
}

.no-bg-img {
  background-image: none !important;
}

.fls-alert {
  /* background-color: transparent !important; */
  border-style: solid;
  border-width: 3px;
  padding: 1rem;
  border-radius: 5px;
}

.fls-alert.fls-success {
  border-color: #D4EDDA !important;
  color: #D4EDDA;
  background-color: #19BB38 !important;
}

.fls-alert.fls-danger {
  border-color: #D4EDDA !important;
  color: #D4EDDA;
  background-color: #E9071A !important;
}

.social-media-buttons .fab {
  padding: 0.5rem;
  font-size: 1.5rem;
  min-width: 2.5rem;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.social-media-buttons .fab:hover {
  opacity: 0.7;
  color: #FFF;
}

/* Navbar top */
.dropdown-menu {
  transition: 0.5s;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0 !important;
  max-height: 1000px;
  opacity: 1;
  overflow: initial !important;
}

.navbar-expand-lg .dropdown:hover > .dropdown-menu {
  /*         display:block !important;
   -webkit-animation:slide-up .25s ease-in-out;
   animation:slide-up .25s ease-in-out */
  animation: 0.1s forwards d;
  -webkit-animation: 0.1s forwards d;
  opacity: 1;
}

.nav-item.dropdown:hover {
  cursor: default;
}

.dropdown-item.selected,
.dropdown-item.selected:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--color-primary);
}

.navbar-dark .navbar-nav .selected > .nav-link,
.navbar-dark .navbar-nav .nav-link.selected,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #FFF;
  background-color: rgba(25, 85, 142, 0.8);
  border-radius: 0.5rem;
}

/* Active link in navbar */
.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: #007bff !important;
}

.dropdown-item:active {
  color: #FFF !important;
  background-color: var(--color-primary) !important;
}

/* Bootstrap navbar */
.dropdown .dropdown-menu {
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}

/* 
.dropdown.show .dropdown-menu {
  max-height: 300px;
  opacity: 1;
  overflow: initial !important;
} */
.pricing-slider {
  width: 100%;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.pricing-slider input[type=range] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #eef1f6;
  border-radius: 3px;
  height: 6px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
}
.pricing-slider input[type=range]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--color-primary);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
.pricing-slider input[type=range]::-moz-range-thumb {
  background-color: var(--color-primary);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
.pricing-slider input[type=range]::-ms-thumb {
  background-color: var(--color-primary);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
.pricing-slider input[type=range]::-webkit-slider-thumb, .pricing-slider input[type=range]::-moz-range-thumb, .pricing-slider input[type=range]::-ms-thumb {
  background-color: var(--color-secondary);
}
.pricing-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
.pricing-slider input {
  width: 100%;
}
.pricing-slider .pricing-slider-value {
  position: absolute;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #909cb5;
  margin-top: 8px;
  --thumb-size: 36px;
}

.fls-timeline ul, .fls-timeline li {
  list-style: none;
  padding: 0;
}
.fls-timeline h1 {
  font-size: 1.1rem;
  font-family: sans-serif;
}
.fls-timeline .sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
}
.fls-timeline li:first-child:after {
  content: "";
  width: 15px;
  height: 10px;
  background: #FFF;
  position: absolute;
  left: -8px;
  top: -3px;
}
.fls-timeline li:first-child:before {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--color-primary);
  border: 1px solid var(--color-primary-80);
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 7px;
}
.fls-timeline li {
  padding-bottom: 1.5rem;
  border-left: 1px solid var(--color-primary-50);
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
.fls-timeline li:last-child {
  border: 0px;
  padding-bottom: 0;
}
.fls-timeline li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  border: 1px solid var(--color-primary-80);
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 7px;
  transition: 0.1s;
}
.fls-timeline li:hover:before {
  width: 15px;
  height: 15px;
  left: -8px;
  border: 1px solid var(--color-primary-80);
}
.fls-timeline li:hover .timeline-content {
  background-color: var(--color-primary-10);
}
.fls-timeline li .timeline-content {
  padding: 0.5rem 1rem;
  border-radius: 0px 15px 15px 15px;
  transition: 0.2s;
}
.fls-timeline li .title {
  color: #2a2839;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 601px) {
  .fls-timeline li .title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .fls-timeline li .title {
    margin-bottom: 0.3rem;
    font-size: 0.85rem;
  }
}
.fls-timeline p {
  color: #4f4f4f;
  font-family: sans-serif;
  line-height: 1.5;
  margin-top: 0.4rem;
}
@media screen and (max-width: 600px) {
  .fls-timeline p {
    font-size: 0.9rem;
  }
}

.search-container-dropdown {
  width: 100%;
  position: relative;
}
.search-container-dropdown * {
  box-sizing: border-box;
}
.search-container-dropdown:focus {
  outline: var(--color-primary) auto 5px;
}
.search-container-dropdown input, .search-container-dropdown .suggestions {
  width: 100%;
}
.search-container-dropdown input {
  background: rgba(255, 255, 255, 0.2);
}
.search-container-dropdown .suggestions {
  position: absolute;
  top: 60px;
  z-index: 999 !important;
  background-color: #FFF !important;
}
.search-container-dropdown ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  max-height: 200px;
  overflow-y: auto;
}
.search-container-dropdown ul.has-suggestions {
  font-size: 14px;
  display: block;
}
.search-container-dropdown ul li {
  padding: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}
.search-container-dropdown ul li:hover {
  background-color: var(--color-primary);
  color: #FFF;
}
.search-container-dropdown ul li:hover .matching-text {
  color: #FFF;
}
.search-container-dropdown ul li .matching-text {
  color: var(--color-primary);
}
.search-container-dropdown .loading-icon-color {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 1.5rem;
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid var(--color-primary-dark);
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: var(--color-primary);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}

.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}

.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

/* Customer CSS */
/* #topnav {
    background-color: #3C3C3B !important;
}

#topnav .navigation-menu > li > a {
    color: #FFF !important;
}

#topnav .navigation-menu > li > a:hover {
    color: #EDC600 !important;
}

#topnav .navigation-menu > li > .menu-arrow {
    border-color: #FFF !important;
}

#topnav .navigation-menu > li > .submenu li:hover {
    background-color: rgba(0,0,0,.1);
}

#topnav .has-submenu.active .submenu li.active > a {
    color: #FFF !important;
} */

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