@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "\e909"; }

.icon-phone:before {
  content: "\e908"; }

.icon-check:before {
  content: "\e907"; }

.icon-calendar:before {
  content: "\e902"; }

.icon-left:before {
  content: "\e905"; }

.icon-cross:before {
  content: "\e903"; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box !important; }

body {
  color: #6e7c81;
  background: #fff;
  font: 16px/1.25 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 270px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
  margin: 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    body {
      background: #f6f8f8; } }
  body:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: -1; }
    @media (min-width: 768px) {
      body:before {
        display: none; } }
  body.header_off .header {
    display: none; }
  body.header_off .funnel-micro-logo {
    display: none; }
  body.single-dropdown-active {
    overflow: hidden; }
    @media (min-width: 768px) {
      body.single-dropdown-active {
        overflow-y: auto; } }
  body.multi-dropdown-active {
    overflow: hidden; }
    @media (min-width: 768px) {
      body.multi-dropdown-active {
        overflow-y: auto; } }

/* main wrapper style */
#wrapper {
  position: relative;
  overflow: hidden; }

/* container style */
.container {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  padding: 0; }
  @media (min-width: 768px) {
    .container {
      padding: 0 15px; } }

/* super footer container style */
#main-wrapper {
  background-color: transparent;
  width: 100%; }

/* row style */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px; }

/* paragraph style */
p {
  margin: 0; }

/* image style */
img {
  display: block;
  max-width: 100%; }

/* hide content but contain space */
.visuallyhidden {
  opacity: 0 !important;
  visibility: hidden !important; }

/* hide content */
.hide {
  display: none !important; }

.d-none {
  display: none !important; }

/*font weight 600*/
.font-w-600 {
  font-weight: 600 !important; }

/* text center */
.text-center {
  text-align: center; }

.text-danger {
  color: red; }

.font-weight-bold {
  font-weight: 700; }

/* button style */
.btn-wrap {
  position: relative;
  z-index: 1; }

/* button style */
.btn {
  font-size: 15px;
  line-height: 19px;
  font-weight: 800;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  min-width: 180px;
  padding: 14px 16px;
  text-align: center;
  transition: all 0.3s ease;
  text-transform: uppercase;
  outline: none;
  position: relative;
  text-decoration: none; }
  @media (min-width: 768px) {
    .btn {
      font-size: 20px;
      line-height: 24px;
      padding: 24px 16px;
      border-radius: 6px;
      min-width: 229px; } }
  .btn:before, .btn:after {
    box-shadow: 0 18px 15px rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    bottom: 22%;
    left: 10px;
    width: 50%;
    height: 10px;
    max-width: 44.5%;
    transform: rotate(-2deg);
    z-index: -1; }
    @media (min-width: 768px) {
      .btn:before, .btn:after {
        bottom: 17%; } }
  .btn:after {
    right: 10px;
    left: auto;
    transform: rotate(2deg); }
  .btn.hide {
    display: none; }
  .btn:focus {
    outline: none; }
  .btn-primary {
    background-color: #ff8201;
    border-color: #ff8201; }
    .btn-primary:hover {
      background-color: #fff;
      box-shadow: none;
      border-color: #ff8201;
      color: #ff8201; }
    .btn-primary:focus, .btn-primary.focus {
      background-color: #ff8201;
      box-shadow: none;
      border-color: #ff8201;
      color: #fff; }
    .btn-primary:not(:disabled):not(:disabled):active {
      background-color: #fff;
      border-color: #ff8201;
      color: #ff8201; }
      .btn-primary:not(:disabled):not(:disabled):active:focus {
        box-shadow: none; }
  .btn-secondary {
    background-color: #ff8201;
    border-color: #ff8201; }
    .btn-secondary:hover {
      background-color: #fff;
      box-shadow: none;
      border-color: #ff8201;
      color: #ff8201; }
    .btn-secondary:focus, .btn-secondary.focus {
      background-color: #ff8201;
      box-shadow: none;
      border-color: #ff8201;
      color: #fff; }
    .btn-secondary:not(:disabled):not(:disabled):active {
      background-color: #fff;
      border-color: #ff8201;
      color: #ff8201; }
      .btn-secondary:not(:disabled):not(:disabled):active:focus {
        box-shadow: none;
        background-color: #ff8201;
        border-color: #ff8201;
        color: #fff; }

/*btn-back style*/
.btn-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s ease;
  outline: none;
  text-decoration: none; }
  @media (min-width: 768px) {
    .btn-back {
      width: 40px;
      height: 40px;
      border: 1px solid #e0e0e0;
      border-radius: 4px; } }
  @media (min-width: 768px) and (min-width: 1100px) {
    .btn-back {
      width: 45px;
      height: 45px; } }
  .btn-back .icon {
    font-size: 15px;
    line-height: 15px;
    color: #6e7c81;
    margin-top: 1px; }
    @media (min-width: 768px) {
      .btn-back .icon {
        color: #01c6f7;
        font-size: 26px;
        line-height: 26px;
        margin: 0; } }
  .btn-back .text {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #6e7c81;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px; }
    @media (min-width: 768px) {
      .btn-back .text {
        font-size: 14px;
        line-height: 18px;
        display: none; } }

/* progress bar style */
.progress-wrapper {
  position: absolute;
  top: 58px;
  right: 0;
  left: 0;
  z-index: 6; }
  @media (min-width: 768px) {
    .progress-wrapper {
      top: 80px; } }
  .header_off .progress-wrapper {
    top: 15px; }
    @media (min-width: 768px) {
      .header_off .progress-wrapper {
        top: 20px; } }
  .active-mask-loader .progress-wrapper {
    z-index: 25; }
  .progress-wrapper_background {
    background-color: #fff;
    padding: 7px 0; }
    @media (min-width: 768px) {
      .progress-wrapper_background {
        padding: 10px 0; } }
  .progress-wrapper .particles {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    margin-top: 3px; }
    @media (min-width: 768px) {
      .progress-wrapper .particles {
        margin-top: 1px;
        width: auto; } }
  .progress-wrapper .particles-canvas {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .progress-wrapper .particles-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    will-change: transform; }
  .progress-wrapper .success-note {
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    background-color: #01c6f7;
    color: #fff;
    margin: 0 auto;
    padding: 0 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(0%);
    transition: opacity 1s linear;
    z-index: 10;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform;
    height: 17px; }
    @media (min-width: 768px) {
      .progress-wrapper .success-note {
        font-size: 16px;
        line-height: 24px;
        border-radius: 4px;
        height: auto;
        padding: 3px 10px;
        margin-top: 45px; } }
    .progress-wrapper .success-note.hide {
      display: none; }

.progress {
  box-sizing: border-box;
  background-color: #ebebeb;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 25px;
  height: 1px;
  position: relative;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: inherit; }
  @media (min-width: 768px) {
    .progress {
      margin: 0 30px; } }
  .progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #01c6f7;
    position: relative;
    overflow: visible;
    height: inherit;
    transition: all ease; }
  .progress .value {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    width: 38px;
    height: 18px;
    color: #fff;
    background-color: #01c6f7;
    box-shadow: 0 3px 16px 0 rgba(210, 217, 225, 0.004);
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: -17px;
    left: 0;
    padding: 0 3px;
    text-align: center;
    margin: 0 0 -6px -17px;
    -webkit-transition: all ease;
    transition: all ease;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 768px) {
      .progress .value {
        font-size: 12px;
        line-height: 16px;
        width: 50px;
        height: 30px;
        border-radius: 4px;
        bottom: -33px;
        padding: 5px 3px;
        margin: 0 0 -6px -27px; } }
    @media (min-width: 1100px) {
      .progress .value {
        font-size: 14px;
        line-height: 18px;
        width: 56px;
        height: 32px;
        bottom: -35px;
        margin: 0 0 -6px -29px; } }
    .progress .value:after {
      height: 0;
      width: 0;
      border-bottom: 3px solid #01c6f7;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      content: '';
      position: absolute;
      top: -3px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (min-width: 768px) {
        .progress .value:after {
          border-width: 0 5px 6px 5px;
          top: -6px; } }
    .progress .value.flip {
      transform: rotateY(180deg);
      background-color: #01c6f7; }
      .progress .value.flip span {
        transform: rotateY(-180deg); }
      .progress .value.flip:after {
        border-bottom-color: #01c6f7; }

/* mCustomScrollbar style */
.mCSB_container {
  width: auto;
  height: auto; }

.mCSB_outside + .mCSB_scrollTools {
  width: 8px;
  right: -14px;
  opacity: 1; }
  @media (min-width: 480px) {
    .mCSB_outside + .mCSB_scrollTools {
      right: -20px; } }
  @media (min-width: 768px) {
    .mCSB_outside + .mCSB_scrollTools {
      right: -40px; } }
  .mCSB_outside + .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ebebeb;
    border-radius: 4px;
    width: 4px; }
  .mCSB_outside + .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #01c6f7; }
  .mCSB_outside + .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px; }
  .mCSB_outside + .mCSB_scrollTools:before {
    font-size: 20px;
    line-height: 24px;
    font-family: 'icomoon' !important;
    color: #01c6f7;
    content: '\e901';
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg); }
  .mCSB_outside + .mCSB_scrollTools:after {
    font-size: 20px;
    line-height: 24px;
    font-family: 'icomoon' !important;
    color: #01c6f7;
    content: '\e901';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%); }

.mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #01c6f7; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #01c6f7; }

/*modal style*/
.modal-open .modal {
  background-color: rgba(15, 42, 52, 0.75); }

.modal-dialog {
  max-width: 1222px; }

.modal-content {
  border-radius: 8px;
  height: calc(100vh - 16px); }
  @media (min-width: 576px) {
    .modal-content {
      height: calc(100vh - 56px); } }

.modal-header {
  padding: 15px 0;
  margin: 0 15px;
  position: relative;
  width: auto !important;
  min-width: inherit; }
  @media (min-width: 768px) {
    .modal-header {
      margin: 0 20px;
      padding: 23px 0; } }
  @media (min-width: 992px) {
    .modal-header {
      margin: 0 30px; } }
  .modal-header h5, .modal-header .h5 {
    font-size: 18px;
    line-height: 22px;
    color: #0f101a;
    text-transform: uppercase;
    margin: 0; }
  .modal-header .close {
    font-size: 24px;
    line-height: 24px;
    color: #0f101a;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    opacity: 1;
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .modal-header .close {
        font-size: 32px;
        line-height: 32px; } }

.modal-body {
  font-size: 14px;
  line-height: 20px;
  color: #788589;
  padding: 20px 25px 20px 15px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .modal-body {
      font-size: 16px;
      line-height: 22px;
      padding: 20px 25px 20px 20px; } }
  @media (min-width: 992px) {
    .modal-body {
      padding: 24px 35px 24px 30px; } }
  .modal-body .scroll-bar {
    height: 100%; }
    .modal-body .scroll-bar .mCSB_outside + .mCSB_scrollTools {
      top: 6px;
      right: -16px;
      bottom: 3px;
      margin: 0 !important; }
      @media (min-width: 992px) {
        .modal-body .scroll-bar .mCSB_outside + .mCSB_scrollTools {
          right: -20px; } }
      .modal-body .scroll-bar .mCSB_outside + .mCSB_scrollTools:before, .modal-body .scroll-bar .mCSB_outside + .mCSB_scrollTools:after {
        display: none; }
      .modal-body .scroll-bar .mCSB_outside + .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #01c6f7;
        width: 3px !important; }
    .modal-body .scroll-bar .mCSB_draggerRail {
      background-color: #ebebeb;
      width: 3px; }
  .modal-body p {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .modal-body p {
        margin-bottom: 22px; } }
  .modal-body a {
    color: #788589; }

.nicescroll-rails.nicescroll-rails-vr {
  left: auto !important;
  right: 12px !important;
  top: 15px !important;
  height: 222px !important;
  overflow: hidden !important; }

/*ada-accessibility style*/
.ada-accessibility {
  background-color: #eee;
  padding: 4px 15px;
  height: 30px;
  display: none; }
  @media (min-width: 768px) {
    .ada-accessibility {
      padding: 4px 30px; } }
  @media (min-width: 1100px) {
    .ada-accessibility {
      padding: 4px 15px; } }
  .show-ada-accessibility .ada-accessibility {
    display: block; }
  .ada-accessibility__holder {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 !important;
    height: auto !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%; }
  .ada-accessibility .label {
    font-size: 14px;
    line-height: 18px;
    margin-right: 8px;
    display: inline-block; }
  .ada-accessibility .ada-switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0;
    width: 38px;
    height: 20px; }
    .ada-accessibility .ada-switch input {
      opacity: 0;
      width: 0;
      height: 0; }
      .ada-accessibility .ada-switch input:checked + .slider {
        background-color: #2196f3; }
        .ada-accessibility .ada-switch input:checked + .slider:before {
          transform: translateX(19px); }
    .ada-accessibility .ada-switch .slider {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #fff;
      -webkit-transition: .4s;
      transition: .4s;
      border: 1px solid #ccc; }
      .ada-accessibility .ada-switch .slider:before {
        height: 19px !important;
        width: 19px !important;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #fff;
        box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.3);
        border: 1px solid #ccc;
        border-radius: 50%;
        -webkit-transition: .4s;
        transition: .4s; }
      .ada-accessibility .ada-switch .slider.round {
        border-radius: 34px; }

/*loader style*/
.loader-wrapper {
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  display: none; }
  .loader-wrapper .loader {
    width: 10em;
    height: 10em;
    box-shadow: 0 0 0 1em #4682b4 inset;
    border-radius: 50%;
    font-size: 8px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -99999em; }
    .loader-wrapper .loader:before, .loader-wrapper .loader:after {
      position: absolute;
      content: '';
      width: 5.2em;
      height: 10.2em;
      background: #fff;
      border-radius: 10.2em 0 0 10.2em;
      top: -.1em;
      left: -.1em;
      -webkit-transform-origin: 5.2em 5.1em;
      transform-origin: 5.2em 5.1em;
      -webkit-animation: loaderAnimation 2s infinite ease 1.5s;
      animation: loaderAnimation 2s infinite ease 1.5s; }
    .loader-wrapper .loader:after {
      border-radius: 0 10.2em 10.2em 0;
      left: 5.1em;
      -webkit-transform-origin: 0 5.1em;
      transform-origin: 0 5.1em;
      -webkit-animation: loaderAnimation 2s infinite ease;
      animation: loaderAnimation 2s infinite ease; }

@-webkit-keyframes loaderAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loaderAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.mask-loader {
  text-align: center;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 5;
  top: -75px !important; }
  .active-mask-loader .mask-loader {
    display: block;
    z-index: 15; }
  .mask-loader:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 15; }
  .mask-loader__holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20; }
  .mask-loader .mask-loader-title {
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: #767676;
    margin-bottom: 4px; }
  .mask-loader .ball-pulse > div {
    background-color: #259ded;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block; }
  .mask-loader .ball-pulse > div:nth-child(1) {
    -webkit-animation: scale 0.75s -0.48s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.48s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
  .mask-loader .ball-pulse > div:nth-child(2) {
    -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
  .mask-loader .ball-pulse > div:nth-child(3) {
    -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
  .mask-loader .ball-pulse > div:nth-child(4) {
    -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
  .mask-loader .ball-pulse > div:nth-child(5) {
    -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

@-webkit-keyframes scale {
  0%,
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: .7; } }

.contact-disclaimer {
  text-align: center;
  max-width: 760px;
  margin: 10px auto 0;
  font-size: 12px;
  line-height: 20px; }
  @media (min-width: 768px) {
    .contact-disclaimer {
      margin-top: 15px; } }

.vehicle-radio-field {
  position: fixed;
  opacity: 0;
  visibility: hidden; }

/* input error message style */
.validation-msg {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  letter-spacing: 1px;
  color: #f00;
  margin: 16px 0 0;
  display: none; }
  .validation-msg.error-message {
    display: block; }

/* website-mode style */
.website-mode {
  /* remove the scroll issue in iframe */ }
  .website-mode .question_radio-question-group .step-holder {
    margin-bottom: 0; }
  .website-mode .question_select-question .scroll-bar {
    max-height: calc(100vh - 135px); }
  .website-mode .bottom-area {
    margin: 0; }
  .website-mode .question h1, .website-mode .question .h1,
  .website-mode .progress .value {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: perspective(1px) translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-smoothing: subpixel-antialiased !important; }

.funnel-box > .mCSB_inside .mCSB_scrollTools {
  margin: 20px 10px 20px 0; }
  .funnel-box > .mCSB_inside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px; }

@media (max-width: 767px) {
  .funnel-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 100vh; }
    .funnel-box .main-wrapper-holder {
      flex-grow: 1;
      flex-basis: 0;
      min-width: 0;
      width: 100%; } }

.active-iframe {
  background: none !important;
  overflow: hidden; }
  .active-iframe .funnel-micro-logo {
    display: none; }
  .active-iframe .micro-logo {
    display: none; }

@media (max-width: 767px) {
  .custom-bottom-disclaimer {
    padding: 0 !important; } }

/* funnel style */
.funnel {
  position: relative;
  min-height: 100vh;
  margin: 0 auto;
  z-index: 1;
  /* funnel background style */ }
  @media (min-width: 768px) {
    .funnel {
      padding: 20px 5px; } }
  .show-ada-accessibility .funnel {
    min-height: calc(100vh - 30px); }
  .funnel .container {
    position: relative; }
    @media (min-width: 768px) {
      .funnel .container:before, .funnel .container:after {
        box-shadow: 0 20px 100px rgba(0, 0, 0, 0.5);
        content: "";
        position: absolute;
        bottom: 2%;
        left: 5%;
        height: 50px;
        width: 50%;
        max-width: 44.9%;
        transform: rotate(-2deg);
        z-index: -1; }
      .funnel .container:after {
        right: 5%;
        left: auto;
        transform: rotate(2deg); } }
  .funnel-box {
    background-color: #fff;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .funnel-box {
        border-radius: 8px; } }
    .funnel-box_background {
      background-image: url(../images/bg.png);
      -webkit-background-size: cover;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .funnel-box_background-overlay {
      position: relative;
      z-index: 2; }
      .funnel-box_background-overlay:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(74, 119, 228, 0.5);
        z-index: -1; }
  .funnel-micro-logo {
    border-radius: 0;
    padding: 10px 13px;
    text-align: center;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    z-index: 5; }
    .funnel-micro-logo a {
      display: inline-block; }
      .funnel-micro-logo a img {
        max-width: 25px; }
    .funnel-micro-logo.left {
      left: 0;
      right: auto; }
  .funnel_background {
    background-image: url(../images/bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .funnel_background-overlay {
      position: relative;
      z-index: 2; }
      .funnel_background-overlay:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(74, 119, 228, 0.5);
        z-index: -1; }

/* funnel-content style */
.funnel-content {
  min-height: 525px;
  overflow: hidden;
  position: relative;
  /* funnel-content_bg-color style */
  /* funnel-content background style */ }
  @media (min-width: 375px) {
    .funnel-content {
      min-height: 505px; } }
  @media (min-width: 768px) {
    .funnel-content {
      min-height: 650px; } }
  .funnel-content_bg-color {
    background-color: #fff; }
  .funnel-content_background {
    background-image: url(../images/bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }

/* question-wrapper style */
.question-wrapper {
  min-height: inherit; }

/* question style */
.question {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 36px 15px;
  transition: height 0.4s ease;
  min-height: inherit; }
  @media (min-width: 768px) {
    .question {
      padding: 60px 15px; } }
  @media (min-width: 1100px) {
    .question {
      padding: 68px 30px; } }
  .question.home {
    padding: 36px 15px; }
    @media (min-width: 768px) {
      .question.home {
        padding: 52px 15px; } }
    @media (min-width: 1100px) {
      .question.home {
        padding: 68px 30px; } }
    .question.home .col:nth-child(1) {
      flex: 1;
      max-width: 100%;
      width: 100%; }
    .question.home .col:nth-child(2) {
      display: none; }
    .question.home.active .btn-back {
      opacity: 0;
      visibility: hidden; }
    .question.home .btn {
      font-size: 36px;
      line-height: 40px;
      padding: 4px 16px; }
      @media (min-width: 768px) {
        .question.home .btn {
          font-size: 47px;
          line-height: 51px;
          padding: 10px 16px; } }
    @media (max-width: 1099px) {
      .question.home .with-image {
        margin: 0; } }
    @media (max-width: 767px) {
      .question.home .with-image {
        margin: 0 -15px; } }
    .question.home .with-image .col {
      width: auto; }
      @media (min-width: 768px) {
        .question.home .with-image .col:nth-child(2) {
          display: block; } }
    @media (min-width: 480px) {
      .question.home .with-image .cta__title {
        max-width: 680px; } }
    @media (min-width: 768px) {
      .question.home .with-image .cta__title {
        font-size: 28px; } }
    @media (min-width: 992px) {
      .question.home .with-image .cta__title {
        font-size: 34px; } }
    @media (min-width: 1100px) {
      .question.home .with-image .cta__title {
        font-size: 40px; } }
    @media (min-width: 1366px) {
      .question.home .with-image .cta__title {
        font-size: 42px; } }
    @media (min-width: 480px) {
      .question.home .with-image .cta__message {
        max-width: 650px; } }
    .question.home .with-image .home-image-wrap,
    .question.home .with-image .cta-holder {
      display: none; }
    .question.home .home-image-wrap,
    .question.home .cta-holder {
      display: none; }
    @media (max-width: 991px) {
      .question.home .cta-holder {
        padding-right: 35px; } }
    @media (max-width: 767px) {
      .question.home .cta-holder {
        padding-right: 15px; } }
    .question.home .cta_heading {
      position: relative;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-30px); }
    .question.home .form-group-wrap {
      visibility: hidden;
      opacity: 0;
      transform: translateX(1190px); }
    .question.home .home-image {
      visibility: hidden;
      opacity: 0;
      transform: translateX(1200px); }
    .question.home .pre_lead_line_html {
      text-align: center; }
  .question.active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 10; }
    .question.active .btn-back {
      opacity: 1;
      visibility: visible; }
  .question.animate {
    opacity: 1;
    visibility: visible; }
  .question.fetched .question__title {
    opacity: 1;
    transform: none; }
  .question.fetched .question__fields, .question.fetched .question__box {
    transform: none; }
  .question .btn-back {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    margin-left: -2px; }
    @media (min-width: 768px) {
      .question .btn-back {
        bottom: auto;
        left: 22px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin-left: -5px; } }
    @media (min-width: 1100px) {
      .question .btn-back {
        left: 28px; } }
  .question__text {
    font-size: 13px;
    line-height: 17px;
    line-height: 1;
    display: block;
    text-align: center;
    margin-bottom: 38px;
    padding: 0 10px; }
    @media (min-width: 360px) {
      .question__text {
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 375px) {
      .question__text {
        padding: 0 18px; } }
    @media (min-width: 768px) {
      .question__text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px; } }
    @media (min-width: 1100px) {
      .question__text {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 40px; } }
    .question__text br {
      display: none; }
      @media (min-width: 1100px) {
        .question__text br {
          display: block; } }
  .question__image {
    text-align: center; }
    @media (min-width: 1100px) {
      .question__image {
        margin: -6px -7px 0; } }
    @media (max-width: 1099px) {
      .question__image img {
        width: 100% !important;
        display: block !important; } }
  .question__title {
    position: relative;
    opacity: 0;
    transform: translateY(-30px); }
  .question h1, .question .h1 {
    font-size: 17px;
    line-height: 19px;
    font-weight: inherit;
    color: #394651;
    display: block;
    text-align: center; }
    @media (min-width: 280px) {
      .question h1, .question .h1 {
        font-size: 18px;
        line-height: 20px; } }
    @media (min-width: 300px) {
      .question h1, .question .h1 {
        font-size: 20px;
        line-height: 22px; } }
    @media (min-width: 320px) {
      .question h1, .question .h1 {
        font-size: 22px;
        line-height: 24px; } }
    @media (min-width: 360px) {
      .question h1, .question .h1 {
        font-size: 25px;
        line-height: 26px; } }
    @media (min-width: 576px) {
      .question h1, .question .h1 {
        font-size: 30px;
        line-height: 32px; } }
    @media (min-width: 1100px) {
      .question h1, .question .h1 {
        font-size: 38px;
        line-height: 40px; } }
    .question h1 br, .question .h1 br {
      display: none; }
      @media (min-width: 480px) {
        .question h1 br, .question .h1 br {
          display: block; } }
  .question .cta__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #184cdc;
    display: block;
    margin: 0 auto 19px;
    text-align: center; }
    @media (min-width: 320px) {
      .question .cta__title {
        font-size: 24px; } }
    @media (min-width: 360px) {
      .question .cta__title {
        font-size: 28px; } }
    @media (min-width: 375px) {
      .question .cta__title {
        font-size: 30px; } }
    @media (min-width: 480px) {
      .question .cta__title {
        max-width: 1040px; } }
    @media (min-width: 576px) {
      .question .cta__title {
        font-size: 32px; } }
    @media (min-width: 640px) {
      .question .cta__title {
        font-size: 36px; } }
    @media (min-width: 768px) {
      .question .cta__title {
        margin-bottom: 25px; } }
    @media (min-width: 1100px) {
      .question .cta__title {
        font-size: 42px; } }
    .question .cta__title span {
      display: inline-block; }
    .question .cta__title br {
      display: inherit; }
  .question .cta__message {
    font-size: 14px;
    line-height: 1.14285;
    display: block;
    text-align: center;
    margin: 0 auto 32px; }
    @media (min-width: 360px) {
      .question .cta__message {
        font-size: 14px;
        padding: 0 24px; } }
    @media (min-width: 480px) {
      .question .cta__message {
        max-width: 1040px; } }
    @media (min-width: 768px) {
      .question .cta__message {
        font-size: 16px;
        margin-bottom: 30px;
        padding: 0; } }
    @media (min-width: 992px) {
      .question .cta__message {
        font-size: 18px;
        margin-bottom: 46px; } }
    .question .cta__message span {
      display: inline-block; }
  .question__fields, .question__box {
    transform: translateX(1190px); }
  .question .privacy {
    font-size: 10px;
    line-height: 14px;
    color: #b4bbbc;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 8px; }
    @media (min-width: 768px) {
      .question .privacy {
        font-size: 14px;
        line-height: 18px;
        padding-top: 12px; } }
    .question .privacy .icon {
      margin: 1px 10px 0 0; }
      @media (min-width: 768px) {
        .question .privacy .icon {
          margin: 1px 12px 0 0; } }
      .question .privacy .icon img {
        width: 8px; }
        @media (min-width: 768px) {
          .question .privacy .icon img {
            width: 12px; } }

/*ada-funnel design*/
.funnel-ada .funnel-content {
  height: auto !important; }

.funnel-ada .question {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  transform: none; }
  .funnel-ada .question:not(:first-child):after {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    height: 1px;
    background-color: #dedfdf; }
    @media (min-width: 768px) {
      .funnel-ada .question:not(:first-child):after {
        left: 50px;
        right: 50px; } }
  .funnel-ada .question:first-child:after {
    display: none; }
  .funnel-ada .question.home {
    min-height: 100vh; }
  .funnel-ada .question__title {
    opacity: 1;
    transform: none; }
  .funnel-ada .question__fields, .funnel-ada .question__box {
    transform: none; }
  .funnel-ada .question_search .search-box {
    position: static;
    overflow: hidden; }
  .funnel-ada .question_select-question .single-select-dropdown {
    position: static;
    overflow: hidden;
    transform: none;
    margin-top: 10px;
    display: none;
    opacity: 1;
    visibility: visible;
    transition: none;
    min-height: inherit; }
    .funnel-ada .question_select-question .single-select-dropdown__title .icon-cancel {
      display: none; }
  .funnel-ada .question_select-question .scroll-bar {
    height: 450px; }
  .funnel-ada .question_checkbox .multi-select-dropdown {
    position: static;
    overflow: hidden;
    margin-top: 10px;
    transform: none;
    display: none;
    opacity: 1;
    visibility: visible;
    transition: none;
    min-height: inherit; }
    .funnel-ada .question_checkbox .multi-select-dropdown__title .icon-cancel {
      display: none; }
  .funnel-ada .question_checkbox .scroll-bar {
    height: 420px; }

/*demo-list*/
.demo-list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 1; }
  @media (min-width: 480px) {
    .demo-list {
      column-count: 2; } }
  @media (min-width: 768px) {
    .demo-list {
      column-count: 3; } }
  @media (min-width: 1100px) {
    .demo-list {
      column-count: 4; } }
  .demo-list li {
    padding: 5px 0; }
  .demo-list a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #184cdc; }

@media (max-width: 767px) {
  #getfreeinsurancequotestext span {
    font-size: 30px !important; } }

/* Header style */
.header {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  /* header-bg-color style */
  /* header-inner style */ }
  .header__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 25px;
    padding: 5px 0;
    min-height: 56px; }
    @media (min-width: 768px) {
      .header__holder {
        margin: 0 30px;
        min-height: 82px;
        padding: 6px 0; } }
    @media (min-width: 992px) {
      .header__holder {
        flex-wrap: wrap; } }
  .header__column:only-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%; }
    .header__column:only-child .header__logo {
      margin: 0 auto; }
  .header__logo {
    width: 120px;
    margin: 0 auto; }
    @media (min-width: 360px) {
      .header__logo {
        width: 132px; } }
    @media (min-width: 768px) {
      .header__logo {
        width: 189px; } }
    .header__logo img {
      object-fit: contain;
      max-height: 70px; }
      @media (max-width: 991px) {
        .header__logo img {
          max-height: 60px !important; } }
      @media (max-width: 767px) {
        .header__logo img {
          max-height: 45px !important; } }
  .header__info {
    position: relative;
    text-align: center; }
    @media (min-width: 480px) {
      .header__info {
        text-align: right; } }
    @media (min-width: 768px) {
      .header__info {
        max-width: 430px; } }
    @media (min-width: 992px) {
      .header__info {
        max-width: 445px; } }
    @media (min-width: 1100px) {
      .header__info {
        max-width: 515px; } }
    @media (max-width: 419px) {
      .header__info.custom-company-details .contact-label {
        display: block; } }
    @media (max-width: 767px) {
      .header__info.custom-company-details {
        text-align: right; }
        .header__info.custom-company-details .contact-number {
          display: block; }
        .header__info.custom-company-details span {
          font-size: 14px;
          line-height: 18px; }
        .header__info.custom-company-details.without-label .contact-label {
          display: none; } }
    @media (max-width: 419px) {
      .header__info.custom-company-details span {
        font-size: 13px; } }
    .header__info .name {
      font-size: 13px;
      line-height: 17px;
      font-weight: 800;
      color: #0f101a;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      display: none; }
      @media (min-width: 768px) {
        .header__info .name {
          display: block; } }
    .header__info .contact-number {
      font-size: 14px;
      line-height: 24px;
      color: #6e7c81;
      display: none; }
      @media (min-width: 768px) {
        .header__info .contact-number {
          display: block; } }
      @media (min-width: 992px) {
        .header__info .contact-number {
          font-size: 16px; } }
    .header__info .email {
      font-size: 14px;
      line-height: 24px;
      color: #6e7c81;
      display: none; }
      @media (min-width: 768px) {
        .header__info .email {
          display: block; } }
      @media (min-width: 992px) {
        .header__info .email {
          font-size: 16px; } }
    .header__info a {
      color: #6e7c81;
      letter-spacing: 0.7px;
      text-decoration: none; }
    .header__info .cta-btn {
      font-size: 12px;
      line-height: 16px;
      font-weight: 800;
      background-color: #01c6f7;
      border: 2px solid #01c6f7;
      border-radius: 2px;
      color: #fff;
      padding: 9px 8px 9px 24px;
      display: block;
      text-transform: uppercase;
      position: relative;
      width: 114px;
      margin: 0 0 0 auto;
      text-decoration: none; }
      @media (min-width: 768px) {
        .header__info .cta-btn {
          border-radius: 4px;
          display: none; } }
      .header__info .cta-btn .icon {
        font-size: 14px;
        line-height: 18px;
        position: absolute;
        top: 50%;
        left: 8px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (min-width: 360px) {
          .header__info .cta-btn .icon {
            font-size: 16px;
            line-height: 20px;
            left: 7px; } }
  .header_bg-color {
    background-color: #00ccff; }
    .header_bg-color .header__info .name, .header_bg-color .header__info .number {
      color: #fff; }
  .header_inner {
    position: static; }
    .header_inner + .progress-wrapper {
      position: relative;
      top: 0; }

/* footer style */
.footer {
  background: #fff;
  position: relative;
  /* footer-bg-color style */
  /* footer-inner style */
  /* footer-off style */
  /*super-footer css*/ }
  @media (max-width: 767px) {
    .footer {
      width: 100%; } }
  .footer_bg-color {
    background-color: #00ccff; }
    .footer_bg-color .footer__copyright {
      color: #fff; }
    .footer_bg-color .footer__links a {
      color: #fff; }
  .footer .copyright {
    color: #b4bbbc; }
  @media (min-width: 1100px) {
    .footer .footer__copyright .text {
      font-size: 16px;
      line-height: 20px; } }
  .footer_inner .footer__holder {
    border-top: 1px solid #ebebeb;
    margin: 0 10px;
    padding: 16px 0; }
    @media (min-width: 360px) {
      .footer_inner .footer__holder {
        margin: 0 15px; } }
    @media (min-width: 768px) {
      .footer_inner .footer__holder {
        padding: 20px 0;
        margin: 0 20px; } }
    @media (min-width: 1440px) {
      .footer_inner .footer__holder {
        margin: 0 28px; } }
  .footer_inner .trustpilot, .footer_inner .eho, .footer_inner .custom-tcpa {
    display: none; }
  .footer_off {
    display: none; }
  .footer__info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    @media (min-width: 768px) {
      .footer__info-wrap {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center; } }
    .footer__info-wrap.copyright-second-logo .footer-links {
      /* @include breakpoint(1280) {
          margin: 0 -7px;
        }*/ }
      @media (min-width: 1100px) {
        .footer__info-wrap.copyright-second-logo .footer-links {
          margin: 0 -5px; } }
      .footer__info-wrap.copyright-second-logo .footer-links li {
        /* @include breakpoint(1280) {
            padding: 0 7px;
          }*/ }
        @media (min-width: 1100px) {
          .footer__info-wrap.copyright-second-logo .footer-links li {
            padding: 0 5px; } }
    .footer__info-wrap.copyright-second-logo .footer__copyright .copyright-logo li {
      margin-right: 7px; }
    .footer__info-wrap.copyright-second-logo .footer__copyright .text {
      margin-left: 0; }
      @media (min-width: 1280px) {
        .footer__info-wrap.copyright-second-logo .footer__copyright .text {
          margin-left: 7px; } }
  .footer .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    position: relative;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -8px 1px;
    display: none; }
    @media (min-width: 768px) {
      .footer .footer-links {
        margin: 0 -8px 5px; } }
    @media (min-width: 1280px) {
      .footer .footer-links {
        margin: 0 -12px; } }
    .footer .footer-links li {
      font-size: 11px;
      line-height: 15px;
      padding: 0 8px 6px;
      position: relative;
      border-right: 1px solid #eee;
      /* @include breakpoint(1280) {
        padding: 0 12px;
      }*/ }
      .footer .footer-links li:last-child {
        border-right: none; }
      @media (min-width: 768px) {
        .footer .footer-links li {
          font-size: 14px;
          line-height: 18px;
          padding: 0 8px; } }
      @media (min-width: 1100px) {
        .footer .footer-links li {
          font-size: 15px;
          line-height: 19px; } }
    .footer .footer-links a {
      color: #b4bbbc;
      transition: all 0.3s ease;
      cursor: pointer; }
      .footer .footer-links a:hover {
        color: #717d7f; }
  .footer .company-logo-list {
    display: none; }
    @media (min-width: 1100px) {
      .footer .company-logo-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 -7px;
        display: none; } }
    @media (min-width: 360px) {
      .footer .company-logo-list li {
        padding: 0 7px; } }
    .footer .company-logo-list li.bab-aime-logo {
      max-width: 105px; }
  .footer .logo-list-mobile {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -4px 15px;
    width: 100%; }
    @media (min-width: 360px) {
      .footer .logo-list-mobile {
        margin: 0 -7px 15px; } }
    @media (min-width: 1100px) {
      .footer .logo-list-mobile {
        display: none; } }
    .footer .logo-list-mobile li {
      padding: 0 4px; }
      @media (min-width: 360px) {
        .footer .logo-list-mobile li {
          padding: 0 7px; } }
      .footer .logo-list-mobile li.logo {
        max-width: 45px; }
      .footer .logo-list-mobile li.bab-aime-logo {
        max-width: 105px; }
  .footer__copyright {
    font-size: 11px;
    line-height: 15px;
    color: #b4bbbc;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .footer__copyright {
        font-size: 12px;
        line-height: 20px; } }
    @media (min-width: 1100px) {
      .footer__copyright {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        align-items: center;
        width: auto;
        letter-spacing: -0.5px;
        flex-grow: 1;
        flex-basis: 0; } }
    .footer__copyright .copyright-logo {
      list-style: none;
      margin: 0;
      padding: 0;
      display: none; }
      @media (min-width: 1100px) {
        .footer__copyright .copyright-logo {
          list-style: none;
          margin: 0;
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center; } }
      .footer__copyright .copyright-logo li {
        margin-right: 10px; }
        .footer__copyright .copyright-logo li.logo {
          max-width: 55px; }
    @media (min-width: 1100px) {
      .footer__copyright .text {
        margin-left: 12px;
        flex-grow: 1;
        flex-basis: 0;
        text-align: left; } }
  .footer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%; }
    @media (min-width: 1100px) {
      .footer__info {
        width: auto;
        margin-bottom: 0; } }
    .footer__info .footer-links {
      display: flex; }
  .footer a {
    color: #b4bbbc;
    text-decoration: none;
    transition: all 0.3s ease; }
    .footer a:hover {
      color: #717d7f; }
  .footer .disclaimer {
    font-size: 11px;
    line-height: 15px;
    color: #b4bbbc;
    display: block;
    text-align: center;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .footer .disclaimer {
        font-size: 12px;
        line-height: 20px; } }
    .footer .disclaimer_corporate {
      max-width: 680px;
      margin: 0 auto 10px; }
  .footer.active-company-logo .footer-links {
    display: flex; }
    @media (min-width: 768px) {
      .footer.active-company-logo .footer-links {
        margin-bottom: 10px; } }
    @media (min-width: 1100px) {
      .footer.active-company-logo .footer-links {
        margin-bottom: 15px; } }
  @media (min-width: 1100px) {
    .footer.active-company-logo .company-logo-list {
      display: flex; } }
  .footer.footer-mnls-desc .footer-links {
    display: flex; }
    @media (min-width: 768px) {
      .footer.footer-mnls-desc .footer-links {
        margin-bottom: 10px; } }
    @media (min-width: 1100px) {
      .footer.footer-mnls-desc .footer-links {
        margin-bottom: 15px; } }
  .footer.footer-mnls-desc .company-logo-list {
    display: none; }
  .footer.footer-mnls-desc .footer__info-wrap .footer__info .footer-links {
    display: none; }
  .footer.footer-mnls-desc .mnls-desc {
    font-size: 11px;
    line-height: 15px;
    color: #b4bbbc;
    display: block;
    text-align: center;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .footer.footer-mnls-desc .mnls-desc {
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 1100px) {
      .footer.footer-mnls-desc .mnls-desc {
        font-size: 15px;
        line-height: 19px; } }
    .footer.footer-mnls-desc .mnls-desc_cardinal {
      max-width: 650px;
      margin: 0 auto 10px; }
  .footer.footer-mnls-desc .custom-tcpa {
    font-size: 12px;
    line-height: 20px;
    color: #b4bbbc;
    display: block; }
  .footer .hide-cell-pop {
    display: none; }
    @media (min-width: 1100px) {
      .footer .hide-cell-pop {
        display: block; } }
    .footer .hide-cell-pop .equal-housing {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      align-items: center;
      margin: 0 -4px; }
      @media (min-width: 360px) {
        .footer .hide-cell-pop .equal-housing {
          margin: 0 -7px; } }
      .footer .hide-cell-pop .equal-housing li {
        padding: 0 4px; }
        @media (min-width: 360px) {
          .footer .hide-cell-pop .equal-housing li {
            padding: 0 7px; } }
      .footer .hide-cell-pop .equal-housing .housing-logo {
        max-width: 59px; }
  .footer .show-cell-pop {
    display: block; }
    @media (min-width: 1100px) {
      .footer .show-cell-pop {
        display: none; } }
    .footer .show-cell-pop .equal-housing {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 0 -4px; }
      @media (min-width: 360px) {
        .footer .show-cell-pop .equal-housing {
          margin: 0 -7px; } }
      .footer .show-cell-pop .equal-housing li {
        padding: 0 4px; }
        @media (min-width: 360px) {
          .footer .show-cell-pop .equal-housing li {
            padding: 0 7px; } }
      .footer .show-cell-pop .equal-housing .housing-logo {
        max-width: 59px; }
  .footer .footer-divider {
    display: none; }
  .footer .fr-wrapper {
    padding: 20px;
    max-width: 1070px;
    margin: 0 auto; }
  .footer .lp-contact-review {
    max-width: 978px;
    margin: 0 auto; }
    .footer .lp-contact-review .block-quote {
      background: 0 0;
      padding: 0 0 40px; }
    .footer .lp-contact-review .desc {
      padding-top: 22px; }
  .footer hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .footer .property_template .row {
    display: block; }
    .footer .property_template .row:after, .footer .property_template .row:before {
      content: '';
      display: block; }
  .footer .property_template .fr-no-border {
    font-size: 14px;
    line-height: 1.42857143; }
  .footer .property_template2 {
    padding: 0 10px; }
    @media (max-width: 1100px) {
      .footer .property_template2 {
        padding: 0; } }
    .footer .property_template2 .row {
      display: block;
      margin: 0 -15px; }
      .footer .property_template2 .row:after, .footer .property_template2 .row:before {
        content: '';
        display: block; }
    .footer .property_template2 .container.advanced-container {
      max-width: 100%;
      padding: 0 15px;
      overflow: hidden; }

/* trustpilot-footer style */
.trustpilot-footer .trustpilot-widget {
  background-color: #d3d7db; }

.trustpilot-footer .trustpilot {
  color: #868686;
  font-size: 14px;
  min-width: 100%;
  display: block; }

.trustpilot-footer .nbkc-widget-wrapper {
  background-color: #d3d7db;
  margin: 0;
  min-width: 140px;
  opacity: 0;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  transition: opacity 0.5s ease-in 0s;
  width: 100%; }
  .trustpilot-footer .nbkc-widget-wrapper.visible {
    opacity: 1 !important; }
  .trustpilot-footer .nbkc-widget-wrapper #translations-customerssay {
    display: block;
    text-align: center;
    margin-bottom: 2px; }
    @media (min-width: 768px) {
      .trustpilot-footer .nbkc-widget-wrapper #translations-customerssay {
        position: relative;
        top: 2px;
        display: inline-block;
        margin: 0; } }

.trustpilot-footer .nbkc-widget-trustscore, .trustpilot-footer .nbkc-widget-stars, .trustpilot-footer .nbkc-widget-rating, .trustpilot-footer .nbkc-widget-poweredby {
  vertical-align: middle;
  display: block;
  text-align: center;
  margin: 0 auto 5px; }
  @media (min-width: 768px) {
    .trustpilot-footer .nbkc-widget-trustscore, .trustpilot-footer .nbkc-widget-stars, .trustpilot-footer .nbkc-widget-rating, .trustpilot-footer .nbkc-widget-poweredby {
      margin: 0 0 0 10px;
      display: inline-block; } }
  @media (min-width: 992px) {
    .trustpilot-footer .nbkc-widget-trustscore, .trustpilot-footer .nbkc-widget-stars, .trustpilot-footer .nbkc-widget-rating, .trustpilot-footer .nbkc-widget-poweredby {
      margin: 0 0 0 40px; } }
  @media (min-width: 1100px) {
    .trustpilot-footer .nbkc-widget-trustscore, .trustpilot-footer .nbkc-widget-stars, .trustpilot-footer .nbkc-widget-rating, .trustpilot-footer .nbkc-widget-poweredby {
      margin: 0 0 0 60px; } }

.trustpilot-footer .nbkc-widget-trustscore {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #3d3d3d; }

@media (max-width: 767px) {
  .trustpilot-footer .nbkc-widget-stars.clearfix {
    content: "";
    clear: both;
    display: table; } }

.trustpilot-footer .nbkc-star-rating.star-5 .star-1, .trustpilot-footer .nbkc-star-rating.star-5 .star-2, .trustpilot-footer .nbkc-star-rating.star-5 .star-3, .trustpilot-footer .nbkc-star-rating.star-5 .star-4, .trustpilot-footer .nbkc-star-rating.star-5 .star-5 {
  width: 24px;
  height: 24px;
  background-color: #007f4e;
  border-radius: 2px;
  float: left;
  margin: 0 1px;
  padding: 2px 3px 0; }

.trustpilot-footer .nbkc-widget-rating {
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .trustpilot-footer .nbkc-widget-rating {
      margin: 0 auto 5px; } }
  .trustpilot-footer .nbkc-widget-rating .score {
    color: #3d3d3d;
    font-weight: 700; }

.trustpilot-footer .nbkc-widget-reviews {
  display: inline-block;
  vertical-align: middle; }
  .trustpilot-footer .nbkc-widget-reviews .number {
    color: #3d3d3d;
    font-weight: 700; }

.trustpilot-footer .custom-tcpa {
  font-size: 12px;
  line-height: 20px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #b4bbbc; }
  @media (min-width: 1100px) {
    .trustpilot-footer .custom-tcpa {
      margin-bottom: 15px; } }

.trustpilot-footer .eho {
  display: none; }

/* EHO-footer style */
.eho-footer .eho {
  font-size: 11px;
  line-height: 15px;
  color: #b4bbbc;
  display: block; }
  @media (min-width: 768px) {
    .eho-footer .eho {
      font-size: 14px;
      line-height: 18px; } }
  @media (min-width: 1100px) {
    .eho-footer .eho {
      font-size: 15px;
      line-height: 19px; } }
  .eho-footer .eho__logo {
    margin-bottom: 5px; }

.eho-footer .trustpilot, .eho-footer .footer-links, .eho-footer .custom-tcpa, .eho-footer .footer__info-wrap, .eho-footer .logo-list-mobile {
  display: none; }

@media (min-width: 1100px) {
  .bab-aime-logo-desktop {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0 -10px; }
    .bab-aime-logo-desktop li {
      position: relative;
      padding: 0 10px; }
  .bab-aime-logo-desktop img {
    height: 35px;
    width: auto;
    display: block; } }

/* funnel advance footer style */
.funnel-advance-footer {
  border-top: 1px solid #ebebeb;
  margin: 0 10px;
  padding: 16px 0;
  color: #b4bbbc;
  font-size: 16px;
  line-height: 20px; }
  @media (min-width: 360px) {
    .funnel-advance-footer {
      margin: 0 15px; } }
  @media (min-width: 768px) {
    .funnel-advance-footer {
      padding: 31px 0 25px;
      margin: 0 20px; } }
  @media (min-width: 1200px) {
    .funnel-advance-footer {
      margin: 0 25px; } }
  .funnel-advance-footer .holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center; }
    @media (min-width: 992px) {
      .funnel-advance-footer .holder {
        justify-content: space-between;
        flex-wrap: nowrap; } }
  .funnel-advance-footer .logos-list {
    margin: 0 -8px 4px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .funnel-advance-footer .logos-list {
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .funnel-advance-footer .logos-list {
        margin: 0 -15px; } }
    .funnel-advance-footer .logos-list.left-align {
      padding-right: 10px;
      order: 1; }
      @media (min-width: 992px) {
        .funnel-advance-footer .logos-list.left-align {
          order: inherit;
          padding-right: 25px; } }
      @media (min-width: 1200px) {
        .funnel-advance-footer .logos-list.left-align {
          padding-right: 50px; } }
    .funnel-advance-footer .logos-list.right-align {
      padding-left: 10px;
      order: 2; }
      @media (min-width: 992px) {
        .funnel-advance-footer .logos-list.right-align {
          order: inherit;
          padding-left: 25px; } }
      @media (min-width: 1200px) {
        .funnel-advance-footer .logos-list.right-align {
          padding-left: 50px; } }
    .funnel-advance-footer .logos-list li {
      padding: 0 8px;
      margin: 0 0 10px; }
      @media (min-width: 992px) {
        .funnel-advance-footer .logos-list li {
          margin: 0; } }
      @media (min-width: 1200px) {
        .funnel-advance-footer .logos-list li {
          padding: 0 15px; } }
    .funnel-advance-footer .logos-list img {
      max-width: 90px;
      height: auto;
      vertical-align: top; }
      @media (min-width: 1200px) {
        .funnel-advance-footer .logos-list img {
          max-width: 160px; } }
  .funnel-advance-footer .middle-content {
    width: 100%;
    order: 3; }
    @media (min-width: 992px) {
      .funnel-advance-footer .middle-content {
        order: inherit;
        width: auto;
        flex-grow: 1;
        flex-basis: 0;
        min-width: 0; } }
  .funnel-advance-footer .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    position: relative;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -8px; }
    @media (min-width: 1200px) {
      .funnel-advance-footer .footer-links {
        margin: 0 -12px; } }
    .funnel-advance-footer .footer-links.align-left {
      justify-content: flex-start; }
    .funnel-advance-footer .footer-links li {
      font-size: 11px;
      line-height: 15px;
      padding: 0 8px;
      position: relative;
      margin: 0 0 1px; }
      @media (min-width: 768px) {
        .funnel-advance-footer .footer-links li {
          font-size: 14px;
          line-height: 18px;
          margin: 0 0 6px; } }
      @media (min-width: 1200px) {
        .funnel-advance-footer .footer-links li {
          font-size: 15px;
          line-height: 19px;
          padding: 0 13px; } }
  .funnel-advance-footer a {
    color: #b4bbbc;
    transition: all 0.3s ease;
    text-decoration: none; }
    .funnel-advance-footer a:hover {
      color: #717d7f; }
  .funnel-advance-footer .secondary-footer-area {
    padding: 9px 0 0; }
