.body-content {
  min-height: calc(100vh - 63px);
}
@media (max-width: 991px) {
  .body-content {
    min-height: calc(var(--vh, 1vh) * 100 - 80px);
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) and (max-height: 570px) {
  .body-content {
    min-height: 100%;
  }
}
@media (min-height: 700px) {
  
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.topImage {
  padding: 220px 0px 0px 0px;
  height: auto;
  overflow: hidden;
  background: #F3F8FE;
}
@media (max-width: 991px) {
  .topImage {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .topImage .caption {
    top: 0px;
  }
}
@media (max-width: 991px) {
  .topImage .caption {
    margin-bottom: 40px;
  }
}
.topImage:before {
  display: none;
}
@media (max-width: 991px) {
  .topImage .image-clip-wrapper {
    position: absolute !important;
    right: 15px;
    bottom: 0;
    overflow: hidden;
    max-width: 120px;
  }
}
@media (max-width: 991px) and (min-width: 758px) {
  .topImage .image-clip-wrapper {
    bottom: -50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topImage .image-clip-wrapper {
    max-width: 180px;
  }
}
.topImage .image {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .topImage .image {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .topImage .image.person {
    position: relative !important;
    margin: 0;
    margin-bottom: -10px;
    bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topImage .image.person {
    margin-bottom: -50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topImage .image.person {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .topImage .col-lg-3.order-lg-first {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 575px) {
  .topImage .col-lg-3.order-lg-first {
    flex: 0 0 56%;
    max-width: 56%;
  }
}
@media (max-width: 991px) {
  .topImage {
    padding-top: 115px;
    padding-bottom: 0px;
    height: auto;
    max-height: 100%;
    margin-bottom: 0px;
  }
  .topImage .introText {
    padding-bottom: 20px;
  }
  .topImage .introText h1 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .topImage .introText {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topImage .introText {
    padding-bottom: 90px;
  }
}
.caption .white-wrapper {
  border-radius: 15px;
}
.submenu-overlay .caption {
  z-index: auto !important;
}
.introText {
  position: relative;
}
.submenu ul {
  padding-left: 0px;
}
.submenu .submenu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .submenu .submenu-toggle {
    display: inline-flex;
    align-items: center;
    background: #FFF;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px 16px;
    font-family: 'Gotham Pro';
    font-weight: 700;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    position: relative;
    min-width: 0;
    transition: min-width 0.25s ease;
    padding-right: 35px;
  }
  .submenu .submenu-toggle .fa {
    margin-right: 10px;
    width: 20px;
    text-align: center;
  }
  .submenu .submenu-toggle .submenu-chevron {
    margin-left: auto;
    margin-right: 0;
    font-size: 18px;
    width: auto;
    font-weight: bold;
    position: absolute;
    right: 12px;
  }
  .submenu .submenu-toggle:hover,
  .submenu .submenu-toggle:focus {
    outline: none;
  }
  .submenu .submenu-toggle[aria-expanded="true"] {
    border-radius: 10px 10px 0 0;
    min-width: 170px;
    transition: none;
  }
  .submenu .submenu-toggle[aria-expanded="true"] .submenu-chevron {
    transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  .submenu .submenu-nav {
    display: inline-block;
    position: relative;
    z-index: 1050;
  }
}
.submenu .submenu-nav::before {
  display: none;
}
@media (max-width: 991px) {
  .submenu-overlay .submenu .submenu-nav::before {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    animation: overlayFadeIn 0.25s ease forwards;
  }
}
@media (max-width: 991px) {
  .submenu .submenu-dropdown {
    position: absolute;
    left: 0;
    z-index: 10;
    min-width: 100%;
    overflow: hidden;
    background: #FFF;
    border-radius: 0 0 10px 10px;
    border: 1px solid transparent;
    border-top: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  .submenu .submenu-dropdown ul li a {
    white-space: nowrap;
  }
  .submenu .submenu-dropdown.open {
    opacity: 1;
    border-color: #e0e0e0;
    visibility: visible;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .submenu .submenu-dropdown {
    line-height: 1.4;
  }
}
.submenu ul {
  list-style-type: none;
}
@media (max-width: 991px) {
  .submenu ul {
    padding-left: 0px;
    margin: 0;
  }
}
.submenu ul li {
  padding: 5px 0px;
}
@media (max-width: 991px) {
  .submenu ul li {
    padding: 0;
  }
  .submenu ul li a {
    display: block;
    padding: 8px 16px;
    font-size: 15px;
    opacity: 0.6;
    transition: background 0.15s ease, opacity 0.15s ease;
  }
  .submenu ul li a:hover {
    background: #F3F8FE;
    opacity: 1;
  }
  .submenu ul li.active a {
    opacity: 1;
    background: #F3F8FE;
    padding-left: 16px;
  }
  .submenu ul li.active a:before {
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
  }
  .submenu ul li:last-child a {
    border-radius: 0 0 10px 10px;
  }
}
.submenu ul li a {
  font-family: 'Gotham Pro';
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .submenu ul li a {
    font-size: 16px;
    font-weight: normal;
    opacity: 1;
  }
}
.submenu ul li a .fa {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
.submenu ul li.active a {
  opacity: 1;
  position: relative;
  padding-left: 15px;
}
.submenu ul li.active a:before {
  content: "";
  width: 4px;
  display: inline-block;
  background-color: #18C6F3;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mijnTB .topImage {
    padding: 130px 0px 50px 0px;
  }
  .mijnTB .topImage .caption {
    top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .mijnTB .topImage .caption ul {
    padding-left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .mijnTB .topImage {
    padding: 160px 0px 0px 0px;
  }
}
@media (max-width: 991px) and (max-height: 570px) {
  .loginPage {
    overflow: hidden;
  }
}
.loginPage .topImage {
  overflow: visible;
  padding: 80px 0px 0px 0px;
  padding-top: 0px;
  background-color: #FFF;
  background-image: none !important;
}
@media (min-width: 992px) {
  .loginPage .topImage {
    background: none;
  }
}
.loginPage .topImage .overlay {
  display: none;
}
.loginPage .topImage .container {
  padding: 0px;
}
.loginPage .topImage .image {
  margin-right: -260px;
  position: relative;
  z-index: 5;
  pointer-events: none;
  top: 220px;
  margin-left: 50px;
  max-width: unset;
}
@media (min-width: 992px) and (max-height: 900px) {
  .loginPage .topImage .image {
    margin-right: -60px;
    top: 200px;
    margin-left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-height: 900px) {
  .loginPage .topImage .image {
    margin-right: -60px;
    top: 200px;
    margin-left: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) and (max-height: 1100px) {
  .loginPage .topImage .image {
    margin-right: 0px;
    top: unset;
    position: absolute;
    bottom: -170px;
    margin-left: -40px;
    height: auto !important;
    max-width: 800px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) and (min-height: 1101px) {
  .loginPage .topImage .image {
    margin-right: -10px;
    top: unset;
    position: absolute;
    bottom: -170px;
    margin-left: -40px;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .loginPage .topImage .image {
    position: static;
    margin-right: -20px;
    margin-left: -10px;
  }
  .loginPage .topImage .image .starPattern {
    bottom: -120px;
  }
}
@media (min-width: 992px) and (max-height: 900px) {
  .loginPage .topImage .image .starPattern {
    bottom: 70px;
  }
}
@media (min-width: 992px) and (max-height: 900px) {
  .loginPage .topImage .image .starPattern {
    bottom: 0px;
  }
}
.loginPage .topImage .caption {
  z-index: 5;
  position: relative;
  bottom: -220px;
  top: unset;
  display: inline-block;
  border: unset;
  position: static;
  margin-top: 62px;
  margin-top: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media (min-width: 992px) {
  .loginPage .topImage .caption {
    position: relative;
    margin: 0 auto;
    display: block;
    top: 9vh;
  }
}
@media (min-width: 992px) and (max-height: 750px) {
  .loginPage .topImage .caption {
    margin-top: 80px;
    top: 0px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  .loginPage .topImage .caption {
    bottom: -150px;
  }
}
@media (min-width: 992px) and (max-height: 900px) {
  .loginPage .topImage .caption {
    bottom: -100px;
  }
}
.loginPage .topImage .caption h1 {
  font-size: 30px;
}
@media (max-width: 575px) {
  .loginPage .topImage .caption h1 {
    font-size: 20px;
  }
  .loginPage .topImage .caption h1 {
    font-size: 24px;
  }
}
.loginPage .topImage .caption .link {
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .loginPage .topImage .caption .link {
    margin-bottom: 20px;
  }
}
.loginPage .topImage .caption .link .icon {
  transform: rotate(180deg);
  width: 14px;
  position: relative;
  top: -1px;
  filter: brightness(0) saturate(100%) invert(21%) sepia(14%) saturate(1010%) hue-rotate(147deg) brightness(92%) contrast(91%);
  margin-right: 10px;
}
.loginPage .topImage .caption h2 {
  display: block !important;
  font-size: 30px;
}
.loginPage .topImage .caption .navbar-brand img {
  height: 75px;
  margin-bottom: 20px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .loginPage .topImage .caption .navbar-brand {
    position: absolute;
    top: -50px;
    left: 0px;
    right: 0px;
    margin: 0px;
  }
  .loginPage .topImage .caption .navbar-brand img {
    height: 100px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.loginPage .topImage .caption .white-wrapper {
  padding: 25px;
  margin-top: 5px;
  margin-top: 0px;
  border-radius: 0px;
  box-shadow: none !important;
  padding: 40px 3.2rem;
  max-width: 580px;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  .loginPage .topImage .caption .white-wrapper {
    margin-top: 6%;
  }
  .loginPage .topImage .caption .white-wrapper.padding-top {
    padding-top: 80px;
  }
}
@media (max-height: 570px) {
  .loginPage .topImage .caption .white-wrapper {
    padding-bottom: 20px;
  }
}
.loginPage .topImage .caption .white-wrapper input::placeholder {
  color: transparent;
}
.loginPage .topImage .caption .white-wrapper .group .col-md-12 {
  position: relative;
}
.loginPage .topImage .caption .white-wrapper .group label {
  position: absolute;
  left: 12px;
  top: 5px;
  color: #7d7d7d;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 575px) {
  .loginPage .topImage .caption .white-wrapper .group label {
    font-size: 12px;
  }
}
.loginPage .topImage .caption .white-wrapper .group input {
  margin-bottom: 10px;
  padding: 5px 12px;
  padding-top: 23px;
  line-height: 60px;
  height: 60px !important;
  font-size: 18px;
}
@media (max-width: 575px) {
  .loginPage .topImage .caption .white-wrapper .group input {
    font-size: 16px;
    line-height: 55px;
    height: 55px !important;
  }
}
.loginPage .topImage .caption .white-wrapper input[type="checkbox"] {
  position: relative;
  top: 1px;
}
/*.dropdown {
    .btn {
        font-family: 'Gotham Pro';
        font-weight: normal;
        padding: 8px 14px;
        border-radius: 10px;
        background: transparent;

        &:hover {
            background: transparent;
        }

        &:focus {
            outline: none;
            box-shadow: none;
        }
    }

    ul.dropdown-menu {
        li {
            a {
                font-size: 16px;
                font-family: 'Gotham Pro';
                font-weight: 400;
                color: #000;
                text-decoration: none;
                padding: 4px 10px;
                display: block;

                .fa {
                    margin-right: 10px;
                }

                &:hover {
                    background: #fafcfd;
                }
            }
        }
    }

    ul {
        min-width: 240px;
        list-style-type: none;
        padding-left: 0px;
    }
}*/

footer {
  background: none;
}
@media (max-width: 991px) and (max-height: 570px) {
  footer {
    position: relative !important;
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  footer {
    left: 0px;
    right: 0px;
  }
  footer ul li {
    font-size: 14px !important;
  }
  footer ul li:after {
    padding: 0px 20px !important;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  footer ul li {
    font-size: 12px !important;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  footer ul li:after {
    padding: 0px 5px !important;
    width: 0px;
  }
}
footer .bottomFooter {
  position: static;
}
.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07) !important;
}
@media (max-width: 767px) {
  .requestOverview.p-t-50 {
    padding-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .requestOverview .col-xl-3 > .sticky {
    position: sticky;
    top: 130px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .requestOverview .col-xl-3 > .sticky-top {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .requestOverview .btn {
    width: 100%;
  }
}
.requestOverview p {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 575px) {
  .requestOverview p {
    font-family: 'Gotham Pro';
    font-weight: normal;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .requestOverview h2 {
    font-size: 18px !important;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .requestOverview .tile.mobileNoShadow {
    box-shadow: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .requestOverview .tile {
    padding: 20px;
  }
}
.requestOverview .tile.grey {
  padding: 15px;
  min-height: auto;
  background: #f9f9f9;
  margin-bottom: 15px;
  height: auto;
}
.requestOverview .tile .offerItem {
  font-family: 'Gotham Pro';
  line-height: 1.6;
}
@media (max-width: 767px) {
  .requestOverview .tile.p-mobile-0 {
    padding: 0px;
    box-shadow: none !important;
    margin-bottom: 20px !important;
  }
  .requestOverview .tile .offerItem {
    margin-bottom: 15px !important;
    padding: 25px;
  }
  .requestOverview .tile .btn {
    background-color: #479520;
    color: #FFF;
    border: none;
  }
  .requestOverview .tile .btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(313deg) brightness(104%) contrast(102%);
  }
  .requestOverview .tile .btn.btn-secondary {
    background-color: #F3F8FE;
    color: #000;
  }
}
.requestOverview .date {
  font-family: 'Gotham Pro';
  font-weight: 700;
  color: #479520;
}
.requestOverview ul {
  list-style: none;
  margin-top: 10px;
  padding-left: 0px;
}
.requestOverview ul.smallSpace li {
  padding: 0px 0px;
  line-height: 1.4;
}
.requestOverview ul li {
  font-family: 'Gotham Pro';
  line-height: 1.6;
  padding: 2px 0px;
}
.requestOverview ul li a {
  color: #000;
  text-decoration: none;
}
.requestOverview ul li a:hover {
  text-decoration: underline;
}
.requestOverview ul li .icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  position: relative;
  top: 4px;
  margin-right: 5px;
  background-position: center center !important;
}
.requestOverview ul li .icon.message {
  background: url('/Content/images/icons/icon-faq.svg');
}
.requestOverview ul li .icon.envelope {
  background: url('/Content/images/icons/icon-envelope.svg');
}
.requestOverview ul li .icon.whatsapp {
  background: url('/Content/images/icons/icon-whatsapp.svg');
}
.requestOverview .tile {
  height: 100%;
  min-height: 180px;
}
@media (max-width: 1199px) {
  .requestOverview .tile {
    height: 100%;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 991px) {
  .requestOverview .tile {
    height: auto;
  }
}
.requestOverview .tile .title.border-bottom {
  display: block;
  border-bottom: solid 1px #efefef !important;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.requestOverview .tile .title .person.image {
  position: absolute;
  bottom: 0px;
  max-width: 120px;
  right: 0px;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .requestOverview .tile .title .person.image {
    max-width: 90px;
    right: -20px;
  }
}
.requestOverview .tile.noResult {
  position: relative;
  background: #F9F9F9;
}
.requestOverview .tile.noResult .title {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.offerItem {
  position: relative;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .offerItem {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .offerItem .btn {
    background-color: #479520 !important;
    color: #FFF;
  }
  .offerItem .btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(313deg) brightness(104%) contrast(102%);
    position: relative;
    top: -1px;
    width: 13px;
  }
  .offerItem .btn:before {
    content: "Bekijken";
    display: inline-block;
    margin-right: 11px;
  }
}
.offerItem .linkOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.offerItem .image img {
  width: 90px;
  min-height: 90px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .offerItem .image {
    width: 100px;
    flex-shrink: 0;
  }
  .offerItem .image img {
    width: 100%;
    height: 100px;
    margin-bottom: 0px;
  }
}
.offerItem .arrow.btn {
  background: #E9E9E9;
}
@media (max-width: 767px) {
  .offerItem .arrow.btn {
    width: 100%;
    margin-top: 10px;
  }
}
.offer-cards .offer-card {
  display: block;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: inherit;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .offer-cards .offer-card {
    height: auto;
  }
}
.offer-cards .offer-card:hover {
  box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}
.offer-cards .offer-card .offer-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.offer-cards .offer-card .offer-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-cards .offer-card .offer-card-image .offer-card-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 2px 12px;
  border-radius: 30px;
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-size: 14px;
}
.offer-cards .offer-card .offer-card-image .offer-card-badge.pending {
  background: #fff;
  color: #000;
}
.offer-cards .offer-card .offer-card-image .offer-card-badge.accepted {
  background: #479520;
  color: #fff;
}
.offer-cards .offer-card .offer-card-image .offer-card-badge.cancelled {
  background: #fff;
  color: #999;
}
.offer-cards .offer-card .offer-card-image .offer-card-notification {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #E53935;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  animation: pulse-notification 2s infinite;
}
.offer-cards .offer-card .offer-card-body {
  padding: 25px 20px;
}
.offer-cards .offer-card .offer-card-title {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Gotham Pro';
  margin: 0 0 12px 0;
  line-height: 1.3;
  color: #000;
}
.offer-cards .offer-card .offer-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 18px;
  font-size: 16px;
  font-family: 'Gotham Pro';
  color: #666;
  margin-bottom: 16px;
}
.offer-cards .offer-card .offer-card-meta .fa {
  color: #EE0015;
  margin-right: 4px;
  width: 14px;
  text-align: center;
}
.offer-cards .offer-card .offer-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}
.offer-cards .offer-card .offer-card-code {
  font-size: 16px;
  color: #999;
  font-family: 'Gotham Pro';
  font-weight: 500;
}
.offer-cards .offer-card .offer-card-arrow {
  color: #18C6F3;
  font-size: 14px;
  font-family: 'Gotham Pro';
  font-weight: 500;
}
.offer-cards .offer-card .offer-card-arrow:after {
  content: "";
  background: url(/Content/images/icons/arrow-blue.svg);
  filter: brightness(0) saturate(100%) invert(56%) sepia(98%) saturate(425%) hue-rotate(151deg) brightness(96%) contrast(98%);
  width: 15px;
  height: 13px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 14px;
  position: relative;
  top: 1px;
  left: 0px;
  transition: all 0.2s ease-out;
}
.offer-cards .offer-card:hover .offer-card-arrow:after {
  left: 5px;
}
@media (max-width: 767px) {
  .offer-cards .offer-card {
    margin-bottom: 15px;
  }
  .offer-cards .offer-card .offer-card-image {
    height: 160px;
  }
}
.booking-card .booking-card-accent {
  height: 5px;
  background: linear-gradient(90deg, #479520, #18C6F3);
}
.booking-card .offer-card-notification {
  position: relative;
  top: auto;
  right: auto;
  background: #E53935;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  animation: pulse-notification 2s infinite;
}
.booking-card .booking-status-label {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 30px;
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-size: 12px;
  background: #FF9800;
  color: #fff;
}
@keyframes pulse-notification {
  0% {
    box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(229, 57, 53, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(229, 57, 53, 0);
  }
}
.request-card .request-card-accent {
  height: 5px;
  background: linear-gradient(90deg, #EE0015, #FF6B35);
}
.request-card .request-status-badge {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 30px;
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-size: 12px;
  background: #FFF3E0;
  color: #E65100;
}
.request-card .request-status-badge .fa {
  margin-right: 3px;
}
.request-card .request-status-badge--old {
  background: #f0f0f0;
  color: #999;
}
.request-card .request-date {
  font-size: 13px;
  color: #999;
  font-family: 'Gotham Pro';
}
.request-card .request-date .fa {
  margin-right: 4px;
}
.dashboard-section-title {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Gotham Pro';
  color: #091E3A;
  margin-bottom: 20px;
}
.dashboard-featured .featured-card {
  display: block;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.dashboard-featured .featured-card:hover {
  box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}
.dashboard-featured .featured-card:hover .offer-card-arrow:after {
  left: 5px;
}
.dashboard-featured .featured-card .featured-card-inner {
  display: flex;
  height: 100%;
}
.dashboard-featured .featured-card .featured-card-image {
  width: 180px;
  min-height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.dashboard-featured .featured-card .featured-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashboard-featured .featured-card .featured-card-content {
  flex: 1;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
}
.dashboard-featured .featured-card .featured-card-label {
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #FF9800;
  margin-bottom: 6px;
}
.dashboard-featured .featured-card--booking .featured-card-label {
  color: #479520;
}
.dashboard-featured .featured-card .featured-card-title {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Gotham Pro';
  margin: 0 0 10px 0;
  line-height: 1.3;
  color: #000;
}
.dashboard-featured .featured-card .offer-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 18px;
  font-size: 14px;
  font-family: 'Gotham Pro';
  color: #666;
  margin-bottom: 12px;
}
.dashboard-featured .featured-card .offer-card-meta .fa {
  color: #EE0015;
  margin-right: 4px;
  width: 14px;
  text-align: center;
}
.dashboard-featured .featured-card .featured-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
  margin-top: auto;
}
.dashboard-featured .featured-card .offer-card-code {
  font-size: 14px;
  color: #999;
  font-family: 'Gotham Pro';
  font-weight: 500;
}
.dashboard-featured .featured-card .offer-card-arrow {
  color: #18C6F3;
  font-size: 14px;
  font-family: 'Gotham Pro';
  font-weight: 500;
}
.dashboard-featured .featured-card .offer-card-arrow:after {
  content: "";
  background: url(/Content/images/icons/arrow-blue.svg);
  filter: brightness(0) saturate(100%) invert(56%) sepia(98%) saturate(425%) hue-rotate(151deg) brightness(96%) contrast(98%);
  width: 15px;
  height: 13px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 14px;
  position: relative;
  top: 1px;
  left: 0px;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .dashboard-featured .featured-card .featured-card-inner {
    flex-direction: column;
  }
  .dashboard-featured .featured-card .featured-card-image {
    width: 100%;
    height: 180px;
    min-height: auto;
  }
  .dashboard-featured .featured-card .featured-card-content {
    padding: 18px;
  }
  .dashboard-featured .featured-card .featured-card-title {
    font-size: 18px;
  }
  .dashboard-featured .featured-card .offer-card-meta {
    font-size: 13px;
  }
}
.small-h2 h1 {
  font-size: 24px;
}
.small-h2 h2 {
  font-size: 20px;
}
.small-h2 h3 {
  font-size: 16px;
}
.messages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.messages ul li {
  padding: 10px 0;
  margin: 0;
  font-weight: normal;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 10px 15px;
  margin: 10px 0px;
}
.messages ul li:last-child {
  border: none;
}
.messages ul li .date {
  color: black;
  font-weight: normal;
  font-style: italic;
  display: block;
}
.messages ul li strong {
  display: block;
}
span.green,
p.green,
strong.green {
  color: #479520;
}
.boeking p {
  font-size: 16px;
}
.fancybox-button.item-image {
  display: block;
}
.form-control {
  font-size: 16px;
  font-family: 'Gotham Pro';
}
.enqueteform input[type=radio] {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.enqueteform .controls .radio {
  margin-right: 10px;
}
.enqueteform h2 {
  color: #0b1222;
  line-height: 1em;
  font-size: 20px;
  margin: 20px 0 5px 0;
}
.enqueteform .enqueteoptions li {
  font-family: 'Gotham Pro';
}
.enqueteform .enqueteAnswers label {
  font-weight: bold;
}
.enqueteform .controls {
  font-family: 'Gotham Pro';
}
.enqueteform .controls.grade {
  padding-top: 0px;
  display: flex;
  align-items: center;
}
.enqueteform .control-label {
  margin: 15px 0 10px 0;
  font-size: 16px;
  font-family: 'Gotham Pro';
  line-height: 1.2;
}
@media (max-width: 575px) {
  .enqueteform .control-label {
    font-size: 14px;
  }
}
.enqueteform label.radio,
.enqueteform label.checkbox {
  font-weight: normal;
  margin-top: 0;
}
.enqueteform .grade {
  padding-top: 10px;
  height: auto !important;
}
.enqueteform .grade .score {
  font-size: 20px;
  font-weight: bold;
  color: #ef7811;
}
.enqueteform .grade:after {
  display: block;
  content: '';
  clear: both;
}
.enqueteform .ui-slider {
  background: #ebeaea;
  margin: 10px 0 15px 40px !important;
  margin-left: 0px !important;
}
.enqueteform .ui-slider .ui-slider-range {
  background: #0b1222;
}
.enqueteform .ui-slider .ui-slider-handle {
  background: #ef7811;
  top: -3px;
}
@media (max-width: 767px) {
  .modal-header {
    padding: 12px;
  }
  .modal-header h5 {
    font-size: 18px;
  }
}
.modal-body {
  padding: 30px;
}
@media (max-width: 767px) {
  .modal-body {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .modal-body .copylink {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .tooltip {
    font-size: 16px;
  }
  .tooltip .tooltip-arrow {
    display: none;
  }
}
.extrafields td {
  padding: 0px;
}
.extrafields td label {
  margin-bottom: 5px;
  margin-top: 10px;
}
.btn.closeBtn {
  font-family: 'Gotham Pro';
  font-weight: normal;
}
.hidetooltip .tooltip {
  display: none;
}
.h-auto {
  min-height: auto !important;
}
hr {
  background-color: #efefef;
  opacity: 1;
}
@media (max-width: 575px) {
  .smallSpace table.responsive tr td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    width: 50%;
  }
}
.btn.closebtn {
  font-family: 'Gotham Pro';
  font-weight: bold;
}
.form-basic .loader-wrapper {
  padding-top: 0px;
}
.modal-body .select-wrapper select {
  padding-right: 28px;
}
.row.date {
  padding-top: 0;
  padding-bottom: 0;
}
.row.date .relative {
  position: relative;
}
.row.date .relative .fa {
  position: absolute;
  right: 25px;
  height: 35px;
  line-height: 35px;
  top: 49%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #000;
  z-index: 0;
  pointer-events: none;
}
.form-control {
  padding: 8px 10px;
}
@media (max-width: 575px) {
  body.modal-open.datepicker-active:after {
    opacity: 0;
  }
  body.modal-open.datepicker-active:before {
    opacity: 0;
  }
  body.modal-open.datepicker-active .datepicker.datepicker-dropdown.dropdown-menu {
    z-index: 9999 !important;
  }
  body.modal-open.datepicker-active .modal-backdrop {
    z-index: 9999;
  }
}
.addresses.span3 table {
  margin-bottom: 10px;
}
.addresses.span3 table td label {
  line-height: 1.2;
  margin-left: 10px;
}
.example .trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .example .trust-bar {
    margin-bottom: 20px;
  }
}
.example .trust-bar > span {
  background: #f0faf0;
  color: #479520;
  font-family: 'Gotham Pro';
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
}
.example .trust-bar > span .fa {
  margin-right: 4px;
}
@media (max-width: 575px) {
  .example .trust-bar > span {
    font-size: 11px;
    padding: 5px 10px;
  }
}
.example .offer-header {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .example .offer-header {
    flex-direction: column;
    gap: 16px;
  }
}
.example .offer-header .offer-header-image-mobile img {
  width: 70px;
  height: 70px;
  border-radius: 7px;
  object-fit: cover;
}
.example .offer-header .offer-header-image {
  flex-shrink: 0;
  width: 110px;
  align-self: stretch;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 110px;
}
@media (max-width: 767px) {
  .example .offer-header .offer-header-image {
    width: 100%;
    height: 200px;
    align-self: auto;
  }
}
.example .offer-header .offer-header-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.example .offer-header .offer-header-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0px;
}
.example .offer-header h1 {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .example .offer-header h1 {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
.example .offer-header .offer-subtitle {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .example .offer-header .offer-subtitle {
    font-size: 14px;
  }
}
.example .offer-header .eventproperties {
  margin-bottom: 12px;
}
.example .offer-header .eventproperties ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .example .offer-header .eventproperties ul {
    display: block;
    gap: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .example .offer-header .eventproperties ul {
    display: block;
  }
  .example .offer-header .eventproperties ul li {
    margin-right: 15px;
  }
}
.example .offer-header .eventproperties ul li {
  position: relative;
  padding: 3px 0 3px 23px;
  font-family: 'Gotham Pro';
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 575px) {
  .example .offer-header .eventproperties ul li {
    margin-right: 8px;
    padding: 2px 0 2px 21px;
    font-size: 13px;
  }
}
.example .offer-header .eventproperties ul li .fa {
  width: 15px;
  color: #EE0015;
  position: absolute;
  left: 0;
  top: 7px;
  text-align: center;
}
@media (max-width: 575px) {
  .example .offer-header .eventproperties ul li .fa {
    top: 5px;
  }
}
.example .offer-header .summary-price {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Gotham Pro';
}
@media (max-width: 575px) {
  .example .offer-header .summary-price {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.example .offer-header .summary-price .price-pp {
  display: flex;
  align-items: center;
  gap: 8px;
}
.example .offer-header .summary-price .price-pp .fa {
  color: #479520;
  font-size: 16px;
}
.example .offer-header .summary-price .price-pp strong {
  font-size: 18px;
  color: #479520;
}
.example .offer-header .summary-price .price-total {
  font-size: 14px;
  color: #555;
}
.example .offer-header .summary-price .price-total strong {
  font-size: 16px;
  color: #000;
}
.example .offer-header .summary-price .price-total small {
  font-size: 12px;
  color: #888;
}
.example .offer-header .offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.example .offer-header .offer-actions .btn {
  font-family: 'Gotham Pro';
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .example .offer-header .offer-actions .btn {
    padding: 12px 24px;
  }
}
.example .offer-header .offer-actions .btn .fa {
  margin-right: 5px;
}
.example .offer-header .offer-actions .btn-outline {
  background: transparent;
  border: 1px solid #ddd;
  color: #888;
}
.example .offer-header .offer-actions .btn-outline:hover {
  border-color: #bbb;
  color: #555;
}
.example .offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 35px;
}
.example .offer-actions .btn {
  font-family: 'Gotham Pro';
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
}
.example .offer-actions .btn .fa {
  margin-right: 6px;
}
@media (max-width: 575px) {
  .example .offer-actions .btn {
    width: 100%;
    text-align: center;
  }
}
.example .offer-actions .btn-outline {
  background: transparent;
  border: 1px solid #ddd;
  color: #888;
}
.example .offer-actions .btn-outline:hover {
  border-color: #bbb;
  color: #555;
}
.example .offer-actions.bottom {
  margin-top: 30px;
  margin-bottom: 0;
}
.example .offer-section {
  margin: 30px 0;
}
.example .offer-section h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .example .offer-section h2 {
    font-size: 18px;
  }
}
.example .offer-section h3 {
  font-size: 16px;
}
.example .usp-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 575px) {
  .example .usp-list {
    gap: 8px;
  }
}
.example .usp-item {
  display: flex;
  gap: 12px;
  font-family: 'Gotham Pro';
  font-size: 15px;
  line-height: 1.4;
  align-items: start;
}
.example .usp-item .fa {
  color: #479520;
  font-size: 18px;
  flex-shrink: 0;
  line-height: 1.3;
}
.example .timeline {
  position: relative;
  padding-left: 0;
  display: block;
}
.example .timeline::before {
  content: "";
  position: absolute;
  left: calc(72px);
  top: 12px;
  bottom: 10px;
  width: 2px;
  background: #e0e0e0;
}
.example .timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  padding-bottom: 28px;
}
.example .timeline-item:last-child {
  padding-bottom: 0;
}
.example .timeline-time {
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-size: 15px;
  color: #000;
  min-width: 50px;
  padding-top: 2px;
}
.example .timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #479520;
  flex-shrink: 0;
  margin-top: 5px;
  position: relative;
  z-index: 1;
}
.example .timeline-content {
  font-family: 'Gotham Pro';
}
.example .timeline-content strong {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}
.example .timeline-content p {
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
}
.example .included-grid {
  display: block;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 575px) {
  .example .included-grid {
    grid-template-columns: 1fr;
  }
}
.example .included-item {
  font-family: 'Gotham Pro';
  font-size: 16px;
  padding: 4px 0;
}
.example .included-item .fa {
  color: #479520;
  margin-right: 8px;
}
.example .upsell-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}
@media (max-width: 575px) {
  .example .upsell-grid {
    grid-template-columns: 1fr;
  }
}
.example .upsell-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 14px 16px;
  font-family: 'Gotham Pro';
  line-height: 1.6;
}
.example .upsell-item strong {
  display: block;
  font-size: 14px;
}
.example .upsell-item small {
  color: #888;
  font-size: 14px;
  font-family: 'Gotham Pro';
}
.example .upsell-item .btn-toggle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #479520;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.2s;
}
.example .upsell-item .btn-toggle:hover {
  background: #377319;
}
.example .upsell-item .upsell-menu-select {
  width: 100%;
  font-family: 'Gotham Pro';
  font-size: 14px;
}
.example .upsell-item.checked {
  background: rgba(71, 149, 32, 0.1);
  border: 1px solid rgba(71, 149, 32, 0.3);
}
.example .upsell-item.checked .btn-toggle {
  background: #479520;
}
.example .upsell-item.selected {
  background: rgba(71, 149, 32, 0.1);
  border: 1px solid #479520;
}
.example .upsell-item.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.example .review-highlight .review-score {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.example .review-highlight .score-badge {
  background: #479520;
  color: #FFF;
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-size: 24px;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.example .review-highlight .stars .fa {
  color: #FFBB00;
  font-size: 16px !important;
  margin-right: 0px;
}
.example .review-highlight small {
  color: #888;
  font-size: 14px;
  font-family: 'Gotham Pro';
  font-weight: normal;
}
@media (max-width: 575px) {
  .example .swiper-button-wrapper .swiper-button-prev {
    margin-right: 10px;
  }
}
.example .swiper-button-prev,
.example .swiper-button-next {
  position: static;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #479520;
  margin-top: 0;
}
@media (max-width: 575px) {
  .example .swiper-button-prev,
  .example .swiper-button-next {
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}
.example .swiper-button-prev:after,
.example .swiper-button-next:after {
  display: none;
}
.example .swiper-button-prev:before,
.example .swiper-button-next:before {
  font-family: 'FontAwesome';
  content: '\f105';
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 22px;
  color: #FFF;
}
.example .swiper-button-prev {
  margin-right: 10px;
}
.example .swiper-button-prev:before {
  content: '\f104';
}
.example .review-cards {
  overflow: hidden;
}
.example .review-card {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  font-family: 'Gotham Pro';
  height: 100%;
}
.example .review-card .stars {
  margin-bottom: 10px;
}
.example .review-card .stars .fa {
  font-size: 14px;
}
.example .review-card .text-wrapper {
  min-height: calc(4.8em);
}
@media (max-width: 575px) {
  .example .review-card .text-wrapper {
    min-height: calc(6.4em);
  }
}
.example .review-card .text-wrapper .text {
  font-size: 14px;
  font-family: 'Gotham Pro';
  line-height: 1.6;
  font-style: italic;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.example .review-card .text-wrapper .text.expanded {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
  height: auto !important;
}
.example .review-card .text-wrapper .readMore {
  display: none;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.example .review-card p {
  font-size: 14px;
  font-family: 'Gotham Pro';
  line-height: 1.6;
  font-style: italic;
}
.example .review-card .review-author {
  font-size: 14px;
  color: #000;
  font-family: 'Gotham Pro';
  font-weight: normal;
}
.example .process-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.example .process-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-family: 'Gotham Pro';
}
.example .process-step .step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F3F8FE;
  color: #1e4192;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.example .process-step strong {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}
.example .process-step p {
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
}
.example .offer-urgency {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #FFF8EE;
  border: 1px solid #FFE5B4;
  border-radius: 10px;
  padding: 18px 20px;
  margin: 30px 0;
  font-family: 'Gotham Pro';
}
.example .offer-urgency > .fa {
  color: #ef7811;
  font-size: 22px;
  margin-top: 2px;
  flex-shrink: 0;
}
.example .offer-urgency strong {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}
.example .offer-urgency p {
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
}
.example hr {
  margin: 0;
  border: none;
  border-top: 1px solid #f0f0f0;
}
