html {
  font-size: 9px; }
  @media screen and (min-width: 320px) {
    html {
      font-size: calc(9px + 7 * ((100vw - 320px) / 1600)); } }
  @media screen and (min-width: 1920px) {
    html {
      font-size: 16px; } }

body {
  font-size: 100%;
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #17191c;
  overflow-x: hidden; }

.default-img {
  height: auto;
  width: 2.75rem; }

button{
    color: black;
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.header, .footer {
  width: 100%;
  z-index: 999; }

iframe {
  width: 100%; }

.h-auto {
  height: auto !important; }

.show-mobile, .show-md-mobile, .hide-lock-section, .mobile-lock {
  display: none !important; }

.show-md-desktop, .show-lg-desktop, .show-lock-section {
  display: block; }

.desktop-lock {
  display: flex;
  height: 100%;
  justify-content: space-between; }
  .desktop-lock > .d-flex {
    justify-content: center; }

button {
  outline: none !important; }

.p-underline {
  position: relative; }
  .p-underline:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.13em;
    background-color: #f5c70f;
    bottom: -0.15em;
    left: 50%;
    transform: translate(-50%, 0%); }

* {
  margin: 0;
  padding: 0; }

body.menu-active {
  position: relative; }
  body.menu-active:before {
    position: fixed;
    top: 70%;
    border-radius: 50%;
    background-color: #f5c70f;
    width: 3rem;
    height: 3rem;
    left: 50%;
    transform: translate(-50%);
    content: '';
    position: fixed;
    animation: menu-circle-anim 0.65s ease-in-out;
    animation-fill-mode: forwards;
    z-index: 999; }

@keyframes menu-circle-anim {
  0% {
    opacity: 0;
    color: #000;
    border-radius: 50%; }
  47% {
    width: 4rem;
    height: 4rem; }
  65% {
    width: 3rem;
    height: 3rem;
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    border-radius: 50%; }
  78% {
    background-color: #FFF;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    top: 50%; }
  92% {
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: #FFF;
    border-radius: 50%; }
  100% {
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: #FFF;
    border-radius: 0px; } }

.map-corner-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 350px;
  border-radius: 1rem;
  transform: translateZ(0px);
  border: 1px solid #FFF; }

img, .mobile-locked-form__inner {
  -webkit-user-select: none;
  -webkit-touch-callout: none; }

#ot-sdk-btn.ot-sdk-show-settings {
  background-color: #17191c !important;
  color: #FFF !important;
  margin-bottom: 1.5rem;
  border: none !important;
  padding: 0.8rem 1rem !important;
  font-size: 1rem !important;
  transition: 0.2s ease-in-out; }
  #ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: #33363b !important; }

.ot-form-wrapper {
  border: none !important; }

.ipads-lockout-gif, .ipad-paragraph-lockout-show {
  display: none; }

.enable-location-container {
  flex-direction: row; }

@media screen and (max-width: 340px) {
  .enable-location-container {
    flex-direction: column; } }

.grecaptcha-badge {
  opacity: 0; }

.map .mobile-lock button img {
  transform: translate(-50%, -50%) !important; }

.map .third-mobile-screen-lock img {
  transform: translate(-50%, -50%) !important; }

a {
  outline: none !important; }

.ipad-lottie-show, .ipad-paragraph-lockout-show {
  display: none !important; }

@media only screen and (min-width: 601px) {
  #onetrust-banner-sdk {
    top: unset !important;
    bottom: 0 !important;
    max-height: none !important; } }

@media only screen and (max-width: 600px) {
  #onetrust-banner-sdk #onetrust-policy {
    margin: 10px 0 0 0 !important; }
  #onetrust-banner-sdk .onetrust-close-btn-ui {
    position: absolute !important;
    right: 10px !important;
    top: 3px !important; } }

#onetrust-pc-sdk #close-pc-btn-handler {
  height: 10px !important; }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 12vh;
  z-index: 1;
  background-color: #FFF;
  font-size: 1rem;
  border-top: 1px solid #e6e6e6; }
  .footer-main {
    width: 83.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    .footer-main__col {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex: 0 0 25%; }
      .footer-main__col img {
        width: 13em; }
      .footer-main__col p {
        margin: 0;
        font-size: 0.935em; }
      .footer-main__col:nth-child(2) {
        flex: 0 0 50%; }
        .footer-main__col:nth-child(2) ul {
          flex-wrap: wrap;
          display: flex;
          justify-content: center;
          margin: 0; }
          .footer-main__col:nth-child(2) ul li {
            list-style: none;
            padding: 0px 0.6em;
            font-size: 0.935em; }
            .footer-main__col:nth-child(2) ul li a {
              color: #17191c;
              position: relative; }
              .footer-main__col:nth-child(2) ul li a:after {
                content: '|';
                position: absolute;
                top: 50%;
                transform: translate(0%, -52.5%);
                right: -0.725em; }
        .footer-main__col:nth-child(2) .footer-main__menu-sub:nth-child(2) {
          flex-direction: row;
          display: none; }
          .footer-main__col:nth-child(2) .footer-main__menu-sub:nth-child(2) li:last-child a:after {
            content: ''; }
        .footer-main__col:nth-child(2) .footer-main__menu-sub_bottom li:last-child a:after {
          content: ''; }
    .footer-main p {
      font-size: 0.925em; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 12vh;
  background-color: #FFF;
  font-size: 1rem;
  z-index: 111; }
  .header .top-bar {
    height: 33%;
    background-color: #FFF;
    position: relative;
    width: 81.75%;
    margin: 0 auto; }
    .header .top-bar__col {
      width: 100%;
      display: flex;
      align-items: center;
      height: 100%; }
      .header .top-bar__col:nth-child(1) {
        justify-content: flex-start;
        display: flex;
        border-right: solid 1px #e7e8e9;
        background-color: #FFF;
        position: relative;
        z-index: 1111;
        width: auto;
        padding: 0px 1rem 0px 13px !important; }
      .header .top-bar__col:nth-child(2) {
        overflow: hidden;
        min-width: 197%;
        max-width: auto;
        position: absolute; }
        .header .top-bar__col:nth-child(2):hover > ul {
          -webkit-animation-play-state: paused;
          -moz-animation-play-state: paused;
          -o-animation-play-state: paused;
          animation-play-state: paused; }
      .header .top-bar__col-list {
        display: flex;
        align-items: center;
        flex-direction: row;
        white-space: nowrap;
        margin-bottom: 0;
        position: relative; }
        .header .top-bar__col-list li {
          list-style: none;
          padding: 0.7em; }
          .header .top-bar__col-list li a {
            color: #17191c;
            font-size: 0.885em;
            position: relative; }
            .header .top-bar__col-list li a:after {
              content: '|';
              font-size: 1.5em;
              position: absolute;
              top: 50%;
              transform: translate(0%, -52.5%);
              right: -0.68em;
              color: #e7e8e9; }
    .header .top-bar__call-number {
      display: flex;
      width: 100%;
      white-space: nowrap;
      text-decoration: none; }
      .header .top-bar__call-number i {
        font-size: 1.6em;
        transform: rotate(90deg);
        color: #f5c70f; }
      .header .top-bar__call-number p {
        color: #17191c;
        margin: 0;
        display: flex;
        align-self: center;
        font-weight: 500;
        font-size: 1.8em;
        margin-left: 1.25em; }
    .header .top-bar__left-span {
      display: flex;
      font-size: 1em; }
      .header .top-bar__left-span span {
        padding: 0rem 0.25em; }
      .header .top-bar__left-span i {
        font-size: 1.1em;
        color: #898e92;
        display: flex;
        align-self: center;
        margin-right: 0.45em; }
  .header-main {
    padding: 0px 1em;
    height: 66.6%;
    background: #f2f2f2;
    background-color: white;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, to bottom, from(#f2f2f2), to(white));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(to bottom, #f2f2f2, white);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(to bottom, #f2f2f2, white);
    /* FF3.6 */
    background-image: -ms-linear-gradient(to bottom, #f2f2f2, white);
    /* IE10 */
    background-image: -o-linear-gradient(to bottom, #f2f2f2, white);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #f2f2f2, white);
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    background-color: #FFF; }
    .header-main__col {
      height: 100%; }
      .header-main__col__typed-container {
        display: flex;
        align-items: center; }
        .header-main__col__typed-container p, .header-main__col__typed-container span {
          font-size: 1.3em !important;
          margin-bottom: 0;
          color: #17191c; }
        .header-main__col__typed-container a {
          font-size: 1em !important;
          color: #17191c;
          text-decoration: underline; }
      .header-main__col:nth-child(1) {
        display: flex;
        align-items: center;
        flex: 0 0 30%; }
      .header-main__col:nth-child(2) {
        flex: 0 0 45%;
        display: flex;
        justify-content: center; }
      .header-main__col:nth-child(3) {
        flex: 0 0 25%;
        display: flex;
        justify-content: flex-end; }
    .header-main__logo {
      width: 9.8em;
      height: auto;
      margin-bottom: 0.5em; }
    .header-main__wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 83.5%;
      margin: 0 auto;
      height: 100%; }
  .header-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 16.7vh;
    overflow: hidden;
    opacity: 0;
    transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform-origin: center center; }
    .header-menu li {
      list-style: none;
      margin-bottom: 2rem;
      margin-left: 3rem; }
      .header-menu li a {
        color: rgba(23, 25, 28, 0.7);
        font-size: 2rem;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        text-decoration: none;
        padding: 0rem 1rem; }
        .header-menu li a.active {
          color: #000; }
        .header-menu li a:after {
          content: '';
          height: 0.2rem;
          background-color: rgba(23, 25, 28, 0.7);
          border-radius: 0.25rem;
          transform-origin: center center;
          position: absolute;
          bottom: -0.5rem;
          transform: translate(-50%);
          transition: .25s ease-in-out;
          left: 50%;
          width: 0%; }
        .header-menu li a:hover:after {
          width: 100%; }
      .header-menu li .pay-your-invoice__menu-btn {
        background-color: #000;
        color: #FFF;
        padding: 0.5rem 1rem;
        border-radius: 0.4em; }
        .header-menu li .pay-your-invoice__menu-btn:after {
          display: none; }

@keyframes li-menu-anim {
  0% {
    margin-left: 3rem; }
  100% {
    margin-left: 0rem; } }
    .header-menu-wrap {
      z-index: 999;
      position: fixed;
      left: 50%;
      top: 0%;
      border-radius: 50%;
      width: 0rem;
      height: 0rem;
      transform-origin: center center; }
      .header-menu-wrap.active {
        transition: 0.2s ease-in-out;
        height: 100%;
        left: 0%;
        top: 0%;
        width: 100%;
        border-radius: 0;
        transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .header-menu.active {
      opacity: 1; }
      .header-menu.active li {
        animation: li-menu-anim 0.2s ease-in-out;
        animation-fill-mode: forwards; }
        .header-menu.active li:nth-child(2) {
          animation-delay: 0.025s; }
        .header-menu.active li:nth-child(3) {
          animation-delay: 0.05s; }
        .header-menu.active li:nth-child(4) {
          animation-delay: 0.075s; }
        .header-menu.active li:nth-child(5) {
          animation-delay: 0.1s; }
        .header-menu.active li:nth-child(6) {
          animation-delay: 0.125s; }
  .header-license {
    padding-left: 1em;
    margin-left: 1.3em;
    position: relative;
    padding-top: 0.25em; }
    .header-license:after {
      content: '';
      width: 0.05rem;
      height: 110%;
      background-color: rgba(23, 25, 28, 0.5);
      border-radius: 0.25rem;
      transform-origin: center center;
      position: absolute;
      transform: translate(-50%);
      transition: .25s ease-in-out;
      left: 0;
      top: 0; }

.call-now-mobile {
  text-decoration: none !important; }
  .call-now-mobile span, .call-now-mobile button {
    display: none; }
  .call-now-mobile img {
    display: none; }

@keyframes top-bar-list-anim {
  0% {
    transform: translateX(100vw); }
  100% {
    transform: translateX(-100%); } }

@-webkit-keyframes top-bar-list-anim {
  0% {
    -webkit-transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%); } }

@-moz-keyframes top-bar-list-anim {
  0% {
    transform: translateX(100vw); }
  100% {
    transform: translateX(-100%); } }

@-webkit-keyframes mobile-phone-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes mobile-phone-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.main {
  padding: 12vh 0vh;
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  background-color: #F7F7F7;
  font-size: 1rem;
  /*  LOCK SECTION */ }
  .main-col {
    height: 21.33333vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important; }
    .main-col__inner {
      flex-grow: 1;
      color: #17191c;
      background-color: #FFF;
      width: 100%;
      height: calc(100% - 1.125em);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      text-align: center;
      border-radius: 1.15em;
      transition: 0.3s ease-in-out;
      -webkit-box-shadow: 0.275em 0.275em 0.125em rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0.275em 0.275em 0.125em rgba(0, 0, 0, 0.1);
      box-shadow: 0.275em 0.275em 0.125em rgba(0, 0, 0, 0.1);
      padding: 0.75em 1em 0.75em 1em; }
      .main-col__inner.sm-col {
        padding-top: 0.4rem;
        display: flex;
        align-items: center !important;
        justify-content: center;
        width: 100%; }
        .main-col__inner.sm-col ul {
          margin-bottom: 0;
          list-style: none; }
          .main-col__inner.sm-col ul li {
            font-size: 1em;
            text-align: left;
            display: flex; }
            .main-col__inner.sm-col ul li i {
              font-size: 1em;
              align-self: center;
              margin-right: 0.3em; }
        .main-col__inner.sm-col img {
          width: 5rem;
          height: auto; }
      .main-col__inner .fa-street-container {
        width: 2.2em;
        position: relative; }
      .main-col__inner .dots-wait-container {
        position: relative;
        margin-left: 0.1rem;
        flex-direction: row;
        display: flex; }
      .main-col__inner > .d-flex {
        height: 100%;
        justify-content: space-between; }
      .main-col__inner.sm-col:hover {
        transform: scale(1.0925);
        -webkit-box-shadow: 0.2em 0.2em 0.1em rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0.2em 0.2em 0.1em rgba(0, 0, 0, 0.1);
        box-shadow: 0.2em 0.2em 0.1em rgba(0, 0, 0, 0.1);
        z-index: 1; }
      .main-col__inner .default-img {
        margin-bottom: 0.35em; }
      .main-col__inner .link-btn {
        margin-top: auto;
        display: flex; }
      .main-col__inner-sm-text {
        font-size: 1em !important;
        margin: 0; }
      .main-col__inner-quote.active {
        box-shadow: 0.225em 0.225em 0.1em rgba(255, 196, 0, 0.39); }
        @media screen and (max-width: 767px) {
          .main-col__inner-quote.active {
            -webkit-box-shadow: 0.2em 0.2em 0.1em rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0.2em 0.2em 0.1em rgba(0, 0, 0, 0.1);
            box-shadow: 0.2em 0.2em 0.1em rgba(0, 0, 0, 0.1); } }
      .main-col__inner-desc {
        font-size: 1.132em;
        font-weight: 500;
        position: relative;
        margin-top: 0.05rem;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center; }
        .main-col__inner-desc:after {
          content: '';
          position: absolute;
          width: 2rem;
          height: 0.13em;
          background-color: #f5c70f;
          bottom: -0.1em;
          left: 50%;
          transform: translate(-50%, 0%); }
        .main-col__inner-desc.active {
          color: #f5c70f; }
      .main-col__inner p {
        font-size: 1em;
        font-weight: 400;
        position: relative;
        margin-top: 0.05rem; }
      .main-col__inner-commercial img {
        width: 5rem;
        margin-top: 0.2rem; }
    .main-col.center-col {
      height: 47.666666vh !important; }
  .main-wrap__left {
    padding: 0;
    flex-direction: column; }
    .main-wrap__left-col {
      display: flex;
      flex-direction: row; }
      .main-wrap__left-col.left-top-row .main-col:nth-child(1), .main-wrap__left-col.left-bottom-row .main-col:nth-child(1) {
        flex: 0 1 33.333%;
        display: flex;
        width: 33.333% !important;
        max-width: 33.333%; }
      .main-wrap__left-col.left-top-row .main-col:nth-child(2), .main-wrap__left-col.left-center-row .main-col:nth-child(2) {
        width: 66.666%;
        flex: 0 1 66.666%;
        display: flex; }
      .main-wrap__left-col.left-center-row .main-col {
        width: 32.333% !important;
        flex: 0 1 33.333%; }
      .main-wrap__left-col .main-col {
        padding-right: 1.6rem; }
  .main-wrap__row {
    width: 83.5%; }
  .main-wrap__right {
    display: flex;
    padding: 0.5rem 0rem;
    flex-direction: column;
    width: 100%; }
    .main-wrap__right-col {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .main-wrap__right-col:nth-child(1) {
        flex-grow: 1;
        margin-bottom: 1.225em; }
      .main-wrap__right-col:nth-child(2) {
        height: auto !important; }
        .main-wrap__right-col:nth-child(2) .sm-block__slider {
          margin-top: 0.5rem;
          margin-bottom: auto; }
  .main .sm-block__slider {
    margin-top: auto; }
    .main .sm-block__slider img {
      display: block;
      margin: 0 auto;
      width: 4.1rem; }
    .main .sm-block__slider-block {
      display: flex;
      flex-direction: column;
      padding-bottom: 0.1em;
      outline: none; }
  .main .soc-links__list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto; }
    .main .soc-links__list li {
      list-style-type: none; }
    .main .soc-links__list img {
      width: 2.5em;
      transition: 0.2s ease-in-out; }
      .main .soc-links__list img:hover {
        transform: scale(1.25); }
  .main .daily-specials-slider img {
    width: 100%; }
  .main .review-slider {
    width: 90%;
    margin-top: 0.5rem;
    height: calc(100% - 38px);
    padding-bottom: 0em !important; }
    .main .review-slider .fa-quote-left {
      font-size: 0.5em;
      position: relative;
      top: -0.3rem; }
    .main .review-slider .fa-quote-right {
      position: relative;
      font-size: 0.5em;
      top: 0.2rem; }
    .main .review-slider .slick-track {
      height: 100%; }
    .main .review-slider .sm-block__slider-block {
      justify-content: space-between;
      color: #17191c;
      text-decoration: none; }
    .main .review-slider .review-slider__text {
      margin-top: auto;
      margin-bottom: auto; }
    .main .review-slider .review-slider-block__bottom-date span {
      font-size: 0.875em; }
    .main .review-slider .rewiew-slider-block__bottom-row_rating i {
      color: #f5c70f;
      margin-right: 0.35em;
      font-size: 0.85em; }
  .main .review-col__inner {
    padding-right: 2rem;
    padding-left: 2rem; }
  .main .members-slider {
    height: 80%; }
    .main .members-slider .sm-block__slider-block {
      height: 100%;
      text-decoration: none; }
      .main .members-slider .sm-block__slider-block img {
        height: 70% !important;
        width: auto;
        max-width: 5rem !important; }
    .main .members-slider .slick-track {
      height: 100%; }
  .main .slick-list {
    height: 100%; }
  .main .rewiew-slider-block__bottom-row-user {
    margin: 0.2rem 0.75em 0.2rem 0em !important; }
    .main .rewiew-slider-block__bottom-row-user img {
      width: 2.5em;
      height: 2.5em;
      border-radius: 1.5em;
      margin-right: 0.75rem;
      object-fit: cover; }
  .main .members-slider__aloa-rated, .main .members-slider__top-rated, .main .members-slider__bbb-rated {
    cursor: pointer; }
  .main .rewiew-slider-block__bottom-row {
    display: flex;
    justify-content: space-between;
    color: #898E92;
    padding-bottom: 0em !important; }
    .main .rewiew-slider-block__bottom-row p {
      font-size: 0.95em;
      margin: 0em; }
    .main .rewiew-slider-block__bottom-row div {
      display: flex;
      align-items: center; }
    .main .rewiew-slider-block__bottom-row a {
      display: flex;
      flex-direction: row;
      align-items: center;
      color: #898E92; }
      .main .rewiew-slider-block__bottom-row a:hover {
        text-decoration: none; }
  .main .main-col__inner-locked {
    cursor: default;
    position: relative; }
    .main .main-col__inner-locked .new {
      position: absolute;
      left: 1em;
      top: 0.9em;
      text-transform: uppercase;
      background-color: #e7e8e9;
      border-radius: 0.25em;
      padding: 0.125em 0.2em;
      font-weight: 700;
      font-size: 1em;
      cursor: pointer; }
    .main .main-col__inner-locked .ask-btn {
      position: absolute;
      right: 0.7em;
      top: 0.35em;
      font-size: 1.3em;
      width: 1.2em;
      height: 1.2em;
      color: #e7e8e9;
      cursor: pointer; }
      .main .main-col__inner-locked .ask-btn img {
        width: 1.2em;
        height: 1.2em; }
    .main .main-col__inner-locked h1.show-md-desktop {
      font-size: 1.1em;
      font-weight: 500; }
      .main .main-col__inner-locked h1.show-md-desktop i {
        /*font-size: 1.5rem;*/ }
    .main .main-col__inner-locked h1.show-md-mobile {
      font-size: 1.1em;
      font-weight: 500;
      line-height: 1.3; }
      .main .main-col__inner-locked h1.show-md-mobile i {
        /*font-size: 2.1rem;*/ }
  .main .first-screen-lock__top {
    display: flex;
    justify-content: space-between;
    height: 52%;
    flex-direction: column; }
  .main .second-screen-lock {
    justify-content: space-between; }
    .main .second-screen-lock > div {
      max-width: 100%;
      height: 100%;
      margin: 0 auto; }
      .main .second-screen-lock > div p {
        margin-top: auto !important;
        margin-bottom: auto !important;
        font-size: 1em; }
      .main .second-screen-lock > div button {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        align-items: center;
        border: none;
        font-size: 1em;
        font-weight: 700 !important;
        height: 2em;
        width: 50%;
        position: relative;
        overflow: hidden; }
    .main .second-screen-lock .privacy-policy {
      padding: 0.35em 0em 0em 0em; }
    .main .second-screen-lock__btn-container {
      width: 100%;
      display: flex;
      margin: 0 auto; }
    .main .second-screen-lock__change-btn {
      background-color: #e5e5e5;
      border-top-left-radius: 0.3rem;
      border-bottom-left-radius: 0.3rem;
      border-top-right-radius: 0px !important;
      border-bottom-right-radius: 0px !important; }
    .main .second-screen-lock__confirm-btn {
      background-color: #f5c70f;
      border-top-left-radius: 0px !important;
      border-bottom-left-radius: 0px !important;
      border-top-right-radius: 0.3rem;
      border-bottom-right-radius: 0.3rem; }
  .main .third-screen-lock p, .main .fourth-screen-lock p, .main .call-screen-lock p {
    margin: 0;
    padding-right: 1rem; }
  .main .third-screen-lock .img-container, .main .fourth-screen-lock .img-container, .main .call-screen-lock .img-container {
    flex-grow: 0.5;
    position: relative;
    font-size: 0.9rem;
    display: flex; }
  .main .third-screen-lock > .d-flex > div, .main .fourth-screen-lock > .d-flex > div, .main .call-screen-lock > .d-flex > div {
    flex-grow: 0; }
    .main .third-screen-lock > .d-flex > div:nth-child(1), .main .fourth-screen-lock > .d-flex > div:nth-child(1), .main .call-screen-lock > .d-flex > div:nth-child(1) {
      flex: 0 0 83%; }
      .main .third-screen-lock > .d-flex > div:nth-child(1) p:nth-child(1), .main .fourth-screen-lock > .d-flex > div:nth-child(1) p:nth-child(1), .main .call-screen-lock > .d-flex > div:nth-child(1) p:nth-child(1) {
        margin-bottom: 0rem; }
    .main .third-screen-lock > .d-flex > div:nth-child(2), .main .fourth-screen-lock > .d-flex > div:nth-child(2), .main .call-screen-lock > .d-flex > div:nth-child(2) {
      flex: 0 0 16%;
      position: relative;
      align-content: flex-start; }
      .main .third-screen-lock > .d-flex > div:nth-child(2) img, .main .fourth-screen-lock > .d-flex > div:nth-child(2) img, .main .call-screen-lock > .d-flex > div:nth-child(2) img {
        width: 80%;
        height: 100%;
        border-radius: 0.5em;
        margin-left: auto; }
  .main .third-mobile-screen-lock__confirm-btn {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    height: 2.5rem;
    width: 40%;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    max-width: 70%; }
    .main .third-mobile-screen-lock__confirm-btn p, .main .third-mobile-screen-lock__confirm-btn span {
      margin: 0;
      padding-left: 0.5rem; }
    .main .third-mobile-screen-lock__confirm-btn img {
      width: 1rem;
      height: auto; }
    .main .third-mobile-screen-lock__confirm-btn .swap-icon {
      position: absolute;
      align-self: center;
      justify-self: center;
      transform: translateX(-2100%);
      transition: 0.15s ease-in-out; }
    .main .third-mobile-screen-lock__confirm-btn:hover p, .main .third-mobile-screen-lock__confirm-btn:hover span {
      display: none; }
    .main .third-mobile-screen-lock__confirm-btn:hover .swap-icon {
      transform: translateX(0); }
    .main .third-mobile-screen-lock__confirm-btn:hover .not-swap-icon {
      display: none; }
  .main .third-mobile-screen-lock__confirm-btn {
    background-color: #f5c70f; }
  .main .third-mobile-screen-lock__btn-container {
    display: flex;
    justify-content: center; }
  .main .second-mobile-screen-lock button, .main .sixth-mobile-screen-lock button {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    height: 2.5rem;
    width: 40%;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    max-width: 70%; }
    .main .second-mobile-screen-lock button p, .main .second-mobile-screen-lock button span, .main .sixth-mobile-screen-lock button p, .main .sixth-mobile-screen-lock button span {
      margin: 0;
      padding-left: 0.5rem; }
    .main .second-mobile-screen-lock button img, .main .sixth-mobile-screen-lock button img {
      width: 1rem;
      height: auto; }
    .main .second-mobile-screen-lock button .swap-icon, .main .sixth-mobile-screen-lock button .swap-icon {
      position: absolute;
      align-self: center;
      justify-self: center;
      transform: translateX(-2100%);
      transition: 0.15s ease-in-out; }
    .main .second-mobile-screen-lock button:hover p, .main .second-mobile-screen-lock button:hover span, .main .sixth-mobile-screen-lock button:hover p, .main .sixth-mobile-screen-lock button:hover span {
      display: none; }
    .main .second-mobile-screen-lock button:hover .swap-icon, .main .sixth-mobile-screen-lock button:hover .swap-icon {
      transform: translateX(0); }
    .main .second-mobile-screen-lock button:hover .not-swap-icon, .main .sixth-mobile-screen-lock button:hover .not-swap-icon {
      display: none; }
  .main .second-mobile-screen-lock__confirm-btn, .main .sixth-mobile-screen-lock__confirm-btn {
    background-color: #f5c70f; }
  .main .second-mobile-screen-lock__btn-container, .main .sixth-mobile-screen-lock__btn-container {
    display: flex;
    justify-content: center; }
  .main .second-mobile-screen-lock {
    border-radius: 1.5rem; }
    .main .second-mobile-screen-lock button {
      font-size: 1em;
      border-radius: 1.5rem; }
    .main .second-mobile-screen-lock img {
      width: 1em !important; }
  .main .fifth-mobile-screen-lock i {
    font-size: 1.5rem; }
  .main .sixth-mobile-screen-lock p, .main .sixth-mobile-screen-lock span {
    font-weight: 400 !important; }
  .main .sixth-mobile-screen-lock button {
    font-size: 1.333rem !important; }
    .main .sixth-mobile-screen-lock button:nth-child(1) {
      border-top-left-radius: 1.5rem;
      border-bottom-left-radius: 1.5rem;
      background-color: #e3e7eb;
      border-top-right-radius: 0rem;
      border-bottom-right-radius: 0rem; }
    .main .sixth-mobile-screen-lock button:nth-child(2) {
      border-top-right-radius: 1.5rem;
      border-bottom-right-radius: 1.5rem;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    .main .sixth-mobile-screen-lock button p, .main .sixth-mobile-screen-lock button span {
      font-weight: 600 !important;
      font-size: 1.333rem !important; }
  .main .second-mobile-screen-lock__confirm-btn span {
    font-size: 1em !important; }
  .main .mobile-locked-form__inner {
    border: 1px solid #F5C70F;
    border-radius: 1.8rem;
    height: 3.1rem;
    position: relative;
    max-width: 78%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-weight: 700;
    color: #17191C;
    align-items: center;
    background: #F5C70F; }
    .main .mobile-locked-form__inner .toggle-block {
      top: 50%;
      transform: translate(0, -50%);
      position: absolute;
      height: calc(3.1rem - 0.4rem);
      border-radius: calc(3.1rem - 0.4rem);
      width: calc(3.1rem - 0.4rem);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .main .mobile-locked-form__inner .toggle-block img {
        max-width: 70%;
        height: 70%; }
      .main .mobile-locked-form__inner .toggle-block:nth-child(1) {
        background-color: #f5c70f;
        left: 0.2rem;
        z-index: 1; }
      .main .mobile-locked-form__inner .toggle-block:nth-child(3) {
        background-color: #e3e3e0;
        right: 0.2rem; }
    .main .mobile-locked-form__inner span {
      letter-spacing: 0;
      display: block;
      margin: 0 auto;
      /* Clip Background Image */
      background-image: linear-gradient(90deg, #17191c 17%, #FFF 20%, #17191c 27% 300%);
      background-size: 270%;
      -webkit-background-clip: text;
      background-clip: text;
      /* Animate Background Image */
      -webkit-text-fill-color: transparent;
      -webkit-animation: aitf 6s linear infinite reverse;
      animation-delay: 0.3s;
      /* Activate hardware acceleration for smoother animations */
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden; }
  .main .third-mobile-screen-lock {
    position: relative; }
    .main .third-mobile-screen-lock .third-mobile-screen-lock__confirm-btn {
      display: flex;
      align-self: flex-start;
      background-color: #f5c70f;
      text-transform: uppercase;
      font-weight: 700;
      border: none;
      color: #17191c;
      position: absolute;
      left: 0;
      bottom: 0;
      border-top-right-radius: 1rem;
      border-bottom-left-radius: 0.5rem;
      z-index: 111; }
      .main .third-mobile-screen-lock .third-mobile-screen-lock__confirm-btn:hover span {
        display: none; }
  .main .step-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 1.35rem 0rem 0.35rem; }
    .main .step-dots .step-dot {
      width: 1.2rem;
      height: 1.2rem;
      background-color: #e5e5e5;
      border-radius: 0.9rem;
      margin: 0rem 0.15rem; }
      .main .step-dots .step-dot.active {
        background-color: #f5c70f; }
  .main .fifth-mobile-screen-lock img {
    max-width: 50%;
    border-radius: 1rem; }
  .main .fifth-mobile-screen-lock p {
    padding: 0.75rem; }
  .main .main-col__inner-desc-p {
    font-weight: 500 !important; }
  .main .finish-mobile-screen-lock img {
    max-width: 25%;
    border-radius: 1rem;
    border: solid 1px #e2e2e2;
    display: block;
    margin: 0 auto;
    box-shadow: 1px 5px 5px #e2e2e2;
    padding-left: 5px; }
  .main .finish-mobile-screen-lock p {
    padding: 0.75rem;
    margin-bottom: 0; }
  .main .mobile-lock p {
    font-weight: 400; }
  .main .mobile-lock button span {
    font-size: 1.333em;
    margin-bottom: 0;
    margin-right: 0; }
  .main .h-auto-base {
    height: auto !important; }
  .main .desktop-lock .main-col__inner-desc p {
    font-size: 1rem; }

.tooltip {
  pointer-events: none; }

.tooltip.show {
  opacity: 1; }

.tooltip-inner {
  border: solid 0.075rem #b5b5b6;
  color: #17191c;
  padding: 0.7rem 0.8rem;
  font-size: 0.9rem;
  max-width: 19rem !important;
  text-align: left;
  background-color: #FFF !important;
  border-radius: 0.4em; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #b5b5b6 !important;
  /* Red */ }

.bs-tooltip-bottom .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-width: 0 .5em .5em;
  right: -0.065em;
  transform: translateY(3px);
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #FFF; }

@-webkit-keyframes aitf {
  0% {
    background-position: 720px 0; }
  100% {
    background-position: -720px 0; } }

/* INFO PAGES */
.info-page .main-wrap__left {
  padding: 0.5rem 2rem 0.5rem 0rem; }
  .info-page .main-wrap__left-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #FFF;
    height: 68.35vh;
    -webkit-box-shadow: 0.225em 0.225em 0.1em rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0.225em 0.225em 0.1em rgba(0, 0, 0, 0.1);
    box-shadow: 0.225em 0.225em 0.1em rgba(0, 0, 0, 0.1);
    padding: 1.7em 1.7em 1.2em 2.3em;
    border-radius: 1.15em; }
    .info-page .main-wrap__left-info__header {
      display: flex;
      justify-content: space-between; }
      .info-page .main-wrap__left-info__header-text {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 64%;
        flex: 0 0 64%; }
    .info-page .main-wrap__left-info__slider {
      width: 34%;
      flex: 0 0 34%; }
      .info-page .main-wrap__left-info__slider-block {
        outline: none;
        width: 100%; }
        .info-page .main-wrap__left-info__slider-block img {
          width: 100%;
          height: auto;
          padding: 0.1em;
          border-radius: 1rem; }
    .info-page .main-wrap__left-info__top {
      overflow-y: scroll;
      -ms-overflow-style: none; }
    .info-page .main-wrap__left-info__top::-webkit-scrollbar{
        width: 6px;
    }
    .info-page .main-wrap__left-info__top::-webkit-scrollbar-track{
        background: white;
    }
    .info-page .main-wrap__left-info__top::-webkit-scrollbar-thumb{
        width: 6px;
        background: #C6C6C6;
        border-radius: 6px;
    }
    .info-page .main-wrap__left-info__bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1em 0em 0em 0em; }
    .info-page .main-wrap__left-info-p {
      font-size: 1em;
      margin-bottom: 0.9rem; }
    .info-page .main-wrap__left-info h1 {
      text-transform: capitalize;
      font-size: 1.2em;
      font-weight: 700;
      padding: 0em 0.3em;
      position: relative;
      display: flex;
      align-self: flex-start;
      margin-bottom: 1rem; }
      .info-page .main-wrap__left-info h1:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 0.08em;
        background-color: #f5c70f;
        bottom: -0.35em;
        left: 50%;
        transform: translate(-50%, 0%); }
    .info-page .main-wrap__left-info .all-services-btn {
      width: 100%;
      border: none;
      padding: 0.1em;
      text-transform: uppercase;
      font-weight: 700;
      border-radius: 0.4em;
      font-size: 1em;
      text-decoration: none;
      color: #17191c;
      text-align: center;
      background-color: #f2f2f2;
      border: solid 1px transparent; }
      .info-page .main-wrap__left-info .all-services-btn:hover {
        border: solid 0.05em #b6b7b8; }

.default-page .header-main {
  height: 100%; }

.default-page .header {
  height: 8vh; }

.career-page .payment-main__col-inner {
  padding-top: 0.75rem !important; }

.career-page .payment-main__desc {
  max-width: 51rem !important;
  margin: 0 auto;
  padding-bottom: 0.5rem; }

.career-page .default-main__wrap {
  max-width: 67.5%; }

.payment-page {
  overflow: hidden; }
  .payment-page .burger-menu {
    position: fixed; }
  .payment-page footer {
    display: none; }
  .payment-page .payment-main {
    padding-bottom: 0;
    height: 100%; }
    .payment-page .payment-main__col {
      margin-bottom: 40rem !important; }
      .payment-page .payment-main__col-wrap {
        background-color: #FFF;
        flex-direction: column;
        display: flex;
        padding: 0;
        border-radius: 0.4rem;
        box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05); }
      .payment-page .payment-main__col-title {
        background-color: #17191c;
        border-top-left-radius: 0.4rem;
        border-top-right-radius: 0.4rem;
        color: #FFF;
        padding: 0.4rem 0.6rem;
        font-size: 1em;
        font-weight: 500; }
      .payment-page .payment-main__col-subtitle {
        font-size: 1.5em;
        font-weight: bold; }
      .payment-page .payment-main__col-span {
        font-size: 1em;
        display: block;
        font-weight: bold;
        padding-bottom: 0.25rem;
        border-bottom: solid 0.05rem rgba(112, 112, 112, 0.35);
        padding-top: 0.3em; }
      .payment-page .payment-main__col p {
        font-size: 0.85em;
        margin-top: 0.5em; }
      .payment-page .payment-main__col .submit-payment-btn {
        padding: 0.35rem 1.4rem;
        background-color: #f5c70f;
        border: none;
        border-radius: 0.1rem;
        font-weight: 500; }
      .payment-page .payment-main__col .submit-payment-img {
        height: 1.4rem; }
      .payment-page .payment-main__col .input-row {
        padding-top: 0.5em;
        width: 100%;
        display: flex; }
        .payment-page .payment-main__col .input-row input, .payment-page .payment-main__col .input-row select, .payment-page .payment-main__col .input-row textarea {
          width: 100%;
          border-radius: 0.1rem;
          border: solid 0.05rem rgba(112, 112, 112, 0.35);
          color: #000;
          margin-top: 0.1rem;
          padding: 0.3rem 0.6rem !important;
          font-size: 0.8rem;
          font-size: 1em; }
        .payment-page .payment-main__col .input-row label {
          width: 100%;
          font-weight: 500;
          margin-bottom: 0; }
          .payment-page .payment-main__col .input-row label:nth-child(1) {
            margin-right: 1.45rem; }
      .payment-page .payment-main__col-inner {
        padding: 1.25rem; }
      .payment-page .payment-main__col:nth-child(1) {
        border-radius: 0.4rem; }
      .payment-page .payment-main__col:nth-child(2) {
        border-radius: 0.4rem; }
    .payment-page .payment-main__title {
      text-align: center;
      padding-top: 0rem;
      font-size: 2em;
      font-weight: 700; }
    .payment-page .payment-main__desc {
      text-align: center;
      margin-top: 0rem;
      margin-bottom: 1rem; }

.page-404 .main-404__title {
  font-size: 5em;
  margin-bottom: 1.5rem; }

.page-404 .main-404__desc {
  font-size: 1.2em;
  max-width: 50rem;
  margin-bottom: 2rem;
  text-align: center; }

.page-404 .main-404__home {
  color: #FFF;
  padding: 0.6rem 3rem;
  background-color: #17191c;
  border-radius: 0.4rem;
  font-size: 1.25em; }

.page-404 .main-404 .main-col__inner {
  height: 72vh;
  justify-content: flex-start; }

.legal-page {
  overflow-x: hidden; }
  .legal-page .burger-menu {
    position: fixed; }
  .legal-page .header-main {
    height: 100%; }
  .legal-page .header {
    height: 8vh; }
  .legal-page .main {
    height: auto !important; }
  .legal-page .main-wrap__legal-row {
    width: 83.5%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 1rem; }
    .legal-page .main-wrap__legal-row .main-wrap__legal-col {
      width: 100%; }
      .legal-page .main-wrap__legal-row .main-wrap__legal-col .main-wrap__legal-col__title {
        position: relative;
        width: 100%;
        font-weight: 600;
        padding-bottom: 0.7rem;
        font-size: 1.5em; }
        .legal-page .main-wrap__legal-row .main-wrap__legal-col .main-wrap__legal-col__title:after {
          content: '';
          background-color: #e6e6e6;
          width: 100%;
          height: 0.5px;
          left: 0;
          bottom: 0;
          position: absolute; }
      .legal-page .main-wrap__legal-row .main-wrap__legal-col .main-col__inner {
        border: 0.05em solid rgba(25, 25, 25, 0.1); }
      .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy section, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy tbody, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy table, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy thead, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy tr, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-subgroup, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy ul, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy ul li {
        font-size: unset; }
      .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6, .legal-page .main-wrap__legal-row .main-wrap__legal-col h4, .legal-page .main-wrap__legal-row .main-wrap__legal-col th, .legal-page .main-wrap__legal-row .main-wrap__legal-col #cookie-policy-title, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
        color: #17191c !important; }
        .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6 li, .legal-page .main-wrap__legal-row .main-wrap__legal-col h4 li, .legal-page .main-wrap__legal-row .main-wrap__legal-col th li, .legal-page .main-wrap__legal-row .main-wrap__legal-col #cookie-policy-title li, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li li, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p li, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a li, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span li, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td li, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description li {
          list-style: none; }
      .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span {
        font-size: 1em !important; }
      .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy-group-desc {
        font-size: 1em !important;
        line-height: 1.5 !important;
        padding: 0.75rem 0rem; }
      .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy td, .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy th {
        font-size: 1em !important;
        padding: 0.5em; }
      .legal-page .main-wrap__legal-row .main-wrap__legal-col #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
        font-size: 1em; }
      .legal-page .main-wrap__legal-row .main-wrap__legal-col .content, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy {
        text-align: left;
        padding: 0.3em 0.7em 1em 0.1em;
        margin-top: 1em;
        color: #17191c !important; }
        .legal-page .main-wrap__legal-row .main-wrap__legal-col .content p, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy p {
          font-size: 1em; }
        .legal-page .main-wrap__legal-row .main-wrap__legal-col .content span, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy span {
          font-weight: 600;
          font-size: 1em;
          padding-bottom: 1em;
          display: block; }
        .legal-page .main-wrap__legal-row .main-wrap__legal-col .content a, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy a {
          font-size: 1em; }
        .legal-page .main-wrap__legal-row .main-wrap__legal-col .content ul, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy ul {
          margin-left: 3em; }
        .legal-page .main-wrap__legal-row .main-wrap__legal-col .content .table-of-contents, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy .table-of-contents {
          font-size: 1em;
          margin-left: 1.75em;
          margin-bottom: 2rem; }
          .legal-page .main-wrap__legal-row .main-wrap__legal-col .content .table-of-contents li, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy .table-of-contents li {
            color: #007bff; }
          .legal-page .main-wrap__legal-row .main-wrap__legal-col .content .table-of-contents__heading, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy .table-of-contents__heading {
            text-transform: uppercase;
            font-size: 1.25rem !important;
            margin-bottom: 0.75rem; }
          .legal-page .main-wrap__legal-row .main-wrap__legal-col .content .table-of-contents a, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy .table-of-contents a {
            text-decoration: underline; }
        .legal-page .main-wrap__legal-row .main-wrap__legal-col .content #cookie-policy-title, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy #cookie-policy-title {
          font-size: 1.25em !important;
          margin-top: 1.75em; }
        .legal-page .main-wrap__legal-row .main-wrap__legal-col .content #cookie-policy-description, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy #cookie-policy-description {
          display: none; }
        .legal-page .main-wrap__legal-row .main-wrap__legal-col .content .point-heading, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy .point-heading {
          font-size: 1.25em;
          font-weight: 600;
          margin-top: 2.5em; }
        .legal-page .main-wrap__legal-row .main-wrap__legal-col .content .point-subheading, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy .point-subheading {
          font-size: 1.11em; }
        .legal-page .main-wrap__legal-row .main-wrap__legal-col .content .script-span, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy .script-span {
          color: red;
          text-transform: uppercase; }
        .legal-page .main-wrap__legal-row .main-wrap__legal-col .content li, .legal-page .main-wrap__legal-row .main-wrap__legal-col .ot-sdk-cookie-policy li {
          font-size: 1em; }

.contact-page .main-col__inner-desc {
  text-transform: capitalize; }

.contact-page .main-wrap__contact-row {
  width: 83.5%;
  margin: 0 auto;
  display: flex;
  flex-direction: row; }
  .contact-page .main-wrap__contact-row .main-wrap__left-contact {
    flex-direction: row;
    display: flex;
    background-color: #FFF; }
  .contact-page .main-wrap__contact-row .main-wrap__right-contact {
    flex-direction: row;
    display: flex;
    background-color: #FFF; }
  .contact-page .main-wrap__contact-row .main-wrap__contact-col {
    height: 100%; }
    .contact-page .main-wrap__contact-row .main-wrap__contact-col_img img {
      height: 100%;
      max-width: 100%;
      width: 100%;
      border-radius: 0.75em; }
    .contact-page .main-wrap__contact-row .main-wrap__contact-col .soc-links__list {
      margin-top: auto;
      max-width: 60%;
      margin-bottom: auto; }
      .contact-page .main-wrap__contact-row .main-wrap__contact-col .soc-links__list img {
        width: 3rem; }
    .contact-page .main-wrap__contact-row .main-wrap__contact-col textarea {
      flex-grow: 1; }
    .contact-page .main-wrap__contact-row .main-wrap__contact-col .address-info {
      position: relative;
      align-self: flex-start;
      margin-left: 2em;
      text-align: left; }
      .contact-page .main-wrap__contact-row .main-wrap__contact-col .address-info .fa-phone-square {
        transform: rotate(90deg); }
      .contact-page .main-wrap__contact-row .main-wrap__contact-col .address-info a {
        color: #17191c; }
    .contact-page .main-wrap__contact-row .main-wrap__contact-col .contact-us-form {
      flex-direction: column;
      width: 100%;
      height: 100%;
      font-size: 1em; }
      .contact-page .main-wrap__contact-row .main-wrap__contact-col .contact-us-form .button-container {
        margin-top: auto; }
      .contact-page .main-wrap__contact-row .main-wrap__contact-col .contact-us-form .inputs-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-grow: 1; }
      .contact-page .main-wrap__contact-row .main-wrap__contact-col .contact-us-form input, .contact-page .main-wrap__contact-row .main-wrap__contact-col .contact-us-form select, .contact-page .main-wrap__contact-row .main-wrap__contact-col .contact-us-form textarea {
        margin-bottom: 0.7rem; }
    .contact-page .main-wrap__contact-row .main-wrap__contact-col .form-desc {
      font-weight: 400;
      font-size: 1.175rem;
      margin-top: 0.75rem; }
  .contact-page .main-wrap__contact-row:nth-child(1) {
    height: 45vh; }
  .contact-page .main-wrap__contact-row:nth-child(2) {
    height: 20vh; }

.contact-main {
  display: flex;
  flex-direction: column; }

.link-btn {
  background-color: transparent;
  font-weight: 700;
  color: #17191c;
  border: none;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  text-decoration: none; }
  .link-btn i {
    font-size: 0.6em;
    color: #f5c70f;
    align-self: center; }
  .link-btn span {
    margin-right: 0.23rem; }
  .link-btn:hover, .link-btn:active, .link-btn:focus {
    color: #17191c;
    text-decoration: none; }

.add-to-contacts-btn {
  background-color: #f5c70f;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border: solid 0px transparent;
  padding: 0.35em 0.6em 0.35em 1.8em;
  font-weight: 500;
  border-radius: 0.5em;
  font-size: 1.3em;
  position: relative;
  color: #17191c; }
  .add-to-contacts-btn i {
    color: #000;
    padding-right: 0.4em;
    position: absolute;
    left: 0;
    margin-right: 0.6em;
    margin-left: 0.6em;
    transition: 0.1s ease-in-out; }
  .add-to-contacts-btn:hover {
    text-decoration: none;
    color: #17191c; }

.add-to-contacts-form_desktop {
  width: 50%;
  margin: 0 auto; }
  .add-to-contacts-form_desktop .add-to-contacts-btn_desktop {
    width: 100%; }
  .add-to-contacts-form_desktop .modal-wait__first-step-desktop {
    width: 100%; }

.mobile-lock__close-btn {
  background-color: #000 !important;
  color: #FFF !important;
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 0.3em; }

.btn-disabled {
  background-color: #FFF !important; }
  .btn-disabled polygon, .btn-disabled svg, .btn-disabled path {
    fill: #e2e2e2 !important; }

input[type='text'], input[type='email'], input[type='number'], input[type='tel'], textarea, select {
  border: none;
  border-bottom: solid 1px #b1b6b8;
  color: #17191c;
  outline: none;
  width: 100%;
  margin-bottom: 0.225em;
  padding-left: 0.35rem;
  font-size: 0.9em;
  padding-bottom: 0.1em;
  display: flex;
  border-radius: 0px;
  text-transform: capitalize; }

select {
  color: #6b6c6d;
  padding-left: 0.25rem !important;
  background-color: #FFF;
  -webkit-appearance: none;
  color: #17191c; }

input[type='email']::placeholder, textarea::placeholder {
  text-transform: capitalize;
  color: #6b6c6d; }

input[type='email'] {
  text-transform: lowercase; }

input::placeholder {
  color: #6b6c6d; }

input:focus, input:active, textarea:active, textarea:focus {
  border-bottom: solid 1px #f5c70f; }

textarea {
  resize: none;
  text-transform: lowercase !important; }

.free-quote {
  flex-direction: column;
  margin-bottom: auto;
  margin-top: 1em;
  width: 100%;
  height: 100%; }
  .free-quote input[type='text'], .free-quote input[type='email'], .free-quote input[type='number'], .free-quote input[type='tel'] {
    flex-grow: 1;
    height: auto;
    flex-shrink: 1;
    max-height: 14.5%; }
  .free-quote textarea {
    flex-grow: 1;
    resize: none;
    flex-shrink: 1;
    margin-bottom: 0; }
  .free-quote .form-error {
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    margin-bottom: 0.3rem;
    margin-top: 0; }
  .free-quote .inputs-container {
    flex: 0 1 80%;
    max-height: 40rem; }
  .free-quote .button-container {
    flex: 1 1 20%; }
    .free-quote .button-container button {
      margin-top: 0; }

.privacy-policy {
  font-size: 0.8em !important;
  color: #898E92;
  text-align: left;
  margin-bottom: auto;
  margin-top: auto !important;
  align-items: center;
  display: flex;
  padding: 0.35rem 0rem; }
  .privacy-policy a {
    color: #898E92;
    text-decoration: underline; }

input[placeholder] {
  text-overflow: ellipsis; }

input::-moz-placeholder {
  text-overflow: ellipsis; }

input:-moz-placeholder {
  text-overflow: ellipsis; }

input:-ms-input-placeholder {
  text-overflow: ellipsis; }

input:hover::-webkit-input-placeholder {
  font-size: 1.05em; }

input:hover::-moz-placeholder {
  font-size: 1.05em; }

input:hover:-moz-placeholder {
  font-size: 1.05em; }

input:hover:-ms-input-placeholder {
  font-size: 1.05em; }

textarea:hover::-webkit-input-placeholder {
  font-size: 1.05em; }

textarea:hover::-moz-placeholder {
  font-size: 1.05em; }

textarea:hover:-moz-placeholder {
  font-size: 1.05em; }

textarea:hover:-ms-input-placeholder {
  font-size: 1.05em; }

.free-quote, .mobile-lock, .contact-us-form {
  display: flex; }
  .free-quote button, .mobile-lock button, .contact-us-form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F5C705;
    border: none;
    width: 100%;
    height: 2.15em;
    border-radius: 0.3em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto; }
    .free-quote button img, .mobile-lock button img, .contact-us-form button img {
      width: 1.1em;
      height: auto;
      display: flex;
      align-self: center;
      justify-self: center;
      transform: translateX(-2100%);
      transition: 0.15s ease-in-out; }

.free-quote button, .mobile-lock button, .contact-us-form button {
  overflow: hidden;
  margin-top: auto;
  align-items: center; }
  .free-quote button:hover p, .free-quote button:hover span, .mobile-lock button:hover p, .mobile-lock button:hover span, .contact-us-form button:hover p, .contact-us-form button:hover span {
    display: none; }
  .free-quote button:hover img, .mobile-lock button:hover img, .contact-us-form button:hover img {
    transform: translateX(0);
    display: block; }
  .free-quote button img, .mobile-lock button img, .contact-us-form button img {
    transform: translateX(-2100%); }
  .free-quote button p, .free-quote button span, .mobile-lock button p, .mobile-lock button span, .contact-us-form button p, .contact-us-form button span {
    font-weight: 700 !important;
    margin-right: 1rem; }
    .free-quote button p:hover, .free-quote button span:hover, .mobile-lock button p:hover, .mobile-lock button span:hover, .contact-us-form button p:hover, .contact-us-form button span:hover {
      display: none; }
    .free-quote button p:hover ~ .swap-icon, .free-quote button span:hover ~ .swap-icon, .mobile-lock button p:hover ~ .swap-icon, .mobile-lock button span:hover ~ .swap-icon, .contact-us-form button p:hover ~ .swap-icon, .contact-us-form button span:hover ~ .swap-icon {
      transform: translateX(0);
      display: block; }

.unlock-form {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: solid 0.075em #e2e2e2;
  border-radius: 0.5rem; }
  .unlock-form input {
    display: flex;
    border-radius: 0px;
    margin: 0 !important;
    align-self: flex-end;
    flex-grow: 1;
    border-bottom: none;
    padding-bottom: 0.5em;
    padding-top: 0.5em; }
    .unlock-form input:nth-child(1) {
      max-width: 25%;
      border-bottom-left-radius: 0.5rem;
      border-top-left-radius: 0.5rem; }
    .unlock-form input:nth-child(2) {
      max-width: 22.5%;
      display: none;
      border-left: solid 0.05rem #e2e2e2; }
    .unlock-form input:nth-child(3) {
      max-width: 37.5%;
      display: none;
      border-left: solid 0.05rem #e2e2e2; }
    .unlock-form input:nth-child(4) {
      max-width: 15%;
      display: none;
      border-left: solid 0.05rem #e2e2e2; }
  .unlock-form button {
    flex-grow: 1;
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 0px;
    border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0.35rem 0.75rem 0.35rem 1.5rem;
    display: flex;
    align-items: center;
    border-radius: 0.45em;
    background-color: transparent; }
    .unlock-form button svg {
      width: 1.35em;
      transition: 0.1s ease-in-out; }
      .unlock-form button svg polygon, .unlock-form button svg path {
        transition: 0.1s ease-in-out;
        fill: #f5c70f; }
  .unlock-form.active-inputs {
    margin-top: 0.45rem; }
    .unlock-form.active-inputs input {
      padding-bottom: 0.25em;
      padding-top: 0.25em; }
    .unlock-form.active-inputs button {
      padding-bottom: 0.15em;
      padding-top: 0em; }
    .unlock-form.active-inputs svg {
      width: 1em; }

.lock-form-mobile {
  flex-direction: column;
  margin: 0 auto;
  width: 80%; }
  .lock-form-mobile button {
    border-radius: 1rem;
    margin-top: 1rem; }
    .lock-form-mobile button p {
      margin: 0; }
  .lock-form-mobile input {
    margin-bottom: 1rem; }

.form-error {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.05em 0.175em;
  align-items: center;
  justify-content: center;
  color: #17191c;
  border-bottom-left-radius: 0.9em;
  border-bottom-right-radius: 0.9em;
  margin-top: 0.35rem;
  font-weight: 500;
  font-size: 0.78em;
  text-transform: uppercase;
  display: none;
  align-items: center; }
  .form-error.active {
    display: flex; }

.quote-thanks-message {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .quote-thanks-message img {
    width: 89%;
    height: auto;
    margin-top: auto;
    border-radius: 0.5rem;
    margin: 0 auto; }
  .quote-thanks-message i {
    font-size: 2em;
    margin-top: auto !important;
    margin-bottom: auto !important;
    padding-top: 0.55rem !important; }
  .quote-thanks-message p {
    margin-top: auto;
    margin-bottom: auto; }

.quote-thanks-message_contact {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .quote-thanks-message_contact div {
    margin-top: auto;
    margin-bottom: auto; }
  .quote-thanks-message_contact i {
    font-size: 3.5em;
    margin-bottom: 1rem; }
  .quote-thanks-message_contact p {
    font-size: 1.2em;
    margin-bottom: auto; }

select:required:invalid {
  color: #6b6c6d; }

.burger-menu {
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  left: 3.75vw;
  top: 2.8rem;
  z-index: 999999;
  cursor: pointer;
  width: 1.65em;
  height: 1.55em;
  outline: none !important;
  opacity: 0;
  margin-top: 0.1em;
  animation: open-burger-anim 0.45s ease-in-out forwards; }
  .burger-menu--inner {
    position: relative; }
    .burger-menu--inner span {
      transition: all 0.3s ease-in-out; }
      .burger-menu--inner span:nth-child(1) {
        top: 0.5em; }
      .burger-menu--inner span:nth-child(2) {
        top: 1.05em; }
      .burger-menu--inner span:nth-child(3) {
        top: 1.6em; }
  .burger-menu.active {
    position: fixed;
    margin-top: 0.9em;
    animation: burger-menu-anim;
    -webkit-animation: burger-menu-anim linear;
    animation-duration: 1s;
    animation-fill-mode: forwards; }
    .burger-menu.active span:nth-child(1) {
      -webkit-animation: rotate-left-span-anim;
      animation: rotate-left-span-anim;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .burger-menu.active span:nth-child(2) {
      -webkit-animation: rotate-right-span-anim;
      animation: rotate-right-span-anim;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .burger-menu.active span:nth-child(3) {
      -webkit-animation: hide-center-span;
      animation: hide-center-span;
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      animation-delay: 0.4s; }

.burger-menu--inner span {
  position: absolute;
  left: 0;
  content: '';
  width: 1.65em;
  height: 0.3em;
  background-color: #000; }

@keyframes open-burger-anim {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes burger-menu-anim {
  0% {
    opacity: 1; }
  8% {
    opacity: 1; }
  15% {
    opacity: 0; }
  75% {
    opacity: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg); } }

@keyframes burger-menu-anim {
  0% {
    opacity: 1;
    margin-top: 1px; }
  8% {
    opacity: 1; }
  15% {
    opacity: 0; }
  75% {
    opacity: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg); } }

@-webkit-keyframes hide-center-span {
  0% {
    height: 1; }
  98% {
    height: 1; }
  99% {
    height: 0; }
  100% {
    height: 0; } }

@keyframes hide-center-span {
  0% {
    height: 1; }
  98% {
    height: 1; }
  99% {
    height: 0; }
  100% {
    height: 0; } }

@-webkit-keyframes rotate-left-span-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

@keyframes rotate-left-span-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

@-webkit-keyframes rotate-right-span-anim {
  0% {
    top: 1.05em; }
  74% {
    top: 1.05em; }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0.5em !important; }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0.5em; } }

@keyframes rotate-right-span-anim {
  0% {
    top: 1.05em; }
  74% {
    top: 1.05em; }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0.5em !important; }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0.5em; } }

.back-svg {
  width: 1.55em !important;
  margin-top: 0.35em; }

.mobile-access-icon__wrap {
  position: fixed;
  z-index: 11;
  margin-top: 0.8rem;
  cursor: pointer;
  width: 1.3rem; }
  .mobile-access-icon__wrap img {
    width: 1.3rem;
    height: 1.7rem;
    display: flex; }

body .userway.userway_p5 {
  display: flex !important; }

.userway_accessibility_icon {
  display: none !important; }

.legal-page .mobile-access-icon__wrap {
  right: 5rem;
  top: 1.1rem; }

.home-page .mobile-access-icon__wrap {
  right: 2.5rem;
  top: 3.2rem; }

/* PRELOADER */
.lds-ellipsis {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  z-index: 111111111111; }

.lds-ellipsis .preloader__block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f5c70f;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis .preloader__container {
  display: flex;
  position: relative;
  margin-left: -70px; }

.lds-ellipsis .preloader__block:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
  background-color: #000 !important; }

.lds-ellipsis .preloader__block:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis .preloader__block:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
  background-color: #000 !important;
  z-index: 1; }

.lds-ellipsis .preloader__block:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
  z-index: 0; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

.loaded_hiding .lds-ellipsis {
  transition: 0.3s opacity;
  opacity: 0; }

.loaded .lds-ellipsis {
  display: none; }

.home-page .burger-menu {
  display: none; }

.modal-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999;
  font-size: 1rem; }
  .modal-main-content {
    background-color: #FFF;
    border-radius: 3.75em;
    top: 50%;
    left: 50%;
    width: 32em;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    background: linear-gradient(#fff, #e0e0e0);
    padding: 2.5em 1em 1.5em 1em; }
  .modal-main__title {
    font-size: 1.8em;
    font-weight: 600;
    justify-content: center;
    align-items: baseline; }
  .modal-main__sub-title {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: baseline; }
  .modal-main__text {
    font-size: 1.3em;
    font-weight: 500; }
  .modal-main.hide-modal {
    animation: modal-anim 0.3s ease-in-out;
    animation-fill-mode: forwards; }
  .modal-main.show-modal {
    animation: modal-show-anim 0.3s ease-in-out;
    animation-delay: 0.6s ease-in-out;
    animation-fill-mode: forwards; }
  .modal-main .thank-text {
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 0.4em; }
  .modal-main .add-contact-gif {
    margin: -0.5em 0rem -0.45em 0em;
    width: 7rem; }

.modal-out-tech {
  max-width: 12em;
  margin: 0 auto;
  display: block; }

.modal-out-top__icon {
  position: absolute;
  top: -1.75em;
  left: 50%;
  transform: translate(-50%);
  background-color: #FFF;
  border-radius: 50%;
  border: solid 0.05em #d6d7d8;
  padding: 0.6em 1.05em 0.95em 1.05em; }
  .modal-out-top__icon img {
    width: 2em;
    height: auto; }
  .modal-out-top__icon i {
    position: absolute;
    bottom: 0.125em;
    right: 0.125em;
    color: #5cbc50;
    font-size: 0.65em; }

.modal-out__or {
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 0.3em 0em 0.1em 0em; }

.modal-out .request-a-quote-btn {
  border: none;
  background-color: transparent;
  font-size: 1.1em;
  font-weight: 700; }

.modal-out__second-step {
  display: none; }

.modal-out__first-step {
  width: 62%;
  color: #17191c;
  background-color: #f5c70f;
  border: none;
  font-weight: 700;
  font-size: 1.4em;
  border-radius: 0.5em;
  position: relative;
  justify-content: flex-end;
  padding: 0.375em 0.45em;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-right: 0.5em;
  z-index: 1 !important; }
  .modal-out__first-step img {
    width: 2.5em;
    position: absolute;
    left: 0;
    transition: 0.1s ease-in-out; }
  .modal-out__first-step:hover {
    color: transparent; }
    .modal-out__first-step:hover img {
      left: 41% !important;
      transform: translate(-50%); }
  .modal-out__first-step input {
    text-align: center; }

.modal-out__second-step {
  width: 62%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #f5c70f;
  font-weight: 700;
  font-size: 1.2em;
  border-radius: 0.5em; }
  .modal-out__second-step button {
    background-color: #f5c70f;
    border: none;
    border-radius: 0.5em;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal-out__second-step button i {
      font-size: 1.3em;
      transition: all 0.1s ease-in-out; }
    .modal-out__second-step button:hover i {
      font-size: 1em; }
  .modal-out__second-step input {
    border: none;
    margin-bottom: 0;
    margin-left: 0.2em;
    width: 75%;
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    padding: 0.3em 0.3em;
    text-align: center; }
    .modal-out__second-step input.error {
      background-color: #fff4c8; }
  .modal-out__second-step img {
    width: 2.5em;
    transition: 0.1s ease-in-out;
    margin: 0 auto;
    display: block; }

.modal-out__privacy-text {
  font-size: 0.8em;
  display: flex;
  justify-content: center; }
  .modal-out__privacy-text a {
    color: #17191c;
    display: flex;
    margin-left: 0.25em;
    text-decoration: underline; }

.modal-wait__sub-title {
  font-size: 1.4rem;
  font-weight: bold; }

.modal-wait__default-text {
  font-size: 1.175rem;
  line-height: 1.3; }

.modal-wait__smile {
  font-size: 2.2em; }

.modal-wait input {
  margin: 0.25em 0.2em 0.2em 0.2em; }

.modal-wait button {
  border: none; }

.modal-wait .request-a-quote-btn {
  background-color: transparent; }

.modal-wait .modal-main-content {
  width: 34em; }

.modal-wait .modal-out__first-step {
  width: 50%; }

.modal-wait__second-screen-btn {
  font-size: 1.2em !important; }
  .modal-wait__second-screen-btn:hover img {
    left: 50% !important; }

.modal-wait__awesome-text {
  font-size: 1.1em; }

.modal-contact__default-text {
  font-size: 1.2em; }

.modal__gif-img {
  width: 1em !important;
  margin-left: 0.75em;
  animation: mobile-phone-anim 1s linear infinite;
  -moz-animation: mobile-phone-anim 1s linear infinite;
  -o-animation: mobile-phone-anim 1s linear infinite;
  -webkit-animation: mobile-phone-anim 1s linear infinite; }

.action-popup .modal-out__second-step {
  padding: 0.25rem 0.025rem; }

.modal-wait__second-screen-btn.modal-out__first-step:hover img {
  left: 41% !important; }

@keyframes modal-anim {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    display: none !important;
    opacity: 0;
    overflow: hidden;
    z-index: -1; } }

@keyframes modal-show-anim {
  0% {
    display: none !important;
    opacity: 0;
    overflow: hidden;
    z-index: -1; }
  10% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.default-main__wrap {
  width: 82.1%;
  margin: 0 auto;
  height: 100%; }

.home-main {
  overflow-y: hidden; }
  .home-main__left-col {
    display: flex; }
    .home-main__left-col__wrap {
      margin-top: auto;
      margin-bottom: auto; }
    .home-main__left-col .enable-location-btn {
      border: none;
      font-size: 13px;
      font-weight: bold;
      background-color: transparent;
      padding: 7px 11px;
      background: #F5C70F;
      border-radius: 4px;
      align-items: center;
      height: 100%; }
      .home-main__left-col .enable-location-btn img {
        width: 1em;
        margin-right: 0.25em; }
  .home-main__right-col {
    position: relative; }
    .home-main__right-col img {
      padding-top: 4rem;
      height: 125%;
      position: absolute;
      left: 50%;
      transform: translate(-50%); }

.home-title {
  font-size: 2.6em;
  font-weight: bold; }

.home-desc {
  font-size: 1.25em; }
#drop-down-search-result{
    border: 1px solid rgba(23, 25, 28, 0.15);
    border-radius: 0px 0px 5px 5px;
    border-top: none;
    background: white;
}
#drop-down-search-result .list-group{
    border-radius: 0;
}
#drop-down-search-result .list-group-item{
    border: none;
    background: transparent;
}
.home-form {
  display: flex; }
  .home-form input {
    font-size: 0.9em;
    padding: 1.05em 1.3em;
    border: 1px solid rgba(23, 25, 28, 0.15);
    border-radius: 5px;
    margin-bottom: 0; }
  .home-form input.enabled {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
  }
  .home-form button {
    font-size: 1.3em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    border-radius: 0.4em;
    border: solid 0.05em rgba(23, 25, 28, 0.15);
    background-color: #f5c70f;
    margin-left: 0.5em; }

.checkbox-container {
  position: relative;
  display: flex;
  cursor: pointer; }

.checkmark {
  position: relative;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  background-color: transparent;
  background-color: #FFF;
  transition: 0.05s ease-in-out;
  cursor: pointer;
  z-index: 111;
  border: solid 1px rgba(112, 112, 112, 0.35);
  border-radius: 2px;
  flex-shrink: 0; }

.checkbox-container input {
  display: none; }

/* On mouse-over, add a grey background color
  .checkbox-container:hover input ~ .checkmark {
    background-color: #ff4a49;
  } */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute; }

/* Show the checkmark when checked */
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  width: 1.525em;
  height: 1.525em;
  background-image: url(../img/checkbox.svg);
  background-repeat: no-repeat;
  background-size: 1.4rem 1rem;
  left: 50%;
  margin-left: -0.65rem;
  margin-top: -0.5rem;
  top: 50%;
  opacity: 0; }

.checkbox-container input:checked ~ .checkmark:after {
  opacity: 1; }

.checkbox-container input:checked ~ .checkmark {
  background-color: #f5c70f;
  border: solid 1px #f5c70f; }

.checkbox-wrap {
  flex-direction: column;
  display: flex;
  margin-left: 0.5rem;
  margin-top: 1.5rem; }

.checkbox-wrap .checkbox-container__desc {
  margin-top: 0.15rem !important;
  margin-bottom: 0 !important;
  font-weight: bold;
  margin-left: 0.75rem;
  font-size: 1em; }

.input-row textarea {
  height: 4.5rem !important; }

.input-row textarea::placeholder {
  text-transform: none !important; }

.checkbox-wrap .checkbox-container__desc-sub {
  font-size: 0.8em;
  margin-left: 0.75rem;
  color: #898e92; }

.privacy-container a {
  color: #17191c;
  text-decoration: underline; }

.checkbox-wrap .checkbox-container {
  margin-bottom: 1.125rem;
  margin-right: auto; }

.upload-btn {
  border-radius: 2px;
  border: solid 1px rgba(112, 112, 112, 0.35);
  color: rgba(23, 25, 28, 0.6);
  padding: 0.3rem 0.9rem;
  margin-right: 0.5rem; }

.checkbox-wrap .checkbox-container__desc {
  margin-top: -0.15rem !important; }

.input-privacy-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.5rem; }
  .input-privacy-row span {
    font-weight: 500; }

.privacy-text {
  color: #898e92; }
  .privacy-text a {
    color: #898e92;
    text-decoration: underline; }

.lottie-mobile {
  margin-bottom: -5rem !important;
  margin-top: -5rem !important; }

/* CHANGE FONT-SIZE REM */
@media screen and (min-width: 1920px) {
  html {
    font-size: 9px; } }
  @media screen and (min-width: 1920px) and (min-width: 320px) {
    html {
      font-size: calc(9px + 30 * ((100vw - 320px) / 4600)); } }
  @media screen and (min-width: 1920px) and (min-width: 4920px) {
    html {
      font-size: 39px; } }

@media screen and (min-width: 2720px) {
  html {
    font-size: 12px; } }
  @media screen and (min-width: 2720px) and (min-width: 320px) {
    html {
      font-size: calc(12px + 29 * ((100vw - 320px) / 4600)); } }
  @media screen and (min-width: 2720px) and (min-width: 4920px) {
    html {
      font-size: 41px; } }

@media screen and (min-width: 3120px) {
  html {
    font-size: 12px; } }
  @media screen and (min-width: 3120px) and (min-width: 320px) {
    html {
      font-size: calc(12px + 58 * ((100vw - 320px) / 4600)); } }
  @media screen and (min-width: 3120px) and (min-width: 4920px) {
    html {
      font-size: 70px; } }

@media screen and (min-width: 3520px) {
  html {
    font-size: 16px; } }
  @media screen and (min-width: 3520px) and (min-width: 320px) {
    html {
      font-size: calc(16px + 27 * ((100vw - 320px) / 4600)); } }
  @media screen and (min-width: 3520px) and (min-width: 4920px) {
    html {
      font-size: 43px; } }

@media screen and (min-width: 3920px) {
  html {
    font-size: 21px; } }
  @media screen and (min-width: 3920px) and (min-width: 320px) {
    html {
      font-size: calc(21px + 47 * ((100vw - 320px) / 7600)); } }
  @media screen and (min-width: 3920px) and (min-width: 7920px) {
    html {
      font-size: 68px; } }

/* --------------------------- */
@media only screen and (max-width: 767px) {
  .main {
    height: 100%; }
    .main-col {
      height: auto !important; }
      .main-col__inner {
        height: 100%; }
      .main-col.center-col {
        height: auto !important; }
    .main-wrap__left {
      flex-direction: column;
      justify-content: flex-start; }
      .main-wrap__left-col {
        margin-right: 0 !important;
        margin-bottom: 1rem; }
        .main-wrap__left-col .main-col:last-child {
          padding-right: 0; }
    .main-wrap__row {
      width: 83.5%;
      flex-direction: column; }
  .header-main__wrap {
    width: 83.5%; }
  .sm-col > img {
    width: 6.8rem !important; }
  .main .members-slider img {
    width: 5.8rem !important; }
  .rewiew-slider-block__bottom-row {
    flex-direction: column;
    align-items: center; }
    .rewiew-slider-block__bottom-row > div:nth-child(1) {
      margin: 1.4rem 0rem 0.1rem; } }

@media screen and (max-width: 1024px) {
  .footer-main {
    width: 89% !important; } }

@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 0; }
  .main {
    font-size: 13px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .main {
      font-size: calc(13px + 7 * ((100vw - 320px) / 448)); } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .main {
      font-size: 20px; } }

@media screen and (max-width: 2560px) and (max-height: 1297px) and (min-width: 2529px) and (min-height: 1295px) {
  .main .members-slider .sm-block__slider-block img {
    height: 60% !important; } }

@media screen and (max-width: 2048px) and (max-height: 1537px) {
  html {
    font-size: 25px; }
  .free-quote .privacy-policy {
    flex-direction: column;
    align-items: center; }
    .free-quote .privacy-policy a {
      margin-left: 0 !important;
      margin: 0 auto; }
  .header-main__col__typed-container p, .header-main__col__typed-container span {
    font-size: 1.1em !important; }
  .members-slider .main-col__inner-desc {
    font-size: 1.05em !important; } }

@media screen and (max-width: 2048px) and (max-height: 1152px) {
  html {
    font-size: 22px; } }

@media screen and (max-width: 1920px) and (max-height: 1200px) {
  html {
    font-size: 20px; }
  .main .sm-block__slider {
    padding-bottom: 0.5rem; }
  .free-quote .privacy-policy {
    font-size: 0.75em !important; } }

@media screen and (max-width: 1920px) and (max-height: 1053px) {
  .free-quote .privacy-policy {
    flex-direction: column;
    align-items: center;
    font-size: 0.8em !important; }
    .free-quote .privacy-policy a {
      margin-left: 0 !important;
      margin: 0 auto; } }

@media screen and (max-width: 1920px) and (max-height: 1080px) {
  html {
    font-size: 20px; }
  .header-main__col__typed-container p, .header-main__col__typed-container span {
    font-size: 1.2em !important; }
  .free-quote .privacy-policy {
    flex-direction: row; }
    .free-quote .privacy-policy a {
      margin-left: 0.2rem !important; } }

@media screen and (max-width: 1920px) and (max-height: 1080px) and (min-height: 969px) {
  html {
    font-size: 18.5px; } }

@media screen and (max-width: 1920px) and (max-height: 969px) {
  html {
    font-size: 18.5px; }
  .main .members-slider img {
    width: 3rem; } }

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  html {
    font-size: 19px; }
  .top-bar__call-number p {
    padding-right: 0 !important; }
  .free-quote .privacy-policy {
    flex-direction: row; }
    .free-quote .privacy-policy a {
      margin-left: 0.2rem !important; } }

@media screen and (max-width: 1600px) and (max-height: 1200px) {
  html {
    font-size: 19px; }
  .main-col__inner.sm-col ul {
    margin-right: 0; }
  .free-quote .privacy-policy {
    flex-direction: column;
    align-items: center; }
    .free-quote .privacy-policy a {
      margin-left: 0 !important;
      margin: 0 auto; }
  .header-main__col__typed-container p, .header-main__col__typed-container span {
    font-size: 1.1em !important; } }

@media screen and (max-width: 1600px) and (max-height: 900px) {
  html {
    font-size: 17px; } }

@media screen and (max-width: 1600px) and (max-height: 757px) {
  .free-quote .privacy-policy {
    flex-direction: row; }
    .free-quote .privacy-policy a {
      margin-left: 0.2rem !important; }
  .quote-thanks-message img {
    width: 69%; } }

@media screen and (max-width: 1536px) and (max-height: 1024px) {
  html {
    font-size: 18.25px; } }

@media screen and (max-width: 1536px) and (max-height: 761px) {
  .main-col__inner-quote {
    overflow-y: scroll; }
  .main-col__inner-quote::-webkit-scrollbar {
    display: none; }
  .main-col__inner-quote {
    -ms-overflow-style: none; }
  .free-quote .privacy-policy {
    flex-direction: row; }
    .free-quote .privacy-policy a {
      margin-left: 0.2rem !important; }
  .quote-thanks-message img {
    width: 69%; } }

@media screen and (max-width: 1440px) and (max-height: 1050px) {
  html {
    font-size: 18.5px; } }

@media screen and (max-width: 1440px) and (max-height: 900px) {
  html {
    font-size: 15px; }
  .free-quote .privacy-policy {
    font-size: 0.75em !important; } }

@media screen and (min-width: 1439px) and (min-height: 614px) and (max-width: 1441px) and (max-height: 616px) {
  html {
    font-size: 13px; } }

@media screen and (max-width: 1366px) and (max-height: 1024px) {
  html {
    font-size: 17.5px; }
  textarea {
    height: 50%; }
  .burger-menu {
    left: 3.75vw;
    top: 5.9vh; } }

@media screen and (max-width: 1366px) and (max-height: 981px) {
  html {
    font-size: 16.5px; }
  textarea {
    height: 50%; }
  .free-quote .privacy-policy {
    font-size: 0.8em !important; } }

@media screen and (max-width: 1366px) and (max-height: 768px) {
  html {
    font-size: 12.5px; }
  textarea {
    margin-bottom: 0.5rem; }
  .free-quote textarea {
    height: 1.5rem; }
  .quote-thanks-message img {
    width: 69%; }
  .free-quote .privacy-policy {
    flex-direction: row; }
    .free-quote .privacy-policy a {
      margin-left: 0.2rem !important; } }

@media screen and (max-width: 1024px) and (max-height: 1366px) {
  html {
    font-size: 15px; }
  .header-main__wrap {
    width: 89%; }
  html {
    font-size: 9px; } }
  @media screen and (max-width: 1024px) and (max-height: 1366px) and (min-width: 320px) {
    html {
      font-size: calc(9px + 19 * ((100vw - 320px) / 1600)); } }
  @media screen and (max-width: 1024px) and (max-height: 1366px) and (min-width: 1920px) {
    html {
      font-size: 28px; } }

@media screen and (max-width: 1024px) and (max-height: 1366px) {
  .footer-main__menu {
    font-size: 0.85rem; }
  .footer {
    font-size: 1.1em; }
  .main-col__inner.sm-col ul {
    margin-right: 0; }
  .main-wrap__right-col.h-auto {
    height: 20% !important; }
  .main .review-slider {
    /*height: 80%;*/ }
  .burger-menu {
    position: fixed !important;
    top: 5.4vh;
    left: 2.2vw; }
  .main {
    padding: 11vh 0vh 12vh 0vh; }
  .main-col__inner-desc {
    min-height: 1.5rem; }
  .header-main__col__typed-container p, .header-main__col__typed-container span {
    font-size: 1.1em !important; }
  .header .top-bar__call-number p {
    margin-left: 1.85em; }
  .header .top-bar {
    height: 23%; }
  .header-main {
    height: 76.6%; }
  .header {
    height: 11vh; }
  .home-main__left-col {
    margin-top: 4rem; }
  .home-main__right-col img {
    width: 95%;
    left: unset;
    right: 0;
    transform: translate(0);
    height: 95%;
    bottom: -20%;
    padding-top: 0; }
  .main .members-slider .sm-block__slider-block img {
    height: 40% !important; }
  .main-wrap__right-col:nth-child(1) {
    flex-grow: 0.375; }
  .header-main__col__typed-container p, .header-main__col__typed-container span {
    font-size: 1em !important; } }

@media screen and (max-width: 1024px) and (max-height: 1323px) {
  html {
    font-size: 15px; }
  .main-wrap__row {
    width: 89%; }
  .footer-main__menu {
    font-size: 0.85em; }
  .main-col__inner.sm-col ul {
    margin-right: 0; }
  textarea {
    height: 70%; }
  .main .main-wrap__right-col:nth-child(2) {
    height: 30% !important; }
  .main-wrap__right-col:nth-child(1) {
    flex-grow: 1; } }

@media screen and (max-width: 1280px) and (max-height: 1024px) {
  html {
    font-size: 19.5px; }
  .free-quote .privacy-policy {
    flex-direction: column; }
    .free-quote .privacy-policy a {
      margin-left: 0 !important;
      margin: 0 auto; }
  .main .members-slider .sm-block__slider-block img {
    height: 60% !important; }
  .header-main__col__typed-container p, .header-main__col__typed-container span {
    font-size: 1.075em !important; } }

@media screen and (max-width: 1280px) and (max-height: 960px) {
  html {
    font-size: 14.5px; } }

@media screen and (max-width: 1280px) and (max-height: 800px) {
  html {
    font-size: 13.5px; }
  .footer {
    font-size: 15px; }
  .free-quote .privacy-policy {
    flex-direction: row; }
    .free-quote .privacy-policy a {
      margin-left: 0.2rem !important; } }

@media screen and (max-width: 1280px) and (max-height: 768px) {
  html {
    font-size: 12.5px; }
  .footer {
    font-size: 12.5px; } }

@media screen and (max-width: 1280px) and (max-height: 577px) {
  .quote-thanks-message img {
    width: 60%; } }

@media screen and (max-width: 1200px) and (max-height: 600px) {
  html {
    font-size: 12px; } }

@media screen and (max-width: 1152px) and (max-height: 864px) {
  html {
    font-size: 14.5px; }
  .header-main__col__typed-container p, .header-main__col__typed-container span {
    font-size: 1.025em !important; } }

@media screen and (max-width: 1170px) and (max-height: 768px) {
  html {
    font-size: 10.25px; }
  .header-main__col__typed-container p, .header-main__col__typed-container span {
    font-size: 1.1em !important; }
  .footer {
    font-size: 10px; }
  .burger-menu {
    left: 3.75vw;
    top: 5.95vh; } }

@media screen and (max-width: 1024px) and (max-height: 800px) {
  html {
    font-size: 15px; } }

@media screen and (max-width: 1024px) and (max-height: 768px) {
  html {
    font-size: 9.5px; }
  .header {
    font-size: 14px; }
  .home-main__right-col img {
    width: auto;
    height: 105%; }
  .home-main__left-col {
    margin-top: 2rem; }
  .header-main__col__typed-container p, .header-main__col__typed-container span {
    font-size: 1.025em !important; }
  .main-wrap__right-col.h-auto {
    height: auto !important; }
  .header-main__wrap {
    width: 89%; }
  .burger-menu {
    top: 4.2vh;
    left: 2vw; }
  .top-bar__left-span {
    font-size: 0.875rem !important; }
  .main-wrap__row {
    width: 89%; }
  .footer {
    font-size: 12.5px; }
  .free-quote .privacy-policy {
    flex-direction: column;
    align-items: center; }
    .free-quote .privacy-policy a {
      margin-left: 0 !important;
      margin: 0 auto; }
  .free-quote textarea {
    height: 1.5rem; } }

@media screen and (max-width: 1024px) and (max-height: 600px) {
  html {
    font-size: 11px; } }

@media screen and (max-width: 991px) {
    .home-main__left-col .enable-location-btn{
        font-size: 17px;
        border-radius: 5.2px;
        width: 100%;
        padding: 13px 0;
        text-align: center;
    }
    .home-main__left-col .enable-location-btn img{
        width: 1.2em;
    }
  .burger-menu {
    position: absolute !important; }
  .payment-page {
    overflow-y: scroll;
    overflow-x: hidden; }
    .payment-page .payment-main__col {
      margin-bottom: 3rem !important; }
  .back-svg {
    margin-top: 0.125em; }
  .free-quote button, .mobile-lock button, .contact-us-form button {
    overflow: hidden;
    margin-top: auto;
    height: 2.5rem; }
    .free-quote button img, .mobile-lock button img, .contact-us-form button img {
      transform: translateX(-2200%); }
  .free-quote textarea, .mobile-lock textarea, .contact-us-form textarea {
    height: 30%; }
  .payment-main__desc {
    max-width: 100% !important; }
  .legal-page .main-wrap__legal-row {
    margin-bottom: 0rem;
    padding-bottom: 1.5rem !important; }
  .page-404 .main-404__desc {
    font-size: 1em; }
  .page-404 .main-404 {
    padding-top: 3rem !important;
    padding-bottom: 3rem; }
    .page-404 .main-404 .main-col__inner {
      height: auto;
      flex-grow: 1;
      padding-top: 3rem;
      padding-bottom: 3rem; }
    .page-404 .main-404__home {
      margin-bottom: 2.5rem; }
    .page-404 .main-404__title {
      font-size: 4em;
      margin-bottom: 0.5rem; }
  .page-404 .default-main__wrap {
    padding: 0px 15px;
    width: 100%; }
  .page-404 lottie-player {
    width: 9rem !important;
    height: 9rem !important; }
  .legal-page footer, .default-page footer {
    padding-bottom: 0.75rem !important; }
  .legal-page .call-now-mobile, .default-page .call-now-mobile {
    display: none; }
  .legal-page .burger-menu, .default-page .burger-menu {
    top: 0.75rem; }
  .main-wrap__left {
    flex: 0 0 100%; }
  .legal-page .header, .default-page .header {
    height: auto; }
  .legal-page .header-main, .default-page .header-main {
    padding: 0.75rem 0rem 0.75rem; }
  .home-page .header-main__col:nth-child(2) {
    border-top: none; }
  .legal-page .main-wrap__legal-row {
    padding-top: 2rem; }
  .legal-page .header-main__col:nth-child(2) {
    display: none !important; }
  .legal-page .main, .default-page .main {
    padding-top: 1vh; }
  .main-wrap__row {
    width: 89%; }
  html {
    font-size: 17px !important; }
  .footer {
    padding-bottom: 4rem !important; }
  .main .members-slider .sm-block__slider-block img {
    max-width: 3rem;
    height: auto !important; }
  .free-quote .inputs-container {
    height: 100%; }
  .free-quote button {
    height: 2rem; }
  .main {
    font-size: 14px !important;
    height: auto;
    padding: 0;
    width: 100%; }
    .main-wrap__right {
      height: auto;
      padding: 0; }
      .main-wrap__right-col, .main-wrap__right-col.center-col {
        height: auto !important; }
      .main-wrap__right:last-child {
        flex-direction: row; }
        .main-wrap__right:last-child .main-col {
          flex: 0 0 50%;
          width: 50%; }
          .main-wrap__right:last-child .main-col:first-child {
            padding-right: 1.7rem;
            margin-bottom: 0; }
    .main-wrap__row {
      padding: 1rem 0.5rem 2rem 0.5rem; }
      .main-wrap__row:nth-child(1) {
        padding-bottom: 1rem; }
    .main-col {
      height: auto !important; }
      .main-col-inner {
        height: 100%;
        margin: 0; }
      .main-col.center-col {
        height: auto !important; }
  .header {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    overflow: hidden; }
    .header-main__col:nth-child(1) {
      margin-left: 3rem; }
    .header-main__col:nth-child(3), .header-main__col:nth-child(2) {
      display: none; }
    .header-main__wrap {
      width: 100%; }
  .call-now-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #f5c70f;
    flex-grow: 0;
    padding: 9px 0;
    font-size: 0.75rem !important;
    z-index: 999;
    display: flex; }
    .call-now-mobile span {
      display: flex;
      text-transform: uppercase;
      font-size: 2rem;
      font-weight: bold;
      color: #17191c;
      border: none;
      background-color: transparent; }
    .call-now-mobile img {
      display: flex;
      max-width: 1.6rem;
      margin-right: 0.75rem;
      animation: mobile-phone-anim 1s linear infinite;
      -moz-animation: mobile-phone-anim 1s linear infinite;
      -o-animation: mobile-phone-anim 1s linear infinite;
      -webkit-animation: mobile-phone-anim 1s linear infinite; }
  .footer {
    position: static;
    bottom: 0;
    height: auto;
    padding: 1rem 0rem; }
    .footer-main {
      flex-direction: column; }
      .footer-main > * {
        margin-bottom: 1rem; }
  .top-bar__left-span {
    padding: 0.1rem; }
    .top-bar__left-span span {
      display: none; }
  .header .top-bar__col-list li a {
    font-size: 0.97em; }
  .header-main {
    padding: 0.5rem 0rem 0.5rem 0rem; }
  .burger-menu {
    top: 2.6rem;
    left: 2.1vw; }
  .header-main__col:nth-child(1) {
    margin-left: 7vw; }
  .footer {
    font-size: 15px; }
  .burger-menu {
    font-size: 17px; }
    .burger-menu.active {
      margin-top: 0.55em; }
  .main-col__inner {
    padding: 1.2rem !important; }
  .main-col__inner-desc {
    margin: 0rem 0rem 0.75rem 0rem; }
  .main-wrap__right:last-child .main-col {
    padding-right: 1.6rem; }
  .main-wrap__right {
    margin-top: 1rem; }
  .show-mobile {
    display: block !important; }
  .show-lg-desktop {
    display: none !important; }
  .main-col__inner-locked {
    padding: 1.7em 0.8rem !important; }
    .main-col__inner-locked__title {
      padding: 1.05rem 0rem 0.5rem 0rem;
      max-width: 70%;
      margin: 0 auto; }
  .main-wrap__right-col.h-auto .main-col__inner {
    justify-content: flex-start !important; }
  .main-wrap__right-col.h-auto .sm-block__slider {
    margin-top: unset; }
  .main .fourth-screen-lock p, .main .third-screen-lock p {
    padding-right: 0rem; }
  .main .fourth-screen-lock > .d-flex > div p, .main .third-screen-lock > .d-flex > div p {
    padding-right: 1rem;
    font-size: 0.8rem !important; }
  .main .fourth-screen-lock > .d-flex > div:nth-child(1), .main .third-screen-lock > .d-flex > div:nth-child(1) {
    width: 80%; }
  .main .fourth-screen-lock > .d-flex > div:nth-child(2), .main .third-screen-lock > .d-flex > div:nth-child(2) {
    width: 20%; }
  .main .fourth-screen-lock > .d-flex > div img, .main .third-screen-lock > .d-flex > div img {
    height: 5rem; }
  .contact-page .main-wrap__contact-row {
    margin-bottom: 0.5rem; }
    .contact-page .main-wrap__contact-row:nth-child(1) {
      height: 100%; }
      .contact-page .main-wrap__contact-row:nth-child(1) .main-col__inner {
        height: 100%; }
    .contact-page .main-wrap__contact-row:nth-child(2) {
      height: auto; }
      .contact-page .main-wrap__contact-row:nth-child(2) .main-col__inner {
        height: 100%; }
    .contact-page .main-wrap__contact-row .main-wrap__contact-col {
      height: auto; }
  .contact-page .contact-main {
    padding: 1.5em 0em 0.5em 0em; }
  .main-wrap__contact-col .main-col__inner {
    padding: 1.5em; }
  .main-wrap__contact-col .form-desc {
    padding: 0.5em 0em 1em 0em; }
  .main-wrap__contact-col .address-info {
    padding: 0.4em 0em; }
  .main-wrap__contact-col .soc-links__list {
    padding: 0.4em 0em; }
  .header .top-bar {
    width: 86%; }
  .first-screen-lock__top {
    height: 100%;
    padding-bottom: 2rem; }
  .header-main__col:nth-child(1) {
    flex: 0 0 100%; }
  .quote-thanks-message p {
    margin-top: 0;
    margin-bottom: 1rem; }
  body.menu-active {
    position: relative; }
    body.menu-active:before {
      top: 70vh;
      border-radius: 50%;
      background-color: #000;
      width: 3rem;
      height: 3rem;
      left: 50%;
      transform: translate(-50%);
      content: '';
      position: fixed;
      animation: mobile-menu-circle-anim 0.65s ease-in-out !important;
      animation-fill-mode: forwards !important;
      z-index: 999; }
}
  @keyframes mobile-menu-circle-anim {
    0% {
      opacity: 0;
      color: #000;
      border-radius: 50%; }
    47% {
      width: 4rem;
      height: 4rem; }
    65% {
      width: 3rem;
      height: 3rem;
      opacity: 1;
      top: 50vh;
      background-color: #000;
      border-radius: 50%; }
    66% {
      background-color: #FFF;
      border-radius: 50%;
      width: 3rem;
      height: 3rem; }
    100% {
      top: 0;
      width: 100vw;
      height: 100vh;
      background-color: #FFF;
      border-radius: 0%; } }
  .footer-main__menu {
    flex-direction: column !important; }
    .footer-main__menu:nth-child(1) li:last-child a:after {
      content: ''; }
  .footer-menu__last-top-child a:after {
    content: '';
    display: none; }
  .free-quote textarea {
    margin-bottom: 1rem; }
  .second-mobile-screen-lock__btn-container .not-swap-icon {
    transform: translateX(0) !important; }
  .free-quote input {
    max-height: none !important; }
  .home-main__left-col {
    margin-top: 4rem; }
  .home-main__right-col img {
    position: relative;
    width: 50%;
    transform: translate(-50%);
    height: 100%;
    left: 50%; }
  .legal-page .call-now-mobile {
    display: none; } 

@media screen and (max-width: 1024px) and (max-height: 768px) {
  .free-quote input[type='text'], .free-quote input[type='email'], .free-quote input[type='number'], .free-quote input[type='tel'] {
    height: 4vh;
    max-height: none;
    flex-grow: 0;
    padding-left: 0.5em; }
  .free-quote textarea {
    padding-left: 0.25em;
    padding-top: 0.5em; }
  .mobile-access-icon__wrap {
    z-index: 11111111111; } }

@media screen and (max-width: 834px) and (max-height: 1194px) and (min-width: 768px) {
  .mobile-access-icon__wrap {
    display: none !important; } }

@media screen and (max-width: 834px) and (max-height: 1194px) {
  .free-quote textarea {
    margin-bottom: 0.3rem; }
  .mobile-access-icon__wrap {
    z-index: 11111111111; }
  .free-quote button {
    margin-top: 0.3rem !important; }
  .main-wrap__contact-col {
    margin-bottom: 1.25rem; }
  .free-quote .privacy-policy {
    flex-direction: row; }
    .free-quote .privacy-policy span {
      margin-left: 0.3em; }
  .free-quote textarea {
    margin-bottom: 0.8rem; }
  .free-quote button {
    flex-shrink: 0 !important; }
  .contact-page .main-wrap__contact-row {
    margin-bottom: 0;
    padding-bottom: 0 !important; }
  .burger-menu {
    top: 2.5rem; }
  .legal-page .burger-menu {
    top: 1.1rem; } }

@media screen and (min-width: 625px) and (max-width: 767px) {
  .ipad-lottie-show {
    display: block !important;
    width: 5.75rem !important; }
  .ipad-lottie-hide {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .payment-page .mobile-access-icon__wrap, .lottie-thanks-json-mobile {
    display: none; }
  .mobile-access-icon__wrap {
    display: flex; } }

@media screen and (max-width: 767px) {
  .home-page .header-main {
    padding: 0rem 0rem 0.75rem; }
  .rewiew-slider-block__bottom-row-user img {
    margin: 0.5rem 0rem !important; }
  .checkbox-wrap p {
    margin-top: 0rem !important; }
  .ipads-lockout-gif {
    width: 11rem !important;
    height: 4rem !important;
    margin: 0 auto !important; }
  .career-page .default-main__wrap {
    max-width: 87.5%; }
  .checkbox-wrap {
    margin-left: 0; }
  .mobile-access-icon__wrap {
    display: flex;
    z-index: 1111; }
  .info-page .main-wrap__row:nth-child(1) {
    padding-bottom: 3rem !important; }
  .main-wrap__contact-row:last-child {
    padding-bottom: 2rem !important; }
  .main-wrap__contact-col {
    padding-bottom: 1.35rem !important; }
  .default-page .main {
    padding-top: 8.5rem; }
  .legal-page .main {
    padding-top: 7.5rem; }
  .page-404 .main {
    padding-top: 8rem !important; }
  #ot-sdk-cookie-policy-v2 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .header-menu li a:after {
    height: 0; }
  .main .daily-specials-slider img {
    width: 60%; }
  .modal-main__sub-title span {
    font-size: 1.4em; }
  .header {
    z-index: 1001; }
  .modal-out-tech {
    max-width: 11em; }
  .modal-out-top__icon img {
    width: 2.2em; }
  .modal-out-top__icon i {
    bottom: 0.125em;
    right: 0.125em;
    color: #5cbc50;
    font-size: 0.8em; }
  .contact-page .main-wrap__contact-row .main-wrap__contact-col .form-desc {
    padding-bottom: 0; }
  .main-wrap__contact-col .contact-us-form input, .main-wrap__contact-col .contact-us-form textarea, .main-wrap__contact-col .contact-us-form select {
    margin-bottom: 0.8rem !important;
    padding-bottom: 0.5rem; }
  .contact-page .main-wrap__contact-row {
    margin-bottom: 0;
    padding-bottom: 0 !important; }
  .quote-thanks-message_contact i {
    font-size: 2.2em; }
  .quote-thanks-message_contact p {
    font-size: 1em; }
  .header-menu {
    padding-top: 7vh !important; }
    .header-menu li {
      margin-bottom: 4vh; }
  .main-wrap__legal-col .content p, .main-wrap__legal-col .content span, .main-wrap__legal-col .content a, .main-wrap__legal-col .content li {
    font-size: 1em !important; }
  .show-md-desktop {
    display: none !important; }
  .burger-menu {
    position: fixed !important; }
  .main-col__inner.sm-col:hover {
    transform: scale(1) !important; }
  .legal-page .main-wrap__legal-row {
    width: 99%;
    padding-top: 1rem; }
  .tooltip-inner {
    font-size: 1rem; }
  .first-screen-lock__top {
    padding-bottom: 0rem; }
  .main {
    padding-top: 10rem; }
    .main .address-info {
      margin-left: 0 !important; }
  .header {
    position: fixed; }
  .show-md-mobile {
    display: block !important; }
  .mobile-lock.show-lock-section {
    display: flex !important; }
  .rewiew-slider-block__bottom-row_rating {
    margin-bottom: 0.5rem; }
  .contact-page .main {
    padding-top: 11rem !important; }
  .header-main {
    padding: 0rem 0rem 0.5rem 0rem; }
  .header .top-bar {
    width: 100%; }
    .header .top-bar__col:nth-child(1) {
      justify-content: center; }
  .free-quote button {
    height: 2.5rem; }
  .call-now-mobile {
    z-index: 1001; }
    .call-now-mobile button {
      font-size: 1.875rem; }
  html {
    font-size: 19px !important; }
  .footer {
    font-size: 18px; }
  .header {
    font-size: 15px; }
    .header-main__logo {
      width: 14rem; }
    .header-menu {
      overflow-y: scroll;
      padding-top: 4vh;
      -ms-overflow-style: none;
      overflow: -moz-scrollbars-none; }
      .header-menu li a {
        font-size: 19px; }
      .header-menu::-webkit-scrollbar {
        width: 0; }
  .unlock-form-container {
    display: none; }
  .main-wrap__right:last-child .main-col {
    padding-right: 0rem; }
  .unlock-form {
    margin-top: 1rem; }
  .burger-menu {
    top: 5.3rem;
    left: unset;
    right: 4vw;
    position: fixed; }
  .main {
    font-size: 19px; }
    .main-wrap__left-col {
      flex-direction: column; }
      .main-wrap__left-col.left-top-row .main-col {
        width: 100% !important;
        flex: 1 1 100% !important; }
    .main-wrap__right {
      flex-direction: column !important;
      height: auto;
      padding: 0; }
      .main-wrap__right-col {
        width: 100% !important; }
        .main-wrap__right-col-col, .main-wrap__right-col-col.center-col {
          height: auto !important;
          flex-grow: 1; }
        .main-wrap__right-col:nth-child(1) {
          padding-right: 0 !important;
          padding-bottom: 1.25rem; }
    .main-wrap__row {
      width: 80%; }
    .main .h-auto {
      margin-top: 1.25rem; }
    .main-col {
      height: 100%; }
      .main-col-inner {
        height: 100%;
        margin: 0; }
  .main-wrap__left-col.left-center-row .main-col {
    width: 100% !important;
    padding: 0;
    margin-bottom: 1.25rem; }
  .main-wrap__left-col {
    margin-bottom: 0rem; }
  .main-wrap__left-col.left-top-row .main-col:nth-child(1), .main-wrap__left-col.left-top-row .main-col:nth-child(2), .main-wrap__left-col.left-bottom-row .main-col:nth-child(1), .main-wrap__left-col.left-bottom-row .main-col:nth-child(2), .main-wrap__left-col.left-bottom-row .main-col:nth-child(3), .main-wrap__left-col.left-bottom-row .main-col:nth-child(4) {
    max-width: 100%;
    width: 100% !important;
    padding: 0;
    margin-bottom: 1.25rem; }
  .main-wrap__left-col.left-top-row .main-col:nth-child(1) {
    order: 1; }
  .main-col__inner {
    padding: 1.05rem !important; }
  .main-col__inner-desc:after {
    width: 3.5rem; }
  .main-col__inner-desc {
    margin: 0.333rem 0rem; }
  .header {
    height: auto; }
    .header-main {
      border-top: none; }
      .header-main__col:nth-child(1) {
        width: 100%;
        flex: 0 0 100%;
        margin-left: 1.45rem;
        padding-top: 0.5rem; }
      .header-main__col:nth-child(2) {
        width: 100%;
        background-color: #FFF;
        display: flex;
        height: 2.7rem; }
        .header-main__col:nth-child(2) p, .header-main__col:nth-child(2) span {
          font-size: 1.1rem !important; }
    .header .top-bar__left-span {
      font-size: 1rem; }
    .header .top-bar__col-list li a {
      font-size: 1rem; }
  .header-main__col:nth-child(2) {
    flex: 0 0 100%;
    order: -1;
    padding: 0.5rem 0rem; }
    .header-main__col:nth-child(2) > .d-flex {
      justify-content: center; }
  .header .top-bar__col:nth-child(1) {
    padding-left: 22px !important;
    padding-right: 0.5rem !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important; }
  .header-main__wrap {
    flex-wrap: wrap; }
  .header-main__col:nth-child(2) {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
  html {
    font-size: 12px !important; }
  .header-main__col:nth-child(2) p, .header-main__col:nth-child(2) span {
    font-weight: 500; }
  .main-wrap__row {
    width: 72.5%; }
  .main .fourth-screen-lock p, .main .third-screen-lock p {
    padding-right: 0rem; }
  .main .fourth-screen-lock > .d-flex > div:nth-child(1), .main .third-screen-lock > .d-flex > div:nth-child(1) {
    width: 100%; }
  .main .fourth-screen-lock .img-container, .main .third-screen-lock .img-container {
    padding: 1rem 0rem;
    width: 100% !important;
    justify-content: center; }
    .main .fourth-screen-lock .img-container img, .main .third-screen-lock .img-container img {
      width: 25% !important;
      margin: 0 auto;
      display: block;
      height: auto !important; }
  .desktop-lock {
    display: none !important; }
  .info-page .main-wrap__left {
    padding: 0 0 1.2rem 0rem; }
    .info-page .main-wrap__left-info {
      height: auto; }
      .info-page .main-wrap__left-info__header {
        flex-direction: column;
        justify-content: center; }
        .info-page .main-wrap__left-info__header-text {
          width: 100%;
          flex: 0 0 100%; }
      .info-page .main-wrap__left-info__slider {
        margin: 0 auto;
        width: 50%;
        flex: 0 0 50%;
        margin-top: 1rem;
        margin-bottom: 1rem; }
  select {
    padding-left: 0; }
  .free-quote input {
    padding: 0.5em 0em !important; }
  .free-quote textarea {
    padding: 0.5em 0em !important;
    height: 9rem; }
  .contact-us-form input, .contact-us-form select {
    padding: 0.5em 0em !important; }
  .contact-us-form textarea {
    padding: 0.5em 0em !important;
    height: 9rem; }
  .privacy-policy {
    padding: 0.5rem 0rem 1rem; }
  .footer-main__col:nth-child(2) {
    order: 2; }
  .footer-main__col:nth-child(3) {
    margin-bottom: 1.7rem; }
  .rewiew-slider-block__bottom-row-user {
    flex-direction: column !important; }
    .rewiew-slider-block__bottom-row-user img {
      width: 4.5rem !important;
      height: 4.5rem !important;
      border-radius: 50% !important; }
  .main .members-slider .sm-block__slider-block img {
    width: auto !important;
    height: 6.5rem !important;
    max-width: none !important; }
  .header-menu-wrap {
    margin-top: 9rem;
    z-index: 999; }
  .info-page .main-wrap__left-info h1 {
    margin-bottom: 2rem; }
  .modal-main {
    font-size: 1.2rem; }
  .bs-tooltip-bottom .arrow::after {
    border-width: 0 1.2em 1.2em;
    right: -0.665em; }
  .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
  .bs-tooltip-bottom .arrow::before {
    border-width: 1.05em;
    right: -0.48rem;
    /* Red */ }
  .tooltip {
    margin-top: 1rem; }
  .second-mobile-screen-lock .privacy-policy {
    font-size: 0.7em !important; }
  .main .second-screen-lock__btn-container {
    width: 80%; }
  .main .third-mobile-screen-lock button img {
    transform: translate(-50%, -50%) !important; }
  .main .third-mobile-screen-lock button .swap-icon {
    display: none !important; }
  .main .third-mobile-screen-lock button:hover p, .main .third-mobile-screen-lock button:hover span {
    display: flex !important; }
  .main .third-mobile-screen-lock button:hover .not-swap-icon {
    display: flex;
    position: relative;
    transform: translateX(0) !important; }
  .main .third-mobile-screen-lock .gm-style-iw img {
    transform: translate(0%, 0%) !important; }
  .main .second-mobile-screen-lock button img, .main .sixth-mobile-screen-lock button img {
    transform: translateX(0) !important; }
  .main .second-mobile-screen-lock button .swap-icon, .main .sixth-mobile-screen-lock button .swap-icon {
    display: none; }
  .main .second-mobile-screen-lock button:hover p, .main .second-mobile-screen-lock button:hover span, .main .sixth-mobile-screen-lock button:hover p, .main .sixth-mobile-screen-lock button:hover span {
    display: flex !important; }
  .main .second-mobile-screen-lock button:hover .not-swap-icon, .main .sixth-mobile-screen-lock button:hover .not-swap-icon {
    display: flex;
    position: relative;
    transform: translateX(0) !important; }
  .free-quote button img {
    display: none !important; }
  .free-quote button:hover p, .free-quote button:hover span {
    display: flex !important; }
  .add-to-contacts-form_desktop {
    width: 20rem; }
  .modal-main .privacy-policy {
    flex-direction: column; }
  .modal-wait__second-screen-btn {
    width: 20rem !important;
    margin-bottom: 0.5rem; }
  .contact-page .main-wrap__contact-row {
    flex-direction: column;
    width: 72.5%; }
    .contact-page .main-wrap__contact-row:nth-child(1) {
      height: auto; }
    .contact-page .main-wrap__contact-row:nth-child(2) {
      height: auto; }
    .contact-page .main-wrap__contact-row .main-wrap__contact-col {
      height: auto;
      width: 95%;
      padding-left: 0px;
      padding-right: 0px;
      margin: 0 auto; }
  .contact-page .contact-main {
    padding: 1.5em 0em 0.5em 0em; }
  .thanks-message__contact-img {
    width: 80% !important; }
  .legal-page .burger-menu {
    top: 1.5rem; } }

@media screen and (max-width: 386px) and (min-width: 364px) {
  .review-slider {
    margin-bottom: -22px !important; } }

@media screen and (max-width: 578px) {
  .header-main {
    background: linear-gradient(to bottom, #f2f2f2 25%, white 65%);
    border-bottom: solid 1px #e7e8e9; }
    .header-main__logo {
      max-width: 12rem; }
  .privacy-text {
    text-align: center; }
  .career-page textarea {
    height: 8rem !important; }
  .submit-payment-btn {
    margin-top: 0.7rem; }
  .lottie-mobile {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: -24rem !important;
    margin-top: -24rem !important; }
  .payment-page .payment-main__title {
    font-size: 1.8em !important; }
  .payment-main__desc span {
    display: block; }
  .back-svg {
    margin-top: 0.15rem; }
  .ot-form-wrapper {
    height: 130em !important;
    overflow-x: hidden; }
  .career-page .payment-main__desc-after {
    font-size: 1.3em !important; }
  .home-desc, .home-title {
    margin-bottom: 1.7rem; }
  .payment-main .input-row {
    flex-direction: column; }
    .payment-main .input-row label {
      margin-right: 0 !important;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
  .payment-main__col {
    padding-right: 0;
    padding-left: 0; }
  .payment-main__title {
    font-size: 2em !important; }
  .free-quote input[type='text'], .free-quote input[type='email'], .free-quote input[type='number'], .free-quote input[type='tel'] {
    height: 6vh !important; }
  .tooltip-inner {
    font-size: 1.1rem;
    max-width: 22.3rem !important; }
  .main-wrap__left-info {
    padding: 1.1em 1.7em 1em 1.7em !important; }
  .main {
    font-size: 16px !important; }
    .main-wrap__row {
      width: 95%; }
  .contact-page .main-wrap__contact-row {
    width: 95%; }
  .info-page .main-wrap__left-info__slider {
    width: 100%;
    flex: 0 0 100%; }
  .burger-menu {
    top: 4.8rem; }
  .home-form {
    flex-direction: row; }
    .home-form button {
      padding: 0.5em; }
    .home-form input {
      padding: 0.8em 0.8em; }
  .home-title {
    font-size: 1.7em; }
  .home-desc {
    font-size: 1.1em; }
  .home-main__left-col {
    margin-top: 1em;
    padding: 0; }
  .home-main__right-col {
    margin-top: -3rem; }
    .home-main__right-col img {
      width: 80%; }
  .submit-payment-btn {
    width: 100%; } }

@media screen and (max-width: 480px) {
  .header-main__col:nth-child(3) .top-bar__call-number p {
    font-size: 1.5rem; }
  .thank-you-lottie {
    width: 14rem !important;
    height: 6rem !important;
    margin: 0 auto !important; }
  lottie-player {
    width: 140px !important;
    height: 100px !important; }
  .footer-main__menu {
    font-size: 0.85em; }
  .mobile-access-icon {
    display: flex; }
  .fifth-mobile-screen-lock .main-col__inner-desc {
    transition: all 0s !important;
    font-size: 1.07em !important; }
  .main .daily-specials-slider img {
    width: 100%; }
  .contact-page .main-wrap__contact-row .main-wrap__contact-col .form-desc {
    font-size: 0.9em !important; }
  @keyframes top-bar-list-anim {
    0% {
      transform: translateX(15%); }
    100% {
      transform: translate(-100%, 0); } }
  @-webkit-keyframes top-bar-list-anim {
    0% {
      -webkit-transform: translateX(15%); }
    100% {
      -webkit-transform: translate(-100%, 0); } }
  @-moz-keyframes top-bar-list-anim {
    0% {
      transform: translateX(15%); }
    100% {
      transform: translate(-100%, 0); } }
  .burger-menu {
    top: 4.85rem; }
  .main .fourth-screen-lock .img-container img, .main .third-screen-lock .img-container img {
    width: auto !important; }
  .main .fourth-screen-lock > .d-flex > div p, .main .third-screen-lock > .d-flex > div p {
    font-size: 1.2rem !important;
    padding: 0.5rem 0rem; }
  .modal-main .modal-main-content {
    width: 90% !important; }
  .free-quote .privacy-policy {
    flex-direction: row; }
    .free-quote .privacy-policy a {
      margin-left: 0.2em !important; }
  .modal-out__privacy-text {
    flex-direction: column;
    margin-top: 0.5rem;
    align-items: center; }
  .modal-out {
    font-size: 1.2em; }
    .modal-out__first-step {
      width: 22.75rem; }
    .modal-out .modal-main__text {
      font-size: 1.2em;
      font-weight: 500;
      margin-top: 0.2em; }
  .modal-contact {
    font-size: 1.2em; } }

@media screen and (max-width: 360px) {
  html {
    font-size: 16px; }
  .modal-out {
    font-size: 1em; }
    .modal-out__first-step {
      width: 19.75rem; }
  .lottie-mobile {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: -16rem !important;
    margin-top: -16rem !important; }
  .modal-contact {
    font-size: 1em; }
  .header-menu {
    padding-bottom: 40vh; }
  .fifth-mobile-screen-lock .main-col__inner-desc {
    transition: all 0s !important;
    font-size: 0.88em !important; }
  .fifth-mobile-screen-lock p {
    font-size: 0.88em !important; }
  .footer {
    font-size: 14px; }
  .burger-menu {
    top: 4.9rem; }
  .header-license {
    padding-left: 0.6rem;
    margin-left: 0.5rem; }
  .free-quote .privacy-policy {
    font-size: 0.75em !important; }
  .main {
    font-size: 16px !important; }
    .main-wrap__row {
      width: 92.5%; }
    .main-col__inner {
      padding: 1.7rem; }
      .main-col__inner-desc {
        margin: 0.5rem 0rem; } }

@media screen and (max-width: 350px) {
  .free-quote .privacy-policy {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0.55em; }
    .free-quote .privacy-policy a {
      margin-left: 0 !important; } }

@media screen and (min-width: 2550px) and (min-height: 1200px) and (max-width: 4800px) and (max-height: 1300px) {
  html {
    font-size: 22.2px; }
  .main-col__inner.sm-col ul {
    margin-right: 0; } }

@media screen and (min-width: 2550px) and (min-height: 1200px) and (max-width: 3300px) and (max-height: 1300px) {
  html {
    font-size: 22.2px; }
  .main-col__inner.sm-col ul {
    margin-right: 0; } }

@media screen and (min-width: 2000px) and (min-height: 1200px) and (max-width: 2400px) and (max-height: 1300px) {
  html {
    font-size: 22.2px; }
  .main-col__inner.sm-col ul {
    margin-right: 0; } }

@media screen and (min-width: 1400px) and (min-height: 1701px) and (max-width: 3300px) and (max-height: 1800px) {
  html {
    font-size: 30.2px; }
  .main-col__inner.sm-col ul {
    margin-right: 0; } }

@media screen and (min-width: 1400px) and (min-height: 1601px) and (max-width: 3300px) and (max-height: 1700px) {
  html {
    font-size: 26.2px; }
  .main-col__inner.sm-col ul {
    margin-right: 0; } }

@media screen and (min-width: 1400px) and (min-height: 1501px) and (max-width: 3300px) and (max-height: 1600px) {
  html {
    font-size: 25.2px; }
  .main-col__inner.sm-col ul {
    margin-right: 0; } }

@media screen and (min-width: 1400px) and (min-height: 1401px) and (max-width: 3300px) and (max-height: 1500px) {
  html {
    font-size: 24.7px; }
  .main-col__inner.sm-col ul {
    margin-right: 0; } }

@media screen and (min-width: 1400px) and (min-height: 1300px) and (max-width: 3300px) and (max-height: 1400px) {
  html {
    font-size: 24.7px; }
  .main-col__inner.sm-col ul {
    margin-right: 0; } }

/* PRELAST 2 SCREENS ON 1920x1080 25% - 30% */
@media screen and (min-width: 1400px) and (min-height: 1000px) and (max-width: 3300px) and (max-height: 1079px) {
  html {
    font-size: 19.2px; } }

@media screen and (min-width: 1367px) and (min-height: 925px) and (max-width: 3000px) and (max-height: 1000px) {
  html {
    font-size: 17.5px; } }

@media screen and (min-width: 1367px) and (min-height: 851px) and (max-width: 3000px) and (max-height: 925px) {
  html {
    font-size: 16.5px; } }

@media screen and (min-width: 1367px) and (min-height: 776px) and (max-width: 3000px) and (max-height: 850px) {
  html {
    font-size: 15px; } }

@media screen and (min-width: 1367px) and (min-height: 700px) and (max-width: 3000px) and (max-height: 775px) {
  html {
    font-size: 15px; } }

@media screen and (max-width: 1024px) and (max-height: 768px) and (min-width: 993px) {
  html {
    font-size: 16px; }
  .main {
    font-size: 13px; } }

/* IPAD MINI */
@media screen and (max-width: 1024px) and (max-height: 729px) {
  html {
    font-size: 15px; }
  .main {
    font-size: 12px; }
  .burger-menu {
    position: fixed; }
  .main-wrap__left-col .main-col__inner.sm-col > img {
    width: 4.15rem; }
  .contact-page .form-desc {
    font-size: 1.25em !important; }
  .header-menu {
    padding-top: 10vh; }
    .header-menu li a {
      font-size: 1.8em; } }

@media screen and (max-height: 1024px) and (min-width: 625px) {
  .ipads-lockout-gif {
    display: flex !important;
    margin-right: 0 !important;
    width: 100% !important; }
  #save-vcf-mobile {
    display: none !important; }
  .ipad-paragraph-lockout-show {
    display: flex !important; }
  .ipad-paragraph-lockout-hide {
    display: none !important; } }

#userwayAccessibilityIcon{
	display:none;
}

.home-form{
    position:relative;
}

.zipcode-arrow:hover{
    cursor:pointer;
}

.home-form .zipcode-arrow{
    position: absolute;
    right: 0;
    height: 100%;
    background: #f7ca0d;
    color: #17191c;
    font-size: 1.15em;
    font-weight: 500;
    padding: 0 1.5em;
    display: inline-flex;
    align-items: center;
    border:none;
    border-radius:0px;
    border-bottom-right-radius:0.4em;
    border-top-right-radius:0.4em;
}

@media screen and (max-width:576px){
    .home-form .zipcode-arrow{
        font-size:1em;
    }
}

.list-group-item, .list-group-item:hover{
    color:#17191c;
    font-weight:500;
}

@media screen and (min-width:576px){
    .no-result{
        pointer-events:none;
    }
}

.members-slider a{
    color:#17191c;
}

@media screen and (max-width:576px){
    input, textarea{
        -webkit-appearance: none;
    }

    input[type='checkbox'], input[type='radio']{
        -webkit-appearance: auto;
    }
}
.mobile-access-icon__wrap{
    bottom: 40px;
    left: 3.75vw;
}
@media (max-width: 991px){
    .mobile-access-icon__wrap{
        bottom: unset;
        left: unset;
        top: 61px;
        right: 60px;
    }
}

.service-slider .sm-block__slider-block{
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.main-col-first{
    width: 100%;
    height: 26.33333vh;
    display: flex;
    align-items: center;
}
.main-col-second{
    width: 100%;
    height: 21.33333vh;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 991px){
    .main-col-first, .main-col-second{
        height: auto !important;
    }
}
.block-selector{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.8em;
}
@media (max-width: 991px){
    .block-selector{
        margin-top: -1.7em;
    }
}
.block-selector .main-col__inner-desc{
    padding: 10px 20px;
    cursor: pointer;
}
.block-selector .main-col__inner-desc, .block-selector .main-col__inner-desc:not(.selected):hover{
    color: #17191c;
}
.block-selector .main-col__inner-desc img:nth-child(1), .block-selector .main-col__inner-desc:not(.selected):hover img:nth-child(1){
    display: none;
}
.block-selector .main-col__inner-desc img:nth-child(2), .block-selector .main-col__inner-desc:not(.selected):hover img:nth-child(2){
    display: inline;
}
.block-selector .main-col__inner-desc::after{
    bottom: calc(-0.1em + 10px);
}
.block-selector .main-col__inner-desc:not(.selected){
    background: #F7F7F7;
    box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.09);
    color: #495057;
}
.block-selector .main-col__inner-desc:not(.selected) img:nth-child(1){
    display: inline;
}
.block-selector .main-col__inner-desc:not(.selected) img:nth-child(2){
    display: none;
}
.block-selector .main-col__inner-desc:not(.selected)::after{
    content: none;
}
@media (max-width: 767px){
    .block-selector{
        margin-top: 0;
    }
    .block-selector .main-col__inner-desc{
        padding: 0;
    }
    .block-selector .main-col__inner-desc::after{
        bottom: -0.1em;
    }
}
.home-content{
    height: 100%;
}
.home-content .main-col__inner-desc{
    margin-bottom: 20px;
}
.home-content-text-block{
    height: calc(100% - 45px);
    position: relative;
    overflow-y: auto;
}
.home-content-text-block::-webkit-scrollbar{
    width: 6px;
}
.home-content-text-block::-webkit-scrollbar-track{
    background: white;
}
.home-content-text-block::-webkit-scrollbar-thumb{
    width: 6px;
    background: #C6C6C6;
    border-radius: 6px;
}
.home-content-image{
    width: 193px;
    position: absolute;
    top: 0;
    right: 10px;
}
.home-content-side-text, .home-content-main-text{
    text-align: start;
}
.home-content-side-text{
    width: calc(100% - 220px);
    margin-bottom: 16px;
}
@media screen and (max-width: 991px){
    .home-content-image{
        width: 193px;
        position: static;
        margin-bottom: 16px;
    }
    .home-content-side-text{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .home-content-text-block{
        height: unset;
    }
}
.service-slider-thumb{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}
.service-slider-thumb div{
    width: 20px;
    height: 4px;
    background: #898E92;
    border-radius: 11px;
}
.service-slider-thumb div.selected{
    background: #17191c;
}
.service-slider-thumb div:not(:last-child){
    margin-right: 4px;
}
@media (max-width: 767px){
  .header .top-bar__col-list {
    animation: top-bar-list-anim 70s linear infinite;
    -moz-animation: top-bar-list-anim 70s linear infinite;
    -o-animation: top-bar-list-anim 70s linear infinite;
    -webkit-animation: top-bar-list-anim 70s linear infinite;
     
  }
}

@media (max-width: 1199px), (max-height: 991px){
    .benefit-point h4{
        line-height: 20px !important;
    }
}
@media (min-width: 2048px){
    .benefit-point h4{
        line-height: 42px !important;
    }
    .street-icon{
        font-size: 32px !important;
    }
    .block-selector .main-col__inner-desc img{
        width: 32px;
    }
    .home-content-image{
        width: 293px;
    }
    .home-content-side-text{
        width: calc(100% - 320px);
    }
}
@media (max-width: 991px){
    .main-wrap__left-col.left-bottom-row .main-col:nth-child(2){
        flex: 0 1 66.666%;
        width: 66.666% !important;
        max-width: 66.666%;
    }
}
@media (max-width: 767px){
    .block-selector{
        margin-top: -1.2em;
    }
    .main-wrap__left-col.left-bottom-row .main-col:nth-child(2){
        flex: 0 1 100%;
        width: 100% !important;
        max-width: 100%;
    }
}
@media (max-width: 767px){
    .block-selector{
        margin-top: 0;
    }
}
@media (max-width: 991px){
    .main-wrap__right:last-child .main-col{
        /*height: 400px !important;*/
    }
}
@media screen and (max-width: 767px){
    .main-wrap__left-col.left-bottom-row .main-col:nth-child(3){
        margin-bottom: 1.25rem;
    }
}