@charset "UTF-8";
/*demo*/
.demo {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #cfcfcf;
  padding-left: 40px;
  padding-right: 40px;
}

/*end demo*/
* {
  -webkit-font-smoothing: antialiased;
}

a:hover {
  color: #212121;
}

/*icon fonts */
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?8z7mao");
  src: url("/fonts/icomoon.eot?8z7mao#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?8z7mao") format("truetype"), url("/fonts/icomoon.woff?8z7mao") format("woff"), url("/fonts/icomoon.svg?8z7mao#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-top-arrow .path1:before {
  content: "";
  color: black;
}

.icon-top-arrow .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-cross:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-hollow-right:before {
  content: "";
}

.icon-hollow-left:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-person:before {
  content: "";
}

.icon-find:before {
  content: "";
}

.icon-thin-arrow-down:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-entertainment:before {
  content: "";
}

.icon-global-phone:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-performance:before {
  content: "";
}

.icon-wifi:before {
  content: "";
}

.icon-imac:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-like:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-tick:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

/* end icon fonts */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.font-scalex2 {
  font-size: 1.1em;
}

body.font-scalex3 {
  font-size: 1.2em;
}

a, .btn, .slick-slide {
  outline: none;
}

.text-strike {
  text-decoration: line-through;
}

.bg-red {
  background: #E81938;
}

.hero-banner-red .text-center > * {
  color: #E81938;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}
.hero-banner-red .text-center > * .text-white {
  color: #E81938 !important;
}

.bg-purple {
  background: #6E27C5;
}

.hero-banner-purple .text-center > * {
  color: #6E27C5;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}
.hero-banner-purple .text-center > * .text-white {
  color: #6E27C5 !important;
}

.bg-tblue {
  background: #00ABA9;
}

.hero-banner-tblue .text-center > * {
  color: #00ABA9;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}
.hero-banner-tblue .text-center > * .text-white {
  color: #00ABA9 !important;
}

.bg-orange {
  background: #FF6600;
}

.hero-banner-orange .text-center > * {
  color: #FF6600;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}
.hero-banner-orange .text-center > * .text-white {
  color: #FF6600 !important;
}

.bg-darkblack {
  background: #212121;
}

.hero-banner-darkblack .text-center > * {
  color: #212121;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}
.hero-banner-darkblack .text-center > * .text-white {
  color: #212121 !important;
}

.bg-grey {
  background: #C1C1C1;
}

.hero-banner-grey .text-center > * {
  color: #C1C1C1;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}
.hero-banner-grey .text-center > * .text-white {
  color: #C1C1C1 !important;
}

.bg-lightgrey {
  background: #F8F8F8;
}

.hero-banner-lightgrey .text-center > * {
  color: #F8F8F8;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}
.hero-banner-lightgrey .text-center > * .text-white {
  color: #F8F8F8 !important;
}

.hero-banner-dark .text-center > * {
  color: #212121;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}
.hero-banner-dark .text-center > * .text-white {
  color: #212121 !important;
}

.hero-banner-light .text-center > * {
  color: #fff;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}

.bg-light {
  background: #F8F8F8;
}

.font-red {
  color: #E81938;
}

.font-purple {
  color: #6E27C5;
}

.font-tblue {
  color: #00ABA9;
}

.font-orange {
  color: #FF6600;
}

.font-darkblack {
  color: #212121;
}

.font-grey {
  color: #C1C1C1;
}

.font-lightgrey {
  color: #F8F8F8;
}

.theme-red .theme-target-c,
.theme-red .richtext a:not(.btn),
.theme-red .accordion .btn-link::after,
.theme-red span[class^=icon-]:before,
.theme-red li::before,
.theme-red .block-banner h2 span {
  color: #E81938 !important;
}
.theme-red .slick-dots li button:before,
.theme-red .bg-c {
  background: #E81938;
}
.theme-red .theme-target-border {
  box-shadow: 5px 5px #E81938;
}
.theme-red .theme-target-dark-border {
  box-shadow: 5px 5px #bb132c;
}
.theme-red .multiselect__select:before {
  color: #E81938 !important;
}
.theme-red.active > a.border-bottom-x {
  position: relative;
}
.theme-red.active > a.border-bottom-x::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #E81938;
  height: 3px;
  width: 100%;
}
.theme-red .sub-menu {
  background: #E81938;
}
.theme-red .sub-menu ul li {
  border-bottom: 1px #bb132c solid;
}
.theme-red .sub-menu ul li:last-child {
  border-bottom: 0px;
}
.theme-red .main-nav {
  border-bottom: 3px #E81938 solid;
}
.theme-red .table {
  border-top: 3px #E81938 solid;
}
.theme-red .richtext ul li::before {
  content: "•";
  color: #E81938;
  position: relative;
  left: -10px;
}
.theme-red .btn-white {
  color: #E81938;
}
.theme-red .bg-dot {
  background: linear-gradient(90deg, #fff 19px, transparent 1%) center, linear-gradient(#fff 19px, transparent 1%) center, #E81938;
  background-size: 20px 20px;
}
.theme-red .productcard-item {
  border-top: 4px solid #E81938;
}
.theme-red .productcard-item .tag {
  background-color: #E81938;
}
.theme-red .productcard-item .lg {
  color: #E81938;
}

.theme-purple .theme-target-c,
.theme-purple .richtext a:not(.btn),
.theme-purple .accordion .btn-link::after,
.theme-purple span[class^=icon-]:before,
.theme-purple li::before,
.theme-purple .block-banner h2 span {
  color: #6E27C5 !important;
}
.theme-purple .slick-dots li button:before,
.theme-purple .bg-c {
  background: #6E27C5;
}
.theme-purple .theme-target-border {
  box-shadow: 5px 5px #6E27C5;
}
.theme-purple .theme-target-dark-border {
  box-shadow: 5px 5px #561f9a;
}
.theme-purple .multiselect__select:before {
  color: #6E27C5 !important;
}
.theme-purple.active > a.border-bottom-x {
  position: relative;
}
.theme-purple.active > a.border-bottom-x::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #6E27C5;
  height: 3px;
  width: 100%;
}
.theme-purple .sub-menu {
  background: #6E27C5;
}
.theme-purple .sub-menu ul li {
  border-bottom: 1px #561f9a solid;
}
.theme-purple .sub-menu ul li:last-child {
  border-bottom: 0px;
}
.theme-purple .main-nav {
  border-bottom: 3px #6E27C5 solid;
}
.theme-purple .table {
  border-top: 3px #6E27C5 solid;
}
.theme-purple .richtext ul li::before {
  content: "•";
  color: #6E27C5;
  position: relative;
  left: -10px;
}
.theme-purple .btn-white {
  color: #6E27C5;
}
.theme-purple .bg-dot {
  background: linear-gradient(90deg, #fff 19px, transparent 1%) center, linear-gradient(#fff 19px, transparent 1%) center, #6E27C5;
  background-size: 20px 20px;
}
.theme-purple .productcard-item {
  border-top: 4px solid #6E27C5;
}
.theme-purple .productcard-item .tag {
  background-color: #6E27C5;
}
.theme-purple .productcard-item .lg {
  color: #6E27C5;
}

/* new css for white color banner option */

.theme-rwhite .theme-target-c,
.theme-rwhite .richtext a:not(.btn),
.theme-rwhite .accordion .btn-link::after,
.theme-rwhite span[class^=icon-]:before,
.theme-rwhite li::before,
.theme-rwhite .block-banner h2 span {
  color: #F8F8F8 !important;
}
.theme-rwhite .slick-dots li button:before,
.theme-rwhite .bg-c {
  background: #F8F8F8;
}
.theme-rwhite .theme-target-border {
  box-shadow: 5px 5px #F8F8F8;
}
.theme-rwhite .theme-target-dark-border {
  box-shadow: 5px 5px #F8F8F8;
}
.theme-rwhite .multiselect__select:before {
  color: #F8F8F8 !important;
}
.theme-rwhite.active > a.border-bottom-x {
  position: relative;
}
.theme-rwhite.active > a.border-bottom-x::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #F8F8F8;
  height: 3px;
  width: 100%;
}
.theme-rwhite .sub-menu {
  background: #F8F8F8;
}
.theme-rwhite .sub-menu ul li {
  border-bottom: 1px #F8F8F8 solid;
}
.theme-rwhite .sub-menu ul li:last-child {
  border-bottom: 0px;
}
.theme-rwhite .main-nav {
  border-bottom: 3px #F8F8F8 solid;
}
.theme-rwhite .table {
  border-top: 3px #F8F8F8 solid;
}
.theme-rwhite .richtext ul li::before {
  content: "•";
  color: #F8F8F8;
  position: relative;
  left: -10px;
}
.theme-rwhite .btn-white {
  color: #F8F8F8;
}
.theme-rwhite .bg-dot {
  background: linear-gradient(90deg, #fff 19px, transparent 1%) center, linear-gradient(#fff 19px, transparent 1%) center, #F8F8F8;
  background-size: 20px 20px;
}
.theme-rwhite .productcard-item {
  border-top: 4px solid #F8F8F8;
}
.theme-rwhite .productcard-item .tag {
  background-color: #F8F8F8;
}
.theme-rwhite .productcard-item .lg {
  color: #F8F8F8;
}
.btn-rwhite {
  background: #E81938;
  color: white;
  --color: #E81938;
  --hover: #E81938;
  transition: 0.25s;
}
.btn-rwhite:hover {
  background: #ed4760;
  color: white;
}
.btn-rwhite:active, .btn-rwhite:focus {
  background: #ea304c;
  color: white;
}

/* new css for white color banner option end */

.theme-tblue .theme-target-c,
.theme-tblue .richtext a:not(.btn),
.theme-tblue .accordion .btn-link::after,
.theme-tblue span[class^=icon-]:before,
.theme-tblue li::before,
.theme-tblue .block-banner h2 span {
  color: #00ABA9 !important;
}
.theme-tblue .slick-dots li button:before,
.theme-tblue .bg-c {
  background: #00ABA9;
}
.theme-tblue .theme-target-border {
  box-shadow: 5px 5px #00ABA9;
}
.theme-tblue .theme-target-dark-border {
  box-shadow: 5px 5px #007877;
}
.theme-tblue .multiselect__select:before {
  color: #00ABA9 !important;
}
.theme-tblue.active > a.border-bottom-x {
  position: relative;
}
.theme-tblue.active > a.border-bottom-x::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #00ABA9;
  height: 3px;
  width: 100%;
}
.theme-tblue .sub-menu {
  background: #00ABA9;
}
.theme-tblue .sub-menu ul li {
  border-bottom: 1px #007877 solid;
}
.theme-tblue .sub-menu ul li:last-child {
  border-bottom: 0px;
}
.theme-tblue .main-nav {
  border-bottom: 3px #00ABA9 solid;
}
.theme-tblue .table {
  border-top: 3px #00ABA9 solid;
}
.theme-tblue .richtext ul li::before {
  content: "•";
  color: #00ABA9;
  position: relative;
  left: -10px;
}
.theme-tblue .btn-white {
  color: #00ABA9;
}
.theme-tblue .bg-dot {
  background: linear-gradient(90deg, #fff 19px, transparent 1%) center, linear-gradient(#fff 19px, transparent 1%) center, #00ABA9;
  background-size: 20px 20px;
}
.theme-tblue .productcard-item {
  border-top: 4px solid #00ABA9;
}
.theme-tblue .productcard-item .tag {
  background-color: #00ABA9;
}
.theme-tblue .productcard-item .lg {
  color: #00ABA9;
}

.theme-orange .theme-target-c,
.theme-orange .richtext a:not(.btn),
.theme-orange .accordion .btn-link::after,
.theme-orange span[class^=icon-]:before,
.theme-orange li::before,
.theme-orange .block-banner h2 span {
  color: #FF6600 !important;
}
.theme-orange .slick-dots li button:before,
.theme-orange .bg-c {
  background: #FF6600;
}
.theme-orange .theme-target-border {
  box-shadow: 5px 5px #FF6600;
}
.theme-orange .theme-target-dark-border {
  box-shadow: 5px 5px #cc5200;
}
.theme-orange .multiselect__select:before {
  color: #FF6600 !important;
}
.theme-orange.active > a.border-bottom-x {
  position: relative;
}
.theme-orange.active > a.border-bottom-x::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #FF6600;
  height: 3px;
  width: 100%;
}
.theme-orange .sub-menu {
  background: #FF6600;
}
.theme-orange .sub-menu ul li {
  border-bottom: 1px #cc5200 solid;
}
.theme-orange .sub-menu ul li:last-child {
  border-bottom: 0px;
}
.theme-orange .main-nav {
  border-bottom: 3px #FF6600 solid;
}
.theme-orange .table {
  border-top: 3px #FF6600 solid;
}
.theme-orange .richtext ul li::before {
  content: "•";
  color: #FF6600;
  position: relative;
  left: -10px;
}
.theme-orange .btn-white {
  color: #FF6600;
}
.theme-orange .bg-dot {
  background: linear-gradient(90deg, #fff 19px, transparent 1%) center, linear-gradient(#fff 19px, transparent 1%) center, #FF6600;
  background-size: 20px 20px;
}
.theme-orange .productcard-item {
  border-top: 4px solid #FF6600;
}
.theme-orange .productcard-item .tag {
  background-color: #FF6600;
}
.theme-orange .productcard-item .lg {
  color: #FF6600;
}

.theme-darkblack .theme-target-c,
.theme-darkblack .richtext a:not(.btn),
.theme-darkblack .accordion .btn-link::after,
.theme-darkblack span[class^=icon-]:before,
.theme-darkblack li::before,
.theme-darkblack .block-banner h2 span {
  color: #212121 !important;
}
.theme-darkblack .slick-dots li button:before,
.theme-darkblack .bg-c {
  background: #212121;
}
.theme-darkblack .theme-target-border {
  box-shadow: 5px 5px #212121;
}
.theme-darkblack .theme-target-dark-border {
  box-shadow: 5px 5px #080808;
}
.theme-darkblack .multiselect__select:before {
  color: #212121 !important;
}
.theme-darkblack.active > a.border-bottom-x {
  position: relative;
}
.theme-darkblack.active > a.border-bottom-x::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #212121;
  height: 3px;
  width: 100%;
}
.theme-darkblack .sub-menu {
  background: #212121;
}
.theme-darkblack .sub-menu ul li {
  border-bottom: 1px #080808 solid;
}
.theme-darkblack .sub-menu ul li:last-child {
  border-bottom: 0px;
}
.theme-darkblack .main-nav {
  border-bottom: 3px #212121 solid;
}
.theme-darkblack .table {
  border-top: 3px #212121 solid;
}
.theme-darkblack .richtext ul li::before {
  content: "•";
  color: #212121;
  position: relative;
  left: -10px;
}
.theme-darkblack .btn-white {
  color: #212121;
}
.theme-darkblack .bg-dot {
  background: linear-gradient(90deg, #fff 19px, transparent 1%) center, linear-gradient(#fff 19px, transparent 1%) center, #212121;
  background-size: 20px 20px;
}
.theme-darkblack .productcard-item {
  border-top: 4px solid #212121;
}
.theme-darkblack .productcard-item .tag {
  background-color: #212121;
}
.theme-darkblack .productcard-item .lg {
  color: #212121;
}

.theme-grey .theme-target-c,
.theme-grey .richtext a:not(.btn),
.theme-grey .accordion .btn-link::after,
.theme-grey span[class^=icon-]:before,
.theme-grey li::before,
.theme-grey .block-banner h2 span {
  color: #C1C1C1 !important;
}
.theme-grey .slick-dots li button:before,
.theme-grey .bg-c {
  background: #C1C1C1;
}
.theme-grey .theme-target-border {
  box-shadow: 5px 5px #C1C1C1;
}
.theme-grey .theme-target-dark-border {
  box-shadow: 5px 5px #a8a8a8;
}
.theme-grey .multiselect__select:before {
  color: #C1C1C1 !important;
}
.theme-grey.active > a.border-bottom-x {
  position: relative;
}
.theme-grey.active > a.border-bottom-x::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #C1C1C1;
  height: 3px;
  width: 100%;
}
.theme-grey .sub-menu {
  background: #C1C1C1;
}
.theme-grey .sub-menu ul li {
  border-bottom: 1px #a8a8a8 solid;
}
.theme-grey .sub-menu ul li:last-child {
  border-bottom: 0px;
}
.theme-grey .main-nav {
  border-bottom: 3px #C1C1C1 solid;
}
.theme-grey .table {
  border-top: 3px #C1C1C1 solid;
}
.theme-grey .richtext ul li::before {
  content: "•";
  color: #C1C1C1;
  position: relative;
  left: -10px;
}
.theme-grey .btn-white {
  color: #C1C1C1;
}
.theme-grey .bg-dot {
  background: linear-gradient(90deg, #fff 19px, transparent 1%) center, linear-gradient(#fff 19px, transparent 1%) center, #C1C1C1;
  background-size: 20px 20px;
}
.theme-grey .productcard-item {
  border-top: 4px solid #C1C1C1;
}
.theme-grey .productcard-item .tag {
  background-color: #C1C1C1;
}
.theme-grey .productcard-item .lg {
  color: #C1C1C1;
}

.theme-lightgrey .theme-target-c,
.theme-lightgrey .richtext a:not(.btn),
.theme-lightgrey .accordion .btn-link::after,
.theme-lightgrey span[class^=icon-]:before,
.theme-lightgrey li::before,
.theme-lightgrey .block-banner h2 span {
  color: #F8F8F8 !important;
}
.theme-lightgrey .slick-dots li button:before,
.theme-lightgrey .bg-c {
  background: #F8F8F8;
}
.theme-lightgrey .theme-target-border {
  box-shadow: 5px 5px #F8F8F8;
}
.theme-lightgrey .theme-target-dark-border {
  box-shadow: 5px 5px #dfdfdf;
}
.theme-lightgrey .multiselect__select:before {
  color: #F8F8F8 !important;
}
.theme-lightgrey.active > a.border-bottom-x {
  position: relative;
}
.theme-lightgrey.active > a.border-bottom-x::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #F8F8F8;
  height: 3px;
  width: 100%;
}
.theme-lightgrey .sub-menu {
  background: #F8F8F8;
}
.theme-lightgrey .sub-menu ul li {
  border-bottom: 1px #dfdfdf solid;
}
.theme-lightgrey .sub-menu ul li:last-child {
  border-bottom: 0px;
}
.theme-lightgrey .main-nav {
  border-bottom: 3px #F8F8F8 solid;
}
.theme-lightgrey .table {
  border-top: 3px #F8F8F8 solid;
}
.theme-lightgrey .richtext ul li::before {
  content: "•";
  color: #F8F8F8;
  position: relative;
  left: -10px;
}
.theme-lightgrey .btn-white {
  color: #F8F8F8;
}
.theme-lightgrey .bg-dot {
  background: linear-gradient(90deg, #fff 19px, transparent 1%) center, linear-gradient(#fff 19px, transparent 1%) center, #F8F8F8;
  background-size: 20px 20px;
}
.theme-lightgrey .productcard-item {
  border-top: 4px solid #F8F8F8;
}
.theme-lightgrey .productcard-item .tag {
  background-color: #F8F8F8;
}
.theme-lightgrey .productcard-item .lg {
  color: #F8F8F8;
}

.theme-must-red .theme-target-c,
.theme-must-red .richtext a:not(.btn),
.theme-must-red .accordion .btn-link::after,
.theme-must-red span[class^=icon-]:before,
.theme-must-red li::before,
.theme-must-red .block-banner h2 span {
  color: #E81938 !important;
}

.theme-must-purple .theme-target-c,
.theme-must-purple .richtext a:not(.btn),
.theme-must-purple .accordion .btn-link::after,
.theme-must-purple span[class^=icon-]:before,
.theme-must-purple li::before,
.theme-must-purple .block-banner h2 span {
  color: #6E27C5 !important;
}

.theme-must-tblue .theme-target-c,
.theme-must-tblue .richtext a:not(.btn),
.theme-must-tblue .accordion .btn-link::after,
.theme-must-tblue span[class^=icon-]:before,
.theme-must-tblue li::before,
.theme-must-tblue .block-banner h2 span {
  color: #00ABA9 !important;
}

.theme-must-orange .theme-target-c,
.theme-must-orange .richtext a:not(.btn),
.theme-must-orange .accordion .btn-link::after,
.theme-must-orange span[class^=icon-]:before,
.theme-must-orange li::before,
.theme-must-orange .block-banner h2 span {
  color: #FF6600 !important;
}

.theme-must-darkblack .theme-target-c,
.theme-must-darkblack .richtext a:not(.btn),
.theme-must-darkblack .accordion .btn-link::after,
.theme-must-darkblack span[class^=icon-]:before,
.theme-must-darkblack li::before,
.theme-must-darkblack .block-banner h2 span {
  color: #212121 !important;
}

.theme-must-grey .theme-target-c,
.theme-must-grey .richtext a:not(.btn),
.theme-must-grey .accordion .btn-link::after,
.theme-must-grey span[class^=icon-]:before,
.theme-must-grey li::before,
.theme-must-grey .block-banner h2 span {
  color: #C1C1C1 !important;
}

.theme-must-lightgrey .theme-target-c,
.theme-must-lightgrey .richtext a:not(.btn),
.theme-must-lightgrey .accordion .btn-link::after,
.theme-must-lightgrey span[class^=icon-]:before,
.theme-must-lightgrey li::before,
.theme-must-lightgrey .block-banner h2 span {
  color: #F8F8F8 !important;
}

.mt-4 {
  margin-top: 2em;
}

.mb-4 {
  margin-bottom: 2em;
}

.my-4 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.multiselect__tags {
  font-size: inherit;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #e0e0e0;
}

.multiselect__single, .multiselect__option, .multiselect__placeholder {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 85%;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 0;
}

.btn {
  border-radius: 0px;
  text-transform: uppercase;
  min-width: 180px;
  font: bold 90%/1.2em "Roboto Condensed", sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn .btn-rounded {
  border-radius: 5px;
}

.btn-red {
  background: #E81938;
  color: white;
  --color: #E81938;
  --hover: #E81938;
  transition: 0.25s;
}
.btn-red:hover {
  background: #ed4760;
  color: white;
}
.btn-red:active, .btn-red:focus {
  background: #ea304c;
  color: white;
}

.btn-purple {
  background: #6E27C5;
  color: white;
  --color: #6E27C5;
  --hover: #6E27C5;
  transition: 0.25s;
}
.btn-purple:hover {
  background: #8845da;
  color: white;
}
.btn-purple:active, .btn-purple:focus {
  background: #7a30d6;
  color: white;
}

.btn-tblue {
  background: #00ABA9;
  color: white;
  --color: #00ABA9;
  --hover: #00ABA9;
  transition: 0.25s;
}
.btn-tblue:hover {
  background: #00dedb;
  color: white;
}
.btn-tblue:active, .btn-tblue:focus {
  background: #00c5c2;
  color: white;
}

.btn-orange {
  background: #FF6600;
  color: white;
  --color: #FF6600;
  --hover: #FF6600;
  transition: 0.25s;
}
.btn-orange:hover {
  background: #ff8533;
  color: white;
}
.btn-orange:active, .btn-orange:focus {
  background: #ff751a;
  color: white;
}

.btn-darkblack {
  background: #212121;
  color: white;
  --color: #212121;
  --hover: #212121;
  transition: 0.25s;
}
.btn-darkblack:hover {
  background: #3b3b3b;
  color: white;
}
.btn-darkblack:active, .btn-darkblack:focus {
  background: #2e2e2e;
  color: white;
}

.btn-grey {
  background: #C1C1C1;
  color: white;
  --color: #C1C1C1;
  --hover: #C1C1C1;
  transition: 0.25s;
}
.btn-grey:hover {
  background: #dbdbdb;
  color: white;
}
.btn-grey:active, .btn-grey:focus {
  background: #cecece;
  color: white;
}

.btn-lightgrey {
  background: #F8F8F8;
  color: white;
  --color: #F8F8F8;
  --hover: #F8F8F8;
  transition: 0.25s;
}
.btn-lightgrey:hover {
  background: white;
  color: white;
}
.btn-lightgrey:active, .btn-lightgrey:focus {
  background: white;
  color: white;
}

.btn-white {
  background: #fff;
  color: #212121;
}

.overflow-hidden::after {
  content: " ";
  clear: both;
  overflow: hidden;
  display: block;
}

.mobileBanner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.account-dropdown {
  background: white;
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 3px;
  padding: 0px;
  border-left: 1px #f3f3f3 solid;
  border-right: 1px #f3f3f3 solid;
  max-height: 0px;
  transition: max-height 100ms ease-in-out;
  overflow: hidden;
  z-index: 3;
}
.account-dropdown.active {
  max-height: 200px;
}
.account-dropdown ul {
  margin-bottom: 0;
}
.account-dropdown ul li {
  border-bottom: 1px #f3f3f3 solid;
}
.account-dropdown a {
  padding: 20px 0px;
  display: block;
  text-align: left;
  text-transform: uppercase;
  font: bold 90%/1.2em "Roboto Condensed", sans-serif, sans-serif;
  min-width: 170px;
}

.row-narrow {
  margin-left: -5px;
  margin-right: -5px;
}
.row-narrow > div[class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.white-text {
  color: white;
}

.section-padding {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section-padding40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.col.timer {
  max-width: 175px;
  width: 175px;
  margin-top: -25px;
}
.col.timer.overlap {
  margin: 0 !important;
  position: absolute;
  right: 0;
  padding: 0;
}
.col.timer.overlap.overlap-left {
  right: inherit;
  left: 0;
}
.col.timer > div {
  padding: 5px 10px;
}
.col.timer .label {
  font-family: "Roboto", sans-serif;
  font-size: 75%;
  margin-left: 5px;
  color: white;
  font-weight: bold;
}
.col.timer .num {
  color: white;
}
.col.timer .num span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 187%;
  font-weight: bold;
  margin-right: 1px;
}
.col.timer .num small {
  font-size: 75%;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.text-dark-red {
  opacity: 0.5;
}

.btn-hollow-red {
  border: 1px #E81938 solid;
  color: #E81938;
  --color: #E81938;
  --hover: #E81938;
  transition: 0.25s;
}
.btn-hollow-red:hover, .btn-hollow-red:focus {
  color: white;
  box-shadow: inset -10em 0 0 0 var(--hover), inset 10em 0 0 0 var(--hover);
}

.btn-hollow-purple {
  border: 1px #6E27C5 solid;
  color: #6E27C5;
  --color: #6E27C5;
  --hover: #6E27C5;
  transition: 0.25s;
}
.btn-hollow-purple:hover, .btn-hollow-purple:focus {
  color: white;
  box-shadow: inset -10em 0 0 0 var(--hover), inset 10em 0 0 0 var(--hover);
}

.btn-hollow-tblue {
  border: 1px #00ABA9 solid;
  color: #00ABA9;
  --color: #00ABA9;
  --hover: #00ABA9;
  transition: 0.25s;
}
.btn-hollow-tblue:hover, .btn-hollow-tblue:focus {
  color: white;
  box-shadow: inset -10em 0 0 0 var(--hover), inset 10em 0 0 0 var(--hover);
}

.btn-hollow-orange {
  border: 1px #FF6600 solid;
  color: #FF6600;
  --color: #FF6600;
  --hover: #FF6600;
  transition: 0.25s;
}
.btn-hollow-orange:hover, .btn-hollow-orange:focus {
  color: white;
  box-shadow: inset -10em 0 0 0 var(--hover), inset 10em 0 0 0 var(--hover);
}

.btn-hollow-darkblack {
  border: 1px #212121 solid;
  color: #212121;
  --color: #212121;
  --hover: #212121;
  transition: 0.25s;
}
.btn-hollow-darkblack:hover, .btn-hollow-darkblack:focus {
  color: white;
  box-shadow: inset -10em 0 0 0 var(--hover), inset 10em 0 0 0 var(--hover);
}

.btn-hollow-grey {
  border: 1px #C1C1C1 solid;
  color: #C1C1C1;
  --color: #C1C1C1;
  --hover: #C1C1C1;
  transition: 0.25s;
}
.btn-hollow-grey:hover, .btn-hollow-grey:focus {
  color: white;
  box-shadow: inset -10em 0 0 0 var(--hover), inset 10em 0 0 0 var(--hover);
}

.btn-hollow-lightgrey {
  border: 1px #F8F8F8 solid;
  color: #F8F8F8;
  --color: #F8F8F8;
  --hover: #F8F8F8;
  transition: 0.25s;
}
.btn-hollow-lightgrey:hover, .btn-hollow-lightgrey:focus {
  color: white;
  box-shadow: inset -10em 0 0 0 var(--hover), inset 10em 0 0 0 var(--hover);
}

.btn-hollow-white {
  border: 1px #fff solid;
  color: #fff;
}
.btn-hollow-white:hover {
  color: #898989;
  box-shadow: inset -10em 0 0 0 #fff, inset 10em 0 0 0 #fff;
}

.btn-dark {
  background: #212121;
  border-color: #212121;
}

.btn-medium {
  min-width: 150px;
  max-width: 100%;
}

.btn-auto {
  min-width: inherit;
}

.btn-input {
  min-width: 140px;
}

.selectize-control {
  font-family: "Roboto", sans-serif;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CCCCCC;
}

:-moz-placeholder {
  /* Firefox 19+ */
  color: #CCCCCC;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCCCCC;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #CCCCCC;
}

.transparent-select > div {
  padding-left: 0;
}
.transparent-select .selectize-control.single .selectize-input.input-active, .transparent-select .selectize-input {
  background: none !important;
  border: none;
  border-radius: 0px;
}
.transparent-select .selectize-input {
  z-index: auto;
}
.transparent-select .selectize-input:after {
  color: #E81938;
  font-family: "icomoon" !important;
  content: "" !important;
  font-size: 90% !important;
  top: 40% !important;
}

a {
  color: #212121;
}

h2 {
  font: bold 187% "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

h3 {
  font: bold 150% "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.no-border {
  border: none !important;
}

#header {
  position: relative;
  z-index: 20;
}

.header-mobile, header .foot {
  display: none;
}

.coverup {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 500ms;
  opacity: 1;
}

.playing .coverup {
  opacity: 0;
}

@media only screen and (min-width: 991px) {
  #header.floating-header.not-hover {
    position: absolute !important;
  }
  #header.floating-header.not-hover .main-nav {
    background-color: transparent;
    background: -moz-linear-gradient(top, rgba(33, 33, 33, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-color: transparent !important;
    border: none;
  }
  #header.floating-header.not-hover .btn-hollow-red {
    border-color: white;
  }
  #header.floating-header.not-hover #login-btn span[class^=icon-]:before, #header.floating-header.not-hover #search-btn span[class^=icon-]:before,
#header.floating-header.not-hover .header_link span[class^=icon-]:before {
    color: white !important;
  }
  #header.floating-header.not-hover .main-nav #login-btn, #header.floating-header.not-hover .main-nav #search-btn, #header.floating-header.not-hover .main-nav .header_link {
    border-left-color: transparent;
  }
  #header.floating-header.not-hover a {
    color: white;
  }
  #header.floating-header.not-hover a.header_logo img {
    opacity: 0;
  }
  #header.floating-header.not-hover a.header_logo.hgcTc {
    background: transparent url("/uploads/HGC-Broadband-Logo_Color.png") center no-repeat;
    /*background: transparent url("/assets/images/logos/HGC_Newlogo_tc_white.png") center no-repeat;*/
    background-size: 100% auto;
    line-height: normal;
  }
  #header.floating-header.not-hover a.header_logo.default {
    background: transparent url("/uploads/HGC-Broadband-Logo_Color.png") center no-repeat;
    /*background: transparent url("/assets/images/logos/HGC_Newlogo_en_white.png") center no-repeat;*/
    background-size: 100% auto;
    line-height: normal;
  }
  #header.floating-header.scrollTop {
    transform: translateY(0px) !important;
  }
  #header.floating-header.scrolling {
    transform: translateY(-175px);
    position: fixed !important;
  }
}
a.header_logo img {
  max-width: 100%;
}

html[lang=en] header .logo {
  height: 47px;
}

html[lang=zh] header .logo {
  height: 47px;
}

header .main-nav #login-btn, header .main-nav #search-btn, header .main-nav .header_link {
  border-color: transparent !important;
}
header a, header a:hover {
  text-decoration: none !important;
}
header .bg-darkblack {
  font-size: 75%;
  font-family: "Roboto Condensed", sans-serif;
  max-height: 50px;
}
header .bg-darkblack .transparent-select {
  display: inline-block;
  margin-top: 5px;
  min-width: 200px;
}
header .bg-darkblack .transparent-select .selectize-control.single .selectize-input.input-active, header .bg-darkblack .transparent-select .selectize-input {
  border-bottom: 2px #E81938 solid;
}
header .bg-darkblack .transparent-select input {
  color: white;
  padding-left: 0;
}
header .bg-darkblack .transparent-select input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
header .bg-darkblack .transparent-select input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
header .bg-darkblack .transparent-select input:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
header .bg-darkblack .transparent-select input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
header .bg-darkblack .transparent-select .selectize-input > * {
  color: white;
}
header .bg-darkblack .transparent-select .selectize-input input {
  min-height: 22px !important;
}
header .bg-darkblack .transparent-select .selectize-input:after {
  color: #E81938;
  content: "";
  font-size: 90%;
  top: 40%;
}
header .bg-darkblack select.transparent-select.selectized + div {
  margin-left: 40px;
}
header .bg-darkblack .selectize-dropdown.single.transparent-select {
  margin-left: 0;
}
header .bg-darkblack a {
  color: #777777;
  font: 500 12px "Roboto Condensed", sans-serif;
}
header .bg-darkblack .btn:hover, header .bg-darkblack a:hover {
  color: white;
}
header .bg-darkblack .active a {
  color: white;
}
header .main-nav {
  position: relative;
  background: #fff;
  transition: background 500ms;
}
header .main-nav .main-right {
  position: static;
  height: 110px;
}
header .main-nav .main-left {
  height: 110px;
  line-height: 110px;
}
header .main-nav .main-left a {
  vertical-align: middle;
  display: inline-block;
  margin-left: 40px;
  line-height: normal;
}
header .main-nav .btn-hollow-red {
  margin-right: 15px;
  margin-left: 6px;
  min-width: 140px;
}
header .main-nav #login-btn, header .main-nav #search-btn, header .main-nav .header_link {
  border-left: 1px #EBEBEB solid;
  border-right: 0;
  min-height: 110px;
  padding-top: 45px;
  padding-bottom: 45px;
  line-height: 25px;
  min-width: 55px;
  border-top: 0;
  border-bottom: 0;
  vertical-align: top;
}
header .main-nav nav {
  display: inline-block;
}
header .main-nav nav .list-inline > li {
  padding-left: 8px;
  padding-right: 8px;
}
header .main-nav nav > ul {
  margin-bottom: 0;
}
header .main-nav nav > ul > li.expanded .sub-menu {
  max-height: inherit;
}
header .main-nav nav > ul > li.expanded span[class^=icon-] {
  transform: rotate(90deg);
}
header .main-nav nav > ul > li > a {
  display: block;
  min-height: 50px;
  line-height: 50px;
}
header .main-nav nav > ul > li > a:hover, header .main-nav nav > ul > li > a:focus, header .main-nav nav > ul > li > a:active {
  color: #212121;
}
header .main-nav nav a {
  font: bold 100% "Roboto Condensed", sans-serif;
}
header .main-nav nav a:hover, header .main-nav nav a:focus, header .main-nav nav a:active {
  color: #212121;
}
header .main-nav nav span[class^=icon-] {
  font-size: 70%;
  transition: all 200ms ease-in-out;
  transform: rotate(0deg);
  display: inline-block;
  font-weight: 700;
  margin-left: 3px;
}
header .main-nav nav .sub-menu {
  max-height: 0px;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  overflow: hidden;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
header .main-nav nav .sub-menu .row {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
header .main-nav nav .sub-menu .second-tier {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  max-width: 20%;
  text-align: left;
  flex-basis: 20%;
}
header .main-nav nav .sub-menu .second-tier > a {
  font: bold 85%/2.5em "Roboto Condensed", sans-serif;
  color: white;
  text-transform: uppercase;
}
header .main-nav nav .sub-menu .second-tier ul a {
  font: normal 85%/2.5em "Roboto Condensed", sans-serif;
  color: white;
  text-transform: uppercase;
}
header #login-btn, header #search-btn, header .header_link {
  color: #212121;
  font-size: 120%;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
header #login-btn span[class^=icon-]:before, header #search-btn span[class^=icon-]:before, header .header_link span[class^=icon-]:before {
  color: #212121;
}
header #login-btn:hover, header #search-btn:hover, header .header_link:hover {
  color: #545454;
  box-shadow: inset -1px -1px 5px 1px #ccc, inset 1px 1px 5px 1px #ccc;
}
header .text-tool {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
header .lang-switcher {
  vertical-align: middle;
}
header .lang-switcher .active.btn {
  color: #E81938;
}
header .lang-switcher a.btn {
  color: #C1C1C1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  border-color: rgba(200, 200, 200, 0.1);
  border-right: 0;
}
header .lang-switcher a.btn:hover {
  color: #fff;
}
header .lang-switcher a:last-child {
  border-right: 0;
}
header .group-buz-list {
  padding-top: 16px;
  padding-bottom: 17px;
}
header svg {
  width: auto;
}

.back-top {
  display: none;
  position: fixed;
  z-index: 2;
  bottom: 60px;
  right: 30px;
}
.back-top a {
  display: flex;
  background: #E81938;
  color: #fff;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
}
.back-top i {
  transform: rotate(180deg);
}
.back-top a:hover {
  background: #ed4760;
  color: #fff;
}

footer {
  border-top: 1px #C1C1C1 solid;
}
footer .footer-menu > .row > .logos, footer .footer-menu > .row > .sitemap {
  padding-top: 45px;
  padding-bottom: 45px;
}
footer .sitemap {
  border-left: 1px #C1C1C1 solid;
  padding-left: 40px;
}
footer ul a {
  font: bold 100% "Roboto Condensed", sans-serif;
  color: #898989;
  text-transform: uppercase;
}
footer ul a:hover, footer ul a:active, footer ul a:focus {
  color: #8e8e8e;
}
footer ul li {
  margin-bottom: 20px;
}
footer .block-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  font: 85% "Roboto", sans-serif;
  color: #777777;
}
footer .block-copyright .col-sm-6 {
  line-height: 30px;
}
footer .block-copyright p {
  display: inline;
  margin-bottom: 0;
}

.text-tool {
  color: #777;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}
.text-tool ul {
  display: inline-block;
  margin-left: 3px;
}
.text-tool ul a {
  color: #777777;
}
.text-tool ul li {
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 0 !important;
}
.text-tool ul li a {
  font-size: 85%;
}
.text-tool ul li:nth-child(2) a {
  font-size: 100%;
}
.text-tool ul li:nth-child(3) a {
  font-size: 120%;
}
.text-tool ul .active a {
  color: #E81938;
}

.lang-switcher {
  display: inline-block;
}
.lang-switcher .btn {
  min-width: 75px;
  border-top: 0;
  border-bottom: 0;
  min-height: 50px;
  line-height: 20px;
}

.icon-list img {
  max-height: 20px;
}
.icon-list li {
  font-size: 70%;
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 991px) {
  body.support .hero-banner .banner-slide .slide-body {
    padding-bottom: 60px;
  }
}
body.support .hero-banner .address-query.inline-form.theme-target-dark-border {
  margin-right: -1px;
}

body.support .filters {
  z-index: 2;
}

.multiselect__option--selected:after {
  display: none;
}

.inline-form.search-bar {
  display: none;
  position: relative;
  max-width: 1158px;
  margin: 0 auto;
  background: white;
}
.inline-form.newsletter-form span[class^=icon] {
  left: 38px;
}
.inline-form.newsletter-form input[type=search], .inline-form.newsletter-form input[type=text] {
  padding-left: 70px;
  padding-right: 15px;
}
.inline-form.newsletter-form input[type=email] {
  padding-left: 80px;
  height: 60px;
}
.inline-form.address-query .col-lg-auto {
  width: 150px;
}
.inline-form.address-query span[class^=icon] {
  left: 38px;
}
.inline-form.address-query input[type=search], .inline-form.address-query input[type=text] {
  padding-left: 70px;
  padding-right: 15px;
}
.inline-form.address-query input[type=email] {
  padding-left: 80px;
}
.inline-form.address-query .col-sm-2.dropdown {
  min-width: 145px;
}
.inline-form.address-query .multiselect {
  border-left: 1px #ccc solid;
}
.inline-form.address-query .multiselect__tags {
  min-height: 60px;
  height: 60px;
  padding-top: 19px;
  padding-left: 9px;
  border: 0;
  padding-top: 0;
  display: flex;
}
.inline-form.address-query .multiselect__tags .multiselect__placeholder {
  align-self: center;
}
.inline-form.address-query .multiselect__tags .multiselect__single {
  white-space: normal;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
  font-size: 85%;
  line-height: 18px;
  align-self: center;
}
.inline-form.address-query .multiselect__select {
  top: 8px;
}
.inline-form.address-query .multiselect__option {
  white-space: normal;
}
.inline-form.address-query .results {
  position: absolute;
  background: white;
  color: #333;
  font-size: 100%;
  width: 100%;
  border: 1px #ccc solid;
  z-index: 9;
  overflow-y: auto;
  max-height: 300px;
}
.inline-form.address-query .results > a {
  padding: 10px 20px;
  display: block;
}
.inline-form.address-query .results > a:hover {
  background: #efefef;
  color: #333;
}
.inline-form span[class^=icon] {
  color: #E81938;
  position: absolute;
  left: 15px;
  top: 18px;
  z-index: 2;
  font-size: 25px;
}
.inline-form input[type=text], .inline-form input[type=search], .inline-form input[type=email] {
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none;
  border: 0px;
  padding-left: 50px;
  display: block;
  width: 100%;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
.inline-form .btn {
  height: 60px;
  min-width: 0;
  width: 100%;
}
.inline-form .form-control.selectize-control {
  height: 60px;
}
.inline-form .form-control.selectize-control .selectize-input {
  height: 100%;
  border-radius: 0;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  border-bottom: 0;
}

.selectize-control.single .selectize-input:after, .selectize-control.multi .selectize-input:after {
  content: "";
  font-family: "icomoon" !important;
  font-size: 8px;
  border: 0;
  top: 3px;
  right: 24px;
  position: absolute;
}

[v-cloak] {
  display: none;
}

.overlap_addressquery {
  text-align: left;
  text-shadow: none !important;
}

.overlap_addressquery_space {
  height: 60px;
}

a.btn.live-chat::before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #E81938;
  position: absolute;
  right: 103%;
  z-index: 3;
  opacity: 0;
  transform: translateY(14px);
  transition: all 1000ms ease-in-out;
  visibility: hidden;
}

a.btn.live-chat .msg {
  position: absolute;
  right: 121%;
  background: #E81938;
  color: white;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: left;
  transform: translateY(14px);
  opacity: 0;
  transition: all 1000ms ease-in-out;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 210px;
  height: auto;
  white-space: normal;
  line-height: 1.1em;
  visibility: hidden;
  text-transform: none;
}

a.btn.live-chat .img {
  background: #fff;
  border-radius: 4px;
  padding: 5px;
}

a.btn.live-chat .row > div {
  padding: 0;
}

a.btn.live-chat .msg::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #e81938;
  position: absolute;
  right: -10px;
  top: 40%;
}

a.btn.live-chat.active::before {
  opacity: 1;
  transform: translateY(0px);
}

a.btn.live-chat.active .msg {
  opacity: 1;
  visibility: initial;
  transform: translateY(0px);
}

.filters {
  line-height: 80px;
  height: 80px;
  position: absolute;
  top: -140px;
  left: 15px;
  right: 15px;
  z-index: 1;
  background: white;
  display: block;
  border: none;
}
.filters .transparent-select .selectize-input:after {
  top: 5px !important;
}
.filters > .row.no-gutters {
  position: relative;
  z-index: 5;
}
.filters .multiselect__option--highlight:after {
  display: none !important;
}
.filters .multiselect__content-wrapper {
  z-index: 20 !important;
}
.filters .filter-menu {
  padding-left: 30px;
}
.filters .filter-menu > div > div {
  border-right: 1px solid #EBEBEB;
}
.filters .filter-menu > div > div .multiselect__tags {
  padding-left: 15px;
}
.filters .filter-menu .plan-type {
  min-width: 135px;
}
.filters .filter-menu .sort-by {
  min-width: 200px;
}
.filters .icon-filter {
  width: 70px;
  height: 80px;
  display: inline-block;
  background: url(/assets/images/funnel.svg) no-repeat #E81938 center;
}
.filters .theme-link {
  font-size: 85%;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #E81938;
  display: block;
  line-height: 1.2em;
}
.filters label {
  max-width: 80px;
}
.filters .selectize-control.transparent-select.single {
  padding-left: 5px;
  padding-right: 5px;
}
.filters .multiselect__tags {
  min-height: 34px;
}
.filters span.multiselect__placeholder {
  line-height: 1em;
  margin-bottom: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block !important;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #212121;
}
.filters .multiselect {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #212121;
  border-radius: 0;
  border: 0;
}
.filters .multiselect__tags, .filters .multiselect__select, .filters .multiselect {
  height: 80px;
  line-height: 1.2em;
}
.filters .multiselect__single {
  vertical-align: middle;
  margin-bottom: 0;
  color: #212121;
}
.filters .multiselect__tags-wrap {
  display: block;
  line-height: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.filters .multiselect__tags {
  line-height: 80px;
}
.filters .multiselect__tags span > span {
  line-height: 1.2em;
}
.filters .multiselect__tags {
  padding-top: 0;
}
.filters .multiselect__select:before {
  color: #E81938;
  border-top: 0;
  font-family: "icomoon" !important;
  content: "" !important;
  font-size: 90% !important;
  top: 40% !important;
}
.filters .multiselect__tags {
  border: 0;
}
.filters .tag-list {
  background: #E81938;
  margin-right: -5px;
  margin-left: 5px;
  padding-left: 20px;
  margin-bottom: 56px;
  line-height: 1em;
  padding: 20px;
  z-index: 1;
}
.filters .tag-list > a {
  background: white;
  border-radius: 10px;
  padding: 5px 20px 5px 20px;
  font: bold 12px "Roboto", sans-serif;
  margin: 0 3px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #212121;
}
.filters .tag-list > a:hover {
  background: #efefef;
}
.filters .tag-list > a::after {
  content: "";
  font-family: "icomoon" !important;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 6px;
  top: 8px;
  color: #E81938;
}
.filters .d-inline-block select {
  position: absolute;
  right: 0;
}
.filters .selectize-input > .item {
  line-height: 1.2em;
  font-size: 85%;
  padding-right: 30px;
}
.filters .selectize-input {
  padding: 0 !important;
  vertical-align: middle;
  line-height: 30px;
}
.filters .selectize-control.single .selectize-input input {
  font-size: 85%;
  min-height: 26px !important;
}
.filters .selectize-control.single .selectize-input input, .filters .selectize-input, .filters .selectize-control.multi .selectize-input input {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding-left: 0;
}
.filters .selectize-control.single .selectize-input input::-webkit-input-placeholder, .filters .selectize-input::-webkit-input-placeholder, .filters .selectize-control.multi .selectize-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #212121;
}
.filters .selectize-control.single .selectize-input input::-moz-placeholder, .filters .selectize-input::-moz-placeholder, .filters .selectize-control.multi .selectize-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #212121;
}
.filters .selectize-control.single .selectize-input input:-ms-input-placeholder, .filters .selectize-input:-ms-input-placeholder, .filters .selectize-control.multi .selectize-input input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #212121;
}
.filters .selectize-control.single .selectize-input input:-moz-placeholder, .filters .selectize-input:-moz-placeholder, .filters .selectize-control.multi .selectize-input input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #212121;
}
.filters label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 85%;
  text-transform: uppercase;
  color: #898989;
  text-align: right;
}
.filters label::after {
  content: ":";
}
.filters .filterlink-item {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.5;
  text-align: center;
}
.filters .filterlink-item.active {
  opacity: 1;
}
.filters .filterlink-item.active a::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  background: #fff;
}
.filters .filterlink-item a {
  color: #fff;
  position: relative;
}
.filters.backlink {
  background: transparent;
}
.filters.backlink .btn {
  width: 180px;
  max-width: 50%;
}

.modal-address-query .modal-body {
  padding: 50px;
}
.modal-address-query .form-address {
  margin: 0;
}
.modal-address-query button.close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.like-list .icon-like {
  font-size: 90%;
}
.like-list ul {
  font: 11px "Roboto", sans-serif;
}
.like-list ul li:before {
  content: "•";
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.font-l {
  font-size: 30px !important;
}

.price-info {
  font: bold 18px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.offer-list {
  margin-top: 140px;
  margin-bottom: 80px;
  position: relative;
}
.offer-list .offer-item {
  background: white;
  margin-bottom: 50px;
}
.offer-list .offer-item > .row > div:last-child {
  padding-bottom: 30px;
  padding-top: 30px;
}
.offer-list .offer-item.offer-pad > .row > div:last-child {
  padding-bottom: 0px;
}

.overlap-dot {
  position: absolute;
  left: 0;
  top: -45px;
  right: 0;
}
.overlap-dot .bg-dot {
  min-height: 300px;
}

.paymentInProgress {
  position: fixed;
  left: 0;
  right: 0;
  background: white;
  z-index: 2000;
  height: 100%;
  top: 0;
}

.accordion > div:last-child {
  border-bottom: 1px solid #C1C1C1;
}
.accordion .btn-link:hover {
  background: #fafafa;
}
.accordion .btn-link.collapsed::after {
  content: "";
  font-size: 30px;
}
.accordion a, .accordion .btn-link {
  text-decoration: none;
}
.accordion .btn-link {
  color: #212121;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 40px 15px 0;
  text-transform: none;
  font-size: 20px;
  white-space: normal;
  line-height: 1em;
}
.accordion .btn-link::after {
  content: "";
  font-family: "icomoon" !important;
  font-size: 5px;
  line-height: 53px;
  width: 35px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0;
  font-weight: normal;
}

body.modal-open {
  padding-right: 0 !important;
}

.offer-modal button.close {
  margin-right: 1em;
  margin-top: 1em;
  opacity: 1;
}
.offer-modal .modal-body {
  padding: 0;
}
.offer-modal .services-wrapper {
  border-bottom: 3px #B90C26 solid;
  margin-bottom: 2em;
  margin-top: 1em;
}
.offer-modal .scrollable {
  max-height: 200px;
  overflow-y: auto;
  font: 85% "Roboto", sans-serif;
  color: #333;
}
.offer-modal .scrollable h5 + div {
  white-space: pre-line;
  padding-bottom: 10px;
}
.offer-modal .bg-red {
  padding-top: 28px;
  padding-bottom: 28px;
}
.offer-modal .accordion {
  background: #F8F8F8;
  padding: 50px 50px 20px;
}
.offer-modal .accordion h5 {
  border-top: 1px #C1C1C1 solid;
  padding-top: 1em;
  margin-top: 1em;
  padding-bottom: 8px;
  font-size: 110%;
  font-weight: bold;
}
.offer-modal .accordion .btn {
  text-align: left;
  font: bold 18px "Roboto Condensed", sans-serif;
  text-transform: none;
  color: #212121;
  text-decoration: none;
  padding-left: 0;
  display: block;
  width: 100%;
}
.offer-modal .py-3 {
  padding: 50px !important;
}

.offer-item .services-wrapper {
  min-height: 225px;
  text-align: center;
  font: bold 12px "Roboto Condensed", sans-serif;
}
.offer-item .services-wrapper img {
  display: block;
  margin: 0 auto 21px;
  max-width: 50px;
  height: auto;
  height: 50px;
}
.offer-item .services-wrapper > div + div::before {
  content: "";
  color: red;
  font-size: 30px;
  font-family: "icomoon" !important;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 20%;
  margin-right: -10px;
}
.offer-item .services-wrapper > div {
  position: relative;
}
.offer-item .services-wrapper > div:nth-child(3n+4)::before {
  display: none !important;
}
.offer-item h2 {
  font: bold 187% "Roboto Condensed", sans-serif;
  text-transform: none;
}
.offer-item h2 span + span::before {
  content: " + ";
}
.offer-item .block-text {
  font: 85% "Roboto", sans-serif;
  color: #898989;
}
.offer-item .block-text ul {
  list-style: none;
  padding-left: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.offer-item .block-text li {
  padding-left: 0;
  margin-bottom: 10px;
}
.offer-item .block-text li:before {
  content: "•";
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  color: #E81938;
}

.container {
  width: 1200px;
  max-width: 100%;
}
.container.container-sm {
  width: 1080px;
  max-width: 85%;
}

html {
  height: 100%;
}

.theme-link {
  text-transform: uppercase;
  font-size: 90%;
  font-family: "Roboto", sans-serif;
}

.icon-container {
  min-height: 90px;
}

.cookie-bar {
  height: 70px;
}
.cookie-bar > div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.cookie-bar p {
  font-size: 85%;
}
.cookie-bar p a {
  text-decoration: underline;
}
.cookie-bar a {
  color: white;
}
.cookie-bar a:hover, .cookie-bar a:active, .cookie-bar a:visited {
  color: #fff;
}
.cookie-bar a.btn {
  color: #E81938;
  text-transform: none;
  padding-left: 0;
  padding-right: 0;
}
.cookie-bar a.btn:hover, .cookie-bar a.btn:active, .cookie-bar a.btn:visited {
  color: #bb132c;
}

.cookie-bar + #header {
  top: 70px !important;
}

.eshop .cookie-bar + #header {
  top: 0px !important;
}

.has-banner #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 12;
  transition: all 200ms;
}

.static-header > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.hero-banner {
  display: block;
  position: relative;
  overflow: hidden;
}
.hero-banner.overlap {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .hero-banner.overlap {
    height: 75vh;
  }
}
.hero-banner.overlap > .banner-slide {
  height: 100%;
}
.hero-banner.overlap + .hero-banner {
  position: relative;
}
.hero-banner.overlap + .hero-banner + div.position-relative {
  background: transparent !important;
}
.hero-banner video {
  height: auto !important;
  width: 100% !important;
}
@supports (object-fit: cover) {
  .hero-banner video {
    height: 100% !important;
    object-fit: cover;
  }
}
.hero-banner .banner-slide {
  position: relative;
  height: 70vh;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font: 18px "Roboto Condensed", sans-serif;
}
.hero-banner .banner-slide .text-center > a, .hero-banner .banner-slide .text-center > h1, .hero-banner .banner-slide .text-center > h2 {
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}
.hero-banner .banner-slide h1 {
  font: bold 80px "Roboto Condensed", sans-serif;
}
.hero-banner .banner-slide p {
  font: bold 24px "Roboto", sans-serif;
  margin-bottom: 40px;
}
.hero-banner .banner-slide .small {
  font-weight: bold;
}
.hero-banner .banner-slide .slide-body {
  position: relative;
  z-index: 2;
  padding-top: 170px;
  height: 90vh;
  max-height: 100%;
}

#home-slider .home-slide p,
.slide-body p {
  font-family: "Roboto", sans-serif;
}

/* slick */
.slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: " ";
  background: white;
  border-radius: 90px;
  transition: all 100ms;
}

.slick-dots li.slick-active button:before {
  transform: scale(1.4);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* slick */
/*home */
#home-slider {
  height: 0;
  min-height: 700px;
  overflow: hidden;
  padding-bottom: 44%;
}
#home-slider .slick-list {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#home-slider .slick-track {
  height: 100%;
}
#home-slider .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
}
#home-slider .slick-track .home-slide {
  position: relative;
}
#home-slider .home-slide {
  position: relative;
  height: 100%;
  min-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Roboto Condensed", sans-serif;
  overflow: hidden;
}
#home-slider .home-slide iframe {
  pointer-events: none;
  width: 150%;
  margin-left: -25% !important;
  margin-top: -100px !important;
  height: 130vh;
}
#home-slider .home-slide .slide-body {
  width: 50%;
  max-width: 100%;
  margin-top: 170px;
  height: calc(100% - 250px);
}
#home-slider h2 {
  font: bold 500%/1.1em "Roboto Condensed", sans-serif;
  line-height: 1em;
  text-transform: none;
}
#home-slider h2 span {
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}
#home-slider h3 {
  font: bold 112%/1.1em "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #E81938;
}
#home-slider .slick-dots {
  position: absolute;
  bottom: 30px;
}

#whats_hot {
  margin-top: 45px;
}
#whats_hot .btn {
  width: 50%;
  min-width: 0;
}

.whats_hot_control a {
  font-size: 50px;
  color: #E81938;
  margin: 0 10px;
  text-decoration: none;
}
.whats_hot_control a *[class*=icon]::before {
  color: #E81938;
}
.whats_hot_control a.slick-disabled *[class*=icon]::before {
  color: #898989;
}

.offer-pad {
  padding: 30px;
}

.post-meta span.date {
  color: #898989;
  font: 14px/18px "Roboto", sans-serif;
}
.post-meta a, .post-meta span {
  font: 14px/18px "Roboto", sans-serif;
}
.post-meta .icon-featured.d-inline-block + .d-inline-block::before {
  content: "+";
  display: inline-block;
  margin: 0 3px;
}
.post-meta .d-inline-block.icon-featured img {
  height: 17px;
  width: auto;
}

.whats_hot_item {
  padding: 0 10px;
  float: left;
}
.whats_hot_item .card {
  width: 400px;
  max-width: 100%;
  margin-bottom: 30px;
}
.whats_hot_item .card, .whats_hot_item .card img {
  border-radius: 0px;
  border: 0;
}
.whats_hot_item .card span[class*=icon-], .whats_hot_item .card img span[class*=icon-] {
  font-size: 18px;
  vertical-align: middle;
}
.whats_hot_item .card h5, .whats_hot_item .card img h5 {
  font: bold 187% "Roboto Condensed", sans-serif;
}

/*home*/
/*banner block */
.block-banner {
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.block-banner.sm {
  min-height: 300px;
}
.block-banner.hot-item {
  min-height: 500px;
}
.block-banner h2 {
  font-size: 500%;
  line-height: 1em;
  text-transform: none;
}
.block-banner h2 p {
  font-size: 100%;
}
.block-banner h2 p.small {
  font-size: 90%;
  color: #C1C1C1;
}
.block-banner h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.block-banner.light h2, .block-banner.light h4, .block-banner.light p {
  color: #212121;
}
.block-banner.light h2 p {
  color: #212121;
}
.block-banner .position-absolute {
  padding-left: 50px;
  left: 0;
  right: 0;
}

.tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 90%;
  padding: 8px;
  z-index: 2;
}
.tag svg, .tag img, .tag .icon {
  position: relative;
  height: 17px;
  top: -2px;
}

.block-banner video, .hero-banner video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.block-banner > div, .hero-banner > div {
  z-index: 2;
}
.block-banner .contact-buttons, .hero-banner .contact-buttons {
  z-index: 5;
  position: fixed;
  right: 25px;
  bottom: 30px;
  transition: bottom 200ms ease-in-out;
}

.back-top-el .contact-buttons {
  bottom: 110px;
}

/*banner block */
/**  blog-item **/
.blog-item {
  margin-bottom: 30px;
}
.blog-item h3 {
  font: bold 187% "Roboto Condensed", sans-serif;
}
.blog-item p {
  font: 85% "Roboto", sans-serif;
  line-height: 1.5em;
  color: #898989;
}

/**  blog-item **/
/* enter address, horizontal short form */
.form-address {
  margin: 50px auto;
}
.form-address.enter_building {
  padding: 30px 15px 40px;
}
.form-address p {
  font: bold 150%/1.2em "Roboto", sans-serif;
  margin-top: 22px;
  margin-bottom: 22px;
}
.form-address .inline-form {
  box-shadow: 5px 5px #9E0A20;
}

.bg-red .form-address {
  margin: 0 auto;
}

.ff-form-errors, .ff-form-success {
  border: 1px white solid;
  padding: 10px;
  line-height: 1em;
  margin-bottom: 10px;
}
.ff-form-errors p, .ff-form-success p {
  font-size: 100%;
  margin: 0 !important;
}

ul.ff-errors {
  list-style: none;
  padding: 10px 20px 10px 10px;
  position: absolute;
}

/* sales funnel*/
.hgc-step {
  position: relative;
}
.hgc-step > a:first-child {
  border: 1px #ccc solid;
  display: block;
  margin-top: 1em;
  padding: 10px 15px;
  border-width: 1px 0 0;
}
.hgc-step > a:first-child h2 {
  margin: 0;
  line-height: 2em;
}
.hgc-step > a.theme-link {
  position: absolute;
  right: 0;
  top: 30px;
}
.hgc-step.expanded {
  padding-top: 20px;
  border-top: 1px #ccc solid;
}
.hgc-step.expanded > a {
  display: none;
}

.steps {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 55px;
}
.steps + .row > div {
  width: 100%;
}
.steps .step {
  color: #898989;
  font: 85% "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  max-width: 200px;
  vertical-align: top;
  margin: 0 20px;
  font: 400 14px "Roboto", sans-serif;
  position: relative;
}
.steps .step::after {
  content: "";
  font-family: "icomoon" !important;
  position: absolute;
  right: -25px;
  top: 13px;
  color: #E81938;
  font-size: 15px;
  transform: rotate(-90deg);
  transform-origin: center;
}
.steps .step:last-child::after {
  display: none;
}
.steps .step.active {
  color: #E81938;
}
.steps .step.active .num {
  background: #E81938;
  color: white;
}
.steps .step.done {
  color: #78CA3C;
}
.steps .step.done .num {
  border-color: #78CA3C;
  box-shadow: 0 5px 10px 0 #DDE0EC;
  font-size: 0;
}
.steps .step.done .num::after {
  font-family: "icomoon" !important;
  content: "";
  font-size: 10px;
  color: #78CA3C;
}
.steps .step.done::after {
  color: #78CA3C;
}
.steps .step .num {
  border: 1px solid #E81938;
  font-family: "Roboto", sans-serif;
  box-shadow: 0 5px 10px 0 #DDE0EC;
  font-size: 100%;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 90px;
  display: block;
  line-height: 40px;
  color: #E81938;
  margin: 0 auto 8px;
}

.question-pop {
  display: inline-block;
  border: 1px #E81938 solid;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  text-align: center;
  line-height: 12px;
  color: #E81938;
  border-radius: 90px;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial;
}

.card-body {
  padding: 40px;
}

#weekly_picker {
  z-index: 2000;
}
#weekly_picker .modal-body {
  padding: 40px 20px;
}
#weekly_picker .weekly-picker {
  border: 1px #ccc solid;
  font: 85% "Roboto", sans-serif;
  border-width: 1px 1px 0 1px;
}
#weekly_picker .weekly-picker > .row:first-child > .col {
  padding: 10px 3px;
}
#weekly_picker .weekly-picker .col {
  border: 1px #ccc solid;
  border-width: 0px 1px 1px 0px;
}
#weekly_picker .weekly-picker .col > * {
  padding: 10px 3px;
}
#weekly_picker .weekly-picker .time-slot {
  background: #efefef;
}
#weekly_picker .weekly-picker .time-slot.active {
  background: white;
}
#weekly_picker .weekly-picker .time-slot.active:hover {
  background: #E81938;
  color: white;
  cursor: pointer;
}

.sales-funnel {
  margin-bottom: 80px;
  padding-left: 55px;
}
.sales-funnel label p {
  margin-bottom: 0;
}
.sales-funnel .form-control[readonly] {
  background: white;
}
.sales-funnel .offer-item .services-wrapper > div::after {
  font-size: 15px;
}
.sales-funnel .offer-item .services-wrapper > div + div::before {
  left: -7px;
  font-size: 87%;
}
.sales-funnel .offer-item .services-wrapper img {
  height: 35px;
  margin: 0 auto 10px;
}
.sales-funnel .offer-item .services-wrapper {
  min-height: inherit;
  padding-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.sales-funnel .accordion {
  border-top: 1px #C1C1C1 solid;
  padding-top: 10px;
}
.sales-funnel .accordion hr {
  border-color: #C1C1C1;
}
.sales-funnel .accordion hr + hr {
  display: none;
}
.sales-funnel .accordion ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  margin-bottom: 0;
}
.sales-funnel .accordion h5 {
  font: bold 18px "Roboto Condensed", sans-serif;
  color: #212121;
}
.sales-funnel .accordion .btn-link {
  font-size: 18px;
}
.sales-funnel .accordion .btn-link::after {
  font-size: 4px;
}
.sales-funnel .accordion .btn-link.collapsed::after {
  font-size: 20px;
}
.sales-funnel .accordion .table {
  border: 0px;
  margin-bottom: 0;
}
.sales-funnel .accordion .table td, .sales-funnel .accordion .table th {
  border: 0px;
  background: white;
  font-weight: normal;
  text-transform: none;
  padding-left: 0;
  padding-right: 0;
}
.sales-funnel .help {
  font-family: "Roboto", sans-serif;
  font-size: 90%;
  color: #898989;
  line-height: 24px;
}
.sales-funnel h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 3em;
  color: #212121;
  line-height: 50px;
}
.sales-funnel h2 {
  font: bold 187% "Roboto Condensed", sans-serif;
  text-transform: none;
  margin-bottom: 30px;
}
.sales-funnel .well {
  background: #F8F8F8;
  padding: 20px;
}
.sales-funnel .card {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  border: 0;
}
.sales-funnel .card h3 {
  font: bold 24px "Roboto Condensed", sans-serif;
  text-transform: none;
}
.sales-funnel .wysiwyg {
  font: 14px/1.3em "Roboto", sans-serif;
  color: #898989;
}
.sales-funnel .wysiwyg strong, .sales-funnel .wysiwyg a {
  color: #E81938;
}
.sales-funnel .wysiwyg ul {
  list-style: none;
  padding-left: 10px;
}
.sales-funnel .wysiwyg ul li {
  margin-bottom: 5px;
}
.sales-funnel .wysiwyg ul li:before {
  content: "•";
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  color: #E81938;
  vertical-align: middle;
}
.sales-funnel .block-tc {
  font: 14px/1.7em "Roboto", sans-serif;
}
.sales-funnel .block-tc .scrollable {
  overflow-y: auto;
  height: 300px;
  background: white;
  padding: 20px;
  border: 1px #ccc solid;
}
.sales-funnel .block-tc h5 {
  font: 16px/1.2em "Roboto", sans-serif;
  color: #898989;
}
.sales-funnel .block-tc h5 + div {
  color: #898989;
  border-bottom: 1px #ccc solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sales-funnel .form-fields label {
  font: bold 18px "Roboto", sans-serif;
}
.sales-funnel .form-fields label.required::after {
  content: "*";
  color: #E81938;
  display: inline-block;
  margin-left: 3px;
}
.sales-funnel .form-fields .transparent-select {
  border-bottom: 1px #C1C1C1 solid;
}
.sales-funnel .form-fields .transparent-select input {
  line-height: 32px !important;
}
.sales-funnel .form-fields .transparent-select .selectize-input {
  padding-bottom: 0 !important;
}
.sales-funnel .form-fields .vdp-datepicker {
  position: relative;
}
.sales-funnel .form-fields .vdp-datepicker input {
  border: 0;
  border-bottom: 1px #ccc solid;
  min-height: 45px;
  width: 100%;
}
.sales-funnel .form-fields .vdp-datepicker::after {
  font-family: "icomoon" !important;
  content: "";
  color: #E81938;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 25px;
  pointer-events: none;
}
.sales-funnel .form-fields .mobilephone_field {
  position: relative;
}
.sales-funnel .form-fields .mobilephone_field::before {
  content: "+852";
  position: absolute;
  left: 0px;
  top: 0;
  height: 45px;
  line-height: 45px;
}
.sales-funnel .form-fields .mobilephone_field input {
  padding-left: 50px !important;
}
.sales-funnel .form-fields .form-control {
  border-width: 0px 0px 1px 0px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  min-height: 45px;
}
.sales-funnel .form-fields .form-control input {
  border: 0px;
}
.sales-funnel .form-fields .form-group.form-check {
  margin-bottom: 10px;
}
.sales-funnel .form-fields .form-group.form-check label {
  font-weight: normal;
  font: 85% "Roboto", sans-serif;
  color: #898989;
}
.sales-funnel .form-fields .form-group.form-check label a {
  color: #E81938;
}
.sales-funnel .form-fields .form-group {
  margin-bottom: 50px;
}
.sales-funnel .form-fields .form-check label {
  color: #898989;
  font: 85% "Roboto", sans-serif;
}
.sales-funnel .form-fields .x-radio .form-check {
  padding-left: 0;
}
.sales-funnel .form-fields .x-radio input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sales-funnel .form-fields .x-radio .form-check-label {
  /* the checked style using the :checked pseudo class */
  /* never forget focus styling */
}
.sales-funnel .form-fields .x-radio .form-check-label span {
  line-height: 20px;
}
.sales-funnel .form-fields .x-radio .form-check-label [type=radio] + span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #C1C1C1;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}
.sales-funnel .form-fields .x-radio .form-check-label [type=radio]:checked + span:before {
  background: #E81938;
  box-shadow: 0 0 0 1px #E81938;
}
.sales-funnel .form-fields .x-radio .form-check-label [type=radio]:focus + span:after {
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}
.sales-funnel .block-review section {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px #C1C1C1 solid;
}
.sales-funnel .block-review section h2 {
  font: bold 187% "Roboto Condensed", sans-serif;
  margin-bottom: 30px;
}
.sales-funnel .block-review section div[class*=col] {
  margin-bottom: 18px;
  font-family: "Roboto", sans-serif;
  color: #898989;
}
.sales-funnel .block-review section div[class*=col] strong {
  font: bold 18px "Roboto Condensed", sans-serif;
  color: #212121;
}
.sales-funnel .block-review section ul {
  padding-left: 5px;
}
.sales-funnel .block-review section:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
}
.sales-funnel .block-contract-period {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  font: bold 18px/24px "Roboto Condensed", sans-serif;
}
.sales-funnel .block-contract-period .row:first-child {
  margin-bottom: 15px;
}
.sales-funnel .block-contract-period .row > *:last-child {
  font-size: 24px;
}
.sales-funnel .block-contract-period .small {
  font-size: 90%;
  font-weight: bold;
}
.sales-funnel .copy-field {
  background: white;
  padding: 18px 20px;
  color: #212121;
  position: relative;
}
.sales-funnel .copy-field .btn {
  position: absolute;
  right: 5px;
  top: 6px;
  min-width: 100px;
}
.sales-funnel .block-thank-hero h1 {
  color: white;
  text-transform: uppercase;
  font: bold 24px "Roboto Condensed", sans-serif;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sales-funnel .card-indicator {
  position: absolute;
  right: 15px;
  top: 40px;
}

.block-selector .active {
  color: white;
}
.block-selector .active span[class^=icon-] {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: white;
  font-size: 7px;
  border-radius: 90px;
  line-height: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
.block-selector .btn-block {
  margin-bottom: 0.8em;
}
.block-selector span {
  line-height: 16px;
}

.container-pad {
  margin-top: 80px;
}

.container-pad-sm {
  margin-top: 50px;
}

.support_main_content h3 {
  text-transform: none;
}

.has-sidebar .row > .col-lg-9 {
  padding: 0 50px 50px;
}
.has-sidebar .row > .col-lg-9 .container, .has-sidebar .row > .col-lg-9 .container-sm {
  width: 100%;
  max-width: 100%;
}
.has-sidebar .accordion {
  padding: 15px 0;
}

.sidebar-subnav {
  border-right: 2px solid #C1C1C1;
}
.sidebar-subnav a {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.sidebar-subnav a:hover {
  color: #898989;
  text-decoration: none;
}
.sidebar-subnav a::before {
  content: "•";
  display: inline-block;
  margin-right: 10px;
}

/* sales funnel */
.multiselect__single + .multiselect__placeholder {
  display: none;
}

.multiselect__select:before {
  color: #E81938;
  border-top: 0;
  font-family: "icomoon" !important;
  content: "" !important;
  font-size: 90% !important;
  top: 10px !important;
}

.multiselect__tags {
  border: 0px;
  border-bottom: 1px #ccc solid;
  border-radius: 0px;
  padding-left: 0;
}

.is-invalid .multiselect__tags {
  border-color: #E81938;
}

.multiselect__option--highlight {
  background: #F8F8F8;
}
.multiselect__option--highlight > span {
  color: #E81938;
}
.multiselect__option--highlight::after {
  background: #F8F8F8;
  color: #C1C1C1;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  margin: 0px auto 0 auto;
  border: solid 2px #424242;
  border-top: solid 2px #E81938;
  border-radius: 50%;
}
.loader.loader-small {
  width: 20px;
  height: 20px;
}
.loader.loader-small .check {
  transform: scale(0.6) translateX(-7px) translateY(6px);
  transform-origin: center;
}
.loader.loader-floating {
  position: absolute;
  right: 10%;
  top: 15px;
}
.loader.stop {
  animation: none !important;
  border-color: #E81938;
}

.check {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate3d(-4px, 40px, 0);
  opacity: 0;
}
.check span:nth-child(1) {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
.check span:nth-child(2) {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg) translate3d(14px, -4px, 0);
  transform-origin: 100%;
}

.loader.active {
  animation: loading 2s ease-in-out infinite;
}

.check.active {
  opacity: 1;
  transform: translate3d(-4px, 4px, 0);
  transition: all 0.5s cubic-bezier(0.49, 1.74, 0.38, 1.74);
  transition-delay: 0.2s;
}

@keyframes loading {
  30% {
    opacity: 1;
  }
  85% {
    opacity: 1;
    transform: rotate(1080deg);
    border-color: #E81938;
  }
  100% {
    opacity: 1;
    transform: rotate(1080deg);
    border-color: #E81938;
  }
}
.loading svg {
  min-height: 90px;
  min-width: 90px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.loading h1 {
  font-size: 25px;
}

.has-tooltip {
  display: inline-block;
}

.richtext {
  color: #333;
  /*24Jun*/
  /*end24Jun*/
}
.richtext h1, .richtext h2, .richtext h3 {
  color: #212121;
  text-transform: none;
  margin-bottom: 0.5em;
}
.richtext p, .richtext ul, .richtext table, .richtext ol {
  font-family: "Roboto", sans-serif;
  font-size: 96%;
  line-height: 1.8em;
}
.richtext ul {
  list-style: none;
  padding-left: 15px;
}
.richtext img, .richtext iframe, .richtext table {
  max-width: 100%;
}
.richtext .btn {
  margin-right: 10px;
  margin-bottom: 15px;
  display: inline-block;
  min-width: 180px;
  max-width: 100%;
}
.richtext ol ol {
  list-style-type: lower-alpha;
}
.richtext ol ol ol {
  list-style-type: lower-roman;
}

.footnotes {
  margin: 15px 0 30px;
  padding: 30px;
  font-size: 90%;
  color: #898989;
}
.footnotes p {
  font-size: 90%;
}

.block-intro .richtext {
  padding: 0 30px;
}
.block-intro .row {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}
.block-intro .row > div:first-child {
  border-right: 1px solid #C1C1C1;
}

.block-callouts .item {
  text-align: center;
  margin: 10px auto 15px;
  max-width: 100%;
}
.block-callouts .item .lg {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 15px;
}
.block-callouts .item .lg small {
  font-size: 100%;
  font-weight: bold;
}
.block-callouts .item h3 {
  margin: 20px auto 10px;
}
.block-callouts .item p {
  color: #898989;
  font-size: 90%;
}
.block-callouts .item img {
  height: 108px;
}
.block-callouts .item img.lg {
  margin-bottom: 10px;
  height: 120px;
}
.block-callouts .item .btn {
  width: 150px;
  margin: 20px auto;
}
.block-callouts .item .list-inline {
  width: 80%;
  display: block;
  margin: 0 auto;
  font-size: 11px;
}
.block-callouts .item .list-inline li::before {
  content: "•";
}

.download-item {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding: 15px 0;
  border-bottom: 1px solid #C1C1C1;
}
.download-item a.icon {
  display: flex;
  align-items: center;
  float: right;
  text-transform: uppercase;
}
.download-item a.icon img, .download-item a.icon svg {
  margin-right: 15px;
}

.table th {
  text-transform: uppercase;
}
.table th, .table .lg, .table small {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.table .lg {
  font-size: 32px;
}
.table .lg small {
  font-size: 90%;
}
.table td {
  border-bottom: 0;
  border-top: 0;
  border-right: 1px solid #C1C1C1;
}
.table td:last-child {
  border-right: 0;
}
.table tfoot td {
  font-weight: bold;
  border-top: 1px solid #C1C1C1;
}
.table tr:nth-child(odd) {
  background-color: #F8F8F8;
}
.table p {
  font-size: 90%;
}
.table strong {
  color: #212121;
  font-size: 100%;
}

.productcard-item {
  position: relative;
  margin: 30px auto;
  padding-top: 50px;
  border-radius: 0;
  border: 0;
  box-shadow: 0 2px 8px rgba(50, 50, 50, 0.1);
  text-align: center;
}
.productcard-item .image {
  margin: 15px 0;
}
.productcard-item .image img {
  height: 100px;
}
.productcard-item .block {
  padding: 20px;
}
.productcard-item .container-sm {
  width: 80%;
  margin: 0 auto;
}
.productcard-item .row > * {
  border-right: 1px solid rgba(50, 50, 50, 0.1);
}
.productcard-item .row > *:last-child {
  border: 0;
}
@media only screen and (min-width: 991px) {
  .productcard-item .h250 {
    height: 250px;
  }
}
.productcard-item h3 {
  text-transform: none;
}
.productcard-item h4, .productcard-item .lg {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.productcard-item h4 {
  font-size: 100%;
}
.productcard-item .btn {
  width: 250px;
  white-space: normal;
  margin: 15px auto 30px;
}
.productcard-item hr {
  width: 80%;
  margin: 0 auto 10px;
}
.productcard-item .lg {
  font-size: 30px;
}
.productcard-item .lg small {
  font-size: 100%;
  font-weight: bold;
}
.productcard-item p {
  opacity: 0.7;
}
.productcard-item .richtext {
  text-align: left;
}
.productcard-item .richtext ul, .productcard-item .richtext p {
  line-height: 1.3;
}
.productcard-item .richtext ul {
  display: flex;
  flex-wrap: wrap;
}
.productcard-item .richtext ul li {
  padding: 2px 5px;
  flex-basis: 50%;
  max-width: 50%;
}

.carousel-sm-container {
  position: relative;
}
.carousel-sm-container .carousel {
  width: 1000px;
  max-width: 85%;
  margin: 0 auto 30px;
}
.carousel-sm-container .slide {
  position: relative;
}
.carousel-sm-container .slide .card {
  margin: 15px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.carousel-sm-container .slide img {
  width: 100%;
}
.carousel-sm-container .prev, .carousel-sm-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-sm-container .prev svg, .carousel-sm-container .next svg {
  width: 50px;
}
.carousel-sm-container .prev {
  left: 0;
}
.carousel-sm-container .next {
  right: 0;
}
.carousel-sm-container .slick-dots {
  bottom: -35px;
}

.block-video {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.block-video iframe, .block-video video {
  display: block;
  margin: 30px auto;
  width: 100%;
  height: 50%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-results {
  margin: 0 auto;
}
.search-results h1 {
  color: #212121;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: bold;
}
.search-results .top {
  color: #898989;
}

.search-item {
  padding: 30px 0;
  border-bottom: 1px solid #C1C1C1;
}
.search-item h3 {
  margin: 10px 0;
  text-transform: none;
}
.search-item .date {
  display: inline-block;
  margin-right: 15px;
  color: #898989;
}
.search-item .url {
  text-decoration: underline;
  word-break: break-word;
}

.article-top h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: bold;
}
.article-top .date {
  display: inline-block;
  margin-right: 15px;
  color: #898989;
}

.contact-buttons {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
.contact-buttons .item {
  margin-bottom: 15px;
  position: relative;
}
.contact-buttons .btn {
  background: #E81938;
  color: #fff;
  min-width: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  width: 60px;
  height: 60px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-buttons .btn:hover {
  background: #ed4760;
}
.contact-buttons .pop {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 90px;
  right: 0;
  width: 180px;
  padding: 5px 10px;
  background: #E81938;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  line-height: 22px;
}
.contact-buttons .pop span {
  display: block;
}
.contact-buttons .pop img {
  width: 40px;
  display: block;
  margin-left: 5px;
}
.contact-buttons .pop .lg {
  font-weight: bold;
  font-size: 30px;
}
.contact-buttons .pop .row {
  margin-bottom: 5px;
}
.contact-buttons .pop::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 7.5px 0 7.5px;
  border-color: #E81938 transparent transparent transparent;
  transform: rotate(-20deg);
}

.menu-toggle-icon {
  width: 20px;
  height: 16px;
  position: relative;
  margin: 0px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu-toggle-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #212121;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-toggle-icon span:nth-child(1) {
  top: 0px;
}
.menu-toggle-icon span:nth-child(2), .menu-toggle-icon span:nth-child(3) {
  top: 6px;
}
.menu-toggle-icon span:nth-child(4) {
  top: 12px;
}
.menu-toggle-icon.open span {
  background: #E81938;
}
.menu-toggle-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.menu-toggle-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-toggle-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-toggle-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (min-width: 1280px) {
  .modal-lg {
    max-width: 980px;
  }
}
@media only screen and (max-width: 1200px) {
  header .main-nav .btn-hollow-red {
    min-width: 70px;
  }
  header .main-nav #search-btn, header .main-nav #login-btn, header .main-nav .header_link {
    min-width: 45px;
  }

  header .main-nav nav a {
    font-size: 90%;
  }
}
@media only screen and (max-width: 990px) {
  .account-dropdown {
    position: fixed;
    top: 49px;
  }

  .cookie-bar > div {
    top: 52px;
    background: rgba(52, 58, 64, 0.8) !important;
  }

  .eshop-side {
    border-top: 2px #ccc dashed;
    padding-top: 27px;
  }

  .contact-buttons .msg {
    display: none;
  }

  .btn.btn-auto {
    min-width: inherit;
  }

  .cookie-bar p {
    margin: 0;
  }

  .cookie-bar + #header {
    top: 0 !important;
  }

  .section-padding40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-padding {
    padding-top: 30px;
  }

  #header.container {
    max-width: 100%;
    padding: 0;
    max-height: 100%;
    overflow: auto;
  }

  .header-mobile, header .foot {
    display: block;
  }

  header .btn {
    min-width: 0;
  }
  header .header-container {
    display: none;
  }
  header .main-left, header #search-btn, header #login-btn, header .header_link, header .menu-business, header .btn-hollow-red {
    display: none;
  }
  header .main-nav {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  header .main-nav .main-right {
    position: relative;
    height: auto;
  }
  header .main-nav nav {
    position: relative;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  header .main-nav nav > ul li {
    display: block;
  }
  header .main-nav nav > ul li > a {
    display: inline-block;
    font-size: 18px;
    min-height: 30px;
    line-height: 30px;
    margin-left: 15px;
  }
  header .main-nav nav > ul li > a span[class^=icon-] {
    font-size: 90%;
  }
  header .main-nav nav .list-inline > li {
    padding: 8px 0;
    margin: 0;
  }
  header .main-nav nav .sub-menu {
    position: relative;
    top: 0;
  }
  header .main-nav nav .sub-menu .second-tier {
    flex-basis: 100%;
    max-width: none;
    margin: 0 15px;
  }
  header .main-nav nav .sub-menu .second-tier ul a {
    margin-left: 0;
  }
  header .bg-darkblack .row {
    display: block;
  }
  header .bg-darkblack .right {
    float: right;
    max-width: 100%;
  }
  header .header-mobile {
    background: #fff;
    border-bottom: 2px solid #E81938;
  }
  header .header-mobile .col.lg {
    flex-basis: 60%;
    padding-left: 10%;
  }
  header .header-mobile .col.sm {
    flex-basis: 10%;
  }
  header .header-mobile a {
    height: 50px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
  }
  header .header-mobile img.logo {
    height: 30px;
  }
  header .header-mobile .border-right {
    border-right: 1px solid #C1C1C1;
  }
  header .foot {
    color: #898989;
    padding: 0 15px;
  }
  header .foot a {
    font-size: 90%;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #898989;
    display: block;
    margin-top: 8px;
  }
  header .foot .copyright {
    display: block;
    width: 80%;
    float: right;
    font-size: 12px;
    line-height: 1.2em;
  }
  header #search-bar input#search {
    width: 90%;
    margin: 10px auto;
    background: rgba(200, 200, 200, 0.1);
  }
  header #search-bar select, header #search-bar .selectize-control {
    width: 80%;
    margin: 5px auto;
  }
  header #search-bar .btn {
    margin: 5px auto;
    width: 80%;
  }
  header .lang-switcher .btn {
    min-width: 43px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header .lang-switcher .active {
    display: none !important;
  }

  .back-top {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .back-top a {
    margin: 0 auto -20px;
  }

  footer ul li {
    margin-bottom: 10px;
  }
  footer ul a {
    font-size: 90%;
  }
  footer .footer-menu > .row > .logos {
    padding: 30px 0 10px;
  }
  footer .footer-menu > .row > .logos img {
    margin: 0 15px !important;
  }
  footer .footer-menu > .row > .sitemap {
    padding: 15px 0;
    border: 0;
  }
  footer .footer-menu > .row > .sitemap .row {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  footer .block-copyright {
    text-align: center;
  }
  footer .block-copyright .container {
    margin: 0 auto;
  }
  footer .block-copyright p {
    display: block;
    line-height: 1.3em;
    margin-top: 15px;
  }
  footer .block-copyright .text-center {
    width: 240px;
    margin: 0 auto;
  }
  footer .block-copyright a {
    margin-bottom: 8px;
  }

  .inline-form input[type=text] {
    font-size: 90%;
    line-height: 55px;
  }
  .inline-form .form-control.selectize-control {
    height: 40px;
  }
  .inline-form .btn {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .inline-form span[class^=icon] {
    top: 20px;
    left: 30px;
  }

  .form-address.enter_email .icon-email {
    display: none;
  }
  .form-address.enter_email input {
    padding-left: 15px !important;
  }

  .container, .container-sm {
    max-width: 100%;
  }

  .container-pad-sm {
    margin-top: 15px;
  }

  body, .richtext, .home-slide p {
    font-size: 90%;
  }

  .article-top h1,
.hero-banner .banner-slide h1,
.block-banner h2,
#home-slider h2 {
    font-size: 250%;
  }

  .hero-banner .banner-slide p {
    font-size: 112%;
  }

  .richtext .btn,
.btn {
    min-width: 140px;
    max-width: 100%;
  }

  #home-slider {
    text-align: center;
    min-height: 400px;
    padding-bottom: 0;
    height: 90vh;
  }
  #home-slider .container.theme-red {
    padding-top: 60px;
  }
  #home-slider .slick-list {
    position: relative;
  }
  #home-slider .d-flex > * {
    min-width: 0;
    width: 50%;
  }
  #home-slider .home-slide {
    min-height: 400px;
    background-position: center;
  }
  #home-slider .home-slide .slide-body {
    margin: 0px auto 0px;
    height: auto;
    width: 100%;
  }

  .hero-banner .banner-slide {
    min-height: 300px;
    height: auto;
    padding-top: 65px;
    padding-bottom: 55px;
    display: flex;
    align-items: center;
  }
  .hero-banner .banner-slide .slide-body {
    padding-top: 0;
  }

  .contact-buttons {
    position: fixed;
    bottom: 0;
    right: 10px;
    transform: scale(0.8);
  }

  .filters {
    position: relative;
    left: 0;
    top: 0;
    margin-top: -40px;
    margin-bottom: 30px;
    height: auto;
    line-height: 1.5em;
    box-shadow: none;
  }
  .filters .d-flex > .theme-link {
    display: block;
    width: 100%;
  }
  .filters .icon-filter {
    height: 50px;
  }
  .filters .filter-menu {
    padding-left: 0;
  }
  .filters .multiselect__tags {
    line-height: 40px;
  }
  .filters span.multiselect__placeholder {
    padding-left: 15px;
  }
  .filters .multiselect {
    border-bottom: 1px #ececec solid;
  }
  .filters .multiselect__tags, .filters .multiselect__select, .filters .multiselect {
    height: 40px;
  }
  .filters .theme-link {
    height: 40px;
    text-align: center;
    display: block;
    border-bottom: 1px #ececec solid;
    line-height: 40px;
  }
  .filters .filter-menu > .row > *:last-child {
    padding-left: 15px;
  }
  .filters .filter-menu > .row > *:last-child label {
    line-height: 40px;
  }
  .filters .filter-menu {
    max-height: 0px;
    overflow: hidden;
    min-height: inherit;
    position: absolute;
    top: 100%;
    left: 0;
    transition: 400ms all ease-in-out;
    box-shadow: 1px 1px 2px 0px #e4e4e4;
  }
  .filters .filter-menu.active {
    max-height: 500px;
    overflow: visible;
  }
  .filters .selectize-input, .filters .selectize-input input {
    height: 40px;
  }
  .filters .filterlink-item {
    padding: 10px;
  }
  .filters .filterlink-item a::after {
    display: none !important;
  }
  .filters.backlink .btn {
    min-width: 0;
    width: 100px;
  }

  .offer-list .offer-item {
    padding: 15px;
  }
  .offer-list .offer-item > .row > div:last-child {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .price-info {
    margin-top: 1em;
  }

  .col.timer {
    margin-top: 0;
    width: auto;
    max-width: inherit;
    display: inline-block;
    flex-grow: unset;
    flex-basis: auto;
  }
  .col.timer .bg-red > div {
    display: inline-block;
    vertical-align: middle;
  }

  .offer-pad {
    padding: 0px;
  }

  .offer-list {
    margin-top: 2em;
  }

  .container, .container.container-sm {
    max-width: 100%;
    width: 100%;
  }

  .has-sidebar .row > .col-lg-9 {
    padding: 15px;
  }

  .sidebar-subnav {
    margin-bottom: 30px;
    text-align: center;
    border-right: 0;
  }
  .sidebar-subnav a {
    display: inline-block;
    margin: 0 15px;
  }
  .sidebar-subnav a::before {
    display: none;
  }

  .block-banner {
    min-height: 450px;
    text-align: center;
  }
  .block-banner .container {
    padding: 50px 15px;
  }
  .block-banner .position-absolute {
    padding-left: 0;
  }
  .block-banner .d-flex {
    justify-content: center;
  }

  .accordion .btn-link {
    font-size: 100%;
  }
  .accordion .btn-link::after {
    top: -2px;
    transform: scale(0.8);
  }

  .block-intro .row > div:first-child {
    border: 0;
  }
  .block-intro .richtext {
    padding: 0 0 15px;
  }

  .block-callouts .item {
    margin: 15px auto;
  }
  .block-callouts .item h3 {
    font-size: 20px;
  }
  .block-callouts .item img {
    height: 50px;
  }
  .block-callouts .item img.lg {
    height: 90px;
  }

  .blog-item img {
    margin-bottom: 15px;
  }

  .carousel-sm-container .carousel {
    max-width: 100%;
  }
  .carousel-sm-container .card {
    margin: 0;
  }
  .carousel-sm-container .card img {
    margin-bottom: 15px;
  }
  .carousel-sm-container .prev, .carousel-sm-container .next {
    display: none !important;
  }

  .form-address p {
    font-size: 18px;
  }
  .form-address img {
    max-height: 50px;
  }
  .whats_hot_item .card h5,
.whats_hot_item .card img h5 {
    font-size: 20px;
  }
}
.sales-kiosks .kiosks h2 {
  text-transform: none;
  color: #E81938;
}
.sales-kiosks .kiosks .kiosk-item .title {
  font-weight: bold;
  font-size: 112%;
  color: #212121;
}
.sales-kiosks .kiosks .kiosk-item p {
  color: #898989;
}
.sales-kiosks .kiosks .kiosk-item .location a {
  color: #E81938;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 85%;
  font-weight: bold;
}

.form-control.selectize-control.red-border {
  border: 1px solid #E81938;
}
.form-control.selectize-control.red-border .items .item {
  color: #E81938;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 90%;
  margin: 0.25rem 0 0 1.25rem;
}

.hotspots-block .multiselect {
  border: 1px solid #E81938;
  height: 47px;
}
.hotspots-block .multiselect .multiselect__select {
  height: 47px;
  right: 0;
  top: 0;
}
.hotspots-block .multiselect .multiselect__tags {
  border-bottom: 0;
  padding-top: 0;
  height: 100%;
  display: flex;
}
.hotspots-block .multiselect .multiselect__tags .multiselect__single, .hotspots-block .multiselect .multiselect__tags .multiselect__option, .hotspots-block .multiselect .multiselect__tags .multiselect__placeholder {
  align-self: center;
  margin-bottom: 0;
  color: #E81938;
  letter-spacing: 0.88px;
}
.hotspots-block .multiselect .multiselect__single, .hotspots-block .multiselect .multiselect__option, .hotspots-block .multiselect .multiselect__placeholder {
  padding-left: 20px;
}

.hotspots h2 {
  text-transform: none;
  color: #E81938;
}
.hotspots > div {
  border-bottom: 1px #ccc solid;
  margin-bottom: 40px;
  padding-bottom: 25px;
}
.hotspots div + .no-result {
  display: none;
}

.flat-form .form-fields label {
  font: bold 18px "Roboto", sans-serif;
}
.flat-form .form-fields label.required::after {
  content: "*";
  color: #E81938;
  display: inline-block;
  margin-left: 3px;
}
.flat-form .form-fields .transparent-select {
  border-bottom: 1px #C1C1C1 solid;
}
.flat-form .form-fields .transparent-select input {
  line-height: 32px !important;
}
.flat-form .form-fields .transparent-select .selectize-input {
  padding-bottom: 0 !important;
}
.flat-form .form-fields .vdp-datepicker {
  position: relative;
}
.flat-form .form-fields .vdp-datepicker input {
  border: 0;
  border-bottom: 1px #ccc solid;
  min-height: 45px;
  width: 100%;
}
.flat-form .form-fields .vdp-datepicker::after {
  font-family: "icomoon" !important;
  content: "";
  color: #E81938;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 25px;
  pointer-events: none;
}
.flat-form .form-fields .mobilephone_field {
  position: relative;
}
.flat-form .form-fields .mobilephone_field::before {
  content: "+852";
  position: absolute;
  left: 0px;
  top: 0;
  height: 45px;
  line-height: 45px;
}
.flat-form .form-fields .mobilephone_field input {
  padding-left: 50px !important;
}
.flat-form .form-fields .form-control {
  border-width: 0px 0px 1px 0px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  min-height: 45px;
}
.flat-form .form-fields .form-control input {
  border: 0px;
}
.flat-form .form-fields .form-group.form-check {
  margin-bottom: 10px;
}
.flat-form .form-fields .form-group.form-check label {
  font-weight: normal;
  font: 85% "Roboto", sans-serif;
  color: #898989;
}
.flat-form .form-fields .form-group.form-check label a {
  color: #E81938;
}
.flat-form .form-fields .form-group {
  margin-bottom: 50px;
}
.flat-form .form-fields .form-check label {
  color: #898989;
  font: 85% "Roboto", sans-serif;
}
.flat-form .form-fields .x-radio .form-check {
  padding-left: 0;
}
.flat-form .form-fields .x-radio input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.flat-form .form-fields .x-radio .form-check-label {
  /* the checked style using the :checked pseudo class */
  /* never forget focus styling */
}
.flat-form .form-fields .x-radio .form-check-label span {
  line-height: 20px;
}
.flat-form .form-fields .x-radio .form-check-label [type=radio] + span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #C1C1C1;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}
.flat-form .form-fields .x-radio .form-check-label [type=radio]:checked + span:before {
  background: #E81938;
  box-shadow: 0 0 0 1px #E81938;
}
.flat-form .form-fields .x-radio .form-check-label [type=radio]:focus + span:after {
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}
.flat-form .form-control.is-invalid::placeholder {
  color: #E81938;
  opacity: 1;
}
.flat-form .form-control.is-invalid:-ms-input-placeholder {
  color: #E81938;
}
.flat-form .form-control.is-invalid::-ms-input-placeholder {
  color: #E81938;
}
.flat-form .message-input textarea {
  overflow: hidden;
}
.flat-form .message-input textarea::focus {
  outline: 0;
}
.flat-form .message-input .info-text {
  position: absolute;
  right: 15px;
  bottom: 0;
  color: #C1C1C1;
  font-size: 85%;
}
.flat-form textarea.form-control.terms {
  color: #898989;
  border: 1px solid #898989;
  background: #fff;
}
.flat-form .help {
  color: #898989;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.news-events .filters .dropdown {
  height: 99%;
  padding: 0 3rem;
}
.news-events .filters .dropdown.float-md-left {
  border-right: 1px solid #B90C26;
}
.news-events .filters .dropdown.float-md-right {
  border-left: 1px solid #B90C26;
}
.news-events .events-dropdown {
  font-size: 85%;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  height: 80px;
  width: 100%;
}
.news-events .events-dropdown .icon-arrow-down {
  font-size: 10px;
}
.news-events .events-dropdown .icon-arrow-down::before {
  color: #fff !important;
}
.news-events .item {
  font-size: 85%;
  color: #898989;
}
.news-events .item h2 a {
  font-size: 112%;
  color: #212121;
  text-transform: none;
}
.news-events .item .item-image {
  -webkit-box-shadow: 5px 5px #9E0A20;
  -moz-box-shadow: 5px 5px #9E0A20;
  box-shadow: 5px 5px #9E0A20;
  width: 100%;
  height: 100%;
}
.news-events .item.news {
  padding: 1.5rem;
  background: #F8F8F8;
}

@media only screen and (max-width: 990px) {
  .news-events .filters .dropdown {
    border: none;
    padding: 1rem;
  }
}
.form-config.checkbox.form-group {
  margin-bottom: 0 !important;
}
.form-config.checkbox.form-group .form-group {
  margin-bottom: 0;
}
.form-config.checkbox.form-group + .checkbox .well {
  padding-top: 0;
}

.events-navigation {
  border-top: 1px solid #d8d8d8;
}

.flat-pagination .page-item .page-link {
  color: #C1C1C1;
  border: none;
  font-size: 85%;
  font-weight: bold;
}
.flat-pagination .page-item .page-link:hover {
  background: none;
}
.flat-pagination .page-item.active .page-link,
.flat-pagination .page-item:hover .page-link {
  background: none;
  color: #E81938;
}

a:not(.btn) {
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: none;
}

select.form-control {
  -webkit-appearance: none;
}

textarea:focus,
input:focus,
.form-control:focus {
  box-shadow: none;
}

ul.errors {
  font-size: 13px;
  color: red;
  list-style: none;
  padding-left: 0;
}

.table thead tr {
  background-color: #fff !important;
}

.block-banner {
  display: block;
  clear: both;
  width: 100%;
}

.block-banner .tag .icon-inline svg {
  top: 0;
  margin-right: 10px;
}

.icon-inline {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}

.icon-inline svg {
  width: 100%;
  height: 100%;
  position: relative;
  top: -0.2em;
}

.svg-red path,
.svg-red polygon {
  fill: #E81938;
}

.svg-orange path,
.svg-orange polygon {
  fill: #FF6600;
}

.svg-tblue path,
.svg-tblue polygon {
  fill: #00ABA9;
}

.svg-purple path,
.svg-purple polygon {
  fill: #6E27C5;
}

.svg-white path,
.svg-white polygon {
  fill: #fff;
}

.svg-stroke-red path,
.svg-stroke-red circle {
  stroke: #E81938;
}

.svg-stroke-orange path,
.svg-stroke-orange circle {
  stroke: #FF6600;
}

.svg-stroke-tblue path,
.svg-stroke-tblue circle {
  stroke: #00ABA9;
}

.svg-stroke-purple path,
.svg-stroke-purple circle {
  stroke: #6E27C5;
}

.svg-stroke-white path,
.svg-stroke-white circle {
  stroke: #fff;
}

.lg-backdrop.in {
  opacity: 0.8;
}

.table-container .table {
  font-weight: 700;
  table-layout: fixed;
}

hr {
  border-color: #C1C1C1;
}

.disclaimer {
  display: block;
  font-size: 12px;
  padding: 15px;
  border: 1px solid #c1c1c1;
}

.disclaimer.scroll {
  max-height: 280px;
  overflow: auto;
}

.banner-blank {
  text-align: center;
  position: relative;
  display: block;
  overflow: visible;
  padding-top: 50px;
}

@media only screen and (min-width: 992px) {
  .banner-blank {
    padding-top: 190px;
  }
}
.banner-blank .banner-slide h1 {
  font-size: 48px;
}

.banner-blank .banner-slide {
  height: auto;
  min-height: 0;
}

.banner-blank .contact-buttons {
  bottom: -100px;
}

.form-address:not(.bg-red) .inline-form {
  box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

.hotspots .accordion {
  padding: 0;
}

.slick-arrow.slick-disabled {
  opacity: 0.4;
}

.admin-edit {
  font-weight: 700;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #111;
  color: #fff;
  padding: 15px 50px;
}

.hero-banner {
  overflow: visible !important;
}

.flat-form .card {
  margin-bottom: 30px;
}

.address-query.inline-form input[type=search], .address-query.inline-form input[type=text],
.address-query.inline-form input[type=email] {
  height: 60px;
}

.highlight-link a {
  color: #E81938;
}
.highlight-link a:hover {
  text-decoration: underline;
}

.offer-tag {
  margin-top: -30px;
  margin-right: -30px;
  float: right;
}
.offer-tag > div {
  padding: 5px 10px;
  color: white;
  text-align: left;
  display: inline-block;
  line-height: 20px;
  position: relative;
}
.offer-tag > div span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
}

.modal-body .offer-tag {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
}
.modal-body .offer-tag > div {
  padding: 10px 15px;
  font-size: 1.2em;
}
.modal-body .offer-tag + div {
  padding-top: 20px !important;
}

@media only screen and (min-width: 991px) {
  .home-slide .d-flex .d-inline-block {
    margin-left: 0 !important;
  }

  #header .header-container {
    display: block !important;
  }
}
@media only screen and (max-width: 990px) {
  .multiselect--above .multiselect__content-wrapper {
    z-index: 3;
  }

  .overlap-dot {
    top: 30px;
  }

  .modal-address-query button.close {
    font-size: 18px;
    top: 5px;
    right: 5px;
    opacity: 1;
  }

  .modal-address-query .modal-body {
    padding: 20px;
  }

  header .main-nav nav .d-flex > a {
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
  }

  .overlap_addressquery_space {
    height: 80px;
  }

  .home-slide > .container {
    display: flex;
  }
  .home-slide > .container .slide-body {
    align-self: center;
  }

  .hero-banner .contact-buttons {
    right: 10px;
  }

  .address-query.inline-form input[type=search],
.address-query.inline-form input[type=text],
.address-query.inline-form input[type=email], .newsletter-form.inline-form input[type=search],
.newsletter-form.inline-form input[type=text],
.newsletter-form.inline-form input[type=email] {
    height: 40px;
    padding-left: 54px;
  }

  .inline-form.address-query .col-sm-2 {
    min-width: inherit;
  }
  .inline-form.address-query span[class^=icon] {
    left: 28px;
    top: 8px;
    z-index: 1;
  }
  .inline-form.address-query .multiselect__select {
    top: 8px;
  }
  .inline-form.address-query .multiselect__tags {
    min-height: 40px;
    padding-top: 7px;
    padding-left: 9px;
    border: 0;
  }
  .inline-form.address-query .results {
    font-size: 90%;
  }
  .inline-form.address-query .results > a + a {
    padding-top: 0;
  }

  input {
    border-radius: 0px;
  }

  .card-body {
    padding: 20px;
  }

  .block-callouts .item .btn {
    margin: 10px auto;
  }

  .blog-item {
    margin-bottom: 1.5em;
  }

  footer .block-copyright .col-sm-6 {
    line-height: 1.2em;
  }

  .back-top-el .contact-buttons {
    bottom: 30px;
  }

  .offer-item .services-wrapper {
    min-height: inherit;
    padding: 15px;
    padding-bottom: 15px;
  }

  .offer-modal .scrollable h5 + div {
    white-space: pre-line;
    word-break: break-word;
  }
  .offer-modal .py-3 {
    padding: 20px !important;
  }
  .offer-modal .accordion {
    padding: 20px 20px 10px;
  }
  .offer-modal button.close {
    margin-right: 0.5em;
    margin-top: 0.5em;
  }
  .offer-modal .offer-item > div > .row {
    min-width: 100%;
  }

  .offer-item .services-wrapper > div + div::before {
    left: -10px;
    font-size: 20px;
  }

  .accordion > div {
    padding-bottom: 0;
  }

  .account-dropdown .col {
    font-size: 75%;
  }

  .sales-funnel {
    padding-left: 15px;
    overflow: hidden;
  }
  .sales-funnel .steps {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: left;
    display: flex;
  }
  .sales-funnel .steps .step {
    margin: 0 0px;
    flex-basis: 100%;
    max-width: inherit;
  }
  .sales-funnel .steps .step::after {
    right: -8px;
  }
  .sales-funnel .steps .step .num {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .sales-funnel .form-fields .form-group {
    margin-bottom: 25px;
  }
  .sales-funnel .form-fields .form-group .col-md-6 {
    margin-bottom: 25px;
  }
  .sales-funnel .form-fields .form-group .col-md-6 + .col-md-6 {
    margin-bottom: 0;
  }
  .sales-funnel > .row > .col-12:last-child {
    order: 1;
    margin-bottom: 2em;
  }
  .sales-funnel > .row > .col-12:last-child img.img-fluid {
    display: none;
  }
  .sales-funnel > .row > .col-12:first-child {
    order: 2;
  }
  .sales-funnel .offer-item .services-wrapper {
    padding-bottom: 0;
    padding-top: 0;
  }
  .sales-funnel h1 {
    font-size: 2em;
  }
  .sales-funnel .block-review section {
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .sales-funnel .block-contract-period {
    margin-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .sales-funnel .block-contract-period .small {
    font-size: 70%;
  }
  .sales-funnel .accordion .table td, .sales-funnel .accordion .table th {
    vertical-align: top;
  }
  .sales-funnel .block-tc h5 + div {
    white-space: pre-line !important;
    word-break: break-word;
  }
  .sales-funnel .weekly-picker-wrapper {
    overflow-x: auto;
  }
  .sales-funnel .weekly-picker-wrapper > div {
    width: 700px;
  }

  .accordion .btn-link {
    font-size: 16px;
  }

  .richtext p, .richtext ul, .richtext ol, .richtext table {
    font-size: 14px;
  }

  .back-top-el .contact-buttons {
    right: 10px;
  }

  .offer-tag {
    margin-top: -15px;
    margin-left: -15px;
  }
}
.g-recaptcha > div {
  display: inline-block;
}

.submit-align-center {
  text-align: center !important;
}

.person-title {
  color: white;
  padding: 5px;
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  padding-left: 20px;
  max-width: 80%;
}
.person-title div {
  position: relative;
  z-index: 1;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 1.2em;
}
.person-title div span {
  font-size: 14px;
  white-space: nowrap;
}
.person-title::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #E81938;
  left: -6%;
  top: 0;
  z-index: 0;
  transform: skewX(-20deg);
  box-shadow: 4px 3px #B90C26;
  padding-right: 25px;
  box-sizing: content-box;
}

.peopleCard-wrapper {
  margin-top: 70px;
  margin-bottom: 50px;
}

.person-card {
  overflow: hidden;
  padding-bottom: 15px;
  box-shadow: 3px 3px 0 0 #E81938, -2px 4px 5px 0 rgba(33, 33, 33, 0.1);
}
.person-card img {
  margin-bottom: -20px;
}
.person-card .person-contact {
  min-height: 60px;
}
@media only screen and (max-width: 991px) {
  .person-card .person-contact {
    min-height: inherit;
  }
}
.person-card .person-num {
  font-size: 20px;
  color: #212121;
  letter-spacing: 0.5px;
  padding-right: 75px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2em;
}
@media only screen and (max-width: 991px) {
  .person-card .person-num {
    padding-right: 15px;
  }
}
.person-card .person-num a {
  font-weight: bold;
}
.person-card .position-absolute {
  background: #E81938;
  width: 75px;
  height: 66px;
  bottom: 0;
  right: 0;
  border-radius: 90px 0 0;
  padding-left: 10px;
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  .person-card .position-absolute {
    top: 0;
    left: 0;
    bottom: inherit;
    right: inherit;
    border-radius: 0 0 90px;
    padding-right: 10px;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 0;
  }
}

.tnc-ul ul {
  padding-left: 20px;
}

/*# sourceMappingURL=style.css.map */
.form_title{
font-size:30px;
font-weight:bold;
text-align:center;
margin-top:50px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before{
  background-color: #E81938 !important;
}
.acq_payment{
  vertical-align: top !important;
  /*margin-left: -22px;*/
}
 .pay_design .custom-control-label::before{
      left: -1.5rem;
  }
  .pay_design span{
    display: block;
    /*text-align: left;*/
  }
@media (max-width: 767px) {
  .acq_payment{
    vertical-align: middle !important;
    /*margin-top: -10px;*/
    margin-left: 0px;
  }
  
  .pay_design .custom-control-label::before{
      left: -2.5rem;
      /*top: 15px;*/
  }
  .pay_design span{
    display: inline-table;
  }
  .alipay_d {
    padding-left: 0px;
}

}
.new_pay_disabled{
    pointer-events: none;
    opacity: 0.3;
}
.no_ext_modal .modal-content {
  background-color: #e81938;
  border: 5px white solid;
}

.no_ext_modal .modal-content h2,
.no_ext_modal .modal-content p,
.no_ext_modal .modal-content h4,
.no_ext_modal .modal-content a,
.no_ext_modal .modal-content a:hover {
  color: #ffffff;
}




.productcard-item-red {
    position: relative;
    margin: 30px auto;
    padding-top: 20px;
    border-radius: 0;
    border: 0;
    box-shadow: 0 2px 8px rgba(50, 50, 50, 0.1);
    text-align: center;
}
.custom-img{

    min-height:100px;

}
.custom-img img{

    min-height:100px;

}
.mt-10{
  margin-top:10px;
}
.ms-2{
  margin-left: 2px;
}
.p-10{
  padding:10px;
}
.ptb-15{
padding-top:15px;
padding-bottom: 15px;
}

.bg-green{
  background-color: green;
}
.min-h50{
  min-height:50px
}
.block-c{
  padding:5px;
}
.productcard-item-red .block {
    padding: 5px 20px;
}
.round-border{
 border: 2px solid;
  border-radius: 15px;
}
.mh-20{
max-height:20px;
}
.custom-space{
margin-bottom:10px;
}
.productcard-item-red .lg {
    color: #E81938;
}

.productcard-item-red .lg {
    font-size: 30px;
}
.productcard-item-red h4, .productcard-item-red .lg {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.font-robo
{
font-family: "Roboto Condensed", sans-serif;
font-weight: 700;
}

