@charset "UTF-8";
@import "./fonts/stylesheet.css";
@import "./animate.css";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "HelveticaNowDisplay";
  font-size: 26px;
  color: #000;
  line-height: 1.2;
  font-weight: 300;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

.auto__container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 130px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
}
h1 span {
  color: #dd6828;
  display: block;
}

h2 {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 800;
}
h2 span {
  color: #dd6828;
}

h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
}
h3 span {
  color: #dd6828;
}
h3 span.uniq {
  color: #54758b;
}

h4 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
}
h4 a {
  color: #dd6828;
  text-decoration: underline;
}

h6 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 2.4px;
}
h6.sm {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #151a1c;
}
h6.extra {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Poppins";
  letter-spacing: 0;
}
h6.extra a {
  color: #dd6828;
  text-decoration: underline;
}

p.sm {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  color: #151a1c;
}

.star {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 2px 0 0;
}
.star__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.star:last-child {
  margin-right: 0;
}
.star img {
  width: 100%;
}

.search {
  width: 100%;
}
.search__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search__label img {
  width: 100%;
}
.search__input {
  position: relative;
  width: 100%;
}
.search__input .button {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
  padding-top: 24px;
  padding-bottom: 24px;
}
.search input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  font-size: 22px;
  line-height: 1.2;
  border-radius: 50px;
  padding: 32px 260px 32px 70px;
  font-family: "HelveticaNowDisplay";
  font-weight: 300;
  color: #fff;
  background: transparent;
}
.search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search input::placeholder {
  color: #fff;
  opacity: 1;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.listItem {
  width: calc(50% - 30px);
  margin: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 20px 30px;
  font-size: 30px;
  line-height: 1.2;
  border-radius: 50px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
}
.listItem__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #dd6828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.listItem__icon img {
  width: 24px;
}
.listItem span {
  display: block;
  width: calc(100% - 70px);
}

.social {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.social img {
  width: 24px;
}
.social:hover {
  border: 1px solid #dd6828;
  background: #dd6828;
}
.social__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social__row .social {
  margin-left: 18px;
}
.social__row .social:first-child {
  margin-left: 0;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "HelveticaNowDisplay";
  display: inline-block;
}
.button__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button__row .button {
  margin-left: 30px;
}
.button__row .button:first-child {
  margin-left: 0;
}
.button svg {
  width: 24px;
  margin-right: 6px;
}
.button img {
  width: 24px;
  margin-right: 6px;
  margin-bottom: -3px;
}
.button.sm {
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  padding: 15px 32px;
}
.button.med {
  font-size: 20px;
  line-height: 1;
  padding: 22px 46px;
}
.button.big {
  line-height: 1;
  font-size: 18px;
  padding: 18px 40px;
}
.button.big svg {
  width: 28px;
  margin-right: 12px;
}
.button.big img {
  width: 28px;
  margin-right: 12px;
}
.button.primary {
  background: #dd6828;
  color: #fff;
  border: 1px solid #dd6828;
}
.button.primary:hover {
  background: #54758b;
  border: 1px solid #54758b;
}
.button.secondary {
  background: #54758b;
  color: #fff;
  border: 1px solid #54758b;
}
.button.secondary:hover {
  background: #dd6828;
  border: 1px solid #dd6828;
}
.button.app {
  border: 1px solid #151a1c;
  color: #151a1c;
  background: transparent;
}
.button.app svg {
  margin-bottom: -2px;
}
.button.bordered {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  text-transform: capitalize;
}
.button.bordered:hover {
  background: #dd6828;
  border: 1px solid #dd6828;
  color: #fff;
}
.button__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  background: #120e0b;
  padding: 90px 0 0 0;
}
.footer__inner-logo {
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
.footer__inner-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner-col {
  width: calc(40.3% - 16px);
}
.footer__inner-col:last-child {
  width: calc(59% - 16px);
}
.footer__inner-col p {
  text-align: right;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 32px;
}
.footer__inner .social__row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__inner-link {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.footer__inner-link:hover {
  color: #dd6828;
}
.footer__inner-link.more {
  color: #dd6828;
}
.footer__inner-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  color: #fff;
}

.copy {
  padding: 60px 0;
  background: #292929;
  margin-top: 30px;
}
.copy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.copy__inner p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.copy__inner p a {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.copy__inner p a:hover {
  color: #dd6828;
}

.header {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 24px 0;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner-logo {
  width: 276px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__inner-logo img {
  width: 100%;
}

.intro {

  position: relative;
  color: #fff;
  padding: 260px 0 180px 0;
  text-align: center;
  background: url(../images/intro.png);
  background-position: center;
  background-attachment: fixed;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro_before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(03,03,03,0.6);

  /*opacity: 0.25;*/
  width: 100%;
  height: 100%;
}


/*.intro:before {*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*content: "";*/
  /*background: url("../images/intro.png");*/
  /*background-position:center;*/
  /*background-attachment:fixed;*/
  /*-o-background-size:cover;*/
  /*-moz-background-size:cover;*/
  /*-webkit-background-size:cover;*/
  /*background-size:cover;*/
  /*background-repeat:no-repeat;*/

  /*opacity: 0.25;*/
  /*width: 100%;*/
  /*height: 100%;*/
/*}*/
.intro .auto__container {
  max-width: 1100px;
}
.intro h1 {
  margin-bottom: 32px;
}
.intro h4 {
  margin-bottom: 65px;
}
.intro .search__input {
  margin-bottom: 70px;
}

.partner {
  padding: 120px 0;
  text-align: center;
  background: #f9f9f9;
}
.partner h2 {
  margin-bottom: 110px;
}
.partner h2 span {
  display: block;
}
.partner__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partnerItem {
  width: 25%;
  padding: 50px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.partnerItem:nth-child(1) {
  border-radius: 50px 0 0 50px;
}
.partnerItem:nth-child(5) {
  border-radius: 0 50px 50px 0;
}
.partnerItem:hover {
  -webkit-box-shadow: 0px 18px 65px rgba(0, 1, 1, 0.05);
          box-shadow: 0px 18px 65px rgba(0, 1, 1, 0.05);
  z-index: 1;
}
.partnerItem:hover .button {
  background: #dd6828;
  border: 1px solid #dd6828;
  color: #fff;
}
.partnerItem__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 280px;
  width: 100%;
}
.partnerItem__icon img {
  width: 100%;
}

.enjoy {
  padding: 250px 0;
  position: relative;
  /*background: #242424;*/
  background: url("../images/enjoy.png");
  background-position:center;
  background-attachment:fixed;
  -o-background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  background-size:cover;
  background-repeat:no-repeat;
  color: #fff;
  text-align: center;
}

.enjoy_before {
  position: absolute;
  top: 0;
  left: 0;

  background: rgba(03,03,03,0.6);
  width: 100%;
  height: 100%;
}


/*IPAD RESPONSIVE CUSTOM RESOLUTIONS*/
@media (max-width: 768px) {
  .intro {
    background-attachment: unset;
  }
  .enjoy {
    background-attachment: unset;
  }
}
@media (max-width: 768px) and (min-height: 1024px) {
  .intro {
    background-attachment: unset;
  }
  .enjoy {
    background-attachment: unset;
  }
}
@media (max-width: 1024px) and (min-height: 1366px) {
  .intro {
    background-attachment: unset;
  }
  .enjoy {
    background-attachment: unset;
  }
}
@media (max-width: 810px) and (min-height: 1080px) {
  .intro {
    background-attachment: unset;
  }
  .enjoy {
    background-attachment: unset;
  }
}
@media (max-width: 744px) and (min-height: 1133px) {
  .intro {
    background-attachment: unset;
  }
  .enjoy {
    background-attachment: unset;
  }
}
@media (max-width: 834px) and (min-height: 1194px) {
  .intro {
    background-attachment: unset;
  }
  .enjoy {
    background-attachment: unset;
  }
}
@media (max-width: 820px) and (min-height: 1180px) {
  .intro {
    background-attachment: unset;
  }
  .enjoy {
    background-attachment: unset;
  }
}
@media (max-width: 834px) and (min-height: 1112px) {
  .intro {
    background-attachment: unset;
  }
  .enjoy {
    background-attachment: unset;
  }
}
@media (max-width: 1024px) and (min-height: 1366px) {
  .intro {
    background-attachment: unset;
  }
  .enjoy {
    background-attachment: unset;
  }
}
@media (max-width: 320px) and (min-height: 568px) {
  .intro {
    background-attachment: unset;
  }
  .enjoy {
    background-attachment: unset;
  }
}
@media (max-width: 320px) and (min-height: 480px) {
  .intro {
    background-attachment: unset;
  }
  .enjoy {
    background-attachment: unset;
  }
}



/*only screen and (                max-resolution: 132dpi),*/
/*only screen and (                max-resolution: 163dpi),*/
/*only screen and (                max-resolution: 192dpi),*/
/*only screen and (                max-resolution: 264dpi),*/
/*only screen and (                max-resolution: 326dpi),*/
/*only screen and (                max-resolution: 2dppx) */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2) {

  .intro {
    background-attachment: unset;
  }
  .enjoy {
    background-attachment: unset;
  }

}


/*.enjoy:before {*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*content: "";*/
  /*background: url("../images/enjoy.png");*/
  /*background-position:center;*/
  /*background-attachment:fixed;*/
  /*-o-background-size:cover;*/
  /*-moz-background-size:cover;*/
  /*-webkit-background-size:cover;*/
  /*background-size:cover;*/
  /*background-repeat:no-repeat;*/
  /*opacity: 0.25;*/
  /*width: 100%;*/
  /*height: 100%;*/
/*}*/
.enjoy h2 {
  margin-bottom: 110px;
}
.enjoy h2 span {
  display: block;
}

.aboutHeader {
  background: #f9f9f9;
  padding: 150px 0;
  text-align: center;
}
.about h2 span {
  display: block;
}
.aboutContent {
  padding: 156px 0;
  position: relative;
}
.aboutContent .auto__container {
  position: static;
}
.aboutContent.left .aboutContent__inner {
  padding: 0 0 0 50%;
}
.aboutContent.left .aboutContent__inner-content {
  margin: 0 0 0 auto;
}
.aboutContent.left .aboutContent__inner-image {
  right: unset;
  left: 0;
}
.aboutContent.left .aboutContent__inner-image img {
  -o-object-position: right;
     object-position: right;
}
.aboutContent__inner {
  padding: 0 50% 0 0;
}
.aboutContent__inner-content {
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 640px;
  margin: 0 auto 0 0;
}
.aboutContent__inner-content p {
  margin-bottom: 50px;
}
.aboutContent__inner-content h3 {
  max-width: 430px;
  margin-bottom: 40px;
  position: relative;
}
.aboutContent__inner-content h3 span {
  position: absolute;
  top: 0;
  right: calc(100% + 24px);
}
.aboutContent__inner-image {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
}
.aboutContent__inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.review {
  padding: 110px 0;
  background: #f9f9f9;
}
.review__header {
  text-align: center;
  margin-bottom: 100px;
}
.review__header h2 span {
  display: block;
}
.review__inner {
  margin-bottom: 100px;
}
.reviewSlider {
  margin: 0 -18px;
}
.reviewSlider .slick-arrow {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #54758b;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.reviewSlider .slick-arrow::before {
  width: 24px;
  height: 24px;
  content: "";
}
.reviewSlider .slick-arrow:hover {
  background: #dd6828;
}
.reviewSlider .slick-arrow.slick-disabled {
  display: none !important;
}
.reviewSlider .slick-prev {
  z-index: 1;
}
.reviewSlider .slick-prev::before {
  background: url(../images/icons/arrow-left-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
}
.reviewSlider .slick-prev:hover {
  opacity: 1;
}
.reviewSlider .slick-next {
  z-index: 1;
}
.reviewSlider .slick-next::before {
  background: url(../images/icons/arrow-right-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
}
.reviewSlider .slick-next:hover {
  opacity: 1;
}
.reviewSlider .slick-slide {
  margin: 0 18px;
}
.reviewSlider__item {
  padding: 60px;
  background: #fff;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reviewSlider__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.reviewSlider__item-body p {
  margin-bottom: 24px;
}
.reviewSlider__item-body p strong {
  font-weight: 700;
}

@media (max-width: 1680px) {
  h1 {
    font-size: 100px;
  }
  h2 {
    font-size: 46px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 32px;
  }
  h6 {
    font-size: 24px;
    letter-spacing: 1.4px;
  }
  h6.sm {
    font-size: 20px;
    line-height: 28px;
  }
  h6.extra {
    font-size: 18px;
    line-height: 26px;
  }
  body {
    font-size: 16px;
    line-height: 22px;
  }
  p.sm {
    font-size: 18px;
    line-height: 28px;
  }
  .star {
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 1px 0 0;
  }
  .star__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .star:last-child {
    margin-right: 0;
  }
  .star img {
    width: 100%;
  }
  .list {
    margin: 0 -10px;
  }
  .listItem {
    width: calc(50% - 20px);
    margin: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .listItem__icon {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
  .listItem__icon img {
    width: 20px;
  }
  .listItem span {
    width: calc(100% - 56px);
  }
  .social {
    width: 50px;
    height: 50px;
  }
  .social img {
    width: 20px;
  }
  .social__row .social {
    margin-left: 14px;
  }
  .button__row .button {
    margin-left: 20px;
  }
  .button svg {
    width: 20px;
  }
  .button img {
    width: 20px;
    margin-bottom: -2px;
  }
  .button.sm {
    font-size: 18px;
  }
  .button.med {
    font-size: 20px;
    padding: 18px 40px;
  }
  .button.big {
    font-size: 18px;
    padding: 18px 40px;
  }
  .button.big svg {
    width: 24px;
    margin-right: 8px;
  }
  .button.big img {
    width: 24px;
    margin-right: 8px;
  }
  .header {
    padding: 24px 0;
  }
  .header__inner-logo {
    width: 240px;
  }
  .footer__inner-header {
    margin-bottom: 40px;
  }
  .intro .auto__container {
    max-width: 840px;
  }
  .partner {
    padding: 100px 0;
  }
  .partner h2 {
    margin-bottom: 80px;
  }
  .partnerItem {
    padding: 40px 20px;
  }
  .partnerItem__icon {
    max-width: 240px;
  }
  .enjoy {
    padding: 200px 0;
  }
  .enjoy h2 {
    margin-bottom: 80px;
  }
  .aboutHeader {
    padding: 120px 0;
  }
  .aboutContent {
    padding: 120px 0;
  }
  .aboutContent__inner-content h3 {
    margin-bottom: 24px;
  }
  .review__header {
    margin-bottom: 80px;
  }
  .review__inner {
    margin-bottom: 80px;
  }
  .reviewSlider .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .reviewSlider .slick-arrow::before {
    width: 20px;
    height: 20px;
  }
  .reviewSlider .slick-prev {
    left: 0;
  }
  .reviewSlider .slick-next {
    right: 0;
  }
}
@media (max-width: 1460px) {
  h6 {
    font-size: 20px;
  }
  .button__row .button {
    margin-left: 16px;
  }
  .button svg {
    width: 18px;
  }
  .button img {
    width: 18px;
  }
  .button.sm {
    font-size: 14px;
  }
  .button.med {
    font-size: 16px;
    padding: 16px 36px;
  }
  .button.big {
    font-size: 18px;
    padding: 18px 40px;
  }
  .button.big svg {
    width: 20px;
  }
  .button.big img {
    width: 20px;
  }
  body {
    font-size: 16px;
    line-height: 22px;
  }
  .footer__inner-logo {
    width: 240px;
  }
  .copy {
    padding: 40px;
  }
  .copy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copy__inner p {
    text-align: center;
    margin-bottom: 16px;
  }
  .copy__inner p:last-child {
    margin: 0;
  }
  .partner h2 {
    margin-bottom: 40px;
  }
  .partnerItem {
    padding: 30px 16px;
  }
  .partnerItem__icon {
    max-width: 180px;
  }
  .enjoy {
    padding: 100px 0;
  }
  .enjoy h2 {
    margin-bottom: 60px;
  }
  .aboutHeader {
    padding: 80px 0;
  }
  .aboutContent {
    padding: 80px 0;
  }
  .aboutContent__inner-content {
    padding: 0 40px 0 80px;
  }
}
@media (max-width: 1340px) {
  .aboutHeader {
    padding: 50px 0;
  }
  .aboutContent {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 28px;
  }
  h6 {
    font-size: 18px;
  }
  h6.extra {
    font-size: 16px;
    line-height: 24px;
  }
  .listItem__icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
  .listItem__icon img {
    width: 16px;
  }
  .listItem span {
    width: calc(100% - 50px);
    font-size: 20px;
    line-height: 24px;
  }
  body {
    font-size: 16px;
    line-height: 22px;
  }
  p.sm {
    font-size: 16px;
    line-height: 22px;
  }
  /*.header__inner .button__row {*/
    /*display: none;*/
  /*}*/
  .footer__inner-body {
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__inner-col {
    width: calc(33.3% - 20px);
    margin: 10px;
  }
  .footer__inner-col .social__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__inner-col p {
    text-align: left;
  }
  .footer__inner-col:last-child {
    width: calc(100% - 20px);
    margin: 10px 10px 40px 10px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .copy {
    padding: 20px 0;
  }
  .intro {
    padding: 200px 0 150px 0;
  }
  .intro h1 {
    margin-bottom: 16px;
  }
  .intro h4 {
    margin-bottom: 36px;
  }
  .intro .search__input {
    margin-bottom: 42px;
  }
  .partner__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partnerItem {
    border-radius: 0 !important;
    width: 50%;
  }
  .enjoy h2 {
    margin-bottom: 32px;
  }
  .aboutContent.left .aboutContent__inner-content {
    padding: 0 0 0 30px;
  }
  .aboutContent__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .aboutContent__inner-content {
    padding: 0 30px 0 0;
  }
  .aboutContent__inner-content p {
    margin-bottom: 24px;
  }
  .aboutContent__inner-content h3 {
    margin-bottom: 16px;
  }
  .aboutContent__inner-content h3 span {
    display: block;
    position: static;
  }
  .review__header {
    margin-bottom: 30px;
  }
  .review__inner {
    margin-bottom: 50px;
  }
  .reviewSlider {
    margin: 0 -24px;
  }
  .reviewSlider .slick-slider {
    margin: 0 10px;
  }
  .reviewSlider__item {
    padding: 32px;
  }
  .reviewSlider__item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 12px;
  }
  .reviewSlider__item-header .star__row {
    margin-bottom: 8px;
  }
}
@media (max-width: 840px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h6 {
    font-size: 14px;
  }
  h6.extra {
    font-size: 14px;
    line-height: 20px;
  }
  .auto__container {
    padding: 0 24px;
  }
  body {
    font-size: 16px;
    line-height: 22px;
  }
  p.sm {
    font-size: 14px;
    line-height: 20px;
  }
  .search {
    position: relative;
    margin-bottom: 24px;
  }
  .search__label {
    width: 20px;
    left: 20px;
  }
  .search__input {
    max-width: 540px;
    margin: 0 auto;
  }
  .search__input .button {
    position: static;
    right: 14px;
    top: 50%;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    font-size: 18px;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .search input {
    font-size: 18px;
    border-radius: 50px;
    padding: 24px 24px 24px 60px;
  }
  .list {
    margin: 0;
  }
  .listItem {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .header {
    padding: 20px 0;
  }
  .header__inner-logo {
    width: 200px;
  }
  .aboutContent {
    padding: 40px 0 0 0;
  }
  .aboutContent__inner {
    padding: 0 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aboutContent__inner-content {
    width: 100%;
    padding: 0 !important;
    margin: 0 0 40px 0 !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .aboutContent__inner-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    width: calc(100% + 48px);
    margin: 0 -24px;
  }
  .review {
    padding: 60px 0;
  }
}
@media (max-width: 700px) {
  .header__inner-logo {
    width: 180px;
  }
  .footer__inner-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__inner-col {
    width: calc(50% - 20px);
  }
  .footer__inner-logo {
    width: 200px;
    margin-bottom: 24px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  .search__input .button {
    width: 85%;
    font-size: 16px;
    line-height: 20px;
    padding: 16px;
  }
  .search__label {
    width: 18px;
    left: 16px;
  }
  .search input {
    font-size: 16px;
    padding: 20px 20px 20px 40px;
  }
}
@media (max-width: 540px) {
  .footer {
    padding: 60px 0 0 0;
  }
  .footer__inner-col {
    width: calc(100% - 20px);
    margin: 10px 10px 40px 10px;
  }
  .listItem {
    padding: 16px 16px 16px 20px;
  }
  .listItem__icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .listItem span {
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 20px;
  }
  .partner {
    padding: 60px 0;
  }
  .partnerItem {
    width: 100%;
    padding: 16px;
  }
  .button.big {
    font-size: 12px;
    padding: 10px 10px;
  }
  .login-tabs li a {
    font-size: 15px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.ui-autocomplete {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.ui-autocomplete .ui-autocomplete-category{
 text-align: left;
  padding-left: 20px;
}

#main_search .ui-autocomplete {
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 50px;
  padding: 10px 0 10px 0;
}
#input-search .ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  padding: 8px 10px;
  line-height: 17px;
  border-bottom: 1px solid #e4f1c6;
}
.ui-menu .ui-menu-item:hover {
  color: #fff;
}
#main_search .ui-menu .ui-menu-item:hover {
  color: #000;
}

#main_search_map .ui-menu .ui-menu-item:hover {
  color: #000;
}

@media (max-width: 768px) {

  .ui-menu .ui-menu-item{
    text-align: left;
    height: 40px;
    font-size: 14px;
  }
}

.login-block {
  padding: 28px;
}
.login-block .btn-primary {
  color: #fff;
  background-color: #242424;
  border-color: #242424;
  font-size: 16px;
}
.login-block .checkbox {
  margin: 0;
  color: rgba(0, 0, 0, 0.4);
}
.login-block .btn {
  padding: 11px 15px;
}

.login-block a:hover{
  text-decoration: underline;
}

.btn-block {
  display: block;
  width: 100%;
}

.login-block .btn-bg-facebook:hover{
  text-decoration: none;
}
.btn-bg-facebook {
  background-color: #506dab;
  padding: 11px 15px;
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: none;
  outline: none !important;
  font-size: 14px;
  line-height: 1.42857;
  margin: 0;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: inherit;
  text-align: center;
}

.btn-social {
  color: #fff;
}
.btn-bg-facebook:hover {
  background-color: #405788;
  color: #fff;
}
.fab.fa-facebook-f.fa-lg {
  line-height: 1;
  float: left;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 1;
  font-size: 16px;
}

.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}

@media (min-width: 768px) and (max-width: 991px) {
  .login-block .btn {
    padding: 16px 15px;
  }
}
@media (max-width: 767px) {
  .login-block .btn {
    padding: 16px 15px;
  }
}
.login-block hr {
  margin-top: 25px;
  margin-bottom: 25px;
}
.login-block p {
  margin-bottom: 20px;
}
.login-block .form-group {
  margin-bottom: 20px;
}
.login-block a {
  font-size: 14px;
}

.login-tabs {
  font-size: 0;
}
.login-tabs li {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  color: #ba982f;
  padding: 0 2px;
  cursor: pointer;
  font-weight: 400;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.login-tabs li a {
  font-size: 18px;
}
.login-tabs li:hover {
  background-color: #fff;
  color: #000;
  text-decoration: underline;
}
.login-tabs li.active {
  background-color: #fff;
  color: #000;
}
@media (max-width: 540px) {
  .login-tabs li a {
    font-size: 15px;
  }
}

.login-tabs li {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/*START LOGIN REGISTER PAGE STYLE*/
.login-register-block {
  padding: 40px;
  background-color: #fff;
  margin: 0 auto;
  width: 360px;
}
.login-register-block .back {
  margin-top: 30px;
  text-align: center;
  display: block;
}

.login-register-title {
  margin-bottom: 30px;
}
.login-register-title h2 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.login-register-title a {
  line-height: 24px;
}

.modal .account-creation-info span{
  display: block;
  font-size: 13px;
}

#pop-terms-conditions.modal, #pop-privacy.modal, #pop-keyboom-privacy.modal, #pop-california-privacy.modal{
  overflow: scroll !important;
}


.modal .continue-register{
  font-size: 24px !important;
  padding: 0em;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: underline;
  text-transform: none;
  padding: 0px;

}

/*START MODELS STYLE*/
.modal-dialog {
  margin: 70px auto;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 10px;
  }
}

/*.modal-content {*/
  /*border-radius: 0;*/
/*}*/

.modal-header {
  padding: 0;
  height: 35px;
  text-align: center;
  /*background-color: #393939;*/
}
.modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  width: 35px;
  font-size: 22px;
  text-align: center;
  line-height: 38px;
  margin-top: 0;
  text-shadow: none;
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.modal-header .modal-header-login{
  height: 60px;
  line-height: 38px;
  font-size: 22px;
  color: #000;
  padding: 0 28px;
  cursor: pointer;
  font-weight: bold;
}

.modal-header .close .fa {
  position: relative;
  top: -3px;
}
.modal-header ul {
  float: left;
  margin: 0;
}
.modal-header .modal-title {
  float: left;
  line-height: 26px;
  color: #fff;
  padding: 16px 0 16px 24px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .modal-header .modal-title {
    font-size: 14px;
  }
}

.modal-body.modal-payment {
  padding: 64px;
  text-align: center;
}
.modal-body.modal-payment .btn {
  padding: 13px 75px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .modal-body.modal-payment {
    padding: 44px;
  }
  .modal-body.modal-payment .btn {
    padding: 10px 45px;
  }
}

.modal-payment-text {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 22px 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .modal-payment-text {
    font-size: 14px;
    line-height: 18px;
  }
}

/*START INPUTS WITH ICONS CLASSES*/
.input-group-addon {
  padding: 5px 15px;
  background-color: #fff;
  color: #9b9b9b;
}

.icon-holder .form-control:not(textarea), .icon-holder .post-password-form input[type='password']:not(textarea), .post-password-form .icon-holder input[type='password']:not(textarea) {
  padding-left: 54px;
}

.field-group {
  width: 100%;
  border-radius: 4px;
  /*border: 1px solid #cccccc;*/
  overflow: hidden;
}
.field-group input {
  display: block;
  height: 43px;
  /*border: none;*/
  font-size: 14px;
  line-height: 1.42857;
  /*margin: 0;*/
  font-weight: 300;
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
}
/*.field-group input + input {*/
  /*border: 1px solid #cccccc;*/
/*}*/
@media (min-width: 768px) and (max-width: 991px) {
  .field-group input {
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .field-group input {
    height: 50px;
    font-size: 14px;
  }
}

.input-icon {
  position: relative;
  font-size: 16px;
}
.input-icon input {
  padding-left: 40px !important;
  position: relative;
  color: #0f0f0f;
}
/*.input-icon + .input-icon {*/
  /*border-top: 1px solid #cccccc;*/
/*}*/
.input-icon:before {
  color: #959595;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  height: 43px;
  width: 40px;
  line-height: 43px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#consumerLoginBtn{
  color: #fff;
  background-color: #242424;
  border-color: #242424;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .input-icon:before {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .input-icon:before {
    height: 50px;
    line-height: 50px;
  }
}

.input-icon-right input {
  padding-left: 12px !important;
  padding-right: 40px !important;
}
.input-icon-right:before {
  left: auto;
  right: 0;
}

.input-user:before {
  content: "\f007";
}

.input-email:before {
  content: "\f0e0";
}

.input-pass:before {
  content: "\f023";
}

.mv_logo_img {
  height: auto;
  max-width: 100%;
}

.terms-privacy-text{
  /*margin-top: 20px;*/
  display: block;
  /*font-size: 16px;*/
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}
.modal .account-creation-info span{
  display: block;
  font-size: 13px;
}

.terms-privacy-text a{
  font-weight: bolder;
}

#pop-reset-pass .btn-primary{
  color: #fff;
  background-color: #242424;
  border-color: #242424;
  font-size: 16px;
  padding: 10px 15px;
}
#pop-reset-pass p{
  font-size: 18px;
  margin-bottom: 10px;
}

.header__inner .dropdown-menu {
  background-color: #444444;
  text-align: center;
  left: 10px;
}

@media (max-width: 540px) {
  .header__inner .dropdown-menu {
    background-color: #444444;
    text-align: center;
    left: 0px;
    min-width: 110px;
  }
}

.header__inner .dropdown-menu .button.bordered {
  background-color: #444444;
  border: 1px solid transparent;
  margin-left: 0;

}
.header__inner .dropdown-menu .button.bordered:hover {
   background: #dd6828;
   border: 1px solid #dd6828;
   color: #fff;
 }

#header-section .auto__container {
  padding: 0;
}

#header-section .auto__container .header__inner {
  padding: 20px 0;
}

#header-section .header-additional-links {
  font-size: 16px;
}

#header-section .header-additional-links .view-map-link {
  position: absolute;
  top: 10px;
  left: 791%;
  width: 120px;
  color: #fff;
}


@media (max-width: 1200px) {
  #header-section .header-additional-links .view-map-link {
    left: 682%;
  }

}

.team-agent-roster-section .agent-info .agent-name-p {
  font-size: 14px;
  font-weight: bold;
}

.team-agent-roster-section .search input {
  height: 42px;
  width: 100%;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  /* color: #959595; */
  padding: 6px 12px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border: 1px solid #cccccc;
}
.team-agent-roster-section .search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #959595;
  opacity: 1;

}
.team-agent-roster-section .agent-info { /* Chrome, Firefox, Opera, Safari 10.1+ */
  word-break: break-all;

}

.team-agent-roster-section .pagination-info { /* Chrome, Firefox, Opera, Safari 10.1+ */
font-size: 15px;
}

.section-detail-content .share-favorite-section .favorite-funct .favorite-action-text {
  top: 7px;
  left: 40px;
  position: absolute;
  width: 170px;
  font-size: 16px;
}

.intro .load-bar {
  position: absolute;
  width: 91%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.66);
  margin-left: 35px;
  bottom: 0;
}

@media (max-width: 841px) {
  .intro .load-bar {
    position: absolute;
    width: 89%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.66);
    margin-left: 29px;
    bottom: 0;
  }

}

.intro .bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.intro .bar:nth-child(1) {
  background-color: #242424;
  animation: loading 2s linear infinite;
}
@keyframes loading {
  from {left: 50%; width: 0;z-index:100;}
  33.3333% {left: 0; width: 100%;z-index: 10;}
  to {left: 0; width: 100%;}
}

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #007AFF;
  box-shadow: 0 0 3px rgb(0 0 0 / 80%);
  color: #FFFFFF;
  display: block;
  padding: 9px 20px;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  z-index: 10;
}

.slick-next:before {
  content: '\f105';
}

.slick-prev:before, .slick-next:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 37px;
  line-height: normal;
  /* opacity: .75; */
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  height: auto;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}