/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
nav.wi-breadcrumb ol {
  font-size: 14px;
  margin-bottom: 0px;
}
section.bg-gradient nav.wi-breadcrumb a {
  color: #ffffff;
}
section.bg-primary nav.wi-breadcrumb a {
  color: #ffffff;
}
section.bg-secondary nav.wi-breadcrumb a {
  color: #ffffff;
}
section.bg-tertiary nav.wi-breadcrumb a {
  color: #ffffff;
}
section.bg-quaternary nav.wi-breadcrumb a {
  color: #ffffff;
}
section.bg-quinary nav.wi-breadcrumb a {
  color: #ffffff;
}
section.bg-senary nav.wi-breadcrumb a {
  color: #ffffff;
}
section.bg-septenary nav.wi-breadcrumb a {
  color: #ffffff;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-accordion {
  width: 100%;
}
.wi-accordion div.card {
  border-radius: 0;
  margin-bottom: 2px;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
}
.wi-accordion div.card div.card-header {
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
}
.wi-accordion div.card div.card-header button {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  color: #313536;
  padding: 12px;
  padding-left: 40px;
  border: none;
  background-color: transparent;
  text-decoration: none;
  -webkit-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 3.2px;
  border-bottom-right-radius: 3.2px;
}
.wi-accordion div.card div.card-header button:hover {
  text-decoration: underline;
}
.wi-accordion div.card div.card-header button i {
  position: absolute;
  display: inline-block;
  margin-right: 5px;
  opacity: 0.4;
  left: 14px;
  top: 16px;
}
.wi-accordion div.card div.card-header button.collapsed i {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
}
.wi-accordion div.card div.card-header button img {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 40px;
}
.wi-accordion div.card div.card-body {
  background-color: transparent;
}
.wi-accordion div.card:nth-child(even) {
  background-color: #fff;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-fran-dev-social a {
  color: inherit;
  font-size: inherit;
  -webkit-transition: all 1s ease;
  transition: all 500ms ease;
}
.wi-fran-dev-social a:hover {
  filter: brightness(75%);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cl-highlight-slider-1 h2 {
  font-size: 1.4rem;
}
.cl-highlight-slider-1 p {
  font-size: 1.3rem;
}
.cl-highlight-slider-1 .slick-prev::before {
  font-family: 'Font Awesome 6 Pro';
  content: '';
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-decoration: inherit;
  font-size: 14px;
  color: white;
  z-index: 1;
  display: inline-block;
  margin-top: 2px;
}
.cl-highlight-slider-1 .slick-next::before {
  font-family: 'Font Awesome 6 Pro';
  content: '';
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-decoration: inherit;
  font-size: 14px;
  color: white;
  z-index: 1;
  display: inline-block;
  margin-top: 2px;
}
.cl-highlight-slider-1 .slick-next, .cl-highlight-slider-1 .slick-prev {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: var(--secondary);
}
.cl-highlight-slider-1 .slick-next::before, .cl-highlight-slider-1 .slick-prev::before {
  opacity: 1;
}
.cl-highlight-slider-1 .slick-dots li button:before {
  font-size: 20px;
  color: var(--secondary);
}
.cl-highlight-slider-1 .slick-prev {
  left: -130px;
}
.cl-highlight-slider-1 .slick-next {
  right: -130px;
}
@media (min-width: 992px) {
  .cl-highlight-slider-1 h2 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .cl-highlight-slider-1.slick-slider .slick-track {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cl-highlight-slider-1 h2 {
    overflow: hidden;
  }
  .cl-highlight-slider-1 .expand-review {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    height: 50px;
    background: linear-gradient(#f1f2f200, #f1f2f2 84%);
  }
  .cl-highlight-slider-1 .expand-review i {
    transition: var(--transition);
    color: var(--secondary);
    margin-bottom: 2px;
  }
  .cl-highlight-slider-1 h2.expanded .expand-review i {
    transform: rotate(0.5turn);
  }
}
@media (max-width: 1079px) {
  .cl-highlight-slider-1 .slick-arrow {
    display: none !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-franchise-list .card-columns {
  column-count: 1;
}
@media (min-width: 992px) {
  .wi-franchise-list .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-franchise-list .card-columns {
    column-count: 3;
  }
}
.wi-franchise-list .card-title {
  font-weight: 300;
  font-size: 1.3rem;
}
.wi-franchise-list .card-columns .card {
  width: 100%;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}
.wi-franchise-list ul.icon-list {
  margin: 0 0 0 10px;
  padding: 0;
}
.wi-franchise-list ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding: 6px 0 5px 18px;
  margin-bottom: 0;
  font-size: 1rem;
}
.wi-franchise-list ul.icon-list li.col {
  padding: 6px 17px 5px 17px;
}
/* default: chevron */
.wi-franchise-list ul.icon-list li::after {
  font-family: 'Font Awesome 5 Pro';
  content: '';
  font-style: normal;
  font-weight: 500;
  text-decoration: inherit;
  position: absolute;
  font-size: 11px;
  color: var(--primary);
  top: 14px;
  left: 0;
  z-index: 1;
}
/* chevron circle */
.wi-franchise-list ul.icon-list.list-arrow-circle li::after {
  content: '';
}
/* checkmark */
.wi-franchise-list ul.icon-list.list-checkmark li {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.wi-franchise-list ul.icon-list.list-checkmark li::after {
  content: '';
}
.wi-franchise-list ul.icon-list.list-checkmark li:last-child {
  border: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-map-full-2 input.form-control {
  background-color: white;
  border: 1px solid white;
  color: var(--secondary);
  z-index: 0;
  padding-right: 34px;
  margin-bottom: 0px;
}
.wi-map-full-2 input.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #771e2c inset;
}
.wi-map-full-2 input.form-control:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.wi-map-full-2 button.search-btn {
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 1;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: var(--secondary);
  font-size: 20px;
  padding: 5px;
}
.wi-map-full-2 button.search-btn:hover {
  color: white;
}
.wi-map-full-2 button.search-btn:focus {
  outline: 0;
}
.wi-map-full-2 input.form-control::-webkit-input-placeholder {
  color: var(--secondary);
}
.wi-map-full-2 input.form-control:-moz-placeholder {
  color: var(--secondary);
}
.wi-map-full-2 input.form-control::-moz-placeholder {
  color: var(--secondary);
}
.wi-map-full-2 input.form-control:-ms-input-placeholder {
  color: var(--secondary);
}
.wi-map-full-2 input.form-control::-ms-input-placeholder {
  color: var(--secondary);
}
.wi-map-full-2 input.form-control::placeholder {
  color: var(--secondary);
}
.wi-map-full-2 .wi-counter {
  border: 2px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 25px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
}
.wi-map-full-2 .location-box {
  cursor: pointer;
  -webkit-box-shadow: 0 1px 8px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 8px 1px rgba(255, 255, 255, 0.1);
  border-color: #f5f0ec;
}
.wi-map-full-2 .location-box.selected {
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  border-color: #e8e6e2;
}
.wi-map-full-2 .location-box.selected h5 {
  /* color: #771e2c; */
}
.wi-map-full-2 .loading-overlay {
  position: absolute;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wi-map-full-2 .loading-overlay i {
  font-size: 40px;
  line-height: 40px;
}
.wi-map-full-2 address {
  font-size: 12px;
  opacity: 0.7;
}
.wi-map-full-2 .location-links a {
  font-size: 12px;
}
.wi-map-full-2 #map_full_2 {
  z-index: 1;
}
.wi-map-full-2 #center-map-form {
  margin-bottom: 55px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.stars i {
  color: #f7ef66;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-reviews-full-1 .well {
  overflow: hidden;
  position: relative;
}
.wi-reviews-full-1 .expand-review {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 50px;
  background: linear-gradient(#f1f2f200, #f1f2f2 84%);
}
.wi-reviews-full-1 .expand-review i {
  transition: var(--transition);
  color: var(--secondary);
  margin-bottom: 2px;
}
.wi-reviews-full-1 .well.expanded .expand-review i {
  transform: rotate(0.5turn);
}
.wi-reviews-full-1 .author-avatar- {
  display: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cl-reviews-slider-1 ul {
  align-items: flex-start !important;
}
.cl-reviews-slider-1 .well img {
  width: 90%;
}
.cl-reviews-slider-1 .weight-300 {
  font-weight: 300;
}
.cl-reviews-slider-1 .author-avatar- {
  display: none;
}
.cl-reviews-slider-1 .well {
  width: 276px;
  margin-right: 16px;
  margin-bottom: 0px;
  overflow-y: hidden;
}
.cl-reviews-slider-1 .expand-review {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 50px;
  text-align: center;
  background: linear-gradient(#f1f2f200, #f1f2f2 84%);
}
.cl-reviews-slider-1 .well .expand-review:hover {
  cursor: pointer;
  color: var(--tertiary);
}
.cl-reviews-slider-1 .expand-review i {
  transition: var(--transition);
  color: var(--secondary);
  margin-bottom: 2px;
}
.cl-reviews-slider-1 .well.expanded .expand-review i {
  transform: rotate(0.5turn);
}
@media (min-width: 992px) {
  .cl-reviews-slider-1 .well {
    max-height: 360px;
  }
  .cl-reviews-slider-1:before, .cl-reviews-slider-1:after {
    content: '';
    height: 100%;
    width: 40px;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
  }
  .cl-reviews-slider-1:before {
    left: 0px;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .cl-reviews-slider-1:after {
    right: 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  .cl-reviews-slider-1 .well:after {
    content: '';
    display: block;
    height: 44px;
    background-color: var(--primary);
    position: absolute;
    top: 316px;
    width: 100%;
    left: 0px;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    background: linear-gradient(#f1f2f200, #f1f2f2 52%);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-top-bar {
  margin-top: 0px;
  transition: var(--transition);
}
body.scrolled .wi-top-bar {
  margin-top: calc(var(--top-bar, 0px) * -1);
}
.wi-top-bar i {
  color: white;
  opacity: 0.8;
  position: absolute;
  right: 20px;
}
.wi-top-bar i:hover {
  opacity: 1;
  cursor: pointer;
}
.wi-top-bar.bg-primary a:hover {
  color: var(--secondary);
}
.wi-top-bar.bg-tertiary a:hover {
  color: var(--secondary);
}
.wi-top-bar p {
  margin-bottom: 0;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-products-highlight-1-mobile .wi-product:nth-child(odd) {
  background-color: #f8f8f8;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .coupon */
.coupons-slider-1 .coupon {
  margin-top: 20px;
  margin-bottom: 20px;
}
.coupon {
  position: relative;
  display: block;
  border: 3px dashed rgba(0, 0, 0, 0.2);
  padding: 2px;
  color: #fff;
  border-radius: var(--btn-radius);
}
.coupon:hover {
  color: #fff;
  text-decoration: none;
}
.coupon i {
  position: absolute;
  z-index: 0;
  bottom: -21px;
  left: 3px;
  font-size: 40px;
  color: #cccccc;
}
.coupon .cl1 {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: calc(var(--btn-radius) - 3px);
}
.coupon .cl1 .cl2 {
  width: 100%;
  padding: 25px;
  text-align: center;
  background-color: rgb(var(--primary-rgb) / 0.9);
}
.empty-d-none:empty {
  display: none;
}
.coupons-slider-1 .cl2[img-check=""] [w-img] {
  display: none;
}
.coupons-slider-1 .cl2[img-check*="/"] [wo-img] {
  display: none;
}
.coupons-slider-1 .cl2 img {
  border: 4px solid white;
  border-radius: var(--btn-radius);
}
.coupons-slider-1 {
  display: flex;
  align-items: center;
}
section.py-0 .coupons-slider-1 .slick-slide {
  padding-top: 75px;
  padding-bottom: 75px;
}
.coupons-slider-1 button.slick-arrow {
  top: unset !important;
  width: 32px;
  height: 32px;
  border: 2px solid var(--secondary);
  background-color: transparent;
  border-radius: 100%;
}
.coupons-slider-1 button.slick-arrow:hover {
  background-color: var(--secondary);
}
.coupons-slider-1 button.slick-arrow:hover:before {
  color: white;
}
.coupons-slider-1 button.slick-prev {
  left: -40px;
}
.coupons-slider-1 button.slick-prev::before {
  font-family: 'Font Awesome 6 Pro';
  content: '';
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-decoration: inherit;
  font-size: 14px;
  color: var(--secondary);
  z-index: 1;
  display: inline-block;
  margin-top: 2px;
}
.coupons-slider-1 button.slick-next {
  right: -40px;
}
.coupons-slider-1 button.slick-next::before {
  font-family: 'Font Awesome 6 Pro';
  content: '';
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-decoration: inherit;
  font-size: 14px;
  color: var(--secondary);
  z-index: 1;
  display: inline-block;
  margin-top: 2px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cities-we-serve-list .nav-pills {
  column-count: 4;
  padding-left: 22px;
}
@media (max-width: 767px) {
  .cities-we-serve-list .nav-pills {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.cities-we-serve-list .nav-pills li a, .cities-we-serve-list .nav-pills li span {
  color: #fff;
}
.cities-we-serve-list .nav-pills li.active {
  text-decoration: underline;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
ul.icon-list {
  --icon-unicode: '';
  --icon-weight: 300;
  --icon-font-size: var(--p-size);
  --icon-color: var(--secondary);
  --icon-font: 'Font Awesome 6 Pro';
  font-size: var(--p-size);
  font-weight: 300;
  margin: 0 0 0 10px;
  padding: 0;
}
ul.icon-list.icon-xl {
  font-size: 1.5rem;
  --icon-font-size:  2.5rem;
}
ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding: 0px 0 5px 38px;
  margin-bottom: calc(var(--unit) * 1);
}
ul.icon-list.icon-xl li {
  padding-left: 68px;
}
ul.icon-list.icon-xl li:not(:last-child) {
  margin-bottom: 1.2rem;
}
/* default: chevron */
ul.icon-list li::after {
  font-family: var(--icon-font);
  content: var(--icon-unicode);
  font-style: normal;
  font-weight: var(--icon-weight);
  line-height: 1;
  text-decoration: inherit;
  position: absolute;
  font-size: var(--icon-font-size);
  color: var(--icon-color);
  top: 7px;
  left: 0;
  z-index: 1;
}
ul.icon-list li[class*='zr-']:before {
  content: unset;
}
/* chevron circle */
ul.icon-list.list-arrow-circle li::after {
  content: '';
}
/* checkmark */
ul.icon-list.list-checkmark li::after {
  content: '';
  opacity: 1;
}
ul.icon-list.list-checkmark.check-strong li::after {
  font-weight: bold;
}
ul.icon-list.icons-primary {
  --icon-color: var(--primary);
}
ul.icon-list .icons-primary {
  --icon-color: var(--primary);
}
ul.icon-list.icons-secondary {
  --icon-color: var(--secondary);
}
ul.icon-list .icons-secondary {
  --icon-color: var(--secondary);
}
ul.icon-list.icons-tertiary {
  --icon-color: var(--tertiary);
}
ul.icon-list .icons-tertiary {
  --icon-color: var(--tertiary);
}
ul.icon-list.icons-quaternary {
  --icon-color: var(--quaternary);
}
ul.icon-list .icons-quaternary {
  --icon-color: var(--quaternary);
}
ul.icon-list.icons-quinary {
  --icon-color: var(--quinary);
}
ul.icon-list .icons-quinary {
  --icon-color: var(--quinary);
}
ul.icon-list.icons-senary {
  --icon-color: var(--senary);
}
ul.icon-list .icons-senary {
  --icon-color: var(--senary);
}
ul.icon-list.icons-septenary {
  --icon-color: var(--septenary);
}
ul.icon-list .icons-septenary {
  --icon-color: var(--septenary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-franchise-list .card-columns {
  column-count: 1;
}
@media (min-width: 992px) {
  .wi-franchise-list .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-franchise-list .card-columns {
    column-count: 3;
  }
}
.wi-franchise-list .card-title {
  font-weight: 300;
  font-size: 1.3rem;
}
.wi-franchise-list .card-columns .card {
  width: 100%;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}
.wi-franchise-list ul.icon-list {
  margin: 0 0 0 10px;
  padding: 0;
}
.wi-franchise-list ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding: 6px 0 5px 18px;
  margin-bottom: 0;
  font-size: 1rem;
}
.wi-franchise-list ul.icon-list li.col {
  padding: 6px 17px 5px 17px;
}
/* default: chevron */
.wi-franchise-list ul.icon-list li::after {
  font-family: 'Font Awesome 5 Pro';
  content: '';
  font-style: normal;
  font-weight: 500;
  text-decoration: inherit;
  position: absolute;
  font-size: 11px;
  color: var(--primary);
  top: 14px;
  left: 0;
  z-index: 1;
}
/* chevron circle */
.wi-franchise-list ul.icon-list.list-arrow-circle li::after {
  content: '';
}
/* checkmark */
.wi-franchise-list ul.icon-list.list-checkmark li {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.wi-franchise-list ul.icon-list.list-checkmark li::after {
  content: '';
}
.wi-franchise-list ul.icon-list.list-checkmark li:last-child {
  border: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.thumbs-sect {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: white;
  z-index: 2;
}
.thumbs-sect i:hover {
  cursor: pointer;
}
.thumbs-circle {
  padding-bottom: 80%;
  width: 80%;
  position: relative;
  border-radius: 100%;
  border-width: 5px;
  border-style: solid;
  transition: 0.2s ease-in;
}
.thumbs-circle:hover {
  cursor: pointer;
  opacity: 0.8;
}
.thumbs-circle i {
  font-size: 90px;
  font-weight: 100;
}
@media (max-width: 600px) {
  .thumbs-circle i {
    font-size: 63px;
  }
}
.thumbs-circle .thumbs-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbs-circle.green {
  border-color: #31a752;
}
.thumbs-circle.green i {
  color: #31a752;
}
.thumbs-circle.red {
  border-color: #EF4233;
}
.thumbs-circle.red i {
  color: #EF4233;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--primary);
  border-color: var(--primary) transparent var(--primary) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.display-4 {
	font-size: calc(1rem * 1.1);	
}
.display-5 {
	font-size: calc(1rem * 1.3);
}
.gradient-overlay-light {
	background: linear-gradient(0deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.4) 60%, rgba(255,255,255,.5) 100%); 
	position: absolute; 
	height: 100%; 
	width: 100%; 
	top: 0;
}
main > section.bg-overlay.overlay-light .overlay {
	background: #ffffff94;
}
.accordion .accordion-title {
	position: relative;
	font-size: 18px;
	padding: 15px 20px;
	cursor: pointer;
	background-color: #F1F2F2;
}
.accordion .accordion-title i {
	position: absolute;
	font-size: 20px;
	right: 18px;
	top: 20px;
}
.accordion-item {
	border: none;
}
.accordion-button {
	background-color: #f1f2f2;
	color: #093d61;
	font-size: 1.3rem;
	border-radius: 5px;
	padding: 1.25rem;
}
.accordion-button:focus {
	box-shadow: 0 0 0 0.25rem #2ca3f324;
}
.accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #2ca3fc;
}
.accordion-item:not(:last-of-type) {
	margin-bottom: 16px;
}
hr.primary {
	border: 1px solid #2ca3fc; 
	opacity: 1;
	margin-top: 36px;
	margin-bottom: 36px;
	background-color: var(--primary);
}
.column-angled {
	background-color: #ffffff; 
	position: absolute; 
	overflow: hidden; 
	transform: skewX(-41deg); 
	transform-origin: center;
}
.img-triangle-left {
	position: absolute; 
	top: 0; 
	left: 0;
	--nine-h: 540px; 
	--nine-h-xxl: 580px;
}
.img-triangle-right {
	position: absolute; 
	bottom: 0;
	right: 0;
	--nine-h: 540px; 
	--nine-h-xxl: 580px;
}
 section.bg-overlay .overlay {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.3) 100%);
}
.bg-block {
	height: 100%; 
	width: 52%; 
	position: absolute;
	top: 0;
	transform: skewX(-41deg);
    left: -450px;
}
.bg-block.right { 
	right: -450px;
	left: unset;
}
@media screen and (max-width: 991px) {
	.bg-block {
	width: 110%;
	left: -750px;
	min-width: 510px;
	}
	.bg-block.right { 
	right: unset;
	left: -750px;
	}
	.wi-top-bar p {
	font-size: .9rem;
	line-height: 1.1;
	padding-top: 5px;
	}
	.wi-top-bar i {
	top: -7px;
	right: 7px;
	}
}
@media screen and (min-width: 992px) {
.cl-highlight-slider-1 h2 {
    font-size: 1.6rem;
}
.floating-container {
	position: absolute; 
	left: 0; 
	right: 0; 
	top: 41%;
	}
.core2021 .page-prompt {
	padding-top: 60px !important;
	}
.wi-top-bar i {
	 top: 0px;
}
}
.cl-highlight-slider-1 h2 {
	font-weight: 300;
}
ul.icon-list.list-checkmark li::after {
	color: #00d99d;
	content: '\f058';
}
@media screen and (min-width: 768px) { 
	.gradient-overlay {
		position: absolute;
   		width: 100%;
		height: 100%;
		top: 0;
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,.2) -20%, rgba(255,255,255,.6) 38%, rgba(255,255,255, .8) 50%, rgba(255,255,255,.6) 62%, rgba(255,255,255,0.2) 120%);
	}
}
.header-col-max {
	max-width: 580px;
}
.header-box {
	max-width: 700px;
}
.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.border-primary {
border-color: var(--primary) !important;
}
.border-secondary {
border-color: var(--secondary) !important;
}
.border-tertiary {
border-color: var(--tertiary) !important;
}
.border-quaternary {
border-color: var(--quaternary) !important;
}
.border-quinary {
border-color: var(--quinary) !important;
}
hr.tertiary {
    border: 1px solid #00d99d;
    opacity: 1;
    margin-top: 36px;
    margin-bottom: 36px;
}
.sub {
	opacity: 1 !important;
}
.price-tag {
	font-size: 1.4rem;
	font-weight: 500;
	position: absolute;
	left: 0;
	right: 0;
	top: 22px;
}
.per-price {
	position: relative; 
	top: -2px;
}
.half-badge {
	position: absolute;
    top: 35%;
	transform: skewx(41deg);
    width: 300px;
    right: -150px;
    margin: auto;
}
.slick-prev, .slick-next {
	top: calc(50% + 36.5px);
}
.cl-highlight-slider-1 .slick-next, .cl-highlight-slider-1 .slick-prev {
	width: 32px;
	height: 32px;
	border: 2px solid var(--secondary);
	background-color: transparent;
}
.cl-highlight-slider-1 .slick-prev::before, .cl-highlight-slider-1 .slick-next::before {
	color: var(--secondary);
}
.cl-highlight-slider-1 .slick-next:hover, .cl-highlight-slider-1 .slick-prev:hover {
	background-color: var(--secondary);
}
.cl-highlight-slider-1 .slick-prev:hover::before, .cl-highlight-slider-1 .slick-next:hover::before {
	color: white;
}
header.scrolled {    
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.breadcrumb-item.active {
color: #ffffff96;
}
h2, .h2, h1, .h1 {
	font-size: 2.75rem;
	font-weight: 400;
	line-height: 1.1;
}
h4, .h4 {
	font-size: 1.4rem;
	line-height: 1.1;
}
.core2021 .progress-bar .step.fill, .core2021.v3 .progress-bar .step, .core2021 .continue.disable, .core2021.v3 .continue {
    background-color: var(--primary) !important;
}
.core2021 .page-footer, .core2021 .progress-bar {
	background-color: #f1f2f2 !important;
	box-shadow: none !important;
}
.core2021 .btn.disabled {
    opacity: 1 !important;
	 background-color: var(--primary) !important;
}
.core2021 label, .core2021 .page-prompt, .core2021 .page-prompt.desktop-view {
	color: var(--secondary) !important;
}
.core2021 .progress-bar .step .step-number {
    background-color: #ffffff !important;
}
.core2021.v3 {
	padding-bottom: 60px !important;
    padding-top: 40px !important;
}
.core2021.v3 .progress-bar, .core2021.v3 .page-footer {
    background-color: #ffffff !important;
}
.cities-we-serve-list .nav-pills li a {
    color: var(--secondary);
}
.cities-we-serve-list .nav-pills li a:hover {
    color: var(--primary);
}
.cities-we-serve-list .nav-pills {
    font-size: var(--p-size);
    font-weight: 300;
	list-style: none;
}
.btn-gray {
	background-color: #f1f2f2;
	}
.btn-gray:hover {
	background-color: #f8f8f8;
	}
.form-group label {
	margin-bottom: 4px;
}
.form-control {
	border: none !important;
}

::-webkit-scrollbar { display: none; }